﻿@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;
}
.br_sp_only {
  display: none;
}
.fade:hover {
  opacity: 0.5;
  filter: alpha(opacity=60);
}
.cap_b {
  line-height: 2;
  padding-bottom: 130px;
}
a:hover {
  text-decoration: none;
}
.disabled {
  pointer-events: 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;
}*/
/* ▼各デザイン */
/* ----------------------------------------------------- */
#sunny {
  width: 100%;
  background-color: #e6f2f4;
}
#sunny p {
  font-size: 15px;
  line-height: 1.8;
}
.br_sp{
  display: none;
}
/* ▼main */
/* ----------------------------------------------------- */
/* ▼MV */
/* ----------------------------------------------------- */
.main_v {
  width: 100%;
  height: calc(87vh) !important;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.main_v video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 90%;
}
.logo {
  width: 366px;
  position: absolute;
  right: -0.9rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mv_sp_only {
  display: none;
}
.main_v h2 {
  color: #fff;
  position: absolute;
  bottom: 3%;
  right: 0;
  left: 0;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
}
.mv_sp_only {
  display: none;
}
/* ▼caption */
/* ----------------------------------------------------- */
.caption_txt p {
  line-height: 2.3 !important;
  letter-spacing: 0.5px !important;
  padding-bottom: 30px;
}
.caption {
  padding-top: 130px;
  padding-bottom: 130px;
}
/* ▼nav */
/* ----------------------------------------------------- */
.button-box {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 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: #7db3bc;
  font-weight: 500 !important;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #7db3bc;
  text-decoration: none;
}
.tate {
  border-right: 1px solid #7db3bc;
}
/* ▼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;
    transform: translateX(13px);
}
.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: 56px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #7db3bc;
  text-align: center;
  padding: 50px 0 50px 0;
}
.cap_h2 {
  display: block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 6px;
}
.mh2_cover {
  padding: 56px 0 100px 0;
  /* border-top: 1px solid #111; */
}
.c_cap p {
  line-height: 2;
  padding-bottom: 30px;
}
.mh2_cap {
  color: #4d4d4d;
}
.mh2_cap p {
  line-height: 2.2 !important;
}
/* ----------------------------------------------------- */
/* ▼about*/
/* ----------------------------------------------------- */
.about {
  background-color: #fff;
}
.about_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto 170px;
  border: 1px solid #87bec6;
  height: 690px;
  width: 90%;
}
.about_img {
  width: 60%;
  height: 100%;
  background-image: url(../img/about_main.jpg);
  background-size: cover;
  background-position: center;
}
.about_text_cover {
  margin: 0 auto;
  width: 40%;
}
.about_text {
  width: 70%;
  text-align: justify;
  padding-left: 13%;
  color: #68b4bc;
}
.about p {
  line-height: 2.3 !important;
  letter-spacing: 0.5px !important;
  padding-bottom: 30px;
  text-align: justify;
}
/* ----------------------------------------------------- */
/* ▼point*/
/* ----------------------------------------------------- */
.mh3_point_cover {
  color: #FFE6B3;
  border: 1px solid #111;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0px auto 75px !important;
  width: 400px !important;
  height: 130px !important;
}
.mh3_point {
  color: #fff;
  font-size: 38px !important;
  letter-spacing: 3px;
  font-weight: normal;
  text-align: center;
  /* line-height: 1.6; */
  padding: 8px 0;
  margin: 50px auto;
  background-color: #87bec6;
  width: 1200px;
  /* border-radius: 14px; */
  font-family: garamond-premier-pro, serif !important;
  font-style: italic;
}
.mh3_point span {
  font-weight: lighter;
  font-size: 15px;
  letter-spacing: 1px;
  display: block;
}
.point_cover_all {
  width: 1200px;
  margin: 0 auto;
}
.owl-carousel_point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 3%;
}
.point_box {
  width: 31%;
  padding-bottom: 70px;
}
.mh_point {
  font-size: 18px;
  line-height: 1.5;
  padding-top: 26px;
  padding-bottom: 20px;
  letter-spacing: 0.5px;
  color: #87bec6;
}
.point_box p {
  text-align: justify;
  line-height: 1.4 !important;
}
/* ----------------------------------------------------- */
/* ▼banner*/
/* ----------------------------------------------------- */
.about_banner_cover {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 200px;
}
.about_banner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: auto;
}
.about_banner_cover a {
  text-decoration: none;
}
.about_banner_img {
  width: 50%;
  position: relative;
  background-image: url("../img/banner_agra_2.jpg");
  background-position: center;
  background-size: cover;
}
.about_banner_txt_cover {
  width: 50%;
  background-color: #f7f5d2;
  display: flex;
  justify-content: center;
  /* flex-direction: column; */
  align-items: center;
  text-align: center;
  /* margin: 0 auto; */
}
.about_banner_txt_cover p {
  color: #7db3bc;
}
.about_banner_txt_img {
  width: 424px;
}
.about_banner_p {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}
.about_banner_p p {
  font-family: garamond-premier-pro, serif !important;
  font-size: 58px !important;
  line-height: 1 !important;
  font-weight: lighter !important;
  letter-spacing: 6px !important;
  padding-bottom: 0;
}
.about_banner_p span {
  font-family: garamond-premier-pro, serif !important;	
  font-size: 30px !important;
  letter-spacing: 3px !important;
  padding-top: 1px;
  font-style: italic;
	  color: #7db3bc;
}
.about_bannerr_bn {
  display: block;
  width: 90%;
  /* border-top: 1px solid #fff; */
  /* padding-top: 29px; */
  padding-bottom: 55px;
}
.about_banner_bn p {
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 266px;
  /* height: 35px; */
  font-size: 16px !important;
  line-height: 1 !important;
  padding: 10px;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.about_banner_bn p:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #7db3bc;
  border-right: 1.5px solid #7db3bc;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  /* border-radius: 1px; */
  /* transition: 0.3s ease-in-out; */
}
/* ▼ic_cover*/
/* ----------------------------------------------------- */
.mh4_cover_sponly {
  display: none;
}
.ic_cover {}
/* ▼見出し*/
/* ----------------------------------------------------- */
.mh3_image {
  width: 176px;
  margin: 0 auto;
}
.cap_h3 {
  display: block;
  border-top: 1px solid #7db3bc;
  font-size: 18px;
  font-weight: normal;
  padding-top: 34px;
}
.mh3 {
  font-family: garamond-premier-pro, serif !important;
  font-size: 44px;
  color: #7db3bc;
  font-weight: normal;
  letter-spacing: 2px;
  padding-bottom: 18px;
}
.mh3_tag_cover {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 8px;
  padding-bottom: 80px;
}
.mh3_tag {
  background-color: #fcf8e0;
  border-radius: 40px;
  width: 124px;
  height: 35px;
  padding: 4px 0;
}
.mh3_tag p {
  font-size: 21px !important;
  font-weight: bold;
  line-height: 1.65 !important;
  color: #7db3bc;
  letter-spacing: 2px;
}
.mh3_tag span {
  font-size: 16px !important;
}
/* ▼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: #abd1d3;
}
.owl-carousel {
  height: 100% !important;
}
/* ▼owl*/
/* ----------------------------------------------------- */
.my_favorite .w_area {
  width: 240px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 30px;
}
.my_favorite .name {
  padding-top: 40px;
  font-size: 20px;
  color: #724E36;
}
.p_bt_magazine a.link {
  display: block;
  padding: 15px 15px;
  float: none !important;
  cursor: pointer;
  margin: 10px auto 0px;
  text-align: center !important;
  font-size: 13px !important;
  font-weight: bold !important;
  position: relative;
  background-color: transparent !important;
  color: #99887F;
  width: 330px !important;
  border: 1px solid #99887F !important;
  border-radius: 4px;
}
.p_bt_magazine a.link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #99887F;
  border-right: 1px solid #99887F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}
