@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");@-webkit-keyframes isl {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-100vw, 0, 0);
        transform: translate3d(-100vw, 0, 0)
    }
}

@keyframes isl {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-100vw, 0, 0);
        transform: translate3d(-100vw, 0, 0)
    }
}

@-webkit-keyframes isr {
    0% {
        -webkit-transform: translate3d(-100vw, 0, 0);
        transform: translate3d(-100vw, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes isr {
    0% {
        -webkit-transform: translate3d(-100vw, 0, 0);
        transform: translate3d(-100vw, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes ist {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, -10000px, 0);
        transform: translate3d(0, -10000px, 0)
    }
}

@keyframes ist {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, -10000px, 0);
        transform: translate3d(0, -10000px, 0)
    }
}

* {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

::-moz-selection {
    background-color: #888;
    color: #111
}

::selection {
    background-color: #888;
    color: #111
}

html {
    width: 100%;
    height: 100%;
    font-size: 62.5%
}

body {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000000;
    font-family: "M PLUS Rounded 1c", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
    line-height: 1.5;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/haikei2.jpg) center center / cover no-repeat;
    z-index: -1;
  }

.video-bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

@media (max-width: 1020px) {
    .video-bg {
        display: block;
        width: 50%;
        height: auto;
      }
    }

  .content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding-top: 0;
    font-size: 3rem;
  }

.pc {
    width: 100%;
    margin: 0;
    padding: 0
}

@media (max-width: 1020px) {
    .pc {
        display:none;
    }
}

.sp {
    width: 100%;
    margin: 0;
    padding: 0
}

@media (min-width: 1020px) {
    .sp {
        display:none;
    }
}

img,svg {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

a {
    text-decoration: none;
}

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 999;
      background:#333;
      text-align:center;
      color:#fff;
    }
    
    /* Loading画像中央配置　*/
    #splash_logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    
    /* Loading アイコンの大きさ設定　*/
    #splash_logo img {
      width:260px;
    }
    
    /* fadeUpをするアイコンの動き */
    .fadeUp{
    animation-name: fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }

.page-wrapper {
    padding: 50px 8%;
    overflow: hidden;
}

.page-wrapper2 {
    padding: 5px 8%;
    overflow: hidden;
    background-color: #0000002c;
}

.home-page .header {
    background-color: #0000007e;
}

@media (min-width: 1020px) {
    .home-page .header {
        display: none
    }
}

.cast-page .header {
    background-color: #000000d7;
    background-size: 100%;
}

.recruit-page {
    background-color: #fff;
}

.recruit-page .header {
    background-color: #fff;
    background-size: cover;
}

.title-recruit {
    font-size:40px;
    color:#a10000;
    line-height:3;
    text-shadow:5px 5px 8px rgb(255, 255, 255);
    margin-top: -100px;
}

.traffic {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #ffffff;
    text-shadow:2px 2px 5px #ff00dd;
    font-size:16px;
}

@media (min-width: 1020px) {
    .page-wrapper {
        margin:0 auto;
        padding: 100px calc(50% - 480px)
    }
}

@media (min-width: 1020px) {
    .page-wrapper2 {
        margin:0 auto;
        padding: 60px calc(50% - 480px)
    }
}

@media (min-width: 1020px) {
    .header {
        padding: 50px 0;
    }
}

.cmn-section-header {
    margin-bottom: 25px
}

@media (min-width: 1020px) {
    .cmn-section-header {
        margin-bottom:50px
    }
}

.cmn-section-header:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 16px;
    left: -100vw;
    z-index: 0;
    width: 300vw;
    height: 20px;
    background-size: 10px auto;
    opacity: .1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width: 1020px) {
    .cmn-section-header:before {
        bottom:20px;
        height: 30px;
        background-size: 15px auto
    }
}

.cmn-section-header-link {
    color: #f3f3f3;
    text-decoration: none
}

