﻿@import url("css2.css");

#mainVisual {
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
    background: #fafafa !important
}

#mainVisual:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    background: #fafafa
}

@media only screen and (max-width: 768px) {
    #mainVisual:before {
        padding-top: 84%
    }
}

#mainVisual #movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    margin-bottom: 0
}

#mainVisual #movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 480px) {
    #mainVisual #movie {
        width: 100%
    }

    #mainVisual #movie video {
        width: 100%;
        height: auto
    }
}

#mainVisual.endMove {
    margin-top: calc(-56.25% - 36px);
    opacity: 0;
    transition: 2s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media only screen and (max-width: 768px) {
    #mainVisual.endMove.vertical {
        margin-top: -84%
    }
}

@media only screen and (max-width: 480px) {
    #mainVisual.endMove {
        margin-top: -84%
    }
}

#mainVisual.endMove.horizontal {
    margin-top: calc(-100vh + 260px)
}

#mainVisual.endMove~section#commitment .aos-init:not(a) {
    transition-delay: 1.4s !important
}

#mainVisual.endMove~section#commitment h3:nth-of-type(1) a.aos-init {
    transition-delay: 1.6s !important
}

#mainVisual.endMove~section#commitment h3:nth-of-type(2) a.aos-init {
    transition-delay: 1.8s !important
}

#mainVisual.endMove~section#commitment h3:nth-of-type(3) a.aos-init {
    transition-delay: 2.0s !important
}

#mainVisual.endMove~section#brands h2.aos-init {
    transition-delay: 0.2s !important
}

#mainVisual.endMove~section#brands ul.aos-init {
    transition-delay: 0.4s !important
}

#mainVisual.endMove~section#company h2.aos-init {
    transition-delay: 0.2s !important
}

#mainVisual.endMove~section#company div.aos-init {
    transition-delay: 0.4s !important
}

#mainVisual .anime {
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 700px
}

#mainVisual .anime svg image {
    opacity: 1
}

#mainVisual .mainSlider.slick-slider {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0
}

#mainVisual .mainSlider.slick-slider:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000
}

#mainVisual .mainSlider.slick-slider div {
    width: 100%;
    height: 100%
}

#mainVisual .mainSlider.slick-slider div div>div>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

#mainVisual .mainSlider.slick-slider div.slide01 {
    background: url(../image/mainImg01_pc.jpg) no-repeat center center;
    background-size: cover
}

#mainVisual .mainSlider.slick-slider ul.slick-dots {
    top: calc(50% - 30px);
    right: 20px;
    width: 14px;
    height: 80px;
    z-index: 1002
}

#mainVisual .mainSlider.slick-slider ul.slick-dots li {
    width: 14px;
    height: 30px;
    margin: 3px 0;
    padding: 0 5px
}

#mainVisual .mainSlider.slick-slider ul.slick-dots li button {
    background: #fff;
    width: 14px;
    height: 30px;
    border-radius: 14px;
    position: absolute;
    left: 0
}

#mainVisual .mainSlider.slick-slider ul.slick-dots li button:before {
    content: ''
}

#mainVisual .mainSlider.slick-slider ul.slick-dots li.slick-active button {
    background: #576269
}

.contWrap section:nth-of-type(n+1):nth-of-type(odd) {
    background: #ffff
}

.contWrap section.last {
    margin-bottom: 36px !important
}

.contWrap section.inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.contWrap section.inner h2 {
    width: 100%;
    text-align: left
}

.contWrap section.inner h2 img {
    max-width: 410px;
    width: 100%
}

.contWrap section.inner h2 span {
    display: block;
    font-size: 1.7rem;
    margin-top: 36px
}

.contWrap section.inner h2+p {
    margin-bottom: 36px;
    font-size: 1rem;
    line-height: 2.0
}

.contWrap section.inner h2+p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * .5em);
    content: ""
}

.contWrap section.inner h2+p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * .5em);
    content: ""
}

@media only screen and (max-width: 768px) {
    .contWrap section.inner h2 span {
        text-align: center
    }
}

.contWrap section .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
}

.contWrap section .inner h2 {
    width: 100%;
    text-align: left
}

.contWrap section .inner h2 img {
    max-width: 410px;
    width: 100%
}

