@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------- FORMAT ---------- */

html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 10px;
  line-height: 1.8em;
  color: #221714;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  text-align: justify;
  line-height: 1.8em;
  margin: 0;
}

img {
  border: 0;
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

a *:hover {
  color: inherit;
  cursor: pointer;
}

p.u-link a {
  color: #ea5504;
}

a:hover {
  color: inherit;
  cursor: pointer;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a:hover img.no_opacity {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ----------------------------------------------- MV ---------- */
#mv{
  height:100vh;
  background:#f3c526;
  position:relative;
  overflow: hidden;
}
#mv h1{
  position:absolute;
  top:2vh;
  left:0;
  width:100%;
  text-align: center;
}
#mv h1 img{
  width:60%;
  max-width: 400px;
  height:auto;
}
#mv .hdr_txt01{
  position:absolute;
  top:16vh;
  left:0;
  width:100%;
  text-align: center;
}
#mv .hdr_txt01 img{
  width:90%;
  max-width: 480px;
  height:auto;
}
#mv .hdr_txt02{
  position:absolute;
  top:68vh;
  left:0;
  width:100%;
  text-align: center;
}
#mv .hdr_txt02 img{
  width:80%;
  max-width: 360px;
  height:auto;
}
#mv .hdr_image{
  position:absolute;
  bottom:16vh;
  left:0;
  width:100%;
  text-align: center;
}
#mv .hdr_image img{
  width:60%;
  max-width: 480px;
  height:auto;
}
#mv .cv{
  position:absolute;
  bottom:5vh;
  left:0;
  width:100%;
  text-align: center;
  background: none;
  margin-bottom: 0;
}
#mv .cv img{
  width:75%;
  max-width: 360px;
  height:auto;
}
#mv .cv_point{
  position:absolute;
  bottom:2vh;
  right:8%;
  width:20%;
  text-align: right;
  background: none;
  margin-bottom: 0;
  z-index: 99;
  bottom:85px;
}
#mv .cv_point img{
  width:100%;
  max-width: 80px;
  height:auto;
}
#mv #youtube {
  /*天地中央配置*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
  /*縦横幅指定*/
  width:100vw;
/*    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 200vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
  }
  #youtube{
    display: block;
  }
  #youtube_pc{
    display: none;
  }
  @media screen and (min-width: 641px) {
    #mv{
      height:720px;
    }
    #mv h1{
      top:10px;
    }
    #mv h1 img{
      width:160px;
    }
    #mv .hdr_txt01{
      top:40px;
    }
    #mv .hdr_txt01 img{
      width:60%;
    }
    #mv .hdr_txt02{
      top:490px;
    }
    #mv .hdr_txt02 img{
      width:64%;
    }
    #mv .hdr_image{
      bottom:120px;
    }
    #mv .hdr_image img{
      width:20%;
    }
    #mv .cv{
      bottom:30px;
    }
    #mv .cv img{
      width:75%;
    }
    #mv .cv_point{
      bottom:95px;
      right:50%;
      margin-right: -210px;
    }
    #mv #youtube_pc {
      /*天地中央配置*/
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.3;
      width:100%;
        height: 60vw;
      }
      #youtube{
        display: none;
      }
      #youtube_pc{
        display: block;
      }
    
  }
/* ----------------------------------------------- POINT ---------- */
#point{
  width:100%;
  background:#fff9ea;
  padding: 20px 4%;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
#point article{
  width:32%;
  border-radius: 10px;
  background:#fff;
  padding: 20px 0;
}
#point article h3{
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight:bold;
  text-align: center;
  margin: 0 auto 8px;
}
#point article h3 strong{
  background: linear-gradient(transparent 85%, #f3c526 50%);
  padding-bottom: 6px;
}
#point article p{
  text-align: center;
  font-size:1.1rem;
  line-height: 1.5em;
}
#point article figure{
  height:12vw;
  max-height: 110px;
  margin: 0 auto 10px;
}
#point article:nth-child(1) figure{
  width:40%;
}
#point article:nth-child(2) figure{
  width:52%;
}
#point article:nth-child(3) figure{
  width:40%;
  padding-top: 8px;
}
#point article figure img{
  width:100%;
  height:auto;
}
@media screen and (min-width: 641px) {
  #point{
    padding: 20px calc(50% - 400px);
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #point article h3{
    font-size: 2.4rem;
  }
  #point article p{
    font-size:1.8rem;
  }
}
/* ----------------------------------------------- STEP ---------- */
#step{
  width:100%;
  background:#fff9ea;
  padding: 20px 4%;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
