@charset "utf-8";
#wrapper{
	position: relative;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
}

@media screen and (min-width:1400px) {
/*
#wrapper{
  min-width: 1400px;
}
*/
}


body {
	background: url("../images/bg_pc.png");
}
/* ------------------------------

　　　　swiper

------------------------------ */

    .swiper{
      width: 100%;
/*      max-width: 540px;*/
      margin: 0 auto;
    }
    .swiper .swiper-slide img{
      width: 100%;
      height: 100%;
      padding-bottom: 29px;
    }
/* ------------------------------

　　　　Navi

------------------------------ */
#container{
  position: relative;
}
/*
#mainNavi{
  position: absolute;
  top: 0;
  right: 0;
}
*/

#mainNavi {
    position: sticky;
    top: 10px;
  z-index: 1000;
}
#mainNavi {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    margin: 10px 10px 0 0;
}
/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 72px;
  height: 60px;
  border: none;
  cursor: pointer;
  z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
  background: url("../images/btn_menu_open.png") no-repeat top left/contain;
  display: block;
}
.drawer__button.active {
  background: url("../images/btn_menu_close.png") no-repeat top left/contain;
  width: 63px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
}
/* ハンバーガーボタン内の線 */
/*
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}
 展開時のデザイン 
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
*/
/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 80%;
  height: 100%;
  background-color: white;
  padding: 4rem 1rem 1rem;
  margin: 0 0 0 auto;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}
li .drawer__nav__link {
  display: block;
  color: #954e33;
  text-decoration: none;
  padding: 10px 15px;
  border-bottom: solid 1px #ccc;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
}
li:last-child .drawer__nav__link {
  border-bottom: none;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}
.drawer__nav .btn_campaign{
  margin: 35px auto 0;
}
.drawer__nav .btn_campaign a{
  width: 100%;
  background: url(../images/icon6.png) no-repeat 92% center/16px 16px,#f96d87;
  margin: 0 auto 30px;
  border-radius: 30px;
  height: 60px;
  line-height: 1.3;
  display: block;
  text-align: center;
  padding-right: 16px;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  box-sizing: border-box;
  box-shadow: 0 3px 0px 0px rgba(204,204,204,0.6);
  padding-top: 10px;
}
.drawer__nav .btn_campaign a span{
    font-size: 0.8125em;
    display: block;
}
/* ------------------------------

　　　　PC style

------------------------------ */
#pcsize{
    width: 100%;
    height: 100Vh;
    margin: 0 auto;
    background: url(../images/bg_pc.png) repeat top center / 100% auto;
    position: fixed;
    overflow: hidden;
}
#pcsize .innerblock{
  display: flex;
}
.pcleft,
.pcright{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        padding-bottom: 167px;
        flex: 1;
        flex-shrink: 0;
        overflow: hidden;
        position: sticky;
}
.pcleft .pclogo{
  position: fixed;
}
.pcleft .pclogo img{
  max-width: 635px;
  width: 100%;
}

.pcright .pcmenu{
/*  position: relative;*/
  position: fixed;
}
.pcright .pcmenu .pcmenubg img{
  max-width: 635px;
  width: 100%;
  position: relative;
/*
  background: url(../images/pc_menu.png) no-repeat top left / 100% auto;
  max-width: 562px;
  max-height: 673px;
  width: 100%;
  height: auto;
*/
}
.pcright .pcmenu .menublock{
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 616px;
}
.pcright .pcmenu .menublock ul{
  margin-top: 27%;
  margin-left: 3%;
}
.pcright .pcmenu .menublock ul li{
  margin-bottom: 11%;
}
.pcright .pcmenu .menublock ul li a{
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  color: #954e33;
}
.pcright .pcmenu .menublock .btn_campaign a{
  max-width: 320px;
  width: 50%;
  background: url(../images/icon6.png) no-repeat 92% center/36px 36px,#f96d87;
  margin: 0 auto 80px;
  border-radius: 36px;
  height: 72px;
  line-height: 1.3;
  display: block;
  text-align: center;
  padding-right: 36px;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  box-sizing: border-box;
  box-shadow: 0 6px 0px 0px rgba(219,220,220,1);
  padding-top: 16px;
}
.pcright .pcmenu .menublock .btn_campaign a span{
    font-size: 0.8125em;
    display: block;
}


