@charset "UTF-8";
html {
}

button,
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
}

input[type="submit"],
a {
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

input[type="submit"]:hover,
a:hover {
}

.clearfix {
    zoom: 1;
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

input {
    font-size: 16px;
}

img {
    width: auto;
    max-width: 100%;
    line-height: 0;
    vertical-align: middle;
    border: none;
}

.wysiwyg {
    word-break: break-word;
    line-height: 1.75;
}

.wysiwyg table {
    width: 100% !important;
}

.wysiwyg ol {
    margin-left: 16px;
    list-style-type: decimal;
}

p {
    line-height: 1.75;
}

ol, ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.sp-hide {
    display: block;
}

.sp {
    display: none;
}

.wrap {
    width: 100%;
    margin: 0 auto;
}

.center {
    text-align: center;
}

time {
    display: inline-block;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.sns-btn {
    letter-spacing: -.4em;
    margin: 16px 0;
}

.sns-btn a {
    display: inline-block;
    color: #fff;
    padding: 10px 8px;
    text-align: center;
    background: #B5B5B6;
    font-size: 12px;
    min-width: 16%;
    width: 33.3%;
    letter-spacing: normal;
}

.sns-btn a:nth-child(1) {
    background: #036EB8;
}

.sns-btn a:nth-child(2) {
    background: #2EA7E0;
}

.sns-btn a:nth-child(3) {
    background: #13AE67;
}

.iframe-wrap.map {
    position: relative;
    padding-top: 30%;
}

.iframe-wrap.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .wysiwyg figure,
    .iframe-wrap {
        position: relative;
        padding-top: 56.25%;
    }
    
    .wysiwyg figure iframe,
    .iframe-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .wysiwyg figure img {
        margin-top: -56.25%;
    }
    
    .sp {
        display: block;
    }
    
    .sp-hide {
        display: none;
    }
    
    .prev-next a {
        width: 47%;
        margin: 0 1.5% 0 0;
    }
    
    .prev-next a {
        display: inline-block;
        margin: 8px 16px;
    }
    
    .prev-next a:nth-child(2) {
        margin: 0 0 0 1.5%;
    }
    
    .sns-btn a {
        padding: 10px 4px;
        font-size: 10px;
        width: 33.3%;
    }
}

/*★サイトの基準設定 -------------------------------------------------------------------------*/
body {
    color: #333;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
}

a {
    color: #333;
}

.wrap {
    max-width: 1200px;
}


.contents {
    background: #fff;
}

@media screen and (max-width: 768px) {
    .wrap,
    .contents .wrap {
        padding: 0 16px;
    }
    
    
}

/*
header {
  width: 100%;
  height: 100vh;
}
header > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
*/
header div.text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    /*background: url(https://salondehagita.com/lp/img/bgmov.png) center bottom no-repeat;*/
    background:none;
    background-size:cover;

}

header div.text img {
    width: 60%;
    max-width: 903px;
}

#header {
    position: relative; /*h1の中央寄せ配置の起点とするためのrelative*/
    /*width:100vw;*//*241219*/
    height: 100vh; /*高さを全画面にあわせる*/
    /*background: rgba(139, 139, 139, 0.5);*/
    overflow: hidden;
}

#video-area {
    position: absolute;
    z-index: -1; /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    /*縦横幅指定*/
    /*width:100vh;*/
    width:100%;
    height:100%;

    /*width: 177.77777778vh;*/ /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    /*height: 56.25vw;*/ /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;

    aspect-ratio: 16 / 9;
    object-fit: cover;
}

header + .apply {
    text-align: center;
    width: 100%;
    margin-top: -15vh;
/*    margin-top: 40px;*/
    z-index: 9999;
    position: relative;
}

header + .apply a {
    display: inline-block;
    width: 20%;
    max-width: 200px;
}

.apply img {

}
@media screen and (max-width: 768px) {
header + .apply{
    margin-top:-40px;
    margin-bottom:-40px;
}
}
.center {
    text-align: center;
}

section.wrap, .movie {
    margin: 64px auto;
}

.bg {
    /*background: #171717;
    color: #fff;*/
    background: #e7941b;
    /*font-family: 'Hannari';*/
}

.bg .wrap {
    padding-bottom: 64px;
}

h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.buy {
    width: 100%;
    color: #fff;
    padding: 72px 16px;
    background: url(../img/buy.jpg) no-repeat center;
    background-size: cover;
}

/*.buy > img {
  width: 100%;
    object-fit: cover;
}*/
.buy > div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

.buy div a {
    color: #fff;
    width: 100%;
    display: inline-block;
    border: 2px solid #fff;
    padding: 40px 24px;
    border-radius: 28px;
    font-size: 24px;
    text-align: center;
    /*margin: 0 8px;*/
}
dlimg
.buy div a:hover {
    background: rgba(255, 255, 255, .4);
}

