@charset "utf-8";

/* 共通 */
/*body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue","Mplus 1p", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}*/
.hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.flex {
  box-sizing: border-box;
  display: flex;
}

/* #top */
body {
  width: 100%;
  height: 100vh;
}

.outwrapper {
  min-height: 100vh;
  max-width: 980px;
  background-color: #fff;
  margin: auto;
  box-sizing: border-box;
}
.pc_off{
  display: none;
}

/* navi */
nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 5px 20px;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 18px;
  justify-content: space-between;
  z-index: 900;
  box-sizing: border-box;
  align-items: center;
  transition: all 0.3s;
}

nav h1{
  width: 101px;
}

nav ul{
  display: flex;
  justify-content: right;
}
nav ul li{
  display: flex;
  align-items: center;
  margin: 0 10px;
}
nav ul li a{
  font-weight: bold;
}
a{
  display: block;
}

/* メイン */
section{
  padding: 0 10px;
  box-sizing: border-box;
}
.main_wrap{
  width: 100%;
  box-sizing: border-box;
}
.main_cont{
  padding: 60px 20px 140px 60px;
  box-sizing: border-box;
  justify-content: flex-end;
  align-items: center;
  background: url(../img/main_bg02.webp) no-repeat center;
  display: flex;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 100;
}
.main_right{
  width: 48%;
}
.main_logo{
  display: block;
  margin: 0px auto 60px auto;
  text-align: center;
  width: 50%;
}
.main_title{
  display: block;
  margin: auto;
}

/* イントロ */
#intro{
  background: #f9f9f9;
  position: relative;
}
.intro_wrap_wrap{
  margin-top: -45px;
  padding: 75px 0px 230px 0px;

}
.intro_wrap{
  max-width: 1120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.intro_left{
  width: 45%;
}
.intro_left h2{
  font-size: 45px;
  font-weight: bold;
}
.intro_left p{
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 40px;
}
.intro_wrap figure{

}
.nayami_wrap{
  max-width: 1100px;
  margin: 120px auto 0px auto;
  position: relative;
}

.nayami_cont{
  background: #f0f5e1;
  max-width: 1080px;
  position: relative;
  padding: 50px 75px 130px 75px;
  box-sizing: border-box;
  z-index: 0; 
}
.nayami_cont::before{
  width: 10px;
  height: 700px;
  content: "";
  position: absolute;
  display: block;
  background: #d3e991;
  right: -10px;
  top: 10px;
  z-index: -2;
}
.nayami_cont::after{
  width: 1070px;
  height: 10px;
  content: "";
  position: absolute;
  display: block;
  background: #d3e991;
  right: -10px;
  bottom: -10px;
  z-index: -2;  
}
.nayami_cont h3{
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: solid 1px #062382;
}
.nayami_cont h3 span{
  font-size: 50px;
  font-weight: bold;
}
.nayami_cont ul{
  display:flex ;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  position: relative;
}
.nayami_cont ul::after{
  content: "";
  display: block;
  width: 266px;
  height: 371px;
  background-image: url(../img/nayami_women.webp);
  position: absolute;
  bottom: -131px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.nayami_cont ul li{

}
.nayami_cont ul li p{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 20px;
}
.nayami_cont ul li:nth-child(2) p{
  padding-left: 40px;
}
.nayami_cont ul li figure{

}
.nayami_wrap::after{
  content: "";
  width: 132px;
  height: 92px;
  position: absolute;
  background-image: url(../img/yazirushi.webp);
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 90px;
}
.kaiketsu_txt{
  margin-top: 200px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -3px;

}
.kaiketsu_txt span{
  font-size: 35px;
  font-weight: bold;
}

/* 特長 */
#feature{
  position: relative;
}
#intro::after {
  width: 100%;
  height: 2638px;
  content: "";
  display: block;
  background-image: url(../img/feature_bg.webp);
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 1340px;
}
.feature_wrap{
  max-width: 1120px;
  margin: -140px auto 0px auto;
}
.feature_wrap ul{

}
.feature_wrap ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 55px;
}
.feature_wrap ul li:last-child{
  margin-bottom: 0px;
}
.feature_txt{
  width: 48%;
}
.feature_txt h2{
  font-size: 40px;
  line-height: 65px;
  font-weight: bold;
  position: relative;
}
.feature_txt h2::after{
  content: "01";
  font-size: 150px;
  color: #00000030;
  position: absolute;
  left: 0px;
  top: -60px;
}
.feature_wrap ul li:nth-child(2) .feature_txt h2::after{
  content: "02";
}
.feature_wrap ul li:nth-child(3) .feature_txt h2::after{
  content: "03";
}
.feature_wrap ul li:nth-child(4) .feature_txt h2::after{
  content: "04";
}
.feature_txt p{
  font-size: 17px;
  line-height: 30px;
  margin-top: 50px;
  font-weight: bold;
}
.feature_txt p span{
  display: block;
  color: #e90012;
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
}
.feature_wrap ul li figure{

}
.feature_wrap ul li:nth-child(2n) figure{
  margin-left: -20px;
}
.feature_wrap ul li:nth-child(2n-1) figure{
  margin-right: -20px;
}

/* how to */
.howto_wrap{
  max-width: 1120px;
  margin: 70px auto 0px auto;
}
.howto_wrap h2{
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
.howto_wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
  margin-top: 50px;
}
.howto_wrap ul li{
width: 350px;
}
.howto_wrap ul li figure{

}
.howto_wrap ul li figcaption{
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  letter-spacing: 0px;
  line-height: 23px;
}
.howto_wrap ul li figcaption span{
  display: block;
  color: #e90012;
  margin-top: 10px;
  font-weight: bold;
} 