/* ------------------------------

　　　　sp style

------------------------------ */

#mainVisual{
  position: relative;
}
#mainVisual .btn_campaign{
  position: absolute;
  bottom: 16%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  height: 60px;
}
#mainVisual .btn_campaign a{
  max-width: 320px;
  width: 100%;
  background: url(../images/icon6.png) no-repeat 92% center/18px 18px,#f96d87;
  margin: 0 auto 80px;
  border-radius: 36px;
  height: 60px;
  line-height: 1.3;
  display: block;
  text-align: center;
  padding-right: 25px;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  box-sizing: border-box;
  padding-top: 10px;
}
#mainVisual .btn_campaign a span{
    font-size: 0.8125em;
    display: block;
}

#spsize{
  width: 100%;
  max-width: 375px;
/*  margin: 0 auto;*/
  background: url(../images/bg1.png) repeat-y top left/100% 100%;
  position: relative;
  z-index: 10;
  flex-shrink: 0;
}
#spsize img{
  width: 100%;
}
#campaignBlock{
  padding: 0 0 70px;
  position: relative;
}
#campaignBlock .textleft{
  width: 59%;
  font-size: 1.125rem;
  color: #954e33;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  margin: 0 auto 8px;
}
#campaignBlock .textright{
  width: 59%;
  font-size: 1.125rem;
  color: #954e33;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  margin: 0 auto 8px;
  text-align: right;
}
#campaignBlock .textleft2{
  width: 59%;
  font-size: 1.125rem;
  color: #954e33;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  margin: 0 auto 15px;
  letter-spacing: 2px;
  padding-left: 12px;
}
#campaignBlock .textcenter{
  font-size: 1rem;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  margin: 0 auto 60px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
}


#presentBlock{
  background: #fff;
  border-radius: 20px;
  border: 5px solid #fff;
  width: 90%;
  margin: 0 auto;
}
#presentBlock .innerblock{
  border-radius: 18px;
  border: 2px solid #f7cc94;
  padding: 45px 0 15px;
  text-align: center;
}
#presentBlock .innerblock h2{
  font-size: 1.875rem;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 2px;
  color: #954e33;
  margin-bottom: 30px;
}
#presentBlock .innerblock h2 span{
  display: block;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
#presentBlock .innerblock .presentlist{
  width: 85%;
  margin: 0 auto;
}
#presentBlock .innerblock .presentlist li{
  margin-bottom: 37px;
}


#howtoBlock{
  background: url(../images/bg2.png) no-repeat top left/100%;
  padding: 100px 0 120px;
}
#howtoBlock h2{
  background: url(../images/icon1.png) no-repeat center left/20px 13px,
              url(../images/icon1.png) no-repeat center right/20px 13px;
  text-align: center;
  font-size: 1.875rem;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  margin: 0 auto 40px;
  width: 200px;
}
#howtoBlock .howtolist li{
  width: 90%;
  margin: 0 auto 30px;
  background: #fdfff7;
  border: 4px solid #d9f1a4;
  padding: 3px;
  box-sizing: border-box;
}
#howtoBlock .howtolist li .innerblock{
  border: 2px solid #d9f1a4;
  padding: 20px;
  box-sizing: border-box;
}
#howtoBlock .howtolist li .innerblock img{
  margin-bottom: 15px;
}

#howtoBlock .fukidashi{
  width: 80%;
  margin: 40px auto 30px;
  border-radius: 30px;
  background: #cae985;
  padding: 20px 20px;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
#howtoBlock .fukidashi p{
  width: 60%;
  vertical-align: middle;
}
#howtoBlock .fukidashi img{
  width: 40%;
}
#howtoBlock .fukidashi:before{
    content: url(../images/icon7.png);
    position: absolute;
    top: -30px;
    left: 42%;
}
#howtoBlock .note{
  font-size: 0.875rem;
  text-align: center;
}