.p_bt_magazine {
  width: 330px;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 50px;
}
.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;
}
.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 {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5% auto 8%;
  /* margin-bottom: 17%; */
}
.mh4 {
  position: relative;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #7db3bc;
  padding-top: 40px;
}
.mh4::before {
  border-left: solid 1px #7db3bc;
  border-top: solid 1px #7db3bc;
  top: 20%;
  left: -6%;
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
}
.mh4::after {
  border-right: solid 1px #7db3bc;
  border-bottom: solid 1px #7db3bc;
  bottom: -10%;
  /* right: 15%; */
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
}
.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;
}
/* ▼favorite*/
/* ----------------------------------------------------- */
.mfp-iframe-scaler {
  padding-top: 100% !important;
}
.mh4_favorite {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #474747;
  padding-top: 40px;
}
.my_favorite .w_area {
  width: 240px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 30px;
}
.my_favorite .name {
  padding-top: 40px;
  font-size: 20px;
  color: #724E36;
}
.p_bt_magazine a.link {
  display: block;
  padding: 15px 15px;
  float: none !important;
  cursor: pointer;
  margin: 10px auto 0px;
  text-align: center !important;
  font-size: 13px !important;
  font-weight: bold !important;
  position: relative;
  background-color: transparent !important;
  color: #99887F;
  width: 330px !important;
  border: 1px solid #99887F !important;
  border-radius: 4px;
}
.p_bt_magazine a.link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #99887F;
  border-right: 1px solid #99887F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}
