@charset "UTF-8";

/* common
-------------------------------------------------- */
html {
  font-size: .625rem;
}

body {
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴシック","Hiragino Sans","游ゴシック","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  text-size-adjust: 100%;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: 0 auto;
}

em {
  font-weight: 600;
}
h1, h2, h3, h4, h5 {
    line-height: 160%;
}

.pr {
  text-align: right;
  font-size: 14px;
  margin-right: 3vw;
  margin-right: 78px;
}

#backGuide, #backGuide p {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
#backGuide {
display: none;
position: fixed !important;
background-color: #333;
z-index: 9999;
}
#backGuide p {
display: block;
text-align: center;
top: 22%;
cursor: pointer;
font-weight: bold;
}


@media screen and (max-width: 750px) { .pcView { display: none; } }
@media screen and (min-width: 751px) { .spView { display: none; } }

/* header
-------------------------------------------------- */
.header {
  max-width: 780px !important;
  margin: 0 auto;
}

.header__mv {
  margin-bottom: 40px;
}

/*-- 絞り込みフォーム --*/
.narrowDown {
  margin-bottom: 60px;
  padding: 0 5%;
}

.narrowDown__title {
  position: relative;
  padding: 1.574074% 0;
  background-color: #1aaeca;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
}

.narrowDown__title::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  border-width: 0 8px 8px;
  border-style: none solid solid;
  border-color: transparent transparent #fff;
  transition: all .4s;
  content: "";
}

.narrowDown__title.js-close::after {
  transform: rotate(180deg);
}

.narrowDown__contents {
  padding: 2.962963% 2.592593% 0;
}

.narrowDown__contents .pcView {
  font-size: 1.8rem;
  line-height: 1.94444444;
}

.narrowDown__contents .pcView th {
  width: 20.703125%;
  padding: 2px 0;
  vertical-align: top;
}

.narrowDown__contents .pcView th > div {
  padding: 17.5px 5%;
  border: 1px solid #000;
  box-sizing: border-box;
}

.narrowDown__contents .pcView td {
  padding-left: 2.734375%;
  vertical-align: middle;
}

.narrowDown__contents .pcView [type="checkbox"] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.narrowDown__contents .pcView [type="checkbox"] + label {
  position: relative;
  padding-left: 1.2em;
  white-space: nowrap;
  cursor: pointer;
}

.narrowDown__contents .pcView [type="checkbox"] + label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: .8em;
  height: .8em;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
  content: "";
}

.narrowDown__contents .pcView [type="checkbox"] + label:hover::before {
  border-color: #4778d9;
}

.narrowDown__contents .pcView [type="checkbox"] + label::after {
  position: absolute;
  top: -.2em;
  left: .2em;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
  font-size: 1.3em;
  line-height: .8;
  color: #09ad7e;
  transition: all .2s;
  content: "\2713\0020";
}

.narrowDown__contents .pcView [type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}

.narrowDown__contents .pcView [type="checkbox"]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}

.narrowDownSubmit {
  margin-top: 1em;
  text-align: center;
}

.narrowDownSubmit > [type="submit"] {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .header__mv {
    margin-bottom: 0;
  }
  .pr {
    margin-right: 3vw;
}
  .narrowDown {
    margin-bottom: 4.8vw;
    padding: 0 5%;
  }

  .narrowDown__title {
    font-size: 1.8rem;
  }

  .narrowDown__contents {
    padding: 3.2vw 3%;
  }

  .narrowDown__contents .spView {
    font-size: 1.1rem;
  }

  .narrowDown__contents .spView th > div {
    padding: 2%;
    border: 1px solid #000;
    text-align: center;
  }

  .narrowDown__contents .spView td {
    padding: 3% 0;
    vertical-align: top;
  }

  .narrowDown__contents .spView label {
    white-space: nowrap;
  }

  .narrowDown__contents .spView [type="checkbox"] {
    vertical-align: middle;
  }
}

/* main
-------------------------------------------------- */
.main {
  max-width: 1200px;
  margin: 0 auto;
}

