@charset "UTF-8";
/* CSS Document */

#page-top {position: fixed;bottom: 40px;right: 40px;width: 60px; z-index:400;}
@media screen and (max-width: 896px) {
	#page-top {position: fixed;bottom: 5px;right: 5px;width: 30px; z-index:400;}
}

.EN {ffont-family: 'Raleway', sans-serif;}
.mincho {font-family: 'Noto Serif JP', serif;}
.zen{  font-family: "Zen Maru Gothic", serif;}
.bgWH {background-color: #FFF;}
.bgBR {background-color: #D88D00;}
.bgBE {background-color: #FBF3E5;}
.bgGR {background-color: #4A8308;}
.bgGRY {background-color: #EEEEEE;}
.bgRD {background-color: #D15E67;}
.txtWH {color: #FFF;}
.txtBR {color: #D88D00;}
.txtBL {color: #004B9E;}
.txtGR {color: #4A8308;}
.bBR {border-color: #BF9D63;}
.bDBL {border-color: #2F3B49;}

.clone-nav {position: fixed;top: 0;left: 0;z-index: 2; width: 100%; transition: .3s; transform: translateY(-100%);}
.is-show {transform: translateY(0);}
.clone-nav {text-align: center; width: 100%; background: #FFF;}

.ratioBox {position: relative;width: 100%;height: auto;}
.ratio1-1:before {content: "";display: block;padding-top: 100%; /* 1:1 */}
.ratio2-1:before {content: "";display: block;padding-top: 50%; /* 2:1 */}
.ratio3-2:before {content: "";display: block;padding-top: 66%; /* 3:2 */}
.ratio4-3:before {content: "";display: block;padding-top: 75%; /* 4:3 */}
.ratioInner {position: absolute;top: 0; left: 0;width: 100%;height: 100%;}

.p15-30{padding: 15px 30px;}
.wfit{width: fit-content;}

a:hover{transition: ease .3s; opacity: .8;}

main {min-height: 2000px;}
#header {position: relative; width: 100%;}
#header .container .flex{height: 100px;}
#header h1 .img_sqr {height: 100px; margin-right: 30px;}
#header h1 .img_logo {height: 40px;}
#header .links{gap: 26px;}
#header .links a{padding: 12px 10px; position: relative; height: fit-content;}
#header .links a::before{position: absolute; content: ""; background-color: #004B9E; height: 2px; border-radius: 10px; width: 100%; bottom: 0; left: 0;}

@media screen and (min-width: 896px) {

}
@media screen and (max-width: 896px) {
  #header {position: relative; width: 100%;}
  #header .container .flex{height: 60px;}
  #header h1 .img_sqr {height: 60px; margin-right: 10px;}
  #header h1 .img_logo {height: 20px;}
  #header .links{display: none;}
}

footer{padding: 50px;}
footer .img_logo{height: 40px;}


.container {width: 100%; max-width: 1212px; padding-left: 0; padding-right: 0;}
.containerm {width: calc(100% - 40px); max-width: 888px; padding-left: 0; padding-right: 0;}
.containers {width: calc(100% - 40px); max-width: 808px; padding-left: 0; padding-right: 0;}
.mlr,.container,.containerm,.containers {margin-left: auto; margin-right: auto;}
.mlr5 {margin-left: 5px; margin-right: 5px;}
.mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 20px; margin-right: 20px;}
.col1 {width: calc(16.6666% - 40px);}
.col2,.box3 {width: calc(33.3333% - 40px);}
.col3 {width: calc(50% - 40px);}
.col4 {width: calc(66.6666% - 40px);}
.col5 {width: calc(83.3333% - 40px);}
.col6 {width: calc(100% - 40px);}
.box4 {width: calc(25% - 30px); margin-left: 15px; margin-right: 15px;}
.w300 {max-width: 300px; width: 100%;}
.w100 {width: 100%;}
.w50 {width: 50%;}
.w46 {width: calc(46% - 40px);}
.w54 {width: calc(54% - 40px);}
@media screen and (max-width: 896px) {
  .containers {width: calc(100% - 30px);}
  .mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 15px; margin-right: 15px;}
  .mlr5 {margin-left: 0; margin-right: 0;}
  .col1 {width: calc(16.6666% - 30px);}
  .col2,.box3 {width: calc(33.3333% - 30px);}
  .col3 {width: calc(50% - 30px);}
  .col4 {width: calc(66.6666% - 30px);}
  .col5 {width: calc(83.3333% - 30px);}
  .col6 {width: calc(100% - 30px);}
  .w46 {width: calc(46% - 30px);}
  .w54 {width: calc(54% - 30px);}
}
@media screen and (max-width: 568px) {
  .col1 {width: calc(33.3333% - 30px);}
  .col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {width: calc(100% - 30px);}
  .box4 {width: calc(50% - 7.5px); margin-left: 0; margin-right: 0;}
}

ul.dot {list-style: disc; margin-left: 1.5em;}
ul.num {list-style: decimal; margin-left: 1.5em;}

table {width: 100%;}
table tr:nth-child(odd) {background-color: #FFF;}
table tr:nth-child(even) {background-color: #EEEEEE;}
table th,table td {padding: 10px 20px; line-height: 1.7; text-align: center; border: 1px solid #CCCCCC;}
table.tblGR th {width: 25%; background: #4A8308; color: #FFF;}
table.tblGR2 th {width: 280px; background: #4A8308; color: #FFF;}
table.tblGR2 td {text-align: left; width: calc(100% - 250px);}
@media screen and (max-width: 568px) {
  table.tblGR th,table.tblGR td {padding: 10px 5px;}
  table.tblGR2 th,table.tblGR2 td {width: 100%; display: block;}
  table.tblGR2 td {border-top: none;}
}


.hupTtl{position: absolute; left: 50%; top: 0; transform: translate(-50%,-50%); border: 2px solid #D15E67; border-radius: 100px; padding: 10px 40px; background-color: white; width: max-content;}
.gradBtn{background: linear-gradient(to bottom, #FD999D, #EA226F); max-width: 600px; width: 100%; padding: 24px; border: 2px solid white; box-shadow: 3px 3px 3px rgba(0,0,0,.6); border-radius: 200px; display: flex; justify-content: center; align-items: center; line-height: 1.5; margin-right: auto; margin-left: auto;}
.gradBtn:hover{transform: scale(115%);}
.termsTtl{position: relative;}
.termsTtl::before,.termsTtl::after{position: absolute; content: ""; bottom: -6px; height: 1px;}
.termsTtl::before{width: 180px; left: 0; background-color: #D15E67;}
.termsTtl::after{width: calc(100% - 180px); right: 0; background-color: #999999;}
.scroll{max-height: 270px; overflow-y: scroll;}

.prize{}
.prize .col2{border-top: 4px solid #0092E5; border-bottom: 4px solid #0092E5; padding-top: 20px; padding-bottom: 12px;}
.prize .col2 .text{flex-wrap: nowrap; justify-content: space-between; align-items: flex-end;}
.prize .col4{align-items: center; justify-content: space-between;}
.prize .col4 .text,
.prize .col4 .img{width: calc(50% - 15px);}
.prize .col4 .text{position: relative;}
.prize .col4 .text::before{position: absolute; bottom: -20px; left: 0; width: 100%; content: ""; background-color: #0092E5; height: 4px;}
.prize .col4 .circle{width: 100px; aspect-ratio: 1/1;}
.prize .col4 .flex{justify-content: space-between;}

.campaign{background-image: url(../img/top/03-05.webp); background-size: cover; background-position: center center; background-repeat: no-repeat;}
.campaign .col6.bgWH{border-radius: 10px; border: 1px solid #D15E67; }
.campaign .col6 .wfit{border-top-left-radius: 10px; border-bottom-right-radius: 10px;}
.campaign .col6 .text{padding: 20px 30px 20px;}

.apply{background-image: url(../img/top/04-02.webp); background-size: cover; background-position: center center; background-repeat: no-repeat;}

.special01{}
.special01 .img_fukidashi{width: 180px;}
.special01 .txt_fukidashi{width: calc(100% - 210px);}
.special01 .txt_fukidashi--02{width: calc(100% - 430px);}
.special01 .col3 .wfit{border-top-left-radius: 9px; border-bottom-right-radius: 9px;}

.special01 .col3.onsei{border-radius: 10px; border: 1px solid #D15E67;}
.special01 .col3 .onseiBtn{width: calc(33.33333% - 20px);}
.special01 .col3 .onseiBtn button{padding: 0; border: none; cursor: pointer;}
.special01 .col3.onsei .flex.jcSb{padding: 20px 30px 30px;}

@media screen and (max-width: 896px) {
  .hupTtl{width: calc(100% - 30px); text-align: center; padding: 4px 20px;}
  .gradBtn{padding: 12px 24px; width: calc(100% - 40px);}

  .prize .col2{border-bottom: 4px solid #0092E5; border-top: none;}
  .prize .col2:first-child{border-top: 4px solid #0092E5;}
  .prize .col2 .img {display: flex; justify-content: center;}
  .prize .col2 .img img {width: 60%;}
  .prize .col4 .circle{width: 40px;}
  .prize .col4 .text, .prize .col4 .img{width: calc(50% - 10px);}
  .prize .col4{margin-bottom: 60px;}
  .campaign .col2 .img{display: flex; justify-content: center;}
  .campaign .col2 .img img{width: 60%;}
  .special01 .img_fukidashi{width: 100px;}
  .special01 .txt_fukidashi{width: calc(100% - 130px);}
  .special01 .col6 .flex{flex-direction: column; align-items: flex-start;}
  .special01 .txt_fukidashi--02{width: calc(100%);}
  .special01 .txt_fukidashi--02 .txt24.txt700{text-align: right;}
  .special01 .col3.onsei .flex.jcSb{padding: 15px 20px 20px;}
}

/* slick 上書き */
.slick-dots li button:before{color: #D15E67!important; font-size: 14px!important;}