@charset "UTF-8"; /* CSS Document */
html, body, #wrapper, #strength-container, .main, article {
    height: 100%;
}

html.sp, html.sp body {
    width: 100%;
    position: fixed;
    overflow: hidden;
}

#wrapper {
    overflow: visible;
}

html.sp #strength-container.is-show {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

/*---------------------------------------------
	ヘッダー
  ---------------------------------------------*/
/* ----- ロゴ ----- */
@media screen and (min-width: 768px), print {
    #logo.is-transition {
        -webkit-transition: width 0s linear .3s;
        transition: width 0s linear .3s;
    }

    #logo a {
        -webkit-transition: width .3s ease-in-out .9s, height .3s ease-in-out .9s;
        transition: width .3s ease-in-out .9s, height .3s ease-in-out .9s;
    }

    .skip #logo a {
        -webkit-transition: width .3s ease-in-out .5s, height .3s ease-in-out .5s;
        transition: width .3s ease-in-out .5s, height .3s ease-in-out .5s;
    }

    #logo.is-transition a {
        -webkit-transition: width .3s ease-in-out, height .3s ease-in-out;
        transition: width .3s ease-in-out, height .3s ease-in-out;
    }

    #logo img {
        -webkit-transition: opacity .3s linear .9s, width .3s linear .9s;
        transition: opacity .3s linear .9s, width .3s linear .9s;
    }

    .skip #logo img {
        -webkit-transition: opacity .3s linear .5s, width .3s linear .5s;
        transition: opacity .3s linear .5s, width .3s linear .5s;
    }

    #logo.is-transition img {
        -webkit-transition: opacity .3s linear, width .3s linear;
        transition: opacity .3s linear, width .3s linear;
    }

    #logo-l {
        opacity: 1 !important;
    }

    #logo-s {
        opacity: 0 !important;
    }

    #logo.is-transition #logo-l {
        opacity: 0 !important;
    }

    #logo.is-transition #logo-s {
        opacity: 1 !important;
    }
}

/* ----- グローバルナビ ----- */
#header-nav {
    -webkit-transition: z-index 0s linear .2s, -webkit-transform .3s ease-in-out .9s;
    transition: z-index 0s linear .2s, transform .3s ease-in-out .9s;
}

.skip #header-nav {
    -webkit-transition: z-index 0s linear .2s, -webkit-transform .3s ease-in-out .5s;
    transition: z-index 0s linear .2s, transform .3s ease-in-out .5s;
}

#header-nav.is-hide {
    -webkit-transform: translate3d(0, -120px, 0);
    transform: translate3d(0, -120px, 0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

/*---------------------------------------------
	コンテンツ
  ---------------------------------------------*/
#strength-slide-content {
    position: relative;
    height: 100%;
}

.strength-content {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.strength-content.is-show {
    z-index: 6;
    -webkit-transition: opacity .5s linear .7s;
    transition: opacity .5s linear .7s;
    opacity: 1;
}

#strength-content7, #strength-content8, #strength-content9, #strength-content10, #strength-content11 {
    z-index: 6;
    opacity: 1;
}

/* ----- キャッチコピー ----- */
#strength-title, .strength-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    top: 5%;
    left: 80px;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    #strength-title, .strength-title {
        position: relative;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: calc(100% - 80px);
        top: 50%;
        left: 80px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        transform: translateY(-50%);
    }
}

.strength-title .h1 {
    width: 100%;
    padding: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    vertical-align: middle;
    font-family: din-condensed, sans-serif;
    letter-spacing: 0;
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .strength-title .h1 {
        width: 100%;
        padding: 0;
        font-weight: 400;
        line-height: 1;
        font-size: 120px;
        color: #fff;
        vertical-align: middle;
        font-family: din-condensed, sans-serif;
        letter-spacing: 0;
        margin-bottom: 16px;
    }
}

.letter-space-m {
    letter-spacing: .4rem;
}

.strength-content-copy {
    width: 100%;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .strength-content-copy {
        margin-bottom: 24px;
    }
}

#strength-content1 .strength-content-copy {
    opacity: 0;
    -webkit-transform: translate3d(60px, 0, 0) scale(1.2);
    transform: translate3d(60px, 0, 0) scale(1.2);
    -webkit-transition: -webkit-transform .5s ease-out 1s, opacity .5s ease-out 1s;
    transition: transform .5s ease-out 1s, opacity .5s ease-out 1s;
}

#strength-content1 .strength-content-copy.is-show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.main .strength-content-copy .heading {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 56px;
    font-weight: 400;
    font-family: din-condensed, sans-serif;
    background-color: rgba(110, 187, 24, 0.8);
    line-height: 1;
    color: #ffffff;
}

.main #strength-content2 .strength-content-copy .heading {
    background-color: rgb(209, 127, 6);
}

.main #strength-content3 .strength-content-copy .heading {
    background-color: rgba(207, 56, 133, 0.8);
}

.main #strength-content4 .strength-content-copy .heading {
    background-color: rgb(73, 38, 139);
}

@media screen and (min-width: 768px) {
    .main .strength-content-copy .heading {
        color: #01133f;
        background-color: #fff;
    }

    .main #strength-content2 .strength-content-copy .heading {
        color: #003274;
        background-color: #fff;
    }

    .main #strength-content3 .strength-content-copy .heading {
        color: #acaad0;
        background-color: #fff;
    }

    .main #strength-content4 .strength-content-copy .heading {
        color: #3a2c66;
        background-color: #fff;
    }
}

.strength-content-copy .heading {
    padding-top: 0;
}

.strength-content-copy .quote:nth-of-type(2n+1) {
    display: inline-block;
    font-size: 2rem;
    vertical-align: top;
    margin-top: -1rem;
}

.strength-content-copy .quote.first-letter:nth-of-type(2n+1) {
    margin-top: -2rem;
}

.strength-content-copy .letter-space-m .quote.first-letter:nth-of-type(2n+1) {
    margin-top: -2.3rem;
}

.strength-content-copy .letter-space-l .quote.first-letter:nth-of-type(2n+1) {
    margin-top: -2.6rem;
}

.strength-content-copy .quote:nth-of-type(2n) {
    display: inline-block;
    font-size: 2rem;
    vertical-align: bottom;
    margin-bottom: -1rem;
}

.strength-content-copy .punctuation {
    margin-bottom: -.5em;
}

#strength-content1 .strength-content-copy-sub {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0) scale(1.1);
    transform: translate3d(40px, 0, 0) scale(1.1);
    -webkit-transition: -webkit-transform .5s ease-out .8s, opacity .5s ease-out .8s;
    transition: transform .5s ease-out .8s, opacity .5s ease-out .8s;
}

#strength-content1 .strength-content-copy-sub.is-show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.strength-content-copy-sub p {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
}

#strength-content1 .strength-content-copy-sub p {
    padding: 0;
    font-size: 16px;
}

/* ----- テキスト ----- */
.main .strength-content-txt {
    position: relative;
    float: left;
    width: calc((100% - 80px) / 2);
    margin: 0 0 0 80px;
}

.main .strength-content-txt li {
    position: relative;
    float: left;
    width: 33.33333333%;
    margin: 0;
    padding: 0;
    top: 0;
}

.main .strength-content-txt li:before {
    content: none;
}

.main .strength-content-txt li.is-open {
    z-index: 10;
}

.main .strength-content-txt li:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 0;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: width .3s ease-in-out, opacity .3s linear;
    transition: width .3s ease-in-out, opacity .3s linear;
}

.main .strength-content-txt li.is-open:after {
    opacity: 1;
    -webkit-transition: width .3s ease-in-out .1s;
    transition: width .3s ease-in-out .1s;
}

.main .strength-content-txt li:nth-of-type(1).is-open:after {
    width: 500%;
}

.main .strength-content-txt li:nth-of-type(2).is-open:after {
    width: 400%;
}

.main .strength-content-txt li:nth-of-type(3).is-open:after {
    width: 300%;
}

.main .strength-content-txt li a {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100vh;
    font-size: 2rem;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
}

