@charset "UTF-8";
/* @font-face {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
} */

/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */

body {
    background: #ffffff;
    color: #3f3f3f;
    font-family: "メイリオ", Meiryo, sans-serif, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
    font-size: 20px;
    font-weight: 300;
    height: 100%;
    line-height: 1.5;
    position: relative;

    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

a {
    -webkit-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
}

a:hover,
a:active,
a:focus {
    outline: none;
}

p {
    margin-bottom: 1.0em;
}

strong {
    font-weight: bold;
}

figure {
    margin: 0;
}

/* 追記 */

html,
body {
    height: 100%;
    margin: 0;
}

#iframeBlock {
    height: 100%;
    position: relative;
    width: 100%;
}

/* フッター固定分の調整 */    
#showcase_iframe {
    height: 100%;
    width: 100%;
}




/*-モーダルウィンドウ-----------------------------------------*/
.modal-block.min-scale iframe {
    transform-origin: 0 0;
}


.modal-block {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 15;
}

.modal-bg {
    /*  background: rgba(0,0,0,0.8); */
    height: 100vh;
    position: absolute;
    width: 100%;
}

p.modal-title {
    font-size: 130%;
    margin: 0 0 10px 0;
}

p.modal-text {
    font-size: 80%;
    margin: 0 0 10px 0;
}

.modal-container {
    background: #ffffff;
    left: 50%;
    max-height: 95%;
    max-width: 95%;
    overflow: auto;
    padding: 10px 30px 10px 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-head {
    align-items: center;
    display: flex;
}

/* モーダル×ボタン */
.modal-close-wrap {
    font-size: 160%;
    margin-left: auto;
    text-align: right;
    /* font-size: 5vw; */
}

/* フッター固定start */
/*========================
　smartphone　bottom menu
　========================*/


.mini-text{font-size:10px;}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:45px;/*高さ*/
    margin:0;
    padding:0;
    background-color:#f5f5f5;/*背景色*/
    border-top:2px solid #808080;/*バーの上の線*/
    border-bottom:2px solid #808080;/*バーの下の線*/
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:25%;
    background-color:#f5f5f5;/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
        font-size:15px;/*展開メニューの文字サイズ*/
        line-height:30px;/*文字の縦幅*/}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}

/* フッター固定end */

/* .modal_close {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
    color: #bc6565;
}
.modal_close::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
} */

.js-modal-close {
    cursor: pointer;
}

.modal-close {
    display: block;
    margin: 0 0 0 auto;
    width: 45px;
}

.modal-close span {
    background: currentColor;
    border-radius: .1em;
    color: #333333;
    display: inline-block;
    height: 1px;
    line-height: 1;
    position: relative;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 34px;
}

.modal-close span::before {
    background: inherit;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    width: 100%;
}

/* モーダルスライド写真 */
#slider {
    margin: 0;
    padding: 0;
    width: 100%;
}

.slide {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
}

.slide1 {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

.slide1 iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.arrow {
    color: rgb(19 13 13 / 62%);
    cursor: pointer;
    font-size: 3vw;
    position: absolute;
    top: 43%;
    z-index: 10;
}

.arrow .fa-circle.fa-stack-1x {
    font-size: 1.5em;
}

.fa-chevron-right,
.fa-chevron-left {
    color: rgb(255 255 255 / 85%);
}

#arrow-left {
    left: -.5em;
}

#arrow-right {
    /* right: 0; */
    right: -.5em;
}

/* #arrow-left {
	left: 0;
    margin-left: 10px;
}
#arrow-left::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    top: 50%;
    left: 0;
}
#arrow-left::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-top: solid 4px #000;
    border-right: solid 4px #000;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 50%;
    left: 17px;
    margin-top: 13px;
}
#arrow-right {
    right: 0;
    margin-right: 10px;
}
#arrow-right::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    top: 50%;
    right: 0;
}
#arrow-right::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-top: solid 4px #000;
    border-right: solid 4px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 16px;
    margin-top: 13px;
} */

ul li a:hover {
    opacity: .8;
}

.modal-contents {
    position: relative;
}

/* タブレット・スマホ用 */
@media(max-width: 800px) {
    .modal-container {
        width: 95%;
    }
}

/* モーダルシェアボタン */
.modal-block .share-icon-link i {
    color: #3f3f3f;
    font-size: 135%;
}

.modal-block .share-icon-link {
    text-decoration: none;
}