.cmn-section-header-title {
    font-family: "Emilys Candy", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

.cast-section-header-title {
    font-family: "Fredericka the Great", serif;
    font-size: 50px;
    font-weight: 300;
    margin-top: 150px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

@media (max-width: 1020px) {
    .cast-section-header-title {
        font-family: "Fredericka the Great", serif;
        font-size: 50px;
        font-weight: 300;
        margin-top: 10px;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.system-section-header-title {
    font-family: "Fredericka the Great", serif;
    font-size: 50px;
    font-weight: 300;
    margin-top: 0;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

.access-section-header-title {
    font-family: "Fredericka the Great", serif;
    font-size: 50px;
    font-weight: 300;
    margin-top: 0;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

@media (min-width: 1020px) {
    .cmn-section-header-title {
        font-size:50px
    }
}

.cmn-section-header-title span {
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.system-section-header-title span {
    background: #1f1f1f;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.access-section-header-title span {
    background: #1f1f1f;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.access-section-header-title span {
    background: #1f1f1f;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.cmn-section-header-lead {
    margin-top: .25em;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: center
}

.system-section-header-lead {
    margin-top: .25em;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: center
}

@media (min-width: 1020px) {
    .cmn-section-header-lead {
        font-size:15px
    }
}

.cmn-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7px;
    color: #111;
    font-family: "EB Garamond", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

@media (min-width: 1020px) {
    .cmn-link {
        -webkit-transition:color .5s;
        -o-transition: color .5s;
        transition: color .5s
    }

    .cmn-link:hover {
        color: #e9b66c
    }
}

.cmn-link-icon {
    width: 6px;
    height: 10px
}

.cmn-link-icon svg {
    width: 6px;
    height: 10px
}

.cmn-link-prev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    vertical-align: top
}

.cmn-link-prev .cmn-link-label {
    padding-left: 7px
}

.cmn-link-next {
    vertical-align: top
}

.cmn-link-next .cmn-link-label {
    padding-right: 7px
}

.cmn-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 200px;
    border: 1px solid #e9b66c;
    border-radius: 0;
    background-color: rgba(233, 182, 108, 0.2);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 38px;
    text-align: center;
    text-decoration: none
}

@media (min-width: 1020px) {
    .cmn-btn {
        min-width:320px;
        font-size: 15px;
        line-height: 58px
    }
}

.cmn-btn-label {
    width: 100%;
    white-space: nowrap
}

.cmn-btn-label b {
    font-family: "EB Garamond", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width: 1020px) {
    .cmn-btn-label b {
        font-size:18px
    }
}

.cmn-btn-icon {
    position: absolute;
    top: calc(50% - 5px);
    right: 10px
}

@media (min-width: 1020px) {
    .cmn-btn-icon {
        right:15px
    }
}

.cmn-btn-icon svg {
    width: 6px;
    height: 10px
}

.cmn-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    padding: 15px;
    text-align: center
}

@media (min-width: 1020px) {
    .cmn-share {
        margin-top:50px
    }
}

.cmn-share-title {
    padding: 0 1.5em 0 0;
    color: #e96cc4;
    font-family: "EB Garamond", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase
}

.cmn-share-title:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #e9b66c
}

.cmn-share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cmn-share-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #e96cc4;
    cursor: pointer
}

@media (min-width: 1020px) {
    .cmn-share-item {
        -webkit-transition:-webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s
    }

    .cmn-share-item:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.cmn-share-item+.cmn-share-item {
    margin-left: 10px
}

.cmn-share-item-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    text-decoration: none
}

.cmn-share-item-link svg {
    display: inline-block;
    margin-top: 1px;
    margin-left: 1px;
    width: 14px;
    height: auto
}

.cmn-share-item-twitter .cmn-share-item-link svg {
    width: 16px
}

.cmn-share-item-instagram .cmn-share-item-link svg {
    width: 14px
}

.cmn-share-item-line .cmn-share-item-link svg {
    width: 16px;
    margin-top: 0;
    margin-left: 0
}

.cmn-share-item-tiktok .cmn-share-item-link svg {
    width: 13px
}

.cmn-share-item-pokepara .cmn-share-item-link svg {
    width: 18px;
    margin-top: -1px
}

.cmn-share-item-tripadviser .cmn-share-item-link svg {
    width: 20px
}

body:before {
    content: '';
    display: block;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #888;
    background: -webkit-linear-gradient(353deg, #111 50%, #fff 50%);
    background: -o-linear-gradient(353deg, #111 50%, #fff 50%);
    background: linear-gradient(97deg, #111 50%, #fff 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #111), color-stop(50%, #fff));
    background: -webkit-linear-gradient(left, #111 50%, #fff 50%);
    background: -o-linear-gradient(left, #111 50%, #fff 50%);
    background: linear-gradient(90deg, #111 50%, #fff 50%)
}

.sns-back {
    background-color: #20000086;
    background-size: cover;
}

.hr {
    width: 100%;
    height: 30px;
    background-image: url("../img/AdobeStock_653147306.png");
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto 50px;
}

@media (min-width: 1020px) {
    .hr {
        height:45px;
        background-size: auto 45px
    }
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
    background-color: #fff
}

@media (min-width: 1020px) {
    .header {
        padding:50px 0
    }
}

.header-logo-link {
    display: block;
}

@media (min-width: 1020px) {
    .header-logo-link {
        -webkit-transition:-webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s
    }

    .header-logo-link:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.header-logo-link img {
    height: 30px
}

@media (min-width: 1020px) {
    .header-logo-link img {
        height:50px
    }
}

.gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    background-color: #181818da;
    background-size: 256px;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.gnavi-logo-link {
    color: #189200
}

.gnavi-logo-link img,.gnavi-logo-link svg {
    width: 150px;
    height: auto
}

@media (min-width: 1020px) {
    .gnavi-logo-link img,.gnavi-logo-link svg {
        width:auto;
        height: 250px
    }
}

.gnavi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}

@media (min-width: 1020px) {
    .gnavi-list {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.gnavi-item {
    margin: 1em 0
}

@media (min-width: 1020px) {
    .gnavi-item {
        margin:0 2em
    }
}

.gnavi-item-link {
    display: inline-block;
    color: #ff4b9f;
    font-family: serif;
    text-shadow: 2px 2px 3px #9c9c9c;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

@media (min-width: 1020px) {
    .gnavi-item-link {
        font-size:25px
    }

    .gnavi-item-link:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.gnavi-sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}

.gnavi-sns-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 8px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    background-color: transparent;
    cursor: pointer
}

@media (min-width: 1020px) {
    .gnavi-sns-item {
        margin:0 5px;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s
    }

    .gnavi-sns-item:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.gnavi-sns-item-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #ffffff;
    text-decoration: none
}

.gnavi-sns-item-link svg {
    display: inline-block;
    margin-top: 1px;
    margin-left: 1px;
    width: 16px;
    height: auto
}

.gnavi-sns-item-twitter .gnavi-sns-item-link svg {
    width: 20px
}

.gnavi-sns-item-instagram .gnavi-sns-item-link svg {
    width: 18px
}

.gnavi-sns-item-pokepara .gnavi-sns-item-link svg {
    width: 18px;
    margin-top: -1px
}

.gnavi-sns-item-tripadviser .gnavi-sns-item-link svg {
    width: 22px
}

.gnavi-active {
    opacity: 1;
    pointer-events: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.gnavi-group-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    font-size: 0;
}

@media (min-width: 1020px) {
    .gnavi-group-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
    }
}

.gnavi-group-item {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

@media (min-width: 1020px) {
    .gnavi-group-item {
        width: 200px;
        margin-top: 20px;
    }
}

.gnavi-group-item img {
    vertical-align: top;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.gnavi-group-item-link {
    font-family: 'Kaisei Decol', '游ゴシック Medium', 'Yu Gothic Medium', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    text-decoration: none;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.gnavi-group-item-link img {
    width: 100%;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1020px) {
    .gnavi-group-item-link img {
        width: 50%;
    }
}

.btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    top: 30px;
    left: 4%;
    cursor: pointer
}

@media (min-width: 1020px) {
    .btn-menu {
        top:50px;
        left: 50px
    }
}

.btn-menu-line {
    display: block;
    width: 36px;
    height: 1px;
    background-color: #ffffff;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s
}

@media (min-width: 1020px) {
    .btn-menu-line {
        width:75px;
        height: 1px
    }
}

.btn-menu-line:nth-of-type(2) {
    margin-top: 8px
}

@media (min-width: 1020px) {
    .btn-menu-line:nth-of-type(2) {
        margin-top:12px
    }
}

.btn-menu-line:nth-of-type(3) {
    margin-top: 8px
}

@media (min-width: 1020px) {
    .btn-menu-line:nth-of-type(3) {
        margin-top:12px
    }
}

.btn-menu-line:nth-of-type(4) {
    position: absolute;
    top: 9px
}

@media (min-width: 1020px) {
    .btn-menu-line:nth-of-type(4) {
        top:13px
    }
}

.btn-menu-line:nth-of-type(5) {
    position: absolute;
    top: 9px
}

@media (min-width: 1020px) {
    .btn-menu-line:nth-of-type(5) {
        top:13px
    }
}

.btn-menu-label,.btn-menu-label-active {
    margin-top: 8px;
    color: #ffffff;
    font-family: "EB Garamond", sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1;
    text-decoration: none
}

@media (min-width: 1020px) {
    .btn-menu-label,.btn-menu-label-active {
        margin-top:12px;
        font-size: 13px
    }
}

.btn-menu-label-active {
    display: none
}

.btn-menu-active .btn-menu-line:first-of-type {
    opacity: 0;
    -webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    transform: scaleX(0.5)
}

.btn-menu-active .btn-menu-line:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    transform: scaleX(0.5)
}

.btn-menu-active .btn-menu-line:nth-of-type(3) {
    opacity: 0;
    -webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    transform: scaleX(0.5)
}

.btn-menu-active .btn-menu-line:nth-of-type(4) {
    top: 6px;
    -webkit-transform: rotate(28deg) scaleX(1);
    -ms-transform: rotate(28deg) scaleX(1);
    transform: rotate(28deg) scaleX(1)
}

.btn-menu-active .btn-menu-line:nth-of-type(5) {
    top: 6px;
    -webkit-transform: rotate(-28deg) scaleX(1);
    -ms-transform: rotate(-28deg) scaleX(1);
    transform: rotate(-28deg) scaleX(1)
}

.btn-menu-active .btn-menu-label {
    display: none
}

.btn-menu-active .btn-menu-label-active {
    display: block
}

.footer {
    padding: 50px 8%;
    padding-bottom: 60px;
    background-color: #000000d2
}

@media (min-width: 1020px) {
    .footer {
        padding:100px calc(50% - 480px) 50px
    }
}

.footer-logo {
    width: 100%;
    text-align: center
}

.footer-logo img,.footer-logo svg {
    width: 150px;
    height: auto
}

@media (min-width: 1020px) {
    .footer-logo img,.footer-logo svg {
        width:auto;
        height: 250px
    }
}

.footer-sns {
    margin-top: 25px
}

@media (min-width: 1020px) {
    .footer-sns {
        margin-top:50px
    }
}

.footer-sns .cmn-share-item {
    background-color: #e9b66c;
    background-color: #444
}

.cmn-group {
    margin-top: 50px;
}

@media (min-width: 1020px) {
    .cmn-group {
        margin-top: 100px;
    }
}

.cmn-group-label {
    text-align: center;
}

.cmn-group-label img {
    width: 180px;
}

@media (min-width: 1020px) {
    .cmn-group-label img {
        width: 240px;
    }
}

.cmn-group-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    font-size: 0;
}

@media (min-width: 1020px) {
    .cmn-group-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
    }
}

.cmn-group-item {
    width: 70%;
    margin-top: 10px;
    justify-content: center;
    text-align: center;
}

@media (min-width: 1020px) {
    .cmn-group-item {
        width: 300px;
        margin-top: 0;
    }
}

.cmn-group-item img {
    vertical-align: top;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.cmn-group-item-link {
    font-family: 'Kaisei Decol', '游ゴシック Medium', 'Yu Gothic Medium', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    text-decoration: none;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.cmn-group-item-link img {
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cmn-group-item-address {
    margin-top: .25em;
    color: #feffc6;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 1020px) {
    .cmn-group-item-address {
        margin-top: .25em;
        color: #feffc6;
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
    }
}

.copyright {
    margin-top: 50px;
    color: #888;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.01em
}

@media (min-width: 1020px) {
    .copyright {
        text-align:center
    }
}

.scrolltop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: fixed;
    bottom: 35px;
    right: 4%;
    padding: 2px;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: color .5s, opacity .5s;
    -o-transition: color .5s, opacity .5s;
    transition: color .5s, opacity .5s;
    z-index: 5;
}

@media (min-width: 1020px) {
    .scrolltop {
        bottom:35px;
        -webkit-transition: color .5s, opacity .5s, -webkit-transform .5s;
        transition: color .5s, opacity .5s, -webkit-transform .5s;
        -o-transition: color .5s, opacity .5s, transform .5s;
        transition: color .5s, opacity .5s, transform .5s;
        transition: color .5s, opacity .5s, transform .5s, -webkit-transform .5s
    }

    .scrolltop:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.scrolltop-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100px;
    height: auto;
    overflow: hidden
}

@media (max-width: 1020px) {
    .scrolltop-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        width: 70px;
        height: auto;
        overflow: hidden
    }
}

.scrolltop-active {
    opacity: 1;
    pointer-events: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.sidetitle {
    position: fixed;
    top: 50%;
    z-index: 0;
    width: 100vh;
    color: #e9b66c;
    font-family: 'Cormorant', serif;
    font-size: 20vh;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.05em;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .1
}

.sidetitle-yumebako {
    left: -45vh;
    color: #fff;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.sidetitle-prible {
    right: -45vh;
    color: #000;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.cover-slider-wrapper {
    width: 100%;
    height: auto;
    text-align: center;
}

.cover-slider {
    background-image: url(../img/25675494.jpg);
    background-size: cover;
}

.cover-slider .img {
    width: 640px;
    height: auto;
}


@media (min-width: 1020px) {
    .cover-slider .slick-slide img {
        width:auto;
        height: 640px
    }
}

.cast-slider-wrapper {
    width: 100%
}

.cast-slider-wrapper .slick-slide {
    margin: 0 5px
}

@media (min-width: 1020px) {
    .cast-slider-wrapper .slick-slide {
        margin:0 10px
    }
}

.cast-slider-wrapper .slick-slide a {
    display: block
}

.cast-slider-wrapper .slick-slide img {
    width: 76vw;
    height: 114vw;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1020px) {
    .cast-slider-wrapper .slick-slide img {
        width:320px;
        height: 480px
    }
}

.system-slider-wrapper {
    width: 100%
}

@media (min-width: 1020px) {
    .system-slider .slick-slide {
        margin:0 10px
    }
}

.system-slider .slick-slide img {
    width: 84vw;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1020px) {
    .system-slider .slick-slide img {
        width:auto;
        height: 640px
    }
}

.system-slider ul.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    bottom: auto;
    overflow-x: auto
}

.system-slider ul.slick-dots li {
    width: 40px;
    height: 40px;
    margin: 10px 5px 0;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    cursor: pointer;
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s;
    -o-transition: filter .5s;
    transition: filter .5s;
    transition: filter .5s, -webkit-filter .5s;
    overflow: hidden
}

@media (min-width: 1020px) {
    .system-slider ul.slick-dots li {
        width:75px;
        height: 75px
    }
}

.system-slider ul.slick-dots li:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.system-slider ul.slick-dots li img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    -o-object-fit: contain;
    object-fit: contain
}

.system-slider ul.slick-dots li.slick-active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

ul.slider>li:not(:first-child) {
    display: none
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.wp-pagenavi .pages {
    display: none
}

.wp-pagenavi .first {
    display: none
}

.wp-pagenavi .last {
    display: none
}

.home-sns-wrapper {
    padding-top: 50px
}

@media (min-width: 1020px) {
    .home-sns-wrapper {
        padding-top:120px;
        padding-bottom:120px;
    }
}

.youtube-area {
    width: 100%;
    margin: 0 auto 100px;
  }
  
  .youtube-embed {
    max-width: 960px;
    margin: 0 auto;
  }
  
  .youtube-embed img {
    width: 100%;
    height: 54vw; /* 16:9比率でレスポンシブ */
    border: 2px solid #00960c;
  }
  
  @media (min-width: 1020px) {
    .youtube-embed img {
      height: auto;
      border: 2px solid #00960c;
    }
  }

  .youtube-embed:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("../img/dd_g.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width: 1020px) {
    .youtube-embed:before {
        top:-25px;
        height: 25px
    }
}

.youtube-embed:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("../img/dd_g2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width: 1020px) {
    .youtube-embed:after {
        bottom:-25px;
        height: 25px
    }
}

.home-sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: auto
}

@media (min-width: 1020px) {
    .home-sns-list {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.home-sns-item {
    width: 100%;
    height: 470px;
    border: 2px solid #00960c;
    background-color: #fff;
    overflow: hidden;
}

@media (min-width: 1020px) {
    .home-sns-item {
        width:310px;
    overflow: hidden;
    }
}

.home-sns-item+.home-sns-item {
    margin-top: 75px
}

@media (min-width: 1020px) {
    .home-sns-item+.home-sns-item {
        margin-top:0;
        margin-left: 20px
    }
}

.home-sns-item:first-of-type {
    height: auto;
    background-color: #fff
}

.home-sns-item:nth-of-type(2) {
    height: 416px;
    background-color: #fff
}

.home-sns-item:nth-of-type(3) {
    height: 416px;
    background-color: #fff
}

.home-sns-item:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("../img/dd_g.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width: 1020px) {
    .home-sns-item:before {
        top:-25px;
        height: 25px
    }
}

.home-sns-item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("../img/dd_g2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width: 1020px) {
    .home-sns-item:after {
        bottom:-25px;
        height: 25px
    }
}

.home-sns-item-wrapper {
    height: 100%
}

.home-sns-item-wrapper #pokeparaBlogWidget {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: none
}

.home-sns-item-wrapper #pokeparaBlogWidget iframe {
    width: 100%!important
}

.tiktok-embed {
    margin: 0!important
}

.home-bg-wrapper {
    padding: 0 0 -50px;
}

.home-bg-wrapper .page-wrapper {
    padding: 0
}

.home-section-concept {
    padding: 150px 8%;
    overflow: hidden
}

@media (max-width: 1020px) {
    .home-section-concept {
        padding: 35px 0;
        overflow: hidden
    }
}

.home-section-concept:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ab;
    background-position: center;
    background-size: cover
}

.cmn-section-system {
    padding: 150px 8%;
    overflow: hidden
}

@media (max-width: 1020px) {
    .cmn-section-system {
        padding: 50px 8%;
        overflow: hiddenn
    }
}

.cmn-section-system:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ab;
}

#show-gallery {
    clear:both;
    width:100%;
    position:relative;
    background-color:#00000077;
    background-size:cover;
    margin: 0;
    text-align:center;
    padding-top:90px;
    padding-bottom: 120px;
}

@media (max-width: 1020px) {
    #show-gallery {
        clear:both;
        width:100%;
        position:relative;
        background-color:#00000077;
        background-size:cover;
        margin: 0;
        text-align:center;
        padding-top:40px;
        padding-bottom: 60px;
    }
}

.gallery {
    width: 100%;
    display: grid;
    margin-top: 40px;
    grid-template-columns: repeat(11, 216px);
    grid-template-rows: repeat(6, 144px);
    gap: 5px;
    padding-top: 20px;
    padding-left: 5px;
    overflow: hidden;
    scroll-behavior: smooth; /* スクロールアニメーションを有効にする */
}

@media (max-width: 1020px) {
    .gallery {
        width: 100%;
        display: grid;
        margin-top: 20px;
        grid-template-columns: repeat(11, 108px);
        grid-template-rows: repeat(6, 72px);
        gap: 5px;
        padding-top: 20px;
        padding-left: 5px;
        overflow: hidden;
        scroll-behavior: smooth; /* スクロールアニメーションを有効にする */
    }
}

#gi1 {
    background-image: url("../img/gallery1.jpg");
    background-size:cover;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}
#gi2 {
    background-image: url("../img/gallery2.jpg");
    background-size:cover;
    grid-column: 3 / 5;
    grid-row: 1 / 3;
}
#gi3 {
    background-image: url("../img/gallery3.jpg");
    background-size:cover;
    grid-column: 5 / 8;
    grid-row: 1 / 4;
}
#gi4 {
    background-image: url("../img/gallery4.jpg");
    background-size:cover;
    grid-column: 8 / 10;
    grid-row: 1 / 5;
}
#gi5 {
    background-image: url("../img/gallery5.jpg");
    background-size:cover;
    grid-column: 10 / 12;
    grid-row: 1 / 5;
}
#gi7 {
    background-image: url("../img/gallery7.jpg");
    background-size:cover;
    grid-column: 1 / 5;
    grid-row: 3 / 7;
}
#gi8 {
    background-image: url("../img/gallery8.jpg");
    background-size:cover;
    grid-column: 5 / 8;
    grid-row: 4 / 7;
}
#gi9 {
    background-image: url("../img/gallery10.jpg");
    background-size:cover;
    grid-column: 8 / 10;
    grid-row: 5 / 7;
}
#gi10 {
    background-image: url("../img/gallery9.jpg");
    background-size:cover;
    grid-column: 10 / 12;
    grid-row: 5 / 7;
}
#gi11 {
    background-image: url("../img/produce2.jpg");
    background-size:cover;
    grid-column: 12 / 16;
    grid-row: 3 / 7;
}