.main .strength-content-txt li a:hover {
    color: #fff;
    text-decoration: none;
}

.strength-content-txt .txt {
    position: relative;
    display: inline-block;
    height: 100vh;
    margin: 0;
    padding: 12vh 0 calc(25vh - 80px);
    text-align: left;
    line-height: 1.6;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.strength-content-txt li.is-open .txt {
    opacity: 0;
}

#strength-topics .txt {
    padding-top: calc(100px + 15vh);
}

.strength-content-txt .txt:after {
    content: "";
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    border: solid 2px rgba(255, 255, 255, .5);
    border-radius: 50%;
    left: calc(50% - 17px);
    bottom: calc(25vh - 130px);
    background-repeat: no-repeat;
    -moz-background-size: 480px 240px;
    -webkit-background-size: 480px 240px;
    background-size: 480px 240px;
    background-position-x: -117px;
    background-position-y: -141px;
    -webkit-transition: -wetkit-transform .2s ease-in-out, background-color .2s linear, border-color .2s linear;
    transition: transform .2s ease-in-out, background-color .2s linear, border-color .2s linear;
}

html:not(.sp) .strength-content-txt a:hover .txt:after {
    background-color: #fff;
    background-position-y: -117px;
    border-color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.strength-content-txt .txt dt {
    display: inline-block;
    width: auto;
    padding: 0;
    height: 50%;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
}

.strength-content-txt .txt dd {
    display: inline-block;
    width: auto;
    height: 50%;
    padding: 0;
    line-height: 1.3;
    font-size: 1.5rem;
    vertical-align: middle;
}

.strength-content-txt .date {
    display: block;
    margin-left: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.13rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.strength-content-txt-bg {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: opacity .3s linear, width .3s ease-in-out, margin .3s ease-in-out, padding .3s ease-in-out, left .3s ease-in-out;
    transition: opacity .3s linear, width .3s ease-in-out, margin .3s ease-in-out, padding .3s ease-in-out, left .3s ease-in-out;
}

html:not(.sp) .strength-content-txt li a:hover + .strength-content-txt-bg {
    opacity: 1;
}

.strength-content-txt li.is-open .strength-content-txt-bg {
    z-index: 4;
    width: 300%;
    margin-left: -80px;
    padding: 0 40px;
    opacity: 1;
    -webkit-transition: opacity .3s linear, width .3s ease-in-out, margin .3s ease-in-out, padding .3s ease-in-out, left .3s ease-in-out, z-index 0s linear .3s;
    transition: opacity .3s linear, width .3s ease-in-out, margin .3s ease-in-out, padding .3s ease-in-out, left .3s ease-in-out, z-index 0s linear .3s;
}

.strength-content-txt li.is-open:nth-of-type(1) .strength-content-txt-bg {
    left: 0;
}

.strength-content-txt li.is-open:nth-of-type(2) .strength-content-txt-bg {
    left: -100%;
}

.strength-content-txt li.is-open:nth-of-type(3) .strength-content-txt-bg {
    left: -200%;
}

.strength-content-txt-bg span {
    content: "";
    position: absolute;
    display: block;
    width: 300%;
    height: 100%;
    top: 0;
    left: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.strength-content-sub {
    position: absolute;
    z-index: 10;
    width: calc((100% - 80px) / 2);
    height: 100%;
    top: -100%;
    right: 0;
    padding: 5vw;
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
    -webkit-transition: transform .2s ease-out, opacity .2s linear, top 0s linear .2s;
    transition: transform .2s ease-out, opacity .2s linear, top 0s linear .2s;
}

.strength-content-sub.is-open {
    top: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform .2s ease-out .3s, opacity .2s linear .3s, top 0s linear;
    transition: transform .2s ease-out .3s, opacity .2s linear .3s, top 0s linear;
}

.main .strength-content-sub .heading {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
}

.main .strength-content-sub .heading-sub {
    margin-top: -20px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    color: #999;
}

.main .strength-content-sub p {
    font-size: 1.13rem;
}

.strength-content-sub .btn-close {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    top: 4vh;
    right: 2vw;
}

.strength-content-sub .btn-close button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: solid 2px #0a1747;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: transform .2s ease-in-out, background-color .2s linear;
    transition: transform .2s ease-in-out, background-color .2s linear;
}

.strength-content-sub .btn-close button:before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -8px;
    background-color: #0a1747;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.strength-content-sub .btn-close button:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -8px;
    background-color: #0a1747;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

html:not(.sp) .strength-content-sub .btn-close button:hover {
    background-color: #0a1747;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

html:not(.sp) .strength-content-sub .btn-close button:hover:before, html:not(.sp) .strength-content-sub .btn-close button:hover:after {
    background-color: #fff;
}

.sub-content-open #btn-pagetop {
    top: 0 !important;
}

/* ----- ライン ----- */
#strength-container .guide:before, #strength-container .guide:after, #strength-container .guide span:before, #strength-container .guide span:after {
    background-color: rgba(255, 255, 255, .15);
}

#strength-container #strength-content6 .guide:after, #strength-container #strength-content6 .guide span:before, #strength-container #strength-content6 .guide span:after, #strength-container #strength-content7 .guide:after, #strength-container #strength-content7 .guide span:before, #strength-container #strength-content7 .guide span:after {
    display: none;
}

@media screen and (min-width: 768px), print {
    #strength-container .guide:before {
        left: -1px;
    }

    #strength-container .guide:after {
        left: 16.66666666%;
    }

    #strength-container .guide span:nth-of-type(1):before {
        left: 33.33333333%;
    }

    #strength-container .guide span:nth-of-type(1):after {
        left: 50%;
    }

    #strength-container .guide span:nth-of-type(2):before {
        left: 66.66666666%;
    }

    #strength-container .guide span:nth-of-type(2):after {
        left: 83.33333333%;
    }
}

/* ----- ページネーション ----- */
#strength-pagination {
    position: absolute;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 80px;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 0;
    opacity: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: opacity .3s linear, z-index 0s linear .3s;
    transition: opacity .3s linear, z-index 0s linear .3s;
}

#strength-pagination.is-show {
    opacity: 1;
    z-index: 6;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

#strength-pagination button {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    margin: 20px auto 0;
    padding: 25px 0 0;
    text-indent: -9999px;
    background-color: transparent;
    border: 0 none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

#strength-pagination #strength-btn-prev {
    border-top: 2px solid rgba(255, 255, 255, 0.7);
    border-left: 2px solid rgba(255, 255, 255, 0.7);
    transform: rotate(45deg);
    margin: 0 0 16px 32px;
    width: 16px;
    height: 16px;
    padding: 0;
}

#strength-pagination #strength-btn-prev.is-hide {
    opacity: 0;
    cursor: default;
}

#strength-pagination #strength-btn-next {
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    transform: rotate(45deg);
    margin: 16px 0 0 32px;
    width: 16px;
    height: 16px;
    padding: 0;
}

#strength-pagination button:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    -moz-background-size: 480px 240px;
    -webkit-background-size: 480px 240px;
    background-size: 480px 240px;
    background-position-x: 0px;
    background-position-y: -144px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: background-position-x .2s ease-out;
    transition: background-position-x .2s ease-out;
}

#strength-pagination #strength-btn-prev:before {
}

html:not(.sp) #strength-pagination button:hover:before {
    background-position-x: 3px;
}

#strength-pagination ol {
    width: 20px;
    margin: 0 30px;
}

#strength-pagination li {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0 auto 24px;
    padding: 0;
    list-style-type: none;
}

#strength-pagination li:last-of-type {
    margin-bottom: 0;
}

#strength-pagination li:before {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    margin: -8px;
    border: solid 1px #121314;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

#strength-pagination li.current:before {
    opacity: .5;
}

#strength-pagination a {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    text-indent: -9999px;
    background-color: rgba(255, 255, 255, .5);
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

html:not(.sp) #strength-pagination a:hover, #strength-pagination .current a {
    background-color: #0c0e0e;
}

