@charset "UTF-8";
/*# sourceMappingURL=../css/style.css.map */
/*--基本スタイル--*/
/* グラデーション */
/*--mixin--*/
/*共通部分*/
html {
    font-size: 100%;
    letter-spacing: 0.22em;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

.grecaptcha-badge {
    visibility: hidden;
}

body {
    font-family: "游ゴシック体 Std", YuGothicStd, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.5;
    color: #242424;
    font-weight: 400;
    letter-spacing: 0;
}
@media screen and (max-width: 768px) {
    body {
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 576px) {
    body {
        font-size: 0.75rem;
    }
}

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

@media screen and (max-width: 768px) {
    .pbMainArea {
        letter-spacing: normal;
    }
}

.max-extend {
    max-width: 2560px;
    margin: 0 auto;
}

.max-extend-inner {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
}

.content-extend,
.top-instagram__inner,
.top-example__inner,
.footer__bottom__inner,
.footer__inner__content {
    max-width: 1160px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
}

.wrapper {
    padding: 0 4%;
}

.content-wrapper {
    padding: 0 5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 2rem;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 576px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.25rem;
    }
}

b {
    font-weight: 700;
}

p {
    line-height: 24px;
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
    p {
        font-size: 0.875rem;
        line-height: 21px;
    }
}
@media screen and (max-width: 576px) {
    p {
        font-size: 0.75rem;
    }
}

.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sp-br {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp-br {
        display: block;
    }
}

.pc-show {
    display: block;
}
@media screen and (max-width: 768px) {
    .pc-show {
        display: none;
    }
}

.l-show {
    display: none;
}
@media screen and (max-width: 1280px) {
    .l-show {
        display: block;
    }
}

.sp-show {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp-show {
        display: block;
    }
}

.sp-xs-none {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp-xs-none {
        display: block;
    }
}
@media screen and (max-width: 576px) {
    .sp-xs-none {
        display: none;
    }
}

.sp-xs-show {
    display: none;
}
@media screen and (max-width: 576px) {
    .sp-xs-show {
        display: block;
    }
}

.xs-show {
    display: none;
}
@media screen and (max-width: 576px) {
    .xs-show {
        display: block;
    }
}

.xs-none {
    display: block;
}
@media screen and (max-width: 576px) {
    .xs-none {
        display: none;
    }
}

ul {
    list-style: none;
}

select {
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
}

table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}
@media screen and (max-width: 576px) {
    table th,
    table td {
        font-size: 0.875rem;
    }
}

ol {
    padding-left: 20px;
}

ul {
    list-style: none;
}

.back-inherit {
    background-color: inherit !important;
}

.text-align-center {
    text-align: center;
}

.mr-right {
    margin-right: 4%;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 768px) {
    .flex {
        display: block;
    }
}

