@charset "utf-8";

body {
  font-family: YakuHanMP, a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  background-color: #fff;
  color: #222;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*和文明朝フォント＋約半*/
.mincho_j {
  font-family: YakuHanMP, a-otf-ryumin-pr6n, serif;
  transform: scale(0.8, 1);
  font-weight: 200;
  font-style: normal;
  line-height: 2em;
}
/*和文ゴシックフォント*/
.win .gothic_j {
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.mac .gothic_j {
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.iphone .gothic_j,
.ipad .gothic_j {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.android .gothic_j {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
}
/*欧文フォント*/
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.montserrat_light {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 100;
}

a {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

header {
  position: fixed;
  overflow: hidden;
  padding: 55px 55px 0;
  width: 100%;
  z-index: 9999;
}
header h1#logo {
  display: block;
  float: left;
  width: 155px;
  height: 33px;
  background-image: url(../img/logo.png);
  background-size: cover;
}
header.scroll h1#logo {
  display: block;
  float: left;
  width: 155px;
  height: 33px;
  background-image: url(../img/logo_b.png);
  background-size: cover;
}
header nav.NavMenu {
  float: right;
}
header nav.NavMenu a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
header.scroll nav.NavMenu a {
  color: #222;
  text-decoration: none;
  font-size: 12px;
}

header nav.NavMenu ul li {
  display: inline-block;
  list-style: none;
  margin-left: 25px;
  vertical-align: top;
  line-height: 0.2em;
}
header #manu_cart {
  display: block;
  position: relative;
  top: -13px;
  width: 28px;
  height: 30px;
  background-image: url(../img/cart.svg);
  background-size: cover;
}
header.scroll #manu_cart {
  display: block;
  position: relative;
  top: -13px;
  width: 28px;
  height: 30px;
  background-image: url(../img/cart_b.svg);
  background-size: cover;
}

#main_wrapper {
  position: relative;
  background-image: url("../img/mv.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1440 / 770;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.main_copy_j {
  position: absolute;
  top: 44%;
  left: 120px;
  width: 28.264vw;
}
#story {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 810px;
}
#story_midashi {
  position: absolute;
  top: -46px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  text-align: right;
}
#story_midashi img {
  width: 444.5px;
  margin: auto;
}
.story_txt {
  font-size: 45px;
  position: absolute;
  top: 0;
  right: 12px;
}
.story_txt img {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  width: 579.5px;
}
#story_txt3 {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.beauty {
  width: 100%;
  text-align: center;
}
.beauty img {
  width: 395.5px;
}
.batu {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.batu img {
  width: 52px;
}
.technology {
  width: 100%;
  text-align: center;
}
.technology img {
  width: 726.5px;
}
.story_txt1 {
  position: absolute;
  top: 517px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  font-family: YakuHanMP, a-otf-ryumin-pr6n, serif;
  font-weight: 200;
  font-style: normal;
  line-height: 2em;
  font-size: 15.5px;
  line-height: 2.3em;
}

#product_midashi {
  position: absolute;
  top: 240px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
#product_midashi img {
  width: 577px;
}
#product01 {
  position: relative;
  background-image: url("../img/proguct01_bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0 auto;
  width: 100%;
  height: 1975px;
}
.product_box {
  position: absolute;
  top: 490px;
  left: 0;
  right: 0;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#product_photo01 {
  position: relative;
  top: -55px;
  left: 48px;
  width: 371px;
}
.product_spec_box {
  position: absolute;
  right: 0;
  top: 200px;
  width: 425px;
  text-align: left;
}
#product_name01 {
  width: 378px;
  margin-bottom: 35px;
}
#product_v_name01 {
  position: absolute;
  top: -125px;
  left: -95px;
  width: 23px;
}
.product_spec_txt {
  font-size: 16px;
  font-family: YakuHanMP, a-otf-ryumin-pr6n, serif;
  font-weight: 200;
  font-style: normal;
  line-height: 2.3em;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.product_spec_txt span {
  position: relative;
  top: -7px;
  left: -1px;
  font-size: 12px;
}
.product_note {
  font-size: 12px;
  font-family: YakuHanMP, a-otf-ryumin-pr6n, serif;
  font-weight: 200;
  font-style: normal;
  line-height: 2.1em;
  letter-spacing: 0.05em;
  margin: 12px 0 21px;
  color: #888;
}
a.product_more_btn {
  display: block;
  margin: 0;
  width: 200px;
  height: 46px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #d4ac74;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.product_box2 {
  position: relative;
  top: 1380px;
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  z-index: 1;
}
#product_photo02 {
  position: relative;
  right: -90px;
  float: right;
  width: 500px;
}
.product_spec_box2 {
  position: absolute;
  left: 15px;
  top: 145px;
  width: 600px;
  text-align: left;
}
#product_name02 {
  width: 510px;
  margin-bottom: 35px;
}
#product_v_name02 {
  position: absolute;
  top: -50px;
  left: -90px;
  width: 23px;
}
.product_spec_txt2 {
  font-size: 16px;
  font-family: YakuHanMP, a-otf-ryumin-pr6n, serif;
  font-weight: 200;
  font-style: normal;
  line-height: 2.3em;
  letter-spacing: 0.05em;
}
.product_spec_txt2 span {
  position: relative;
  top: -7px;
  left: -1px;
  font-size: 12px;
}
#product02 {
  position: relative;
  background-image: url("../img/product02_bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0 auto;
  width: 100%;
  height: 1900px;
  overflow: hidden;
}
.product_box3 {
  position: relative;
  top: 322px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
#product_photo03 {
  position: relative;
  left: 43px;
  width: 333px;
}
.product_spec_box3 {
  position: absolute;
  right: 0;
  top: 236px;
  width: 448px;
  text-align: left;
}
#product_name03 {
  width: 361px;
  margin-bottom: 35px;
}
#product_v_name03 {
  position: absolute;
  top: -81px;
  left: -100px;
  width: 23px;
}
.product_spec_txt3 {
  font-size: 16px;
  font-family: YakuHanMP, a-otf-ryumin-pr6n, serif;
  font-weight: 200;
  font-style: normal;
  line-height: 2.3em;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.product_box4 {
  position: relative;
  top: 545px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#product_photo04 {
  position: relative;
  float: right;
  right: -120px;
  top: -253px;
  width: 590px;
}
.product_spec_box4 {
  position: absolute;
  left: 35px;
  top: 60px;
  width: 500px;
  text-align: left;
}
#product_name04 {
  width: 443px;
  margin-bottom: 35px;
}
#product_v_name04 {
  position: absolute;
  top: -85px;
  left: -88px;
  width: 23px;
}
.product_spec_txt4 {
  font-size: 16px;
  font-family: YakuHanMP, a-otf-ryumin-pr6n, serif;
  font-weight: 200;
  font-style: normal;
  line-height: 2.3em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.product_spec_txt4 span {
  position: relative;
  top: -7px;
  left: -1px;
  font-size: 12px;
}
.product_box5 {
  position: relative;
  top: 1122px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
#product_photo05 {
  position: relative;
  left: 43px;
  width: 333px;
}
.product_spec_box5 {
  position: absolute;
  right: 0;
  top: 250px;
  width: 448px;
  text-align: left;
}
#product_name05 {
  width: 361px;
  margin-bottom: 35px;
}
#product_v_name05 {
  position: absolute;
  top: -81px;
  left: -100px;
  width: 23px;
}
.product_spec_txt5 {
  font-size: 16px;
  font-family: YakuHanMP, a-otf-ryumin-pr6n, serif;
  font-weight: 200;
  font-style: normal;
  line-height: 2.3em;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  height: 380px;
  margin: 0;
  text-align: center;
  padding: 73px 0 0;
  overflow: hidden;
}
#footer_left {
  float: left;
  margin-left: 100px;
  text-align: left;
  width: 35%;
}
footer .logo {
  float: left;
  width: 156px;
  margin-bottom: 28px;
}
.footer_left_txt01 {
  clear: both;
  text-align: left;
  font-size: 16px;
  width: 100%;
  color: #aaa;
}
.footer_left_mail {
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
  color: #aaa;
}
.footer_left_mail a {
  color: #aaa;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 100;
  text-decoration: none;
}
#sns_bottom {
  margin-bottom: 35px;
}
.icon_instagram {
  width: 30px;
}
.icon_x {
  width: 30px;
  margin-left: 15px;
}
#copyright {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #aaa;
  font-size: 11px;
  width: 100%;
  text-align: left;
}
.footer_left_txt02 {
  color: #aaa;
  text-align: left;
  width: 100%;
  font-size: 12px;
  font-family: "Montserrat", YakuHanMP, a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 100;
  text-decoration: none;
  margin-bottom: 25px;
}
#footer_navi {
  position: relative;
  top: 0;
  float: right;
  list-style: none;
  margin-right: 85px;
}
#footer_navi li {
  float: left;
  text-align: left;
  margin-left: 50px;
}
#footer_navi li a {
  font-size: 13px;
  text-decoration: none;
  color: #aaa;
  line-height: 3em;
}
#footer_txt {
  text-align: left;
  color: #fff;
  font-size: 0.76em;
}

/*______________________________________min-width: 767px_______________________________________________*/

@media screen and (min-width: 767px) {
  /*ウィンドウ幅が767px以上の場合に適用*/
  .pc_content {
    display: block;
  }
  .sp_content {
    display: none;
  }
}
