@charset "utf-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

figure {
    margin: 0
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,input,select,textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

/*! Cusp v1.0 Copyright 2015 Glitter Style */
* {
    box-sizing: border-box
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal
}

.flex-reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.between {
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.around {
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-end {
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: column
}

.flex-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flex-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start
}

.flex-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.flex-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.items-center {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.alignleft {
    text-align: left
}

.alignright {
    text-align: right
}

.aligncenter {
    text-align: center
}

.vertical-text{
    writing-mode: vertical-rl;
}
.text-combine{
    text-combine-upright: all;
}

.upcase {
    text-transform: uppercase
}
.defs {
    display: none
}
.before:before,
.after:after{
  display:block;
  position:absolute;
  content:'';
}
.col-evn2{width: 49%}
/* ---  */

::-moz-selection {
    background: rgba(0,0,0,.7);
    color: #fff
}

::selection {
    background: rgba(0,0,0,.7);
    color: #fff
}

img {
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -webkit-touch-callout: none
}

em {
    font-style: normal
}

a {
    text-decoration: none
}

.main-contents a{
    color: #333;
    /*border-bottom:1px solid;*/
    transition: all .3s ease-in-out;
}
.main-contents a:hover{
    color: #888;
    border-color: #888;
}

.main-contents ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-contents ol {
    padding-left: 21px
}

.main-contents dd {
    margin: 0
}
.main-contents hr{
    height:18px;
    margin: 120px 2em 90px;
    background: #111;
    border: none;
}


.main-contents .table {
    display: table;
    table-layout: fixed
}

.main-contents .table-child {
    display: table-cell;
    vertical-align: middle
}

.main-contents .text-indent p {
    margin-bottom: 1em
}

#article {
    padding-bottom: 96px
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}


.bg-b {
    background: #000
}

.header {
    padding: 80px 0 0;
}
#overheader{
  width:100%;
  height:80px;
}
#overheader a{display: block;}

.fix{
    position:fixed!important;
    z-index:10;
    -webkit-transition:all .2s ease;transition:all .2s ease;z-index:12
}
.logo {
    display: block;
    position: relative;
    width: 250px;
    height:74px;
    padding: 20px 0;
    margin: 0 auto;
}
.aside,
#footer{
    background: #111;
    color: #fff;
}
#footer {
    position: relative;
    /*background: #fdfdfd;*/
    text-align: center;
    padding: 1em;
    z-index: 1
}
#footer p{
    margin: 0;
}
.wrapper,.contents,.contents-m {
    max-width: 100%;
    margin: 0 auto
}
.wrapper{
    position: relative;
}

.main-contents {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden
}

.main-contents,.modalWrap {
    font-family: '游ゴシック',YuGothic,'メイリオ','Helvetica','Arial',sans-serif;
    font-size: 16px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing:2px;
}

#goTop {
    width: 52px;
    height: 48px;
    position: fixed;
    right: 1%;
    bottom: 0;
    padding: 8px 5px;
    background: #111;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 1px 10px rgba(80,80,80,.4);
    transition:background-color .4s ease-in;
}

#goTop span::before,#goTop span::after {
    width: 14px;
    height: 1px;
    background: #fff
}

/*#goTop:before {
    width: 30px;
    height: 1px
}*/

#goTop span {
    display: block;
    width: 1px;
    height: 26px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: translateY(7px);
    transform: translateY(7px)
}

#goTop:hover {
    background:#585858;
}

#goTop span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    right: 0
}

#goTop span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    left: 1px
}


/*
    section main settings
*/
.main-contents h2,
.main-contents h3,
.main-contents h4 {
    letter-spacing:4px;
}
.main-contents h2{font-size:1.8em;margin:3em auto 1em}
.main-contents h3{font-size:1.6em;margin:2em 0 3em}
.main-contents h4{font-size:1.6em;margin-bottom:2em}
.contents img{
    display: block;
    margin:0 auto;
}
.main-contents p{
    line-height:2;
    margin: 2em auto;
}
.main-contents .read{
    margin: 3em auto;
}
.main-contents .read p{
    margin: 0 auto;
}
.main-contents figure{
   margin: 4em auto; 
}
.main-contents .more {
    display: block;
    width:300px;
    padding: 24px 16px;
    margin: 0 auto 60px;
    color: #fff;
    border: 1px solid;
    text-align: center;
    transition:background .3s ease-in;
}
.more:hover{
    background: rgba(255,255,255,.4);
}
/*
    details
*/

