@charset "UTF-8";


/* base
---------------------------------------- */
body {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.125vw;
  }
}

.inner {
  width: 1000px;
  text-align:center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0;
	text-align:center;
  }
}

section {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 6.25vw 0;
  }
}


.font_nts{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.font_nt_b{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.font_nt{
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.font_ntb{
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}
.font_ntbl{
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
}

.m-plus-1p-medium {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.m-plus-1p-bold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: 0.1rem;
}

section {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 6.25vw 0;
  }
}

.main .main_bg{
  background: url("../../images/top/bg_wagara.jpg");
}
.main .img_line{
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
.main .img_line img{
  width: auto;
  height: calc(30 / 768 * 100vw);  
}
}


/* header
---------------------------------------- */


/* kv
---------------------------------------- */
.main #kv {
  width: 100%;
  height: 650px;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%), url("../../images/top/bg_kv.jpg");
  background-position: center top;
  background-size: contain;
}
.main #kv #top{
  text-align: left;
  position: relative;
}
.main #kv #top .logo{
  width: 175px;
  height: auto;
  margin: 0 0 0 30px;
}
.main #kv #top img{
  width: auto;
  height: auto;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
.main #kv {
  width: 100%;
  height: auto;
}
.main #kv #top .logo{
  width: calc(200 / 768 * 100vw);
  margin: calc(42 / 768 * 100vw) 0 0 calc(42 / 768 * 100vw);
}
.main #kv #top img{
  position: static;
  margin: calc(20 / 768 * 100vw) 0;
  top: 0;
  width: 100%;
  height: auto;
}
}

/* date
---------------------------------------- */
.main #date{
  padding: 40px 0 60px;
  background-image: url("../../images/top/bg_data01.png"),url("../../images/top/bg_data02.png");
  background-color: #fff;
  background-position: left 5% top 12% , right 2% bottom 10%;
  background-repeat: no-repeat,no-repeat;
  background-size: 119px auto,167px auto,;
  width: 1000px;
  margin: 0 auto;
}
.main #date .flex{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main #date .inner{
  text-align: center;
}
.main #date .flex .title{
  margin-bottom: 15px;
}
.main #date .flex .title img{
  width: 160px;
}
.main #date .flex img{
  width: auto;
}
.main #date .text{
  text-align: center;
  font-size: 14px;
  padding-top: 15px;
  color: #171b5c;
}
@media screen and (max-width: 768px){
.main #date{
  padding: calc(60 / 768 * 100vw) 0;
  background-image: url("../../images/top/bg_data01.png"),url("../../images/top/bg_data03.png");
  background-position: left 2% top 15% , right 2% bottom 3%;
  background-size: calc(120 / 768 * 100vw) auto, calc(165 / 768 * 100vw) auto;
  width: 100%;
}
.main #date .flex{
  flex-direction: column;
}
.main #date .flex .title{
  margin-bottom: calc(40 / 768 * 100vw);
}
.main #date .flex .title img{
  width: calc(300 / 768 * 100vw);
  height: auto;
}
.main #date .flex .day img{
  width: calc(508 / 768 * 100vw);
  height: auto;	
}
.main #date .text{
  font-size: calc(24 / 768 * 100vw);
  padding: calc(30 / 768 * 100vw) 0;
}
.main #date .text{
  font-size: calc(24 / 768 * 100vw);
  padding: calc(30 / 768 * 100vw) 0;
}
}