/* ----- ローディング ----- */
#strength-loading {
    position: absolute;
    z-index: 6;
    width: 70px;
    height: 69px;
    bottom: 50px;
    left: calc(50% - 35px);
    margin: 0;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .88rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: opacity .3s linear, z-index 0s linear .3s;
    transition: opacity .3s linear, z-index 0s linear .3s;
}

#strength-loading.is-hide {
    z-index: 0;
    opacity: 0;
}

#strength-loading img {
    margin: 15px auto 0;
}

/* ----- スクロールボタン ----- */
#strength-btn-scroll {
    position: absolute;
    z-index: 0;
    width: 60px;
    height: 120px;
    bottom: 0;
    left: calc(50% - 30px);
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity .3s linear, z-index 0s linear .3s;
    transition: opacity .3s linear, z-index 0s linear .3s;
}

#strength-btn-scroll.is-show {
    z-index: 6;
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

#strength-btn-scroll:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 0;
    bottom: 45px;
    background-color: #fff;
    left: 50%;
    -webkit-transition: height .8s ease-out .3s, bottom .8s ease-out .3s;
    transition: height .8s ease-out .3s, bottom .8s ease-out .3s;
}

#strength-btn-scroll.is-show:before {
    height: 45px;
    bottom: 0;
}

#strength-btn-scroll button {
    position: relative;
    display: block;
    width: 60px;
    height: 75px;
    margin: 0;
    padding: 0 0 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .88rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border: 0 none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
}

#strength-btn-scroll button:before {
    content: "";
    position: absolute;
    display: block;
    width: 27px;
    height: 45px;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: solid 2px #fff;
    border-radius: 13.5px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

#strength-btn-scroll button:hover:before {
    background-color: #fff;
}

#strength-btn-scroll button:after {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 10px;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

#strength-btn-scroll button:hover:after {
    background-color: #545151;
}

#strength-sp-scroll {
    display: none;
}

/* ----- 背景画像 ----- */
#strength-content-bg-container {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

#strength-content-bg-container.is-show {
    opacity: 1;
}

.strength-content-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0s linear;
    transition: 0s linear;
}

@media screen and (max-width: 767px) {
    .strength-content-bg {
        background: #000000;
    }

    .strength-content-bg:after, .strength-content-bg:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
}

.strength-content-bg.is-show {
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity 1.2s cubic-bezier(.7, 0, .3, 1);
    transition: opacity 1.2s cubic-bezier(.7, 0, .3, 1);
}

.skip .strength-content-bg.is-show {
    -webkit-transition-duration: .8s !important;
    transition-duration: .8s !important;
}

#strength-content1-bg1 {
    display: block;
}

@media screen and (max-width: 767px) {
    #strength-content1-bg1.strength-content-bg:after {
        filter: brightness(70%) contrast(500%) opacity(50%);
        background: linear-gradient(167deg, rgba(30,72,255,0.9570203081232493) 15%, rgba(34,185,255,0.22032563025210083) 42%, rgba(17,242,219,0.31836484593837533) 57%, rgba(58,255,165,0.8421743697478992) 100%);
    }
}

@media screen and (max-width: 767px) {
    #strength-content2-bg1.strength-content-bg {
        background: #001e7b;
    }

    #strength-content2-bg1.strength-content-bg:before {
        filter: opacity(80%);
        background: rgb(1,158,121);
        background: linear-gradient(180deg, rgba(1,158,121,0) 10%, rgb(14, 65, 138) 33%, rgba(8,125,194,0) 50%);
    }

    #strength-content2-bg1.strength-content-bg:after {
        filter: brightness(70%) contrast(500%) opacity(50%);
        background: linear-gradient(188deg, rgba(255,255,238,1) 2%, rgba(250,251,189,1) 13%, rgba(9,193,200,0.5956757703081232) 32%, rgba(49,168,212,0) 40%, rgba(34,167,208,0) 66%, rgba(52,123,213,1) 91%);
    }
}

#strength-content3-bg2.is-show {
    -webkit-transition: opacity 1.2s ease-out;
    transition: opacity 1.2s ease-out;
}

@media screen and (max-width: 767px) {
    #strength-content3-bg1.strength-content-bg:after {
        filter: brightness(70%) contrast(500%) opacity(50%);
        background: linear-gradient(188deg, rgba(255,255,238,1) 2%, rgb(251, 213, 247) 5%, rgb(178, 186, 230) 30%, rgba(49,168,212,0) 50%, rgba(34,167,208,0) 66%, rgb(209, 179, 209) 91%);
    }
}

@media screen and (max-width: 767px) {
    #strength-content4-bg1.strength-content-bg:after {
        filter: brightness(60%) contrast(200%) opacity(40%);
        background-image: linear-gradient(10deg, #7c41d0 20%, #c850c000 50%, #3d4dc4 66%, #ffd18b 90%);
    }
}

#strength-content5-bg1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.strength-content-bg.is-hide {
    z-index: 1;
    opacity: 1;
}

.strength-content-bg .img {
    width: 100%;
    height: 100%;
    max-width: none;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -webkit-transform: scale(.04);
    transform: scale(.04);
    -webkit-transition: -webkit-transform 0s linear;
    transition: transform 0s linear;
}

#strength-content2-bg1 .img {
    -webkit-transform: scale(.05882353);
    transform: scale(.05882353);
}

#strength-content3-bg2 .img {
    -webkit-transform: scale(.0441666666);
    transform: scale(.0441666666);
}

#strength-content3-bg1 .img {
    -webkit-transform: scale(.01375);
    transform: scale(.01375);
}

.strength-content-bg.is-hide .img {
    -webkit-transform: scale(25);
    transform: scale(25);
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.7, 0, .3, 1);
    transition: transform 1.2s cubic-bezier(.7, 0, .3, 1);
}

.strength-content-bg.is-show .img {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.7, 0, .3, 1);
    transition: transform 1.2s cubic-bezier(.7, 0, .3, 1);
    -webkit-transform: scale(1) translate(-80px, 0vh);
    transform: scale(1) translate(-80px, 0vh);
}

@media screen and (min-width: 768px) {
    .strength-content-bg.is-show .img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#strength-content1-bg1.is-hide .img {
    -webkit-transform-origin: 56.6% 50.8%;
    transform-origin: 56.6% 50.8%;
    -webkit-transform: scale(17);
    transform: scale(17);
}

#strength-content2-bg1.is-show .img {
    -webkit-transform-origin: 59.87% 48.8%;
    transform-origin: 59.87% 48.8%;
    -webkit-transform: scale(1) translate(-20px, 50px);
    transform: scale(1) translate(-20px, 50px);
}

#strength-content2-bg1.is-hide .img {
    -webkit-transform-origin: 59.87% 48.8%;
    transform-origin: 59.87% 48.8%;
    -webkit-transform: scale(72.727272);
    transform: scale(72.727272);
}

#strength-content3-bg2.is-show .img {
    -webkit-transform-origin: 59.87% 48.8%;
    transform-origin: 59.87% 48.8%;
    -webkit-transform: scale(3.31333333);
    transform: scale(3.31333333);
}

#strength-content3-bg1.is-show .img {
    -webkit-transform-origin: 59.87% 48.8%;
    transform-origin: 59.87% 48.8%;
    -webkit-transform: scale(1) translate(-120px, 0px);
    transform: scale(1) translate(-120px, 0px);
}

#strength-content3-bg1.is-hide .img {
    -webkit-transform-origin: 4.18% 79.8%;
    transform-origin: 4.18% 79.8%;
    -webkit-transform: scale(25);
    transform: scale(25);
}

#strength-content4-bg1.is-show .img {
    -webkit-transform-origin: 4.18% 79.8%;
    transform-origin: 4.18% 79.8%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#strength-content4-bg1.is-hide .img {
    -webkit-transform-origin: 60% 25%;
    transform-origin: 60% 25%;
}

#strength-content5-bg1.is-show .img {
    -webkit-transform-origin: 60% 25%;
    transform-origin: 60% 25%;
}

#strength-content5-bg1.is-hide .img {
    -webkit-transform-origin: 49.7% 50%;
    transform-origin: 49.7% 50%;
}

