/************
*** Basic ***
********* ***/
html, body {
    overflow-x: hidden;
}
html{
    font-size: 14px;
    font-family: 'Noto Sans JP';
}
@media (min-width: 501px) {
    html{
        font-size: 17.5px;
    }
}
body{
    padding-bottom: 8em;
}
figure{
    margin:0;
}
h1 {
    margin:0;
}
img {
    max-width:100%;
}



/**************
*** Modules ***
***************/
.wrapper-max500{
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}
@media (min-width: 501px) {
    .wrapper-max500 {
        mask-image: linear-gradient(
            to right,
            transparent,
            black 2%,
            black 98%,
            transparent
        );
    }
    .wrapper-max500.mxNone {
        mask-image: none;
    }
}
.wrapper-calc{
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 2rem);   
}
.wrapper-calc-2{
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 3rem);   
}
.negative-margin{
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
.wipe {
  clip-path: inset(0 100% 0 0);
  transition: clip-path ease-in;
}
.wipe.is-visible {
  clip-path: inset(0 0 0 0);
}
.bg-light-yellow {
    background: #FFF6ED;
}

.anchor-link-nav{
    color: #fff;
    margin-bottom: 1.15em;
    margin-top: 1.15em;
    text-align: center;
}
.h2-red-bar,.h2-white-bar{
    font-family: 'IBM Plex Sans JP';
    line-height: 1.5;
    padding-bottom: .75em;
    position: relative;
    text-align: center;
}
.h2-white-bar{
    color: #fff;
}
.h2-red-bar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #EE593C;
    height: 5px;
    width: 22%;
}
.h2-white-bar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    height: 5px;
    width: 22%;    
}


/*************
*** Styles ***
**************/
header h1{
    margin-top:.45em;
    text-align:center;
}
header h1 img{
    width: 75%;
}
header hgroup p{
    font-size: .7em;
    text-align: right;
}
header hgroup p{
    color: #999;
    margin-top:.5em;
    text-decoration: underline;
}

#fixed-nav{
    background: rgba(255, 255, 255, 0.8);
    padding: 1.5em 0;
    position: fixed;
    display: flex;
    justify-content: space-around;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 100;
}
#fixed-nav a {
    border-radius: 3em;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding:.7em 1.2em;
    text-align:center;
    width: 42%;
}
#fixed-nav a.fixed-nav__reserve{
    background: #ED5636;
}
#fixed-nav a.fixed-nav__contact{
    background:#43b867
}
#top-image {
    position: relative;
}
#top-image figcaption{
    position: absolute;
    top: 1.5em;
}
#top-image figcaption p{
    background: #000;
    color: #fff;
    font-size:1.2em;
    font-weight: bold;
    margin: 0;
    padding: .45em .5em;
    width: fit-content;
}
#top-image figcaption p+p{
    margin-top: .5em;
}
#top-image h2{
    bottom: 50%;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    left: 50%;
    line-height: 1.5;
    position: absolute;
    text-align: center;
    text-shadow: 6px 2px 30px rgba(0,0,0,.8);
    transform: translateX(-50%) translateY(50%);
    width: 100%;
}

.link-button-orange{
    background: #ED5636;
    border-radius: 144px;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    padding: .75em 1.4em;
}

#intro__orange-bar{
    background: #ED5636;
    color: #fff;
    font-family: 'IBM Plex Sans JP';
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4;
    padding: .85em 0;
    text-align: center;
}
#intro__bottom h2{
    margin-bottom:1.7em;
}

#service-explain__contents{
    margin-top: 3.65em;
    padding-bottom: 2.75em;
    position: relative;
}
#se-contents__01{
    position: relative;
    z-index: 1;
    transform: translateY(-3em);
}
#se-contents__03--youtube{
    aspect-ratio: 16 / 9;
    margin-top: 1.5em;
}
#se-contents__03--youtube h3{
    font-size:1.35em;
    font-family: 'IBM Plex Sans JP';
    line-height: 1.5;
    text-align: center;
}