/* campaign
---------------------------------------- */
.main #campaign{
  background: url("../../images/top/bg_red.jpg");
  color: #fff;
  padding-top: 10px;
}
.main #campaign .inner{
  text-align: center;
  padding: 50px 0 60px 0;
  background-image: url("../../images/top/bg_campaign_pc01.png"),url("../../images/top/bg_campaign_pc02.png");
  background-position: left 0% top 5% , right 5% top 10%;
  background-repeat: no-repeat,no-repeat;
  background-size: auto,auto;
}
.main #campaign .img_title img{
  width: 220px;
  height: auto;
}
.main #campaign .sub{
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 3rem;
}
.main #campaign .img_pay img{
  width: 200px;
  height: auto;
}
.main #campaign .img_pay{
  background-color: #fff;
  padding: 40px 0;
  filter: drop-shadow(3px 3px 0 #98272d);
  width: 50%;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
}
.main #campaign .box{
  text-align: center;
  width: 700px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.main #campaign .box .item .item_title{
  text-align: left;
  font-size: 16px;
  margin-bottom: 15px;
}
.main #campaign .box .item .item_text{
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.06rem;
  font-feature-settings: "palt";
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.main #campaign::after{
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background-color: #fff;
    background-image: url("../../images/top/bg_line01.png");
    background-position: center;
    background-size: contain;
}
@media screen and (max-width: 768px){
.main #campaign{
  padding-top: 0;
}
.main #campaign .inner{
  padding: calc(80 / 768 * 100vw) calc(45 / 768 * 100vw) calc(100 / 768 * 100vw);
  text-align: center;
  background-image: url("../../images/top/bg_campaign_sp01.png"),url("../../images/top/bg_campaign_sp02.png");
  background-position: left calc(-80 / 768 * 100vw) top calc(48 / 768 * 100vw), right calc(-150 / 768 * 100vw) top calc(230 / 768 * 100vw);
  background-repeat: no-repeat,no-repeat;
  background-size: 50% , 50%;
}
.main #campaign .img_title img{
  width: calc(330/ 768 * 100vw);
  height: auto;
}
.main #campaign .sub{
  margin-top: calc(35 / 768 * 100vw);
  margin-bottom: calc(30 / 768 * 100vw);
  font-size: calc(48 / 768 * 100vw);
}
.main #campaign .img_pay img{
  width: calc(263 / 768 * 100vw);
  height: auto;
}
.main #campaign .img_pay{
  padding: calc(40 / 768 * 100vw) 0;
  width: 100%;
  height: auto;
}
.main #campaign .box{
  width: 100%;
}
.main #campaign .box .item .item_title{
  font-size: calc(28 / 768 * 100vw);
  margin-bottom: calc(24 / 768 * 100vw);
}
.main #campaign .box .item .item_text{
  font-size: calc(24 / 768 * 100vw);
  line-height: 180%;
}
.main #campaign::after{
  height: calc(31 / 768 * 100vw);
}
}

/* product
---------------------------------------- */
.main #product{
  padding: 35px 0 20px;
}
.main #product .inner{
  text-align: center;
  padding: 0 0 60px 0;
  background-image: url("../../images/top/bg_campaign_pc01.png"),url("../../images/top/bg_campaign_pc02.png");
  background-position: left 0% top 0% , right 5% top 5%;
  background-repeat: no-repeat,no-repeat;
  background-size: auto,auto;
}
.main #product .img_title img{
  width: 220px;
  height: auto;
  margin: 30px 0 40px;
}
.main #product .box{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 700px;
  justify-content: center;
  gap: 40px 20px;
  text-align: center;
  margin: 0 auto;
}
.main #product .box .item{
  padding: 15px;
  border: solid 3px #171b5c;
  background-color: #fff;
  border-radius: 12px;
  filter: drop-shadow(5px 5px 2px #cfcfcf);
  display: inline-block;
  position: relative;
  width: 48%;
}
.main #product .box .item::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: solid 1px #171b5c;
  z-index: -1;
}
.main #product .box .item .item_title{
  position:relative;
  margin-top: 30px;
  text-align: center;
  color: #171b5c;
}
.main #product .box .item .item_title p{
  font-size: 20px;
  letter-spacing: 0px;
}
.main #product .box .item .item_title::before{
  content:url("../../images/top/img_item_title.png");
  position:absolute;
  top:-30px;
  left:0;
  right:0;
  transform: scale(0.6);	
}
.main #product .box .item .item_title::after{
  content: '';
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #171b5c;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50%)	
}
.main #product .box .item .flex{
  display: flex;
  padding-top: 30px;
}
.main #product .box .item .flex_l{
  width: 35%;
}
.main #product .box .item .flex_r{
  display: flex;
  flex-direction: column;
  width: 65%;
  margin-left: 8px;
  position: relative;
}
.main #product .box .item .flex::after{
  content:url("../../images/top/bg_product_item.png");
  position: absolute;
  bottom: 60px;
  right: -30px;
  transform: scale(0.5);
  z-index: -99;
}
.main #product .box .item .flex_r .item_text{
  font-size: 12px;
  color: #171b5c;
  line-height: 1.75rem;
  padding-left: 5px;
  letter-spacing: 0.1rem;
  text-align: justify;
}
.main #product .btn{
  margin-top: 10px;
}
.main #product .btn_link{
  background-color: #171b5c;
  display: flex;
  font-size: 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 13px;
  border-radius: 40px;
  position: relative;
}
.main #product .btn_link::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: 1px solid #fff;
  border-radius: 50px;
}
.main #product .btn_link:hover{
  background-color: #dc6450;
}
.main #product .btn_link:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}

