@charset "UTF-8";

/**********************

// style.css

**********************/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese);


html{
  font-size : 62.5%;
  /* スムーズスクロール */
  scroll-behavior: smooth;
}

@media screen and (max-width:749px){
  html{
    font-size : 1.333vw;
  }
}
:root {
  --red: #c7161e;
}


body{
  color: #3c3c3c;
  font-size: 1.6rem;
  font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  font-feature-settings: 'palt';
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing  : antialiased;
	-moz-osx-font-smoothing : grayscale;
  -webkit-text-size-adjust: 100%;
}

picture,
img{
  display : block;
  max-width : 100%;
}

a{
  display: block;
  transition: .2s;
}

a:hover,button:hover{
  filter: brightness(1.1);
}

sub{
  font-size:0.65em;
}

sup{
  font-size: 0.5em;
  vertical-align: super;
}

.fixedBg{
  background: url(../images/bg--pattern.png) repeat-y #fce6b9 top center/2120px auto;
  height: 100vh;
  left:50%;
  position: fixed;
  top:0;
  transform: translate(-50%,0);
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width:749px){
  .fixedBg{
    background: none;
    height: 0;
    width: 0;
  }
}

.header,
.main,
.article,
.footer{
  background: #fff;
  margin: auto;
  width: 96rem;
}

@media screen and ( max-width:750px){
  .header,
  .main,
  .article,
  .footer{
    margin: auto;
    max-width: 75rem;
  }
}

/*
// common style
*/

.text--bold{
  font-weight: bold;
}

.text--orange{
  color:#ec4200;
  font-weight: bold;
}

.text--light-orange{
  color:#f5aa14;
  font-weight: bold;
}



/*
// contents
*/

.header{
  padding: 1rem 0 0 11.8rem;
}

.header__logo{
  width: 27rem;
}

.mv{
  background: #fff;
  padding: 7rem 0 4rem;
}

.mv__heading{
  font-size:4.5rem;
  font-weight: bold;
  margin: 0 0 7rem;
  padding: 0 13.5rem;
}

.mv__image{
  margin: 0 auto 5.5rem;
  width: 75rem;
}

.mv__description{
  font-size:2.4rem;
  line-height: 2;
  margin: auto;
  width: 67rem;
}


.contents{
  background: #fff8e8;
  padding: 4rem 0;
}

.contents__supervision{
  background: #fff;
  font-size:2.1rem;
  margin: auto;
  padding: 2.5rem;
  width: 67rem;
}

.content{
  margin: auto;
  width: 67rem;
}

.content h2{
  font-size:3.6rem;
  font-weight: bold;
  margin: 8.5rem 0 1em;
}

.content h2:first-child{
  margin: 4.5rem 0 1em;
}

.content h2 span{
  background: #ffff00;
  padding: 0 0.1em;
}

.content__heading--letter-spacing_narrow span{
  letter-spacing: -0.03em;
}

.content picture{
  margin: 3.5rem 0;
  width: 100%;
}

.content p{
  font-size:2.4rem;
  line-height: 2;
  text-align: justify;
}

/*
// commonInfo
*/

.commonInfo{
  color:#000;
  padding: 4rem 0 0;
}

.commonInfo__heading{
  font-size:3.6rem;
  font-weight: bold;
  margin: 0 auto 4rem;
  text-decoration: underline;
  width: 67rem;
}

.commonInfo__description{
  font-size:2.5rem;
  line-height: 2;
  margin: 0 auto 8rem;
  width: 67rem;
}

.commonInfo__product{
  margin: 0 auto 7.5rem;
}

.commonInfo__product__heading{
  align-items: center;
  background: #ec4200;
  border-radius: 1.8619rem;
  color:#fff;
  display: flex;
  font-size:3.5rem;
  font-weight: bold;
  height: 10.4rem;
  justify-content: center;
  margin: 0 auto 5rem;
  width: 64rem;
}

.commonInfo__product__image{
  margin: 0 auto 3.5rem;
  width: 56rem;
}

.commonInfo__product__footnote{
  font-size:2.1rem;
  margin: 0 auto 6rem;
  width: 67rem;
}

.commonInfo__product__features{
  border:1.05rem solid #f5aa14;
  margin: auto;
  padding: 5.5rem 6.5rem;
  width: 67rem;
}

.commonInfo__product__features li{
  font-size:3.2rem;
  margin: 0 0 6rem 1em;
  text-indent: -1em;
}

.commonInfo__product__features li.link__nav {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  text-indent: 0;
  margin-left: 0;
}

.commonInfo__product__features li.link__nav:last-child{
  margin-left: 0;
}

.commonInfo__product__features li.link__nav span{
  display:block;
  
}

.commonInfo__product__features li.link__nav a {
  color: #3c3c3c;
  text-decoration: none;
}

.commonInfo__product__features li:last-child{
  margin: 0 0 0 1em;
}

.commonInfo__shopLink{
  background: #f5aa14;
  margin: 0 auto 4rem;
}

.commonInfo__shopLink.bg--red{
  background: var(--red);
  margin: 0 auto 4rem;
  padding-top: 4rem;
}

.commonInfo__shopLink__heading{
  margin: 0 auto 3rem;
}

.commonInfo__shopLink__text{
  color:#fff;
  font-size:3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 3rem;
  text-align: center;
}

