﻿@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;
}

.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;
}
  body.drawer2,
  body.drawer2.wrap,
  .drawer--right,
  .drawer--left,
  .drawer-open,
  .wrap,
  #container {
    transform: none !important;
  }


/* ▼gグローバルナビ問題
/* ----------------------------------------------------- 

.header #ui-tab {
    display:block!important;
} */
#global-info {
  display: none !important;
}
.history-right {
  display: none !important;
}
.mfp-hint .mfp-iframe-scaler {
    width: 100%;
    height: 74vh;
    overflow: hidden;
    padding-top: 0;
}

/* ▼パンくず */
/* ----------------------------------------------------- */
#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;
}*/
/* ▼各デザイン */
/* ----------------------------------------------------- */
button.drawer-toggle.drawer-hamburger {
    display: none;
}
.main_cover {
    display: grid;
    grid-template-columns: 1fr 700px 1fr;
    /* align-items: start; */
    background-color: var(--color-sub4);
}
.br_sp{
  display: none;
}
:root {
  --text-base: #000000;
  --text-sub1: #606060;
  --text-sub2: #fff;  
  --color-base: #6795BF;
    --color-sub1: #c0e1fb;
  --color-sub2: #F6F6F7;  
  --color-sub3: #fff;    
  --color-sub4: #F0F1F2;  
  --color-sub5: #588CB8;    
  --font-ja: "Noto Sans JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  --font-en: garamond-premier-pro, serif;
}
/* ▼right & left start */
/* ----------------------------------------------------- */
#nav {
    height: 100vh;
    width: calc((100vw - 700px)/2);
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    position: sticky;
    left: 0;
    align-items: center;
    /* background-color: var(--color-sub4); */
    align-self: start;
    top: 0;
}
#nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 472px;
    flex-wrap: wrap;
    gap: 4%;
}
#nav li {
    width: 48%;
    padding-bottom: 60px;
}
#nav a {
    font-family: var(--font-ja);
    color: var(--text-base);
    font-size: 17px;
}
.hint_icon {
    position: relative;
    padding-bottom: 8px;
    width: 120px;
    margin: 0 auto;
}

.hint_icon span {
    font-family: var(--font-en);
    color: var(--color-sub3);
    font-size: 13px;
    position: absolute;
    top: 13px;
    right: 0;
    left: 0;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: normal;
}
.yoko {
    border-bottom: 0.5px solid #444;
    margin-top: 30px;
    width: 100%;
    display: inline-block;
}
.number {
    font-size: 33px!important;
    top: 34px!important;
    font-style: normal!important;
}
.hint_title .hint_icon {
    width: 148px;
    padding-bottom: 20px;
}
.hint_title .hint_icon span {
    font-size: 19px;
    letter-spacing: 2px;
    top: 14px;
}
.hint_number {
    font-size: 50px!important;
    top: 35px!important;
}
.main_v,#nav{
  display: flex;
}
.main_v {
    height: 87vh;
    width: calc((100vw - 700px)/2);
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    position: sticky;
    left: 0;
    top: 0;
    align-self: start;
    /* background-color: var(--color-sub4); */
}
.main_v h1 {
    width: 383px;

}

/* ▼main start */
/* ----------------------------------------------------- */
.mv_cover{
  position: relative;
}
.main_v_sp,.p_sp{
  display: none;
}
.mv_txt p {
    font-size: 23px;
    position: absolute;
    top: 6%;
    font-family: var(--font-ja);
    right: 0;
    left: 0;
    line-height: 2!important;
    letter-spacing: 4px;
    font-feature-settings: "palt";
}
.mv_movie video {
    width: 100%;
    height: 933px;
    object-fit: cover;
    /* object-position: center 90%; */
}

.main {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}
.main .hint1_icon{
  width: 120px;
  margin: 0 auto;
}