.before,.after {
    position: relative
}

.br {
    display: block
}

.ib {
    display: inline-block
}

.section {
    position: relative;
    padding: 60px 0
}

.page--section .wrapper {
    position: relative;
    z-index: 1
}
.main-contents svg{
    max-width:100%;
    height:atuo;
}

.copy .tx,.headline span {
    opacity: 0
}

.headline span {
    display: inline-block;
    -wevkit-transition: all 1s ease-out;
    transition: all 1s ease-out
}
.headline .move{
    opacity:1;
}

#mv{
    position: relative;
    opacity:0;
}
#mv.active{
    opacity:1;
    transition:all 1.2s ease-in-out;
}
#mv h1{
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    z-index:5;
    margin:0;
}
#mv .sub,
#mv .title{
    position: absolute;
    width:35%;
    right: 0;
    opacity:0;
}
#mv .sub{
    top: 0;
    transform:translateY(10px);
}
    #mv.active .sub{
        opacity:1;
        transform:translateY(0);
        transition:all .8s cubic-bezier(0.64, 0, 0.25, 1);
        transition-delay:1s;
    }
#mv .title{
    bottom:0;
}
    #mv.active .title{
        opacity:1;
        transition:all 1.2s ease-in;
        transition-delay:1.6s;
    }
#mv .before::before{
    width: 0;
    height:1px;
    top:4%;
    left: 5%;
    background:#fff;
    transition:all 1s cubic-bezier(0.76, 0, 0.23, 1);
    transition-delay:.4s;
}
    #mv.active .before::before{
        width:73%;
    }

.headline{
    /*width:83%;*/
}

.persons li{
    width:33%;
}
.persons img{
    padding:1em 3em;
}
.persons figcaption{
    padding:0 1em 1em 1em;
}
.persons .name,
.persons .pos{
    display: block;
    font-weight:bold;
    text-align:center;
}
.persons .name{
    font-size:1.2em;
}
.persons .pos{
    padding-bottom:1em;
}

.contents h2 b{
    font-size:3em;
    line-height:1;
    margin-right:1rem;
    opacity:0;
    transition:all .8s ease-in;
}
h2.active b{
    opacity:1;
}

.main-contents .banner{
    text-align: center;;
}
.main-contents .cards {
    display: inline-block;
    margin: 2em auto;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}
.floatn:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 0 3px 8px rgba(0,0,0,.05), 0 2px 14px rgba(0,0,0,.1);
}


.contents .price{
    text-align:center;
}
.contents .price{
    margin: 2em 0 2em;
}
.main-contents .btm{
    margin-bottom: 3em;
}
.contents .taxin{
    display: block;
    font-weight: bold;
    font-size: 1.4em;
}
.main-contents .link{
    text-align:center;
}


.tl{
    display:inline-block;
    position: relative;
    font-size: .6em;
    margin-bottom:1em;
}


/* --- animation --- */

.loud{
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
    -webkit-transition: all 1s cubic-bezier(0.42,0,0,1) .4s;
    transition: all 1s cubic-bezier(0.42,0,0,1) .4s
}
.loud.active{
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 1s cubic-bezier(0.42,0,0,1) .4s;
    transition: all 1s cubic-bezier(0.42,0,0,1) .4s
}

/* ---------  */
.section2-box,
.kv2{
    position: relative;
}

.loud{
    position: absolute;
    padding: 3rem 16px;
    margin: 0;
    font-size:2em;
    z-index:2
}
.loud::before,
.loud::after{
    height:4rem;
    right: 26%;
}
.loud::before{
    top: 0;
    border-left: 5px double;
    transform:rotate(-66deg);
}
.loud::after{
    bottom:0;
    border-right: 5px double;
    transform:rotate(66deg);
}


/*.ef3{
    margin-top: 0;
}
*/
.ef1{animation-delay:.4s}
    .cat.ef1{transition-delay:.6s}
.ef2{animation-delay:.8s}
.ef3{animation-delay:1.2s}

.d1{animation-delay:.2s}
.d2{animation-delay:.4s}