.scroll-button {
    position:absolute;
    display:flex;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ffffff;/*矢印の色*/
    border-right: 2px solid #ffffff;/*矢印の色*/
    height: 30px;
    width: 30px;
    top: 50%;
}

#scroll-left {/*戻る矢印の位置と形状*/
left:2%;
transform: rotate(-135deg);
z-index: 3;
}

#scroll-right {/*次へ矢印の位置と形状*/
right:2%;
transform: rotate(45deg);
}

.cmn-section-access {
    padding: 80px 8%;
    overflow: hidden
}

@media (max-width: 1020px) {
    .cmn-section-access {
        padding: 30px 0;
        overflow: hidden
    }
}

.cmn-section-access:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1020px) {
    .home-section-concept {
        padding:85px 0 125px
    }
}

.home-section-concept .hr {
    position: absolute;
    top: -2px;
    left: 0;
    background-image: url("/w/wp-content/themes/rnow/assets/img/d4.png")
}

@media (min-width: 1020px) {
    .home-section-concept .cmn-section-header {
        width:100%;
        margin-left: auto;
        margin-right: auto
    }
}

.home-section-concept .cmn-section-header-lead {
    color: #fff
}

@media (min-width: 1020px) {
    .home-section-concept .cmn-section-body {
        width:85%;
        margin-left: auto;
        margin-right: auto
    }
}