@media screen and (max-width: 768px){
.main #product{
  padding: 0;
}
.main #product .inner{
  padding: 0 calc(45 / 768 * 100vw) calc(100 / 768 * 100vw);
  text-align: center;
  background-image: url("../../images/top/bg_campaign_sp01.png"),url("../../images/top/bg_campaign_sp02.png");
  background-position: left calc(-80 / 768 * 100vw) top calc(48 / 768 * 100vw), right calc(-150 / 768 * 100vw) top calc(200 / 768 * 100vw);
  background-repeat: no-repeat,no-repeat;
  background-size: 50% , 50%;
}
.main #product .img_title img{
  width: calc(330/ 768 * 100vw);
  height: auto;
  margin-bottom: calc(35 / 768 * 100vw);
}
.main #product .box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-gap: 0;
  grid-gap: calc(35 / 768 * 100vw);
  height: auto;
  width: 100%;
}
.main #product .box .item{
  padding: calc(35 / 768 * 100vw);
  border: solid calc(6 / 768 * 100vw) #171b5c;
  border-radius: calc(25 / 768 * 100vw);
  width: 100%;
  height: auto;
}
.main #product .box .item::before {
  content: "";
  position: absolute;
  border-radius: calc(15 / 768 * 100vw);
  top: calc(5 / 768 * 100vw);
  bottom: calc(5 / 768 * 100vw);
  left: calc(5 / 768 * 100vw);
  right: calc(5 / 768 * 100vw);
  border: solid calc(2 / 768 * 100vw) #171b5c;
}
.main #product .box .item .item_title{
  margin-top: calc(40 / 768 * 100vw);
}	
.main #product .box .item .item_title p{
  font-size: calc(40 / 768 * 100vw);
}	
.main #product .box .item .item_title::before{
  top: calc(-40 / 768 * 100vw);
  transform: scale(0.7);
}
.main #product .box .item .item_title::after{
  height: calc(2 / 768 * 100vw);
  bottom: calc(-25 / 768 * 100vw);
}
.main #product .box .item .flex{
  padding-top: calc( 60 / 768 * 100vw);
}
.main #product .box .item .flex_l{
  width: 40%;
}
.main #product .box .item .flex_r{
  margin-left: calc(15 / 768 * 100vw);
  width: 60%;
}
.main #product .box .item .flex::after{
  bottom: calc(120 / 768 * 100vw);
  right: calc(-30 / 768 * 100vw);
  transform: scale(0.65);
}
.main #product .box .item .flex_r .item_text{
  font-size: calc(26 / 768 * 100vw);
  letter-spacing: 0;
  line-height: calc(38 / 768 * 100vw);
  padding-left: calc(10 / 768 * 100vw);
}
.main #product .btn{
  margin-top: calc(30 / 768 * 100vw);
}
.main #product .btn_link{
  font-size: calc(30 / 768 * 100vw);
  padding: calc(25 / 768 * 100vw);
  border-radius: calc(50 / 768 * 100vw);
}
.main #product .btn_link::before {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: solid calc(3 / 768 * 100vw) #fff;
  border-radius: calc(50 / 768 * 100vw);
}
}

/* title
---------------------------------------- */
.contents_title {
  letter-spacing: 0.05em;
  font-size: 24px;
  margin-bottom: 30px;
  color: #171b5c;
  margin-top: 50px;
}
#contact .contents_title {
  color: #fff;
  margin-top: 0px;
}
.contents_title::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 15px;
  background-image: url("../../images/top/img_title.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: center;
  margin-right: 13px;
}
.contents_title::after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 15px;
  background-image: url("../../images/top/img_title.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: center;
  margin-left: 10px;
}
.contents_title:last-child::before {
  background-image: url("../../images/top/img_title_w.png");
}
.contents_title:last-child::after {
  background-image: url("../../images/top/img_title_w.png");
}

