
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&family=Sorts+Mill+Goudy:ital@0;1&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: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 100%;
    vertical-align: baseline
}
html {
    line-height: 1
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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: YuGothic, Meiryo, 'メイリオ', sans-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%;
}
img {
    vertical-align: bottom;
}

/* スクロールアニメーション */
.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;
}
section#section-top img {
    width: 100%;
}



test::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../img/common/bg_mark.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 47%;
    top: -22px;
}



.swiper-container {
    margin: 0 auto 15% !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;
}

a.cvbt {
    width: 85%;
    margin: 0 auto 18%;
    display: block;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

section#content {
    padding: 10% 0;
    background: #f2f0e4;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
    position: relative;
}
p.content_bg_ttl {
    width: 12%;
    position: absolute;
    z-index: -1;
    left: 1em;
    top: 16%;
}
h3.content_head3 {
    font-size: 26px;
    line-height: 1.5em;
    margin-bottom: 15%;
    position: relative;
}
h3.content_head3:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.content_big_box {
}
p.content_big_img {
    margin-bottom: 3%;
}
dl.content_big_dl {
    width: 85%;
    margin: 0 12px 5% auto;
}
dt.content_big_dt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3%;
}
dd.content_big_dt {
    text-align: left;
    line-height: 1.8em;
}
ul.content_ul {
    width: 90%;
    margin: 0 auto 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.content_li {
    width: 48%;
    margin-bottom: 10%;
}
p.content_img {
    margin-bottom: 5%;
}
dt.content_dt {
    margin-bottom: 5%;
    font-size: 18px;
    font-weight: 600;
}
dd.content_dd {
    text-align: left;
    line-height: 1.6em;
    font-size: 14px;
}

section.access {
    padding: 12% 0;
}
h3.access_ttl {
    position: relative;
    display: inline-block;
    margin-bottom: 1.3em;
    font-size: 20px;
}
h3.access_ttl:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
h4.access_head4 {
    font-size: 18px;
    margin-bottom: 5%;
}
dt.access_dt {
        background: #004c4b;
    color: #fff;
    width: fit-content;
    padding: 5px 1em;
    margin: 0 auto 5%;
    font-weight: 600;
}
dd.access_dd {
    font-size: 24px;

}
dd.access_dd span {
    font-size: 14px;
    margin-left: 2px;
    margin-right: 2px;
}

dl.access_dl {
    margin-bottom: 5%;
}

p.access_img {
    width: 80%;
    margin: 0 auto 5%;
}
dd.access_dd {
    font-size: 16px;
}
dd.access_dd.access_date {
    font-size: 24px;
}
dd.access_dd img {
    width: 40%;
}
p.ggmap {
    width: 90%;
    margin: 0 auto 5%;
    position: relative;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
p.ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section#present {
    padding: 10% 0;
    background: #f2f0e4;
    position: relative;
}
p.present_bg_ttl {
    width: 12%;
    position: absolute;
    z-index: -1;
    left: 1em;
    top: 16%;
}
h2.present_ttl span {
    font-size: 19px;
}
h2.present_ttl {
    font-size: 26px;
    line-height: 1.5em;
    margin-bottom: 15%;
    position: relative;
}
h2.present_ttl:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.present_box {
    background: #fff;
    width: 90%;
    margin: 0 auto 10%;
    padding: 1em 1.5em;
        z-index: 1;
    position: relative;
}
h3.present_head3 {
    background: #114c4a;
    color: #fff;
    width: fit-content;
    padding: 3px 2em;
    margin: -28px auto 7%;
}
p.present_img {
    margin-bottom: 5%;
}
h4.present_head4 {
    margin-bottom: 4%;
    font-size: 18px;
}
p.present_txt {
    text-align: left;
    line-height: 1.6em;
    margin-bottom: 10%;
}
ul.present_ul01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5%;
}
li.present_li01 {
    width: 49%;
}
dt.present_dt01 {
    margin-bottom: 5%;
}
dd.present_dd01 {
    font-weight: 600;
}
ul.present_ul02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
li.present_li02 {
    width: 32%;
}
li.present_li02:nth-child(1) {
  margin-right: auto;
}