.contWrap section .inner h2 span {
    display: block;
    font-size: 1.7rem;
    margin-top: 36px
}

.contWrap section .inner h2+p {
    margin-bottom: 36px;
    font-size: 1rem;
    line-height: 2.0
}

.contWrap section .inner h2+p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * .5em);
    content: ""
}

.contWrap section .inner h2+p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * .5em);
    content: ""
}

@media only screen and (max-width: 768px) {
    .contWrap section .inner h2 span {
        text-align: center
    }
}

#commitment.inner h2+p {
    width: 100%
}

#commitment.inner h2+p+p {
    margin-bottom: 36px
}

#commitment.inner p a {
    display: inline
}

#commitment.inner>div {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-items: flex-start
}

#commitment.inner>div h3 {
    border-left: 1px solid #000000;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

#commitment.inner>div h3:last-of-type {
    border-right: 1px solid #000000
}

#commitment.inner>div h3 a {
    padding: 6px 0;
    width: 100%;
    overflow: hidden;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

#commitment.inner>div h3 a.forIE {
    display: block !important
}

#commitment.inner>div h3 a img {
    width: auto;
    height: 56px;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1)
}

#commitment.inner>div h3 a img.forIE {
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

#commitment.inner>div h3 a img.forIE:before {
    position: absolute;
    content: "";
    display: block;
    height: 56px;
    width: 100%
}

#commitment.inner>div h3 a span {
    margin-top: 12px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1)
}

#commitment.inner>div h3 a:hover img {
    opacity: 0.3;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1)
}

#commitment.inner>div h3 a:hover span {
    opacity: 0.3;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1)
}

#commitment.inner>div.extend h3:nth-of-type(2) {
    width: 50%;
    max-width: 262.5px
}

@media only screen and (max-width: 768px) {
    #commitment.inner h2+p {
        padding-bottom: 0;
        border-bottom: none
    }

    #commitment.inner>div {
        padding-top: 0;
        border-top: none;
        display: flex;
        flex-direction: column
    }

    #commitment.inner>div h3 {
        border-left: none;
        border-top: 1px solid #000000;
        width: 100%
    }

    #commitment.inner>div h3 a {
        padding: 36px 0
    }

    #commitment.inner>div h3 a img {
        width: 80%;
        max-width: 195px;
        height: auto
    }

    #commitment.inner>div h3:last-of-type {
        border-right: none;
        border-bottom: 1px solid #000000
    }

    #commitment.inner>div.extend h3:nth-of-type(2) {
        width: 100%;
        max-width: 100%
    }

    #commitment.inner>div.extend h3 a img {
        width: 85%;
        max-width: 285px
    }
}

#brands .inner ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start
}

#brands .inner ul li {
    width: 47%
}

#brands .inner ul li:nth-of-type(n+3) {
    margin-top: 36px
}

#brands .inner ul li figure {
    width: 100%
}

#brands .inner ul li figure a {
    display: block;
    overflow: hidden
}

#brands .inner ul li figure a img {
    opacity: 1;
    transform: scale(1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#brands .inner ul li figure a:not(.disable):hover img {
    opacity: 0.8;
    transform: scale(1.2);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#brands .inner ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 36px
}

#brands .inner ul li dl dt h4 {
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 1
}

#brands .inner ul li dl dt h4::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * .5em);
    content: ""
}

#brands .inner ul li dl dt h4::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * .5em);
    content: ""
}

#brands .inner ul li dl dt h4 span {
    font-size: 1rem;
    display: block;
    margin-top: 10px
}

#brands .inner ul li dl dd {
    justify-content: flex-end;
    margin-top: 4px
}

#brands .inner ul li dl dd a {
    display: inline-block;
    width: 22px;
    margin-right: 16px
}

#brands .inner ul li dl dd a:last-of-type {
    margin-right: 0
}

@media only screen and (max-width: 480px) {
    #brands .inner ul {
        flex-direction: column
    }

    #brands .inner ul li {
        width: 100%
    }

    #brands .inner ul li:nth-of-type(n+2) {
        margin-top: 36px
    }

    #brands .inner ul li dl {
        margin-top: 18px
    }

    #brands .inner ul li dl dt h4 {
        font-size: 1.2rem
    }

    #brands .inner ul li dl dt h4 span {
        font-size: 0.8rem
    }

    #brands .inner ul li dl dd {
        margin-top: 0
    }

    #brands .inner ul li dl dd a {
        width: 20px;
        margin-right: 14px
    }
}