.buy div p {
    width: 100%;
    text-align: center;
}
.buy div > div {
    width: 31%;
    margin: 0 8px;  
}
.buy div div .p-tbtn {
    padding: 8px 16px 0;
    margin-bottom: 0;
    text-align:left;
    font-size:15px;
}
@media screen and (min-width: 769px) {

   .movie .iframe-wrap + .iframe-wrap {
    margin-left: 2%;
   }
.movie {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
}
@media screen and (max-width: 768px) {
   .movie .iframe-wrap + .iframe-wrap {
    margin-top: 40px;
}
.buy div div {
        width: 80%;
        margin-bottom: 16px;
 
}
    .buy div a {
        color: #fff;
        display: inline-block;
        border: 2px solid #fff;
        padding: 16px 24px;
        border-radius: 20px;
        font-size: 16px;
        text-align: center;
    }
    
    .buy div p {
        width: 100%;
        text-align: center;
        margin: 0;
        font-size: 14px;
    }
}

dl {
    margin: 64px 0;
}

dl dd > dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 2;
    margin: 0;
}

dl dd > dl dt {
    width: 5em;
}
dl dd > dl dd {
  width: calc(100% - 6em);
}
.wrap.info {
    max-width: 800px;
}

.info dl {
    margin: 16px 0;
    line-height: 2;
}

.info dl dt {
    width: 30%;
}

.info dl dd {
    width: 64%;
}

@media screen and (min-width: 769px) {
    dl {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    dl.dlimg {
        justify-content: space-between;
    }
    
    dl.dlimg > dt {
        width: 30%;
    }
    
    dl.dlimg > dd {
        width: 60%;
    }
    
    dl.dlimg dd p {
        margin-top: 0;
    }
    
}

h2 + h3, h2 + h3 + h3 {
    text-align: center;
    margin-top: 40px;
}

footer {
    /*background: #171717;*/
        background: linear-gradient(#e1c658, #e9581c);

    padding: 48px 24px;
    text-align: center;
    position: relative;
}

footer img {
    width: 30%;
    max-width: 395px;
}

h2, h3 {
    font-weight: normal;
}
h2 {
    border-bottom: 2px solid #e9f4f0;
    padding-bottom: 8px;
}
/*.totop {
    right: 24px;
    position: absolute;
    top: -50px;
    width: 10%;
    max-width: 80px;
    display: inline-block;
    text-align: right;
}
.totop a {
  display: inline-block;
}*/

#page-top a img {
    width: 100%;
    max-width: none;
}

/*リンクの形状*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background:#942D2F;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size:0.6rem;
    transition:all 0.3s;*/
    
    display: inline-block;
    text-align: right;
}

#page-top a:hover {
    background: #777;
        border-radius: 50%;
        opacity:.8;
}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
    width: 10%;
    max-width: 80px;
}

/*　上に上がる動き　*/

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*　下に下がる動き　*/

#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(100px);
    }
}

.bg {
    color: #231815;
}

.bg .wrap p + h3 {
    margin-top: 64px;
}

dl.dlimg > dt div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

dl.dlimg > dt div img {
    width: 50%;
}
.textlink {
    text-decoration: underline;
    font-weight: bold;
}

.audio_wrap {
position: absolute;
    right: 16px;
    bottom: 15vh;
    width: auto;
    z-index: 9999;
    display: flex;
    color: #fff;
    font-size: 14px;

}

  .audio_button {
    /*width: 80px;
    height: 80px;
    margin: 0;
    background: url(../img/circle-play-solid.svg) no-repeat center center;
    background-size: contain;*/
    cursor: pointer;
  }
  .audio_button .off {
    text-decoration: underline;
  }

  .play .audio_button {
    /*background-image: url(../img/circle-pause-solid.svg);*/
        cursor: pointer;
    z-index: 9999;

  }
   .play .audio_button .on {
    text-decoration: underline;
  }
     .play .audio_button .off {
    text-decoration: none;
  }


@media screen and (max-width: 768px) {
    #header {
        height: 25vh;
    }

    #video {
        width: 100%;
        height: auto;
        min-height: initial;
        min-width: initial;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .audio_wrap {
        bottom: 6vh;
    }
}


  #goods .dlimg dt img {
    /*aspect-ratio: 1/1;*/
    object-fit: cover;
  }

.tickets {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 1%;
    margin-top: 10px;
}

.tickets a{
/*        border: 2px solid #171717;*/

    border: 2px solid #A1AC4C;
    color: #A1AC4C;
width: 32%;
    font-size: 15px;
    text-align: center;
    padding: 1.5%;
    /*background:rgba(249, 207, 209, 0);*/
    background:rgba(245, 176, 45, 0);

}
.tickets a:hover {
    background:rgba(245, 176, 45, 0.3);
    }