#strength-content6-bg1.is-show .img {
    -webkit-transform-origin: 49.7% 50%;
    transform-origin: 49.7% 50%;
}

.skip .strength-content-bg .img {
    -webkit-transform: scale(.25) !important;
    transform: scale(.25) !important;
}

.skip .strength-content-bg.is-hide .img {
    -webkit-transform: scale(4) !important;
    transform: scale(4) !important;
}

.skip .strength-content-bg.is-show .img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.skip .strength-content-bg.is-hide .img, .skip .strength-content-bg.is-show .img {
    -webkit-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
    -webkit-transition-duration: .8s !important;
    transition-duration: .8s !important;
}

.skip #strength-content3-bg2 .img {
    display: none;
}

.skip #strength-content3-bg1 {
    background-color: #cbcdc0;
}

.skip #strength-content4-bg1 {
    background-color: #8894ae;
}

.skip #strength-content6-bg1 {
    background-color: #1c2f2d;
}

.scroll-up .strength-content-bg.is-hide {
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 1.2s cubic-bezier(.7, .9, .6, 1);
    transition: opacity 1.2s cubic-bezier(.7, .9, .6, 1);
}

.scroll-up .strength-content-bg.is-show {
    z-index: 1;
    -webkit-transition: none;
    transition: none;
}

.scroll-up .strength-content-bg .img {
    -webkit-transform: scale(25);
    transform: scale(25);
}

.scroll-up .strength-content-bg.is-show .img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.7, .9, .6, 1);
    transition: transform 1.2s cubic-bezier(.7, .9, .6, 1);
}

.scroll-up .strength-content-bg.is-hide .img {
    -webkit-transform: scale(.04);
    transform: scale(.04);
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.7, .9, .6, 1);
    transition: transform 1.2s cubic-bezier(.7, .9, .6, 1);
}

.scroll-up #strength-content1-bg1 .img {
    -webkit-transform: scale(17);
    transform: scale(17);
}

.scroll-up #strength-content1-bg1.is-show .img {
    -webkit-transform: scale(1) translate(-80px, 0vh);
    transform: scale(1) translate(-80px, 0vh);
}

@media screen and (min-width: 768px) {
    .scroll-up #strength-content1-bg1.is-show .img {
        -webkit-transform-origin: 56.6% 50.8%;
        transform-origin: 56.6% 50.8%;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.scroll-up #strength-content2-bg1 .img {
    -webkit-transform: scale(72.727272);
    transform: scale(72.727272);
}

.scroll-up #strength-content3-bg1 .img {
    -webkit-transform: scale(25);
    transform: scale(25);
}

.scroll-up #strength-content3-bg2 .img {
    -webkit-transform: scale(3.31333333);
    transform: scale(3.31333333);
}

.scroll-up #strength-content2-bg1.is-hide .img {
    -webkit-transform-origin: 55.9% 50.8%;
    transform-origin: 55.9% 50.8%;
    -webkit-transform: scale(.05882353);
    transform: scale(.05882353);
}

.scroll-up #strength-content2-bg1.is-show .img {
    -webkit-transform-origin: 59.87% 48.8%;
    transform-origin: 59.87% 48.8%;
    -webkit-transform: scale(1) translate(-20px, 50px);
    transform: scale(1) translate(-20px, 50px);
}

@media screen and (min-width: 768px) {
    .scroll-up #strength-content2-bg1.is-show .img {
        -webkit-transform: scale(1) translate(-20px, 0vh);
        transform: scale(1) translate(-20px, 0vh);
    }
}

.scroll-up #strength-content3-bg2.is-hide .img {
    -webkit-transform-origin: 59.87% 48.8%;
    transform-origin: 59.87% 48.8%;
    -webkit-transform: scale(.0441666666);
    transform: scale(.0441666666);
}

.scroll-up #strength-content3-bg1.is-hide .img {
    -webkit-transform-origin: 59.87% 48.8%;
    transform-origin: 59.87% 48.8%;
    -webkit-transform: scale(.04);
    transform: scale(.04);
}

.scroll-up #strength-content3-bg1.is-show .img {
    -webkit-transform-origin: 4.18% 79.8%;
    transform-origin: 4.18% 79.8%;
    -webkit-transform: scale(1) translate(-120px, 0px);
    transform: scale(1) translate(-120px, 0px);
}

.scroll-up #strength-content4-bg1.is-hide .img {
    -webkit-transform-origin: 4.18% 79.8%;
    transform-origin: 4.18% 79.8%;
}

.scroll-up #strength-content4-bg1.is-show .img {
    -webkit-transform-origin: 60% 25%;
    transform-origin: 60% 25%;
}

.scroll-up #strength-content5-bg1.is-hide .img {
    -webkit-transform-origin: 60% 25%;
    transform-origin: 60% 25%;
    -webkit-transform: scale(.05882353);
    transform: scale(.05882353);
}

.scroll-up #strength-content5-bg1.is-show .img {
    -webkit-transform-origin: 49.7% 50%;
    transform-origin: 49.7% 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.scroll-up #strength-content6-bg1.is-hide .img {
    -webkit-transform-origin: 49.7% 50%;
    transform-origin: 49.7% 50%;
}

.scroll-up.skip .strength-content-bg .img {
    -webkit-transform: scale(4) !important;
    transform: scale(4) !important;
}

.scroll-up.skip .strength-content-bg.is-hide .img {
    -webkit-transform: scale(.25) !important;
    transform: scale(.25) !important;
}

.scroll-up.skip .strength-content-bg.is-show .img {
    -webkit-transform: scale(1) translate(-20vw, 0vh)!important;
    transform: scale(1) translate(-20vw, 0vh)!important;
}

@media screen and (min-width: 768px) {
    .scroll-up.skip .strength-content-bg.is-show .img {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }
}

/*------------------------

#strength-content6

------------------------*/
#strength-content6-txt {
    position: relative;
    width: calc((100% - 80px) / 3);
    height: 100vh;
    margin: 0 0 0 calc((100% - 80px) / 3 + 80px);
    padding: 12vh 0 0;
}

#strength-content6-txt p {
    max-width: 450px;
    margin: 0 auto 30px;
    line-height: 2;
}

#strength-content6-txt .right img {
    vertical-align: bottom;
}

#strength-content6-txt .btn a {
    margin: 0;
    line-height: 1.8;
}

/* ----- 下部コンテンツ ----- */
#strength-static-content {
    height: 0;
    overflow: hidden;
}

#strength-static-content.is-show {
    height: auto;
}

#strength-container #strength-static-content .guide {
    z-index: auto;
}

#strength-static-content .strength-content {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*------------------------

#strength-content7

------------------------*/
#strength-static-content #strength-content7 {
    width: 100%;
    position: relative;
    height: auto;
}

#strength-content7-txt {
    position: relative;
    padding: 16px 0 0;
}

@media screen and (min-width: 768px) {
    #strength-content7-txt {
        position: relative;
        padding: 64px 0;
    }
}

.strength-content7-img {
    margin-bottom: 24px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .strength-content7-img {
        margin-bottom: 2vh;
    }
}

#strength-content7-copy .heading {
    margin: 0;
    font-size: 56px;
    z-index: 1;
    position: relative;
    font-family: din-condensed, sans-serif;
    letter-spacing: 0;
    font-weight: 400;
}

/*------------------------

#strength-content8

------------------------*/
@media screen and (max-width: 767px) {
    #strength-content8 {
        padding: 0 16px 0 0;
    }
}

#strength-content8 .left-contents {
    padding-top: 0vh;
    position: relative;
}

@media screen and (min-width: 768px) {
    #strength-content8 .right-contents {
        padding-top: 6vh;
    }
}

#strength-content8-txt {
    padding: 0 0 3vh;
}

#strength-content8 .heading {
    font-family: din-condensed, sans-serif;
    font-size: 42px;
    opacity: .7;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear,left top,left bottom,from(20%, #7614ce),color-stop(60%,#0087ce),to(#009fce));
    background-image: linear-gradient(180deg,#7614ce 20%,#0087ce 60%,#009fce 100%);
    color: transparent;
    margin-top: -8px;
    z-index: 1;
    position: relative;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
    #strength-content8 .heading {
        font-size: 80px;
        margin-top: -24px;
    }
}

