@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.fs-l-page { margin-top:0; }

/* 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; }

/* common ----------*/
body { 
  color:#414141;
  
}
main {
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Times New Roman", Meiryo, serif;
  line-height:1.6;
}
.inner { max-width:124rem; width:100%; padding:0 2rem; margin:0 auto; }
h2 { border-left:5px solid #707070; padding-left:1em; font-size:3rem; letter-spacing:5px; margin-bottom:2rem; }
.btn { max-width:35rem; width:100%; margin:2rem auto 0; border:solid 1px #fff; position:relative; }
.btn a { display:block; padding:0.5rem 0; text-align:center; color:#fff; font-size:2rem; }


#sec01 { margin-top:5rem; }
#sec01 p { font-size:2rem; max-width:80%; margin:2rem auto 0; }

#sec02 { margin-top:5rem; }
#sec02 ul.img { display:flex; justify-content:space-between; }
#sec02 ul.img li {}
#sec02 ul.img li p { font-size:2.4rem; }
#sec02 ul.img li:first-child { width:55%; }
#sec02 ul.img li:last-child { width:40%; line-height:1.8; }
#sec02 .giveaway { border:solid 2px #707070; margin-top:5rem; padding:5rem 7rem; }
#sec02 .giveaway h3 { text-align:center; font-size:3rem; letter-spacing:5px; margin-bottom:3rem; }
#sec02 .giveaway ul { display:flex; justify-content:space-between; }
#sec02 .giveaway ul li {  }
#sec02 .giveaway ul li p { margin-bottom:0; text-indent:-2em; padding-left:2em; }
#sec02 .giveaway ul li.tx span { display:inline-block; margin-left:2em; }
#sec02 .giveaway ul li.tx { width:calc((100% - 25rem) - 5%); }
#sec02 .giveaway ul li.line { max-width:25rem; width:100%; }
#sec02 .giveaway ul li.line a { display:flex; align-items:center; justify-content:center; color:#fff; padding:2rem 0; background:#00B900; }
#sec02 .giveaway p.num { margin-top:3rem; text-indent:-2em; padding-left:2em; }
#sec02 .giveaway .day { border:solid 1px #707070; padding:1rem; margin:2rem 0; }
#sec02 .giveaway .day p { text-align:center; font-size:2.4rem; }
#sec02 .giveaway .cap { font-size:1.4rem; }


/* shop ----------*/
#shop { margin-top:5rem; margin-bottom:10rem; }
#shop h2 { margin-bottom:2rem; }
#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.brand { display:flex; justify-content:space-between; margin-top:5rem; }
#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; align-items: flex-end; max-width:80%; margin:5rem auto 0; }
#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; 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 { margin-left:10rem; border-color:#333; }
#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){ 
  
  #sec01 p { max-width:100%; }
  
  /* shop --------------------*/
  #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){
  h2 { font-size:2rem; }
    
  #sec01 p { font-size:1.6rem; }
  #sec02 ul.img { display:block; }
  #sec02 ul.img li:first-child,#sec02 ul.img li:last-child { width:100%; }
  #sec02 ul.img li:last-child { margin-top:1rem; }
  #sec02 ul.img li p { font-size:1.8rem; margin-bottom:1rem; line-height:1.2; }
  #sec02 .giveaway h3 { font-size:2rem; }
  #sec02 .giveaway { padding:3rem; }
  #sec02 .giveaway ul { display:block; }
  #sec02 .giveaway ul li.tx,#sec02 .giveaway ul li.line { width:100%; }
  #sec02 .giveaway ul li.line { max-width:100%; margin:2rem auto 0; }
  #sec02 .giveaway .day p { font-size:1.8rem; }
  #shop { margin-top:10rem; }
  #shop .mark { max-width:70%; }
  #shop .shop-tx { font-size:1.8rem; }
  
}
@media screen and (max-width:375px){
  #sec02 .giveaway { padding:2rem; }
}