#step article{
  width:32%;
  border-radius: 10px;
  background:#fff;
  padding: 20px 0;
}
#step h2{
  width:100%;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
#step h2 img{
  width:80%;
  max-width: 480px;
}
#step article h3{
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight:bold;
  text-align: center;
  margin: 0 auto 8px;
  color:#f1552c;
  margin-top: -30px;
}
#step article h3 img{
  width:80%;
}
#step article h4{
  margin-bottom: 10px;
  font-size:1.2rem;
}
#step article p{
  text-align: justify;
  font-size:1.0rem;
  line-height: 1.5em;
  padding: 0 10px;
}
#step article figure{
  height:12vw;
  max-height: 110px;
  margin: 0 auto 10px;
}
#step article figure{
  width:calc(100% - 20px);
  margin: 0 auto;
}
#step article figure img{
  width:100%;
  height:auto;
}
@media screen and (min-width: 641px) {
  #step{
    padding: 20px calc(50% - 400px);
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #step h2{
    margin-bottom: 60px;
  }
  #step article h3{
    font-size: 1.6rem;
  }
  #step article h4{
    font-size: 1.8rem;
  }
  #step article p{
    font-size:1.4rem;
    line-height: 1.8em;
  }
  #step article h3{
    font-size: 1.2rem;
    line-height: 1.5em;
    font-weight:bold;
    text-align: center;
    margin: 0 auto 8px;
    color:#f1552c;
    margin-top: -40px;
  }
}
/* ----------------------------------------------- VALUE ---------- */
#value{
  margin-bottom: 40px;
}
#value h2{
  width:80%;
  max-width: 640px;
  margin: 0 auto 10px;
}
#value figure{
  width:75%;
  max-width:600px;
  margin: 0 auto -40px;
}
#value .value01,
#value .value02{
  width:90%;
  max-width: 720px;
  margin: 0 auto;
  border:3px solid #f3c526;
  border-radius: 10px;
  padding: 25px 15px;
}
#value .value01{
  margin-bottom: 40px;
}
#value .value01 h3{
  width:200px;
  margin:-54px auto 0;
}
#value .value01 h4{
  max-width: 600px;
  margin: 0 auto 10px;
}
#value .value01 p{
  font-weight:bold;
  font-size:1.4rem;
  line-height: 1.6em;
  text-align: center;
}
#value .value02 h3{
  width:164px;
  margin:-54px auto 0;
}
#value .value02 h4{
  max-width: 600px;
  margin: 0 auto 10px;
}
#value .value02 p{
  text-align: center;
}
#value .value02 p img{
  width:95%;
  max-width: 560px;
}
@media screen and (min-width: 641px) {
  #value .value01 p{
    font-size:2.8rem;
  }
}
/* ----------------------------------------------- HOWTO ---------- */
#howto{
  margin-bottom: 40px;
  margin-top: -20px;
}
#howto h2{
  width:90%;
  max-width: 720px;
  margin: 0 auto 20px;
}
#howto h2.happy{
  width:80%;
  max-width: 640px;
  margin-bottom: 10px;
}
#howto p.happy{
  font-weight:bold;
  font-size:1.6rem;
  line-height: 1.8em;
  text-align: center;
}
#howto p.happy span{
  font-size:2.0rem;
  font-weight:normal;
  line-height: 2em;
}
#howto figure{
  width:90%;
  max-width: 720px;
  margin:0 auto 20px;
}
#howto figure.happy_txt{
  width:70%;
  max-width: 480px;
}
#howto figure.happy{
  width:60%;
  max-width: 320px;
}
#howto h3{
  width:180px;
  margin:-50px auto 15px;
}
#howto article{
  width:90%;
  max-width: 720px;
  margin: 0 auto;
  border: dotted #f3c526 4px;
  border-radius: 10px;
  padding: 15px 15px 0;
}
#howto article li{

  margin-bottom: 20px;
}
#howto article li div{
  width:100%;
  height:38vw;
  max-height:320px;
  border-radius: 10px;
  background-size:cover;
  position:relative;
  margin-bottom: 10px;
}
#howto article ul li:nth-child(1) div{
  background-image:url(img/howto_img01.png);
}
#howto article ul li:nth-child(2) div{
  background-image:url(img/howto_img02.png?d=0);
}
#howto article ul li:nth-child(3) div{
  background-image:url(img/howto_img03.png);
}
#howto article ul li:nth-child(4) div{
  background-image:url(img/howto_img04.png);
}
#howto article li div p.step{
  position:absolute;
  bottom:30px;
  left:10px;
  font-size:1.1rem;
  font-weight:bold;
  color:#fff;
}
#howto article li div h4{
  position:absolute;
  bottom:10px;
  left:10px;
  font-size:1.7rem;
  font-weight:bold;
  color:#fff;
  margin: 0;
}
#howto article li p{
  text-align: left;
  font-size:1.1rem;
  line-height: 1.5em;
  margin: 0;
}
@media screen and (min-width: 641px) {
  #howto p.happy{
    font-size:2.8rem;
  }
  #howto p.happy span{
    font-size:3.6rem;
  }
  #howto article li div p.step{
    bottom:45px;
    left:20px;
    font-size:1.2rem;
  }
  #howto article li div h4{
    bottom:20px;
    left:20px;
    font-size:2.4rem;
  }
  #howto article li p{
    font-size:1.6rem;
  }
}
/* ----------------------------------------------- SEAN ---------- */
#sean h2{
  width:65%;
  max-width: 520px;
  margin: 0 auto 20px;
}
#sean figure.travel{
  width:74%;
  max-width: 592px;
  margin: 0 auto 5px;
}
#sean figure.dairy{
  width:100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 0;
}
/* ----------------------------------------------- GOTO ---------- */
#goto{
  background-color:#f3c526;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 50px;
  padding: 40px 0 20px;
  margin-bottom: 20px;
}
#goto h2{
  font-size:2rem;
  text-align: center;
  font-weight:bold;
  color:#fff;
  margin: 0 auto 0px;
}
#goto h2 + p{
  font-size:1.6rem;
  text-align: center;
  font-weight:bold;
  color:#fff;
  margin: 0 auto -4px;
}
#goto p.caption{
  font-size:1rem;
  text-align: center;
  color:#fff;
  margin: 0 auto 10px;
}
#goto ul li{
  width:30vw;
  max-width: 300px;
  position:relative;
}
#goto ul li a{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#goto ul li figure{
  width:28vw;
  max-width: 240px;
  height:28vw;
  max-height: 240px;
  margin: 0 auto 0;
  border-radius: 50%;
  background-size:cover;
  background-position:center center;
}
#goto ul .goto01_image{
  background-image:url(img/goto_img001.jpg);
}
#goto ul .goto02_image{
  background-image:url(img/goto_img002.jpg);
}
#goto ul .goto03_image{
  background-image:url(img/goto_img003.jpg);
}
#goto ul .goto04_image{
  background-image:url(img/goto_img004.jpg);
}
#goto ul .goto05_image{
  background-image:url(img/goto_img005.jpg);
}
#goto ul .goto06_image{
  background-image:url(img/goto_img006.jpg);
}
#goto ul .goto07_image{
  background-image:url(img/goto_img007.jpg);
}
#goto ul .goto08_image{
  background-image:url(img/goto_img008.jpg);
}
#goto ul .goto09_image{
  background-image:url(img/goto_img009.jpg);
}
#goto ul .goto10_image{
  background-image:url(img/goto_img010.jpg);
}
#goto ul .goto11_image{
  background-image:url(img/goto_img011.jpg);
}
#goto ul .goto12_image{
  background-image:url(img/goto_img012.jpg);
}
#goto ul .goto13_image{
  background-image:url(img/goto_img013.jpg);
}
#goto ul .goto14_image{
  background-image:url(img/goto_img014.jpg);
}