#strength-content8 p {
    margin-top: 0;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    #strength-content8 p {
        margin-bottom: 24px;
    }
}

.con_conc_mov {
    max-width: 1240px;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media only screen and (min-width: 1025px) {
    .con_conc_mov {
        margin-top: 40px;
    }
}

@media print {
    .con_conc_mov {
        margin-top: 260px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .con_conc_mov {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .con_conc_mov {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .con_conc_mov {
        width: 82%;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .con_conc_mov {
        width: 90%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .con_conc_mov {
        width: 100%;
    }
}

.con_conc_mov .box_iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    -webkit-transform: translate(0);
    transform: translate(0);
}

#strength-content8 .left-contents .con_conc_mov .box_iframe:before {
    background: url(../img/strength-content8_bg01.jpg) no-repeat center top;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
}

#strength-content8 .right-contents .con_conc_mov .box_iframe:before {
    background: url(../img/strength-content8_bg02.jpg) no-repeat center top;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
}

.con_conc_mov .box_iframe iframe, .con_conc_mov .box_iframe img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
}

@media only screen and (min-width: 1025px) {
    .con_conc_mov .box_iframe iframe, .con_conc_mov .box_iframe img {
        top: -40px;
    }
}

@media print {
    .con_conc_mov .box_iframe iframe, .con_conc_mov .box_iframe img {
        top: -11.29032%;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .con_conc_mov .box_iframe iframe, .con_conc_mov .box_iframe img {
        top: -10%;
    }
}

@media only screen and (max-width: 767px) {
    .con_conc_mov .box_iframe iframe, .con_conc_mov .box_iframe img {
        top: -1.5em;
    }
}

@media only screen and (min-width: 1025px) {
    .con_conc_mov .box_iframe iframe, .con_conc_mov .box_iframe img {
        right: -40px;
    }
}

@media only screen and (min-width: 1025px) and (max-width:1399px) {
    .con_conc_mov .box_iframe iframe, .con_conc_mov .box_iframe img {
        right: -5.64516%;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .con_conc_mov .box_iframe iframe, .con_conc_mov .box_iframe img {
        right: -10%;
    }
}

@media only screen and (max-width: 767px) {
    .con_conc_mov .box_iframe iframe, .con_conc_mov .box_iframe img {
        right: -16px;
    }
}

/*------------------------

#strength-content9

------------------------*/
#strength-content9 {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    #strength-content9 {
        margin-bottom: 6vh
    }
}

#strength-content9 .mod-wrapin {
    position: relative;
}

#strength-content9 .strength-content9-lead {
    font-size: 40px;
    font-family: din-condensed, sans-serif;
    margin-bottom: 8px;
    letter-spacing: 0;
}

@media screen and (max-width: 767px) {
    #strength-content9 .strength-content9-lead {
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

#strength-content9 .strength-content9-text {
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    #strength-content9 .strength-content9-text {
        margin-bottom: 24px;
    }
}

.strength-content9-img {
    width: 120px;
    position: absolute;
    top: 80px;
    right: 0px;
}

@media screen and (min-width: 768px) {
    .strength-content9-img {
        width: 200px;
        top: 20px;
        right: calc(50% - 480px);
    }
}

@media screen and (max-width: 767px) {
    #strength-content9 .mod-wrapin .btn {
        margin-bottom: 16px;
    }
}

.strength-content9-sec {
    position: relative;
}

.strength-content9-sec:before {
    content: "";
    position: absolute;
    top: -320px;
    left: 20%;
    width: 100vw;
    height: 960px;
    z-index: -1
}

@media screen and (min-width: 768px) {
    .strength-content9-sec:before {
        top: -120px;
        left: 33%;
        height: 100%;
    }
}

.strength-content9-sec.strength-content9-sec.area-yoichi:before {
    opacity: .7;
    background: #f4e4c7;
    background: -moz-linear-gradient(left, #ffe4a6 0%, #fba192 44%, #d9aafb 100%);
    background: -webkit-linear-gradient(left, #ffe4a6 0%, #fba192 44%, #d9aafb 100%);
    background: linear-gradient(to right, #ffe4a6 0%, #fba192 44%, #d9aafb 100%);
}

.strength-content9-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

#strength-content9 .strength-content9-posts-item:before {
    display: none;
}

#strength-content9 .strength-content9-posts-item {
    position: relative;
    list-style: none;
}

@media screen and (min-width: 768px) {
    #strength-content9 .strength-content9-posts-item {
        margin-top: 4px;
        margin-left: 4px;
    }
}

@media screen and (max-width: 767px) {
    /*1列目*/ #strength-content9 .strength-content9-posts-item:nth-child(2n+1) {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    /*2列目*/
    #strength-content9 .strength-content9-posts-item:nth-child(2n+2) {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
}

/*
@media screen and (min-width: 768px) {
    #strength-content9 .strength-content9-posts-item:nth-child(4n+1) {
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px);
    }

    #strength-content9 .strength-content9-posts-item:nth-child(4n+2) {
        -webkit-transform: translateY(140px);
        -ms-transform: translateY(140px);
        transform: translateY(140px);
    }

    #strength-content9 .strength-content9-posts-item:nth-child(4n+3) {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    #strength-content9 .strength-content9-posts-item:nth-child(4n) {
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px);
    }
}
*/
.strength-content9-posts-item {
    line-height: 1;
    width: calc(50% - 4px);
}

@media screen and (min-width: 768px) {
    .strength-content9-posts-item {
        width: calc(25% - 4px);
    }
}

.strength-content9-posts-item:hover {
    cursor: pointer;
}

.strength-content9-posts-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