#master-profile{
    background: linear-gradient(to bottom, #A47E5B 0%, #453527 59%, #593D22 100%);
    padding-bottom: 2.4em;
    padding-top: 6em;
}
#master-profile h2{
    letter-spacing: 4px;
}
#profile-image-text{
    position: relative;
}
#master-profile h3.profile-first{
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    color: #fff;
    font-family: 'IBM Plex Sans JP';
    font-size: 1.53em;
    letter-spacing: 4px;
    line-height: 1.5;
    margin-left: 1.5em;
    padding: .5em 0 .75em 1em;
    text-shadow: 6px 4px 3px rgba(0, 0, 0, .25);
}
#profile-image-text figure {
    width: 42%;
    position: absolute;
    top: 22%;
    right: 3%;
}
#profile-image-text figure img{
    border: 3px solid #fff;
    border-radius: 100%;
}
#profile-image-text p{
    color: #fff;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 2;
    margin-left: 2.6em;
    position: relative;
    text-align: right;
    font-family: 'IBM Plex Sans JP';
}
#profile-image-text p span{
    font-size: 1.36em;
}
#profile-content{
    color: #fff;
    font-family: 'IBM Plex Sans JP';
    line-height: 2;
    text-align: justify;
}
#profile-content h3{
    margin-bottom:0;
}
#profile-content h3 + p{
    margin-top:0;
}
#profile-content p{
    font-size: .95em;
}
#profile-content p + p{
    margin-top:1.2em;
}
#profile-content p.big-text {
    font-size: 1.4em;
    font-weight: bold;
}
#profile-content p + h3{
    margin-top: 2em;
}

#customers-voice{
    background: #E0EDDD;
}

#price-plan{
    font-family: 'IBM Plex Sans JP';
    padding-bottom: 2em;
}
#price-plan h2{
    margin-top:1.5em;
}
#plan-h3-first{
    color: #EE593C;
    font-family: 'IBM Plex Sans JP';
    font-size: 1.75em;
    font-weight: bold;
    margin-top: 1.45em;
    text-align:center;
}
.pp-contents-box{
    border: 3px solid #EE593C;
    border-radius:30px;
    padding-bottom: 3em;
    position: relative;
}
.pp-contents-box::before{
    background: #EE593C;
    content: "";
    border-radius: 30px 0 21px 0;
    position: absolute;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    top: -2px;
    left: -2px;
    padding-left: .85em;
    padding-right: .85em;
    padding-bottom: .85em;
    padding-top: .85em;
    text-align: center;
}
.pp-contents-box h4{
    color: #EE593C;
    font-family: 'IBM Plex Sans JP';
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: .95em;
    margin-top: 1em;
    text-align:center;
}
.yellow-bg-plan-box{
    background: #FFF6ED;
    padding-bottom:1.4em;
    padding-top:1.2em;
}
#pp-content-1{
    z-index: 1;
}
#pp-content-1.pp-contents-box::before{
    content: "01";
}

#pp-content-1 .yellow-bg-plan-box,#pp-content-2 .yellow-bg-plan-box{
    text-align: center;
}
#pp-content-1 .yellow-bg-plan-box p,#pp-content-2 .yellow-bg-plan-box p{
    font-size:1.35em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom:.1em;
}
#pp-content-1 .yellow-bg-plan-box p+p,#pp-content-2 .yellow-bg-plan-box p+p{
    margin-top: 0;
}
#pp-content-1 .yellow-bg-plan-box p small, #pp-content-2 .yellow-bg-plan-box p small {
    font-size: .66em;
    font-weight: normal;
}
.reccomend-plan-box h5{
    color: #EE593C;
    font-family: 'IBM Plex Sans JP';
    font-size: 1.45em;
    font-weight: bold;
    margin-bottom: .85em;
    margin-top: 1.45em;
    text-align:center;
}
.reccomend-plan-box ul{
    font-weight: 500;
    line-height: 1.4;
    list-style-type: "●";
    padding-left: 1.3em;
}
.reccomend-plan-box ul li {
    padding-left: .4em;
}
.price-plan-box{
    border-top: 1px solid #000;
}
.price-flex{
    display: flex;
    font-size:1.75em;
    font-weight: bold;
    justify-content: center;
    margin-top: 1.1em;
}
.price-flex .pfx-right{
    margin-left: 1em;
    text-align: right;
}
.price-flex .pfx-right small{
    display: block;
    font-size:.52em;
}
.toggle-button{
    background: #EE593C;
    border-radius: 144px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    padding: .6em 1.4em .6em 2.6em;
    position: relative;
    text-align: center;
}
.pp-contents-box .toggle-button{
    border-radius: 144px;
    bottom: -1.2em;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    position: absolute;
    width: 84%;    
}
.toggle-button::before{
    background: #fff;
    content: "";
    left: 1.2em;
    height: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}