span.copy-label {
    background-color: #000000;
    color: #ffffff;
    font-size: .3em;
    left: .2em;
    padding: 0 1px;
    position: absolute;
    top: 1.5em;
}

/* -----シェアボタン------------------------- */
.share-btn {
    align-items: center;
    color: #FFF;
    cursor: pointer;
    justify-content: center;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 50px;
    font-size: 21px;

    z-index: 13;
}
.share-btn.show {
    /* ナビゲーションメニュー表示時の色 */
    color: #706967;
}

#share-modal .share-icon-link i {
    font-size: 50px;
}

#share-modal .modal_title {
    color: #333333;
}

#share-modal .modal-contents .share-icon-link {
    text-decoration: none;
}

.fa-twitter {
    color: #1da1f2;
}

.fa-facebook {
    color: #1877f2;
}

.fa-line {
    color: #00b900;
}

.fa-envelope {
    color: #da1725;
}

.fa-copy {
    color: #000000;
    position: relative;
}

#share-modal #share-copy-target {
    color: #3f3f3f;
    font-size: inherit;
    outline: none;
    padding: 8px 6px;
    width: 75%;
}

#share-modal .share-copy-btn {
    background: #dddddd;
    border: none;
    width: 25%;
}

#share-modal .fa-copy {
    font-size: 35px;
}

.copy-wrap {
    display: flex;
    margin: 11px 0 10px 0;
}

#share-modal .modal-container {
    max-width: 410px;
}


.modal-block .video {
    color: #333333;
    font-size: 200%;
    text-align: right;
}

.modal-block audio {
    width: 100%;
}

.modal-block .video #play,
.modal-block .video #pause {
    cursor: pointer;
}

.video_play {
    border: .02em solid currentColor;
    border-radius: 50%;
    display: inline-block;

    font-size: 200px;
    height: 50px;
    position: relative;
    width: 50px;
}

.video_play::before {
    border: .1em solid transparent;
    border-left: 30px solid currentColor;
    box-sizing: border-box;
    content: "";
    height: 0;
    left: 30%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}

.video_pause {
    border: .02em solid currentColor;
    border-radius: 50%;
    display: inline-block;

/*color: #000;*/
    font-size: 200px;
    height: 50px;
    position: relative;
    width: 50px;
}

.video_pause::before,
.video_pause::after {
    background-color: currentColor;
    box-sizing: border-box;
    content: "";
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 7px;
}

.video_pause::before {
    left: 40%;
}

.video_pause::after {
    left: 60%;
}
/*--END モーダル---------------------------------------------------------------------------*/

/* --ナビゲーションメニュー---------------------------------------- */
.nav-menu {
    background-color: #ffffff;
}

.nav-menu ul {
    list-style: none;
    overflow: hidden;
    padding-left: 0;
}

.nav-menu a {
    color: inherit;
    text-decoration: none;
}

.nav-menu {
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.6s 0s ease;
    width: 60%;
    z-index: 12;
}
.nav-menu.show {
    right: 0;
}

/* ナビゲーションメニュー ヘッダー */
.nav-head {
    background: #ffffff;
    height: 40px;
    position: fixed;
    text-align: right;
    right: -100%;
    top: 0;
    transition: all 0.6s 0s ease;
    width: 40%;
    z-index: 9;
}
.nav-menu.show .nav-head {
    right: 0;
}
/* END ナビゲーションメニュー ヘッダー */