.strength-content9-sec:nth-child(2n) .strength-content9-posts-img {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.strength-content9-posts-item:nth-child(4n+1) .strength-content9-posts-img {
    -webkit-transition-delay: 0.0s;
    -o-transition-delay: 0.0s;
    transition-delay: 0.0s;
}

.strength-content9-posts-item:nth-child(4n+2) .strength-content9-posts-img {
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.strength-content9-posts-item:nth-child(4n+3) .strength-content9-posts-img {
    -webkit-transition-delay: 0.10s;
    -o-transition-delay: 0.10s;
    transition-delay: 0.10s;
}

.strength-content9-posts-item:nth-child(4n+4) .strength-content9-posts-img {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.strength-content9-sec.on .strength-content9-posts-img {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-bottom: 0;
    display: block;
}

.strength-content9-posts-img figure:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.area-yoichi .strength-content9-posts-img figure:before {
    background: -moz-linear-gradient(left, rgba(241, 221, 177, 0.6) 0%, rgba(220, 161, 151, 0.6) 44%, rgba(236, 163, 227, 0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(241, 221, 177, 0.6) 0%, rgba(220, 161, 151, 0.6) 44%, rgba(236, 163, 227, 0.6) 100%);
    background: linear-gradient(to right, rgba(241, 221, 177, 0.6) 0%, rgba(220, 161, 151, 0.6) 44%, rgba(236, 163, 227, 0.6) 100%);
}

.strength-content9-posts-img:hover figure:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.strength-content9-sec.on .strength-content9-posts-img figure {
    margin-bottom: 0;
}

#strength-content9 .strength-content9-posts-tag {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    position: absolute;
    left: 10%;
    top: 0;
    width: 80%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    z-index: 2;
    margin-bottom: 0;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    #strength-content9 .strength-content9-posts-tag {
        width: 100%;
        font-size: 24px;
        left: 0;
    }
}

.mod-h01 {
    line-height: 1.0;
    margin: 0 0 10px;
}

.mod-h01 span {
    font-size: 80px;
    z-index: 1;
    position: relative;
    font-family: din-condensed, sans-serif;
    opacity: .7;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ec077a),color-stop(46%,#ff5c0e),to(#ffbd2d));
    background-image: linear-gradient(180deg,#ec077a 0%, #ff5c0e 44%, #fdd615 100%);
    color: transparent;
    letter-spacing: 0;
    font-weight: 400;
}

.mod-h01 span b {
    font-weight: 400;
    margin-left: 32px;
    font-size: 40px;
}

@media screen and (max-width: 767px) {
    .mod-h01 span b {
        font-size: 40px;
        display: block;
        margin-left: 0;
        margin-top: 8px;
    }
}

@media screen and (min-width: 1299px) {
    .strength-content9-sec {
        margin-top: 48px;
    }

    .strength-content9-sec:nth-child(2n) .strength-content9-sec-clear {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .strength-content9-posts {
    }

    .strength-content9-posts-tag {
        font-size: 2.2rem;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    .strength-content9-posts-item:hover .strength-content9-posts-tag {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .mod-h01 span:after {
        height: 12px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1299px), print {
    .mod-wrapin {
        max-width:1190px;
        margin: 0 auto;
        padding: 0 40px;
    }

    .strength-content9-sec {
        margin-bottom: 80px;
    }

    .strength-content9-sec-clear {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 60px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .strength-content9-sec:nth-child(2n) .strength-content9-sec-clear {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .strength-content9-posts-tag {
        font-size: 2.2rem;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    .strength-content9-posts-item:hover .strength-content9-posts-tag {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .mod-h01 span:after {
        height: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .mod-wrapin {
        max-width:1190px;
        margin: 0 auto;
        padding: 0 40px;
        padding: 0 8%;
    }

    .strength-content9-sec {
        margin-bottom: 80px;
    }

    .strength-content9-sec-clear {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 60px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .strength-content9-sec:nth-child(2n) .strength-content9-sec-clear {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .strength-content9-posts {
        width: 49%;
        padding-bottom: 10%;
    }

    .strength-content9-posts-tag {
        font-size: 2.2rem;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    .strength-content9-posts-item:hover .strength-content9-posts-tag {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .mod-h01 span:after {
        height: 12px;
    }
}

@media screen and (max-width: 767px) {
    .strength-content9-sec {
        margin-bottom: 50px;
    }

    .strength-content9-posts {
        margin: auto;
    }

    .strength-content9-posts-tag {
        font-size: 1.5rem;
    }

    .mod-h01 span {
        border-width: 6px;
        font-size: 64px;
        display: block;
    }

    .mod-h01 span:after {
        height: 6px;
    }
}

/*------------------------

#strength-content10

------------------------*/
#strength-content10 {
    margin-bottom: 8vh
}

@media screen and (max-width: 767px) {
    #strength-content10 {
        margin-bottom: 24px
    }
}

.strength-content10__text-wrap {
    margin-bottom: 16px
}

@media screen and (min-width: 768px) {
    .strength-content10__text-wrap {
        margin-bottom: 4vh
    }
}

.strength-content10__img-wrap {
    flex-wrap: wrap;
    margin-left: -4px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .strength-content10__img-wrap {
        padding-bottom: 40px;
    }
}

.strength-content10__img-wrap:before {
    content: "";
    position: absolute;
    top: -180px;
    right: 20%;
    width: 100vw;
    height: 600px;
    z-index: -1;
    opacity: .7;
    background: #cee2f3;
    background: -moz-linear-gradient(left, #71aadc 0%, #9dddda 44%, #e9eea7 100%);
    background: -webkit-linear-gradient(left, #71aadc 0%, #9dddda 44%, #e9eea7 100%);
    background: linear-gradient(to right, #71aadc 0%, #9dddda 44%, #e9eea7 100%);
}

@media screen and (min-width: 768px) {
    .strength-content10__img-wrap:before {
        top: -80px;
        left: 33%;
        height: 100%;
    }
}

.strength-content10-img img {
    margin-bottom: 4px;
}

.strength-content10-img {
    margin-left: 4px;
}

@media screen and (max-width: 767px) {
    .strength-content10__img-wrap .is-container {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        margin-left: -4px;
    }

    .strength-content10-img.is-15, .strength-content10-img.is-20 {
        margin-left: 0;
    }

    .strength-content10-img.is-15 img, .strength-content10-img.is-20 img {
        width: calc(50% - 4px);
        min-width: calc(50% - 4px);
        margin-left: 4px;
    }

    .strength-content10-img.is-25, .strength-content10-img.is-30, .strength-content10-img.is-40, .strength-content10-img.is-50 {
        width: calc(50% - 4px);
        min-width: calc(50% - 4px);
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        display: flex;
    }

    .strength-content10__img01, .strength-content10__img03, .strength-content10__img05, .strength-content10__img07 {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@media screen and (min-width: 768px) {
    .strength-content10-img.is-15 {
        width: calc(15% - 4px);
        min-width: calc(15% - 4px);
    }

    .strength-content10-img.is-20 {
        width: calc(20% - 4px);
        min-width: calc(20% - 4px);
    }

    .strength-content10-img.is-25 {
        width: calc(25% - 4px);
        min-width: calc(25% - 4px);
    }

    .strength-content10-img.is-30 {
        width: calc(30% - 4px);
        min-width: calc(30% - 4px);
    }

    .strength-content10-img.is-40 {
        width: calc(40% - 4px);
        min-width: calc(40% - 4px);
    }

    .strength-content10-img.is-50 {
        width: calc(50% - 4px);
        min-width: calc(50% - 4px);
    }
}

.strength-content10__text-wrap__title {
    font-size: 80px;
    z-index: 1;
    position: relative;
    font-family: din-condensed, sans-serif;
    opacity: .7;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear,left top,left bottom,from(20%,#0089ff),color-stop(60%,#10deaa),to(#c1de1f));
    background-image: linear-gradient(180deg,#0089ff 20%,#10deaa 60%,#c1de1f 100%);
    color: transparent;
    letter-spacing: 0;
}

@media screen and (max-width: 767px) {
    .strength-content10__text-wrap__title {
        font-size: 64px;
    }
}

.strength-content10__text-wrap__text {
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .strength-content10__text-wrap__text {
        margin-bottom: 24px;
    }
}

/*------------------------

#strength-content11

------------------------*/
#strength-content11 {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    #strength-content11 {
        padding-bottom: 80px;
        margin-bottom: 40px;
    }
}

.strength-content11__text-wrap__title {
    font-size: 56px;
    z-index: 1;
    position: relative;
    font-family: din-condensed, sans-serif;
    opacity: .7;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear,left top,left bottom,from(20%, #7614ce),color-stop(60%,#0087ce),to(#009fce));
    background-image: linear-gradient(180deg,#7614ce 20%,#0087ce 60%,#009fce 100%);
    color: transparent;
    letter-spacing: 0;
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .strength-content11__text-wrap__title {
        font-size: 80px;
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 768px) {
    .strength-content11__content-wrap {
        flex-wrap: wrap;
        margin-left: -4px;
        position: relative;
    }
}

.strength-content11__content-wrap:before {
    content: "";
    position: absolute;
    z-index: -1;
    opacity: .7;
    background: #cee2f3;
    background: -moz-linear-gradient(left, #bbe8f5 0%, #87bbd6 44%, #bd9adc 100%);
    background: -webkit-linear-gradient(left, #bbe8f5 0%, #87bbd6 44%, #bd9adc 100%);
    background: linear-gradient(to right, #bbe8f5 0%, #87bbd6 44%, #bd9adc 100%);
    top: 160px;
    left: 20%;
    width: 100vw;
    height: 2740px;
}

@media screen and (min-width: 768px) {
    .strength-content11__content-wrap:before {
        content: "";
        position: absolute;
        top: 100px;
        left: 16%;
        width: 100vw;
        height: 82%;
        z-index: -1;
        opacity: .7;
    }
}

.ryokan-list-item {
    pointer-events: auto;
    list-style: none;
}

.ryokan-list .btn-area a {
    display: block;
    padding: 18px 0 0;
    z-index: 2
}

@media screen and (max-width: 767px) {
    .ryokan-list .btn-area a {
        padding: 28px 0 0;
    }
}

.ryokan-list-item a:hover {
    opacity: 1;
}

.ryokan-list__img {
    position: relative;
}

.ryokan-list__img img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ryokan-list__img:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    -o-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    background: #1a1a1a;
}

.ryokan-list__img:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.ryokan-list-item:hover .ryokan-list__img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ryokan-list__img-in {
    overflow: hidden;
}

.ryokan-list__text {
    position: relative;
    background: #fff;
    -webkit-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    -o-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.ryokan-list__text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ryokan-list_headlines__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

.ryokan-list-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.ryokan-list__name {
    font-family: din-condensed, sans-serif;
    font-size: 26px;
    color: #2767c3;
    letter-spacing: 0;
}

@media screen and (min-width: 1440px) {
    .ryokan-list__name {
        font-family: din-condensed, sans-serif;
        font-size: 30px;
        color: #2767c3;
        letter-spacing: 0;
    }
}

.ryokan-list-catIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
}

.ryokan-list-catIcons-item {
    margin-right: 8px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2767c3;
}

.ryokan-list__tel {
    font-weight: bold;
    margin-bottom: 1em;
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
}

.ryokan-list__tel a {
    text-decoration: none;
    font-size: 24px;
    margin-left: 4px;
}

@media screen and (max-width: 767px) {
    .ryokan-list__tel a {
        display: block;
        margin-left: 0;
    }
}

.ryokan-list .btn-area {
    font-family: din-condensed, sans-serif;
    border-bottom: 3px solid #1a1a1a;
    position: relative;
    display: block;
    line-height: 1;
    margin-left: auto;
}

.ryokan-list .btn-area span {
    position: relative;
    display: inline-block;
    padding-left: 4px;
    padding-right: 24px;
}

.ryokan-list .btn-area:before {
    content: "";
    background: #1a1a1a;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.ryokan-list .btn-area:hover {
}

.ryokan-list .btn-area:after {
    right: 4px;
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ryokan-list .btn-area:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 3px solid #1a1a1a;
    border-bottom: 3px solid #1a1a1a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

@media screen and (min-width: 1299px) {
    .ryokan-list .btn-area {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1299px), print {
    .ryokan-list .btn-area {
        width:300px;
    }

    .ryokan-list .btn-area {
        font-size: 1.6rem;
        padding: 18px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ryokan-list .btn-area {
        width:300px;
    }

    .ryokan-list .btn-area {
        font-size: 1.6rem;
        padding: 18px 0;
    }
}

@media screen and (max-width: 767px) {
    .ryokan-list .btn-area {
        font-size:1.3rem;
    }
}

@media screen and (min-width: 1299px) {
    .ryokan-list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: -60px;
        margin-left: -1%;
    }

    .ryokan-list-item {
        width: 24%;
        margin-left: 1%;
        margin-bottom: 16px;
    }

    .ryokan-list__img:before {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .ryokan-list__text {
        padding: 32px 16px 20px;
        margin-left: 0px;
        margin-top: -25px;
    }

    .ryokan-list_headlines__inner {
        padding: 0;
    }

    .ryokan-list-cat {
        margin-top: -20px;
        margin-left: 10px;
    }

    .ryokan-list-catIcons-item {
        width: 40px;
        height: 40px;
    }

    .ryokan-list-catIcons-item img {
        width: 24px;
        height: 24px;
    }

    .ryokan-list__tel {
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 1440px) {
    .ryokan-list__text {
        padding: 32px 28px 20px;
        margin-left: 35px;
        margin-top: -25px;
    }

    .ryokan-list-item {
        width: 24%;
        margin-left: 1%;
        margin-bottom: 60px;
    }

    .ryokan-list-cat {
        margin-top: -20px;
        margin-left: -20px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1299px), print {
    .ryokan-list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -60px;
    }

    .ryokan-list-item {
        width: 47%;
        margin-bottom: 60px;
    }

    .ryokan-list-item:nth-child(2n) .ryokan-list__img:before {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .ryokan-list__text {
        padding: 40px 28px 20px;
        margin-left: 35px;
        margin-top: -25px;
    }

    .ryokan-list_headlines__inner {
        padding: 0 28px;
    }

    .ryokan-list-cat {
        margin-top: -20px;
    }

    .ryokan-list-catIcons-item {
        width: 40px;
        height: 40px;
    }

    .ryokan-list__tel {
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ryokan-list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -60px;
    }

    .ryokan-list-item {
        width: 47%;
        margin-bottom: 60px;
    }

    .ryokan-list-item:nth-child(2n) .ryokan-list__img:before {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .ryokan-list__text {
        padding: 40px 28px 20px;
        margin-left: 35px;
        margin-top: -25px;
    }

    .ryokan-list_headlines__inner {
        padding: 0 28px;
    }

    .ryokan-list-cat {
        margin-top: -20px;
    }

    .ryokan-list-catIcons-item {
        width: 40px;
        height: 40px;
    }

    .ryokan-list__tel {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 767px) {
    .ryokan-list {
        margin-bottom:-20px;
        margin-left: 0;
    }

    .ryokan-list-item {
        margin-bottom: 20px;
    }

    .ryokan-list__text {
        padding: 20px 16px 15px;
        margin-left: 15px;
        margin-top: -25px;
    }

    .ryokan-list__text .is-container {
        display: flex;
        flex-direction: row;
    }

    .ryokan-list_headlines__inner {
        padding: 0 16px;
    }

    .ryokan-list-cat {
        margin-top: -15px;
        margin-left: -15px;
    }

    .ryokan-list-catIcons-item {
        width: 40px;
        height: 40px;
    }

    .ryokan-list-catIcons-item img {
        width: 24px;
        height: 24px;
    }

    .ryokan-list__tel {
        margin-top: 16px;
        margin-bottom: 0;
        font-size: 1.1rem;
    }
}

/*---------------------------------------------
	縦長画面用
---------------------------------------------*/
@media (orientation: portrait) {
    #strength-content-bg-container {
        -webkit-transform: translate3d(-15%, 0, 0);
        transform: translate3d(-15%, 0, 0);
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(.7, 0, .3, 1), opacity .3s linear;
        transition: transform 1.2s cubic-bezier(.7, 0, .3, 1), opacity .3s linear;
    }

    .scroll-up #strength-content-bg-container {
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(.7, .9, .6, 1), opacity .3s linear;
        transition: transform 1.2s cubic-bezier(.7, .9, .6, 1), opacity .3s linear;
    }

    .skip #strength-content-bg-container {
        -webkit-transition-duration: .8s !important;
        transition-duration: .8s !important;
    }

    #strength-content-bg-container.scene6 {
        -webkit-transform: translate3d(20vh, 0, 0);
        transform: translate3d(20vh, 0, 0);
    }
}

/*---------------------------------------------
	1200px未満
  ---------------------------------------------*/
@media screen and (max-width: 1199px), print {
    #strength-container .guide span:nth-of-type(1):after {
        content: "";
    }

    .strength-title .h1 {
        font-size: 20vw !important;
    }

    #strength-static-content #strength-content7 {
        width: calc(100% - 80px);
    }
}

/*---------------------------------------------
	高さ750px未満
  ---------------------------------------------*/
@media screen and (max-height: 749px), print {
    .main .strength-content-copy .heading {
        font-size: 8.5vh;
    }

    .strength-content-copy .heading {
        padding-top: 0;
    }

    .strength-content-copy-sub {
        right: calc((100% - 80px) / 6 + 8.5vh + 3vw);
    }

    .strength-content-copy-sub p {
        font-size: 14px;
    }

    #strength-content1 .strength-content-copy-sub p {
        padding: 0;
        font-size: 14px;
    }

    .main .strength-content-txt li a {
        font-size: 3.8vh;
    }

    .strength-content-txt .txt dd {
        font-size: 3vh;
    }

    #strength-btn-scroll {
        height: 70px;
    }

    #strength-btn-scroll button {
        height: 15px;
        padding: 0;
    }

    #strength-btn-scroll button:before, #strength-btn-scroll button:after {
        content: none;
    }

    #strength-loading {
        bottom: 0;
    }
}

/*---------------------------------------------
	960px未満
  ---------------------------------------------*/
@media screen and (max-width: 959px) {
    #strength-target-nav {
        display: none !important;
    }

    .main .strength-content-copy .heading {
        font-size: 7vw;
    }

    .strength-content-copy .heading {
        padding-top: 20vh;
    }

    .strength-content-copy-sub p {
        padding-bottom: calc(3vh + 70px);
    }

    #strength-content1 .strength-content-copy-sub p {
        padding: 20vh 0 calc(3vh + 70px) 20px;
        font-size: 2.33333333vw;
    }

    .main .strength-content-txt li a {
        font-size: 3.12vw;
    }

    .strength-content-txt .txt dd {
        font-size: 2.38vw;
    }

    .strength-content-copy-sub p {
        font-size: .94rem;
    }

    #strength-btn-scroll {
        height: 70px;
    }

    #strength-btn-scroll button {
        height: 15px;
        padding: 0;
    }

    #strength-btn-scroll button:before, #strength-btn-scroll button:after {
        content: none;
    }

    #strength-loading {
        bottom: 0;
    }

    #strength-content7-copy .heading {
        font-size: 5vw;
    }
}

/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
    #strength-title, .strength-title {
        width: calc(100% - 48px);
        left: 24px;
        top: 30px;
    }

    #strength-container {
        position: relative;
        height: calc(100% - 0px);
        top: 0px;
    }

    #header-nav {
        display: none !important;
    }

    #strength-title {
    }

    .main .strength-content-copy {
        float: none;
        width: 100%;
        height: 50%;
        margin-top: 16px;
    }

    .main #strength-content1 .strength-content-copy {
    }

    #strength-content1 .strength-content-copy {
        -webkit-transform: translate3d(20px, 30px, 0) scale(1.2);
        transform: translate3d(20px, 30px, 0) scale(1.2);
    }

    #strength-content1 .strength-content-copy.is-show {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }

    .strength-content-copy .heading {
        height: auto;
        padding: 0 8px;
        font-size: 8vw;
        text-align: left;
    }

    .strength-content-copy-sub {
        width: 100%;
        height: 50%;
        top: 50%;
        right: auto;
        left: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #strength-content1 .strength-content-copy-sub {
        width: 100%;
        overflow: visible;
        -webkit-transform: translate3d(-20px, 30px, 0) scale(1.2);
        transform: translate3d(-20px, 30px, 0) scale(1.2);
    }

    #strength-content1 .strength-content-copy-sub.is-show {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }

    .strength-content-copy-sub p {
        display: block;
        height: 100%;
    }

    #strength-content1 .strength-content-copy-sub p {
        width: 100%;
        padding: 0;
        font-size: 14px;
    }

    .main .strength-content-txt {
        float: none;
        width: 100%;
        height: 50%;
        margin: 0;
    }

    .strength-content-txt .txt {
        height: 100%;
        padding: 3vh 0 60px;
        font-size: 2.4vh;
    }

    .main .strength-content-txt li {
        height: 100%;
    }

    .main .strength-content-txt li a {
        height: 100%;
    }

    .main .strength-content-txt br {
        display: none;
    }

    .strength-content-copy .quote:nth-of-type(2n+1) {
        font-size: 2vh;
        margin-top: -1vh !important;
    }

    .strength-content-copy .quote.first-letter:nth-of-type(2n+1) {
        margin-top: -2vh !important;
    }

    .strength-content-copy .quote:nth-of-type(2n) {
        font-size: 2vh;
        margin-bottom: -1vh !important;
    }

    .strength-content-txt .txt dt {
        display: block;
        height: 100%;
    }

    .strength-content-txt .txt dd {
        display: block;
        height: 100%;
        font-size: 2vh;
    }

    .strength-content-txt .txt:after {
        bottom: 20px;
    }

    .strength-content-txt-bg {
        height: 100%;
    }

    .strength-content-txt li.is-open .strength-content-txt-bg {
        margin-left: 0 !important;
        padding: 0 !important;
    }

    .strength-content-txt li.is-open:nth-of-type(1) .strength-content-txt-bg {
        left: 0;
    }

    .strength-content-txt li.is-open:nth-of-type(2) .strength-content-txt-bg {
        left: -100%
    }

    .strength-content-txt li.is-open:nth-of-type(3) .strength-content-txt-bg {
        left: -200%
    }

    .main .strength-content-txt li:after {
        width: 300% !important;
        height: 0 !important;
        top: auto !important;
        bottom: 100% !important;
        -webkit-transition: height .3s ease-in-out, opacity .3s linear;
        transition: height .3s ease-in-out, opacity .3s linear;
    }

    .main .strength-content-txt li:nth-of-type(1):after {
        left: 0;
    }

    .main .strength-content-txt li:nth-of-type(2):after {
        left: -100%;
    }

    .main .strength-content-txt li:nth-of-type(3):after {
        left: -200%;
    }

    .main .strength-content-txt li.is-open:after {
        height: 100% !important;
        -webkit-transition: height .3s ease-in-out .1s;
        transition: height .3s ease-in-out .1s;
    }

    #strength-loading {
        position: relative;
        bottom: calc(50% + 60px);
        left: calc(50% - 30px);
        text-indent: -9999px;
        overflow: hidden;
    }

    #strength-loading img {
        position: absolute;
        top: 0;
        left: calc(50% - 16px);
        margin: 0;
    }

    .strength-content-sub {
        width: 100%;
        height: 50%;
        left: 0;
        right: auto;
        padding: 5vw 5vw 0;
        overflow-y: scroll;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        -webkit-overflow-scrolling: touch;
    }

    .main .strength-content-sub .heading {
        width: calc(100% - 40px);
        font-size: 1.5rem;
    }

    .main .strength-content-sub .heading-sub {
        width: calc(100% - 40px);
        font-size: 1rem;
    }

    .main .strength-content-sub p {
        font-size: 1rem;
    }

    .strength-content-sub .btn-close {
        top: 5vw;
        right: 5vw;
    }

    #strength-static-content #strength-content7 {
        width: 100%;
        top: auto;
    }

    #strength-content7-copy .sub-txt {
        font-size: 1.2rem;
    }

    #strength-content7-copy .heading {
        margin: 0 0 16px;
        font-size: 40px;
        line-height: 1;
    }

    #strength-content7-txt {
        width: 100%;
        padding: 24px 0 0 0;
    }

    #strength-content7-txt p {
        margin-bottom: 32px;
    }

    #strength-pagination, #strength-btn-scroll {
        display: none !important;
    }

    #strength-sp-scroll {
        position: absolute;
        z-index: 0;
        display: block;
        width: 1px;
        height: 43px;
        bottom: 70px;
        left: 50%;
        margin: 0;
        text-indent: -9999px;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: opacity .3s linear, z-index 0s linear .3s;
        transition: opacity .3s linear, z-index 0s linear .3s;
    }

    #strength-sp-scroll.is-show {
        z-index: 6;
        opacity: 1;
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
    }

    #strength-sp-scroll:before {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 0;
        bottom: 43px;
        background-color: #fff;
        left: 0;
        -webkit-transition: height .8s ease-out .3s, bottom .8s ease-out .3s;
        transition: height .8s ease-out .3s, bottom .8s ease-out .3s;
    }

    #strength-sp-scroll.is-show:before {
        height: 43px;
        bottom: 0;
    }

    #strength-container .guide {
        display: block;
        width: 100%;
        left: 0;
    }

    #strength-container .guide:before {
        width: 100%;
        height: 1px;
        top: 50%;
        left: 0;
    }

    #strength-container .guide:after, #strength-container .guide span:before {
        height: 50%;
        top: 50%;
    }

    #strength-container .guide span:nth-of-type(1):after, #strength-container .guide span:nth-of-type(2):before, #strength-container .guide span:nth-of-type(2):after {
        content: none;
    }

    #strength-container #strength-content7 .guide {
        display: none;
    }

    #sidebar-bottom {
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }

    #sidebar-bottom.is-show {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .sub-content-open #sidebar-bottom {
        -webkit-transform: translate3d(0, 70px, 0) !important;
        transform: translate3d(0, 70px, 0) !important;
    }
}