.caption p {
    line-height: 2.3 !important;
    letter-spacing: 0.5px !important;
    padding-bottom: 30px;
    font-size: 15px;
}
.caption {
    padding: 160px 0 0px;
}
.contents_cover h2 {
    font-family: var(--font-ja);
    font-weight: normal;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    font-size: 28px;
    padding-bottom: 20px;
    padding-top: 130px;
}
.contents_cover h3 {
    font-family: var(--font-en);
    font-weight: normal;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    font-size: 48px;
    font-style: italic;
    border-top: 0.5px solid #CCCCCC;
    display: inline-block;
    width: 100%;
    padding-top: 35px;
}
.contents_cover h4 {
    font-family: var(--font-en);
    font-weight: normal;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    font-size: 35px;
  padding-top: 50px;
}
.point_title {
  position: relative;
  display: inline-block;
  padding: 0 28px;
}
.point_title::before, .point_title::after {
    content: "";
    position: absolute;
    top: 75%;
    width: 12.5px;
    height: 0.5px;
    background-color: #000;
    transform: translateY(-50%);
}
.point_title::before {
    left: 5px;
}

.point_title::after {
    right: 6px;
}
.title_txt{
  font-size: 16px;
  color: var(--text-sub1);
  letter-spacing: 1px;
}
.titlecover {
    padding: 30px 0 27px 0px;
}
.hint_movie {
    position: relative;
    display: block;
}
.hukidashi_m {
    position: absolute;
    top: 12%;
    right: 0;
    left: 0;
    z-index: 1;
}
.play {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    /* border: 6px solid #E6C612; */
    width: 186px;
    height: 186px;
    background-color: #fff;
    opacity: 0.8;
        z-index: 2;
}
.play:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 53%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-color: transparent transparent transparent #acb4b7;
    border-width: 40px 0 40px 60px;
    opacity: 0.8;
}
.popup-iframe {
  clear: both;
  display: block;
}



.point_list {
    background: border-box;
    display: flex;
    flex-direction: column;
}
.point_item {
    display: flex;
    justify-content: space-between;
}
.point_item img{
  width: 70%;
}
.point_card{
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.point_card img {
    width: 25px;
    padding-bottom: 14px;
}
.point_card p{
  font-size: 18px;
}
.point_cover {
    padding-bottom: 30px;
}
.point_txt p{
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 20px;
    line-height: 2 !important;
    letter-spacing: 0.5px !important;
}
.point_txt {
    padding-bottom: 70px;
}
.rr_cover{
  background-color: var(--color-sub2);
}

.thin{
  margin-top: 0px!important;
  border-bottom:1px solid  #CCCCCC!important;
}
.related_s, .related_r {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
}
.related_s img, .related_r img{
    padding-bottom: 0.4rem;
}
.related_s{
  padding-top: 50px;
}
.related_r {
    padding-top: 30px;
    padding-bottom: 50px;
}
.mh5_2 {
    font-size: 26px;
    width: 100%;
    height: auto;
    line-height: 1 !important;
    text-align: justify;
    font-family: var(--font-en);
    color: var(--text-base);
    display: inline;
    font-weight: 100;
    letter-spacing: 2px;
    font-feature-settings: "palt";
    position: relative;
}
.mh5_2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 63%;
    height: 3.6px;
    background: var(--color-sub1);
    mix-blend-mode: multiply;
    z-index: 2;
}
.related_all, .goods_all {
    display: flex;
    justify-content: left;
    overflow-x: scroll;
    flex-flow: inherit;
    flex-wrap: inherit;
    padding-top: 14px;
}
.rela_box, .goods_box {
    padding-right: 4%;
    min-width: 8rem;
    text-align: center;
    width: 8rem;
}
.rela_box a p, .goods_box a p {
    color: #111;
    opacity: 0.6;
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
    text-align: justify;
}
/* ▼main end */
/* ----------------------------------------------------- */