#division .inner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start
}

#division .inner ul li {
    width: 47%
}

#division .inner ul li:nth-of-type(n+3) {
    margin-top: 36px
}

#division .inner ul li figure {
    width: 100%
}

#division .inner ul li figure a {
    display: block;
    overflow: hidden
}

#division .inner ul li figure a img {
    opacity: 1;
    transform: scale(1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#division .inner ul li figure a:not(.disable):hover img {
    opacity: 0.8;
    transform: scale(1.2);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#division .inner ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 36px
}

#division .inner ul li dl dt h4 {
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 1
}

#division .inner ul li dl dt h4::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * .5em);
    content: ""
}

#division .inner ul li dl dt h4::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * .5em);
    content: ""
}

#division .inner ul li dl dt h4 span {
    font-size: 1rem;
    display: block;
    margin-top: 10px
}

#division .inner ul li dl dd {
    justify-content: flex-end;
    margin-top: 4px
}

#division .inner ul li dl dd a {
    display: inline-block;
    width: 22px;
    margin-right: 16px
}

#division .inner ul li dl dd a:last-of-type {
    margin-right: 0
}

@media only screen and (max-width: 480px) {
    #division .inner ul {
        flex-direction: column
    }

    #division .inner ul li {
        width: 100%
    }

    #division .inner ul li:nth-of-type(n+2) {
        margin-top: 36px
    }

    #division .inner ul li dl {
        margin-top: 18px
    }

    #division .inner ul li dl dt h4 {
        font-size: 1.2rem
    }

    #division .inner ul li dl dt h4 span {
        font-size: 0.8rem
    }

    #division .inner ul li dl dd {
        margin-top: 0
    }

    #division .inner ul li dl dd a {
        width: 20px;
        margin-right: 14px
    }
}

#company .inner h2 img {
    max-width: 460px
}

#company .inner div {
    width: 100%
}

#company .inner div dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 1.2rem
}

#company .inner div dl:nth-of-type(n+2) {
    margin-top: 36px
}

#company .inner div dl dt {
    width: 17%;
    line-height: 1
}

#company .inner div dl dt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * .5em);
    content: ""
}

#company .inner div dl dt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * .5em);
    content: ""
}

#company .inner div dl dd {
    width: 83%;
    line-height: 1.5
}

#company .inner div dl dd::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * .5em);
    content: ""
}

#company .inner div dl dd::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * .5em);
    content: ""
}

#company .inner div dl dd a {
    display: inline
}

@media only screen and (max-width: 480px) {
    #company .inner div dl {
        flex-direction: column;
        font-size: 1rem
    }

    #company .inner div dl dt {
        width: 100%;
        margin-bottom: 10px
    }

    #company .inner div dl dd {
        width: 100%
    }
}

#topics .inner ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

#topics .inner ul li {
    width: 21.33333%;
    max-width: 160px;
    margin-left: 4.88889%
}

#topics .inner ul li:nth-of-type(4n+1) {
    margin-left: 0
}

#topics .inner ul li:nth-of-type(n+5) {
    margin-top: 5%
}

@media only screen and (max-width: 480px) {
    #topics .inner ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    #topics .inner ul li {
        width: 47%;
        max-width: 306px;
        margin-left: 0
    }

    #topics .inner ul li:nth-of-type(n+3) {
        margin-top: 6%
    }
}

.lum-lightbox {
    z-index: 9999 !important
}

#works .inner dl.accordion dd>span {
    display: block;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    margin: 36px 0 18px
}

#works .inner dl.accordion dd ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

#works .inner dl.accordion dd ul li {
    width: calc((100% - 18px)/4);
    margin: 18px 0 0 6px
}

#works .inner dl.accordion dd ul li:nth-of-type(4n+1) {
    margin-left: 0
}

#works .inner dl.accordion dd ul li:nth-of-type(-n+4) {
    margin-top: 0
}

#works .inner dl.accordion dd ul li p {
    font-size: 0.8rem;
    margin-top: 6px;
    letter-spacing: 0;
    line-height: 1.2
}

