@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap);
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,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 100%;
    vertical-align: baseline
}
html {
    line-height: 1
}

ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
a img {
    border: none
}
img{
    vertical-align: bottom;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
#section-point .btn,
#section-lineup .btn,
#section-hairmake .btn,
#section-voice .btn,
#section-store .btn {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    right: 0;
    padding: 0 24px;
    width: 140px;
    height: 32px;
    font-size: 10px;
    font-weight: bold;
    background: #f5e6f0;
    cursor: pointer
}
@media(min-width: 769px) {
    #section-point .btn,
    #section-lineup .btn,
    #section-hairmake .btn,
    #section-voice .btn,
    #section-store .btn {
        padding: 0 48px;
        width: 280px;
        height: 64px;
        font-size: 20px
    }
}
#section-point .btn:before,
#section-lineup .btn:before,
#section-hairmake .btn:before,
#section-voice .btn:before,
#section-store .btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 144px;
    margin: auto;
    width: 96px;
    height: 2px;
    content: '';
    background: #6d6868
}
@media(max-width: 768px) {
    #section-point .btn:before,
    #section-lineup .btn:before,
    #section-hairmake .btn:before,
    #section-voice .btn:before,
    #section-store .btn:before {
        left: 72px;
        width: 48px;
        height: 1px
    }
}
#section-point .btn:after,
#section-lineup .btn:after,
#section-hairmake .btn:after,
#section-voice .btn:after,
#section-store .btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    margin: auto;
    width: 12px;
    height: 2px;
    content: '';
    background: #6d6868;
    transform: rotate(-140deg);
    transform-origin: left center
}
@media(max-width: 768px) {
    #section-point .btn:after,
    #section-lineup .btn:after,
    #section-hairmake .btn:after,
    #section-voice .btn:after,
    #section-store .btn:after {
        left: 120px;
        width: 6px;
        height: 1px
    }
}
[data-bb-transition-fadeout] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.4s 1s ease-in-out, opacity 0.4s 1s ease-in-out, transform 0.4s 1s ease-in-out
}
[data-bb-transition-fadeout][data-bb-transition='true'] {
    filter:blur(8px);
    opacity: 0;
    transition: filter 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out
}
[data-bb-transition-fadein] {
    filter:blur(0);
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-fadein][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: scale(1.1) translate3d(0, 0, 0)
}
[data-bb-transition-slidein-from-left] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-left][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(-24px, 0, 0)
}
[data-bb-transition-slidein-from-right] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-right][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(24px, 0, 0)
}
[data-bb-transition-slidein-from-bottom] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-bottom][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(0, 24px, 0)
}
[data-bb-transition-slidein-from-top] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-top][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(0, -24px, 0)
}
@-webkit-keyframes fadeInAlpha {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeInAlpha {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeOutAlpha {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOutAlpha {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes fadeInBlur {
    0% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}
@keyframes fadeInBlur {
    0% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}
@-webkit-keyframes fadeOutBlur {
    0% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
}
@keyframes fadeOutBlur {
    0% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}
*:before,
*:after {
    box-sizing: border-box
}
body {
    color: #000;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-feature-settings: 'palt';
    line-height: 1.4em;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}


/* スクロールアニメーション */
.off{
  filter:blur(4px);
  opacity: 0;
  transform: scale(1) translate3d(0, 10px, 0);
  transition: all 1s ease-in-out ;
}

.left{
   transform: scale(1) translate3d(-50px, 0px, 0);
   transition: all 1s ease-in-out ;
}

.right{
    transform: scale(1) translate3d(50px, 0px, 0);
}

.on{
  filter:blur(0);
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  transition: all 0.8s ease-in-out;
}

@media(min-width: 769px) {
    body {
        min-width: 1400px;
        line-height: 2em
    }
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
#debug:target {
    position: fixed;
    top: 0;
    left: 0;
    width: 1505px;
    height: 2px;
    content: '';
    background: red;
    z-index: 9999
}
@media(max-width: 768px) {
    [data-pc] {
        display: none !important
    }
}
@media(min-width: 769px) {
    [data-sp] {
        display: none !important
    }
}
[data-none] {
    display: none !important
}
[data-bb-accordion][data-bb-accordion='false'] [data-bb-accordion-inner] {
    height: 0 !important;
    filter:blur(8px);
    opacity: 0;
    overflow: hidden
}
[data-bb-accordion] [data-bb-accordion-inner] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: height 0.4s ease-in-out, filter 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out
}
[data-bb-accordion] [data-bb-btn-open] {
    cursor: pointer
}
@media(min-width: 769px) {
    [data-bb-accordion][data-bb-accordion-sp] [data-bb-accordion-inner] {
        height: auto !important;filter:none !important;
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important
    }
}
#header {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 10px;
    z-index: 10
}
@media(min-width: 769px) {
    #header {
        height: 80px;
        font-size: 14px;
        line-height: 1.2em
    }
}
#header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    padding: 8px 16px;
    width: 100%;
    height: 40px;
    background: #fff
}
@media(min-width: 769px) {
    #header .inner {
        padding: 16px 44px;
        min-width: 1400px;
        height: 80px
    }
}
@media(max-width: 768px) {
    img{
        width: 100%;
    }
}