@media screen and (max-width: 768px){
.contents_title {
  letter-spacing: 0.2rem;
  font-size: calc(40 / 768 * 100vw);
  margin-bottom: calc(30 / 768 * 100vw);
  margin-top: calc(70 / 768 * 100vw);
}
.main #info .contents_title {
  letter-spacing: 0;
  font-size: calc(36 / 768 * 100vw);
}
.contents_title::before {
  width: calc(60 / 768 * 100vw);
  height: calc(27 / 768 * 100vw);
  margin-right: 0.5vw;
}
.contents_title::after {
  width: calc(60 / 768 * 100vw);
  height: calc(27 / 768 * 100vw);
  margin-left: 0.5vw;
}
}


/* info
---------------------------------------- */
.main #info{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #171b5c;
}
.main #info .box{
  margin: 0 auto;
  text-align: center;
  width: 700px;
}
.main #info .sub{
  font-size: 1.6rem;
  margin: 0 0 30px 0;
  font-weight: 700;
}
.main #info .box p{
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin: 0 auto;
  letter-spacing: 0.03rem;
}
.main #info .note{
  text-justify: inter-ideograph;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.03rem;
  padding-left:1.4rem;
  text-indent:-1.4rem;
}
.main #info .note li{
  text-align: justify;
  margin: 0 auto;
}
.main #info .step_p{
  margin-bottom: 20px;
}
.main #info .txt{
  padding-bottom: 15px;
}
.main #info .font_mini{
  text-align: center;
  margin: 0 auto;
}
.main #info .font_mini .sub_title{
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #dc6450;
}
.main #info .flex{
  display: flex;
  align-items: stretch;
  justify-content:center;
  column-gap: 10px;
}
.main #info .flex .step{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main #info .flex .step .step_title{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  width: 84px;
  height: 84px;
  background-color: #bfaf93;
  border: solid #fff 3px;
  position: relative;
  z-index: 5;
}
.main #info .flex .step .step_title p{
  color: #fff;
  font-size: 17px;
  line-height: 2.5rem;
  text-align: center;
  letter-spacing: 0.06rem;
}
.main #info .flex .step .step_title p span{
  font-size: 30px;	
}
.main #info .flex .step .item{
  width: 225px;
  height: 360px;
  margin-top: -30px;
  background-color: #fff;
  border: solid #c4bab1 2px;
  border-radius: 10px;
  padding: 45px 20px 20px;
  margin-bottom: 30px;
  position: relative;
}
.main #info .flex .step .item::before {
  content: "";
  position: absolute;
  border-radius: 8px;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: solid 1px #c4bab1;
  z-index: 1;
}
.main #info .flex .step .item img{
  height: 110px;
  width: auto;
}
.main #info .flex .step .item p{
  color: #171b5c;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 20px 0 0;
  letter-spacing: -0.075rem;
}