.main li {
  text-align: center;
}

.btnBox_2 {
  display: flex;
  overflow: hidden;
  margin-bottom: 60px;
}

.btnBox__item_btn01 {
　max-width: 60%;
  width: 56%;
}

.btnBox__item_btn02 {
　max-width: 30%;
  width: 25%;
  padding: 25px 70px 0 70px;
}

.btnBox {
  margin-top: 20px;
  padding: 0 6.666667% 5.846154%;
  overflow: hidden;
}

.btnBox__item {
  float: left;
  width: 50%;
  padding: 0 1.346154%;
  text-align: center;
  box-sizing: border-box;
}

 /* アニメーション */
    .dokidoki {
      animation: dokidoki 1.5s infinite;
    }

    @keyframes dokidoki {
      0% {
        transform: scale(0.9)
      }

      50% {
        transform: scale(1.0)
      }

      100% {
        -webkit-transform: scale(0.9)
      }
    }

@media screen and (max-width: 767px) {
  .btnBox {
    margin-top: 10px;
    padding: 0 3.066667% 3.666667%;
  }

  .btnBox__item {
    padding: 0 0.933333%;
  }

  .btnBox__item_btn01 {
　max-width: 70%;
  width: 53%;
  }

  .btnBox__item_btn02 {
　max-width: 30%;
  width: 28%;
  padding: 12px 25px 0 30px;
  }
}


.relative {
	position: relative;
  }
	  
.video1 {
	position: absolute;
	bottom: 20%;
	left: 34.5%;
	width: 31%;
  }
  	  
.video2 {
	position: absolute;
	bottom: 21%;
	left: 37.5%;
	width: 25%;
  }

.video03 {
    position: absolute;
    top: 33%;
    width: 36%;
    left: 32%;
    border-radius: 5%;
}

.pero_pc {
	position: absolute;
	bottom: 5.5%;
	left: 8.5%;
	width: 29%;
  }

.pero_sp {
	position: absolute;
	bottom: 29.3%;
	left: 19.5%;
	width: 61%;
  }

.btn_no1_p {
	position: absolute;
	bottom: 2.8%;
	left: 1.5%;
	width: 52%;
  }

.btn_no1_s {
	position: absolute;
	bottom: 1%;
	left: -2%;
	width: 56%;
  }

@media screen and (max-width: 767px) {
.video03 {
    width: 57%;
    left: 21%;
}
}


-------html-------

<div class="relative">
  <p><img src="img/00.jpg" alt=""></p>
  <div class="btn01">
    <p><img src="img/btn.jpg" alt=""></p>
  </div>
</div>

/* footer
-------------------------------------------------- */
/*.footer {
  border-top: 1px solid #000;
}

.footer__copyright {
  padding: .5em .5em 2.5em;
  font-size: 1.6rem;
  text-align: center;
}*/

@media screen and (max-width: 767px) {
  .footer__copyright {
    padding: 1.6vw 1.6vw 6.4vw;
    font-size: 1rem;
  }
}

footer {
  border-top: 1px solid #b9b9b9;
}

#footer-in {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0;
}

#footer-in {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#footer-in {
  padding: 0 !important;
}
#footer-in ul {
  text-align: center;
}
#footer-in ul li {
  display: inline-block;
  margin: 0 10px 0;
}
#footer-in ul li a {
  font-size: 16px;
  color: #666;
  text-decoration: none;
}
#footer-in ul li a:hover {
  text-decoration: underline;
}

#copy {
  padding: 30px 10px 50px 10px;
}
#copy p {
  text-align: center;
  font-size: 14px;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 0px;
}
#page-top img {
  width: 40px;
}

#page-top a:hover {
}

/* inc_form
-------------------------------------------------- */
.sec1 {
  margin: 30px;
}

.sec2 {
  margin: 0 30px 30px 30px;
}

