@charset "utf-8";

/* fade animation ----------*/
.fade { opacity:0; transition:all 1s ease-out!important; }
.fade-left { transform:translateX(-100%); }
.fade-right { transform:translateX(100%); }
.fade-up { transform:translateY(100px); }
.fade-down { transform:translateY(-100px); }
.fade.active {
  transform:translate(0,0)!important;
  opacity:1!important;
}

/* common parts ----------*/
#header-new { background:rgba(255,255,255,.8)!important; }
div:after,ul:after { display:none; }
p { margin:0; }
.bold { font-weight: bold; }
.pc { display:block; }
.sp-only { display:none; }

@media screen and (max-width:600px){
  .pc { display:none; }
  .sp-only { display:block; }
}

/* common ----------*/
body { 
  color:#707070;
}
main {
/*  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Times New Roman", Meiryo, serif;*/
  font-family: YuGothic,"游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  line-height:1.6;
}
.fo_min { font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Times New Roman", Meiryo, serif; }
.inner { max-width:114rem; width:100%; padding:0 2rem; margin:0 auto; }
h3 { font-size:3.4rem; line-height:1; letter-spacing:0.1em; text-align:center; font-weight:normal!important; margin-bottom:3rem; }
h3 span { font-size:1.6rem; display:block; margin-top:1rem; }
.btn { max-width:35rem; width:100%; margin:2rem auto 0; border:solid 1px #707070; position:relative; }
.btn a { display:block; padding:0.5rem 0; text-align:center; color:#707070; font-size:2rem; }
.anc { margin-top:-9.8rem; padding-top:9.8rem; }

h2 { border-left:solid 5px #707070; padding-left:1em; font-size:2.6rem; }

/* pan ----------*/
.breadcrumbs { position:relative; margin:0 auto; max-width:1240px; z-index:10; }
.breadcrumbs .crumbList { position:absolute; top:1rem; color:#fff; }
.breadcrumbs .crumbList a { color:#fff; }
.breadcrumbs .crumbList span { color:#fff; }


/* mv ----------*/
@media screen and (max-width:600px){
  #mv .mv img { width:100%; }
}

/* top ----------*/
#top { margin-top:5rem; }
#top h2 { max-width:90rem; width:100%; margin:0 auto; }
#top .cont_mv { text-align:center; margin-top:5rem; }
#top p.tx { max-width:90rem; width:100%; margin:3rem auto 0; }
#top .day { padding:1rem 0; background:#94C999; }
#top .day p { text-align:center; color:#fff; font-size:2rem; font-weight: bold; letter-spacing:0.1em; }
#top .day p span { font-size:180%; vertical-align:baseline; }
#top .taisyou { background:#94C999; color:#fff; margin-top:1rem; padding:3rem; }
#top .taisyou .ttl { font-size:3rem; text-align:center; border-bottom:solid 2px #fff; padding-bottom:1rem; font-weight:bold; letter-spacing:0.3em; }
#top .taisyou ul { margin-top:3rem; }
#top .taisyou ul li {}
#top .taisyou ul li:nth-of-type(n+2) { margin-top:3rem; }
#top .taisyou ul li p { text-indent:-1em; padding-left:1em; font-weight: bold; font-size:1.8rem; }
#top .taisyou ul li p span { text-decoration:underline; }
#top .taisyou .cap { font-size:1.4rem; margin-top:3rem; }

#notes {  }

@media screen and (max-width:600px){
  #top h2 { font-size:2rem; }
  #top .cont_mv { margin-top:3rem; }
  #top p.tx { margin-top:2rem; }
  #top .day p { font-size:1.6rem; }
  #top .taisyou .ttl { font-size:2.4rem; }
}

/* youtube ----------*/
#youtube { margin:5rem 0; }
#youtube .wrap { aspect-ratio:16 / 9; width:100%; }
#youtube .wrap iframe { width:100%; height:100%; }
@media screen and (max-width:600px){
  #youtube { margin:3rem 0; }
}

/* flow ----------*/
#flow {}
#flow .wrap { margin-top:10rem; padding:3rem 6rem; border:solid 2px #707070; }
#flow .wrap .ttl { font-weight:bold; font-size:3rem; text-align:center; border-bottom:solid 2px #707070; padding-bottom:1rem; font-weight:bold; letter-spacing:0.3em; }
#flow .wrap ul { display:flex; justify-content:space-between; margin-top:3rem; }
#flow .wrap ul li { width:25%; position:relative; }
#flow .wrap ul li:after {
  content:"";
  position:absolute;
  top:35%;
  right:-30%;
  transform:translateY(-50%) rotate(-90deg);
  width:0;
  height:0;
  border-style:solid;
  border-width:3rem 1.5rem 0 1.5rem;
  border-color: #CECECE transparent transparent transparent;
}
#flow .wrap ul li:last-child:after { display:none; }
#flow .wrap .arrow {
  display:block;
  margin:3rem auto;
  width:0;
  height:0;
  border-style:solid;
  border-width:4rem 6rem 0 6rem;
  border-color: #CECECE transparent transparent transparent;
}
#flow .wrap .text {
  background:#FF0000;
  color:#fff;
  text-align:center;
  font-size:2.4rem;
  font-weight:bold;
  padding:1rem 0;
  max-width:80%;
  width:100%;
  margin:0 auto;
}
#flow .notes { margin-top:10rem; }
#flow .notes .ttl { font-size:2.4rem; font-weight: bold; text-align:center; letter-spacing:0.3em; }
#flow .notes .box { background:#94C999; color:#fff; margin-top:1rem; }
#flow .notes .box ul li { font-weight: bold; text-indent:-1em; padding-left:1em; }
#flow .notes .box ul li:nth-of-type(n+2) { margin-top:1rem; }
#flow .notes .btn { background:#94c999; border:none; max-width:60%; width:100%; }
#flow .notes .btn a { color:#fff; font-weight: bold; font-size:2.4rem; padding:2rem 0; }
@media screen and (max-width:900px){
  #flow .wrap .text { max-width:100%; }
}
@media screen and (max-width:600px){
  #flow .wrap ul { display:block; width:80%; margin:3rem auto; }
  #flow .wrap ul li { width:100%; }
  #flow .wrap ul li:nth-of-type(n+2) { margin-top:10rem; }
  #flow .wrap ul li:after { top:105%; left:50%; transform:translateX(-50%); }
  #flow .notes .box { margin-bottom:0; }
  #flow .notes .btn { max-width:100%; margin-top:1rem; }
}


/* shop ----------*/
#shop { margin-top:10rem; margin-bottom:10rem; }
#shop .box { border:solid 1px #707070; padding:2rem; margin:0 auto 5rem; max-width:90rem; }
#shop .box p { line-height:2; }
#shop .inner { max-width:124rem; }
#shop h3 { margin-bottom:4rem; font-weight: bold; }
#shop .shop-tx { margin:2rem 0; font-size:2rem; text-align:center; }
#shop .btn.last { margin-top:10rem; }
#shop .btn.last a { padding:1rem 0; }
#shop .mark { text-align:center; margin:1rem 0; }
#shop .cap { margin-top:3rem; border:solid 1px #707070; padding:2rem; }
#shop .cap p { line-height:2; }
#shop ul.link li .tt { width:48%; }
#shop ul.top { display:flex; justify-content:space-between; }
#shop ul.top > li { width:48%; }

#shop ul.brand { display:flex; justify-content:space-between; margin-top:10rem; }
#shop ul.brand:after {display:none;}
#shop ul.brand li { width:48%; text-align:center; }
#shop ul.brand li p { text-align:center; font-weight: bold; margin-top: 2rem; }
#shop ul.brand li .btn { width:60%; margin:2rem auto 0; border:solid 1px #333; }
#shop ul.brand li:first-child .btn { border-color:#8D5E0F; }
#shop ul.brand li:first-child .btn a { color:#8D5E0F; }
#shop ul.brand li .btn a { display:block; padding:1rem 2rem; color:#333; font-weight: bold; font-size:2rem; }
#shop ul.brand li:first-child p { color:#8D5E0F; }

#shop ul.link { display:flex; flex-direction:column; height:100%; }
#shop ul.link li {  }
#shop ul.link li .tt { background:#630; color:#fff; font-size:2.8rem; font-weight: bold; text-align:center; }
#shop ul.link li .shop-list { padding:1rem 0; padding-left:2.5rem; margin-left:2.5rem; margin-top:1rem; margin-bottom:1rem; border-left:solid 2px #333; }
#shop ul.link li .shop-list p { line-height:2; }
#shop ul.link li .shop-list p a { font-size:1.8rem; color:#333; font-weight: bold; }
#shop ul.link li.btn { border-color:#333; margin:auto 0 0; max-width:100%; width:100%; }
#shop ul.link li.btn a { color:#000; padding:0.5rem 4rem; }

#shop .btn { background:none; border-radius:0; border:solid 1px #333; }
#shop .btn2 { max-width:50rem; margin:5rem auto 0; border-color:#333; }
#shop .btn2 a { color:#333; }

@media screen and (max-width:768px){ 
  #shop { margin-top:10rem; }
  #shop .mark { max-width:70%; margin:10px auto; }
  #shop ul.brand { display:block; margin-top:5rem; }
  #shop ul.brand li {width: 100%;}
  #shop ul.brand li:first-child { margin-bottom:5rem; }
  #shop ul.brand li p { font-size: 1.6rem; }
  #shop ul.brand li img { width:70%; }
  #shop ul.link { display:block; }
  #shop ul.link li .tt { width:30%; font-size:2.4rem; }
  #shop ul.link li .shop-list p a { font-size:2rem; }
  #shop ul.link li.btn { margin:5rem auto 0; }
  #shop .cap p { font-size: 2rem; line-height:1.6; }
}
@media screen and (max-width:600px){  
  #shop { margin:10rem 0 5rem; }
  #shop ul.top { display:block; }
  #shop ul.top > li { width:100%; }
  #shop ul.top > li.tenpo { margin-top:3rem; }
  #shop ul.link li.btn { max-width:30rem; margin-top:2rem; }
  #shop .mark { margin-top:3rem; }
}

/* qa --------------------*/
#qa { tab-size:12rem; margin-bottom:10rem; }
#qa .wrap { border:solid 2px #707070; padding:8rem 6rem 3rem; position:relative; }
#qa .wrap .ttl {
  max-width:70%;
  width:100%;
  padding:1rem 0;
  background:#94c999;
  color:#fff;
  text-align:center;
  position:absolute;
  height:6rem;
  top:-3rem;
  left:50%;
  transform:translateX(-50%);
  font-size:3rem;
  font-weight: bold;
}
#qa .wrap ul {  }
#qa .wrap ul li { font-weight: bold; }
#qa .wrap ul li span { display:block; color:#2A6DF5; tab-size:10px; }
#qa .wrap ul li:nth-of-type(n+2) { margin-top:2rem; }
#qa .wrap .btn { background:#94c999; border:none; border-radius:5px; margin-top:5rem; }
#qa .wrap .btn a { color:#fff; font-weight: bold; }
#qa .bnr {  max-width:66rem; width:100%; margin:5rem auto 8rem; }
@media screen and (max-width:600px){
  #qa { margin-top:5rem; margin-bottom:5rem; }
  #qa .wrap { padding:6rem 3rem 3rem; }
}















