@charset "utf-8";
/*--------------------------------------------------------------
   RESET
--------------------------------------------------------------*/
html{color:#000;background:#fff}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-size:inherit;font-weight:inherit;}
legend{color:#000}
*{zoom: 1;}
img{vertical-align: bottom;}
:focus{outline:none;}
/*--------------------------------------------------------------
   BASIC
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  width:100%;
  line-height: 1;
  font-size: 1.1rem;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,'Arial',sans-serif;
  color: #fff;
  transition: background-color .7s ease;
  background-color: #ffa3a6;
}
a{
  text-decoration: none;
}
.pc{
  display: none;
}
.sp{
  display: block;
}
img{
  width:100%;
  max-width:100%;
  height:auto;
  vertical-align: top;
}
section#close {
  margin-bottom: 100px;
}
section#close a {
  padding: 7px 60px 19px;
  line-height: 1em;
  border: 1px solid #000;
  margin: 0 auto 100px;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
}
section#close a img {
  max-width: 15%;
}


/*.mo{
  opacity: 0;
}
.mo.ve{
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}*/
.slide{
  position: relative;
}
.slide .on{
  position: relative;
  z-index: 0;
}
.slide .off{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 1s;
}
.slide.mo.ve .off{
  opacity: 0;
  transition: 1s opacity .3s;
}
.mo{
  opacity: 0;
}
.mo.ve{
  opacity: 1;
  transition: opacity .3s;
}
@media screen and (min-width: 768px){
  body {
    font-size: 1.4rem;
  }
  .pc{
    display: block;
  }
  .sp{
    display: none;
  }
  img{
    width:auto;
    max-width:100%;
    height:auto;
  }
}
/*--------------------------------------------------------------
  STYLE
--------------------------------------------------------------*/
.w__100{
  width: 100%;
}
.parallax{
  padding-top: 46.875%;
  background-size: cover;
  background-position: center;
}
.img__wrap{
  position: relative;
  font-size: 0;
}
.block{
  padding: 12vw 3%;
}
.cf:before,
.cf:after{
    content: "";
    display: table;
}
.cf:after{ clear: both; }
@media screen and (min-width: 768px){
  .parallax{
    padding-top: 500px;
    background-attachment: fixed;
  }
  .block{
    max-width: 1400px;
    margin: 0 auto;
    padding: 8% 20px;
    box-sizing: border-box;
  }
  .w__100{
    max-width: 1200px;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
  MV
--------------------------------------------------------------*/
.mv{
  background-color: #fa6083;
  padding: 20vw 3% 0;
}
.mv h1{
  padding-bottom: 15vw;
}
.mv .mv__scroll a{
  display: block;
  padding: 30vw 0 10vw;
}
.mv .catch{
  width: 49.5%;
  margin: 0 auto;
}
.mv .arrow{
  width: 8.333%;
  margin: 3vw auto 0;
}
@media screen and (min-width: 768px){
  .mv{
    padding: 20px 0;
    height: 700px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }
  .mv:after{
    content: '';
    position: absolute;
    background-color: #fa6083;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 100%;
    z-index: 1;
  }
  .mv .mv__wrap{
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .mv h1{
    position: absolute;
    top: 0;
    left: 20px;
    width: 121px;
    height: 100%;
    padding: 89px 55px 0 0;
    box-sizing: border-box;
    background-color: #fa6083;
    z-index: 1;
  }
  .mv h1 .img__wrap{
    width: 28px;
    font-size: 0;
  }
  .mv .img__wrap{
    width: 1279px;
    margin-left: auto;
  }
  .mv .mv__scroll{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
  }
  .mv .mv__scroll a{
    padding: 20px 0;
  }
  .mv .catch{
    width: 200px;
    height: auto;
  }
  .mv .arrow{
    width: 29px;
    height: auto;
    margin-top: 10px;
  }
  .mv__scroll a .arrow{
    transition: all .5s;
    transform: rotateY(0deg);
  }
  .mv__scroll a:hover .arrow{
    transform: rotateY(360deg);
  }
  .mv__img{
    position: relative;
  }
  .mv__hover{
    position: absolute;
    font-size: 0;
    width: 812px;
    top: 28px;
    left: 274px;
  }
  .mv__hover li{
    display: inline-block;
    vertical-align: bottom;
  }
  .mv__hover li img{
    opacity: 0;
    transition: opacity .3s;
  }
  .mv__hover li a:hover img{
    opacity: 1;
    transition: opacity .3s;
  }
}
/*--------------------------------------------------------------
  scene01
--------------------------------------------------------------*/
.scene01 .scene01__01{
  width: 36.66%;
}
.scene01 .scene01__02{
  width: 60%;
  margin: -7vw 0 0 auto;
}
.scene01 .scene01__03{
  width: 80%;
  margin: 10vw 0 10vw auto;
}
@media screen and (min-width: 768px){
  .bed{
    background-position: center right;
  }
  .scene01{
    padding-top: 100px;
  }
  .scene01 .scene01__01{
    width: 37.42%;
  }
  .scene01 .scene01__02{
    width: 50.14%;
    margin: -25% 6% 0 auto;
  }
  .scene01 .scene01__03{
    width: 62.57%;
    margin: 7% 0 7% auto;
  }
}

/*--------------------------------------------------------------
  scene02
--------------------------------------------------------------*/
.scene02 .scene02__01{
  width: 66.66%;
}
.scene02 .scene02__02{
  width: 55%;
  margin: -7vw 0 10vw auto;
}
.scene02 .scene02__03{
  width: 66.66%;
}
.scene03{
  padding-bottom: 0;
}
@media screen and (min-width: 768px){
  .scene02 .scene02__01{
    width: 58.82%;
  }
  .scene02 .scene02__02{
    width: 45.58%;
    margin: -25% 0 0 auto;
  }
  .scene02 .scene02__03{
    width: 57.79%;
    margin-top: 7%;
  }
}
/*--------------------------------------------------------------
  scene03
--------------------------------------------------------------*/
.scene03 .scene03__01{
  width: 66.66%;
  margin-left: auto;
}
.scene03 .scene03__02{
  width: 30%;
  margin: -14vw 0 10vw 0;
}
.scene03{
  padding: 24vw 3%;
}
@media screen and (min-width: 768px){
  .scene03 .scene03__01{
    width: 58.82%;
  }
  .scene03 .scene03__02{
    width: 28.3%;
    margin: -24% 0 7% 6%;
  }
  .scene03{
    padding: 8% 20px;
  }
}

/*--------------------------------------------------------------
  scene04
--------------------------------------------------------------*/
.scene04 .scene04__01{
  width: 66.66%;
}
.scene04 .scene04__02{
  width: 55%;
  margin: -7vw 0 10vw auto;
}
.scene04 .scene04__03{
  width: 53.33%;
  float: right;
}
.scene04 .scene04__04{
  width: 43%;
  margin-bottom: 10vw;
  float: left;
}
.scene04{
  padding-top: 0;
}

@media screen and (min-width: 768px){
  .scene04 .scene04__01{
    width: 57.86%;
  }
  .scene04 .scene04__02{
    width: 50%;
    margin: -6% 0 7% auto;
  }
  .scene04 .scene04__03{
    width: 42.72%;
    margin-right: 6%;
  }
  .scene04 .scene04__04{
    width: 37.42%;
    margin: 0 0 7% 6%;
  }
  .scene04{
    padding-top: 8%;
  }
}

/*--------------------------------------------------------------
  scene05
--------------------------------------------------------------*/
.scene05 .scene05__01{
  width: 53.33%;
  margin-left: auto;
}
.scene05 .scene05__02{
  width: 71.66%;
  margin: -7vw 0 10vw 0;
}
.scene05 .scene05__03{
  width: 66.66%;
  margin:0 0 10vw auto;
}
.scene05{
  padding-bottom: 0;
}
@media screen and (min-width: 768px){
  .scene05 .scene05__01{
    width: 37.42%;
    margin-right: 6%;
  }
  .scene05 .scene05__02{
    width: 67.94%;
    margin: -30% 0 7% 0;
  }
  .scene05 .scene05__03{
    width: 52.94%;
    margin:0 0 7% auto;
  }
  .scene05{
    padding-bottom: 8%;
  }
}

/*--------------------------------------------------------------
  scene06
--------------------------------------------------------------*/
.scene06 .scene06__01{
  width: 50%;
}
.scene06 .scene06__02{
  width: 65%;
  margin: -7vw 0 10vw auto;
}
.scene06{
  padding: 24vw 3%;
}
@media screen and (min-width: 768px){
  .scene06 .scene06__01{
    width: 44.11%;
    margin-left: 6%;
  }
  .scene06 .scene06__02{
    width: 60.29%;
    margin: -11% 0 7% auto;
  }
  .scene06{
    padding: 8% 20px;
  }
}

/*--------------------------------------------------------------
  scene07
--------------------------------------------------------------*/
.scene07 .scene07__01{
  margin-bottom: 10vw;
}
.scene07 .model li{
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}
.scene07 .model li + li{
  margin: 15vw 0 0  6.66%;
}
.scene07 .model ul{
  width: 100%;
  font-size: 0;
}
.scene07 .model ul + ul{
  text-align: right;
  margin-top: 10vw;
}
.scene07{
  padding-top: 0;
}
@media screen and (min-width: 768px){
  .scene07{
    padding-top: 8%;
  }
  .scene07 .model li{
    width: 47.66%;
  }
  .scene07 .model li + li{
    margin: 15%0 0  3%;
  }
  .scene07 .model{
    font-size: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
  .scene07 .model ul{
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
}
/*--------------------------------------------------------------
  scene08
--------------------------------------------------------------*/
.scene08 .upper > div,
.scene08 .lower > div{
  display: inline-block;
}
.scene08 .upper{
  font-size: 0;
}
.scene08 .upper > div{
  display: inline-block;
  vertical-align: top;
}
.scene08 .lower{
  font-size: 0;
  position: relative;
  z-index: 0;
  margin: -17vw 0 10vw 0;
}
.scene08 .lower > div{
  display: inline-block;
  vertical-align: bottom;
}
.scene08 .scene08__01{
  width: 68.33%;
  position: relative;
  z-index: 1;
}
.scene08 .icon{
  width: 17.5%;
  margin: 25px 0 0 2%;
}
.scene08 .scene08__02{
  width: 50%;
  margin-left: 3.34%;
}
.scene08 .scene08__03{
  width: 46.66%;
}
@media screen and (min-width: 768px){
  .scene08{
    max-width: 1200px;
    margin: 0 auto;
  }
  .scene08 .scene08__01{
    width: 68.33%;
  }
  .scene08 .icon{
    width: 11.58%;
    margin: 9% 0 0 1%;
  }
  .scene08 .lower{
    margin: -18% 0 7% 0;
  }
  .scene08 .scene08__02{
    width: 42.41%;
    margin-left: 7.59%;
  }
  .scene08 .scene08__03{
    width: 50%;
  }
}

/*--------------------------------------------------------------
  style__detail
--------------------------------------------------------------*/
.style__detail h2{
  margin: 0 auto 8vw;
  text-align: center;
  position: relative;
}
.style__detail h2 > img{
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 45%;
  padding: 0 3%;
  background-color: #ffa3a6;
}
.style__detail h2:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  border-top: double 6px #fff;
  top: 50%;
  margin-top: -3px;
  z-index: 0;
}
.style__detail li + li{
  border-top: solid 1px #fff;
  padding-top: 10vw;
  margin-top: 10vw;
}
.style__detail li:nth-child(even) .img__wrap{
  width: 40%;
  float: right;
}
.style__detail li:nth-child(even) .txt__wrap{
  width: 56%;
  float: left;
}
.style__detail li:nth-child(odd) .img__wrap{
  width: 40%;
  float: left;
}
.style__detail li:nth-child(odd) .txt__wrap{
  width: 56%;
  float: right;
}
.style__detail li .txt__wrap .title span,
.style__detail li .txt__wrap .how_to span{
  height: 1.2rem;
  width: auto;
  display: block;
  margin-bottom: 8px;
}
.style__detail li .txt__wrap .title span img,
.style__detail li .txt__wrap .how_to span img{
  height: 100%;
  width: auto;
}
.style__detail li .txt__wrap h3{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}
.style__detail li .txt__wrap .catch{
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 5px 0;
  margin: 8px auto 12px;
  line-height: 1.5;
}
.style__detail li .txt__wrap .how_to{
  line-height: 1.5;
}
.style__detail{
  background-color: #ffa3a6;
  padding: 12vw 3% 0;
}
@media screen and (min-width: 768px){
  .style__detail h2{
    max-width: 1200px;
    margin: 0 auto 7%;
  }
  .style__detail > ul{
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
  }
  .style__detail h2 > img{
    width: auto;
    padding: 0 40px;
  }
  .style__detail li{
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8%;
  }
  .style__detail li + li{
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
  .style__detail li:nth-child(even){
    margin-left: 4%;
  }
  .style__detail li:nth-child(even) .img__wrap,
  .style__detail li:nth-child(odd) .img__wrap{
    width: 44.96%;
    float: left;
  }
  .style__detail li:nth-child(even) .txt__wrap,
  .style__detail li:nth-child(odd) .txt__wrap{
    width: 50%;
    float: right;
  }
  .style__detail li .txt__wrap .title span,
  .style__detail li .txt__wrap .how_to span{
    height: 15px;
    margin-bottom: 12px;
  }
  .style__detail li .txt__wrap h3{
    font-size: 1.8rem;
  }
  .style__detail li .txt__wrap .catch{
    padding: 8px 0;
    margin: 10px auto 20px;
    font-size: 1.4rem;
  }
  .style__detail li .txt__wrap .how_to{
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------
  number
--------------------------------------------------------------*/
.number{
  padding: 10vw 0;
  text-align: center;
}
.number a{
  padding: 4vw 0;
  display: block;
  text-align: center;
  background-color: #fa6084;
  margin-bottom: 8px;
}
.number a img{
  height: 1.8rem;
  width: auto;
}
@media screen and (min-width: 768px){
  .number {
    padding: 4% 0 10%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .number a img{
    height: auto;
  }
  .number a{
    padding: 20px 0;
  }
}

#close {
  padding: 50px 0 100px;
  text-align: center;
}
#close a {
  padding: 15px 80px 20px;
  line-height: 1em;
  border: 2px solid #000000;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  display: inline-block;
  background-color: #fff;
  display: inline-block;
}
#close a img {
  width: 60px;
}
#close a:hover {
  border: 2px solid #999999;
}