/* 購入 */
#shop{

  background-color: #f9f9f9;
}
.shop_wrap{
  padding: 75px 0px 30px 0px;
  margin-top: 100px;
}
.shop_inner{
  max-width: 1200px;
  margin: 0 auto;
}
.shop_inner h2{
  max-width: 80%;
  margin: 0 auto;
}
.shop_inner ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
}
.shop_inner ul li{
}
.shop_inner ul li figure{

}
.shop_inner ul li figcaption{
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.shop_inner ul li a{
  width: 260px;
  height: 75px;
  background-color: #fff;
  border: solid 1px #000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  margin: 30px auto 0px auto;
}
.shop_inner ul li a::before{
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 6%;
  z-index: 1;
}
.hassou_img{
  text-align: center;
  margin-top: 75px;
}
.nippe_logo{
  text-align: center;
  margin-top: 30px;
}
.copyright{
  color: #fff;
  padding: 10px 0;
  background: #bebebe;
  text-align: center;
}
.movie_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}
.movie_wrap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 95%;
  height: 95%;
}
/* サイズ別設定 */


@media screen and (max-width: 574px) {
  .pc_off {
    display: block;
  }
  .sp_off {
    display: none;
  }
  nav h1 {
    width: 75px;
}
nav{
  padding: 5px 15px;
}
nav ul li a{
  font-size: 14px;
}
/* メイン */


/* イントロ */
.intro_wrap_wrap {
  margin-top: 0px;
  padding: 40px 0px 230px 0px;
}
.intro_wrap {
        max-width: 1120px;
        margin: auto;
        display: block;
}
.intro_left{
  width: 100%;
}
.intro_left h2 {
  font-size: 30px;
  font-weight: bold;
}
.intro_left p{
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  margin: 20px 0px;
}
.nayami_wrap {
  max-width: 1100px;
  margin: 40px auto 0px auto;
  position: relative;
}
.nayami_cont {
  background: #f0f5e1;
  max-width: 1080px;
  position: relative;
  padding: 25px 10px 60px 10px;
  box-sizing: border-box;
  z-index: 0;
}
.nayami_cont::before {
  width: 5px;
  height: 98%;
  content: "";
  position: absolute;
  display: block;
  background: #d3e991;
  right: -4px;
  top: 10px;
  z-index: -2;
}
.nayami_cont h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: solid 1px #062382;
}
.nayami_cont h3 span {
  font-size: 23px;
  font-weight: bold;
}
.nayami_cont ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  position: relative;
}
.nayami_cont ul li {
  width: 43%;
}
.nayami_cont ul li p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  margin-bottom: 10px;
}
.nayami_cont ul li figure {
  width: 79%;
}
.nayami_cont ul li:first-child figure{
  margin-left: 12%;
}
.nayami_cont ul::after {
  content: "";
  display: block;
  width: 86px;
  height: 120px;
  background-image: url(../img/nayami_women.webp);
  right: 0px;
  margin: auto;
  left: 0px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -60px;
}
.nayami_cont::after {
  width: 98%;
  height: 5px;
  content: "";
  position: absolute;
  display: block;
  background: #d3e991;
  right: -3px;
  bottom: -5px;
  z-index: -2;
}
.nayami_wrap::after {
  content: "";
  width: 42px;
  height: 32px;
  position: absolute;
  background-image: url(../img/yazirushi.webp);
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 68px;
  background-size: contain;
  background-repeat: no-repeat;
}
.kaiketsu_txt {
  margin-top: 70px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0px;
}
.kaiketsu_txt span {
  font-size: 20px;
  font-weight: bold;
}

/* 特長 */
.feature_wrap {
  max-width: 1120px;
  margin: -140px auto 0px auto;
}
.feature_wrap ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 55px;
  flex-direction: column;
}
.feature_txt {
  width: 100%;
}
.feature_txt h2 {
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
  position: relative;
}
.feature_txt h2::after {
  content: "01";
  font-size: 70px;
  color: #00000030;
  position: absolute;
  left: 0px;
  top: -20px;
}
.feature_txt p {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin: 20px 0px;
}
.feature_txt p span{
  display: block;
  color: #e90012;
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}
.feature_wrap ul li:nth-child(2n-1) figure {
   margin-right: 0px; 
}
.feature_wrap ul li figure {
  max-width: 100%;
}
.feature_wrap ul li:nth-child(2n){
  flex-direction:column-reverse ;
}
#intro::after {
  width: 100%;
  height: 2738px;
  content: "";
  display: block;
  background-image: url(../img/feature_bg.webp);
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 820px;
  /* background-size: cover; */
}
.feature_wrap ul li:nth-child(2n) figure {
  margin-left: 0px;
}

/* how to */
.howto_wrap {
  max-width: 1120px;
  margin: 40px auto 0px auto;
}
.howto_wrap h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.howto_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
  margin-top: 20px;
}
.howto_wrap ul li {
  width: 48%;
}
.howto_wrap ul li figcaption {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  letter-spacing: 0px;
  line-height: 23px;
}

/* 購入 */
.shop_wrap {
  padding: 40px 0px ;
  margin-top: 40px;
}
.shop_inner ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
}
.shop_inner ul li {
  width: 48%;
}
.shop_inner ul li figcaption {
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.shop_inner ul li a {
  max-width: 90%;
   height: auto; 
  background-color: #fff;
  border: solid 1px #000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  margin: 30px auto 0px auto;
  padding: 10px 0px;
}
.shop_inner ul li a::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 6%;
  z-index: 1;
}
.hassou_img {
  text-align: center;
  margin-top: 20px;
}

}