#goto ul li h3{
  width:100%;
  color:#fff;
  font-weight:bold;
  margin: 5px auto 0;
  font-size:1rem;
}
@media screen and (min-width: 641px) {
  #goto{
    padding: 60px 0;
  }
  #goto h2{
    font-size:3.6rem;
    margin-bottom: 10px;
  }
  #goto h2 + p{
    font-size:2.8rem;
  }
  #goto ul li h3{
    font-size:1.4rem;
  }
  #goto{
    background-size: auto 55%;
    padding-top: 40px;
    margin-top: 0;
  }
}
/* ----------------------------------------------- STORY ---------- */
#story h2{
  width:90%;
  max-width: 720px;
  margin: 0 auto 20px;
  text-align: left;
}
#story h2 img{
  width:80%;
}
#story figure.story_txt01{
  width:90%;
  max-width: 720px;
  margin: 0 auto 20px;
  text-align: left;
}
#story figure.story_txt01 img{
  width:70%;
  max-width: 400px;
}
#story figure.story_txt02{
  width:90%;
  max-width: 720px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 641px) {
  #story h2{
    margin: 0 auto 40px;
  }
}
/* ----------------------------------------------- ENJOY ---------- */
#enjoy h2{
  width:90%;
  max-width: 720px;
  margin: 0 auto 20px;
}
#enjoy figure{
  width:100%;
  max-width: 800px;
  margin: 0 auto 10px;
}
/* ----------------------------------------------- CV ---------- */
.cv{
  background:#f3c526;
  position:relative;
  line-height: 0;
  margin-bottom: 40px;
}
.cv a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.cv a:hover{
  cursor: pointer;
}
.cv img{
  width:100%;
  max-width: 480px;
}
.cv img.cv_point{
  position:absolute;
  bottom:110px;
  right:2%;
  width:16%;
  max-width: 80px;
}
@media screen and (min-width: 641px) {
  .cv img.cv_point{
    right:50%;
    margin-right: -250px;
    bottom:130px;
  }
}
/* ----------------------------------------------- FOOTER ---------- */
footer .caption{
  font-size:1rem;
  text-align: center;
  width:96%;
  margin: 0 auto 10px;
  line-height: 1.3em;
  letter-spacing: -0.10rem;
}
footer .copyright{
  font-size:1rem;
  font-weight:bold;
  text-align: center;
  margin-bottom: 20px;
}
/* ----------------------------------------------- MOVIE ---------- */
#movie{
  margin-bottom: 40px;
}
#movie iframe{
  width:100%;
  height:56.25vw;
}
@media screen and (min-width: 641px) {
  #movie{
    margin-bottom: 60px;
  }
  #movie iframe{
    width:800px;
    height:450px;
  }
}
/* ----------------------------------------------- illust ---------- */
#illust{
  width:100%;
  margin: 0 auto 0;
  background:#fff9ea;
  padding-top: 0px;
}
#illust figure{
  width:96%;
  max-width: 720px;
  margin: 0 auto;
}
/* ----------------------------------------------- IPHONEt ---------- */
#iphone{
  background: linear-gradient(180deg, #fff9ea 0%, #fff9ea 0%, #fff 15%, #fff 100%);
  width:100%;
  margin: 0 auto 0;
  padding-top: 0px;
}
#iphone figure{
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  #iphone figure{
    max-width: 500px;
  }
  }
    /* ----------------------------------------------- PRICE ---------- */
#price{
  width:90%;
  max-width: 720px;
  margin: 0 auto 40px;
}
#price h3{
  width:180px;
  margin:0 auto;
}