#works .inner dl.accordion dd ul li p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * .5em);
    content: ""
}

#works .inner dl.accordion dd ul li p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * .5em);
    content: ""
}

@media only screen and (max-width: 480px) {
    #works .inner dl.accordion dd ul li {
        width: calc((100% - 6px)/2)
    }

    #works .inner dl.accordion dd ul li:nth-of-type(4n+1) {
        margin-left: 6px
    }

    #works .inner dl.accordion dd ul li:nth-of-type(-n+4) {
        margin-top: 18px
    }

    #works .inner dl.accordion dd ul li:nth-of-type(2n+1) {
        margin-left: 0
    }

    #works .inner dl.accordion dd ul li:nth-of-type(-n+2) {
        margin-top: 0
    }
}

#intro .inner>div {
    width: 100%
}

#intro .inner dl.accordion>dd {
    padding-top: 36px
}

#intro .inner dl.accordion>dd div.info {
    text-align: right;
    margin-bottom: 18px
}

#intro .inner dl.accordion>dd div.info h5 {
    font-weight: 600;
    font-size: 1.2rem
}

#intro .inner dl.accordion>dd div.info p {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1
}

#intro .inner dl.accordion>dd div.info p span {
    width: auto;
    margin-top: 0;
    display: inline-block;
    text-align: center;
    padding-right: 6px;
    margin-right: 6px;
    border-right: 1px solid #efefef
}

#intro .inner dl.accordion>dd div.info p a {
    display: inline
}

#intro .inner dl.accordion>dd div.info p:nth-of-type(1) a {
    font-size: 2rem
}

#intro .inner dl.accordion>dd div.merit {
    background: #474747;
    color: #ffffff;
    padding: 36px
}

#intro .inner dl.accordion>dd div.merit h4 {
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.5
}

#intro .inner dl.accordion>dd div.merit h4::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * .5em);
    content: ""
}

#intro .inner dl.accordion>dd div.merit h4::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * .5em);
    content: ""
}

#intro .inner dl.accordion>dd div.merit ol {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
}

#intro .inner dl.accordion>dd div.merit ol li {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    width: 35%;
    min-width: 250px
}

#intro .inner dl.accordion>dd div.merit ol li:nth-of-type(2) {
    margin-left: 18px;
    width: 25%;
    min-width: 180px
}

#intro .inner dl.accordion>dd div.merit ol li:last-of-type {
    margin-top: 18px;
    width: 100%;
    text-align: center
}

#intro .inner dl.accordion>dd div.merit ol li .train {
    display: block;
    font-size: 0.8rem
}

#intro .inner dl.accordion>dd div.merit ol li .strong {
    font-size: 1.7rem
}

#intro .inner dl.accordion>dd div.merit ol li .strongNum {
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0;
    vertical-align: -1px
}

@media only screen and (max-width: 560px) {
    #intro .inner dl.accordion>dd div.merit ol {
        flex-direction: column
    }
}

@media only screen and (max-width: 480px) {
    #intro .inner dl.accordion>dd div.merit {
        padding: 36px 18px
    }

    #intro .inner dl.accordion>dd div.merit h4 {
        font-size: 1.2rem
    }

    #intro .inner dl.accordion>dd div.merit ol li {
        font-size: 1rem;
        text-align: center;
        width: 100%;
        min-width: 100%
    }

    #intro .inner dl.accordion>dd div.merit ol li:nth-of-type(2) {
        margin: 18px 0 0 0;
        width: 100%;
        min-width: 100%
    }

    #intro .inner dl.accordion>dd div.merit ol li:last-of-type {
        line-height: 1.5
    }

    #intro .inner dl.accordion>dd div.merit ol li:last-of-type::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.5) * .5em);
        content: ""
    }

    #intro .inner dl.accordion>dd div.merit ol li:last-of-type::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.5) * .5em);
        content: ""
    }

    #intro .inner dl.accordion>dd div.merit ol li .strong {
        font-size: 1.2rem
    }

    #intro .inner dl.accordion>dd div.merit ol li .strongNum {
        font-size: 2rem
    }
}

#intro .inner dl.accordion>dd .detail {
    width: 100%;
    margin-top: 72px
}