div.cmn-section-body p.shosaiC {
	justify-content: center;
	align-items: center;
	width: 30%;
	margin: 100px auto 0 auto;
	padding: 0.8em 0.8em;
	border: 2px solid #000000;
	background-color: #00501b;
	background-size: 200% auto;
	box-sizing: border-box;
	color: #ffffff;
    font-family: serif;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	transition: .3s;
	position: relative;
  }

  @media (max-width: 1020px) {
    div.cmn-section-body p.shosaiC {
        justify-content: center;
	    align-items: center;
	    width: 80%;
	    margin: 30px auto 20px auto;
	    padding: 0.8em 0.8rem;
	    border: 1px solid #000000;
	    background-color: #00501b;
	    background-size: 200% auto;
	    box-sizing: border-box;
	    color: #ffffff;
        font-family: 'M PLUS Rounded 1c', sans-serif;
	    font-size: 14px;
	    text-decoration: none;
	    text-align: center;
	    transition: .3s;
	    position: relative;
    }
}

  div.cmn-section-body p.shosaiC:after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -5px;
	width: 101%;
	height: 107%;
	border-right: 2px solid #7a0000;
	border-bottom: 2px solid #7a0000;
  }

  @media (max-width: 1020px) {
    div.cmn-section-body p.shosaiC:after {
        content: "";
        position: absolute;
        right: -5px;
        bottom: -5px;
        width: 101%;
        height: 107%;
        border-right: 1px solid #7a0000;
        border-bottom: 1px solid #7a0000;
    }
}

  div.cmn-section-body p.shosaiC:hover {
    transform: scale(1.1);
    transition: .2s;
  }

.home-concept-text {
    text-align: left;
    font-family: serif;
}

#cast-area {
    clear:both;
    width:100%;
    margin: 0;
    text-align:center;
    padding-top:15px;
}

