@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;500;700&family=M+PLUS+Rounded+1c:wght@400;800&family=Noto+Sans+JP:wght@400;500&display=swap');

html { font-size: 62.5%; }
body {
	color: #1a1a1a;
	font-size: 1.6rem;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
img {
	max-width: 100%;
}
a {
  color: inherit;
  transition: opacity 0.3s;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

/* helper */
._spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  ._spOnly {
    display: block;
  }

  ._pcOnly {
    display: none;
  }
}


/****	---- common ----
===================================****/
.wrapper{
  position: relative;
  background: url("../images/bg_side.jpg");
  margin-top: 15px;
  height: auto;
}
.inner {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.wrapper{
  margin-top: calc(3 / 475 * 100vw);		
}
}

/* helper
---------------------------------------- */
.font_yu{font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;}

/****	---- header ----
===================================****/
.header{
  background-color: #fff;
  height: 8px;
  position: relative;
  padding-top: 15px;
}
.header::before{
  content: '';
  width: 100%;
  height: 15px;
  top: 0;
  display: inline-block;
  background-color: #fcee21;
  position: absolute;
}
.header::after{
  content: '';
  width: 100%;
  height: 7px;
  top: 23px;
  display: inline-block;
  background-color: #fcee21;
  position: absolute;
}
@media screen and (max-width: 767px) {
.header {
  width: 100%;
  height: calc(4 / 475 * 100vw);
  padding-top: calc(10 / 475 * 100vw);
}
.header::before{
  height: calc(6 / 475 * 100vw);
}
.header::after{
  height: calc(3 / 475 * 100vw);
  top: calc(10 / 475 * 100vw);
}
}

/****	---- main ----
===================================****/
.main{
 
}
.main .inner{
  width: 960px;
  height: auto;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
.main > .inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  display: block;
  width: 9px;
  height: 100%;
  border-left: #fcee21 4px solid;
  border-right: #fcee21 2px solid;
  z-index: 999;
}
.main > .inner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 4px;
  display: block;
  width: 9px;
  height: 100%;
  border-left: #fcee21 2px solid;
  border-right: #fcee21 4px solid;
  z-index: 999;
}
#kv{
  height: 400px;
  background: url("../images/img_kv_pc.jpg") no-repeat;
  background-position:center center;
  background-size:contain;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}
#kv .kv_logo{
  width: 180px;
  height: auto;
  position: absolute;
  top: 13px;
  right: 13px;
}
@media screen and (max-width: 767px) {
.main{
  margin-top: 0;
  height: auto;
}
.main .inner{
  width: calc(718 / 767 * 100vw);
  height: auto;
}
#kv{
  height: calc(215 / 475 * 100vw);
  background: url("../images/img_kv_sp.jpg") no-repeat;
  background-size: cover;
}
#kv .kv_logo{
  width: calc(86 / 475 * 100vw);
  top: calc(4 / 475 * 100vw);
  right: calc(4 / 475 * 100vw);
}
.main > .inner:before {
  left: calc(2 / 475 * 100vw);
  width: calc(4 / 475 * 100vw);
  border-left: #fcee21 calc(2 / 475 * 100vw) solid;
  border-right: #fcee21 calc(1 / 475 * 100vw) solid;
}
.main > .inner:after {
  right: calc(2 / 475 * 100vw);
  width: calc(4 / 475 * 100vw);
  border-left: #fcee21 calc(1 / 475 * 100vw) solid;
  border-right: #fcee21 calc(2 / 475 * 100vw) solid;
}
}