/* BGMアイコン */
.bgm-icon {
    cursor: pointer;
    display: flex;
    position: absolute;
    right: 57px;
    top: 4px;
    z-index: 13;
    width: 33px;
    height: 33px;

    background-image: url(../img/icon/audio_off.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.bgm-icon.playing {
    background-image: url(../img/icon/audio_on.png);
}


/* 音声ガイド再生中アイコン */
.guide-play-icon {
    /* position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 77%;
    font-size: 54px;
    color: #FFF;
    transform: translate(-50%, -50%); */

    position: absolute;
    top: 77%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.guide-play-icon .icon {
    margin-right: 13px;
    /* 点滅 */
    animation: flash 1s linear infinite;
}
@keyframes flash {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
.guide-play-icon audio {
    max-width: 300px;
}


/* ナビゲーションメニュー 開くボタン */

.nav-open {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 22px 27px 27px 27px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 13;
}

.nav-open span,
.nav-open span::before,
.nav-open span::after {
    background: #ffffff;
    border-radius: 3px;
    content: "";
    display: block;
    height: 2.3px;
    pointer-events: none;

/* transition: 0.5s; */
    position: absolute;
    width: 30px;
}

/* 三本線のうち一番上の棒の位置調整 */
.nav-open span::before {
    bottom: 10px;
}

/* 三本線のうち一番下の棒の位置調整 */
.nav-open span::after {
    top: 10px;
}

/* END ナビゲーションメニュー 開くボタン */

/* ナビゲーションメニュー 閉じるボタン */
.nav-close {
    background: currentColor;
    border-radius: .1em;
    color: #000000;
    display: inline-block;
    height: 1px;
    line-height: 1;
    position: relative;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 34px;
}

.nav-close::before {
    background: inherit;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    width: 100%;
}

.nav-close-wrap {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 13px;
    padding: 5px;
    width: 40px;
}

/* END ナビゲーションメニュー 閉じる */

/* ナビゲーションメニュー 右サイド----------------------------------- */
.nav-right {
    background: #ffffff;
    color: #3f3f3f;
    margin-top: 36px;
}

.nav-right .nav-title {
    border-bottom: 1px solid;
    font-size: 14px;
}

/* 右サイド ビジュアルナビゲーション */
.nav-right ul.visual-nav-list {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-size: 10px;
}

.nav-right .visual-nav-list li {
    text-align: center;
    margin-bottom: 3px;
}

.nav-right .visual-nav-list .v-nav-img {
    width: 100%;
    height: auto;
}

.nav-right .visual-nav-list .img-wrap {
    position: relative;
}

.nav-right .visual-nav-list .img-play {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 13px solid transparent;        /*top right bottom を透明化 */
    border-left: 20px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0%, -50%);
}

.nav-right .visual-nav-list .v-nav-name {
    margin: 0;
}
/* end 右サイド ビジュアルナビゲーション */


.nav-right .service-list li {
    float: left;
    margin: 3px;
    text-align: center;
}

/* .nav-right .service-name {
    font-size: 10px;
    margin: 0;
} */

/* .nav-right .service-list img.service-img,
.nav-right .service-list iframe {
    width: 123px;
} */

/*--ミニマップ------*/
.map-wrap {
    border-bottom: 1px solid;
}

.map-wrap .map-container {
    position: relative;
    width: 100%;
}

/* .map-wrap .map-container .map {
    bottom: 0;
    font-size: 10px;
    height: 100%;
    top: 0;
    width: 100%;
} */

.map-wrap .map-container .map-img {
    width: 100%;
    height: auto;
}

/* .map .sweep, .map .sweep:visited {
    cursor: pointer;
    color: transparent;
    display: inline-block;
    position: absolute;
    padding: 0 0;
    margin: 0;
    height: 0.5rem;
    width: 0.5rem;
    border: 0.01rem solid #000;
    background-color: rgba(255, 255, 0, 0.79);
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 0, 0.79);
    border-radius: 50%;
    box-sizing: content-box;
    font-size: 10px;
    outline: none;
} */

/* .sweep.active {
    cursor: auto;
    background-color: orangered;
    border: 0.01rem solid rgba(255, 255, 0, 0.79);
    height: 0.6rem;
    width: 0.6rem;
    box-shadow: 0px 0px 0px 1.5px orangered;
} */

/* .sweep:hover:not(.active) {
    background-color: rgb(255 255 0);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 0, 0.79);
} */

.map-wrap .map-container .sweep-player {
    pointer-events: none;
    position: absolute;
    /* z-index: 9; */
}

.map-wrap .floor-change {
    color: #d22b34;
    font-size: 30px;
    text-align: center;
}
.map-wrap .floor-change .active {
    pointer-events:none;
    color: #ccc3c3;
 }

/* ミニマップ タブ */
/* .map-wrap .map-tab {
    border-color: #e9ecef #8e9092 #e9ecef;
    font-size: 12px;
    padding: 5px 10px;
}

.map-wrap .map-tab:focus:not(.active),
.map-wrap .map-tab:hover:not(.active) {
    color: #ffffff;
} */
.service-wrap {
    color: #3f0a0c;
    font-size: 14px;
}
.service-wrap .museum-guide {
    border: 2px solid #d22b34;
    margin-bottom: 10px;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;

}
.service-wrap .museum-guide img.icon-museum-guide {
    margin-right: auto;
    margin-left: 3px;
}
.service-wrap .museum-guide .txt {
    margin-right: auto;
    display: block;
}
.service-wrap .museum-guide .link-blank {
    background: url(../img/icon/ico_blank.jpg) no-repeat left 50%;
    padding-left: 20px;
    font-size: 10px;
}


.service-wrap .service-list {
    color: #3f0a0c;
    display: flex; /* 親要素に指定することで、Flexboxが適用される */
    flex-direction: row; /* 左から右に横並び（デフォルト値なのでなくても可） */
    justify-content: center; /* 中央揃え */
}
.service-wrap .service-list li {
    padding: 7px 0;
    border: 2px solid #e6e6e6;
    width: 50%;
}
.service-wrap .service-list li a {
    display: block;
    height: 100%;
}
.service-wrap .service-list .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.service-wrap .service-list .txt {
    margin-left: auto;
}
.service-wrap .service-list img.icon {
    margin-left: auto;
    margin-right: 5px;
}
/* --END ナビゲーションメニュー 右サイド-------------------------------------- */

/* --ナビゲーションメニュー 左サイド-------------------------------------- */

.nav-left {
    background: #400a0c;
    border-right: 1px solid;
    color: #ffffff;
}

.nav-left-title {
    /* display: flex; */
    /* FlexBox定義         */
    /* justify-content: flex-start; */
    /* 揃えの定義          */
    margin-top: 18px;
}
.nav-left-title h2 {
    font-size: 14px;
    font-weight: lighter;
}

#nav-music {
    cursor: pointer;
    font-size: 23px;
    margin-left: 5px;
    text-align: center;
}

#nav-music:not(.active) {
    background: url(/img/.png) no-repeat;
    background-size: contain;
}

#nav-music.active {
    background: url(/img/.png) no-repeat;
    background-size: contain;
}