.flex-warp {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-as {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-warp {
    white-space: nowrap;
}

.pointer {
    cursor: pointer;
}

/* フォントカラー */
.fc-white {
    color: #ffffff;
}

/* bottom 三角 */
.triangle-bottom {
    margin: 48px auto;
    width: 0;
    height: 0;
    border-left: 250px solid transparent;
    border-right: 250px solid transparent;
    border-top: 64px solid #242424;
}
@media screen and (max-width: 576px) {
    .triangle-bottom {
        border-left: 150px solid transparent;
        border-right: 150px solid transparent;
        border-top: 50px solid #242424;
    }
}

.vertical-font {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.position-right {
    text-align: right;
}

.position-left {
    text-align: left;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.d-inline {
    display: inline-block;
}

.arrow-right:after {
    content: "";
    position: absolute;
    right: 32px;
    top: 16px;
    width: 7px;
    height: 7px;
    border: 1px solid;
    border-color: #ffffff #ffffff transparent transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.text-weight,
.top-instagram__inner__title,
.top-example__inner__flex__item__tab__item__link,
.top-example__inner__flex__item__title,
.top-story__inner__mymenu__title,
.top-story__inner__flex__item__text span,
.house-content__inner__link__text,
.house-content__inner__subtitle,
.house-content__inner__title,
.lkd-content__inner__link__text,
.lkd-content__inner__subtitle,
.lkd-content__inner__title,
.main-message h2,
.regular-btn__text {
    font-weight: 700 !important;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 70px;
    padding: 0 30px;
}
.header .nav-bar {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .nav-bar .logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .header .nav-bar .logo {
        width: 120px;
    }
}
.header .nav-bar .logo a {
    width: 66px;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 768px) {
    .header .nav-bar .logo a {
        width: 53px;
    }
}
.header .nav-bar .logo a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.header .nav-bar .logo a:hover {
    opacity: 0.5;
}
.header .nav-bar .logo__text {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .header .nav-bar .logo__text {
        font-size: 0.8125rem;
    }
}
.header .nav-bar .global-menu {
    width: calc(100% - 115px);
}
@media screen and (max-width: 768px) {
    .header .nav-bar .global-menu {
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        margin-top: inherit;
        position: fixed;
        height: 0;
        top: 0;
        left: 0;
        background-color: #ffffff;
        width: 100%;
        z-index: 105;
    }
}
.header .nav-bar .global-menu .menu-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .header .nav-bar .global-menu .menu-list {
        display: none !important;
    }
}
.header .nav-bar .global-menu .menu-list li:nth-of-type(n + 2) {
    margin-left: 24px;
}
@media screen and (max-width: 1280px) {
    .header .nav-bar .global-menu .menu-list li:nth-of-type(n + 2) {
        margin-left: 16px;
    }
}
@media screen and (max-width: 768px) {
    .header .nav-bar .global-menu .menu-list li:nth-of-type(n + 2) {
        margin-left: 0;
    }
}
.header .nav-bar .global-menu .menu-list li a {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 0.8125rem;
}
.header .nav-bar .global-menu.show {
    height: 100vh;
    overflow: scroll;
}
.header .nav-bar .global-menu.show .menu-list {
    width: 100%;
    position: absolute;
    z-index: 110;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 0;
    -webkit-animation: menuFadein 0.5s forwards;
    animation: menuFadein 0.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 15%;
}
.header .nav-bar .global-menu.show .menu-list li {
    margin: 0 auto 20px;
}
.header .nav-bar .global-menu.show .menu-list li a {
    border: none;
    color: #0a5798;
    font-size: 1.25rem;
    position: relative;
}
@media screen and (max-width: 576px) {
    .header .nav-bar .global-menu.show .menu-list li a {
        font-size: 1.125rem;
    }
}
.header .nav-bar .global-menu.show .menu-list li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 50%;
    background-color: #ffffff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .nav-bar .global-menu.show .menu-list li a:hover:before {
    width: 80%;
}
.header .nav-bar .header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .nav-bar .header__menu .mypage {
    display: block;
    width: 20px;
    margin-right: 20px;
}
.header .nav-bar .header__menu .mypage img {
    display: block;
    width: 100%;
}

@-webkit-keyframes menuFadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes menuFadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.toggle-hamburger {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 25px;
    padding: 5px;
    z-index: 120;
}
.toggle-hamburger span {
    position: relative;
    display: block;
}
.toggle-hamburger span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    top: 0px;
    left: 0;
    -webkit-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.toggle-hamburger span:nth-of-type(2)::before {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    width: 100%;
}
.toggle-hamburger span:nth-of-type(3)::before {
    -webkit-transform: translateY(14px);
    -ms-transform: translateY(14px);
    transform: translateY(14px);
    width: 100%;
    opacity: 1;
}
.toggle-hamburger.close span:before {
    top: 7px;
}
.toggle-hamburger.close span:nth-of-type(1)::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.toggle-hamburger.close span:nth-of-type(2)::before {
    width: 100%;
    -webkit-transform: rotate(45deg) translateY(0);
    -ms-transform: rotate(45deg) translateY(0);
    transform: rotate(45deg) translateY(0);
}
.toggle-hamburger.close span:nth-of-type(3)::before {
    opacity: 0;
}

.footer__inner {
    padding: 68px 0 80px;
    background: #3b3b40;
}
.footer__inner__content__logo {
    width: 102px;
    margin: auto;
}
.footer__inner__content__logo img {
    display: block;
    width: 100%;
}
.footer__inner__content__list {
    margin-top: 50px;
}
.footer__bottom {
    background: #43434c;
    padding: 15px 0;
}
@media screen and (max-width: 768px) {
    .footer__bottom {
        padding: 15px 0 32px;
    }
}
.footer__bottom__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .footer__bottom__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% - 36px);
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.footer__bottom__inner__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (max-width: 768px) {
    .footer__bottom__inner__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.footer__bottom__inner__list li {
    margin-right: 10px;
    color: #83838c;
}
@media screen and (max-width: 768px) {
    .footer__bottom__inner__list li {
        margin-right: 4px;
    }
}
.footer__bottom__inner__list li a {
    color: #83838c;
    font-weight: 500;
    font-size: 0.75rem;
    display: inline-block;
}
.footer__bottom__inner__small {
    display: inline-block;
    color: #c4c4c4;
    font-size: 0.625rem;
}
@media screen and (max-width: 768px) {
    .footer__bottom__inner__small {
        margin-top: 32px;
    }
}

.page-top__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: #43434c;
    color: #ffffff;
    position: relative;
    padding: 18px 0;
    font-weight: 700;
}
.page-top__list img {
    width: 13px;
    display: block;
}
.page-top__list span {
    margin-left: 4px;
    font-size: 0.75rem;
    display: inline-block;
}

.breadcrumb {
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .breadcrumb {
        margin-top: 40px;
    }
}
.breadcrumb__list {
    padding: 16px 0;
    max-width: 1200px;
    margin: auto;
    width: calc(100% - 40px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb__list li {
    color: #919191;
    font-size: 0.75rem;
    margin-right: 12px;
}
.breadcrumb__list li.current {
    color: #242424;
}
.breadcrumb__list li a {
    color: #242424;
    font-size: 0.75rem;
    display: inline-block;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.breadcrumb__list li a:hover {
    opacity: 0.5;
}

.regular-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 70px auto 0;
    width: 200px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    height: 55px;
    color: #ffffff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
    .regular-btn {
        border: 1px solid #ffffff;
        margin: 60px auto 0;
        height: 42px;
        width: 127px;
        border-radius: 3px;
    }
}
.regular-btn__text {
    display: inline-block;
    font-size: 1rem;
    margin-right: 8px;
}
@media screen and (max-width: 768px) {
    .regular-btn__text {
        font-size: 0.875rem;
        margin-right: 6px;
    }
}
.regular-btn img {
    display: block;
    width: 8px;
    height: 13px;
}
@media screen and (max-width: 768px) {
    .regular-btn img {
        width: 7px;
        height: 10px;
    }
}
.regular-btn:hover {
    opacity: 0.5;
}

.regular-link-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto 0;
    width: 200px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    height: 55px;
    color: #ffffff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
    .regular-link-btn {
        border: 1px solid #ffffff;
        margin: 32px auto 0;
        height: 42px;
        width: 132px;
        border-radius: 3px;
    }
}
.regular-link-btn__text {
    display: inline-block;
    font-size: 1rem;
    margin-right: 8px;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .regular-link-btn__text {
        font-size: 0.875rem;
        margin-right: 6px;
    }
}
.regular-link-btn img {
    display: block;
    width: 15px;
    height: 15px;
}
@media screen and (max-width: 768px) {
    .regular-link-btn img {
        width: 10px;
        height: 10px;
    }
}
.regular-link-btn:hover {
    opacity: 0.5;
}

.regular-black-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px auto 0;
    width: 200px;
    border: 2px solid #242424;
    border-radius: 5px;
    height: 55px;
    color: #242424;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
    .regular-black-btn {
        border: 1px solid #242424;
        height: 47px;
        width: 132px;
        margin: 32px auto 0;
        border-radius: 3px;
    }
}
.regular-black-btn__text {
    display: inline-block;
    font-size: 1rem;
    margin-right: 8px;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .regular-black-btn__text {
        font-size: 0.875rem;
        margin-right: 6px;
    }
}
.regular-black-btn img {
    display: block;
    width: 8px;
    height: 12px;
}
@media screen and (max-width: 768px) {
    .regular-black-btn img {
        width: 7px;
        height: 10px;
    }
}
.regular-black-btn img.plus {
    width: 12px;
    height: 12px;
}
@media screen and (max-width: 768px) {
    .regular-black-btn img.plus {
        margin-top: -3px;
        width: 10px;
        height: 10px;
    }
}
.regular-black-btn:hover {
    opacity: 0.5;
}
@media screen and (max-width: 768px) {
    .regular-black-btn.example-btn {
        margin: 24px auto 0;
    }
}

.sns-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto 0;
    width: 200px;
    border: 2px solid #242424;
    border-radius: 5px;
    height: 55px;
    color: #242424;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
    .sns-btn {
        margin: 24px auto 0;
        border: 1px solid #242424;
        height: 47px;
        width: 137px;
    }
}
.sns-btn__text {
    display: inline-block;
    font-size: 1rem;
    margin-right: 8px;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .sns-btn__text {
        font-size: 0.875rem;
        margin-right: 6px;
    }
}
.sns-btn img {
    display: block;
    width: 15px;
    height: 15px;
}
@media screen and (max-width: 768px) {
    .sns-btn img {
        width: 10px;
        height: 10px;
    }
}
.sns-btn:hover {
    opacity: 0.5;
}

.favorite-btn {
    position: absolute;
    right: 9px;
    top: 9px;
    z-index: 3;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
    .favorite-btn {
        right: 10px;
        top: 10px;
    }
}
.favorite-btn img {
    width: 25px;
    display: block;
}
@media screen and (max-width: 768px) {
    .favorite-btn img {
        width: 23px;
    }
}
.favorite-btn:hover {
    opacity: 0.5;
}

.accordion-list {
    width: 100%;
}
.accordion-list:last-child {
    border-bottom: 1px solid #54545e;
}
.accordion-list .js-accordion-title {
    color: #ffffff;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    border-top: 1px solid #54545e;
}
.accordion-list .js-accordion-title:hover {
    opacity: 0.8;
}
.accordion-list .js-accordion-title p {
    font-weight: 500;
    font-size: 0.9375rem;
}
.accordion-list .js-accordion-title .arrow {
    position: relative;
    width: 67px;
    height: 70px;
    background: #43434c;
}
.accordion-list .js-accordion-title .arrow:before,
.accordion-list .js-accordion-title .arrow:after {
    content: "";
    display: block;
    background-color: #c0c6ca;
    position: absolute;
    width: 15px;
    height: 2px;
    left: 41%;
}
.accordion-list .js-accordion-title .arrow:before {
    top: 48%;
}
.accordion-list .js-accordion-title .arrow:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    top: 48%;
}
.accordion-list .js-accordion-title.is-active .arrow:before {
    opacity: 0;
}
.accordion-list .js-accordion-title.is-active .arrow:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion-list .accordion__content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    line-height: 0;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.accordion-list .accordion__content__title {
    width: 25%;
}
@media screen and (max-width: 768px) {
    .accordion-list .accordion__content__title {
        width: 100%;
    }
}
.accordion-list .accordion__content__title.space {
    margin-top: 42px;
}
@media screen and (max-width: 768px) {
    .accordion-list .accordion__content__title.space {
        margin-top: 0;
    }
}
.accordion-list .accordion__content__title__text {
    position: relative;
}
@media screen and (max-width: 768px) {
    .accordion-list .accordion__content__title__text {
        padding: 16px 24px 16px 0;
        width: 100%;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px dashed #54545e;
    }
}
.accordion-list .accordion__content__title__text__title {
    font-size: 0.9375rem;
    color: #ffffff;
    display: block;
    text-align: left;
}
.accordion-list .accordion__content__title__text__arrow {
    display: none;
}
@media screen and (max-width: 768px) {
    .accordion-list .accordion__content__title__text__arrow {
        display: block;
        position: relative;
        width: 10px;
        height: 10px;
    }
    .accordion-list .accordion__content__title__text__arrow:before,
    .accordion-list .accordion__content__title__text__arrow:after {
        content: "";
        display: block;
        background-color: #c0c6ca;
        position: absolute;
        width: 10px;
        height: 2px;
        left: 0;
    }
    .accordion-list .accordion__content__title__text__arrow:before {
        top: 48%;
    }
    .accordion-list .accordion__content__title__text__arrow:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        top: 48%;
    }
}
.accordion-list .accordion__content__title__text.is-active .accordion__content__title__text__arrow:before {
    opacity: 0;
}
.accordion-list .accordion__content__title__text.is-active .accordion__content__title__text__arrow:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion-list .accordion__content__title__link {
    font-size: 0.9375rem;
    color: #ffffff;
    display: block;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .accordion-list .accordion__content__title__link {
        padding: 16px 0;
        border-top: 1px dashed #54545e;
    }
}
.accordion-list .accordion__content__inner-list {
    margin-top: 24px;
}
@media screen and (max-width: 768px) {
    .accordion-list .accordion__content__inner-list {
        margin-top: 0;
    }
}
.accordion-list .accordion__content__inner-list li:nth-child(n + 2) {
    margin-top: 10px;
}
.accordion-list .accordion__content__inner-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9a9a9a;
    font-size: 0.75rem;
    font-weight: 500;
}
.accordion-list .accordion__content__inner-list li a .inner-arrow {
    width: 9px;
    height: 9px;
    position: relative;
    background: #43434c;
}
.accordion-list .accordion__content__inner-list li a .inner-arrow:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 56%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid #83838c;
}
.accordion-list .accordion__content__inner-list li a .text {
    display: inline-block;
    margin-left: 9px;
}
.accordion-list .accordion__content.is-open {
    height: auto;
    line-height: 1.3; /* numberに書き換える*/
    opacity: 1;
    padding-left: 18px;
    padding-top: 30px;
    padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
    .accordion-list .accordion__content.is-open {
        padding-top: 0px;
        padding-left: 15px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    .sp-accordion__content {
        height: 0;
        overflow: hidden;
        opacity: 0;
        line-height: 0;
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }
}
.sp-accordion__content.is-open {
    height: auto;
    line-height: 1.3; /* numberに書き換える*/
    opacity: 1;
    padding-top: 0px;
    padding-left: 15px;
    padding-bottom: 16px;
}

.fv {
    width: 100%;
}
.fv img {
    width: 100%;
    display: block;
}

.scroll-text {
    display: none;
}

.main-message {
    background: #ffffff;
    height: 0;
    width: 100%;
    position: relative;
    height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 768px) {
    .main-message {
        padding-top: 0;
        min-height: inherit;
    }
}
.main-message h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 28px;
    line-height: 70px;
    text-align: center;
    color: #83838c;
    letter-spacing: 3px;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .main-message h2 {
        line-height: 48px;
        font-size: 18px;
        letter-spacing: 2px;
        font-family: "游ゴシック体 Std", YuGothicStd, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    }
}
.main-message picture {
    display: block;
    margin: auto;
    width: 100%;
}
.main-message picture img {
    width: 100%;
}