#areaBlock{
  background: url(../images/bg3.png) no-repeat left top/100%;
  padding: 100px 0 120px;
  margin-top: -100px;
}
#areaBlock h2{
  background: url(../images/icon2.png) no-repeat center left/20px 13px,
              url(../images/icon2.png) no-repeat center right/20px 13px;
  text-align: center;
  font-size: 1.875rem;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  margin: 0 auto 40px;
  width: 260px;
}

#areaBlock .area1{
  width: 85%;
  margin: 0 auto 30px;
  background: #f9f2df;
  border-radius: 20px;
  position: relative;
  padding: 37px 15px 40px;
}

#areaBlock .area2{
  width: 85%;
  margin: 70px auto 30px;
  background: #f0fdd3;
  border-radius: 20px;
  position: relative;
  padding: 37px 15px 40px;
}
#areaBlock .icon{
  position: absolute;
  width: 60px;
  margin: 0 auto;
  top: -20px;
  left: 0;
  right: 0;
}
#areaBlock h3{
  text-align: center;
  color: #954e33;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  margin-bottom: 25px;
}
#areaBlock .arealist{
  display: flex;
  flex-wrap: wrap;
}
#areaBlock .arealist li{
  flex-grow: 1;
  width: 48%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  border-radius: 5px;
  margin-bottom: 4%;
  box-shadow: 3.5px 3.5px 0px 0px rgba(206,183,77,0.4);
}
#areaBlock .area2 .arealist li{
  box-shadow: 3.5px 3.5px 0px 0px rgba(160,191,91,0.4);
}
#areaBlock .arealist li:nth-child(odd){
  margin-right: 4%;
}
#areaBlock .arealist li .tag{
  background: #ceb74d;
  color: #fff;
  text-align: center;
  border-radius: 0 4px 4px 0;
  width: 70px;
  height: 18px;
  line-height: 18px;
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  top: 10px;
}
#areaBlock .area2 .arealist li .tag{
  background: #aad378;
}
#areaBlock .arealist li p.text{
  padding: 5px;
  vertical-align: middle;
  height: 55px;
  line-height: 45px;
  box-sizing: border-box;
  font-size: 0.875rem;
  text-align: center;
}
#areaBlock .arealist li p.text.l2{
  line-height: 1.5;
}



#termsBlock{
  background: url(../images/bg4.png) no-repeat left top/100%;
  padding: 100px 0 40px;
  margin-top: -100px;
}
#termsBlock h2{
  background: url(../images/icon5.png) no-repeat center left/20px 13px,
              url(../images/icon5.png) no-repeat center right/20px 13px;
  text-align: center;
  font-size: 1.875rem;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  margin: 0 auto 40px;
  width: 200px;
}

#termsBlock .innerblock{
  background: #fff;
  border-radius: 30px;
  padding: 30px 20px;
  width: 90%;
  height: 400px;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
#termsBlock .innerblock p{
  margin-bottom: 20px
}

#termsBlock .innerblock .innerblock_scroll{
  width: 100%;
  margin: 0 0 40px;
  overflow-y: scroll;
  height: 340px;
  box-sizing: border-box;
}



#termsBlock .btn_campaign a{
  width: 80%;
  background: url(../images/icon6.png) no-repeat 92% center/16px 16px,#f96d87;
  margin: 0 auto 30px;
  border-radius: 30px;
  height: 60px;
  line-height: 1.3;
  display: block;
  text-align: center;
  padding-right: 16px;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  box-sizing: border-box;
  padding-top: 10px;
}
#termsBlock .btn_campaign a span{
    font-size: 0.8125em;
    display: block;
}


