﻿@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;
}
.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;
}*/
/* ▼各デザイン */
/* ----------------------------------------------------- */
.sp_only{
	display: none;
}
.all_cover p {
  font-size: 15px;
  line-height: 1.8;
}
.all_cover {
  width: 100%;
  background-color: #E3F2F2;
}
/* ▼main */
/* ----------------------------------------------------- */
.main_v {
  width: 70%;
  background-image: url("../img/main_pc.jpg");
  background-size: cover;
  background-position: left;
  position: relative;
  display: flex;
}
.main_v_img {
  width: 100%;
  background-image: url("../img/main_pc.jpg");
  background-size: cover;
}
.main_v_cover {
  width: 100%;
  height: calc(82vh) !important;
  background-image: url(../img/main-pc.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 auto;
}
.main_v_cover .wcover {
  width: 100%;
  margin: 0 auto !important;
  background-size: cover;
}
.wcover h2 {
  /*  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;*/
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 28px;
  right: 0;
  left: 0;
  font-size: 18px;
  letter-spacing: 2px;
}
.mv_txt {
  width: 104.5225px;
  position: absolute;
  top: 82px;
  right: -50px;
  margin: auto;
}
.logo {
  width: 335px;
}
.s_cover {
  position: absolute;
  width: 335px;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 350px;
  text-align: center;
}
.caption_txt p {
  line-height: 2.3 !important;
  letter-spacing: 0.5px !important;
  padding-bottom: 30px;
}
.caption {
  padding-top: 130px;
  padding-bottom: 100px;
  background-color: #fff;
}
.caption_cover_movie {
  width: 1200px;
  margin: 0 auto 1vw;
  padding-top: 140px;
}
.caption_cover_movie video {
  max-width: 100%;
}
.caption_banner {
  width: 615px;
  margin: 0 auto;
  padding-top: 140px;
}
.bn {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 130px;
}
.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;
  justify-content: center; 
  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: 48px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.cap_h2 {
    display: block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}
.mh2_cover {
  padding: 100px 0 70px 0;
  /* border-top: 1px solid #111; */
}
.c_cap p {
  line-height: 2;
  padding-bottom: 30px;
}
/* ----------------------------------------------------- */
/* ▼ic_cover feature*/
/* ----------------------------------------------------- */
.ic_cover {
  padding-bottom: 140px;
}
.feature {
  background-color: #94D1D3;
}
.f_item_cover {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  gap: 0px 3%;
  margin: 0 auto 80px;
  width: 100%;
}
.f_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 31%;
}
.title_cover {
  background-color: #4DB0B2;
  padding: 30px 0;
  border-radius: 18px 18px 0 0;
}
.mh3 {
  color: #fff;
  font-size: 21px;
  letter-spacing: 2px;
}
.mh3_marker {
    text-decoration: underline;
    text-decoration-color: #E58985;
    text-decoration-thickness: 11px;
    text-underline-offset: -9px;
}
.f_main_cover {
  position: relative;
}
.f_main {
  background-size: cover;
  width: 100%;
  height: 304px;
}
.img1 {
  background-image: url("../img/feature_1.jpg");
}
.img2 {
  background-image: url("../img/feature_2.jpg");
}
.img3 {
  background-image: url("../img/feature_3.jpg");
}
.icon_cover {
    display: flex;
    gap: 0 3%;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.icon_cover > img {
  width: 78px;
}
.text_cover {
  padding-bottom: 42px;
  background-color: #fff;
}
.mh4 {
    font-family: garamond-premier-pro, serif !important;
    /* font-weight: normal; */
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 2px;
    color: #53B6C9;
    display: flex;
    flex-direction: column;
    padding: 34px 0;
}
.text_small {
    font-size: 13px;
}
.dotted {
    border-bottom: 2px dotted;
    color: #53B6C9;
    width: 15%;
    margin: 0 auto;
}
.text_sub {
  padding: 30px 0 20px;
  color: #53B6C9;
}
.allow {
  content: "";
  /* vertical-align: middle; */
  color: #53B6C9;
  /* line-height: 1; */
  width: 16px;
  height: 16px;
  border: 1px solid #53B6C9;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin: 0 auto;
}
/* ▼f_point*/
/* ----------------------------------------------------- */
.f_point {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
  /* padding-top: 70px; */
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 30px;
  align-items: center;
}
.f_round {
  border-radius: 50%;
  width: 93px;
  height: 93px;
  background-color: #fff;
  align-items: center;
}
.f_round p {
  color: #72CAD6;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.3 !important;
  margin-top: 25px;
}
.f_round span {
  display: block;
  color: #53B6C9;
  font-weight: bold;
  font-size: 13px;
}
.point_sub {
  width: 85%;
  color: #fff;
  font-size: 13px;
  text-align: justify;
}
.point_sub > span {
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
}
/* ▼f_point*/
/* ----------------------------------------------------- */

/* ----------------------------------------------------- */
/* ▼ic_cover item*/
/* ----------------------------------------------------- */
.item .mh2 {
  color: #53B6C9;
}
.item > .mh2_cover {
  border: 1px solid #53B6C9;
  border-radius: 120px;
  width: 700px;
  margin: 120px auto 70px;
  padding: 70px 0 50px 0;
}
.item_copy p {
    color: #53B6C9;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
}
.item_copy{
	display: flex;
    justify-content: center;
    align-items: center;
	    padding-bottom: 28px;
}
.item_copy::before, .item_copy::after {
    content: "";
    background-color: #53B6C9;
    height: 1.5px;
    width: 90px;
}
.item_copy::before {
    margin-right: 5px;
    transform: rotate(60deg); 
}
.item_copy::after {
    margin-left: 5px;
    transform: rotate(-60deg); 
}

/* ----------------------------------------------------- */
/* ▼ic_cover item_main_cover*/
/* ----------------------------------------------------- */
.item_main_cover{
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
.mh3_2 {
    color: #fff;
    font-size: 32px !important;
    letter-spacing: 3px;
    font-weight: normal;
    text-align: center;
    line-height: 1.6;
    padding: 10px 0;
    margin: 50px auto;
    background-color: #5FC1CE;
    width: 1200px;
    border-radius: 14px;
    font-family: garamond-premier-pro, serif !important;
    font-style: italic;
}
.item_img_cover {
    position: relative;
     height: 900px;
}
/* ▼owl*/
/* ----------------------------------------------------- */
.icon_cover_2 {
    display: flex;
    gap: 0 3%;
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 2;
}
.icon_cover_2 > img {
  width: 133px;
}
.owl-controls {
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 !important;
	z-index: 1;
}
.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%;
}
.item_img img {
    height: 900px;
    object-fit: cover;
}
.item_img {
    height: 100%;
}
/* ▼owl*/
/* ----------------------------------------------------- */

/* ▼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 {
  font-family: garamond-premier-pro, serif !important;
  letter-spacing: 5px;
  font-weight: lighter;
  color: #111;
  font-size: 40px !important;
  line-height: 1.3;
}
.mh3_point span {
  font-weight: lighter;
  font-size: 15px;
  letter-spacing: 1px;
  display: block;
}
.point_cover_all {
    width: 1200px;
    margin: 0px auto 0px;
    padding-bottom: 66px;
    display: flex;
    gap: 2%;
    justify-content: left;
    flex-wrap: wrap;
}
.owl-carousel_point {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 0px 3%;
}
.point_box {
    width: 32%;
    padding-bottom: 60px;
}
.mh_point {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 26px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    color: #53B6C9;
}
.point_box p {
  text-align: justify;
  line-height: 1.4 !important;
}
.ic_cover.point {
  background-color: #111;
}
/* ▼point*/
/* ----------------------------------------------------- */


/* ----------------------------------------------------- */
/* ▼ic_cover season*/
/* ----------------------------------------------------- */
.sub_cover{
	width: 1200px;
	margin: 0 auto;
}
.s_item_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 30px 16px;
}
.s_item {
    width: 24%;
    text-align: justify;
    /* padding-bottom: 30px; */
}
.mh4_2 {
    font-size: 32px;
    font-family: garamond-premier-pro, serif !important;
    font-weight: 100;
    letter-spacing: 2px;
    text-decoration: underline;
    padding: 90px 0 38px;
    color: #53B6C9;
}