.p_bt_magazine {
  width: 330px;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 50px;
}
.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;
}
.huki_area {
  max-width: 600px;
  margin: 0 auto;
  width: 80%;
}
.huki_middle {
  background-image: url("../img/hukiao_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: #7db3bc;
}
.huki_bottom {
    padding-bottom: 24px;
}
.profile_box {
  width: 50%;
  text-align: justify;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.profile_box a {
  color: #7db3bc;
  text-decoration: underline;
}
.profile_box p {
  font-size: 13px !important;
  width: 100%;
  margin: 0 auto;
  padding: 26px 0 10px;
  opacity: 0.7;
  line-height: 1.6 !important;
  text-align: justify !important;
}
.person_2 {
  width: 224px;
  margin: 0 auto;
  position: relative;
  /* height: 134px; */
  display: flex;
  align-items: center;
}
.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;
}
/*--------shortmovie--------*/
.shortmovie_cover {
  width: 55%;
  margin: 70px auto;
  position: relative;
}
.coming_soon::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(168, 188, 193, 0.6);
}
.coming_soon::after {
  content: 'Coming soon';
  position: absolute;
  top: 41%;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: garamond-premier-pro, serif !important;
  font-style: italic;
  font-size: 30px;
  letter-spacing: 4px;
}
.shortmovie_txt {
  width: 100%;
}
.shortmovie_cover a {
  background-color: #fcfae3 !important;
  position: relative;
}
.shortmovie_cover p {
  color: #87bec6;
  font-weight: lighter;
  padding-top: 10px;
}
.shortmovie_cover h4 {
  color: #87bec6;
  font-family: garamond-premier-pro, serif !important;
  font-size: 32px !important;
  font-weight: lighter;
  letter-spacing: 0.2rem;
  padding-bottom: 10px;
  text-decoration: underline;
  letter-spacing: 2.5px;
}
.play a:before {
  position: absolute;
  content: "";
  display: block;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  /* border: 6px solid #E6C612; */
  width: 60px;
  height: 60px;
  background-color: #fff;
  opacity: 0.8;
}
.play a:after {
  position: absolute;
  content: "";
  display: block;
  top: 34%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #acb4b7;
  border-width: 12px 0 12px 20px;
  opacity: 0.8;
}
/* ▼item*/
/* ----------------------------------------------------- */
.item_cover {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
}
.item_image {
  width: 55%;
}
.item_data {
  width: 45%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}