li.present_li02:nth-child(3) {
  margin-left: auto;
}
dt.present_dt02 {
    margin-bottom: 5%;
}
dd.present_dd02 {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 600;
}
ul.present_ul03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5%;
}
li.present_li03 {
    width: 49%;
}
dt.present_dt03 {
    margin-bottom: 5%;
}
dd.present_dd03 {
    font-weight: 600;
}
dd.present_dd03 span {
    font-weight: 600;
    font-size: 114c4apx;
}
section#point {
    padding: 25% 0 10%;
    background: #100b09;
    color: #fff;
    position: relative;
}
.point_line {
    position: absolute;
    left: 50%;
    top: 3%;
    transform: translateX(-50%);
    width: 2px;
    height: 3%;
    background-color: #ed3a97;
}
h2.point_head2 {
    margin-bottom: 5%;
}
p.point_intro_maintxt {
    font-size: 20px;
    margin-bottom: 5%;
}
p.point_intro_txt {
    line-height: 1.6em;
    margin-bottom: 15%;
}
p.point_img {
    margin-bottom: 5%;
}
h3.point_head3 {
    text-align: left;
    width: 80%;
    margin: 0 2% 3% auto;
}
p.point_txt {
    text-align: left;
    width: 80%;
    margin: 0 2% 10% auto;
}

/* レイアウト用（任意） */
.gallery {
  max-width: 1080px;      /* LPの横幅に合わせて */
  margin: 0 auto;
  padding: 24px 0 40px;   /* 下にドット分の余白 */
}

h2.gallery_head2 {
    font-size: 26px;
    line-height: 1.5em;
    margin-bottom: 15%;
    position: relative;
}
h2.gallery_head2:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
/* コンテナに余白を入れて、左右を“見せる” */
.gallery-slide {
  padding: 0 24px;          /* 端のベージュ余白っぽさを再現 */
  overflow-x: hidden; /* ← 横スクロール（右余白）を殺す */
  position: relative;
}

/* スライドの見た目 */
.gallery-slide .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .35s ease, opacity .35s ease;
  transform-origin: center center;
  transform: scale(.9);     /* 既定は小さめ */
  opacity: .7;
}
.gallery-slide .swiper-slide-active {
  transform: scale(1);      /* 中央だけ等倍で目立たせる */
  opacity: 1;
}

/* 画像のフィット */
.gallery-slide .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* ナビ・ドットは前回のままでOK（必要なら微調整） */
.gallery-slide .swiper-button-prev,
.gallery-slide .swiper-button-next {
  width: 44px; height: 44px; border-radius: 9999px;
  background: #fff; box-shadow: 0 6px 16px rgba(0,0,0,.15);
  top: 50%; transform: translateY(-50%);
}
.gallery-slide .swiper-button-prev { left: 16px; }
.gallery-slide .swiper-button-next { right: 16px; }
.gallery-slide .swiper-button-prev::after,
.gallery-slide .swiper-button-next::after { font-size: 18px; font-weight: 700; }

.gallery-slide .swiper-pagination { bottom: 0; }
.gallery-slide .swiper-pagination-bullet { width: 8px; height: 8px; opacity: .3; margin: 0 6px !important; }
.gallery-slide .swiper-pagination-bullet-active { opacity: 1; }

/* SPは余白と矢印を少し小さく */
@media (max-width: 640px) {
  .gallery-slide { padding: 0 12px; }
  .gallery-slide .swiper-button-prev,
  .gallery-slide .swiper-button-next { width: 40px; height: 40px; }
}
/* 外出しpaginationを“通常の流れ”で下に置ける */
.gallery-pagination{
  margin-top: 16px;
  text-align: center;
}
.swiper-pagination {
     position: inherit !important; 
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin-top: 1em;
}
.swiper-pagination-bullet {
    margin: 2px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -50px !important;
    left: 0;
    width: 100%;
}
.gallery-slide .swiper-button-prev, .gallery-slide .swiper-button-next {
    top: 60% !important;
}

section#gallery {
    padding: 15% 0 30%;
    background: #f2f0e4;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    position: relative;
}
p.gallery_bg_ttl {
    width: 12%;
    position: absolute;
    z-index: -1;
    left: 1em;
    top: 30%;
}
.wpcf7-spinner {
    visibility: hidden;
    display: none !important;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
/* PC対応 */
@media(min-width: 769px) {

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


section#concept {
    background-image: url(../img/concept/concept-bg.png);
    max-width: 74%;
    background-size: 100%;
    padding: 50px 10px;
    line-height: 2em;
    margin-bottom: 15%;
}
}