.house-content {
    position: relative;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 768px) {
    .house-content {
        min-height: inherit;
    }
}
.house-content.family-suite {
    background-image: url("/kodate/topassets/img/top/family.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .house-content.family-suite {
        padding-top: 0;
        background-image: url("/kodate/topassets/img/top/sp/family.jpg");
    }
}
.house-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}
.house-content__inner {
    position: absolute;
    max-width: 900px;
    width: calc(100% - 60px);
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .family-suite .house-content__inner {
        width: calc(100% - 40px);
    }
}
.house-content__inner__title {
    font-size: 2.8125rem;
    font-weight: 500;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .house-content__inner__title {
        letter-spacing: 2px;
        font-size: 1.5625rem;
        line-height: 37.5px;
    }
}
.house-content__inner__subtitle {
    display: inline-block;
    margin-top: 54px;
    padding-bottom: 16px;
    border-bottom: 3px solid #ffffff;
    font-size: 2rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .house-content__inner__subtitle {
        font-size: 1.25rem;
        padding-bottom: 10px;
        border-bottom: 2px solid #ffffff;
    }
}
.house-content__inner__detail {
    font-size: 1.125rem;
    line-height: 45px;
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .house-content__inner__detail {
        margin-top: 40px;
        font-size: 0.9375rem;
        line-height: 28px;
    }
}
.house-content__inner__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 70px auto 0;
    width: 200px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    height: 55px;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .house-content__inner__link {
        border-radius: 3px;
    }
}
.house-content__inner__link__text {
    display: inline-block;
    font-size: 1rem;
    margin-right: 8px;
}
@media screen and (max-width: 768px) {
    .house-content__inner__link__text {
        font-size: 0.875rem;
    }
}
.house-content__inner__link img {
    display: block;
    width: 8px;
    height: 12px;
}