.toggle-button::after{
    background: #fff;
    content: "";
    left: 1.2em;
    height: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform .3s ease;
    width: 16px;
}
.toggle-button.is-open::after{
    transform: rotate(720deg);
}
.toggle-target {
    border-width: 0;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    transition: max-height .5s ease, margin-top .5s ease, padding .5s ease, border-width .2s ease;
}
.toggle-target.is-open {
    border-width: 3px;
    max-height: 2000px;
    padding-bottom: 3em;
}
.pp-contents-box.noIcon::before{
    display: none;
}
#pp-content-1__option.pp-contents-box{
    margin-top:.5em;
}
#pp-content-1__option.pp-contents-box h4{
    margin-top: 1.5em;    
}
.contains-top-caption{
    font-size: 1.3em;
    font-weight: 600;
    text-align:center;
}
.contains-top-caption + h5{
    margin-top:1em;
}
.contains-bottom-caption{
    font-weight: 600;
    margin-top: 1.45em;
    text-align:center;
}
.plan-toggle-button::after{
    background: #fff;
    content: "";
    left: 1.2em;
    height: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 16px;
}
.pp-contents-box:nth-of-type(3){
    margin-top: 2em;
}
.pp-contents-box:nth-of-type(n+4){
    margin-top: 1.5em;
}
#pp-content-2.pp-contents-box::before{
    content: "02";
}
.yellow-bg-plan-box.contains h5, #pp-content-add h4{
    background: #EE593C;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    padding: .65em 2.6em .5em;
    width: fit-content;
}
.contains-flex {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contains-flex > *:nth-child(n+3){
    margin-top:1em;
}
.contains-flex__left{
    width:26%;
}
.contains-flex__right{
    font-size: 1.3em;
    font-weight: 600;
    width: 70%;
}
.contains-flex__right small{
    display: block;
    font-size: .6em;
    font-weight: normal;
    margin-top:.4em;
}
#pp-content-3.pp-contents-box::before{
    content: "03";
}
#pp-content-4.pp-contents-box::before{
    content: "04";
}
.yellow-bg-plan-box.contains h5.contain-premium{
    background: #9E7509;
    border-radius: 0;
    text-align: center;
    width: 100%;
}
#pp-content-3 .reccomend-plan-box h5{
    font-size: 1.25em;
}
.pp-contents-box.noNum::before{
    display: none;
}
#pp-content-add table {
    border-collapse: collapse;
}
#pp-content-add table thead tr th{
    border-bottom: 2px solid #000;
    text-align: left;
}
#pp-content-add table thead tr th, #pp-content-add table tbody tr td{
    padding: .65em 0;
}
#pp-content-add table tbody{
    font-size: .9em;
}
#pp-content-add table tbody tr td{
    border-bottom: 1px solid #999;
}
#movie-plan.toggle-button{
    margin-left:auto;
    margin-right:auto;
    margin-top: 1.5em;
    width: fit-content;
    z-index: 30;
}
#pp-content__movie.pp-contents-box{
    margin-top:-1.5em;
    padding-top: 1.5em;
}
#about-noise-cut h2{
    background: #A0770E;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0;
    padding-bottom: 1.5em;
    padding-top: 1.3em;
    text-align:center;
}
#anc-yellow-bg{
    background: #FFF6ED;
    padding-bottom:3.5em;
}
#anc-top-flex{
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding-bottom: 1.55em;
    padding-top: 1.4em;
}
#anc-top-flex__left{
    width: 22%;
}
#anc-top-flex__right{
    font-weight: bold;
    line-height: 1.3;
}
#anc-white-bg{
    background: #fff;
}
#anc-middle-flex{
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding-bottom: 1.55em;
    padding-top: 1.4em;
}
#anc-middle-flex figure{
    width: 100%;
}
#anc-middle-flex figure figcaption{
    font-weight: bold;
    margin-top: .75em;
    text-align: center;
}
/* #anc-middle-flex img{
    aspect-ratio: 16 / 9;
    object-fit: cover;
} */
#anc-bottom-flex{
    font-size:1.4em;
    font-weight: 600;
    margin-top: 1.2em;
}
#anc-balloon{
    background: #A0770E;
    border-radius: 17px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    margin-top:2em;
    padding: .9em 1.3em 1em;
    position: relative;
    text-align: center;
    width: fit-content;
}
#anc-balloon::before {
  content: '';
  position: absolute;
  top: -20px;        /* 上に出す */
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 10px 20px 10px;
  border-style: solid;
  border-color: transparent transparent #A0770E transparent;
}
.notion-list {
    margin-top: 2.1em;
}
.notion-list h3{
    margin-bottom:0;
}
.notion-list h3 p{
    font-size: .9em;
    font-weight: 600;
    margin-top: .5em;
}