/* ▼qa*/
/* ----------------------------------------------------- */
.ic_cover.qa {
    padding-bottom: 170px;
}
.qa .cap {
  padding-top: 40px;
}
.mh2 {
    font-family: var(--font-en);
    font-weight: normal;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    font-size: 48px;
    padding-top: 50px;
    padding-bottom: 10px;
}
.box_qa {
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    padding-top: 50px;
}
.box_qa input {
  display: none;
}
.box_qa .title {
    display: block;
    pointer-events: all;
    /* padding: 20px 0; */
    position: relative;
    cursor: pointer;
    color: var(--color-sub5);
    font-size: 22px;
    font-family: var(--font-ja);
    letter-spacing: 1px;
    margin: 20px auto;
}
.p_mh {
    font-family: var(--font-en);
    font-size: 30px;
    /* padding-right: 14px; */
    display: inline-block;
    width: 5%;
    /* vertical-align: top; */
    position: absolute;
    top: -6px;
}
p.p_mh.question {
    /* position: static; */
    /* padding-right: 14px; */
}
.answer {
    font-size: 22px;
    font-family: var(--font-ja);
    padding-bottom: 12px;
    display: block;
    width: 93%;
    text-align: justify;
    margin-left: auto;
}
input:checked + .title + .toggle {
    height: auto;
    padding-bottom: 40px;
    text-decoration: none;
}
.box_qa .toggle {
    height: 0;
    padding: 0px;
    transition: .2s;
    pointer-events: none;
    background-color: transparent !important;
    color: #111;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
label{
  width: 90%;
  margin: 0 auto;
}
.detail {
    font-size: 15px;
    text-align: justify;
    width: 90%;
    margin: 0 auto;
    line-height: 1.8;
}
.box_qa .toggle a {
  pointer-events: auto;
}
.box_qa .title::before {
    content: "";
    width: 34px;
    height: 34px;
    top: calc(5%);
    right: 1%;
    /* background-size: 20px 20px; */
    border-radius: 50%;
    background-color: var(--color-sub5);
    position: absolute;
}
.box_qa .title::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-sub2);
    border-right: 2px solid var(--color-sub2);
    top: calc(35%);
    right: 2.85%;
    /* background-color: #84c5c6; */
    background-size: 20px 20px;
    transform: rotate(135deg);
    position: absolute;
}
input:checked + .title::after {
    transform: rotate(-45deg) !important;
    top: calc(45%);
}
.magazine_cover {
  display: flex;
  justify-content: left;
  overflow-x: scroll;
  flex-flow: inherit;
  flex-wrap: inherit;
  padding-top: 12px;
  width: calc(100% + 5%);
  margin-right: -5%;
  padding-right: 5%;
}

.magazine_cover a {
    padding-right: 12px;
    min-width: 420px;
    text-align: center;
    /* width: 8rem; */
    max-width: 420px;
}
.r_magazine p {
    font-size: 16px;
    position: relative;
    width: 30%;
    padding-left: 19px;
}
.r_magazine p::before, .r_magazine p::after {
    position: absolute;
    top: 1px;
    width: 5px;
    height: 20px;
    content: '';
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.r_magazine p::before {
    border-left: solid 1px;
    left: 0;
}

.r_magazine p::after {
    border-right: solid 1px;
    right: 79.5px;
}
.r_magazine {
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
}
.answer_cover {
    width: 90%;
    margin: 0 auto;
}
.qa_yoko {
    width: 90%;
    margin: 0 auto!important;
    display: flex;
}
p.question_txt {
    font-size: 22px;
    font-family: var(--font-ja);
    color: var(--color-sub5);
    display: block;
    width: 93%;
    margin-left: auto;
}



/* ▼動画*/
/* ----------------------------------------------------- */
.under_cover {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 20;
    background-color: #fff;
}
.movie_item_cover {
    display: flex;
    justify-content: left;
    width: 1200px;
    flex-wrap: wrap;
    padding-top: 12px;
    gap: 16px;
}
.movie_item_cover .popup-iframe{
  background-color: #fff!important;
}
.movie_box a {
    width: 288px;
    text-align: center;
    /* width: 8rem; */
}
.mfp-hint  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 41vh;
}
/* ▼mag*/
/* ----------------------------------------------------- */
.movie_box{
  position: relative;
}
.movie_box:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    /* border: 6px solid #E6C612; */
    width: 46px;
    height: 46px;
    background-color: #fff;
    opacity: 0.8;
    z-index: 2;
}
.movie_box:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50.5%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-color: transparent transparent transparent #acb4b7;
    border-width: 10px 0 10px 14px;
    opacity: 0.8;
    z-index: 2;
}
.mag_cover {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 200px;
    padding-top: 100px;
}
.top-webmagazine {
    margin: 45px auto 20px;
    max-width: 1200px;
}
.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 screen and (max-width: 1200px) {
  .main {
width: 100%;
}
.main_v, #nav {
    display: none;
}
.main_cover {
    grid-template-columns: 1fr;
}
.main_v_sp {
    display: block;
    width: 24rem;
    position: absolute;
    top: 31%;
    right: 17.5%;
    z-index: 3;
}
.p_sp {
    display: block;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1rem;
    width: 100%;
    font-weight: bold;
    z-index: 2;
}
.mv_txt {
    display: none;
}
.mv_movie::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to top, rgb(210 209 209 / 82%) 0%, rgb(217 217 217 / 17%) 28%, rgba(60, 45, 35, 0) 58%);
    mix-blend-mode: multiply;
}
.hukidashi_m {
    position: absolute;
    top: 14%;
    left: 50%;
    z-index: 1;
    width: 90%;
    transform: translateX(-50%);
}
button.drawer-toggle.drawer-hamburger {
    display: block;
}