/* toggle */

.acd-check{
    display: none;
}
.acd-label{
    color: #000;
    display: block;
}
.acd-content{
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    visibility: visible;
}

/* top */


header{
    max-width: 100%;
}

main {
    max-width: 100%;
    margin: 0 auto;
}

.fixed_bottom__inner {
    position: relative;
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: center;
}
.fixed_bottom {
   position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 60px;
    background: no-repeat;
    z-index: 100;
}
.fixed_bottom__btn {
    display: block;
    position: relative;
    border-radius: 1px;
    width: 90%;
    height: 150%;
    align-items: center;
    cursor: pointer;
}

.fixed_bottom__inner p {
    font-weight: bold;
    font-size: 120%;
}
.fixed_bottom a {
    display: block;
    margin: 1%;
    border: none;
    background: none;
    color: #fff;
    border-radius: 10px;
    padding-top: 5px;
    font-size: 100%;
}
.fixed_bottom__inner span {
    color: red;
}
.ggmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 10%;
    width: 90%;
    margin: 0 auto 5%;
}
.ggmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
a.cvbt {
    display: block;
    margin: 0 auto 0%;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    font-size: 85%;
}

/* css ここから */


.swiper-container {
    width: 80%;
    margin-bottom: 10%;
}
.swiper-container {
    margin: 0 auto 5% !important;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-button-prev,
.swiper-button-next {
 position: absolute;
 top: 50%;
 width: calc(var(--swiper-navigation-size) / 44 * 27);
 height: var(--swiper-navigation-size);
 margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
 z-index: 10;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 color: var(--swiper-navigation-color, var(--swiper-theme-color));
 width: 30px !important; /* ボタンの幅 */
 height: 30px !important; /* ボタンの高さ */
 background-size: 30px 30px !important; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
 margin-top: -24px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
 background-image: url(../img/page-right.png)!important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
 background-image: url(../img/page-left.png)!important;
}

.swiper-container.reportslider {
    width: 90%;
}


p.topkv {
    margin-bottom: 5%;
}
p.intro_txtimg {
    margin-bottom: 5%;
}
ul.intro_ul {
    margin-bottom: 5%;
}
h2.report_head2 {
    margin-bottom: 10%;
}
.report_box {
    border: solid 2px #d78e73;
    border-radius: 5px;
    padding: 1em;
    background: #fff;
}
p.point-txt {
    text-align: center;
    line-height: 1.8em;
    font-size: 110%;
    width: 90%;
    margin: 0 auto 5%;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    letter-spacing: 2px;
    margin-bottom: 3%;
    color: #d78e73;
    font-weight: bold;
}

p.point-img {
    margin-bottom: 5%;
    width: 100%;
    margin: 0 auto 5%;
}
ul.point01_ul {
    width: 95%;
    margin: 0 auto 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.point01_li {
    width: 49%;
    margin-bottom: 3%;
}
dt.point01_li_dt {
    margin-bottom: 3%;
}
dd.point01_li_dd {
    text-align: left;
    padding: 0 0.5em;
    width: fit-content;
    background: linear-gradient(transparent 60%, #e7c9bc 60%);
}

p.point-txt2 {
    width: 90%;
    margin: 0 auto 5%;
    text-align: left;
    line-height: 1.8em;
}
p.point_voice {
    margin-bottom: 10%;
}
p.point-img {
    margin-bottom: 5%;
    width: 100%;
    margin: 0 auto 5%;
}

ul.point05_ul {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
}
li.point05_li {
    width: 32%;
    margin-bottom: 2%;
}

h3.content_head3 {
    margin-bottom: 5%;
}
p.content_img {
    margin-bottom: 5%;
}
p.content_txt {
    width: 90%;
    margin: 0 auto 10%;
    text-align: left;
    line-height: 1.8em;
}
dl.point05_li_dl {
    margin-bottom: 5%;
}
dt.point05_li_dt {
    margin-bottom: 5%;
}
dd.point05_li_dd {
    text-align: left;
    padding: 0 0.5em;
    font-size: 12px;
    /* width: fit-content; */
    background: linear-gradient(transparent 60%, #e7c9bc 60%);
}
.select_pointbox {
    position: relative;
    margin-bottom: 5%;
}
p.select_point01_txt {
    background: rgba(255, 255, 255, 0.7);
    padding: 1em;
    width: 63%;
    text-align: left;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 2%;
}
p.select_point02_txt {
    background: rgba(255, 255, 255, 0.7);
    padding: 1em;
    width: 63%;
    text-align: left;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 2%;
}
p.select_point03_txt {
    background: rgba(255, 255, 255, 0.7);
    padding: 1em;
    width: 63%;
    text-align: left;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 2%;
}
p.select_point04_txt {
    background: rgba(255, 255, 255, 0.7);
    padding: 1em;
    width: 63%;
    text-align: left;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 2%;
}
p.select_point05_txt {
    background: rgba(255, 255, 255, 0.7);
    padding: 1em;
    width: 63%;
    text-align: left;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 2%;
}
.dress_pointbox {
    position: relative;
    margin-bottom: 5%;
}

p.dress_head {
    width: 90%;
    padding-left: 4%;
    margin-bottom: 5%;
    position: relative;
    z-index: 1;
}
p.dress_sub_ttl {
    width: 6%;
    position: absolute;
    top: 10%;
    right: 4%;
    z-index: 1;
}
p.dress_square {
    margin: auto;
    width: 100%;
    height: 150px;
    background: #ede0d8;
    position: absolute;
    top: 4%;
}
p.dress_txt {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
}
section#select_point {
    padding: 10% 0;
    background: #fff;
}
section#access {
    padding: 10% 0;
}
h2.access-head2{
    margin-bottom: 5%;
}
p.access-info {
    width: 90%;
    margin: 0 auto 5%;
    text-align: left;
    line-height: 1.8em;
}
.swiper-outbox {
    position: relative;
}
p.report_img {
    margin-bottom: 5%;
}
h3.report_head3 {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 3%;
    color: #d78e73;
}
p.report_info {
    margin-bottom: 1%;
}
p.report_txt {
    text-align: center;
    margin: 5%;
}
h3.point-head3.off.on {
    margin-bottom: 5%;
}
p.checkpoint_img {
    margin-bottom: 5%;
}




/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
}

.modal__trigger:nth-child(n + 2) {
  margin-top: 60px;
}

/* モーダル本体 */
body.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1000px);
  height: calc(70% - 40px);
  padding: 0px;
  background: #fff;
}

