﻿@charset "utf-8";
/* CSS Document */
html, body {
  width: 100%;
  overflow: auto;
}
/* ▼基本デザイン */
/* ----------------------------------------------------- */
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-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
#all img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.5;
  filter: alpha(opacity=60);
}

a:hover {
  text-decoration: none;
}
/* ▼gグローバルナビ問題
/* ----------------------------------------------------- 

.header #ui-tab {
    display:block!important;
} */
#global-info {
  display: none !important;
}
.history-right {
  display: none !important;
}
/* ▼パンくず */
/* ----------------------------------------------------- */
#pankuzu {
  max-width: 1200px;
  margin: 0 auto !important;
  text-align: left;
  padding: 5px !important;
  font-size: 11px !important;
  background-color: transparent;
  color: #111 !important;
}
#pankuzu a:link { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:visited { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:hover { /* パンくずのリンク */
  text-decoration: underline;
}
.pan_cover {
  background-color: #fff;
}
/* ▼各デザイン */
/* ----------------------------------------------------- */
#all {
  width: 100%;
  background-color: #a89f96;
}
#all p {
  font-size: 15px;
  line-height: 1.8;
  color: #fff;	
}
/* ▼main */
/* ----------------------------------------------------- */
.main_v {
  width: 100%;
  height: calc(80vh) !important;
  /*height: calc(100vh - 124px) !important;*/
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 auto;
  background-color: #bbad9b;
}
.wcover {
  display: flex;
  align-items: center;
  width: 35%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 0;
}
.wcover:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  /*background: rgb(179, 163, 143);*/
  background: linear-gradient(-90deg, rgba(179, 163, 143, 0.4) 0%, rgba(252, 252, 252, 0) 100%);
  mix-blend-mode: multiply;
}
.wcover h1 {
  margin: auto;
  display: block;
  width: 75%;
  max-width: 400px;
  z-index: 1;
  position: relative;
}
.mark_season {
  width: 24%;
  position: absolute;
  top: -15%;
  right: -19%;
}
.main_v h2 {
  color: #fff;
  position: absolute;
  bottom: 15%;
  right: 0;
  left: 0;
  font-size: 14px;
  letter-spacing: 2px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: normal;
  z-index: 1;
}
.caption p {
  line-height: 2 !important;
  letter-spacing: 0.5px !important;
  padding-bottom: 30px;
}
.caption p br.pc_none {
  display: none !important;
}
.caption {
  padding-bottom: 80px;
}
.caption br {
  /*display: none;*/
}
.bn {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 180px;
}
.pc_none {
  display: block !important;
}
/* ▼nav */
/* ----------------------------------------------------- */
.button-box {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 140px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 50px;
}
.button-box li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.button-box li a {
  font-size: 20px;
  letter-spacing: 2.4px;
  font-family: garamond-premier-pro, serif !important;
  color: #fff;
  font-weight: 500 !important;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #fff;
  text-decoration: none;
}
.tate {
  border-right: 1px solid #ffffff;
}
/* ▼drawer nav*/
/* ----------------------------------------------------- */
.pure-toggle-label {
  display: none !important;
}
.drawer-toggle.drawer-hamburger {
  top: 45%;
}
.drawer-nav {
  z-index: 9999 !important;
}
button.drawer-toggle.drawer-hamburger {
  border: 1px solid #fff;
  margin: 10px;
  border-radius: 5px;
}
.drawer-nav {
  display: flex; /* 2 */
  justify-content: center; /* 3 */
  align-items: center;
  text-align: left;
}
.drawer-menu {
  border-bottom: none;
  width: 68%;
  margin: 0 auto;
}
.drawer-menu li {
  border-bottom: solid 1px #c1c1c1;
  width: 100%;
  margin: 0 auto;
}
.drawer-menu li:first-child {
  border-bottom: none;
}
.drawer-menu li a {
  display: block;
  font-size: 20px;
  letter-spacing: 3px;
  color: #111;
  font-weight: 500 !important;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #111;
  text-decoration: none;
  font-family: 'garamond-premier-pro' !important;
  text-align: left;
  padding: 22px 0 20px;
}
.drawer-menu li:first-child a {
  background-image: none;
  padding-bottom: 0 !important;
  letter-spacing: 2px !important;
}
/*.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
	background-color: #999!important;
}*/
.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}
.pure-toggle-label {
  display: none;
}
.nav_logo {
  width: 88%;
  margin: 0 auto;
  margin-left: auto;
  margin-left: -1%;
}
.nav_title {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
  text-align: center;
  font-size: 10px;
  font-weight: 500 !important;
  letter-spacing: 2.5px;
  position: relative;	
}
.nav_title .nav_logosub {
  letter-spacing: 1;
  color: #999;
}
.nav_title .mark_season {
  top: -10%;
}
.nav_title p {
  font-weight: 500 !important;
  font-size: 10px !important;
  letter-spacing: 1px !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
}
.nav_title .nav_logosub {
  letter-spacing: 1 !important;
  color: #999 !important;
}
.nav_title img {
  margin-bottom: 28px;
}
.nav_title .nav_txt {
  width: 71px;
  position: absolute;
  top: 41px;
  right: -29px;
}
#all .drawer-hamburger {
  display: none;
}
.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
  background-color: #fff!important;
}
/* ▼category*/
/* ----------------------------------------------------- */
.mh2 {
  font-family: garamond-premier-pro, serif !important;
  font-size: 52px;
  letter-spacing: 5px;
  font-weight: normal;
  color: #fff;
}
.cap_h2 {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 3;
  margin-top: -8px;
}
.mh2_cover {
  padding: 49px 0 100px 0;
  border-top: 1px solid #fff;
}
.mh3_1 {
  font-family: garamond-premier-pro, serif !important;
  font-size: 42px;
  letter-spacing: 5px;
  font-weight: lighter;
  color: #000;
  border: 1px solid #111;
  display: inline-block;
  padding: 18px 68px;
  margin-bottom: 100px;
}
.mh3_1 span {
  font-family: garamond-premier-pro, serif !important;
  font-size: 12px;
  display: block;
  margin-top: -4px;
}
.c_cap {
  padding-bottom: 80px;
}
.c_cap p {
  padding-bottom: 30px;
}
.ic_cover.about,.ic_cover.qa {
  padding-bottom: 250px;
}
/* ▼About*/
/* ----------------------------------------------------- */
.rev {
  flex-flow: row-reverse;
}
.box_outer {
  width: 100%;
  background-color: #8c8276;
  margin-bottom: 70px;
}
.box_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
}
.box_a_inner {
  position: relative;
}
.box_ud {
  width: 28%;
  text-align: justify;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.box_a_img {
  width: 50%;
}
.img_cap {
  color: #111 !important;
  background-color: #FFF;
  display: inline-block;
  padding: 0px 23px !important;
  font-size: 18px !important;
  position: absolute;
  left: 8px;
  top: 8px;
  font-family: garamond-premier-pro, serif !important;
  letter-spacing: 1;
  line-height: 1.2 !important;
}
.mh3_3 {
  font-size: 20px;
  font-family: garamond-premier-pro, serif !important;
  font-size: 35px;
  letter-spacing: 3px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 30px;
}
.box_ud p {
  padding-bottom: 20px;
}
.box_ud p:last-child {
  padding-bottom: 0;
}
/* ▼Before_after*/
/* ----------------------------------------------------- */
.ba_cover_all {
  background-color: #8c8276;
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding: 5% 5%;
  justify-content: space-around;
  align-items: end;
}
.img_before, .img_after {
  position: relative;
}
.mb {
  width: 37%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.img_after {
  width: 57%;
  margin-top: auto;
}
.ba_cover_all .img_cap {
  background-color: transparent;
  text-decoration: underline;
  padding: 5px 10px !important;
}
.mh3_cover {
  position: relative;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 17%;
}
.mh3_2 {
  color: #fff !important;
  margin: auto;
  font-size: 1.1vw !important;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  padding: 3% 0;
  line-height: 1.65;
}
.mh3_2::before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  top: 0;
  left: 5%;
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
}
.mh3_2::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  bottom: 0;
  right: 5%;
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
}
/* ▼point_item*/
/* ----------------------------------------------------- */
.pi_cover_all {
  width: 1200px;
  margin: 0 auto;
}
.point_all {
  padding-bottom: 100px;
  padding-top: 150px;
}
.mh4_cover {}
.mh4_1 {
  font-family: garamond-premier-pro, serif !important;
  font-weight: normal;
  font-weight: 100;
  font-size: 40px;
  padding-bottom: 55px;
  letter-spacing: 3px;
  padding-top: 0px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
}
.mh4_1 span {
  font-size: 16px;
  padding-left: 20px;
  color: #e7e7e7;
  letter-spacing: 1;
}
.point_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
  align-items: flex-end;
}
.img_point {
  width: 56%;
}
.txt_point {
  width: 40%;
  text-align: justify;
  display: flex;
  position: relative;
  height: 100%;
  align-items: end;
}
.mh5_1 {
  margin: 0 auto auto !important;
  font-size: 16px !important;
  width: auto;
  height: auto;
  display: block;
  line-height: 0 !important;
  text-indent: 0 !important;
  padding-bottom: 20px;
  color: #fff;
  line-height: 1.6 !important;
}
.p_txt {
  color: #4D4D4D;
  font-weight: lighter;
}
.mh7_1 {
  font-family: garamond-premier-pro, serif !important;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item {
  width: 24%;
  padding-bottom: 43px;
  text-align: justify;
}
.img_item {
  display: block;
}
.item a:visited {
  color: inherit;
}
.txt_item {
  font-size: 14px !important;
  padding-top: 11px;
  opacity: 0.6;
}
/* ▼その他のおすすめ商品*/
/* ----------------------------------------------------- */
.mh5_2 {
  margin: 0 !important;
  font-size: 16px;
  width: 100%;
  height: auto;
  display: block;
  line-height: 0 !important;
  text-indent: 0 !important;
  padding-bottom: 40px;
  text-align: justify;
  color: #fff;
}
.related, .goods {
  width: 1200px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 100px;
  border-top: 1px solid #fff;
  padding-top: 30px;
  margin-bottom: 250px;
}
.related_all, .goods_all {
  display: flex;
  justify-content: left;
}
.rela_box, .goods_box {
  width: 22%;
  padding-right: 3%;
}
.rela_box img {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.rela_box.flip img {
  transform: scale(-1, 1);
}
.rela_box .sitem img {
  width: 50% !important;
  padding-top: 21%;
}
.goods_box img {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.rela_box a p, .goods_box a p {
  color: #111;
  opacity: 0.6;
  font-size: 14px !important;
  text-align: justify;
}
/* ▼Q&A*/
/* ----------------------------------------------------- */
.qa_inner {
  background-color: #8c8276;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qa_box {
  width: 1200px;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 30px;
}
.qa_box.answer {
  margin-bottom: 110px;
}
.qa_item {
  background-color: #8c8276;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 86%;
  padding: 0 7% 5% 7%;
}
.qa_txt {
  background-color: #8c8276;
  display: flex;
  flex-wrap: wrap;
  padding: 2% 0 6% 0;
  justify-content: space-around;
  text-align: justify;
}
.qa_txt p {
  width: 75%;
	
}
.qa_item a {
  width: 23%;
  padding-bottom: 10px;
}
.person {
  width: 250px;
  margin-top: -26px;
}
.person img {
  width: 80%;
}
.qa_inner p {
  text-align: justify;
  width: 900px;
  font-size: 18px !important;
  letter-spacing: 1;
}
.mh6_2 {
  font-family: garamond-premier-pro, serif !important;
  font-weight: normal;
  font-size: 31px;
  width: 150px;
  color: #fff !important;
}
/* ▼movie*/
/* ----------------------------------------------------- */
.movie_cover {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 150px;
}
.movie_cover h2 {
  margin-bottom: 40px;
}
/* ▼mag*/
/* ----------------------------------------------------- */
.mag_cover {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 200px;
    padding-top: 100px;
}
.top-webmagazine .wm-inner {
  margin: 10px 16px 0 !important;
  text-align: justify;
}
b {
  margin: 15px 3% 0 0 !important;
}
.top-webmagazine h2 {
    background: #c6cccf;
    color: white !important;
    border-radius: 0 !important;
    border: none !important;
    margin: 0 0 15px !important;
    padding: 10px 0 !important;
    font-size: 24px !important;
}
.bn_cover {
  display: flex;
  width: 1120px !important;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 50px auto;
  gap: 2rem;
  width: 100%;
}
.tf_b {
  /* padding-bottom: 40px; */
  text-align: center;
}
.tf_b a {
  text-decoration: none;
  color: #111;
}
.bn_cover img {
  padding-bottom: 10px;
}
.garamond {
  font-family: 'EB Garamond', serif !important;
  font-weight: normal;
  letter-spacing: 2px;
}
figcaption {
    background-color: #fff!important;
}
/* ▼幅毎の調整 
/* ----------------------------------------------------- */
@media only screen and (max-width: 1200px) and (orientation:portrait) {
  .main_v {
    height: calc(100vh - 700px) !important;
  }
}
@media only screen and (max-width: 1200px) and (orientation: landscape) {
  .main_v {
    height: calc(100vh - 300px) !important;
  }
}
@media screen and (max-width: 1200px) {
  .item_cover {
    flex-direction: column;
    margin: 0 auto;
  }
  .item_image {
    width: 100%;
  }
  .item_data {
    width: 100%;
  }
  .item img {
    /*height: 90vh !important;*/
    object-fit: cover;
    width: auto !important;
    margin: 0 auto;
  }
   .related, .pi_cover_all {
    width: 90%;
  }
}

  }
}
@media screen and (max-width: 1440px) {}