/* ----------------------------------------------------- */
/* ▼ic_cover fmag*/
/* ----------------------------------------------------- */
.fmag_item_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
}
.fmag_item {
    width: 32%;
    /* margin: 0 auto; */
    background-color: #fff;
}
.fmag_title_cover{
	background-color: #fff;
}
.fmag_title {
    border-bottom: 1px solid #53B6C9;
    width: 90%;
    margin: 0 auto;
}
.fmag_title p {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.6;
    padding: 20px 0;
    color: #53B6C9;
    letter-spacing: -0.02rem;
}
.fmag_text_cover {
    display: flex;
    justify-content: space-between;
    text-align: justify;
    width: 90%;
    margin: 0 auto;
    padding: 21px 0 16px;
    align-items: flex-end;
}
.fmag_comment {
    position: relative;
    width: 144px;
    height: 26px;
    padding: 6px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #53B6C9;
    border-radius: 4px;
}
.fmag_comment p {
    font-size: 16px;
    line-height: 1.7;
}
.fmag_comment::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 121px;
    top: 22px;
    border-right: 12px solid #53B6C9;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    transform: rotate( 120deg);
}
.fmag_text {
    width: 94%;
}
.fmag_p p {
    line-height: 1.5;
    color: #666666;
}
.fmag_p {
    padding-top: 20px;
		color: #111;
}
.fmag_person {
    width: 60%;
}
.fmag_name {
    /* text-decoration: underline; */
    padding-top: 9px;
    display: block;
    color: #74c9d9;
}
a.link_f {
    display: block;
    padding: 13px 0px;
    cursor: pointer;
    margin: 0 auto 28px;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: bold !important;
    background-color: none;
    color: #53B6C9;
    width: 100% !important;
    border: 1px solid #53B6C9;
    border-radius: 4px;
    justify-content: center;
    line-height: 1;
    position: relative;
}
.p_bt_detail {
    width: 90%;
    margin-right: 36px;
    border-radius: 4px;
    margin: 0 auto;
    /* padding-bottom: 0px; */
}
.p_bt_detail > a > span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0.8rem;
    width: 5px;
    height: 5px;
    border-top: 1px solid #53B6C9;
    border-right: 1px solid #53B6C9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    margin: auto;
}


