@charset "UTF-8";
/* メディアクエリー用 */
/* webfont設定 */
/* CLEARFIX */
/* 100vhフィット(主にiOSにて) */
/* ホバー時 */
/* 蛍光マーカーを引いたような線 */
/* 中央配置 */
/* 画像をモノクロにする */
/* ANIMATION
--------------------------------------*/
/* カバー画像をスクロール共にフェードさせる */
/* 点滅アニメーション */
/* ふわっとするアニメーション */
/* 画像をホバーすると大きくなる */
/* SVGアニメーション(文字を書いてるような感じ) */
/* ローディング用アニメーション */
/* 線を引くアニメーション */
/* 画像を徐々に出すアニメーション */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  color: #222;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 11px;
  }
}

@media screen and (max-width: 750px) {
  body {
    font-size: 10px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #222;
  text-decoration: none;
  display: block;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 751px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .sp_none {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .sp_none {
    display: none !important;
  }
}

/* CONTENT
--------------------------------------*/
.agenda {
  font-family: agenda, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.minion {
  font-family: minion-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.w20 {
  width: 20%;
}

@media screen and (max-width: 750px) {
  .w20 {
    width: 30%;
  }
}

.w40 {
  width: 40%;
}

@media screen and (max-width: 750px) {
  .w40 {
    width: 60%;
  }
}

.w50 {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .w50 {
    width: 75%;
  }
}

.w60 {
  width: 60%;
}

@media screen and (max-width: 750px) {
  .w60 {
    width: 90%;
  }
}

.mt60 {
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .mt60 {
    margin-top: 40px;
  }
}

.pt30 {
  padding-top: 30px;
}

@media screen and (max-width: 750px) {
  .pt30 {
    padding-top: 20px;
  }
}

.pt40 {
  padding-top: 40px;
}

@media screen and (max-width: 750px) {
  .pt40 {
    padding-top: 20px;
  }
}

.pt80 {
  padding-top: 80px;
}

@media screen and (max-width: 750px) {
  .pt80 {
    padding-top: 60px;
  }
}

.pt100 {
  padding-top: 100px;
}

#wrapper {
  background-color: #dddddd;
}

.main_Box {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .main_Box {
    max-width: 1200px;
  }
}

@media screen and (max-width: 750px) {
  .main_Box {
    width: 100%;
  }
}

.main_Box h1 {
  width: 23%;
  margin: 0 auto;
  padding-top: 50px;
  line-height: 2.5em;
}

@media screen and (max-width: 750px) {
  .main_Box h1 {
    width: 53%;
    padding-top: 40px;
  }
}

.main_Box .main_img {
  width: 70%;
  margin: 0 auto;
  padding-top: 35px;
}

@media screen and (max-width: 750px) {
  .main_Box .main_img {
    padding-top: 20px;
    width: 90%;
  }
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

p.read {
  text-align: center;
  line-height: 2.5em;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about {
  width: 60%;
  background-color: #a3bc93;
  margin: 60px auto 0;
}

@media screen and (max-width: 750px) {
  .about {
    width: 80%;
    margin: 40px auto 0;
  }
}

.about .about_img {
  width: 35%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .about .about_img {
    width: 100%;
  }
}

.about p {
  width: calc(65% - 120px);
  padding: 0 60px;
  font-size: 10px;
}

@media screen and (max-width: 750px) {
  .about p {
    width: 100%;
    padding: 30px 20px;
  }
}

.about p span {
  font-size: 12px;
  padding-bottom: 20px;
  display: block;
}

.about_btn {
  font-size: 16px;
  width: 150px;
  letter-spacing: 0.02em;
  padding: 20px 30px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  text-align: center;
  margin: 80px auto;
}

@media screen and (max-width: 750px) {
  .about_btn {
    margin: 60px auto;
  }
}

section.box_inner {
  width: 1000px;
  margin: 0 auto 30px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  section.box_inner {
    width: 90%;
    margin: 0 auto 20px;
  }
}

section.box_inner h2 {
  text-align: center;
  font-size: 16px;
}

section.box_inner h2 span {
  width: 130px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  section.box_inner h2 span {
    width: 23%;
    padding-right: 0;
  }
}

section.box_inner .item, section.box_inner .scene, section.box_inner .review {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
  section.box_inner .item, section.box_inner .scene, section.box_inner .review {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

section.box_inner .item_txt {
  text-align: center;
  line-height: 2.5em;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  section.box_inner .item_txt {
    margin: 0 auto;
    text-align: left;
  }
}

section.box_inner ul.fragrance {
  color: #969292;
  width: 32%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  section.box_inner ul.fragrance {
    width: 68%;
  }
}

section.box_inner ul.fragrance p {
  font-size: 17px;
  text-align: center;
}

section.box_inner ul.fragrance p span {
  display: block;
  font-size: 11px;
}

section.box_inner ul.fragrance li {
  font-size: 10px;
  padding-top: 30px;
}

section.box_inner ul.fragrance li span.list_nm {
  text-align: center;
  font-style: italic;
  display: block;
  padding-bottom: 5px;
}

.scene h3, .review h3 {
  font-size: 35px;
  padding-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .scene h3, .review h3 {
    font-size: 28px;
    padding-bottom: 10px;
  }
}

.scene span.under, .review span.under {
  width: 35px;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 0 auto;
}

.scene {
  background-color: #f7f7f7;
  text-align: center;
  /* ここのwidthで横幅を変えられる */
  /* アスペクト比を保つためのpadding-top((高さ÷横)×100%) */
}

.scene p.scene_txt {
  font-size: 12px;
  line-height: 4em;
  padding-top: 20px;
}

@media screen and (max-width: 750px) {
  .scene p.scene_txt {
    font-size: 11px;
    padding-top: 15px;
    line-height: 3em;
  }
}

.scene .move {
  position: relative;
  width: 50%;
  margin: 0 auto;
  padding-top: 150px;
}

@media screen and (max-width: 750px) {
  .scene .move {
    width: 90%;
    padding-top: 100px;
  }
}

.scene div::before {
  content: "";
  display: block;
  padding-top: calc(844 / 1500 * 100%);
}

.scene iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.review {
  background-color: #fbfbfb;
  text-align: center;
}

.review .review_txt {
  font-size: 10px;
  text-align: left;
  width: 50%;
  margin: 0 auto;
  padding-top: 50px;
}

@media screen and (max-width: 750px) {
  .review .review_txt {
    width: 80%;
    padding-top: 30px;
  }
}

.review .review_txt span.use {
  color: #969292;
  display: block;
  font-size: 11px;
}

.review .review_txt span.age {
  color: #969292;
  display: block;
}

.review .review_txt p {
  padding-top: 5px;
}

.link {
  padding-top: 65px;
  padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
  .link {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

.link .link_btn a {
  font-size: 12px;
  width: 35%;
  height: 50px;
  line-height: 50px;
  margin: 15px auto 0;
  text-align: center;
  background-color: #666666;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .link .link_btn a {
    width: 80%;
    font-size: 11px;
    height: 40px;
    line-height: 40px;
  }
}

#box01 .item_img .w40 div {
  padding-right: 3%;
}

#box01 .item_img .w20 div {
  padding-right: 3%;
}

#box01 .item_img .w20 divdiv:nth-child(1) {
  padding-bottom: 3%;
}

#box02 h2 span {
  padding-right: 8px;
}

@media screen and (max-width: 750px) {
  #box02 h2 span {
    padding-right: 8px;
  }
}

.all a {
  width: 40%;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  background-color: #fff;
  margin: 100px auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .all a {
    width: 72%;
    margin: 80px auto;
  }
}

footer {
  text-align: center;
  padding-bottom: 30px;
}

footer .logo {
  width: 10%;
  margin: 0 auto;
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  footer .logo {
    width: 30%;
  }
}
/*# sourceMappingURL=style.css.map */