#intro .inner dl.accordion>dd .detail h2 span {
    display: inline-block;
    margin-top: 0;
    font-size: 1rem;
    margin-left: 5px;
    padding-left: 13px;
    position: relative;
    vertical-align: 1px
}

#intro .inner dl.accordion>dd .detail h2 span:before {
    content: "";
    height: 1px;
    width: 8px;
    background: #000000;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%)
}

#intro .inner dl.accordion>dd .detail ul {
    display: flex;
    flex-wrap: wrap
}

#intro .inner dl.accordion>dd .detail ul li {
    max-height: 250px
}

#intro .inner dl.accordion>dd .detail ul li a {
    width: 100%;
    height: 100%
}

#intro .inner dl.accordion>dd .detail ul li a img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

#intro .inner dl.accordion>dd .detail.gallery.appearance ul li {
    width: 25%;
    margin-top: 6px
}

#intro .inner dl.accordion>dd .detail.gallery.appearance ul li:nth-of-type(-n+3) {
    margin-top: 0
}

#intro .inner dl.accordion>dd .detail.gallery.appearance ul li:nth-of-type(2) {
    margin-left: 6px;
    margin-right: 6px;
    width: calc(50% - 12px)
}

#intro .inner dl.accordion>dd .detail.gallery.appearance ul li:nth-of-type(4) {
    width: 20%
}

#intro .inner dl.accordion>dd .detail.gallery.appearance ul li:nth-of-type(5) {
    margin-left: 6px;
    margin-right: 6px;
    width: calc(40% - 12px)
}

#intro .inner dl.accordion>dd .detail.gallery.appearance ul li:nth-of-type(6) {
    width: 40%
}

#intro .inner dl.accordion>dd .detail.gallery.share ul li {
    width: calc((100% - 6px)/2);
    margin: 6px 0 0 6px
}

#intro .inner dl.accordion>dd .detail.gallery.share ul li:nth-of-type(-n+2) {
    margin-top: 0
}

#intro .inner dl.accordion>dd .detail.gallery.share ul li:nth-of-type(odd) {
    margin-left: 0
}

#intro .inner dl.accordion>dd .detail.gallery.model ul li {
    width: calc((100% - 6px)/2);
    margin: 6px 0 0 6px
}

#intro .inner dl.accordion>dd .detail.gallery.model ul li:nth-of-type(-n+3) {
    margin-top: 0
}

#intro .inner dl.accordion>dd .detail.gallery.model ul li:nth-of-type(1),
#intro .inner dl.accordion>dd .detail.gallery.model ul li:nth-of-type(4) {
    margin-left: 0
}

#intro .inner dl.accordion>dd .detail.gallery.model ul li:nth-of-type(-n+2) {
    width: calc(((100% - 6px)/2 - 6px)/2)
}

#intro .inner dl.accordion>dd .detail.roomPlan>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

#intro .inner dl.accordion>dd .detail.roomPlan>div dl {
    width: calc((100% - 6px)/2);
    margin-top: 6px;
    border: 1px solid #474747
}

#intro .inner dl.accordion>dd .detail.roomPlan>div dl:nth-of-type(-n+2) {
    margin-top: 0
}

#intro .inner dl.accordion>dd .detail.roomPlan>div dl dt {
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

#intro .inner dl.accordion>dd .detail.roomPlan>div dl dt figure {
    width: 60%
}

#intro .inner dl.accordion>dd .detail.roomPlan>div dl dd {
    background: #474747;
    color: #ffffff;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

#intro .inner dl.accordion>dd .detail.roomPlan>div dl dd h5 {
    width: 58px;
    padding: 0 18px 4px 0;
    text-align: center;
    border-right: 1px solid #ffffff
}

#intro .inner dl.accordion>dd .detail.roomPlan>div dl dd h5 span {
    display: block;
    font-size: 2.3rem;
    margin-bottom: 4px
}

#intro .inner dl.accordion>dd .detail.roomPlan>div dl dd p.spec {
    font-size: 1.2rem;
    width: calc(100% - 58px);
    line-height: 1
}

#intro .inner dl.accordion>dd .detail.roomPlan>div dl dd p.spec span {
    margin-top: 0
}