/* 左サイド 特別展・イベント情報 */
.left-event-information {
    border-top: 1px solid;
    font-size: 10px;
    /* margin-top: 10px; */
    padding-bottom: 10px;
}
.left-event-information .event {
    border-bottom: 1px solid;
    padding: 10px 0;
}
.left-event-information .exhibition {
    border-bottom: 1px solid;
    padding-top: 10px
}
.left-event-information .white-block {
    background: #ffffff;
    padding: 5px;
    margin-top: 5px;
}
.left-event-information .icon-title {
    background: #d22b34;
    padding: 5px;
}
/* 左サイド 特別展*/
.left-event-information .exhibition .flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.left-event-information .exhibition .img-title {
    color: #400a0c9e;
    font-family: "HGS明朝E";
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    margin-left: auto;
}
.left-event-information .exhibition .description {
    background: #400a0c;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
}
.left-event-information .exhibition .description p {
    margin: 0;
}
.left-event-information .exhibition img {
    width: 50%;
    height: auto;
    margin-left: auto;
}
.left-event-information .exhibition-slider-btn {
    color: #d22b34;
    font-size: 20px;
    text-align: center;
}
.left-event-information .exhibition-slider-btn span {
    cursor: pointer;
}
.left-event-information .exhibition-slider-btn .prev {
    margin: 5px
}

/* 左サイド イベント情報 */
.left-event-information .event .btn {
    position: relative;
    background-color: #400a0c9e;
    /* border-color: #400a0c9e; */
    color: #ffffff;
    font-size: 10px;
    width: 100%;
}
/* ボタンの▶ */
.left-event-information .event .btn:before {
    border: 5px solid transparent;        /*top right bottom を透明化 */
    border-left: 5px solid #ffffff;
    content: "";
    display: block;
    height: 0;
    left: 5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 0;
}

/* 左サイド インフォメーション */
.left-info-list {
    font-size: 10px;
}
.left-info-list li {
    /* display: flex; */
    overflow: auto;
    margin-bottom: 5px;
}
.left-info-list img {
    float: left;
    height: 50px;
    margin-right: 5px;
    width: 55px;
}
.left-info-list p {
    margin: 0;
}


/* 左サイド 下部 */
.left-bottom-list li {
    margin-bottom: 10px;
}
.left-bottom-list figcaption {
    font-size: 13px;
}
.left-bottom-list img {
    height: auto;
    width: 100%;
}
.left-bottom-list iframe {
    height: auto;
    width: 100%;
}


/* .left-bottom {
    background-color: #5b5a5a;
    margin: -1px -13px;
    padding: 13px;
}

.left-bottom h1 {
    font-size: 17px;
} */
/* .left-bottom-list h2 {
    font-size: 13px;
    margin: 0;
} */