#resque h2,#reservation h3{
    color: #EE593C;
    font-family: 'IBM Plex Sans JP';
    font-size: 1.45em;
    font-weight: bold;
    margin-bottom: .85em;
    text-align: center;
}

#reservation{
    padding-top: 3em;
    padding-bottom:2.7em;
}

#access{
    background: #FFEFE2;
    font-family: 'IBM Plex Sans JP';
    padding-bottom: 3.5em;
    padding-top: 3.2em;
}

#access address{
    font-style: normal;
    font-weight: bold;
}
#access dl {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
}
#access dl dt{
    width: 5em;
}
#access dl dd{
    margin-left:0;
    width: calc(100% - 5em)
}
#gmap iframe{
    aspect-ratio: 4 / 3;
}
.icon-access-info{
    margin:0;
}
.icon-access-info > a,.icon-access-info > span{
    align-items: center;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
}
.ici-left{
    display: inline-block;
    width:1.5em;
}
.ici-right{
    width: calc(100% - 1.95em);
}
.icon-access-info + .icon-access-info{
    margin-top: .2em;
}
#access-balloon{
    background:#fff;
    box-shadow: 4px 5px 3px 2px #a8a8a8;
    margin-top:3.7em;
    padding: 2.5em 1em 1.3em;
    position: relative;
}
#access-balloon h3{
    background: #EE593C;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    padding: .7em 1.85em .6em;
    position: absolute;
    top: -1.85em;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
}
#access-balloon ul{
    font-weight: 600;
}
#access-balloon ul li + li{
    margin-top: .7em
}

#footer-copyright {
    text-align: center;
}

/*********************
*** Page Top Button ***
**********************/
#page-top-btn {
    background: #EE593C;
    border: none;
    border-radius: 50%;
    bottom: 7.4rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
    cursor: pointer;
    height: 3rem;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 1.4rem;
    transition: opacity .35s ease, transform .35s ease;
    width: 3rem;
    z-index: 9999;
}
#page-top-btn.is-visible {
    opacity: 1;
    pointer-events: auto;
}
#page-top-btn:hover {
    transform: translateY(-3px);
}
#page-top-btn span {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    display: block;
    height: .75rem;
    left: 50%;
    position: absolute;
    top: 53%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: .75rem;
}