.fadeInUp{
    opacity:0;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.fadeInUp-min{
    opacity:0;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.cat{
    opacity:0;
    filter: blur(20px);
    transition:all .6s ease-in;
}
.cat.r2{transition-delay:2s;}

.active .cat{opacity:1;filter: blur(0)}

.active .fadeInUp,
.fadeInUp.active {
    -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.18, 1);
    animation-timing-function: cubic-bezier(0.2, 0, 0.18, 1);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.active .fadeInUp-min,
.fadeInUp-min.active {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-name: fadeInUpMin;
    animation-name: fadeInUpMin;
}
.fadeInRight.active{
    -webkit-animation-timing-function: cubic-bezier(0.42,0,0,1);
    animation-timing-function: cubic-bezier(0.42,0,0,1);
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.section .hashlink {
    -webkit-transition: box-shadow .5s ease-out 1s;
    transition: box-shadow .5s ease-out 1s
}

.active .hashlink {
    box-shadow: 0 10px 17px 0 rgba(0,0,0,.12),0 17px 50px 0 rgba(0,0,0,.1)
}

@-webkit-keyframes fadeInUp {
    1% {
        opacity: 0;
        -webkit-transform: translateY(120px);
        transform: translateY(120px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    1% {
        opacity: 0;
        -webkit-transform: translateY(120px);
        transform: translateY(120px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUpMin {
    1% {
        opacity: 0;
        -webkit-transform: translateY(24px);
        transform: translateY(24px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpMin {
    1% {
        opacity: 0;
        -webkit-transform: translateY(24px);
        transform: translateY(24px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


/* ------ */
.c-reserve__title {
    /*font-size: 1.8rem;*/
    font-size:1.2em;
    letter-spacing: .1em;
    text-align: center;
}
.c-reserve__link {
    display: block;
    /*font-size: 1.4rem;*/
    text-align: center;
}
    .c-reserve {
        margin-top: 0
    }

    .c-reserve__inner {
        background: #f7f6f4;
        margin-left: auto;
        margin-right: auto;
        /*max-width: 800px*/
        overflow:hidden;
    }

    .c-reserve__inner.--old {
        margin-bottom: 60px
    }

    .c-reserve__txt {
        margin-left: auto;
        margin-right: auto;
        max-width: 464px;
        text-align: center
    }

    .c-reserve__btn {
        transition: .4s
    }

    .c-reserve__btn:hover {
        background: #5d5a56;
        color: #fff;
        opacity: 1
    }

    .c-reserve-list {
        margin-bottom: 0;
        margin-top: 90px;
        padding: 0
    }

    .c-reserve-list__inner {
        background: #efede9;
        padding: 23px 20px
    }

    .c-reserve-list__item:first-of-type .c-reserve-list__txt-wrapper,.c-reserve-list__item:nth-of-type(2) .c-reserve-list__txt-wrapper {
        margin-left: 15px
    }

    .c-feature .c-feature__section {
        margin-top: 75px
    }

    .c-feature .c-feature__section-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 980px;
        padding-left: 40px;
        padding-right: 40px
    }

    .c-feature.p-news-entry .entry-body h1.c-feature__headingLv1 {
        font-size: 3.2rem
    }

    .c-feature.p-news-entry .entry-body h2.c-feature__headingLv2 {
        font-size: 3rem
    }

    .c-feature.p-news-entry .entry-body h3.c-feature__headingLv3 {
        font-size: 2.8rem
    }

    .c-feature.p-news-entry .entry-body h4.c-feature__headingLv4 {
        font-size: 2.6rem
    }

    .c-feature.p-news-entry .entry-body h5.c-feature__headingLv5 {
        font-size: 2.4rem
    }

    .c-feature .c-feature__text.--padding-ltor {
        padding: 0 10px
    }

    .c-feature .c-feature__image {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px
    }

    .c-feature .c-feature-btn__flex {
        display: flex;
        justify-content: center
    }

    .c-feature .c-feature-btn__flex .c-btn+.c-btn {
        margin-left: 20px;
        margin-top: 0
    }

    .c-feature .c-feature-btn__flex .c-btn a {
        min-width: 360px
    }

    .c-feature .c-feature-anchor {
        margin-top: 30px
    }

    .c-feature .c-feature-anchor__list {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 710px
    }

    .c-feature .c-feature-anchor__list.--center {
        justify-content: center
    }

    .c-feature .c-feature-anchor__item {
        padding: 0 10px;
        width: 235px
    }

    .c-feature .c-feature-anchor__item:nth-of-type(n+4) {
        margin-top: 20px
    }

    .c-feature .c-feature-anchor__link {
        border-bottom: 1px solid #eae6df;
        font-size: 1.8rem;
        padding: 18px 5px 17px
    }

    .c-feature .c-feature-introduction {
        margin-top: 45px
    }

    .c-feature .c-feature-introduction__txt-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 800px
    }

    .c-feature .c-feature-about {
        margin-top: 104px
    }

    .c-feature .c-feature-about__flex {
        display: flex;
        margin-top: 24px
    }

    .c-feature .c-feature-about__img {
        margin-top: 0;
        width: 51.3265306122%
    }

    .c-feature .c-feature-about__txt-wrapper {
        margin-left: 30px;
        margin-top: 15px;
        width: 45.612244898%
    }

    .c-feature .c-feature-possible {
        margin-top: 78px
    }

    .c-feature .c-feature-possible__swiper-md {
        margin-right: -20px
    }

    .c-feature .c-feature-possible__list-md {
        justify-content: center
    }

    .c-feature .c-feature-possible__item-md {
        width: 300px
    }

    .c-feature .c-feature-possible__item-md+.c-feature-possible__item-md {
        margin-left: 40px
    }

    .c-feature .c-feature-possible__item-md:last-child:after {
        content: "";
        display: block;
        height: 1px;
        left: 100%;
        position: absolute;
        top: 0;
        width: 20px
    }

    .c-feature .c-feature-possible-md-button {
        display: none
    }

    .c-feature .c-feature-possible__sm {
        margin-left: auto;
        margin-right: auto;
        max-width: 960px
    }

    .c-feature .c-feature-possible__list-sm {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(4,1fr)
    }

    .c-feature .c-feature-possible__item-sm {
        width: 225px
    }

    .c-feature .c-feature-possible__item-sm+.c-feature-possible__item-sm {
        margin-left: 0
    }

    .c-feature .c-feature-possible__item-sm:nth-child(4n):after {
        content: "";
        display: block;
        height: 1px;
        left: 100%;
        position: absolute;
        top: 0;
        width: 20px
    }

    .c-feature .c-feature-possible__img-sm img {
        width: 100%
    }

    .c-feature .c-feature-possible-sm-button {
        display: none
    }

    .c-feature .c-feature__movie-wrap iframe {
        height: 334px;
        width: 560px
    }

    .c-feature .c-feature__movie-wrap video {
        width: 560px
    }

    .c-feature .c-feature-product {
        margin-top: 80px
    }

    .c-feature .c-feature-product_flex {
        flex-direction: row
    }

    .c-feature .c-feature-product__img {
        width: 50%
    }

    .c-feature .c-feature-product__txt-wrapper {
        margin-top: 0;
        padding-left: 40px;
        width: 50%
    }

    .c-feature .c-feature-product__headingLv3 {
        font-size: 2.4rem;
        text-align: left
    }

    .c-feature .c-feature-section {
        margin-top: 50px
    }

    .c-feature .c-feature-section.has-border {
        padding-top: 50px
    }

    .c-feature .c-feature-flex__wrapper {
        display: flex
    }

    .c-feature .c-feature-flex__wrapper.--reverse {
        flex-direction: row-reverse
    }

    .c-feature .c-feature-flex__item {
        padding: 0 20px;
        width: 50%
    }

    .c-feature .c-feature-featured-image {
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px
    }

    .c-feature.p-news-entry .entry-body p.c-reserve__txt {
        margin-left: auto;
        margin-right: auto;
        max-width: 464px;
        text-align: center
    }

    .c-feature.p-news-entry .entry-body p {
        -webkit-margin-after: initial;
        margin-block-end:0}

    .c-feature .c-feature-mv__inner {
        padding-bottom: 48px;
        padding-top: 78px
    }

    .c-feature .c-feature-mv__title {
        font-size: 5rem;
        letter-spacing: .32em
    }

    .c-feature .c-feature-mv__title>span {
        font-size: 1.8rem;
        letter-spacing: .34em;
        margin-left: 10px
    }

    .c-feature .c-feature-mv__title.--rl {
        text-align: left
    }

    .c-feature .c-feature-mv__txt {
        margin-top: 36px;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
.main-contents .c-reserve__btn {
    align-items: center;
    background: #7c7973;
    border-radius: 9999px;
    color: #fff;
    cursor: pointer;
    display: flex;
    /*font-size: 1.6rem;*/
    font-size:1.2em;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 1rem .5rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 315px;
}

.l-container {
    margin-left: auto;
    margin-right: auto;
    width: 1060px;
    max-width:100%
}

.l-footer {
    background-color: #f7f6f4;
    padding:0 24px 54px
}

.l-footer__nav {
    width: min(var(--max-width),100% - 30px)
}

.l-footer__nav-unit {
    padding-bottom: 30px;
    padding-top: 30px
}

.l-footer__nav-unit+.l-footer__nav-unit {
    border-top: 1px dashed #ccc
}

.l-footer__nav-unit.-outline {
    padding-bottom: 0
}

.l-footer__nav-unit.-header {
    border-top: none
}

.l-footer__nav-unit.-shop-list {
    border-top: 1px dashed #ccc
}

.l-footer__heading {
    align-items: center;
    display: flex;
    /*font-size: 1.8rem;*/
    font-size:1.2em;
    line-height: 1;
    margin-bottom: 20px
}

.l-footer__heading img {
    margin-right: 8px
}

.l-footer__nav__list {
    display: flex;
    flex-wrap: wrap;
    margin: -12px -8px;
    position: relative
}

.l-footer__nav__list.-outline {
    display: block
}

.l-footer__nav__item {
    line-height: 1.5;
    margin: 10px;
    width: 43%
}

.l-footer__nav__item:after,.l-footer__nav__item:before {
    content: "";
    display: block;
    height: 0;
    width: 0
}

.l-footer__nav__item:before {
    margin-top: -.25em
}

.l-footer__nav__item:after {
    margin-bottom: -.25em
}

.l-footer__nav__item.-col-one {
    width: 100%
}

.l-footer__nav__item.-outline {
    border: none;
    margin: 0;
    width: 39%
}

.l-footer__nav__item.-outline a {
    font-size: 14px;
    letter-spacing:1px;
    margin: 12px 8px
}

.l-footer__nav__item.-nowrap {
    white-space: nowrap
}

.l-footer__nav__item svg {
    flex-shrink: 0;
    margin-right: 6px
}

.l-footer__nav__item a {
    align-items: center;
    display: inline-flex;
    font-size: var(--base-text-font-size-sp)
}

.l-footer__image {
    display: block
}

.l-footer__image img {
    width: 100%
}

.l-footer__banner {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit,min(335px,100%));
    justify-content: center;
    margin-top: 40px
}

.l-footer__copy {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 52px;
    padding-bottom: 30px
}

.l-footer__copy:not(small) {
    font-size: 0
}

.l-footer__copy small {
    font-size: 1rem;
    line-height: 1;
    margin-top: 15px
}

@media screen and (min-width: 768px) {
.c-reserve {
        margin-top: 0
    }

    .c-reserve__inner {
        background: #f7f6f4;
        margin-left: auto;
        margin-right: auto;
        /*max-width: 800px*/
    }

    .c-reserve__inner.--old {
        margin-bottom: 60px
    }

    .c-reserve__txt {
        margin-left: auto;
        margin-right: auto;
        max-width: 464px;
        text-align: center
    }

    .c-reserve__btn {
        transition: .4s
    }

    .c-reserve__btn:hover {
        background: #5d5a56;
        color: #fff;
        opacity: 1
    }

    .c-reserve-list {
        margin-bottom: 0;
        margin-top: 90px;
        padding: 0
    }

    .c-reserve-list__inner {
        background: #efede9;
        padding: 23px 20px
    }

    .c-reserve-list__item:first-of-type .c-reserve-list__txt-wrapper,.c-reserve-list__item:nth-of-type(2) .c-reserve-list__txt-wrapper {
        margin-left: 15px
    }

    body.is-scroll-lock {
        overflow:initial
    }

    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none
    }

    .p-page {
        padding-bottom: 90px;
        padding-top: 62px
    }

    .l-container.-entry {
        max-width: var(--max-width-xs)
    }

    .l-header {
        background-color: transparent
    }

    .l-header.is-fixed {
        background-color: rgba(0,0,0,.439);
        height: 100vw;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100
    }

    .l-header__announce-bar {
        height: 40px;
        line-height: 40px
    }

    .l-header__nav {
        display: none;
        margin-left: auto;
        margin-right: auto
    }

    .l-header__list__sec {
        display: flex
    }

    .l-header__item__sec a {
        align-items: center;
        display: flex;
        height: 25px;
        justify-content: center;
        line-height: 25px;
        width: 100px
    }

    .l-header__logo {
        margin-left: 0
    }

    .l-header__bottom-bar {
        max-width: 600px;
        padding: 14px 0
    }

    .l-header__bottom-bar__item span {
        font-size: 1.3rem;
        margin-top: auto;
        padding-top: 8px
    }

    .l-header__bottom-bar__icon {
        margin-bottom: 0
    }

    .l-header__menu__bottom-nav {
        max-width: 430px
    }

    .l-header__menu__bottom-unit {
        width: 100%
    }

    .l-header__menu__bottom-link {
        justify-content: normal
    }

    .l-header__menu__bottom-item__inner {
        margin-left: 8px
    }

    .l-header__menu__bottom-item button {
        min-height: 80px;
        min-width: 80px
    }

    .l-header__menu__bottom-item button svg {
        height: 24px;
        width: 24px
    }

    .l-header__menu__bottom-txt {
        font-size: 1.4rem
    }

    .l-header__menu__bottom-txt strong {
        font-size: 1.7rem
    }

    .l-header__menu__nav-wrapper {
        width: auto
    }

    .l-header__menu__nav {
        margin-left: auto;
        padding: 30px 30px 120px;
        width: 430px
    }

    .l-header__menu__list:not(:root).l-footer__nav__list {
        flex-direction: row;
        justify-content: flex-start
    }

    .l-header__menu__item:not(:root).l-footer__nav__item.-outline a {
        font-size: 1.4rem
    }

    .l-footer__banner.l-header__menu__banner {
        flex-direction: column
    }

    .l-header__menu__image.l-footer__image+.l-header__menu__image.l-footer__image {
        margin-left: 0;
        margin-top: 20px
    }

    .l-header__menu[aria-hidden=false] .l-header__menu__nav-wrapper {
        top: 0
    }

    .l-header-25th-bnr {
        max-width: 192px;
        width: 15vw
    }

    .l-header-25th-bnr__close {
        height: 24px;
        width: 24px
    }

    .l-header-25th-bnr__close:after,.l-header-25th-bnr__close:before {
        content: "";
        height: 16px;
        width: 2px
    }

    .l-footer {
        padding-bottom:0
    }

    .l-footer__nav.-main-nav {
        width: 100%
    }

    .l-footer__nav-unit+.l-footer__nav-unit {
        border: none
    }

    .l-footer__nav-unit.-outline {
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        width: 100%
    }

    .l-footer__nav-unit.-item {
        grid-column: 1
    }

    .l-footer__nav-unit.-obsession {
        grid-column: 2
    }

    .l-footer__nav-unit.-contents {
        grid-column: 3
    }

    .l-footer__nav-unit.-guide {
        grid-column: 4
    }

    .l-footer__nav-unit.-shop-list {
        border: none;
        grid-column: 1/span 4;
        grid-row: 2;
        width: 100%
    }

    .l-footer__nav-unit.-outline {
        grid-column: 1/span 4;
        grid-row: 3
    }

    .l-footer__nav__list {
        flex-direction: column;
        margin: 0;
        row-gap: 25px
    }

    .l-footer__nav__list.-outline {
        -moz-column-gap: 0;
        column-gap: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .l-footer__nav__list.-shop-list {
        border-top: none;
        -moz-column-gap: 30px;
        column-gap: 30px;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        row-gap: 25px
    }

    .l-footer__nav__item {
        margin: 0;
        width: 100%
    }

    .l-footer__nav__item.-outline {
        width: 50%
    }

    .l-footer__nav__item.-outline+.l-footer__nav__item.-outline,.l-footer__nav__item.-outline:first-of-type {
        border-left: 1px solid #000
    }

    .l-footer__nav__item.-outline:last-of-type:not(:root) {
        border-right: 1px solid #000
    }

    .l-footer__nav__item.-outline {
        width: auto
    }

    .l-footer__nav__item.-outline a {
        margin: 0;
        padding: 0 15px
    }

    .l-footer__nav-unit-wrapper {
        -moz-column-gap: 30px;
        column-gap: 30px;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        row-gap: 25px
    }
}
/* ----- */

@media screen and (min-width: 1401px) {
    .wrapper {
        width:1280px
    }

    .contents {
        width: 900px
    }
    .contents-m{
        width: 760px;
    }
}

@media screen and (max-width: 1024px) {
    .contents {
        padding-left:24px;
        padding-right: 24px
    }
}
@media screen and (max-width: 600px) {
    .persons li{width:49.5%}
    .main-contents figure{
        margin: 2em auto;
    }
    .headline>div{display:inline}
    .main-contents .col-evn2{width:100%}
}

@media screen and (max-width: 480px) {
    .headline .br{display:inline;}
    .persons li{width:100%}
}

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

}

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

}