.top-story {
    width: 100%;
    background-image: url("/kodate/topassets/img/top/story.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 1396px;
}
@media screen and (max-width: 1920px) {
    .top-story {
        background-image: url("/kodate/topassets/img/top/story1920.jpg");
    }
}
@media screen and (max-width: 768px) {
    .top-story {
        padding-top: 96.9%;
        min-height: 1196px;
    }
}
@media screen and (max-width: 450px) {
    .top-story {
        background-image: url("/kodate/topassets/img/top/sp/story.jpg");
        padding-top: 0;
        height: 1038px;
        min-height: inherit;
    }
}
.top-story__inner {
    position: absolute;
    width: calc(100% - 60px);
    max-width: 1060px;
    z-index: 2;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .top-story__inner {
        top: 60px;
    }
}
.top-story__inner__subtitle {
    display: inline-block;
    padding-bottom: 14px;
    border-bottom: 2px solid #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
    .top-story__inner__subtitle {
        font-size: 0.875rem;
        padding-bottom: 10px;
        border-bottom: 1px solid #ffffff;
    }
}
.top-story__inner__title {
    font-size: 2.5rem;
    margin-top: 48px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 6px;
}
@media screen and (max-width: 768px) {
    .top-story__inner__title {
        letter-spacing: 4px;
        margin-top: 24px;
        font-size: 1.25rem;
    }
}
ul.top-story__inner__flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 64px;
}
@media screen and (max-width: 768px) {
    ul.top-story__inner__flex {
        margin-top: 32px;
        grid-template-columns: repeat(1, 1fr);
    }
}
.top-story__inner__flex__item {
    grid-row: 1;
}
@media screen and (max-width: 768px) {
    .top-story__inner__flex__item {
        grid-row: inherit;
    }
}
.top-story__inner__flex__item__link {
    height: 100%;
    border: 2px solid #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 5px;
    padding: 24px 12px 20px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
    .top-story__inner__flex__item__link {
        border: 1px solid #ffffff;
        padding: 8px 24px 8px 32px;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.top-story__inner__flex__item__link:hover {
    opacity: 0.5;
}
.top-story__inner__flex__item .sp-line {
    display: none;
}
@media screen and (max-width: 768px) {
    .top-story__inner__flex__item .sp-line {
        display: block;
        height: 42px;
        width: 1px;
        background: #ffffff;
        margin-left: 28px;
        margin-right: 20px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.top-story__inner__flex__item__img {
    display: block;
}
@media screen and (max-width: 768px) {
    .top-story__inner__flex__item__img {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.top-story__inner__flex__item__img.house {
    width: 67px;
}
@media screen and (max-width: 768px) {
    .top-story__inner__flex__item__img.house {
        width: 48px;
    }
}
@media screen and (max-width: 768px) {
    .top-story__inner__flex__item__img.house img {
        width: 34px;
    }
}
.top-story__inner__flex__item__img.land {
    width: 70px;
}
@media screen and (max-width: 768px) {
    .top-story__inner__flex__item__img.land {
        width: 48px;
    }
}
@media screen and (max-width: 768px) {
    .top-story__inner__flex__item__img.land img {
        width: 37px;
    }
}
.top-story__inner__flex__item__img.event {
    width: 63px;
}
@media screen and (max-width: 768px) {
    .top-story__inner__flex__item__img.event {
        width: 48px;
    }
}
@media screen and (max-width: 768px) {
    .top-story__inner__flex__item__img.event img {
        width: 34px;
    }
}
.top-story__inner__flex__item__img.museum {
    width: 80px;
}
@media screen and (max-width: 768px) {
    .top-story__inner__flex__item__img.museum {
        width: 48px;
    }
}
@media screen and (max-width: 768px) {
    .top-story__inner__flex__item__img.museum img {
        width: 48px;
    }
}
.top-story__inner__flex__item__img img {
    width: 100%;
    display: block;
}
@media screen and (max-width: 768px) {
    .top-story__inner__flex__item__img img {
        margin: auto;
    }
}
.top-story__inner__flex__item__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.125rem;
    position: relative;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .top-story__inner__flex__item__text {
        margin-top: 0;
        font-size: 0.9375rem;
        width: 100%;
    }
}
.top-story__inner__flex__item__text span {
    display: inline-block;
    margin-right: 8px;
}
.top-story__inner__flex__item__text img {
    width: 13px;
    display: block;
}
@media screen and (max-width: 768px) {
    .top-story__inner__flex__item__text img {
        width: 12px;
        margin-left: auto;
    }
}
.top-story__inner__mymenu {
    max-width: 800px;
    margin: 100px auto 0;
    padding: 60px 8%;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .top-story__inner__mymenu {
        text-align: left;
        margin: 60px auto 0;
        padding: 40px 20px;
        background: rgba(255, 255, 255, 0.06);
    }
}
.top-story__inner__mymenu__title {
    font-size: 2rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .top-story__inner__mymenu__title {
        font-size: 1.125rem;
        text-align: center;
    }
}
.top-story__inner__mymenu__detail {
    font-size: 1.125rem;
    margin-top: 32px;
    line-height: 36px;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .top-story__inner__mymenu__detail {
        margin-top: 30px;
        font-size: 0.9375rem;
        line-height: 28px;
        letter-spacing: normal;
    }
}
.top-example {
    margin-top: 120px;
}
@media screen and (max-width: 768px) {
    .top-example {
        margin-top: 50px;
    }
}
@media screen and (max-width: 768px) {
    .top-example__inner {
        width: calc(100% - 12px);
    }
}
.top-example__inner .text-center {
    text-align: center;
}
.top-example__inner__subtitle {
    display: inline-block;
    padding-bottom: 12px;
    font-size: 1.125rem;
    font-weight: 700;
    border-bottom: 2px solid #242424;
    letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
    .top-example__inner__subtitle {
        font-size: 0.75rem;
        padding-bottom: 6px;
    }
}
.top-example__inner__title {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700;
    margin-top: 40px;
    letter-spacing: 6px;
}
@media screen and (max-width: 768px) {
    .top-example__inner__title {
        letter-spacing: 4px;
        margin-top: 24px;
        font-size: 1.25rem;
    }
}
ul.top-example__inner__flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    ul.top-example__inner__flex {
        margin-top: 30px;
        gap: 3px;
    }
}
@media screen and (max-width: 576px) {
    ul.top-example__inner__flex {
        grid-template-columns: repeat(2, 1fr);
    }
}
.top-example__inner__flex__item {
    position: relative;
}
@media screen and (max-width: 768px) {
    .top-example__inner__flex__item:nth-child(n + 7) {
        display: none;
    }
}
.top-example__inner__flex__item__link {
    color: #242424;
}
.top-example__inner__flex__item__link:hover .top-example__inner__flex__item__img img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}
.top-example__inner__flex__item__link:hover .top-example__inner__flex__item__title {
    opacity: 0.5;
}
.top-example__inner__flex__item__img {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .top-example__inner__flex__item__img {
        height: 200px;
        position: relative;
    }
}
.top-example__inner__flex__item__img img {
    width: 100%;
    display: block;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    height: 240px;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .top-example__inner__flex__item__img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.top-example__inner__flex__item__title {
    margin-top: 16px;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 30px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
    .top-example__inner__flex__item__title {
        display: none;
    }
}
.top-example__inner__flex__item__tab {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .top-example__inner__flex__item__tab {
        display: none;
    }
}
.top-example__inner__flex__item__tab__item {
    margin-right: 4px;
    margin-top: 6px;
}
.top-example__inner__flex__item__tab__item__link {
    display: inline-block;
    padding: 4.5px 8px;
    background: #f2f2f2;
    border-radius: 30px;
    font-size: 0.75rem;
    color: #707070;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.top-example__inner__flex__item__tab__item__link:hover {
    opacity: 0.5;
}

.top-instagram {
    margin-top: 120px;
    background: #f4f4f4;
    padding: 80px 0;
}
@media screen and (max-width: 768px) {
    .top-instagram {
        margin-top: 40px;
        padding: 40px 0;
    }
}
@media screen and (max-width: 768px) {
    .top-instagram__inner {
        width: 100%;
    }
}
.top-instagram__inner__img {
    width: 50px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .top-instagram__inner__img {
        width: 30px;
    }
}
.top-instagram__inner__img img {
    display: block;
    width: 100%;
}
.top-instagram__inner__title {
    margin-top: 40px;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .top-instagram__inner__title {
        margin-top: 24px;
        font-size: 0.875rem;
    }
}
.top-instagram__inner__title__text {
    padding-bottom: 10px;
    border-bottom: 2px solid #242424;
}
.top-instagram__inner__flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .top-instagram__inner__flex {
        margin-top: 32px;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
    }
}
.top-instagram__inner__flex__item__link {
    display: block;
    width: 100%;
    overflow: hidden;
}
.top-instagram__inner__flex__item__link__img {
    width: 100%;
    display: block;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}
.top-instagram__inner__flex__item__link:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.top-pickup {
    margin-top: 80px;
    /* ニューススライダー */
}
@media screen and (max-width: 768px) {
    .top-pickup {
        margin-top: 42px;
    }
}
.top-pickup__title {
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .top-pickup__title {
        font-size: 0.875rem;
    }
}
.top-pickup .slider-content {
    margin-top: 38px;
    /* slick 調整 */
    /* slick 矢印 */
}
@media screen and (max-width: 768px) {
    .top-pickup .slider-content {
        margin: 24px;
    }
}
.top-pickup .slider-content .slider a {
    display: block;
    width: 100%;
    overflow: hidden;
}
.top-pickup .slider-content .slider a img {
    width: 100%;
    width: calc(100% - 33px);
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}
@media screen and (max-width: 576px) {
    .top-pickup .slider-content .slider a img {
        width: calc(100% - 10px);
    }
}
.top-pickup .slider-content .slider a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}
.top-pickup .slider-content .slick-dots {
    bottom: -56px;
}
@media screen and (max-width: 576px) {
    .top-pickup .slider-content .slick-dots {
        bottom: -34px;
    }
}
@media screen and (max-width: 576px) {
    .top-pickup .slider-content .slick-dots li {
        width: 12px;
        height: 12px;
    }
}
.top-pickup .slider-content .slick-dots li button:before {
    opacity: 1;
    width: 6px;
    height: 6px;
    background: #d8d8d8;
    font-size: 0;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .top-pickup .slider-content .slick-dots li button:before {
        width: 5px;
        height: 5px;
    }
}
.top-pickup .slider-content .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #242424;
}
.top-pickup .slider-content .slider-arrow {
    background-color: #242424;
    position: absolute;
    z-index: 1;
    top: 0px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 576px) {
    .top-pickup .slider-content .slider-arrow {
        display: none !important;
    }
}
.top-pickup .slider-content .slider-arrow.prev-arrow {
    left: 10%;
}
.top-pickup .slider-content .slider-arrow.next-arrow {
    right: 11%;
}
.top-pickup .slider-content .slider-arrow span {
    position: relative;
    display: block;
    height: 100%;
}
.top-pickup .slider-content .slider-arrow span:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.top-pickup .slider-content .slider-arrow span.left-arrow:after {
    left: 12px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.top-pickup .slider-content .slider-arrow span.right-arrow:after {
    right: 13px;
}

.top-catalog {
    margin-top: 136px;
    padding: 50px 40px;
    background: #f4f4f4;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
}
@media screen and (max-width: 768px) {
    .top-catalog {
        padding: 36px 24px;
        margin-top: 68px;
    }
}
.top-catalog__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .top-catalog__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.top-catalog__content {
    width: calc(50% - 23px);
}
@media screen and (max-width: 768px) {
    .top-catalog__content {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .top-catalog__content.space {
        margin-top: 38px;
    }
}
.top-catalog__content__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #242424;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.top-catalog__content__title__text {
    display: inline-block;
    font-size: 1.125rem;
    margin-right: 8px;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .top-catalog__content__title__text {
        font-size: 0.875rem;
    }
}
.top-catalog__content__title img {
    display: block;
}
.top-catalog__content__title img.link {
    width: 13px;
}
@media screen and (max-width: 768px) {
    .top-catalog__content__title img.link {
        width: 10px;
    }
}
.top-catalog__content__title img.arrow {
    width: 9px;
}
@media screen and (max-width: 768px) {
    .top-catalog__content__title img.arrow {
        width: 7px;
    }
}
.top-catalog__content__title:hover {
    opacity: 0.5;
}
.top-catalog__content__list {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 576px) {
    .top-catalog__content__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 6px;
    }
}
.top-catalog__content__list__item {
    margin-top: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    width: calc(50% - 8px);
}
@media screen and (max-width: 576px) {
    .top-catalog__content__list__item {
        width: 100%;
        padding-bottom: 7px;
        margin-top: 18px;
    }
}
.top-catalog__content__list__item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #242424;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.top-catalog__content__list__item__link__text {
    display: inline-block;
    font-size: 0.875rem;
    margin-right: 5px;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .top-catalog__content__list__item__link__text {
        font-weight: 400;
    }
}
.top-catalog__content__list__item__link img {
    display: block;
}
.top-catalog__content__list__item__link img.link {
    width: 10px;
}
.top-catalog__content__list__item__link img.arrow {
    width: 7px;
}
.top-catalog__content__list__item__link:hover {
    opacity: 0.5;
}