#intro .inner dl.accordion>dd .detail.roomPlan>div dl dd p.spec span:nth-of-type(n+2) {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    #intro .inner dl.accordion>dd .detail.roomPlan>div dl dd {
        padding: 18px 12px
    }

    #intro .inner dl.accordion>dd .detail.roomPlan>div dl dd p.spec {
        font-size: 1rem
    }

    #intro .inner dl.accordion>dd .detail.roomPlan>div dl dd p.spec span:nth-of-type(n+2) {
        margin-top: 6px;
        line-height: 1.2
    }

    #intro .inner dl.accordion>dd .detail.roomPlan>div dl dd p.spec span:nth-of-type(n+2)::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.2) * .5em);
        content: ""
    }

    #intro .inner dl.accordion>dd .detail.roomPlan>div dl dd p.spec span:nth-of-type(n+2)::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.2) * .5em);
        content: ""
    }
}

@media only screen and (max-width: 480px) {
    #intro .inner dl.accordion>dd .detail.roomPlan>div dl dd {
        flex-direction: column
    }

    #intro .inner dl.accordion>dd .detail.roomPlan>div dl dd h5 {
        width: 100%;
        padding: 0 0 12px 0;
        border-right: none;
        border-bottom: 1px solid #ffffff;
        letter-spacing: 0.08em
    }

    #intro .inner dl.accordion>dd .detail.roomPlan>div dl dd h5 span {
        display: inline
    }

    #intro .inner dl.accordion>dd .detail.roomPlan>div dl dd p.spec {
        margin-top: 12px;
        width: 100%;
        line-height: 1.2
    }

    #intro .inner dl.accordion>dd .detail.roomPlan>div dl dd p.spec::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.2) * .5em);
        content: ""
    }

    #intro .inner dl.accordion>dd .detail.roomPlan>div dl dd p.spec::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.2) * .5em);
        content: ""
    }
}

#intro .inner dl.accordion>dd .detail.location h3 {
    font-weight: 600;
    margin-bottom: 18px
}

#intro .inner dl.accordion>dd .detail.location ol {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
}

#intro .inner dl.accordion>dd .detail.location ol li {
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    width: 33%;
    min-width: 250px;
    text-align: left
}

#intro .inner dl.accordion>dd .detail.location ol li::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * .5em);
    content: ""
}

#intro .inner dl.accordion>dd .detail.location ol li::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * .5em);
    content: ""
}

#intro .inner dl.accordion>dd .detail.location ol li:nth-of-type(2) {
    margin-left: 18px;
    width: 24%;
    min-width: 180px
}

#intro .inner dl.accordion>dd .detail.location ol li:last-of-type {
    margin-top: 18px;
    width: 52%;
    min-width: 390px
}

#intro .inner dl.accordion>dd .detail.location ol li .train {
    display: block;
    font-size: 0.8rem
}

#intro .inner dl.accordion>dd .detail.location ol li .strong {
    font-size: 1.7rem
}

#intro .inner dl.accordion>dd .detail.location ol li .strongNum {
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0
}

@media only screen and (max-width: 560px) {
    #intro .inner dl.accordion>dd .detail.location h3 {
        text-align: left
    }

    #intro .inner dl.accordion>dd .detail.location ol {
        flex-direction: column
    }

    #intro .inner dl.accordion>dd .detail.location ol li {
        text-align: left;
        width: 100%
    }

    #intro .inner dl.accordion>dd .detail.location ol li:nth-of-type(2) {
        margin: 18px 0 0 0;
        width: 100%
    }

    #intro .inner dl.accordion>dd .detail.location ol li:last-of-type {
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    #intro .inner dl.accordion>dd .detail.location ol li .strong {
        font-size: 1.2rem
    }

    #intro .inner dl.accordion>dd .detail.location ol li .strongNum {
        font-size: 2rem
    }
}

#intro .inner dl.accordion>dd .detail.benefit h3 {
    font-weight: 600;
    margin-bottom: 18px
}

#intro .inner dl.accordion>dd .detail.benefit figure {
    width: 100%;
    background: #efefef;
    text-align: center
}

#intro .inner dl.accordion>dd .detail.benefit figure img {
    max-width: 375px
}

#intro .inner dl.accordion>dd .detail.benefit figure+p {
    margin-top: 18px
}

#intro .inner dl.accordion>dd .detail.benefit figure+p .caption {
    text-align: left;
    margin-top: 12px
}

