﻿@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;
}
#display img {
  max-width: 100%;
  height: auto;
}
.sample {
  font-family:
    YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}
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);
}
.cap_b {
  line-height: 2;
  padding-bottom: 130px;
}
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;
}
#pankuzu a:link { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:visited { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:hover { /* パンくずのリンク */
  text-decoration: underline;
}
/*#pankuzu {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  margin-bottom: -5px !important;
}*/
/* ▼各デザイン */
/* ----------------------------------------------------- */
#display {
  width: 100%;
}
#display p {
  font-size: 15px;
  line-height: 1.8;
}
/* ▼main */
/* ----------------------------------------------------- */
.main_v {
  width: 70%;
  /*background-image: url("../img/main_pc.jpg");*/
  background-size: cover;
  background-position: left;
  position: relative;
  display: flex;
}
.main_v_l {
  width: 52%;
  display: flex;
  flex-direction: column;
}
.main_v_l1 {
  background-image: url("../img/main_pc_na.jpg");
  height: 50%;
  border-bottom: 2px solid #fff;
  background-size: cover;
  background-position: right;
}
.main_v_l2 {
  background-image: url("../img/main_pc_saki.jpg");
  height: 50%;
  background-size: cover;
}
.main_v_r {
  width: 48%;
  background-image: url("../img/main_pc_oka.jpg");
  border-left: 2px solid #fff;
  background-size: cover;
  background-position: right;
}
.main_v_cover {
  width: 100%;
  height: calc(100vh - 124px) !important;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.main_v_cover .wcover {
  width: 30%;
  height: 100%;
  margin: 0 auto !important;
  background-size: cover;
  background-color: #c6b78d;
  position: relative;
}

.s_cover h2 {
  color: #fff;
  font-size: clamp(14px, 0.9vw, 18px);
  font-weight: normal;
  letter-spacing: 2px;
  padding-top: 30px;
}

.mv_txt {
  width: 104.5225px;
  position: absolute;
  top: 82px;
  right: -50px;
  margin: auto;
}

.logo {
  width: 300px;
}

.s_cover {
  position: absolute;
  width: 70%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 250px;
	text-align: center;
}
.caption p {
  line-height: 2.3 !important;
  letter-spacing: 0.5px !important;
}

.caption {
  padding-bottom: 130px;
  background-color: #e2dac5;
  padding-top: 120px;
}
.caption br {
  display: none;
}
.pc_none {
  display: block !important;
}
/* ▼nav */
/* ----------------------------------------------------- */
.button-box {
  max-width: 550px;
  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: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.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: #111;
  font-weight: 500 !important;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #111;
  text-decoration: none;
}
.tate {
  border-right: 1px solid #111111;
}
/* ▼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 #999;
  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;
}
.nav_title .nav_logosub {
  letter-spacing: 1;
  color: #999;
}
.nav_title p {
  font-weight: 500 !important;
  font-size: 10px !important;
  letter-spacing: 1px !important;
}
.nav_title p.nav_logosub {
  font-feature-settings: "pwid" !important;
  padding-left: 10px;
}
.nav_title img {
  margin-bottom: 14px;
}
.nav_title .nav_txt {
  width: 71px;
  position: absolute;
  top: 41px;
  right: -29px;
}
#display .drawer-hamburger {
  display: none;
}

/* ▼category*/
/* ----------------------------------------------------- */
.mh2 {
  font-family: garamond-premier-pro, serif !important;
  font-size: 42px;
  letter-spacing: 4px;
  font-weight: normal;
  color: #000;
  text-align: center;
}
.cap_h2 {
  display: block;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
}
.mh2_cover {
  padding: 56px 0 30px 0;
  border-top: 1px solid #111;
}
.mh2_cover.theory {
  border: none;
}
/* ▼theory*/
/* ----------------------------------------------------- */
.theory_cover_all {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
  padding-top: 57px;	
}
.owl-carousel_theory {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 3%;
}
.theory_box {
  width: 31%;
  padding-bottom: 100px;
}
.mh_theory {
  font-size: 18px;
  line-height: 1.5;
  padding-top: 26px;
  padding-bottom: 20px;
  letter-spacing: 1px;
}
.theory_box p {
  text-align: justify;
}
.ic_cover.theory {
  background-color: #fff;
}
/* ▼item見出し*/
/* ----------------------------------------------------- */
.mh3 {
  font-family: garamond-premier-pro, serif !important;
  font-style: normal;
  font-weight: 100;
  font-size: 18px;
  padding-bottom: 36px;
  letter-spacing: 4px;
  padding-top: 40px;
  border-top: 1px solid #666;
  width: 1200px;
  margin: 0 auto;
  color: #606060;
}
.mh3 span {
  font-family: garamond-premier-pro, serif !important;
  font-weight: lighter;
  font-size: 73px;
  letter-spacing: 2px;
  display: block;
}
.mh3_2 {
  color: #111 !important;
  margin: auto;
  font-size: 25px !important;
  letter-spacing: 1px;
  padding-bottom: 78px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;	
}
.person_1 {
  width: 218px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.mh5_1 {
  margin: 0 auto auto !important;
  font-size: 22px;
  width: auto;
  height: auto;
  display: block;
  line-height: 1.8;
  text-indent: 0 !important;
  padding-bottom: 24px;
  border-top: 1px solid #9E885C;
  width: 86%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 13px;
  font-family: garamond-premier-pro, serif !important;
  letter-spacing: 2px;
  color: #9E885C;
  font-weight: normal;
}
.mh5_1::before {
  content: url("../img/mark_theory.svg");
  margin-right: 18px;
  width: 40px;
  display: inline-block;
  margin-bottom: 3px;
}
.mh4_cover {
  display: flex;
  justify-content: unset;
  gap: 0 20px;
  align-items: center;
  margin: 0 auto;
  padding-top: 44px;
  padding-bottom: 24px;
}
.mh4 {
  font-family: garamond-premier-pro, serif !important;
  font-weight: normal;
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 2px;
  color: #9e885c;
  display: flex;
  flex-direction: column;
  margin-left: -10px;
}
.os_h4 {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 14px;
  padding-bottom: 4px;	
}
.os_h4::before {
  content: "＼";
  font-size: 80%;
  padding-right: 10px;
}
.os_h4::after {
  content: "／";
  font-size: 80%;
  padding-left: 10px;
}
.cap_h4 {
  font-family: garamond-premier-pro, serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  padding-bottom: 0;
  letter-spacing: 3px;
  padding-top: 0;
  margin: 0 auto;
  margin-top: 0px;
  color: #9e885c;
  display: block;
  margin-top: -5px;
}
.mh4_2_cover {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
}
.mh4_2 {
  justify-content: center;
  align-items: center;
  font-family: garamond-premier-pro, serif !important;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;	
}
.mh4_2 span {
  font-family: garamond-premier-pro, serif !important;
  font-size: 30px;
  font-weight: 100;
}
.mh5 {
  margin: 0 auto auto !important;
  font-size: 15px !important;
  display: block;
  line-height: 1.5 !important;
  text-indent: 0 !important;
  padding-bottom: 0;
  width: auto;
  position: absolute;
  /*夏用color: #598487;*/
  /*冬用*/color: #5E534E;
  right: -54px;
  bottom: 80px;
  text-align: justify !important;
}
.mh5.left {
  float: none !important;
  padding-bottom: 0;
  left: -54px;
}
.cap_h5 {
  font-weight: lighter;
  display: block;
  font-size: 13px;
}
/* ▼item*/
/* ----------------------------------------------------- */
.ic_cover {
  background-color: #e2dac5;
  padding-top: 120px;
}

.item_cover {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1920px;
}
.item_image {
  width: 53.5%;
}
.item_data {
  width: 46.5%;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  position: relative;
}
.item_cover_all {
  padding-bottom: 230px;
}
.w_area {
  width: 128px;
  margin-left: -36px;
}
.person_2 {
  width: 192px;
  margin: 0 auto;
  position: relative;
}
.person_2 img {
  max-height: 100%;
}

.huki_area {
  max-width: 600px;
  margin: 0 auto;
  width: 80%;
}
.huki_middle {
  background-image: url("../img/huki_2.png");
  background-repeat: repeat-y;
  background-size: contain;
  padding: 20px 0px 15px 0;
}
.huki_middle p {
  width: 86%;
  margin: 0 auto;
  text-align: justify;
  padding-bottom: 10px;
  letter-spacing: 0;
  color: #4D4D4D;
}
.huki_bottom {
  padding-bottom: 7px;
}

.p_bt {
  width: 330px;
  margin-right: 36px;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: -2%;
  padding-bottom: 40px;
}
a.link {
  display: block;
  padding: 15px 15px;
  float: none !important;
  cursor: pointer;
  margin: 25px auto;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: bold !important;
  position: relative;
  background-color: #D8D0BF;	
  color: #fff;
  border: none!important;
  width: 100% !important;
}
.p_bt a span {
  font-size: 14px;
  color: #fff;
  font-weight: 400 !important;
}
.p_bt > a > span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}

.profile_txt a {
  display: inline-block;
  text-decoration: underline;
  color: #9e885c;
  font-weight: normal;
  padding-top: 10px;
}

.data_area {
  display: flex;
  justify-content: space-between;
  width: 487px;
  margin: 0 auto;
  padding-bottom: 32px;
}

.item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.item img {
  height: 100% !important;
  object-fit: cover;
}
.item_img {
  height: 81%;
}
.item_tbox {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  text-align: justify;
  align-items: center;
  height: 14%;
  color: #fff;
}
.item_tbox p {
  width: 80%;
  padding-left: 5%;
}




.d_theory {
  padding-bottom: 60px;
}
.d_theory_cover {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
  width: 80%;
  gap: 0 20px;
}
.th_img_box p {
  color: #9E885C;
  line-height: 1.4 !important;
  font-size: 14px !important;
  padding-top: 14px;
}
.profile_box {
  display: flex;
  justify-content: space-between;
  width: 440px;
  margin: 0 auto;
  align-items: center;
  padding-bottom: 30px;
}
.profile_txt {
  width: 65%;
  text-align: justify;
  display: flex;
  flex-direction: column;
}
.profile_txt p {
  font-size: 13px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  opacity: 0.7;
  line-height: 1.6 !important;
  text-align: justify !important;
}
.person_2 {
  width: 30%;
  margin: 0 auto;
  position: relative;
  height: 134px;
  display: flex;
  align-items: center;
}
/* ▼owl*/
/* ----------------------------------------------------- */
.owl-controls {
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 !important;
}
.owl-next {
  z-index: 99999;
  position: absolute;
  top: 47%;
  right: 1%;
  clear: both;
  display: block !important;
  background-image: url(../img/owl_arrow_r.png) !important;
  background-size: contain !important;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-color: transparent !important;
  font-size: 0 !important;
}
.owl-prev {
  z-index: 99999;
  position: absolute;
  top: 47%;
  left: 1%;
  clear: both;
  display: block !important;
  background-image: url(../img/owl_arrow_l.png) !important;
  background-size: contain !important;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-color: transparent !important;
  font-size: 0 !important;
}
.owl-dots {
  position: absolute;
  bottom: 1rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.5rem;
  background: #FFF;
  position: relative;
  opacity: 0.7;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
  opacity: 1;
}
.owl-item {
  height: 100%;
}
.owl-stage {
  height: 100%;
}
.owl-stage-outer {
  height: 100% !important;
  background-color: #C6B78D;
}
.owl-carousel {
  height: 100% !important;
}
/* ▼関連商品、雑貨*/
/* ----------------------------------------------------- */
.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;
}
.related {
  width: 1200px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 100px;
  border-top: 1px solid #999;
  padding-top: 30px;
}
.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;	
}
/* ▼mag*/
/* ----------------------------------------------------- */
.mag_cover {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 200px;
  /*padding-top: 150px;*/
}
.top-webmagazine .wm-inner {
  margin: 10px 16px 0 !important;
}
b {
  margin: 15px 3% 0 0 !important;
}
/* ▼幅毎の調整 
/* ----------------------------------------------------- */
@media only screen and (max-width: 1200px) and (orientation:portrait) {
  .main_v_cover {
    height: calc(100vh - 1000px) !important;
  }
}
@media only screen and (max-width: 1200px) and (orientation: landscape) {
  .main_v_cover {
    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, .goods {
    width: 90%;
  }
  .item_tbox p {
  padding-top: 70px;
  padding-bottom: 70px;
}	
}
@media screen and (max-width: 1440px) {}