.modal__inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 80px 20px 20px;
}

p.modal__img {
    margin-bottom: 5%;
}
p.modal__title {
    font-size: 20px;
    color: #994;
    margin-bottom: 5%;
}
p.modal__txt {
    margin-bottom: 5%;
}
h3.modal_head3 {
    border-bottom: solid 1px #994;
    margin-bottom: 5%;
    text-align: left;
}
h5.modal__head5 {
    text-align: left;
    background: #994;
    width: fit-content;
    padding: 1px 1em;
    margin-bottom: 10px;
    color: #fff;
}
p.modal__txt {
    margin-bottom: 5%;
    text-align: left;
}
h4.modal_head4 {
    background: #555;
    color: #fff;
    font-style: normal !important;
    text-align: left;
    padding: 2px 1em;
    margin-bottom: 5%;
}
dl.modal__dl {
    text-align: left;
    margin-bottom: 5%;
}
dt.modal__dt {
    font-weight: 600;
    margin-bottom: 3px;
}
/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .6s;
}

.modal__close:hover {
  opacity: .6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.modal__content {
}

.modal__text {
  margin-top: 30px;
  line-height: 2.875;
}
.modal__wrapper {
  /* フェード前は非表示 */
  display: none;
  /* まずは透明にしておき、マウス操作なども当たらないようにする */
  opacity: 0;
  pointer-events: none; /* 必要に応じてクリックを無効化 */
  transition: opacity 0.3s ease; /* フェードの速さを調整 */
}

/* フェード対象として「舞台」に乗せるためのクラス */
.modal__wrapper.is-fade {
  display: block;       /* 画面上に要素を置く */
  pointer-events: auto; /* 必要に応じてクリックを有効化 */
}

/* 透明度を上げて実際にフェードさせるクラス */
.modal__wrapper.is-active {
  opacity: 1;           /* 0 → 1 へ徐々に変化 */
}

/* モーダル背景レイヤー例 */
.modal__layer {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
}

/* モーダルのコンテンツ部分 */
.modal__content {
position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    background: #fff;
    padding: 0px 0;
}

div#modal1 .modal__inner {
    background: #f7f9f6;
}
div#modal2 .modal__inner {
    background: #f9fdfc;
}
div#modal3 .modal__inner {
    background: #fbfbf9;
}