footer{
  background: url(../images/bg5.png) no-repeat left top/100%;
  padding-top: 85px;
  text-align: center;
}
footer .innerblock{
  background: #fff;
  padding-bottom: 10px;
}
footer .innerblock .campaign{
  color: #954e33;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  margin-bottom: 25px;
  line-height: 1.4;
}
footer .innerblock .campaignlogo{
  width: 60%;
  margin: 0 auto 30px;
}
footer .innerblock .link{
  margin-bottom: 30px;
}
footer .innerblock .link a{
  color: #114fee;
  text-decoration: underline;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
footer .innerblock .text{
  font-size: 0.75rem;
  letter-spacing: 0;
  margin-bottom: 15px;
}
footer .innerblock small{
  font-size: 0.75rem;
  letter-spacing: 1px;
  display: block;
}


@media screen and (max-width:1500px) {
.pcright .pcmenu .menublock .btn_campaign a {
    font-size: 0.75rem;
    background: url(../images/icon6.png) no-repeat 92% center / 16px 16px, #f96d87;
    border-radius: 25px;
    height: 50px;
    line-height: 1.3;
    letter-spacing: 0;
    padding-top: 10px;
    padding-right: 23px;
}
}
@media screen and (max-width:1500px) {
.pcright .pcmenu .menublock ul li {
    margin-bottom: 10%;
}
}
@media screen and (max-width:1300px) {
.pcright .pcmenu .menublock ul li {
    margin-bottom: 8%;
}
.pcright .pcmenu .menublock .btn_campaign a {
    width: 55%;
    font-size: 0.625rem;
    padding-top: 14px;
}
}



@media screen and (max-width:1000px) {
#spsize{
  width: 100%;
  max-width: 100%;
}
.pcright,.pcleft{
  display: none;
}
}

@media screen and (min-width:1001px) {
.sp_only_btn{
  display: none !important;
}
}


/* ------------------------------

　　　　form

------------------------------ */
#formblock {
  width: 100%;
  max-width: 375px;
  background: #fff;
  margin: 0 auto;
}
#formblock h1 {
  width: 75%;
  margin: 37px auto 30px;
  box-sizing: border-box;
  padding-right: 4%;
}
#formblock img {
  width: 100%;
}

#formblock h2{
  background: url(../images/icon1.png) no-repeat center left/20px 13px,
              url(../images/icon1.png) no-repeat center right/20px 13px;
  text-align: center;
  font-size: 1.875rem;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  margin: 0 auto 40px;
  width: 250px;
}

#formblock .iframebox{
  margin: 0 auto 50px;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 30px;
}
#formblock .iframebox iframe{
  width: 85%;
  margin: 0 auto;
  display: block;
}
#formblock .btn_top a{
  width: 280px;
  background: #f96d87;
  margin: 0 auto;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  box-sizing: border-box;
  box-shadow: 0 3px 0px 0px rgba(204,204,204,0.6);
}


.gpsinfo{
  text-align: center;
  text-decoration: underline;
  font-size: 0.875rem;
  margin-bottom: 30px;
  letter-spacing: 0;
  position: absolute;
  top: 87%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  display: inline-block;
  padding: 8px 10px;
  width: 100%;
  max-width: 250px;
  box-sizing: border-box;
}
.gpsinfo2{
  text-align: center;
  text-decoration: underline;
  font-size: 0.875rem;
  margin-bottom: 30px;
  letter-spacing: 0;
  margin: 0 auto;
  background: #fff;
  display: block;
  padding: 8px 10px;
  width: 100%;
  max-width: 250px;
  box-sizing: border-box;
}

/* ------------------------------

　　　　scrollbar

------------------------------ */

.remodal ::-webkit-scrollbar {
    width: 5px;
  margin-right: 10px;
}
.remodal ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(204, 204, 204, 1);
}
.remodal ::-webkit-scrollbar-thumb {
  background-color: rgba(249, 109, 135, 1);
  border-radius: 10px;
}
.remodal{
  width: 100%;
}
.modalinner{
  background-repeat: no-repeat;
  width: 102%;
  padding-right: 30px;
}


#termsBlock ::-webkit-scrollbar {
    width: 5px;
  margin-right: 10px;
}
#termsBlock ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(204, 204, 204, 1);
}
#termsBlock ::-webkit-scrollbar-thumb {
  background-color: rgba(249, 109, 135, 1);
  border-radius: 10px;
}