/****	---- prize ----
===================================****/
.prize{
  background: url("../images/bg_yellow.png");
  background-position: center bottom;
  position: relative;
  text-align: center;
  padding: 45px 0 90px;
  z-index: 9999;
}
.prize::before{
  content: '';
  width: 100%;
  height: 25px;
  top: 0;
  left: 0;
  display: inline-block;
  background: url("../images/bg_line_pc.png") repeat-x;
  position: absolute;
}
.prize_txt{
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.prize_txt p{
  text-align: left;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px){
.prize{
  padding: calc(20 / 475 * 100vw) 0 calc(60 / 475 * 100vw);	
  background-size: cover;
}
.prize img{
  width: calc(311 / 475 * 100vw);
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.prize::before{
  height: calc(11 / 475 * 100vw);
  background: url("../images/bg_line_sp.png") repeat-x;
}
.prize_txt p{
  font-size: calc(12 / 475 * 100vw);
}
}

/****	---- product ----
===================================****/
.product{
  background: #fff;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
.product img{
  width: calc(430 / 475 * 100vw);
  text-align: center;
  margin: 0 auto;
}
}

/****	---- entry ----
===================================****/
.entry{
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
}
.entry .flex{
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.entry_txt{
  width: 450px;
  text-align: center;
  margin: 0 auto;
  border-top: solid 0.5px #000;
  border-bottom: solid 0.5px #000;
  font-weight: 500;
  padding: 5px 0;
}
.box-wrapper {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.box-wrapper .box-l,
.box-wrapper .box-r {
  width: 370px;
  background-color: #fff;
  border: solid 0.8px #1a1a1a;
  border-radius: 15px;
  padding: 20px 15px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}
.box-wrapper .box-l .tit,
.box-wrapper .box-r .tit {
  font-size: 25px;
  border-bottom: solid 1px #1a1a1a;
  padding-bottom: 10px;
  font-weight: 500;
}
.box-wrapper .box-l .txt,
.box-wrapper .box-r .txt {
  line-height: 1.625em;
  text-align: left;
  padding: 15px 0 0;
}
.box-wrapper .box-l .txt{
  padding-bottom: 4px;
}
.box-wrapper .box-l .txt span {
  text-decoration: underline;
}
.box-wrapper .box-r .txt_link{
  font-size: 14.7px;
  font-weight: 200;
  border-bottom: double #1a1a1a;
  text-align: left;
  padding-top: 3px;
}
.box-wrapper .box-r .txt .txt_link a:link{
  color: #8fbf42;
  font-weight: 700;
  padding-left: 2px;
}
.entry_btn,
.login_btn {
  margin: 0 auto;
  position: relative;
  background: url("../images/btn_entry.png") no-repeat;
  filter: drop-shadow(0 0 4px #282828);
}
.entry_btn,
.login_btn {
  width: 331px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
.entry_tit{
  width: calc(604 / 780 * 100vw);
}
.entry{
  padding-top: calc(50 / 780 * 100vw);
}
.entry .flex{
  flex-direction: column-reverse;
  align-items: center;
  padding-bottom: 20px;
}
.flex_01{
 width: calc(571 / 780 * 100vw);
}
.flex_02{
 width: calc(380 / 780 * 100vw);
}
.entry_txt{
  font-size: calc(24 / 780 * 100vw);
  width: calc(627 / 780 * 100vw);
}	
.box-wrapper {
  margin: calc(37 / 780 * 100vw) auto 0;
  column-gap: 0;
  grid-gap: calc(24 / 780 * 100vw);
  flex-direction: column;
  align-items: center;
}
.box-wrapper .box-l,
.box-wrapper .box-r {
  width: 80%;
  padding: calc(40 / 780 * 100vw) calc(30 / 780 * 100vw);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.box-wrapper .box-l .tit,
.box-wrapper .box-r .tit {
  font-size: calc(40 / 780 * 100vw);
  padding-bottom: calc(20 / 780 * 100vw);
}
.box-wrapper .box-l .txt,
.box-wrapper .box-r .txt {
  padding: calc(24 / 780 * 100vw) 0 0;
  font-size: calc(25 / 780 * 100vw);
}
.box-wrapper .box-l .txt{
  padding-bottom: 0;
}
.box-wrapper .box-r .txt_link{
  font-size: calc(23 / 780 * 100vw);
  padding-top: calc(15 / 780 * 100vw);
}
.entry_btn,
.login_btn {
  margin: 0 auto;
  position: relative;
  background: url("../images/btn_entry_sp.png");
  background-size: calc(520 / 780 * 100vw) calc(80 / 780 * 100vw);
  text-align: center;
  font-size: calc(23 / 780 * 100vw);
}
.entry_btn,
.login_btn {
  width: 100%;
  height: calc(80 / 780 * 100vw);
  display: flex;
  margin: calc(30 / 780 * 100vw) auto 0;
}	
	
}
/****	---- period ----
===================================****/
.period{
  width: 630px;
  text-align: center;
  margin: 0 auto;
  padding-top: 13px;
}
.period .item{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding-top: 7px;
}
.period .item:first-child{
  padding-bottom: 7px;
  border-bottom: dotted 1px #1a1a1a;
}
.period .item .tit{
  position: relative;
  background: url("../images/btn_period.png") no-repeat;
}
.period .item .tit {
  width: 292px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
.period{
  width: 100%;
  padding-top: calc(50 / 780 * 100vw);
}
 .period .item{
  column-gap: 0;
  padding-top: calc(18 / 780 * 100vw);
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
}
.period .item:first-child{
  padding-bottom: calc(18 / 780 * 100vw);
}
.period .item .tit{
  background: none;
  text-align: center;
  margin: 0 auto;
}
.period .item .tit {
  width: 96%;
  height: auto;
  margin: 0 auto;
}
.period .item .txt{
width: 100%;
height: auto;
padding-top: calc(15 / 780 * 100vw);
}
}
/****	---- outline ----
===================================****/
.outline{ 
background:repeating-linear-gradient( 
135deg, #e8e4d6, #e8e4d6 30px, #ece8dc 0, #ece8dc 60px, #f0ede3 0, #f0ede3 90px
);}
.outline{
  text-align: center;
  margin: 0 auto;
  padding: 100px 205px 100px;
  position: relative;
}
.outline .box{
  background-color: #fff;
  border-radius: 12px;
  padding: 25px;
  filter: drop-shadow(3px 3px 3px #a0a0a0);
}
.outline .box:first-child{
  margin-bottom:12px; 
}
.outline .box:last-child{
  padding-bottom: 10px;
}
.outline .box .sub{
  font-size: 13px;
  font-weight: 200;
  padding: 12px 0;
}
.outline .outline_txt{
  padding-top: 10px;
}
.outline .outline_txt p{
  border-bottom: dotted 1px #1a1a1a;
  letter-spacing:0;
  font-size: 15px;
  line-height: 2em;
}
.outline .outline_txt p:last-child{
  border-bottom: none;
}
.outline .note{
  font-size: 11px;
  font-weight: 200;
  padding-top: 10px;
}
.outline::after{
  content: "";
  background: url("../images/bg_white_pc.png");
  height: 118px;
  width: 100%;
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.outline::before{
  content: "";
  background: url("../images/bg_white_re_pc.png");
  height: 118px;
  width: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px){
.outline{
  padding: calc(80 / 767 * 100vw) calc(24 / 767 * 100vw) calc(80 / 767 * 100vw);
}
.outline .box{
  padding: calc(30 / 767 * 100vw);
}
.outline .box:first-child{
  margin-bottom: calc(16 / 767 * 100vw); 
}
.outline .box:last-child{
  padding-bottom: calc(20 / 767 * 100vw);
}
.outline .box .sub{
  font-size: calc(16 / 767 * 100vw);
  padding: calc(16 / 767 * 100vw) 0 calc(5 / 767 * 100vw);
}
.outline .outline_txt{
  padding-top: calc(8 / 767 * 100vw);
}
.outline .outline_txt p{
  border-bottom: dotted 1px #1a1a1a;
  letter-spacing:0;
  font-size: calc(18 / 767 * 100vw);
  line-height: 2em;
}
.outline .outline_txt p:last-child{
  border-bottom: none;
}
.outline .note{
  font-size: calc(12 / 767 * 100vw);
  padding-top: calc(20 / 767 * 100vw);
}
.outline::after{
  width: calc(720 / 767 * 100vw);
  height:calc(55 / 767 * 100vw);
  bottom: 0;
  left: 0;
  background: url("../images/bg_white_sp.png") ;
  background-size: calc(720 / 767 * 100vw)calc(55 / 767 * 100vw);
}
.outline::before{
  background: url("../images/bg_white_re_sp.png");
  background-size: calc(720 / 767 * 100vw)calc(55 / 767 * 100vw);
  height: calc(55 / 767 * 100vw);
  width: calc(720 / 767 * 100vw);
  top: 0;
  left: 0;
}	
}

/****	---- important privacy ----
===================================****/
.privacy{
  padding: 30px 0 50px;
}
.important h2 img,.privacy h2 img{
  margin-bottom: 10px;  
}
.important_txt,.privacy_txt{
  text-align: center;
  margin: 0 auto;
  padding-left: 90px;
}
.important_txt li{
  text-align: left;
  font-size: 15px;
  letter-spacing: -0.1rem;
  line-height: 1.6em;
  text-indent: -15px;
  padding-left: 15px;
}
.privacy_txt p{
  text-align: left;
  font-size: 15px;
  letter-spacing: -0.1rem;
  line-height: 1.6em;
}
.privacy_txt .note{
  font-weight: 200;
  font-size: 13px;
  padding-top: 5px;
}
@media screen and (max-width: 767px){
.privacy{
  padding: calc(30 / 767 * 100vw) 0 calc(65 / 767 * 100vw);
}
.important{
  padding-top: 	calc(5 / 767 * 100vw);
}
.important h2 img,.privacy h2 img{
  margin-bottom: calc(10 / 767 * 100vw);  
}
.important_txt,.privacy_txt{
  padding: 0 calc(14 / 767 * 100vw);
}
.important_txt li{
  font-size: calc(20 / 767 * 100vw);
  text-indent: calc(-20 / 767 * 100vw);
  padding-left: calc(20 / 767 * 100vw);
}
.privacy_txt p{
  font-size: calc(19 / 767 * 100vw);
}
.privacy_txt .note{
  font-weight: 200;
  font-size: 13px;
  padding-top: 5px;
}
}
	
	
/****	---- rule ----
===================================****/
input {
  display: none;
}
#rule .box {
  height: 300px;
  padding: 30px 30px 30px 10px;
  border-radius: 0;
  border: 3px solid #919191;
  overflow-y: scroll;
}
.toggle p {
  padding: 8px;
}
.toggle .sub{
  font-size: 15px;
  margin: 20px 0;
}
#rules{
  position: relative;
  height: auto;
  margin: 0;
}
.h1{
  background-color: #fcee21;
  border: solid 2px #1a1a1a;
  padding: 10px 180px;
  filter: drop-shadow(3px 3px 3px #a0a0a0);
}
 .h1 span::after {
  content: '';
  position: absolute;
  margin-left: 10vw;
  margin-top: 0.5vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2vw 1vw 0 1vw;
  border-color: #1a1a1a 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.8;
    visibility: visible;
	letter-spacing: -0.05em;
  }
  input:checked + .toggle {
    height: auto;
  }
  input:checked + .toggle #rule .box {
    height: 400px;
	width: 710px;
	margin: 0 auto;
    padding: 30px 20px 0 35px;
	text-align: left;
	font-size: 13px;
	border: solid 2px #1a1a1a;
	filter: drop-shadow(3px 3px 3px #a0a0a0);
	background-color: #fff;
  }
  input:checked + .toggle #rule .box ul li {
    margin-left: 12px;
    text-indent: -13px;
  }
  input:checked + .toggle #rule .box .txt{
    margin-bottom: 50px;
  }
@media screen and (max-width: 767px) {
.toggle .sub{
  font-size: calc(24 / 767 * 100vw);
  margin: calc(30 / 767 * 100vw) 0;
}	
#rule .box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: calc(20 / 767 * 100vw);
    border: 2px solid #919191;
  }
#rule .txt {
    font-size: calc(19 / 767 * 100vw);
    text-align: justify;
    text-justify: inter-ideograph;
  }
#rule ul li {
    margin-left: 2rem;
	text-indent: 0;
  }
#rule div {
    padding: 0;
  }
.h1{
  padding: calc(10 / 767 * 100vw) calc(200 / 767 * 100vw);
  font-size: calc(30 / 767 * 100vw);
}
 .h1 span::after {
  margin-left: calc(120 / 767 * 100vw);
  margin-top: 1.5vw;
  border-width: 3.5vw 2.2vw 0 2.2vw;
  }	
  .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;
	width: 94%;
    padding: calc(20 / 767 * 100vw) calc(20 / 767 * 100vw) 0;
  } 	
}


