@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: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
    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
}
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 Pro',serif!important;
    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;
}

/*tabの形状*/
.tab{
    display: flex;
    flex-wrap: wrap;
}
.tab li a{
    display: block;
    background:#ddd;
    margin:0 2px;
    padding:10px 20px;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
    background:#fff;
}


/*エリアの表示非表示と形状*/
.area {
    display: none;/*はじめは非表示*/
    opacity: 0;/*透過0*/
    background: #fff;
    padding:50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
    from {
        opacity: 0;
    }
    to {
        opacity: 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;
}
/* top */


header{
    max-width: 100%;
}

main {
    max-width: 100%;
    margin: 0 auto;
}
section#section-top img {
    width: 100%;
}

section#section-top {
    
}

p.concept-txt {
    font-size: 14px;
    line-height: 2.5em;
    margin-bottom: 9%;
    text-align: left;
    padding-left: 5%;
}
p.concept-txt {
    font-size: 14px;
    line-height: 2.5em;
    margin-bottom: 9%;
    text-align: left;
    padding-left: 5%;
}
p.concept-img {
}
p.concept-logo {
    margin-bottom: 5%;
}
p.concept-txt2 {
        font-size: 14px;
    line-height: 2em;
    margin-bottom: 10%;
    text-align: right;
    padding-right: 1em;
}
p.concept-img2 {
    margin-bottom: 10%;
}
dl.head2-dl {
    margin-bottom: 10%;
}
dt.head2-dt {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}
dd.head2-dd {
    font-size: 14px;
    color: #333;
}