.swiper-button-prev:after,
.swiper-button-next:after{
  content: "" !important; /*contentを空にする*/
}
section#graph {
    background: #f0eae3;
    padding: 10% 0;
}
section#report {
    padding: 10% 0;
}

/* タブ周り */

.tab_container {
    padding-bottom: 1em;
    margin: 0 auto 5%;
    width: 95%;
}
.tab_item {
    width: calc(91% / 3);
    padding: 5px 0;
    background-color: #ffffff;
    text-align: center;
    color: #d78e73;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 5px;
    border-radius: 10px;
    border: solid 2px #d78e73;
}
.tab_item2 {
    width: calc(91%/2);
    padding: 5px 0;
    background-color: #c4b6b3;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 5px;
    border-radius: 10px;
    font-size: 13px;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
input[name="tab_item2"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 0 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content,
#tab7:checked ~ #tab7_content,
#tab8:checked ~ #tab8_content {
  display: block;
}

.tab_container input:checked + .tab_item {
    background-color: #d78e73;
    color: #fff;
}
.tab_container input:checked + .tab_item2 {
    background-color: #9b8078;
    color: #fff;
}
.tab_content_description {
    margin: 0 auto;
}
.tab_content_description2 {
    width: 100%;
    margin: 0 auto;
}

.pointbox {
    position: relative;
    padding: 10% 0;
}
p.point-txt01 {
    background: rgba(255, 255, 255, 0.7);
    text-align: left;
    width: 75%;
    padding: 1em;
    bottom: 6%;
    position: absolute;
    right: 0;
    font-size: 14px;
}
.point02_box {
    padding: 10% 0 20%;
    position: relative;
}
p.point-txt02-01 {
    background: rgba(255, 255, 255, 0.7);
    text-align: left;
    width: 75%;
    padding: 1em;
    bottom: 0%;
    position: absolute;
    right: 0;
    font-size: 14px;
}
p.point-txt02-02 {
    background: rgba(255, 255, 255, 0.7);
    text-align: left;
    width: 75%;
    padding: 1em;
    bottom: 0%;
    position: absolute;
    left: 0;
    font-size: 14px;
}
p.point-txt03 {
    background: rgba(255, 255, 255, 0.7);
    text-align: left;
    width: 75%;
    padding: 1em;
    bottom: 1%;
    position: absolute;
    left: 0;
    font-size: 14px;
}
section#dress {
    margin: 15% 0 5%;
}
p.dress_mv {
    margin-bottom: 10%;
}
p.dress_txt {
    width: 90%;
    margin: 0 auto 10%;
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
}
.omotepointbox {
    border: solid 2px #ce8b72;
    border-radius: 10px;
    padding: 1em;
}
h2.omotenashi_point_head2 {
    margin-bottom: 10%;
}
p.omotenashi_head3 {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 10%;
}
p.omotenashi_head3 {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 10%;
    font-weight: 600;
}

p.omotenashi_head3 span {
    color: #cb7f67;
}
.modal-video-wrapper {
    width: 95%;
    margin: 0 auto;
}
.modal-video-wrapper video {
    width: 100%;
    vertical-align: bottom;
}
h3.point-head3 {
    margin-bottom: 5%;
}

html.is-modal-open,
body.is-modal-open {
  overflow: hidden;
  height: 100%;
}

/* 黒いレイヤーが画面全体を覆う想定 */
#modal-layer {
  position: fixed;
  inset: 0;  /* top/right/bottom/left: 0 と同じ */
}

/* iOS対策の念押し（必要に応じて） */
#modal-layer {
  touch-action: none;
}
/* PC対応 */
@media(min-width: 769px) {

header{
    max-width: inherit;
    width: 100%
}
/* top */
main {
    max-width: 750px;
    margin: 0 auto;
}

section#section-top {
    margin-bottom: 70px;
    max-width: 750px;
    margin: 0 auto;
}
.fixed_bottom {
    position: fixed;
    bottom: 78px;
    left: 0;
    width: 100%;
    height: 51px;
    background: no-repeat;
    z-index: 100;
}
.fixed_bottom__btn {
    display: block;
    position: relative;
    border-radius: 1px;
    width: 60%;
    height: 0%;
    align-items: center;
    cursor: pointer;
}
.fixed_bottom__inner {
    position: relative;
    display: flex
;
    justify-content: space-around;
    height: 20%;
    align-items: center;
}
}