/* ぼかしから出現 */
.blur{
    animation-name:blurAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
  }
  
  @keyframes blurAnime{
    from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
    }
  
    to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    }
  }
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .blurTrigger{
      opacity: 0;
  }

  .cast-list {
    display: flex;
    width:90%;
    justify-content: center;
    z-index: 3;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
 
  @media (max-width: 1020px) {
    .cast-list {
    display: flex;
    width:100%;
    justify-content: center;
    z-index: 3;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    }
}

  .cast-list ul {
    display: flex;
    flex-wrap: wrap; /* 要素を折り返す */
    justify-content: center; /* 中央揃え */
    text-align: center; /* テキストも中央揃え */
}

.cast-list li {
    display: flex;
    flex-direction: column;
    margin: 0 30px 150px 30px;
    align-items: center;
    position: relative; /* 親要素の位置を基準にするために相対位置を設定 */
    text-align: center;
}

@media (max-width: 1020px) {
    .cast-list li {
        display: flex;
        flex-direction: column;
        margin: 0 5px 100px 5px;
        align-items: center;
        position: relative; /* 親要素の位置を基準にするために相対位置を設定 */
        text-align: center;
    }
}

.cast-list li::before {
    content: "";
    background-image: url("../img/frame_g.png");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 背景画像を前面に表示 */
}

.cast-list li img {
    color: transparent;
    outline: none;
    width: 200px;
    height: auto;
    display: block;
    background: #ccc;
    z-index: 1; /* 背景の前に表示 */
}

@media (max-width: 1020px) {
    .cast-list li img {
        color: transparent;
        outline: none;
        width: 120px;
        height: auto;
        display: block;
        background: #ccc;
        z-index: 1; /* 背景の前に表示 */
    }
}

.cast-list span {
    font-family: serif;
    color: #ffffff;
    text-shadow: 2px 2px 5px #a10000;
    font-size: 25px; /* 名前のフォントサイズ */
    padding: 10px 0;
    margin-top: 0; /* 調整して画像の下に配置 */
    display: block;
    position: absolute; /* 絶対位置で配置 */
    bottom: 0; /* 下部に固定 */
    left: 50%; /* 中央に揃える */
    transform: translateX(-50%);
    z-index: 2; /* 背景の前に表示 */
    background-image: url("../img/Antique_telop3_bara.png");
    background-size: 100% 100%; /* 背景画像を要素全体にフィットさせる */
    width: 100%; /* 必要に応じて幅を100%に指定 */
}

@media (max-width: 1020px) {
    .cast-list span {
        font-family: serif;
        color: #ffffff;
        text-shadow: 2px 2px 5px #a10000;
        font-size: 11px; /* 名前のフォントサイズ */
        padding: 10px 0;
        margin-top: 0; /* 調整して画像の下に配置 */
        display: block;
        position: absolute; /* 絶対位置で配置 */
        bottom: 0; /* 下部に固定 */
        left: 50%; /* 中央に揃える */
        transform: translateX(-50%);
        z-index: 2; /* 背景の前に表示 */
        background-image: url("../img/Antique_telop3_bara.png");
        background-size: 100% 100%; /* 背景画像を要素全体にフィットさせる */
        width: 100%; /* 必要に応じて幅を100%に指定 */
    }
}

  .sns-icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    bottom: -108px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
  }

  @media (max-width: 1020px) {
    .sns-icons {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: flex;
        color: #ffffff;
        text-decoration: none;
        position: absolute;
        bottom: -100px;
        left: 50%;
        transform: translateX(-50%);
        align-items: center;
        justify-content: center;
        width: 150px;
        height: 150px;
    }
}

  .sns-icons svg {
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    width: 40px;
    height: auto;
    padding: 8px; /* アイコンの背景の余白 */
}

@media (max-width: 1020px) {
    .sns-icons svg {
        display: inline-block;
        color: #ffffff;
        background-color: #000000;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 100%;
        width: 30px;
        height: auto;
        padding: 8px; /* アイコンの背景の余白 */
    }
}

@media (min-width: 1020px) {
    .sns-icons svg {
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s
    }

    .sns-icons svg:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
}

  .sns-icons a {
    display: inline-block;
    padding: 0;
    margin: 0 5px; /* SNSアイコン間の間隔 */
  }

@media (max-width: 1020px) {
    .sns-icons a {
    display: inline-block;
    padding: 0;
    margin: 0 2px; /* SNSアイコン間の間隔 */
  }
}

@media (min-width: 1020px) {
    .home-concept-text {
        margin-top:50px;
        font-size: 13px
    }
}

.home-concept-text b {
    color: #e9b66c;
    font-size: 15px;
    font-weight: 700
}

@media (min-width: 1020px) {
    .home-concept-text b {
        font-size:24px
    }
}

.home-concept-text-yumebako,.home-concept-text-prible {
    margin: 25px 4% 0;
    padding: 25px 15px
}

@media (min-width: 1020px) {
    .home-concept-text-yumebako,.home-concept-text-prible {
        margin:-100px 120px 0;
        padding: 50px
    }
}

.home-concept-text-yumebako {
    font-size: 18px;
    border: 2px solid #000;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff
}

@media (max-width: 1020px) {
    .home-concept-text-yumebako {
    font-size: 14px;
    border: 2px solid #000;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff
    }
}

.home-concept-text-prible {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.85);
    color: #000
}

.home-concept-image img {
    -o-object-fit: contain;
    object-fit: contain
}

.home-concept-link {
    margin-top: 25px;
    text-align: center
}

@media (min-width: 1020px) {
    .home-concept-link {
        margin-top:50px
    }
}

.home-concept-link .cmn-btn {
    color: #00a6c7
}

@media (min-width: 1020px) {
    .home-concept-link .cmn-btn {
        -webkit-transition:color .5s;
        -o-transition: color .5s;
        transition: color .5s
    }

    .home-concept-link .cmn-btn:hover {
        color: #e9b66c
    }
}

.home-section-cast {
    padding: 50px 0
}

@media (min-width: 1020px) {
    .home-section-cast {
        padding:100px 0
    }
}

.home-section-cast .home-bg {
    background-position: top center;
    opacity: .15
}

.home-section-cast .cmn-section-header {
    padding: 0 8%
}

@media (min-width: 1020px) {
    .home-section-cast .cmn-section-header {
        width:960px;
        padding: 0;
        margin-left: auto;
        margin-right: auto
    }
}

.home-section-cast .cmn-section-header:before {
    display: none
}

.home-section-cast .cmn-section-header-title {
    color: #888
}

.home-section-cast .cmn-section-header-lead {
    color: #fff
}

.home-section-cast .home-cast-navi-index {
    width: 100%;
    margin-top: 25px;
    text-align: center
}

@media (min-width: 1020px) {
    .home-section-cast .home-cast-navi-index {
        margin-top:50px
    }
}

.home-section-cast .home-cast-navi-index .cmn-btn {
    color: #00a6c7
}

@media (min-width: 1020px) {
    .home-section-cast .home-cast-navi-index .cmn-btn {
        -webkit-transition:color .5s;
        -o-transition: color .5s;
        transition: color .5s
    }

    .home-section-cast .home-cast-navi-index .cmn-btn:hover {
        color: #e9b66c
    }
}

.home-section-system .cmn-section-header-title {
    color: #888
}

.home-section-system .cmn-section-header-lead {
    color: #fff
}

.home-section-booth-wrapper {
    padding: 50px 4%;
    overflow: hidden
}

@media (min-width: 1020px) {
    .home-section-booth-wrapper {
        margin:0 auto;
        padding: 100px 0
    }
}

.home-section-booth-wrapper-yumebako {
    background-color: #000000ab;
    background-size: cover;
}

@media (min-width: 1020px) {
    .home-section-booth-wrapper-yumebako:before {
        background-size:25px
    }
}

.home-section-booth-wrapper-prible {
    background-color: #ffe7fb
}