ul.topcontent-ul {
    margin-bottom: 5%;
}
li.subcontent-li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 5%;
    align-items: center;
}
p.subcontent-left {
    width: 35%;
}
dl.subcontent-right {
    text-align: left;
}
dt.subcontent-dt {
    border-bottom: solid 1px;
    padding-bottom: 5px;
    font-size: 14px;
}
dd.subcontent-dd {
    padding-top: 5px;
    font-size: 12px;
}
section#point {
    padding: 10% 0;
    background:linear-gradient(45deg, #fefdf5,#fbf9eb,#ebe2c2);/*グラデーションを定義*/
    background-size: 200% 200%;/*サイズを大きくひきのばす*/
    animation: bggradient 20s ease infinite;
}
@keyframes bggradient{
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.point-box {
    margin-bottom: 10%;
}
p.point-box-img {
    width: 85%;
    margin: 0 auto 5%;
}
h3.point-box-head3 {
    text-align: left;
    padding: 0 5%;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #aa995e;
}
p.point-box-txt {
    text-align: left;
    padding-left: 5%;
}
section#access {
    padding: 10% 0;
}
dl.access-dl {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    margin-bottom: 5%;
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 0 auto 3%;
    width: 95%;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
p.access-txt {
    width: 85%;
    margin: 0 auto 10%;
    text-align: left;
    line-height: 2em;
}
h2.concept-head2 {
font-weight: 600;
    color: #aa995e;
    font-size: 22px;
    margin-bottom: 4%;
    text-align: left;
}
.fixed_bottom {
    background: #aa995e !important;
}
.fixed_bottom a {
    background: #aa995e !important;
}
a.cvbt {
    display: block;
    width: 80%;
    margin: 5% auto;
    background: #aa995e;
    padding: 10px;
    color: #fff;
    position: relative;
}
a.cvbt::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
    z-index: 2;
}
section#present {
    padding: 10% 0;
}
li.present-li {
    width: 85%;
    margin: 0 auto;
}
.youtube {
    min-width: 100%;
    margin: 0 auto;
    display: block;
}
.info-movie {
    display: block;
    text-align: center;
    margin: 0 auto 20%;
    width: 90%;
}
dt.access-dt {
    padding-right: 1em;
}
section.gallery {
    padding: 10% 0;
}
.contentbox {
    position: relative;
    width: 95%;
    margin: 0 auto 10%;
    padding: 4%;
    background: #f6f3e8;
    text-align: left;
    border-radius: 10px;
}
p.content-no {
    font-size: 38px;
    font-style: italic;
    margin-top: -20px;
    margin-bottom: 10px;
    color: #dbc268;
}
h3.content-head3 {
    color: #b79a30;
}
p.content-txt {
    font-size: 14px;
    color: #3b3b3b;
}
section#content {
    padding: 10% 0;
}
p.fair_bg {
    background: #F6F3E8;
    width: 50%;
    height: 300px;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 13%;
}
dl.fair_access_dl {
    width: 80%;
    display: flex;
    margin: 0 auto 5%;
    text-align: left;
    font-size: 14px;
    justify-content: flex-start;
}
dt.fair_access_dt {
    width: 30%;
}
dd.fair_access_dd {
    width: 70%;
}
dd.fair_access_dd span{
    font-size: 12px;
}
.point-box {
    margin: 10% 0 25%;
    position: relative;
}
p.point-box-entxt {
    width: 40%;
    position: absolute;
    top: -30px;
    z-index: 2;
    left: 20px;
}
.swiper-container.slider1 {
    width: 90%;
    margin: 0 auto 10px;
}
.fair {
    position: relative;
    overflow: hidden;
    padding: 10% 0 20%;
}
p.content-badge {
    position: absolute;
    width: 60px;
    top: 53%;
    right: 5%;
}
section.present {
    position: relative;
}
p.present_txt {
    width: 95%;
    margin: 0 auto 10%;
}
ul.present_ul {
    display: flex;
    text-align: left;
    width: 95%;
    margin: 0 auto 3%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
li.present_li {
    width: 48%;
    margin-bottom: 5%;
}
dl.present_dl {
    font-size: 14px;
}
h4.present_head4 {
    font-size: 22px;
    margin-bottom: 5%;
    color: #aa995e;
}
p.present_caution {
    margin-bottom: 10%;
}
.modal-content__title {
    font-size: 1.5rem;
    font-weight: bold;
}
.modal_close {
    position: absolute;
    left: 10px;
    top: 50px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.contentbox.boxred {
    background: #b32929;;
}
.contentbox.boxgreen {
    background: #5b735c;
}
dd.fair_access_dd span {
    color: #b6042e;
}
section#access {
    padding: 15% 0;
    background: #e8e8e8;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

dl.access_info_dl {
    display: flex;
    width: 85%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto 10px;
    text-align: left;
}

dt.access_info_dt {
    width: 25%;
}

dd.access_info_dd {
    width: 70%;
}

section#recommend {
    padding: 10% 0;
}
.recommend_box {
    position: relative;
    background: #ffe5e8;
    width: 90%;
    margin: 0 auto 10%;
    padding: 5% 0;
}

.recommend_box_inner {
    background: #fff;
    width: 90%;
    margin: 10% auto 10%;
}
h3.present_head3_blue {
    background: #aa995e;
    color: #fff;
    width: fit-content;
    margin: 0 auto 5%;
    padding: 5px 2em;
}
h3.present_head3_gold {
    background: #aa995e;
    color: #fff;
    width: fit-content;
    margin: 0 auto 3%;
    padding: 5px 2em;
}
p.present_img2 {
    width: 93%;
    margin: 0 auto 5%;
}
/* PC対応 */
@media(min-width: 769px) {

header{
    max-width: inherit;
    width: 100%
}
/* top */
main {
    max-width: 750px;
    margin: 0 auto;
}
p.content-no {
    font-size: 58px;
    font-style: italic;
    margin-top: -40px;
    margin-bottom: 30px;
    color: #333;
}
p.concept-txt {
    font-size: 18px;
    line-height: 2.5em;
    margin-bottom: 9%;
    text-align: left;
    padding-left: 5%;
}
p.concept-txt2 {
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 10%;
    text-align: right;
    padding-right: 1em;
}
p.content-badge {
    position: absolute;
    width: 100px;
    top: 58%;
    right: 5%;
}
h3.content-head3 {
    color: #b79a30;
    font-size: 20px;
}
p.content-txt {
    font-size: 18px;
}
dl.present_dl {
    font-size: 18px;
}
dl.fair_access_dl {
    width: 80%;
    display: flex;
    margin: 0 auto 5%;
    text-align: left;
    font-size: 18px;
    justify-content: flex-start;
}
}