/* .left-bottom-list li {
    padding-left: 15px;
    position: relative;
}

.left-bottom-list li::before {
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 0;
} */
/*
.left-bottom-list p {
    border-bottom: 1px solid;
    font-size: 13px;
    overflow-wrap: break-word;
}

.left-bottom-list .fa-greater-than {
    color: #000000;
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 0;
} */

/* --END ナビゲーションメニュー 左サイド-------------------------------------- */

/* ナビゲーションメニュー 一定サイズ以上小さくならないようにする */
@media only screen and (max-width:700px) {
    .nav-menu {
        width: 430px;
    }
    .nav-head {
        width: 285px;
    }
}
/* SP ナビゲーションメニュー 全画面表示 */
@media only screen and (max-width:576px) {
    .nav-menu,
    .nav-head,
    .nav-left,
    .nav-right {
        width: 100%;
    }
    .nav-menu.container {
        max-width: 100%;
    }
}

/* --END ナビゲーションメニュー---------------------------------------- */


/* --押下時のエフェクト------ */
a:not(.map-tab),
.modal-close,
.nav-open,
.share-btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .7);
}

/* .share-btn:active,
.share-btn:hover {
    color: #ff3158;
} */

/* 凹む iOS非対応 */
.v-nav-link:active,
.map-tab:active {
    position: relative;
    top: .8px;
}


/* 左上ロゴ */
.hed-logo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
}
.hed-log-img {
    width: 175px;
    height: auto;
}

/* ローディング中タイトル */
.loading-title {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 20%;
    color: #FFF;
    transform: translate(-50%);
}
.loading-title h1 {
    font-size: calc(3vw + 2vh);;
    white-space: nowrap; /* 改行削除 */
    text-shadow: 0 0 10px #0f1011;
    line-height: 1.1;
    letter-spacing: .6px;
}

/* --引き出し前コントローラー------------------ */
.controls-wrap {
    display: flex;
    left: 50%;
    position: absolute;
    top: 50px;
    transform: translate(-50%);
}

.controls {
    position: relative;
    width: 167px;
    height: 167px;
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
    border-radius: 100%;
}
.control-btn {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 44%;
    height: 44%;
    border-radius: 5px;
    border: 1px solid #d22b34;
    box-sizing: border-box;
    /* transition: all .3s linear; */
    background: rgba(255,255,255,0.5);
    cursor: pointer;
}
.control-btn span {
    font-size: 20px;
    color: #d22b34;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 非活性 */
.control-btn.disabled {
    background: rgb(155 154 154 / 50%);
    cursor: auto;
}
.control-btn.disabled span  {
    font-size: 20px;
    color: #545252;
}

.control-round {
    position: absolute;
    top: 32%;
    left: 36%;
    width: 25%;
    height: 25%;
    background: transparent;
    border-radius: 100%;
}
.control-round-inner {
    position: absolute;
    /* left: 15%; */
    /* top: 15%; */
    display: flex;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    height: 100%;
    /* font-size: 40px; */
    /* color: #d22b34; */
    border: 1px solid #d22b34;
    background: #FFF;
    border-radius: 100%;
    /* transition: all .3s linear; */
}

.control-top {
    top: -8%;
    left: 27%;
    transform: rotate(-45deg);
    border-radius: 0 100% 0 0;
}
.control-top .fa {
    transform: rotate(45deg) translateY(0px);
    margin-top: 4px;
}

.control-left {
    top: 23%;
    left: -4%;
    transform: rotate(45deg);
    border-radius: 0 0 0 100%
}
.control-left .fa {
    transform: rotate(-45deg) translateX(0px);
}

.control-right {
    top: 23%;
    right: -2%;
    transform: rotate(45deg);
    border-radius: 0 100% 0 0;
}
.control-right .fa {
    transform: rotate(-45deg) translateX(0px);
}

.control-bottom {
    left: 27%;
    bottom: 2%;
    transform: rotate(45deg);
    border-radius: 0 0 100% 0;
}
.control-bottom .fa {
    transform: rotate(-45deg) translateY(-7px);
}
/* --end 引き出し前コントローラー------------------ */


/* たばこと塩の博物館HP埋め込みモーダル */
#home-modal .modal-container {
    height: 95%;
    width: 95%;
    /* スクロールバー非表示 */
    /* overflow: hidden; */
}
#home-modal .modal-contents {
    height: 90%; /*head分マイナス*/
    width: 100%;
}
#home-modal iframe {
    width: 100%;
    height: 100%;
}