.home-section-booth-wrapper-prible:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30000px;
    background-image: url("/w/wp-content/themes/rnow/assets/img/d1.png");
    background-size: 20px;
    opacity: .3;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-animation: ist 1000s linear infinite;
    animation: ist 1000s linear infinite
}

@media (min-width: 1020px) {
    .home-section-booth-wrapper-prible:before {
        background-size:25px
    }
}

.home-section-booth-content {
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

@media (min-width: 1020px) {
    .home-section-booth-content {
        width:960px;
        margin: 0 auto
    }
}

.home-section-booth-content-active {
    display: block;
    opacity: 1;
    pointer-events: all;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.home-concept-logo {
    text-align: center
}

@media (min-width: 1020px) {
    .home-concept-logo img {
        height:180px
    }
}

.home-concept-image-d {
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width: 1020px) {
    .home-concept-image-d {
        width:48px;
        height: 48px
    }
}

.home-concept-image-b {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 14px);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width: 1020px) {
    .home-concept-image-b {
        top:10px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 23px)
    }
}

.home-concept-image-yumebako iframe {
    width: 960px;
    height: 540px;
    border: 2px solid #611414
}

@media (max-width: 1020px) {
    .home-concept-image-yumebako iframe {
        width: 100%;
        height: auto;
        border: 2px solid #611414
    }
}

.home-concept-image-yumebako .home-concept-image-d {
    background-color: #080808
}

.home-concept-image-yumebako .home-concept-image-d:first-of-type {
    top: 0;
    left: 0;
    border-bottom: solid 2px #611414;
    border-right: solid 2px #611414;
    border-bottom-right-radius: 100%
}

.home-concept-image-yumebako .home-concept-image-d:nth-of-type(2) {
    top: 0;
    right: 0;
    border-bottom: solid 2px #611414;
    border-left: solid 2px #611414;
    border-bottom-left-radius: 100%
}

.home-concept-image-yumebako .home-concept-image-d:nth-of-type(3) {
    bottom: 4px;
    right: 0;
    border-top: solid 2px #611414;
    border-left: solid 2px #611414;
    border-top-left-radius: 100%
}

@media (max-width: 1020px) {
    .home-concept-image-yumebako .home-concept-image-d:nth-of-type(3) {
        bottom: 4px;
        right: 0;
        border-top: solid 2px #611414;
        border-left: solid 2px #611414;
        border-top-left-radius: 100%
    }
}

.home-concept-image-yumebako .home-concept-image-d:nth-of-type(4) {
    bottom: 4px;
    left: 0;
    border-top: solid 2px #611414;
    border-right: solid 2px #611414;
    border-top-right-radius: 100%
}

@media (max-width: 1020px) {
    .home-concept-image-yumebako .home-concept-image-d:nth-of-type(4) {
        bottom: 4px;
        left: 0;
        border-top: solid 2px #611414;
        border-right: solid 2px #611414;
        border-top-right-radius: 100%
    }
}

.home-concept-image-yumebako .home-concept-image-b {
    border: solid 2px #611414
}

.home-concept-image-prible img {
    border: 2px solid #ffaef4
}

.home-concept-image-prible .home-concept-image-d {
    background-color: #ffe7fb
}

.home-concept-image-prible .home-concept-image-d:first-of-type {
    top: 0;
    left: 0;
    border-bottom: solid 2px #ffaef4;
    border-right: solid 2px #ffaef4;
    border-bottom-right-radius: 100%
}

.home-concept-image-prible .home-concept-image-d:nth-of-type(2) {
    top: 0;
    right: 0;
    border-bottom: solid 2px #ffaef4;
    border-left: solid 2px #ffaef4;
    border-bottom-left-radius: 100%
}

.home-concept-image-prible .home-concept-image-d:nth-of-type(3) {
    bottom: 0;
    right: 0;
    border-top: solid 2px #ffaef4;
    border-left: solid 2px #ffaef4;
    border-top-left-radius: 100%
}

.home-concept-image-prible .home-concept-image-d:nth-of-type(4) {
    bottom: 0;
    left: 0;
    border-top: solid 2px #ffaef4;
    border-right: solid 2px #ffaef4;
    border-top-right-radius: 100%
}

.home-concept-image-prible .home-concept-image-b {
    border: solid 2px #ffaef4
}

.home-movie-wrapper {
    padding-top: 50px
}

@media (min-width: 1020px) {
    .home-movie-wrapper {
        padding-top:100px
    }
}

.home-section-movie {
    width: 84%;
    margin: 0 auto;
    padding: 2px;
    background: #e9b66c
}

@media (min-width: 1020px) {
    .home-section-movie {
        width:960px
    }
}

.home-section-movie-inner {
    width: 100%;
    padding-top: 178%;
    margin: 0 auto
}

@media (min-width: 1020px) {
    .home-section-movie-inner {
        padding-top:50%
    }
}

.home-section-movie-inner iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


@media (min-width: 1020px) {
    .system-tab {
        margin:50px 0
    }
}

.system-tab-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.system-tab-item {
    margin: 0 10px
}

.system-tab-item-active .system-tab-item-link {
    background-color: rgba(233, 182, 108, 0.3);
    font-weight: 800
}

.system-tab-item-link {
    display: block;
    padding: .75em 2em;
    border: 2px solid #e9b66c;
    color: #111;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s
}

.system-tab-item-link:hover {
    background-color: rgba(233, 182, 108, 0.3)
}

#concept {
    clear:both;
    width:100%;
    background-color:#ff6cff46;
    background-size:cover;
    margin: 4% 0 0 0;
    text-align:center;
    padding-top:15px;
    padding-bottom: 3%;
}

#concept img {
    margin:20px 0 0 0;
}

#concept p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size:18px;
    line-height:1.5;
}

.title {
    font-size:48px;
    color:#fff89b;
    line-height:3;
    text-shadow:5px 5px 8px rgb(230, 0, 199);
}

#system {
    clear:both;
    width:100%;
    background-color:#ffffffb4;
    background-size:cover;
    margin: 0;
    text-align:center;
    padding-top:15px;
    padding-bottom: 50px;
}

@media (min-width: 1020px) {
    #system {
        clear:both;
        width:100%;
        background-color:#ffffffb4;
        background-size:cover;
        margin: 0;
        text-align:center;
        padding-top:0;
        padding-bottom: 50px;
    }
}

#system p{
    display:inline-flex;
    font-family: serif;
    font-size:1.2em;
    font-weight: bold;
    color:#910000;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 50px;
}

@media (min-width: 1020px) {
    #system p {
        display:inline-flex;
        font-family: serif;
        font-size:1.8em;
        font-weight: bold;
        color:#910000;
        margin-top: 0;
        margin-right: 20px;
        margin-bottom: 50px;
    }
}

#systemmenu {
    clear:both;
    width:100%;
    background-color:#ffffffb4;
    background-size:cover;
    margin: 0;
    text-align:center;
    padding-top:15px;
    padding-bottom: 50px;
}

#systemmenu p {
    font-family: serif;
    font-weight: bold;
}

.title-h2 {
    font-size: 28px;
    font-family: serif;
    margin-top: 35px;
    margin-bottom: 25px;
}

@media (max-width: 1020px) {
    #systemmenu {
        clear:both;
        width:100%;
        background-color:#ffffffb4;
        background-size:cover;
        margin: 0;
        text-align:center;
        padding-top:15px;
        padding-bottom: 10px;
    }
}

.system_item_table {
    width: 80%;
    max-width: 800px;
    font-family: serif;
    margin: 0 auto 10px auto;
}