/* --------nav--------------------------------------------- */
nav.drawer-nav {
    background-color: var(--color-sub4);
}
#nav_b button.drawer-toggle.drawer-hamburger {
  z-index: 3 !important;
}
button.drawer-toggle.drawer-hamburger {
  z-index: 3 !important;
}
#nav_a .drawer-hamburger-icon, #nav_a .drawer-hamburger-icon:after, #nav_a .drawer-hamburger-icon:before {
  background-color: #fff;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}
.naka_title #nav_a button.drawer-toggle.drawer-hamburger {
  top: 2rem !important;
  left: 0.6rem;
}
p.nav_logosub {
    text-align: center;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.85rem;
    /* font-weight: bold; */
    /* color: #fff; */
    letter-spacing: 1px;
    font-feature-settings: "palt";
}
.drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem !important;
}
.drawer-nav {
    z-index: 9999 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    opacity: 0.96;
    width: 16.25rem!important;
}

.drawer-menu li a {
    color: #111;
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 1px;
    font-family: garamond-premier-pro, serif !important;
    color: #111;
    text-decoration: none;
    display: block;
    /* border-top: 1px solid rgba(183, 183, 183, 0.7); */
    text-align: left;
    padding: 1.3rem 0 1rem;
    /* padding-bottom: 1rem; */
    position: relative;
    line-height: 1.6;
}
.drawer-nav .hint_icon {
    position: relative;
    padding-bottom: 0;
    width: 3rem;
    margin: 0 auto;
    text-align: center;
    position: absolute;
}
.drawer-nav .hint_icon span {
    font-family: var(--font-en);
    color: var(--color-sub3);
    font-size: 0.6rem;
    position: absolute;
    top: 0.3rem;
    right: 0;
    left: 0;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: normal;
}
.nav_block {
    display: flex!important;
    text-align: justify!important;
    font-size: 0.8rem!important;
}
.nav_block img{
  transform: scale(-1, 1);ck 
}
.drawer-nav ul {
    width: 80%;
}
.drawer-nav .number {
    font-size: 1rem!important;
    top: 0.8rem!important;
    font-style: normal!important;
}
.drawer_p {
    text-align: justify;
    padding-left: 0;
    font-feature-settings: "palt";
    padding-left: 3.5rem;
    letter-spacing: 0px;
}
.drawer-nav .yoko {
    margin: 0;
}
nav.title {
    width: 10rem;
    position: absolute;
    left: 5%;
    top: -9rem;
}
.drawer-menu li a.menu_en {
  color: #111;
  font-family: garamond-premier-pro, serif !important;
  text-decoration: none;
  font-weight: 400;
  display: block;
  font-size: 1.23rem;
  letter-spacing: 0.3rem;
  text-align: left;
}

.drawer-menu li:first-child a {
    border-top: none;
    margin-bottom: 5%;
    padding: 0;
    padding-bottom: 0px;
    padding-bottom: 2rem;
    width: 94%;
    right: -6%;
}
/* .drawer-menu li:not(:first-child) a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
} */
.drawer-menu ul {
  padding-bottom: 0.7rem;
}
.drawer-menu ul li {
  padding-bottom: 0.2rem;
}
.drawer-menu ul li a {
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 1px;
  color: #111;
  text-decoration: none;
  margin-left: 0.5rem;
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
}
.drawer-open .drawer-overlay {
  display: none !important;
}

  }
@media only screen and (max-width: 1200px) and (orientation:portrait) {

}
@media only screen and (max-width: 1200px) and (orientation: landscape) {

}

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