.top-sns {
    margin: 78px auto 0;
    max-width: 490px;
    width: calc(100% - 30px);
}
@media screen and (max-width: 768px) {
    .top-sns {
        margin-top: 38px;
        max-width: 280px;
    }
}
.top-sns__title {
    font-size: 1.375rem;
    text-align: center;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .top-sns__title {
        font-size: 0.875rem;
    }
}
.top-sns__list {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .top-sns__list {
        margin-top: 24px;
    }
}
.top-sns__list__item__link {
    width: 50px;
    display: block;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
    .top-sns__list__item__link {
        width: 28px;
    }
}
.top-sns__list__item__link img {
    width: 100%;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.top-sns__list__item__link:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.top-sns__list__item__link__icon {
    display: block;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-sns__list__item__link__icon.instagram {
    height: 50px;
    background-image: url("/kodate/topassets/img/top/sns/instagram-before.png");
}
@media screen and (max-width: 768px) {
    .top-sns__list__item__link__icon.instagram {
        height: 28px;
    }
}
.top-sns__list__item__link__icon.instagram:hover {
    background-image: url("/kodate/topassets/img/top/sns/instagram.png");
}
.top-sns__list__item__link__icon.youtube {
    height: 35px;
    background-image: url("/kodate/topassets/img/top/sns/youtube-before.png");
}
@media screen and (max-width: 768px) {
    .top-sns__list__item__link__icon.youtube {
        height: 19.6px;
    }
}
.top-sns__list__item__link__icon.youtube:hover {
    background-image: url("/kodate/topassets/img/top/sns/youtube.png");
}
.top-sns__list__item__link__icon.line {
    height: 50px;
    background-image: url("/kodate/topassets/img/top/sns/line-before.png");
}
@media screen and (max-width: 768px) {
    .top-sns__list__item__link__icon.line {
        height: 28px;
    }
}
.top-sns__list__item__link__icon.line:hover {
    background-image: url("/kodate/topassets/img/top/sns/line.png");
}
.top-sns__list__item__link__icon.facebook {
    height: 50px;
    background-image: url("/kodate/topassets/img/top/sns/facebook-before.png");
}
@media screen and (max-width: 768px) {
    .top-sns__list__item__link__icon.facebook {
        height: 28px;
    }
}
.top-sns__list__item__link__icon.facebook:hover {
    background-image: url("/kodate/topassets/img/top/sns/facebook.png");
}
.top-sns__list__item__link__icon.twitter {
    height: 50px;
    background-image: url("/kodate/topassets/img/top/sns/twitter-before.png");
}
@media screen and (max-width: 768px) {
    .top-sns__list__item__link__icon.twitter {
        height: 28px;
    }
}
.top-sns__list__item__link__icon.twitter:hover {
    background-image: url("/kodate/topassets/img/top/sns/twitter.png");
}

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

.sliderFV {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:
        transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
    overflow: hidden;
    height: calc(var(--vh, 1vh) * 100);
}
.sliderFV .scroll-text {
    display: none;
}
.sliderFV.complete {
    position: relative;
    min-height: 100vh;
    max-height: 1080px;
    z-index: 1;
}
_::-webkit-full-page-media,
_:future,
:root .sliderFV.complete {
    min-height: -webkit-fill-available;
}

.sliderFV.complete .scroll-text {
    -webkit-animation: fadein 1s forwards;
    animation: fadein 1s forwards;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 62px;
    height: 53px;
}
@media screen and (max-width: 768px) {
    .sliderFV.complete .scroll-text {
        height: 41px;
    }
}
.sliderFV.complete .scroll-text__inner {
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 8px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
    .sliderFV.complete .scroll-text__inner {
        font-size: 0.625rem;
        padding-bottom: 6px;
    }
}
.sliderFV.complete .scroll-text__line {
    position: relative;
    height: 2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 1px;
}
.sliderFV.complete .scroll-text__line:before {
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: mainSlideScroll;
    animation-name: mainSlideScroll;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background: #fff;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    height: 2px;
    left: 0px;
    opacity: 0;
    position: absolute;
    width: 0;
}
@media screen and (max-width: 768px) {
    .sliderFV.complete .scroll-text__line:before {
        -webkit-animation-name: mainSlideScrollSp;
        animation-name: mainSlideScrollSp;
    }
}
.sliderFV .sliderList .sliderItem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.sliderFV .sliderList .sliderItem .fvImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: -webkit-transform 3000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 3000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform 3000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 3000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition:
        transform 3000ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        -webkit-transform 3000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sliderFV .sliderList .sliderItem .fvImageMessage {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 15;
}
@media screen and (max-width: 768px) {
    .sliderFV .sliderList .sliderItem .fvImageMessage {
        width: 72% !important;
    }
}
.sliderFV .sliderList .sliderItem .fvImageMessage.first {
    width: 25%;
    max-width: 354px;
    left: 22%;
    top: 60%;
}
@media screen and (max-width: 768px) {
    .sliderFV .sliderList .sliderItem .fvImageMessage.first {
        left: 50%;
        top: 68%;
        width: 63% !important;
    }
}
.sliderFV .sliderList .sliderItem .fvImageMessage.second {
    width: 23%;
    max-width: 330px;
    left: 32%;
    top: 59%;
}
@media screen and (max-width: 768px) {
    .sliderFV .sliderList .sliderItem .fvImageMessage.second {
        left: 60%;
        top: 57.5%;
        width: 58% !important;
    }
}
.sliderFV .sliderList .sliderItem .fvImageMessage.three {
    width: 18%;
    max-width: 250px;
    left: 26%;
    top: 35%;
}
@media screen and (max-width: 768px) {
    .sliderFV .sliderList .sliderItem .fvImageMessage.three {
        top: 27%;
        left: 32%;
        width: 46.2% !important;
    }
}
.sliderFV .sliderList .sliderItem .fvImageMessage.four {
    left: 75%;
    top: 75%;
    width: 22%;
    max-width: 330px;
}
@media screen and (max-width: 768px) {
    .sliderFV .sliderList .sliderItem .fvImageMessage.four {
        left: 63%;
        width: 56% !important;
    }
}
.sliderFV .sliderList .sliderItem .fvImageMessage.five {
    left: 23%;
    top: 38%;
    width: 18%;
    max-width: 250px;
}
@media screen and (max-width: 768px) {
    .sliderFV .sliderList .sliderItem .fvImageMessage.five {
        left: 50%;
        top: 75%;
        width: 48% !important;
    }
}
.sliderFV .sliderList .sliderItem .fvImageMessage img {
    display: block;
    width: 100%;
}
.sliderFV .sliderList .sliderItem.active {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 1800ms;
    -o-transition: opacity 1800ms;
    transition: opacity 1800ms;
}
.sliderFV .sliderList .sliderItem.active .fvImage img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.sliderFV.skip .sliderList .sliderItem .fvImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask-image: inherit;
    mask-image: inherit;
}

@-webkit-keyframes closeUpAnim {
    0% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes closeUpAnim {
    0% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-webkit-keyframes messageShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes messageShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.skipButtonBlock {
    position: absolute;
    bottom: 30px;
    right: 24px;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .skipButtonBlock {
        bottom: 20px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}
.skipButtonBlock.show {
    z-index: 150;
    opacity: 1;
}
.skipButtonBlock.complete {
    display: none;
}
.skipButtonBlock .skipButton {
    display: inline-block;
    border: 2px solid white;
    padding: 12px 30px 12px 16px;
    font-weight: 700;
    font-size: 0.875rem;
    color: white;
    background-image: url("/kodate/topassets/img/fv/arrow.svg");
    background-repeat: no-repeat;
    background-size: 11px 13px;
    background-position: top 49% right 12px;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .skipButtonBlock .skipButton {
        padding: 8px 24px 8px 14px;
        font-size: 0.6875rem;
        background-size: 6px 8px;
        background-position: top 50% right 12px;
    }
}

.sliderNavBlock {
    position: absolute;
    bottom: 24px;
    right: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    z-index: 120;
    display: none;
}
.sliderNavBlock.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadein 1s forwards;
    animation: fadein 1s forwards;
}
@media screen and (max-width: 768px) {
    .sliderNavBlock.show {
        display: none;
    }
}
.sliderNavBlock span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ffffff;
    display: block;
    cursor: pointer;
}
.sliderNavBlock span.active {
    background-color: #4a5568;
}

@-webkit-keyframes mainSlideScroll {
    0% {
        width: 0;
    }
    10% {
        opacity: 1;
    }
    to {
        width: 25px;
    }
}

@keyframes mainSlideScroll {
    0% {
        width: 0;
    }
    10% {
        opacity: 1;
    }
    to {
        width: 25px;
    }
}
@-webkit-keyframes mainSlideScrollSp {
    0% {
        width: 0;
    }
    10% {
        opacity: 1;
    }
    to {
        width: 20px;
    }
}
@keyframes mainSlideScrollSp {
    0% {
        width: 0;
    }
    10% {
        opacity: 1;
    }
    to {
        width: 20px;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.carousel__main {
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .carousel__main {
        min-height: inherit;
    }
}
.carousel__main__item {
    opacity: 0;
    -webkit-transition:
        opacity 4s linear,
        -webkit-transform 7.5s linear;
    transition:
        opacity 4s linear,
        -webkit-transform 7.5s linear;
    -o-transition:
        opacity 4s linear,
        transform 7.5s linear;
    transition:
        opacity 4s linear,
        transform 7.5s linear;
    transition:
        opacity 4s linear,
        transform 7.5s linear,
        -webkit-transform 7.5s linear;
    position: relative;
    width: 100%;
    height: 100%;
}
.carousel__main__item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 768px) {
    .carousel__main__item img {
        min-height: inherit;
    }
}
.carousel__main__item.show_ {
    opacity: 1;
}
.carousel__main__item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0%;
}
.carousel__main__item-2 {
    opacity: 0;
    -webkit-transition:
        opacity 4s linear,
        -webkit-transform 7.5s linear;
    transition:
        opacity 4s linear,
        -webkit-transform 7.5s linear;
    -o-transition:
        opacity 4s linear,
        transform 7.5s linear;
    transition:
        opacity 4s linear,
        transform 7.5s linear;
    transition:
        opacity 4s linear,
        transform 7.5s linear,
        -webkit-transform 7.5s linear;
    position: relative;
    width: 100%;
    height: 100%;
}
.carousel__main__item-2 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 768px) {
    .carousel__main__item-2 img {
        min-height: inherit;
    }
}
.carousel__main__item-2.show_ {
    opacity: 1;
}
.carousel__main__item-2:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0%;
}
@-webkit-keyframes fadeImg {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeImg {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.lkd-content {
    position: relative;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 768px) {
    .lkd-content {
        min-height: inherit;
    }
}

.lkd-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}
.lkd-content__inner {
    position: absolute;
    max-width: 900px;
    width: calc(100% - 60px);
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .family-suite .lkd-content__inner {
        width: calc(100% - 40px);
    }
}
.lkd-content__inner__title {
    font-size: 2.8125rem;
    font-weight: 500;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .lkd-content__inner__title {
        letter-spacing: 2px;
        font-size: 1.5625rem;
        line-height: 37.5px;
    }
}
.lkd-content__inner__subtitle {
    display: inline-block;
    margin-top: 54px;
    padding-bottom: 16px;
    border-bottom: 3px solid #ffffff;
    font-size: 2rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .lkd-content__inner__subtitle {
        font-size: 1.25rem;
        padding-bottom: 10px;
        border-bottom: 2px solid #ffffff;
    }
}
.lkd-content__inner__detail {
    font-size: 1.125rem;
    line-height: 45px;
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .lkd-content__inner__detail {
        margin-top: 40px;
        font-size: 0.9375rem;
        line-height: 28px;
    }
}
.lkd-content__inner__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 70px auto 0;
    width: 200px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    height: 55px;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .lkd-content__inner__link {
        border-radius: 3px;
    }
}
.lkd-content__inner__link__text {
    display: inline-block;
    font-size: 1rem;
    margin-right: 8px;
}
@media screen and (max-width: 768px) {
    .lkd-content__inner__link__text {
        font-size: 0.875rem;
    }
}
.lkd-content__inner__link img {
    display: block;
    width: 8px;
    height: 12px;
}