@media (min-width: 1020px) {
    .system_item_table {
        width: 95%;
        max-width: 800px;
        font-family: serif;
        margin: 0 auto 10px auto;
    }
}

.system_item_table_champagne {
    width: 80%;
    max-width: 800px;
    font-family: serif;
    margin: 0 auto 10px auto;
}

@media (min-width: 1020px) {
    .system_item_table_champagne {
        width: 95%;
        max-width: 800px;
        font-family: serif;
        margin: 0 auto 40px auto;
    }
}

.system_item_table_solo {
    width: 80%;
    max-width: 800px;
    font-family: serif;
    margin: 0 auto 60px auto;
}

@media (min-width: 1020px) {
    .system_item_table_solo {
        width: 95%;
        max-width: 800px;
        font-family: serif;
        margin: 0 auto 40px auto;
    }
}

.system_item_table_shokai {
    width: 80%;
    max-width: 800px;
    font-family: serif;
    margin: 0 auto 10px auto;
}

@media (max-width: 1020px) {
    .system_item_table_shokai {
        width: 80%;
        max-width: 800px;
        font-family: serif;
        margin: 0 auto 10px auto;
    }
}

.system_cast_table {
    width: 80%;
    max-width: 800px;
    font-family: serif;
    margin: 0 auto 60px auto;
}

@media (max-width: 1020px) {
    .system_cast_table {
        width: 95%;
        max-width: 800px;
        font-family: serif;
        margin: 0 auto 40px auto;
    }
}

.system_item_table th {
    padding: 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    vertical-align: middle;
}

@media (max-width: 1020px) {
    .system_item_table th {
        width: 30%;
        padding: 10px 0;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #000000;
        vertical-align: middle;
    }
}

.system_item_table_solo th {
    padding: 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    vertical-align: middle;
}

@media (min-width: 1020px) {
    .system_item_table_solo th {
        padding: 10px 0;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #000000;
        vertical-align: middle;
    }
}

.system_item_table_shokai th {
    padding: 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    vertical-align: middle;
}

@media (min-width: 1020px) {
    .system_item_table_shokai th {
        width:40%;
        padding: 10px 0;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #000000;
        vertical-align: middle;
    }
}

.system_item_table_champagne th {
    padding: 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    vertical-align: middle;
}

@media (min-width: 1020px) {
    .system_item_table_champagne th {
        width: 60%;
        padding: 10px 0;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #000000;
        vertical-align: middle;
    }
}

.system_cast_table th {
    padding: 20px 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    vertical-align: middle;
}

@media (max-width: 1020px) {
    .system_cast_table th {
        width: 50%;
        padding: 20px 0;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #000000;
        vertical-align: middle;
    }
}

.system_item_table td {
    padding: 10px 0 10px 200px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    vertical-align: middle;
}

@media (max-width: 1020px) {
    .system_item_table td {
        width: 65%;
        padding: 10px 0 10px 20px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #000000;
        vertical-align: middle;
    }
}

.system_item_table_solo td {
    padding: 10px 0 10px 200px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    vertical-align: middle;
}

@media (max-width: 1020px) {
    .system_item_table_solo td {
        padding: 10px 0 10px 20px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #000000;
        vertical-align: middle;
    }
}

.system_item_table_shokai td {
    padding: 10px 0 10px 180px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    vertical-align: middle;
}

@media (max-width: 1020px) {
    .system_item_table_shokai td {
        width: 55%;
        padding: 10px 0 10px 40px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #000000;
        vertical-align: middle;
    }
}

.system_item_table_champagne td {
    padding: 10px 0 10px 200px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    vertical-align: middle;
}

@media (max-width: 1020px) {
    .system_item_table_champagne td {
        width: 40%;
        padding: 10px 0 10px 30px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #000000;
        vertical-align: middle;
    }
}

.system_cast_table td {
    padding: 20px 0 20px 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    vertical-align: middle;
}

@media (max-width: 1020px) {
    .system_cast_table td {
        padding: 20px 0 20px 20px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #000000;
        vertical-align: middle;
    }
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.system_item_title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 8px;
}

.system_item_title_shokai {
    text-align: center;
    font-size: 1.5rem;
    color:#ff0000;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 8px;
}

.shokai {
    text-align: center;
    font-size:0.5em;
}

.set {
    text-align: center;
    font-size:0.5em;
    line-height: 1;
}

.system_item_time {
    width: 240px;
    font-size:1.5em;
}

@media (max-width: 1020px) {
    .system_item_time {
        width: 50%;
        font-size:0.9em;
    }
}

.system_item_time_solo {
    width: 240px;
    font-size:1.5em;
}

@media (max-width: 1020px) {
    .system_item_time_solo {
        width: 240px;
    font-size:1.5em;
    }
}

.system_item_time_shokai {
    width: 340px;
    font-size:1.5em;
    line-height: 1.0;
}

@media (max-width: 1020px) {
    .system_item_time_shokai {
        width: 340px;
        font-size:1.2em;
        line-height: 1.0;
    }
}

.shokai {
    text-align: center;
    font-size:0.5em;
}

@media (max-width: 1020px) {
    .shokai {
        text-align: center;
        font-size:0.3em;
    }
}

.system_item_mens {
    color: #55acee;
    padding-right: 8px;
}

@media (max-width: 1020px) {
    .system_item_mens {
        color: #55acee;
        font-size: 0.7em;
        padding-right: 4px;
    }
}

.system_cast_bronz {
    color: #632400;
    font-weight: bold;
    padding-right: 8px;
}

@media (max-width: 1020px) {
    .system_cast_bronz {
        color: #632400;
        font-size:0.6em;
        font-weight: bold;
        padding-right: 8px;
    }
}

.system_cast_silver {
    color: #3d3d3d;
    font-weight: bold;
    padding-right: 8px;
}

@media (max-width: 1020px) {
    .system_cast_silver {
        color: #ee55a9;
        font-size:0.6em;
        padding-right: 8px;
    }
}

.system_cast_gold {
    color: #b88700;
    font-weight: bold;
    padding-right: 8px;
}

@media (max-width: 1020px) {
    .system_cast_gold {
        color: #b88700;
        font-size:0.6em;
        font-weight: bold;
        padding-right: 8px;
    }
}

.system_cast_dragon {
    color: #a70000;
    font-weight: bold;
    padding-right: 8px;
}

@media (max-width: 1020px) {
    .system_cast_dragon {
        color: #a70000;
        font-size:0.6em;
        padding-right: 8px;
    }
}

.system_cast_check {
    color: #242424;
    font-weight: bold;
    padding-right: 8px;
}

@media (max-width: 1020px) {
    .system_cast_check {
        color: #242424;
        font-size: 0.6em;
        padding-right: 8px;
    }
}

.system_cast_option {
    color: #242424;
    font-weight: 700;
    padding-right: 0;
}

@media (max-width: 1020px) {
    .system_cast_option {
        color: #242424;
        font-size: 0.6em;
        padding-right: 1px;
    }
}

.system_item_price {
    font-size: 1.5rem;
    font-weight: 700;
}

@media (max-width: 1020px) {
    .system_item_price {
        font-size: 1.2rem;
        font-weight: 700;
    }
}

.system_item_tax {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
}

@media (max-width: 1020px) {
    .system_item_tax {
        font-size: 1.2rem;
        font-weight: 700;
    }
}