#intro .inner dl.accordion>dd .detail.benefit dl {
    margin-top: 36px;
    border: 1px solid #bababa;
    padding: 18px;
    text-align: center
}

#intro .inner dl.accordion>dd .detail.benefit dl dt {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5
}

#intro .inner dl.accordion>dd .detail.benefit dl dt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * .5em);
    content: ""
}

#intro .inner dl.accordion>dd .detail.benefit dl dt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * .5em);
    content: ""
}

#intro .inner dl.accordion>dd .detail.benefit dl dd {
    margin-top: 12px
}

#intro .inner dl.accordion>dd .detail.benefit dl dd .shop_button {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

#intro .inner dl.accordion>dd .detail.benefit dl dd .shop_button a {
    border-radius: 5px;
    width: 100%;
    max-width: 375px;
    padding: 12px 0;
    font-weight: 600;
    color: #ffffff;
    background: #999999;
    letter-spacing: 0.08em;
    position: relative
}

#intro .inner dl.accordion>dd .detail.benefit dl dd .shop_button a:after {
    content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 2.4 6.2" ><path d="M2.4,3.3L0,6.2V5.6l2.1-2.5L0,0.6V0l2.4,2.9V3.3z" fill="%23fff"/></svg>');
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%)
}

#intro .inner dl.accordion>dd .detail.outline table {
    width: 100%
}

#intro .inner dl.accordion>dd .detail.outline table tr {
    background: #efefef;
    border-bottom: 1px solid #ffffff
}

#intro .inner dl.accordion>dd .detail.outline table tr th {
    font-weight: 600;
    width: 20%;
    min-width: 110px;
    padding: 12px;
    border-right: 1px solid #ffffff
}

#intro .inner dl.accordion>dd .detail.outline table tr td {
    width: calc(100% - 110px);
    padding: 12px;
    line-height: 1.2
}

#intro .inner dl.accordion>dd .detail.outline table tr td::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * .5em);
    content: ""
}

#intro .inner dl.accordion>dd .detail.outline table tr td::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * .5em);
    content: ""
}

#intro .inner dl.accordion>dd .detail.outline table tr:last-of-type {
    border-bottom: none
}

#intro .inner dl.accordion>dd .detail.outline table tr:last-of-type td {
    width: 100%;
    font-size: 0.8rem
}

@media only screen and (max-width: 480px) {
    #intro .inner dl.accordion>dd .detail.outline table tr {
        background: none;
        border-bottom: none;
        font-size: 0.8rem
    }

    #intro .inner dl.accordion>dd .detail.outline table tr th {
        display: block;
        background: #efefef;
        width: 100%;
        min-width: 100%;
        border-right: none
    }

    #intro .inner dl.accordion>dd .detail.outline table tr td {
        display: block;
        width: 100%
    }

    #intro .inner dl.accordion>dd .detail.outline table tr:last-of-type td {
        padding: 0
    }
}

#outlet .inner>div {
    width: 100%
}

#outlet .inner dl.accordion>dd {
    padding-top: 36px
}

#outlet .inner dl.accordion>dd table {
    width: 100%
}

#outlet .inner dl.accordion>dd table tr {
    padding: 18px 0;
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    align-items: stretch;
    line-height: 1.5
}

#outlet .inner dl.accordion>dd table tr::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * .5em);
    content: ""
}

#outlet .inner dl.accordion>dd table tr::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * .5em);
    content: ""
}

#outlet .inner dl.accordion>dd table tr th {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 40%;
    min-width: 300px;
    font-weight: 500
}

#outlet .inner dl.accordion>dd table tr td {
    width: calc(100% - 300px)
}

#outlet .inner dl.accordion>dd table tr td span {
    display: block;
    font-size: 0.8rem
}

@media only screen and (max-width: 480px) {
    #outlet .inner dl.accordion>dd table tr {
        flex-direction: column
    }

    #outlet .inner dl.accordion>dd table tr th {
        display: block;
        width: 100%;
        min-width: 100%;
        margin-bottom: 6px
    }

    #outlet .inner dl.accordion>dd table tr td {
        width: 100%;
        text-align: right
    }

    #outlet .inner dl.accordion>dd table tr td span {
        display: block;
        font-size: 0.8rem
    }
}