.main #info .sub_bad{
  margin-top: 30px;
}
.main #info .txt_bad_box{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dc6450;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: auto;
}
.main #info .txt_bad{
  font-size: 1.4rem;
  color: #fff;
}
.main #info .txt_bad span{
  font-size: 1.6rem;
}
.main #info .contents{
  margin-bottom: 60px;
}
.main #info .receipt {
    width: 520px;
	height: auto;
	margin-bottom: 20px;
}
.main #info img.ex{
	width: 700px;
	height: auto;
	margin: 30px 0 20px;
}
@media screen and (max-width: 768px){
.main #info{
  width: 100%;
  padding: 0 calc(45 / 768 * 100vw);
}
.main #info .inner{
  margin: 0;
  padding: 0;
}
.main #info .box{
  width: 100%;
}
.main #info .sub{
  font-size: calc(28/ 768 * 100vw);
  margin: 0 0 calc(50/ 768 * 100vw);
}		
.main #info .box p{
  font-size: calc(24 / 768 * 100vw);
  line-height: calc(40 / 768 * 100vw);
}
.main #info .note{
  font-size: calc(24/ 768 * 100vw);
  line-height: calc(40/ 768 * 100vw);
  letter-spacing: 0;
  padding-left: calc(24/ 768 * 100vw);
  text-indent: calc(-24/ 768 * 100vw);
}
.main #info .step_p{
  margin-bottom: calc(40 / 768 * 100vw);
}
.main #info .txt{
  padding-bottom: calc(50/ 768 * 100vw);
}
.main #info .font_mini .sub_title{
  font-size: calc(28/ 768 * 100vw);
  margin-bottom: calc(20/ 768 * 100vw);
}	
.main #info .flex{
  flex-direction: column;
  column-gap: 0;
}
.main #info .flex .step .step_title{
  width: calc(183/ 768 * 100vw);
  height: calc(183/ 768 * 100vw);
  border: solid #fff 5px;
}
.main #info .flex .step .step_title p{
  font-size:  calc(40/ 768 * 100vw);
  line-height: calc(54/ 768 * 100vw);
}
.main #info .flex .step .step_title p span{
  font-size:  calc(70/ 768 * 100vw);	
}
.main #info .flex .step .item{
  width: 100%;
  height: auto;
  margin-top: calc(-90 / 768 * 100vw);
  border: solid #c4bab1 calc(6 / 768 * 100vw);
  border-radius: calc(30 / 768 * 100vw);
  padding: calc(100 / 768 * 100vw) calc(40 / 768 * 100vw) calc(40 / 768 * 100vw);
  margin-bottom: calc(50 / 768 * 100vw);
}	
.main #info .flex .step .item::before {
  border-radius: calc(20 / 768 * 100vw);
  top: calc(5 / 768 * 100vw);
  bottom: calc(5 / 768 * 100vw);
  left: calc(5 / 768 * 100vw);
  right: calc(5 / 768 * 100vw);
  border: solid calc(2 / 768 * 100vw) #c4bab1;
}	
.main #info .flex .step .item img{
  height: calc(300/ 768 * 100vw);
  width: auto;
}	
.main #info .flex .step .item p{
  font-size: calc(28 / 768 * 100vw);
  line-height: calc(50 / 768 * 100vw);
  padding: calc(30/ 768 * 100vw) 0 0;
  letter-spacing: 0;
}
.main #info .sub_bad{
  margin-top: 0;
  font-size: calc(24 / 768 * 100vw);
  font-weight: 500;
}
.main #info .txt_bad_box{
  width: 100%;
  padding: 0;
}
.main #info .txt_bad{
  font-size: calc(24/ 768 * 100vw);
  border-radius: calc(24/ 768 * 100vw);
  padding: calc(40/ 768 * 100vw);
}
.main #info .txt_bad span{
  font-size: calc(28/ 768 * 100vw);
  display: block; 
  text-align: center;
  padding-bottom: calc(20/ 768 * 100vw);
}
.main #info .contents{
	margin-bottom: calc(100/ 768 * 100vw);
}
.main #info .receipt {
    width: 100%;
	height: auto;
	margin-bottom: calc(50/ 768 * 100vw);
}
.main #info img.ex{
	width: 100%;
	height: auto;
	margin: calc(50/ 768 * 100vw) 0;
}
}


/* rule
---------------------------------------- */
.h1 {
  pointer-events: none;
  display: none;
}
.inner h1{
  padding-top: 0;	
}
.toggle p {
  padding: 8px;
}
.main #rule .box{
  height: 200px;
  width: 700px;
  padding: 10px 10px 10px 10px;
  border-radius: 0;
  border: solid #bfaf93 1px;
  overflow-y: scroll;
  text-align: center;
  word-break: break-all;
  margin: 0 auto;
  background-color: #fff;
}
.main #rule .txt{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #646464;
  padding-bottom: 2rem;
  letter-spacing: 0.06rem;
  line-height: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.main #rule a{
	color: #646464;
}
#box1{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px){
.main #rule .box {
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: none;
    text-align: center;
  }
.main #rule .txt {
    font-size: 3.5vw;
	line-height: 5vw;
    text-align: justify;
    text-justify: inter-ideograph;
	padding: 3vw;
	letter-spacing: 0.2vw;
  }
.h1 {
    pointer-events: all;
    width: 100%;
  }	
.h1 span::after {
    content: '';
    position: absolute;
    margin-left: 0.8rem;
	margin-top: 0.75rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(30 / 768 * 100vw) calc(20 / 768 * 100vw) 0 calc(20 / 768 * 100vw);
    border-color: #ffffff transparent transparent transparent;
    z-index: 1;
  }
.h1.active span::after {
    transform: rotateZ(180deg);
  }	
.toggle {
    width: 100%;
    height: 0;
    padding: 0;
  }