#goods .dlimg.soldout dt img {
    opacity: .3;
}
#goods .dlimg.soldout dt {
    position: relative;
}
#goods .dlimg.soldout dt:after {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    content: "Sold out";
    color: #000;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}
#goods .dlimg.soldout dd a {
    opacity: .3;
    pointer-events: none;

}
#goods .dlimg dd a {
    width: auto;
}

#goods .dlimg a.bana {
    width: 100%;
    padding: 0;
}
#goods p + dl + p {
    margin-top: 40px;
}
.add-bg {
    background:url(../img/bg.png) center bottom no-repeat;
    background-size:contain;

}
.add-bg2 {
    background: rgba(255, 255, 255, 0.7);
            padding-bottom: 300px;

}
.add-bg {
    /*background: #000;*/
    /* background: url(../img/bg.png) center bottom no-repeat; */
    /*background-size: contain;*/
    background: linear-gradient(#e1c658, #e9581c);
    margin: -64px 0;
    color: #231815;
}
.add-bg a {
    /*color: #fff;*/
 }
 .add-bg2 {
    /* background: rgba(255, 255, 255, 0.7); */
    /* padding-bottom: 300px; */
background: url(../img/bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 1px 0 20vh;
}

@media screen and (max-width: 768px) {
.dlimg dd > dl dd img {
    max-width:100%!important;
}
.tickets {
    width:100%;
    flex-wrap:wrap;
}.tickets a {
    margin-bottom:16px;
    width:100%;
}
}
.tickets-box > div {
    width:calc(100% / 3);
    text-align:center;
    padding:16px;
}

.page-ticket .tickets {
    margin-bottom:80px;
}
.page-ticket .tickets.t-online {
    justify-content:center;
}
.tickets-box a,
.page-ticket .tickets a {
    border: 2px solid #EECD6D;
    color: #171717;
    width: 45%;
    text-align: center;
    padding: 16px 8px;
    background: rgba(249, 207, 209, 0);
    background: #E6B424;
    color: #fff;
    font-weight: bold;
}
.tickets-box a {
    display:block;
    width: 100%;
    margin-top:16px;
    padding:16px;
}
@media screen and (max-width: 768px) {
.page-ticket .tickets,
.tickets-box{
    flex-wrap:wrap;
}
.page-ticket .tickets a,
.tickets-box > div{
    width:100%;
    margin-bottom:16px;
}
}
.buy div p.add-h-buy {
    margin: 16px 0 24px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .05em;
}
.wrap#access {
  max-width:800px;
}
.wrap#access a {
    text-decoration:underline;
}
.wrap#access h3 {
    text-align:left;

}

@media(min-width: 800px){
    a[href^="tel:"]{
        pointer-events: none;
    }
}

.comingsoon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
            height:100vh;
    background:#f1d76f;

}
.comingsoon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 768px) {

    .comingsoon img {
        object-fit: contain;
        height:100vh;
    }
}

.page-tickets .dlimg,
.page-satellite .dlimg {
            padding: 24px;
    border: 1px solid #aaa;
    }
    .satellite {
        text-align:center;
    }
    .sate-check {
        display:flex;
        justify-content:flex-start;
        align-items:center;
        align-content:center;
        margin-top: 24px;
        font-size:18px;
    }
    .sate-check input {
            transform: scale(1.5);
    }
    .sate-check label {
        margin-left: 4px;
        margin-bottom: 4px;
    }
    .sate-check + .sate-check {
        margin-left:16px;
    }
    .sate-select {
        display:flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        font-size: 20px;
    }
    .sate-select select {
    padding: 8px;
    width: 30%;
    font-size:16px;
  }
    .satellite-apply {
        margin-top:40px;
    }
    .satellite a {
        display:inline-block;
        background:#e7941b;
        color:#fff;
        padding: 16px 24px;
    min-width: 30%;
    max-width: 500px;
    text-align: center;
    }
  @media screen and (max-width: 768px) {

.sate-select {
    flex-wrap: wrap;
    width:100%;
}
.sate-select select {
    width: 90%;
    margin-top: 16px;
}
.satellite a {
    width:80%;
}
}
.satellite-ul li {
    padding: 24px;
    border: 1px solid #aaa;
    margin:64px 0;
}
.s-program h3{
    font-weight:bold;
    color:#e7941b;
}
.add-prog-dl {
    margin-top:24px;
}
.s-program .tickets a {
padding:0;
border:none;
}
.bana2503-btn {
    margin:40px auto;
    text-align:center;
}
.bana2503-btn img{
    width:681px;
}
.bg section {
margin: 0 auto;
    padding: 64px;
    background: linear-gradient(#e1c658, #e9581c);
}
.catch img{
    width:100%;
}