#kensakubtnfr {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
#kensakubtnfr {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
h3#kensakubtn {
  background-color: #f5f5f5;
  padding: 4px;
  width: 190px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  border: 2px solid #B8B8B8;
  font-size: 13px;
  font-weight: normal;
}
h3#kensakubtn.off::before {
  content: "▼ ";
}
h3#kensakubtn.on::before {
  content: "▷ ";
}

#kensakufr {
  height: 0;
  margin-bottom: 3px;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: line-height 0.3s ease-out, opacity 0.1s linear,
    visibility 0.1s linear;
}
#kensakufr.is-open {
  height: auto;
  line-height: 1.5;
  opacity: 1;
  visibility: visible;
  transition: line-height 0.3s ease-out, opacity 0.1s linear 0.1s,
    visibility 0.1s linear 0.1s;
}
#kensakufr table {
  margin-bottom: 20px;
}
#kensakufr button {
  padding: 0;
  border: none;
  background: transparent;
  margin: 0 auto;
  display: block;
  width: 200px;
}

/* search
-------------------------------------------------- */
.resulttable ul {
}
.resulttable ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.sortbutton button {
  display: inline-block;
  max-width: 120px;
  text-align: left;
  border: 2px solid #a5a5a5;
  font-size: 14px;
  text-decoration: none;
  padding: 3px 5px;
  border-radius: 2px;
  transition: 0.4s;
  background-color: #ffffff;
}
.sortbutton button:hover {
  background-color: #15a2bd;
  color:#ffffff;
}
#contentsfr {
  max-width:600px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0;
}
#contentsfr a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #fff;
}


#contentsfr {
	background-color: #FFFFFF;
}
#contentsfr {
  padding-bottom: 50px;
  
}
.contents {
  height: auto;
  width: 90%;
  position: relative;
  margin: 0 auto;
  
}
.itemcont {
  border: 3px solid #a5a5a5;
  margin-bottom: 40px;
  border-radius:20px;
}
.itemcont-in {
  padding: 10px;
}
.itemcont h3 {
  text-align: center;
  font-size: 20px;
  background-color: #f5f5f5;
  padding: 15px 10px;
  border-radius: 20px 20px 0 0;
}
.itemcont .btn01 {
  margin-bottom: 10px;
}

/*---------運営者情報-------------*/
.under h1 {
  font-size: 20px;
  background-color: #d2daef;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 50px;
}
.under h2 {
  padding: 3px 10px;
  background: #f5f5f5;
  border-left: solid 5px #22356b;
  font-size: 17px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
}
.mainfr {
	margin-top:20px;
}

section.mainfr > div {
  margin-bottom: 50px;
}
section.mainfr > div > div {
  margin-bottom: 30px;
}
section.mainfr h3 {
  color: #22356b;
  margin-bottom: 10px;
}
section.mainfr p {
  margin-bottom: 10px;
}

.table1 {
    border-collapse: collapse;
    width: 100%;
    border: #cfcfcf 1px dotted;
}

.p15{
  padding: 15px;
}

.m30{
  margin: 30px 0;
}
.m40{
  margin: 40px 0;
}
.m80 {
  margin: 80px 0;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.cta {
  margin: 40px 10px 80px 10px;
}

.cta02 {
  text-align: center;
  margin: 30px 10px 120px 10px !important;
}

.box01 {
  margin-top: 70px;
}

.box02 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
.cta {
  margin: 30px 10px;
}

.cta02 {
  text-align: center;
  margin: 0 10px 80px 10px;
}


.box01 {
  margin-top: 20px;
}

.box02 {
  margin-bottom: 20px;
}
}

/*----20231025追加----*/
.relative {
  position: relative;
}

.dw_img {
  position: absolute;
  top: 12.7%;
  width: 20.1%;
  left: 40.2%;
}

.dw_img02 {
    position: absolute;
    top: 1.1%;
    width: 20.1%;
    left: 40.2%;
}

.official_btn_box {
  display: flex;
}

.btn_position01 {
  position: absolute;
  bottom: 7% !important;
  left: 2.3% !important;
}