.toggle p,
.toggle div,
.toggle #rule .box {
    padding: 8px;
    visibility: hidden;
}
.toggle #rule .box {
    height: 0;
  }
input:checked + .toggle p,
input:checked + .toggle div,
input:checked + .toggle #rule .box {
    padding: 0;
    line-height: 1.5;
    visibility: visible;
  }
input:checked + .toggle {
    height: auto;
  }
input:checked + .toggle #rule .box {
    height: auto;
    padding: 0;
	margin-bottom: 10vw;
  }	
.main .h1{
  background: url("../../images/top/bg_rule.png") center no-repeat;
  display: inline-block;
  position: relative;
  width: 100%;
  height: calc(145/ 768 * 100vw);
  background-size: contain;
  text-align: center;
  margin: 0 auto 0;
}
.main .h1 span{
	color: #fff;
	position: absolute;
	top: 6vw;
	left: 35vw;
	font-size: 6vw;
	line-height: 1;
	}
.main #rule .inner h1{
  display:none;
}
.main #rule .line_red h1:before, .line_red h1:after{
  display:none;
}
.inner h1:before{display:none;}
.inner h1:after{display:none;}
}


/* contact
---------------------------------------- */
#contact::before{
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background-color: #fff;
    background-image: url("../../images/top/bg_line02.png");
    background-position: center;
    background-size: contain;
}
.main #contact{
  color: #fff;
  font-size: 1.8rem;
  background: url("../../images/top/bg_red.jpg");
}
.main #contact .inner{
  padding: 80px 0 60px;
}
.main #contact h1 {
  letter-spacing: 0.05em;
  font-size: 24px;
  margin-bottom: 30px;
}
.main #contact h1::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 16px;
  background-image: url("../../images/top/img_title_left.png");
  background-size: contain;
  vertical-align: center;
  margin-right: 13px;
}
.main #contact h1::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 16px;
  background-image: url("../../images/top/img_title_right.png");
  background-size: contain;
  vertical-align: center;
  margin-left: 10px;
}
.main #contact .tel{
  font-size: 50px;
}
.main #contact .time{
	font-size: 1.4rem;
	padding-top: 10px;
}
.main #contact .note{
	font-size: 1.2rem;
	padding-top: 6px;
}
.main #contact .sns{
  margin-top: 60px;
}
.main #contact .sns .flex{
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  align-items:center;
  padding: 30px;
  width: 500px;
  text-align: center;
  margin: 0 auto;
  column-gap: 10px;
}
.main #contact .sns .flex-l{
  color: #222;
  font-size: 14px;
}
.main #contact .sns .flex-r{
  display: flex;
  align-items:center;
  column-gap: 20px;
}
.main #contact .sns .flex-r .sns_icon img{
  width: 33px;
}
.main #contact .sns .flex-r .sns_icon:last-child img{
 width: 44px;
}
.main #contact .logo{
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}
.main #contact .logo img{
  width: 175px;
  height: auto;
}
@media screen and (max-width: 768px){
#contact::before{
  height: calc(30 / 768 * 100vw);
}
.main #contact .contents_title{
  letter-spacing: 0;
  font-size: calc(38 / 768 * 100vw);
  margin-bottom: calc(50 / 768 * 100vw);
}
.main #contact .inner{
  padding-top: calc(100 / 768 * 100vw);	
	}

.main #contact .tel{
	font-size: calc(88 / 768 * 100vw);
}
.main #contact .time{
	font-size: calc(30 / 768 * 100vw);
	padding-top: calc(40 / 768 * 100vw);
}
.main #contact .note{
	font-size: calc(24 / 768 * 100vw);
	padding-top: calc(30 / 768 * 100vw);
}
.main #contact .contact_text{
	font-size: calc(32 / 768 * 100vw);
}
.main #contact .sns{
  margin-top: calc(100 / 768 * 100vw);
}
.main #contact .sns .flex{
  flex-direction: column;
  border-radius: 30px;
  padding: calc(50 / 768 * 100vw) 0;
  width: calc(450 / 768 * 100vw);
  grid-gap: calc(30 / 768 * 100vw);
  column-gap: 0;
}
.main #contact .sns .flex-l{
  font-size: calc(24 / 768 * 100vw);
}
.main #contact .sns .flex-r{
  column-gap: calc(30 / 768 * 100vw);
}
.main #contact .sns .flex-r .sns_icon img{
  width: calc(62 / 768 * 100vw);
}
.main #contact .sns .flex-r .sns_icon:last-child img{
 width: calc(77 / 768 * 100vw);
}
.main #contact .logo{
  padding-top: calc(50 / 768 * 100vw);
}
.main #contact .logo img{
  width: calc(300 / 768 * 100vw);
  height: auto;
}
}