.commonInfo__shopLink__list{
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 88rem;
}

.commonInfo__shopLink__list li{
  margin: 0 0 3.8rem;
  width: 42rem;
}


.commonInfo__faq{
  margin: auto;
  padding: 7.8rem 0 0;
  width: 67rem;
}

.commonInfo__faq__heading{
  font-weight: bold;
  font-size:3.6rem;
  line-height:1;
  margin: 0 0 4rem;
}

.commonInfo__faq__list{
  margin: 0 auto 4rem;
}

.commonInfo__faq__list__question{
  align-items: center;
  background: #f5f5f5;
  display: flex;
  font-size:2.4rem;
  height: 12rem;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}

.commonInfo__faq__list__question:after{
  background: url("../images/commonInfo__faq__question--icon_open.png") no-repeat center center/100% auto;
  content:'';
  height: 6.4rem;
  position: absolute;
  right:2rem;
  top:50%;
  transform: translate(0,-50%);
  width: 6.4rem;
}

.commonInfo__faq__list__question.active:after{
  background: url("../images/commonInfo__faq__question--icon_close.png") no-repeat center center/100% auto;
}

.commonInfo__faq__list__question:hover{
  cursor: pointer;
}

.commonInfo__faq__list__answer{
  display: none;
  font-size:2.4rem;
  line-height: 2;
  padding: 3.5rem 0 4rem;
  text-align: justify;
  width: 100%;
}

.commonInfo__footnote{
  background: #f5f5f5;
  font-size:2.1rem;
  line-height: 1.5;
  padding: 4.8rem 14rem;
  text-align: justify;
  width: 100%;
}

/*
// footer
*/

.footer{
  color:#000;
  padding: 0 0 5rem;
}

.footer__logo--wrapper{
  align-items: center;
  background: #2d0c00;
  display: flex;
  height:9.9rem; 
  justify-content: center;
  margin: 0 auto 4rem;
  width: 100%;
}

.footer__logo{
  width: 32rem;
}

.footer__link{
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 4rem;
  width: 50.6rem;
}

.footer__link li{
  font-size:2.4rem;
  line-height: 1;
}

.footer__link li a{
  color:#000;
  text-decoration: none;
}

.footer__link li a:hover{
  text-decoration: underline;
}

.footer__copyright{
  display: block;
  font-size:2.1rem;
  line-height: 1.5;
  margin: 0 auto;
  width: 50.6rem;
}


/*
// sp style
*/

@media screen and ( max-width:750px){
  
  
  /*
  // contents
  */

  .header{
    padding: 1.2rem 0 0 1.3rem;
  }
  
  
  .mv{
    padding: 8rem 0 4rem;
  }

  .mv__heading{
    margin: 0 0 6.5rem;
    padding: 0 0 0 3.5rem;
  }

  .mv__image{
    width: 100%;
  }

  .mv__description{
    font-size:3.2rem;
  }

  .contents{
    padding: 4rem 0;
  }

  .contents__supervision{
    font-size:2.4rem;
  }

  .content h2{
    font-size:4rem;
    margin: 11rem 0 1em;
  }
  
  .content h2:first-child{
    margin: 5rem 0 1em;
  }

  .content p{
    font-size:3.2rem;
  }

  
  
  /*
  // commonInfo
  */
  
  .commonInfo{
    padding: 6rem 0 0;
  }

  .commonInfo__heading{
    font-size:4.0rem;
    margin: 0 auto 4rem;
  }

  .commonInfo__description{
    font-size:3.2rem;
    margin: 0 auto 6rem;
  }
  
  .commonInfo__product__footnote{
    font-size:2.2rem;
  }
  
  .commonInfo__product__features{
    padding: 5.5rem 4.5rem 5.5rem 6.5rem;
  }

  .commonInfo__shopLink{
    background: #f5aa14;
    padding: 0 0 8rem;
    margin: 0 auto;
  }


  .commonInfo__shopLink__list{
    display: block;
    margin: auto;
    width: 56rem;
  }

  .commonInfo__shopLink__list li{
    margin: 0 0 3.2rem;
    width: 100%;
  }
  
  .commonInfo__shopLink__list li:last-child{
    margin: 0;
  }
  

  .commonInfo__faq{
    padding: 8.5rem 0 0;
    width: 67rem;
  }

  .commonInfo__faq__heading{
    font-size:4rem;
    margin: 0 0 4.5rem;
  }

  .commonInfo__faq__list{
    margin: 0 auto 7rem;
  }

  .commonInfo__faq__list__question{
    font-size:3.2rem;
  }

  .commonInfo__faq__list__answer{
    display: none;
    font-size:3.2rem;
    padding: 3.5rem 0 1rem;
  }

  .commonInfo__footnote{
    font-size:2.4rem;
    padding: 4.5rem 3.5rem;
  }

  /*
  // footer
  */

  .footer{
    padding: 0 0 4rem;
  }

  .footer__link{
    display: block;
    margin: 0 auto 4rem;
    width: 100%;
  }

  .footer__link li{
    font-size:3.2rem;
    line-height: 1;
    margin: 0 0 2.5rem;
    padding: 0 0 0 4rem;
  }
  
  .footer__link li:last-child{
    margin: 0;
  }

  .footer__copyright{
    display: block;
    font-size:2.4rem;
    padding: 0 0 0 4rem;
    width: 100%;
  }
}