.system_item_shampagne {
    font-size: 0.5rem;
    line-height: 1.2;
}

@media (max-width: 1020px) {
    .system_item_shampagne {
        font-size: 0.8rem;
        line-height: 1.2;
    }
}

.system_item_small {
    font-size: 1.0rem;
}

@media (max-width: 1020px) {
    .system_item_small {
        font-size: 0.5rem;
    }
}

.system_item_women {
    color: #fb7fb6;
    padding-right: 8px;
}

@media (max-width: 1020px) {
    .system_item_women {
        color: #fb7fb6;
        font-size: 0.7em;
        padding-right: 4px;
    }
}

.system_icon {
    margin-top:20px;
    margin-bottom:-30px;
}

.wrapper{
    width:100%;
    margin:0 auto;
  }

  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

/*tabの形状*/
.tab{
    display: flex;
    width:60%;
    flex-wrap: nowrap;
    list-style-type: none;
    margin:0 auto;
  }

  @media (max-width: 1020px) {
    .tab {
        display: flex;
        flex-wrap: wrap; /* flexアイテムを折り返す */
        width: 100%;
        list-style-type: none;
        margin: 0 auto;
        padding: 0; /* リストのデフォルトパディングを削除 */
    }
}

  .tab li{
    display: block;
    width:50%;
    font-size:18px;
    font-family: serif;
    color:#000;
    margin:0;
    padding:0;
    list-style-type: none;
  }

  @media (max-width: 1020px) {
    .tab li {
        flex: 0 0 calc(50%); /* 2つのタブを横に並べ、マージンを考慮 */
        font-size: 1.0em;
        font-family: serif;
        color: #000;
        margin: 0; /* タブの間のマージン */
        padding: 0;
    }
}

@media (max-width: 1020px) {
    .tab li:last-child {
        flex: 0 0 100%; /* 3段目のタブを100%の幅に設定 */
        border-bottom: 1px solid rgba(27, 27, 27, 0.623);
    }
}

  .tab li a{
    display: block;
    background:#00910765;
    color:#000;
    font-weight: bold;
    margin:0;
    padding:20px 20px;
    list-style-type: none;
    border-width: 1px 1px 1px 1px;    /* 下以外の枠線を引く */
    border-style: solid;              /* 枠線の種類：実線 */
    border-color: rgba(27, 27, 27, 0.623);              /* 枠線の色：黒色 */
  }

  @media (max-width: 1020px) {
    .tab li a {
        display: block;
        background: #ffffff46;
        color: #000;
        padding: 15px 5px;
        border: 1px solid rgba(27, 27, 27, 0.623);
        border-bottom-width: 0; /* 下部のボーダーを削除 */
        text-align: center; /* テキストを中央揃えに */
        text-decoration: none; /* リンクの下線を削除 */
    }
}

  /*liにactiveクラスがついた時の形状*/
  .tab li.active a{
    background:#ff000034;
    color:#020000;
    list-style-type: none;
    font-weight: bold;
  }
  
  
  /*エリアの表示非表示と形状*/
  .area {
    width:100%;
    display: none;/*はじめは非表示*/
    opacity: 0;/*透過0*/
  }
  
  /*areaにis-activeというクラスがついた時の形状*/
  .area.is-active {
      display: block;/*表示*/
      animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
      animation-duration: 1s;
      animation-fill-mode: forwards;
      padding-bottom:50px;
  }
  
  @keyframes displayAnime{
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

#alchorl {
    padding-bottom:20px;
}

.system_alchorl_title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 50px;
}

  #softdrink p {
    font-family: serif;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 8px;
}

#softdrink ul {
    width: 80%;
    max-width: 800px;
    font-family: serif;
    font-weight: bold;
    margin: 60px auto 60px auto;
}

#softdrink ul li {
    font-family: serif;
    font-size:1.4rem;
    padding: 10px auto;
}

#shotdrink p {
    font-family: serif;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 8px;
}

#shotdrink ul {
    width: 80%;
    max-width: 800px;
    font-family: serif;
    margin: 60px auto 60px auto;
}

#shotdrink ul li {
    font-family: serif;
    font-weight: 700;
    font-size:1.4rem;
    padding: 10px auto;
}

.system_champagne_time {
    width: 400px;
    font-size:1.5em;
}

.system_item_champagne {
    width: 400px;
    font-size:1.5em;
    font-weight: bold;
}

.system_cast_drink {
    width: 250px;
    font-size:1.5em;
}

@media (max-width: 1020px) {
    .system_cast_drink {
        width: 250px;
        font-size:1.2em;
    font-weight: bold;
    }
}

.system_cast_omocha {
    width: 250px;
    font-size:1.8em;
    color: #ff47ff;
    line-height:1;
}

@media (max-width: 1020px) {
    .system_cast_omocha {
        width: 250px;
        font-size:0.7em;
        color: #ff51ff;
        line-height:1;
    }
}

.system_cast_omocha span {
    color: #000000;
    line-height:1;
}

@media (max-width: 1020px) {
    .system_cast_omocha span {
        color: #000000;
        line-height:1;
    }
}

.cast-image img{
    text-align: center;
    margin: 0 auto;
}

.access-container {
    width: 100%
}

.access-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0;
    padding: 8px;
    border: 2px solid rgba(255, 255, 255, 0.5)
}

@media (min-width: 1020px) {
    .access-map {
        margin:50px 0;
        padding: 10px
    }
}

.access-map iframe {
    width: 100%;
    height: 300px;
}

.map-access {
    width: 75%;
    margin: 0 auto 100px auto;
    text-align: center;
    padding: 8px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 1020px) {
    .map-access {
        width: 85%;
        margin: 0 auto 30px auto;
        text-align: center;
        padding: 8px;
        border: 2px solid rgba(255, 255, 255, 0.5);
    }
}

.map-access iframe {
    width: 100%;
    height: 800px;
    padding: 8px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 1020px) {
    .map-access iframe {
        width: 100%;
        height: 350px;
        padding: 1px;
        border: 2px solid rgba(255, 255, 255, 0.5);
    }
}

@media (min-width: 1020px) {
    .access-map iframe {
        height:480px
    }
}

.access-map:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 0;
    background-color: #777777;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    mix-blend-mode: overlay
}

.access-body {
    color: #fff;
    margin-top: 25px;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    text-align: center
}

@media (min-width: 1020px) {
    .access-body {
        margin-top:50px;
        font-size: 15px
    }
}

.access-body b {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700
}

@media (min-width: 1020px) {
    .access-body b {
        font-size:20px
    }
}

.access-body a {
    color: #e9b66c
}

.access-page {
    color: #ffffff;
    margin-top: 25px;
    font-size: 12px;
    font-family: serif;
    font-weight: 400;
    line-height: 2;
    text-align: center
}

.access-page b {
    color: #ffffff;
    margin-top: 50px;
    font-family: serif;
    font-size: 24px;
    font-weight: 700
}

@media (max-width: 1020px) {
    .access-page {
        color: #ffffff;
        margin-top: 0;
        font-family: serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 2;
        text-align: center
    }
}

@media (max-width: 1020px) {
    .access-page b {
        color: #ffffff;
        font-family: serif;
        font-size: 18px;
        font-weight: 700
    }
}

@media (min-width: 1020px) {
    .access-body a {
        -webkit-transition:color .5s;
        -o-transition: color .5s;
        transition: color .5s
    }

    .access-body a:hover {
        color: #00a6c7
    }
}