/* entry_btn
---------------------------------------- */
.entry01{
  background: url("../../images/top/bg_wagara.jpg");
  position: relative;
}
.entry01::before{
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background-color: #fff;
    background-image: url("../../images/top/bg_line01.png");
    background-position: center;
    background-size: contain;
}
.entry01::after{
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background-color: #fff;
    background-image: url("../../images/top/bg_line02.png");
    background-position: center;
    background-size: contain;
}
.mod_form001 p.error1,.mod_form001 p.error2{
  display:none;
  font-weight:bold;
  color:#C00;
  padding: 10px;
  background: #fff;
  width: 500px;
  margin: 0 auto 25px;
  border-radius: 5px;
  position: relative;
}
.mod_form001 p.error1:before,.mod_form001 p.error2:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #fff; 
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.mod_form001 .btn1:active,.mod_form001 .btn2:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
.mod_form001{
  width:100%;
  padding: 60px;
  text-align:center;
  border:none;
}
/* 上 */
.entry01 .mod_form001 p.error1{
  filter: drop-shadow(0 4px 0 #c8c9ca);
}
.entry01 .mod_form001 .btn1{
  filter: drop-shadow(0 4px 0 #c8c9ca);
}
.entry01 .mod_form001 .check1{
  color: #222;
  margin-bottom: 13px;
}

/* 下 */
.entry02 .mod_form001 p.error2{
  filter: drop-shadow(0 4px 0 #c8c9cb);
}
.entry02 .mod_form001 .btn2{
  filter: drop-shadow(0 4px 0 #c8c9cb);
}
.entry02 .mod_form001 .check2{
  color: #222;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px){
.entry01::before{
  height: calc(31/ 768 * 100vw);
}
.entry01::after{
  height: calc(31/ 768 * 100vw);
}
.entry01 .mod_form001 .check1{
  margin: 0;
  padding: calc(100/ 768 * 100vw) 0 calc(10/ 768 * 100vw) 0;
}
.mod_form001 p.error1,.mod_form001 p.error2{
  padding: 2vw;
  width: 96%;
  margin: 0 auto 3vw;
}
.mod_form001 p.error1:before,.mod_form001 p.error2:before{
  transform: translateX(-50%);
  border-top: 2vw solid #fff; 
  border-right: 2vw solid transparent;
  border-left: 2vw solid transparent;
}
.mod_form001{
  width:100vw;
  padding: 0 5vw 9vw;
}
.mod_form001 button input{
  width: calc(656/ 768 * 100vw);
  margin: 2vw auto 0;
  padding: 0;
}
}

/* footer
---------------------------------------- */
footer {
  margin: 0 auto;
  background-color: #171b5c;
  position: relative;
}
footer .inner p{
  font-size: 14px;
  color: #fff;
  padding: 25px 0;
}
footer #pagetop{
	position: absolute;
	right: 110px;
	top: -150px;
}
footer #pagetop img{
	width: 70px;
	height: 70px;
}
@media screen and (max-width: 768px) {
footer .inner p{
  font-size: 2vw;
  padding: 4vw 0;
}
footer #pagetop{
	position: absolute;
	right: calc(30 / 768 * 100vw);
	top: calc(-180 / 768 * 100vw);
}
footer #pagetop img{
	width: calc(100 / 768 * 100vw);
	height: calc(100 / 768 * 100vw);
}	
}

/**** ---- scroll ----
===================================****/
.main #rule .box::-webkit-scrollbar {
  width: 10px;
  height: 60px;
}

.main #rule .box::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.main #rule .box::-webkit-scrollbar-thumb {
  background: #b82c21;
}

@media screen and (max-width: 768px) {
  .main #rule .box::-webkit-scrollbar,
  .main #rule .box::-webkit-scrollbar-track,
  .main #rule .box::-webkit-scrollbar-thumb {
  display: none;
  }
}