/****	---- morning ----
===================================****/
.morning{ 
  padding: 50px 40px;
}
.morning .inner{
  width: 860px;
  background:repeating-linear-gradient( 
135deg, #fcee21, #fcee21 20px, #fff 0, #fff 40px, #ece8dc 0, #ece8dc 60px
);
  filter: drop-shadow(3px 3px 3px #a0a0a0);
  padding: 15px;
}
.morning .inner .box{
  padding: 40px;
  background:#fff url("../images/bg_morning_pc.png") no-repeat;
  background-position: 85% center;
  text-align: left;
  position: relative;
}
.morning_tit{
  position: absolute;
  top: 20px;
  left: 15px;
}
.morning_txt{
  width: 255px;
  letter-spacing: 0;
  padding: 80px 0 10px;
}
.morning_txt p{
  border-bottom: dotted 1px #1a1a1a;
  letter-spacing:0;
  line-height: 2em;
  font-size: 15px;
}	
.morning_txt p:last-child{
  border-bottom: none;
}
.triangle-button{
  background-color: #fcee21;
  border-radius: 8px;
  filter: drop-shadow(3px 3px 3px #a0a0a0);
  color: #6c9234;
  display: inline-block;
  padding: 5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 307px;
  font-size: 15px;
  letter-spacing: 0.02em;
}
.triangle-button::after{
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent #6c9234;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px){
.morning{ 
  padding: calc(40 / 767 * 100vw) calc(30 / 767 * 100vw);
}
.morning .inner{
  width: 100%;
  padding: calc(18 / 767 * 100vw);
}
.morning .inner .box{
  padding: calc(40 / 767 * 100vw) calc(40 / 767 * 100vw) calc(440 / 767 * 100vw);
  background:#fff url("../images/bg_morning_pc.png") no-repeat;
  background-position: center 92%;
  background-size: 85%;
  text-align: center;
}
.morning_tit{
  width: calc(465 / 767 * 100vw);
  top: 3%;
  left: 12%;
}
.morning_txt{
  width: calc(400 / 767 * 100vw);
  padding: calc(160 / 767 * 100vw) 0 calc(10 / 767 * 100vw);
  text-align: center;
  margin: 0 auto;
}
.morning_txt p{
  font-size: calc(23 / 767 * 100vw);
}	
.triangle-button{
  padding: calc(10 / 767 * 100vw);
  width: calc(500 / 767 * 100vw);
  font-size: calc(25 / 767 * 100vw);
}
.triangle-button::after{
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent #6c9234;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}	
}


/****	---- background ----
===================================****/
.bg_white{
  background-color: #fff ;
  text-align: center;
  margin: 0 auto;
}

/****	---- footer ----
===================================****/
footer .inner{
  width: 960px;
  height: auto;
  background-color: #8fbf42;
  padding-top: 30px;
  position: relative;
}
footer > .inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  display: block;
  width: 9px;
  height: 100%;
  border-left: #fcee21 4px solid;
  border-right: #fcee21 2px solid;
  z-index: 999;
}
footer > .inner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 4px;
  display: block;
  width: 9px;
  height: 100%;
  border-left: #fcee21 2px solid;
  border-right: #fcee21 4px solid;
  z-index: 999;
}
#contact{
  border: solid 1px #000;
  background-color: #fff;
  padding: 15px 30px;
  text-align: center;
  margin: 0 120px;
}
#contact .box{
  text-align: center;
  margin: 0 auto;
}
#contact .box_title{
  font-weight: 700;
  font-size: 21px;
  width: 100%;
  border-bottom: solid 0.5px #000;
  padding-bottom: 5px;
}
#contact .box_text{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contact .box_text .text{
  text-align: left;
  padding: 10px 0;
}
#contact .box_text .note{
  font-size: 13px;
}
@media screen and (max-width: 767px){
footer .inner{
  width: calc(718 / 767 * 100vw);
  padding-top: calc(20/ 475 * 100vw);
}
footer > .inner:before {
  left: calc(2 / 475 * 100vw);
  width: calc(4 / 475 * 100vw);
  border-left: #fcee21 calc(2 / 475 * 100vw) solid;
  border-right: #fcee21 calc(1 / 475 * 100vw) solid;
}
footer > .inner:after {
  right: calc(2 / 475 * 100vw);
  width: calc(4 / 475 * 100vw);
  border-left: #fcee21 calc(1 / 475 * 100vw) solid;
  border-right: #fcee21 calc(2 / 475 * 100vw) solid;
}
#contact{
  padding: calc(15 / 475 * 100vw) calc(8 / 475 * 100vw) calc(5 / 475 * 100vw);
  margin: calc(10 / 475 * 100vw) calc(54 / 475 * 100vw) 0px;
}
#contact .box_title{
  font-size: calc(16 / 475 * 100vw);
  padding-bottom: calc(5 / 475 * 100vw) ;
}
#contact .box_text .text{
  padding: calc(10 / 475 * 100vw) 0;
  font-size: calc(11.5 / 475 * 100vw);
}
#contact .box_text .note{
  font-size: calc(10 / 475 * 100vw);
}
}
.sns{
  padding-top: 30px;
  margin: 0 auto;
  text-align: center;
}
.sns img{
  width: 60px;
  height: auto;
}
.footer_text {
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  padding: 40px 0 20px;
}
.top_btn {
  display: block;
  padding: 10px 0;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
.top_btn {
  color: #fcee21;
  width: 150px;
  margin: 30px auto;
  position: absolute;
  right: 120px;
  bottom: 50px;
}
.top_btn::before,
.top_btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow_ft::before {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fcee21;
  z-index: 99;
}
.arrow_ft::after {
  right: 2px;
  top: -6px;
  box-sizing: border-box;
  width: 3px;
  height: 7px;
  border: 4px solid transparent;
  border-left: 8px solid #8fbf42;
  z-index: 99;
  transform: rotate(-90deg);
}
.arrow_top::before {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  z-index: 99;
}
.arrow_top::after {
  right: 29px;
  box-sizing: border-box;
  width: 3px;
  height: 7px;
  border: 4px solid transparent;
  border-left: 8px solid #a2dd65;
  z-index: 99;
}

@media screen and (max-width: 767px){
.sns{
  padding-top: calc(20 / 475 * 100vw);
}
.sns img{
  width: calc(60 / 475 * 100vw);
}
.footer_text {
  font-size: calc(12 / 475 * 100vw);
  padding: calc(20 / 475 * 100vw) 0 calc(10 / 475 * 100vw);
}
.top_btn {
  padding: 0;
  border-radius: calc(12 / 475 * 100vw);
  font-size: calc(13 / 475 * 100vw);
}
.top_btn {
  width: calc(120 / 475 * 100vw);
  margin: 0 auto;
  right: calc(55 / 475 * 100vw);
  bottom: calc(55 / 475 * 100vw);
}
.arrow_ft::before {
  width: calc(13 / 475 * 100vw);
  height: calc(13 / 475 * 100vw);
}
.arrow_ft::after {
  right: calc(2 / 475 * 100vw);
  top: calc(-4 / 475 * 100vw);
  box-sizing: border-box;
  width: calc(7 / 475 * 100vw);
  height: calc(6 / 475 * 100vw);
  border: calc(4 / 475 * 100vw) solid transparent;
  border-left: calc(6 / 475 * 100vw) solid #8fbf42;
  z-index: 99;
  transform: rotate(-90deg);
}
}

/**** ---- scroll ----
===================================****/
.main #rule .box::-webkit-scrollbar {
  width: 12px;
}
.main #rule .box::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 8px;
  margin: 4px 0;
}
.main #rule .box::-webkit-scrollbar-thumb {
  background: #1a1a1a;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .main #rule .box::-webkit-scrollbar,
  .main #rule .box::-webkit-scrollbar-track,
  .main #rule .box::-webkit-scrollbar-thumb {
    display: none;
  }
}

/****	---- end ----
===================================****/