.item_cover_all {
  padding-bottom: 170px;
}
.recommend_pct_cover {
  position: absolute;
  right: 0;
  top: 0;
  width: 146px;
}
.w_area {
  width: 203px;
  margin: 0 auto;
  padding-top: 10px;
}
.popup-iframe {
  clear: both;
  display: block;
}
.p_bt {
  width: 330px;
  border-radius: 4px;
  margin: 0 auto;
  padding-bottom: 0px;
}
a.link {
  display: block;
  padding: 15px 15px;
  float: none !important;
  cursor: pointer;
  margin: 0;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: bold !important;
  position: relative;
  background-color: #99887F;
  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: #B7A142;
  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;
}
/* ▼関連商品、雑貨*/
/* ----------------------------------------------------- */
.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: 80px;
  /* border-top: 1px solid #999; */
  padding-top: 0;
}
.related_all, .goods_all {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 2%;
}
.rela_box, .goods_box {
    width: 18%;
    padding-bottom: 30px;
}
.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;
}
/* ▼test movie */
/* ----------------------------------------------------- */
.tm_cover {
    background-color: #fcfae3;
    padding-bottom: 20px;
}
.tm {
  padding-bottom: 0;
}
.tm_item {
  max-width: 1200px;
  background-color: #fff;
  padding-bottom: 70px;
  /* width: 100%; */
  margin: 170px auto;
  position: relative;
}
.tm_icon {}
.tm_icon img {
  width: 110px;
  margin-top: -54px;
}
.tm_item p {
    width: 90%;
    text-align: justify;
    margin: 30px auto 0;
}
.mh3_tm {
  font-family: garamond-premier-pro, serif !important;
  font-size: 46px;
  color: #7db3bc;
  font-weight: normal;
  letter-spacing: 2px;
  padding-top: 15px;
}
.tm_v_cover {
  width: 90%;
  display: flex;
  gap: 20px;
  /* justify-content: center; */
  /* padding-top: 70px; */
  margin: 0 auto;
}
.tm_v {
  width: 50%;
  margin: 0 auto;
}
.tm_v video {
  width: 100%;
}
.mh4_tm {
  font-size: 26px;
  letter-spacing: 1.5px;
  line-height: 1.6;
  color: #7db3bc;
  padding: 30px 0 60px;
}
.mh4_tm span {
  text-decoration: underline;
  text-decoration-color: #fffbca;
  text-decoration-thickness: 10px;
  text-underline-offset: -10px;
}
.tm_title {
  background-color: #8dc5ce;
  border-radius: 10px;
  /* padding: 10px 0; */
  width: 90%;
  margin: 0 auto;
}
.tm_title p {
  color: #f9f4b2;
  font-size: 36px !important;
  font-weight: bold;
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.6 !important;
  position: relative;
  /* margin: 110px auto; */
}
.tm_title span {
  font-size: 25px;
}
.icons1 p::before {
  content: "";
  background-image: url("../img/tm_icon1.svg");
  /* display: inline-block; */
  /* background-size: cover; */
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 16%;
  left: 42%;
}
.icons2 p::before {
  content: "";
  background-image: url("../img/tm_icon2.svg");
  /* display: inline-block; */
  /* background-size: cover; */
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 22%;
  left: 41.7%;
}
.icons3 p::before {
  content: "";
  background-image: url("../img/tm_icon3.svg");
  /* display: inline-block; */
  /* background-size: cover; */
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 18%;
  left: 41%;
}
.tm_title_s {
  background-color: #fcfae3;
  color: #7db3bc;
  font-weight: bold;
  font-size: 18px !important;
  text-align: center !important;
  margin: 0px auto 18px !important;
  width: 100% !important;
}
.tm_title_ss {
  font-size: 13px !important;
  width: 90% !important;
  text-align: right !important;
  margin: 5px auto !important;
  opacity: 0.6;
}
.tate {
  border-right: 1px solid #7db3bc;
}
.tm_v2 {
  width: 100%;
}
.tm_v2 video {
  width: 100%;
}
.tm_item_s {
  padding-bottom: 80px;
}
/* ▼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) {
  .owl-carousel {
    height: 90rem !important;
  }
  .main_v {
    height: calc(42vh) !important;
  }
  .wcover h2 {
    bottom: 0.7rem;
  }
  .main_v h2 {
    font-size: 13px;
  }
  .logo {
    width: 14rem;
  }
  .s_cover {
    height: 14rem;
  }
.mh2_cover {
    padding: 3rem 0 2rem 0;
}
	.mh2 {
    font-size: 3rem;
}
	br{
		display: none;
	}	
  .point_cover_all {
    width: 90%;
    margin: 0 auto;
  }
  .about_box_cover {
    max-width: 95%;
    margin: 0 auto 6rem;
  }
.about_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 1920px; */
    margin: 0 auto;
    flex-direction: column;
    width: 90%;
    border: 1px solid #7db3bc;
    height: auto;
}
.about_img {
    width: 100%;
    padding-bottom: 2rem;
    background-image: url(../img/about_main.jpg);
    background-size: cover;
    background-position: center;
    height: 32rem;
}
  .about_banner_cover {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 220px;
  }
.about_text_cover {
    width: 90%;
}
  /*  .about p {
    padding-bottom: 0px;
    line-height: 1.6rem !important;
    padding-bottom: 1rem;
    font-size: 0.7rem !important;
  }*/
  .about_banner_txt_1 p {
    font-family: garamond-premier-pro, serif !important;
    font-size: 2.3rem !important;
    line-height: 1 !important;
    font-weight: lighter !important;
    letter-spacing: 0.5rem !important;
    padding-bottom: 0;
  }
  p.text_1_mini {
    font-size: 1.5rem !important;
    letter-spacing: 0.2rem !important;
    padding-top: 0.5rem;
  }
  .about_banner_txt_2 p {
    font-size: 0.9rem !important;
    line-height: 1 !important;
    text-align: center;
    position: relative;
  }