/* ----------------------------------------------------- */
/* ▼ic_cover item*/
/* ----------------------------------------------------- */



/* ▼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;
}
.top-webmagazine h2 {
    background: #CCC9C2 !important;
    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;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 50px auto;
}
.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;
}
/* ▼幅毎の調整 
/* ----------------------------------------------------- */
@media only screen and (max-width: 1200px) and (orientation:portrait) {
  .main_v_cover {
    height: calc(42vh) !important;
  }
  .wcover h2 {
    bottom: 0.5rem;
  }
  .logo {
    width: 14rem;
  }
  .s_cover {
    height: 14rem;
  }
  .mh2_cover {
    padding: 3rem 0 4rem 0;
  }
.point_cover_all {
    width: 95%;
    margin: 0px auto 50px;
    padding-bottom: 66px;
    display: flex;
    gap: 3.5%;
    flex-wrap: wrap;
}
.f_item_cover {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    gap: 0px 2%;
    /* margin: 0 auto 80px; */
    width: 96%;
}
	.f_main {
    background-size: cover;
    width: 100%;
    height: 220px;
}
	.sub_cover {
    width: 90%;
    margin: 0 auto;
}
.mh3 {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
}	
	.icon_cover > img {
    width: 63px;
}
.f_point {
    display: flex;
    justify-content: space-around;
    width: 96%;
    margin: 0 auto;
    /* padding-top: 70px; */
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 30px 0;
    align-items: center;
}
.point_sub {
    width: 80%;
    color: #fff;
    font-size: 13px;
    text-align: justify;
}	
.mh3_2 {
    color: #fff;
    font-size: 32px !important;
    letter-spacing: 3px;
    font-weight: normal;
    text-align: center;
    line-height: 1.6;
    padding: 10px 0;
    margin: 50px auto;
    background-color: #5FC1CE;
    width: 95%;
    border-radius: 14px;
    font-family: garamond-premier-pro, serif !important;
    font-style: italic;
}	
	.point_box {
    width: 31%;
    padding-bottom: 60px;
}
br {
    /* display: none; */
}
.mag_cover {
    /* overflow: hidden; */
    width: 90%;
}
}
.mh3_point_cover {
  margin-bottom: 5rem;
  width: 15rem;
  height: 7rem;
}
.mh3_point {
  font-size: 2.5rem;
}
.fmag_item {
    width: 31%;
    /* margin: 0 auto; */
    background-color: #fff;
}
.bn_cover {
    display: flex;
    width: 1120px;
    margin: 0 auto;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin: 50px auto;
    gap: 2rem;
}
@media only screen and (max-width: 1200px) and (orientation: landscape) {
  .main_v_cover {
    height: calc(100vh - 300px) !important;
  }
.wcover h2 {
    /* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important; */
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0.5rem;
    right: 0;
    left: 0;
    font-size: 18px;
    letter-spacing: 2px;
}
	.mh3_2 {
    color: #fff;
    font-size: 32px !important;
    letter-spacing: 3px;
    font-weight: normal;
    text-align: center;
    line-height: 1.6;
    padding: 10px 0;
    margin: 50px auto;
    background-color: #5FC1CE;
    width: 95%;
    border-radius: 14px;
    font-family: garamond-premier-pro, serif !important;
    font-style: italic;
}
	.point_cover_all {
    width: 95%;
    margin: 0px auto 0px;
    padding-bottom: 66px;
    display: flex;
    gap: 2%;
    justify-content: left;
    flex-wrap: wrap;
}
	.mh_point {
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 26px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    color: #53B6C9;
}
	.fmag_text {
    width: 66%;
}
	.fmag_person {
    width: 34%;
}
	.f_item_cover {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    gap: 0px 3%;
    margin: 0 auto 80px;
    width: 95%;
}
.mag_cover {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 200px;
    /* padding-top: 150px; */
}	
.sub_cover {
    width: 95%;
    margin: 0 auto;
}	
}
@media screen and (max-width: 1200px) {
  .item_cover {
    flex-direction: column;
    margin: 0 auto;
  }
  .item_image {
    width: 100%;
  }
  .item_data {
    width: 100%;
  }
  .owl-carousel 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) {}