.top-tech {
    margin-top: 120px;
    padding-bottom: 120px;
    border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
    .top-tech {
        margin-top: 70px;
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 768px) {
    .top-tech__inner {
        width: 1160px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .top-tech__inner {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
}
.top-tech__inner .text-center {
    text-align: center;
}

.top-tech__lead {
    line-height: 2;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
    margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
    .top-tech__lead {
        font-size: 13px;
        margin-bottom: 20px;
    }
}
.top-tech__list {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    position: relative;
}
.top-tech__listitem {
    width: 370px;
    position: relative;
}
.top-tech__listitem.last {
    width: 370px;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.25));
}
.top-tech__listitemlink {
    display: block;
    position: relative;
}
.top-tech__listitemlink[target="_blank"]:after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 15px;
    height: 15px;
    background: url(/kodate/assets/img/f_icon-blank-w.png) center / contain;
}
.top-tech__listitem.last .top-tech__listitemlink[target="_blank"]:after {
    background: none;
}
.top-tech__listitemtext {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    .top-tech__listitemtext {
        font-size: 13px;
        line-height: 1.7;
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .top-tech__list {
        flex-wrap: wrap;
    }
    .top-tech__listitem {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .top-tech__listitem.last {
        width: 100%;
        margin-top: 20px;
    }
}

.l-tech-banner {
    padding-top: 70px;
    padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .l-tech-banner {
        padding-top: 35px;
        padding-bottom: 50px;
    }
}
.c-tech-banner-link {
    position: relative;
}
.c-tech-banner-link[target="_blank"]:after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 25px;
    height: 25px;
    background: url(/kodate/assets/img/f_icon-blank-w.png) center / contain;
}
@media screen and (max-width: 767px) {
    .c-tech-banner-link[target="_blank"]:after {
        content: "";
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 15px;
        height: 15px;
    }
}
.u-tac {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .b-is-pc {
        display: block !important;
    }
    .b-is-sp {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .b-is-pc {
        display: none !important;
    }
    .b-is-sp {
        display: block !important;
    }
}
@media screen and (min-width: 768px) {
    .tk-l-movie-title {
        width: 758px;
    }
}
@media screen and (max-width: 767px) {
}
/*# sourceMappingURL=style.css.map */