.about_text {
    width: 100%;
    padding-left: 0;
    padding-top: 2rem;
}
  .mag_cover {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 200px;
    /* padding-top: 150px; */
  }
  .sub_cover {
    width: 95%;
    margin: 0 auto;
  }
  .mh3_point_cover {
    margin-bottom: 5rem;
    width: 15rem;
    height: 7rem;
  }
.mh3_point {
    font-size: 2rem!important;
    width: 90%;
    margin: 3rem auto 2rem;
}
	.point_box {
    width: 31%;
    padding-bottom: 30px;
}
	.about_banner_p span {
    font-size: 1.5rem!important;
}
	.about_banner_p p {
    font-size: 3rem!important;
}
.about_banner_txt_cover {
    padding: 2rem;
    width: 43%;
}
	.about_banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mh4 {
    font-size: 1.3rem;
}
.tm_item {
    width: 90%;
    margin: 5rem auto;
}
	.br_sp{
		display: block;
	}
.tm_icon img {
    width: 5rem;
    margin-top: -2.8rem;
}
	.mh4_tm {
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    line-height: 1.6;
    color: #7db3bc;
    padding: 30px 0 50px;
    width: 59%;
    margin: 0 auto;
}
	.tm_title p {
    color: #f9f4b2;
    font-size: 1.8rem!important;
    font-weight: bold;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.6 !important;
    position: relative;
    /* margin: 110px auto; */
}
	.tm_title span {
    font-size: 1.2rem;
}
.icons1 p::before {
    content: "";
    background-image: url("../img/tm_icon1.svg");
    /* display: inline-block; */
    /* background-size: cover; */
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 16%;
    left: 39%;
}	
.icons2 p::before {
    content: "";
    background-image: url("../img/tm_icon2.svg");
    /* display: inline-block; */
    /* background-size: cover; */
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 21%;
    left: 40%;
}
.icons3 p::before {
    content: "";
    background-image: url("../img/tm_icon3.svg");
    /* display: inline-block; */
    /* background-size: cover; */
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 24%;
    left: 39%;
}
.tm_item_ss {
    width: 90%;
    text-align: justify;
    margin: 1.5rem auto 0;
}	
.tm_item p {
    margin: 1.5rem auto 0;
}
.tm_item_s {
    padding-bottom: 0;
    margin-top: 5rem;
}
.tm_cover {
    padding-bottom: 4rem;
}	
.tf_b {
    /* padding-bottom: 40px; */
    text-align: center;
    width: 48%;
}
.bn_cover {
    display: flex;
    width: 95%!important;
    justify-content: space-around;
    margin: 50px auto;
    gap: 1rem;
}
}
  @media only screen and (max-width: 1200px) and (orientation: landscape) {
    .main_v_cover {
      height: calc(100vh - 300px) !important;
    }
	  br{
		  display: none;
	  }
	  .about_box {
    height: 546px;
}
	  .mh3_point {

    width: 90%;

}
	  .caption_txt {
    width: 80%;
    margin: 0 auto;
}
	  .point_cover_all {
    width: 90%;
    margin: 0 auto;
}
	  .about_banner_cover {
    width: 90%;
}
.item_tbox p {
    padding: 7% 0 7% 5%;
}	  
	 .play a:before {
    position: absolute;
    content: "";
    display: block;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    /* border: 6px solid #E6C612; */
    width: 5rem;
    height: 5rem;
    background-color: #fff;
    opacity: 0.8;
} 
	 .play a:after {
    position: absolute;
    content: "";
    display: block;
    top: 42%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-color: transparent transparent transparent #acb4b7;
    border-width: 12px 0 12px 20px;
    opacity: 0.8;
} 
.mh4_tm {
    width: 60%;
    margin: 0 auto;
}	  
.tm_cover {
    padding-bottom: 3rem;
}	  
.mag_cover {
    width: 90%;
}	  
.bn_cover {
    display: flex;
    width: 100%!important;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 50px auto;
    gap: 2rem;
}	  
  }
  @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-t