.btn_position02 {
  position: absolute;
  bottom: 7% !important;
  left: 38.3% !important;
}

.btn_position03 {
  position: absolute;
  bottom: 7% !important;
  left: 70.3% !important;
}

.spbtn_position {
    position: absolute;
    bottom: 9% !important;
    left: 32% !important;
}

.spbtn_position02 {
    position: absolute;
    bottom: 6% !important;
    left: 33.5% !important;
}

@media screen and (max-width: 767px) {
.btn_position01 {
  position: absolute;
  bottom: 4.5% !important;
  left: 2.5% !important;
}

.btn_position02 {
  position: absolute;
  bottom: 5% !important;
  left: 38.3% !important;
}

.btn_position03 {
  position: absolute;
  bottom: 5% !important;
}


.spbtn_position {
    position: absolute;
    bottom: 9% !important;
    left: 15% !important;
}

.spbtn_position02 {
    position: absolute;
    bottom: 7% !important;
    left: 23.5% !important;
}
}

/*----ランキングボタン----*/
li.rank_btn {
    position: relative;
    width: 60%;
    display: block;
    margin: 0 auto;
    padding: 30px 0 60px 0;
}

.rank_btn a {
    background-color: #06A9BA;
    display: block;
    padding: 15px;
    font-size: 3.5rem;
    border-radius: 50px;
    color: #ffffff;
}

.rank_btn::before{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 5px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
  right: 6%;
  top: 30%;
  border-radius: 5px;
}

/*----公式ボタン----*/
.official_btn {
  display: block;
  width: 240px !important;
  height: 60px !important;
  margin: 40px auto 0;
  color: #fff;
  font-size: 1.2em !important;
  background: #007db9;
  box-shadow: 0px 5px 0 #000;
  transition: .3s;
  border-radius: 50px;
  line-height: 2.6;
}

.official_btn:hover {
  transform: translate3d(0, 5px, 0);
  color: #007db9;
  box-shadow: none;
  background: #fff;
  border: 2px solid #007db9;
}

.official_btn02 {
  display: block;
  width: 180px !important;
  height: 40px !important;
  margin: 40px auto 0;
  color: #007db9;
  font-size: 0.9em !important;
  background: #fff;
  transition: .3s;
  border-radius: 50px;
  line-height: 2.6;
  border: 1px solid #007db9;
}
/*----公式ボタン----*/

/*@media screen and (max-width: 1200px) {
.official_btn {
  width: 270px !important;
  font-size: 1.2em !important;
  line-height: 3.3 !important;
}

.official_btn02 {
  width: 110px !important;
  height: 26px !important;
  font-size: 0.5em !important;
  padding-top: 5px;
  line-height: 1.2 !important;
}
}
*/
/*@media screen and (max-width: 800px) {
.official_btn {
  width: 200px;
  height: 50px;
  font-size: 1.0em;
  line-height: 3.1;
}

.official_btn02 {
  width: 180px;
  height: 35px;
  font-size: 0.8em;
  line-height: 3.1;
}
}*/

@media screen and (max-width: 767px) {
li.rank_btn {
    position: relative;
    width: 80%;
    display: block;
    margin-bottom: 10px;
    padding: 0 0 20px 0;
}

.rank_btn a {
    background-color: #06A9BA;
    display: block;
    padding: 10px 0;
    font-size: 1.8rem;
    border-radius: 50px;
    color: #ffffff;
}

.rank_btn::before{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 3px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
  right: 6%;
  top: 20%;
  border-radius: 4px;
}

.official_btn {
  width: 130px !important;
  height: 40px !important;
  font-size: 0.7em !important;
  line-height: 1.3 !important;
  padding-top: 10px !important;
}

.official_btn02 {
  width: 100px !important;
  height: 29px !important;
  font-size: 0.6em !important;
  line-height: 1.3 !important;
}
}

.rank_01 {
    max-width: 750px;
    display: block;
    margin: 0 auto;
    width: 100%;
}