@charset "UTF-8";

body {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #fff;
    color: #000;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.8em;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: visible;
    position: relative;
    font-feature-settings: "palt" 1
}

body.en {
    letter-spacing: .02em
}

body>img {
    display: none
}

@media print {
    body {
        min-width: 980px
    }
}

@media screen and (max-width:834px) {
    body {
        line-height: 1.8em
    }
}

.cl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden
}

::-moz-selection {
    background-color: #222;
    color: #fff
}

::-moz-selection,
::selection {
    background-color: #222;
    color: #fff
}

#navskip {
    display: none
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: 0 0
}

a {
    color: #000;
    text-decoration: none;
    transition: .15s cubic-bezier(.44, .18, .49, .99)
}

a:hover {
    color: #666;
    opacity: .7
}

svg.defs {
    height: 0;
    overflow: hidden;
    width: 0;
    overflow: hidden;
    position: absolute;
    left: -50%;
    display: none
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    line-height: 1.6em
}

@media screen and (max-width:834px) {

    h1,
    h2,
    h3,
    h4,
    h5 {
        line-height: 1.3em
    }
}

figure {
    margin: 0;
    padding: 0
}

img {
    vertical-align: top;
    max-width: 100%
}

.ico_facebook {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px
}

.ico_facebook:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/common/ico_facebook.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.ico_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 20px;
    position: relative;
    top: 2px
}

.ico_tel:before {
    content: "";
    display: block;
    width: 15px;
    height: 20px;
    background-image: url(../img/common/ico_tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.ico_youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 22px
}

.ico_youtube svg {
    display: block;
    width: 26px;
    height: 22px
}

.ico_link_copy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px
}

.ico_link_copy:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/common/ico_link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.ico_insta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px
}

.ico_insta:before {
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    background-image: url(../img/common/ico_insta.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.ico_mail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 0;
    position: relative;
    top: 0
}

.ico_mail:before {
    content: "";
    display: block;
    width: 28px;
    height: 22px;
    background-image: url(../img/common/ico_mail.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.ico_check {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 71px;
    height: 14px;
    margin-right: 0;
    position: absolute;
    bottom: 25px;
    right: 20px
}

@media screen and (max-width:560px) {
    .ico_check {
        width: 39px;
        height: 9px;
        right: 10px
    }
}

.ico_check:before {
    content: "";
    display: block;
    width: 71px;
    height: 14px;
    background-image: url(../img/common/ico_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width:560px) {
    .ico_check:before {
        width: 39px;
        height: 9px
    }
}

.ico_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7px;
    height: 13px;
    margin-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px
}

.ico_more:before {
    content: "";
    display: block;
    width: 7px;
    height: 13px;
    background-image: url(../img/common/ico_arrowbtn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.ico_navi_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7px;
    height: 13px;
    margin-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 65px
}

@media screen and (max-width:560px) {
    .ico_navi_arrow {
        right: 55px
    }
}

.ico_navi_arrow:before {
    content: "";
    display: block;
    width: 7px;
    height: 13px;
    background-image: url(../img/common/ico_arrownavibtn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.ico_cal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    margin-right: 0;
    position: absolute;
    left: 30px;
    background-color: #fff;
    border-radius: 100px;
    overflow: hidden
}

.ico_cal:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    min-height: 40px;
    background-image: url(../img/common/ico_cal.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 19px
}

.ico_document {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    margin-right: 0;
    position: absolute;
    left: 30px;
    background-color: #fff;
    border-radius: 100px;
    overflow: hidden
}

.ico_document:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    min-height: 40px;
    background-image: url(../img/common/ico_document.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 24px
}

.ico_flag {
    display: inline-block;
    width: 43px;
    height: 52px;
    position: relative;
    top: -8px;
    margin-right: 11px
}

.ico_flag svg {
    width: 43px;
    height: 52px
}

@media screen and (max-width:560px) {
    .ico_flag svg {
        transform: scale(.6);
        transform-origin: left top
    }
}

@media screen and (max-width:560px) {
    .ico_flag {
        width: 21px;
        height: 26px
    }
}

.ico_number {
    display: inline-block;
    font-style: normal;
    color: #fff;
    font-weight: 500;
    background-color: var(--main_color, #f7689d);
    font-size: .8125rem;
    line-height: 1.1em;
    letter-spacing: 0;
    width: 17px;
    height: 17px;
    padding-bottom: 1px;
    box-sizing: border-box;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.ico_user {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    border-radius: 100px;
    background-color: #949494
}

@media screen and (max-width:560px) {
    .ico_user {
        width: 48px;
        height: 48px
    }
}

.ico_user:before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background-image: url(../img/ico_user.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width:560px) {
    .ico_user:before {
        width: 20px;
        height: 20px
    }
}

.ico_q {
    background-color: #000;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.625rem;
    font-weight: 600;
    font-style: normal;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .ico_q {
        width: 38px;
        height: 38px;
        font-size: 1.1875rem
    }
}

.ico_q::before {
    content: "Q";
    font-size: 1.625rem;
    line-height: 1.1em;
    margin-bottom: 2px
}

@media screen and (max-width:560px) {
    .ico_q::before {
        font-size: 1.1875rem
    }
}

.ico_a {
    background-color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 1.625rem;
    border: solid 1px #949494;
    font-style: normal;
    font-weight: 600;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .ico_a {
        width: 38px;
        height: 38px;
        font-size: 1.1875rem
    }
}

.ico_a::before {
    content: "A";
    font-size: 1.625rem;
    line-height: 1.1em;
    margin-bottom: 2px
}

@media screen and (max-width:560px) {
    .ico_a::before {
        font-size: 1.1875rem
    }
}

.ico_blank {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px
}

.ico_blank:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/ico_blank.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.ico_pen {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px
}

.ico_pen:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/ico_pen.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.ico_pc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 35px
}

@media screen and (max-width:560px) {
    .ico_pc {
        width: 24px;
        height: 24px
    }
}

.ico_pc:before {
    content: "";
    display: block;
    width: 30px;
    height: 26px;
    background-image: url(../img/ico_pc.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 2px
}

@media screen and (max-width:560px) {
    .ico_pc:before {
        width: 26px;
        height: 20px
    }
}

.ico_lecture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border: solid 6px #000;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 100px
}

@media screen and (max-width:560px) {
    .ico_lecture {
        width: 55px;
        height: 55px;
        border: solid 4px #000;
        min-width: 55px
    }
}

.ico_lecture:before {
    content: "";
    display: block;
    width: 32px;
    height: 30px;
    background-image: url(../img/ico_lecture.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0
}

@media screen and (max-width:560px) {
    .ico_lecture:before {
        width: 23px;
        height: 21px
    }
}

.ico_lecture-end {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border: solid 6px #000;
    box-sizing: border-box;
    background-color: #000;
    border-radius: 100px
}

@media screen and (max-width:560px) {
    .ico_lecture-end {
        width: 55px;
        height: 55px;
        border: solid 4px #000;
        min-width: 55px
    }
}

.ico_lecture-end:before {
    content: "";
    display: block;
    width: 48px;
    height: 41px;
    background-image: url(../img/ico_lecture-end.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0
}

@media screen and (max-width:560px) {
    .ico_lecture-end:before {
        width: 38px;
        height: 30px
    }
}

.ico_webdesigning {
    display: inline-block;
    width: 100%;
    aspect-ratio: 388/57;
    max-width: 388px;
    height: 57px;
    overflow: hidden;
    position: relative;
    top: -15px;
    left: -2px
}

@media screen and (max-width:1150px) {
    .ico_webdesigning {
        max-width: 230px;
        height: 32px;
        top: 0
    }
}

@media screen and (max-width:560px) {
    .ico_webdesigning {
        max-width: 200px;
        height: 28px;
        top: -7px
    }
}

.ico_webdesigning:before {
    content: "";
    display: block;
    width: calc(100% + 20px);
    aspect-ratio: 421/57;
    height: 57px;
    background-image: url(../img/wd_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    left: -20px
}

@media screen and (max-width:1150px) {
    .ico_webdesigning:before {
        height: 32px;
        left: -16px;
        top: 0
    }
}

@media screen and (max-width:560px) {
    .ico_webdesigning:before {
        left: -13px;
        height: 28px
    }
}

.ico_doc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px
}

.ico_doc:before {
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    background-image: url(../img/ico_doc.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 2px
}

.ico_blank_b {
    display: inline-block;
    width: 24px;
    height: 17px;
    position: relative;
    bottom: -8px
}

.ico_blank_b:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/ico_blank_b.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 16px;
    position: relative
}

.ico_blank_w {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px
}

.ico_blank_w:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/ico_blank_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.ico_scroll {
    width: 19px;
    height: 28px;
    background: 0 0;
    border: 2px solid #000;
    border-radius: 100px;
    display: block;
    margin: 0 auto;
    position: relative
}

.ico_scroll:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #2961a1;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll 1.3s cubic-bezier(.25, .46, .45, .94) infinite
}

@keyframes scroll {
    0% {
        opacity: 0;
        top: 3px
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        top: 18px
    }
}

.ico_loader {
    width: 30px;
    height: 30px;
    border: 3px solid #2961a1;
    border-top: 3px solid transparent;
    border-radius: 50%;
    display: block;
    margin: 0 auto 15px;
    animation: loading .8s linear infinite
}

@keyframes loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.cl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden
}

figure {
    position: relative
}

figure img {
    position: relative;
    z-index: 1;
    pointer-events: none
}

figure::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: block
}

::-moz-selection {
    background-color: #222;
    color: #fff
}

::-moz-selection,
::selection {
    background-color: #222;
    color: #fff
}

section[id] {
    scroll-margin-top: 0
}

@media screen and (max-width:890px) {
    section[id] {
        scroll-margin-top: 0
    }
}

@media screen and (max-width:560px) {
    section[id] {
        scroll-margin-top: 0
    }
}

#navskip {
    display: none;
    color: #000;
    background-color: #fff
}

a {
    color: #000;
    text-decoration: underline;
    transition: .22s cubic-bezier(.44, .18, .49, .99)
}

a:hover {
    opacity: .7;
    text-decoration: none
}

svg.defs {
    height: 0;
    overflow: hidden;
    width: 0;
    overflow: hidden;
    position: absolute;
    left: -50%;
    display: none
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    line-height: 1.6em;
    font-weight: 400
}

p {
    margin: 0;
    padding: 0
}

figure {
    margin: 0;
    padding: 0
}

img {
    vertical-align: top;
    max-width: 100%
}

.font-uppercase {
    text-transform: uppercase
}

.font-style-italic {
    font-style: italic
}

.font-style-normal {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.line-height-13 {
    line-height: 1.3em
}

.line-height-14 {
    line-height: 1.4em
}

.line-height-15 {
    line-height: 1.5em
}

.line-height-16 {
    line-height: 1.6em
}

.pt-0 {
    padding-top: 0
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-35 {
    padding-top: 35px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-45 {
    padding-top: 45px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-55 {
    padding-top: 55px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-65 {
    padding-top: 65px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-75 {
    padding-top: 75px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-85 {
    padding-top: 85px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-95 {
    padding-top: 95px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-110 {
    padding-top: 110px !important
}

.pt-115 {
    padding-top: 115px !important
}

.pt-120 {
    padding-top: 120px !important
}

.pt-150 {
    padding-top: 150px !important
}

.pt-200 {
    padding-top: 200px !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-5 {
    padding-left: 5px !important
}

.pl-10 {
    padding-left: 10px !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pl-25 {
    padding-left: 25px !important
}

.pl-30 {
    padding-left: 30px !important
}

.pl-35 {
    padding-left: 35px !important
}

.pl-40 {
    padding-left: 40px !important
}

.pl-45 {
    padding-left: 45px !important
}

.pl-50 {
    padding-left: 50px !important
}

.pl-55 {
    padding-left: 55px !important
}

.pl-60 {
    padding-left: 60px !important
}

.pl-65 {
    padding-left: 65px !important
}

.pl-70 {
    padding-left: 70px !important
}

.pl-75 {
    padding-left: 75px !important
}

.pl-80 {
    padding-left: 80px !important
}

.pl-85 {
    padding-left: 85px !important
}

.pl-90 {
    padding-left: 90px !important
}

.pl-95 {
    padding-left: 95px !important
}

.pl-100 {
    padding-left: 100px !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-5 {
    padding-right: 5px !important
}

.pr-10 {
    padding-right: 10px !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pr-25 {
    padding-right: 25px !important
}

.pr-30 {
    padding-right: 30px !important
}

.pr-35 {
    padding-right: 35px !important
}

.pr-40 {
    padding-right: 40px !important
}

.pr-45 {
    padding-right: 45px !important
}

.pr-50 {
    padding-right: 50px !important
}

.pr-55 {
    padding-right: 55px !important
}

.pr-60 {
    padding-right: 60px !important
}

.pr-65 {
    padding-right: 65px !important
}

.pr-70 {
    padding-right: 70px !important
}

.pr-75 {
    padding-right: 75px !important
}

.pr-80 {
    padding-right: 80px !important
}

.pr-85 {
    padding-right: 85px !important
}

.pr-90 {
    padding-right: 90px !important
}

.pr-95 {
    padding-right: 95px !important
}

.pr-100 {
    padding-right: 100px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-35 {
    padding-bottom: 35px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-45 {
    padding-bottom: 45px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-55 {
    padding-bottom: 55px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-65 {
    padding-bottom: 65px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-75 {
    padding-bottom: 75px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-85 {
    padding-bottom: 85px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-95 {
    padding-bottom: 95px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-150 {
    padding-bottom: 150px !important
}

.mr-auto {
    margin-right: auto !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-5 {
    margin-right: 5px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mr-25 {
    margin-right: 25px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-35 {
    margin-right: 35px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mr-45 {
    margin-right: 45px !important
}

.mr-50 {
    margin-right: 50px !important
}

.mr-55 {
    margin-right: 55px !important
}

.mr-60 {
    margin-right: 60px !important
}

.mr-65 {
    margin-right: 65px !important
}

.mr-70 {
    margin-right: 70px !important
}

.mr-75 {
    margin-right: 75px !important
}

.mr-80 {
    margin-right: 80px !important
}

.mr-85 {
    margin-right: 85px !important
}

.mr-90 {
    margin-right: 90px !important
}

.mr-95 {
    margin-right: 95px !important
}

.mr-100 {
    margin-right: 100px !important
}

.ml-auto {
    margin-left: auto !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-5 {
    margin-left: 5px !important
}

.ml-10 {
    margin-left: 10px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-25 {
    margin-left: 25px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-35 {
    margin-left: 35px !important
}

.ml-40 {
    margin-left: 40px !important
}

.ml-45 {
    margin-left: 45px !important
}

.ml-50 {
    margin-left: 50px !important
}

.ml-55 {
    margin-left: 55px !important
}

.ml-60 {
    margin-left: 60px !important
}

.ml-65 {
    margin-left: 65px !important
}

.ml-70 {
    margin-left: 70px !important
}

.ml-75 {
    margin-left: 75px !important
}

.ml-80 {
    margin-left: 80px !important
}

.ml-85 {
    margin-left: 85px !important
}

.ml-90 {
    margin-left: 90px !important
}

.ml-95 {
    margin-left: 95px !important
}

.ml-100 {
    margin-left: 100px !important
}

.mb-auto {
    margin-bottom: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-55 {
    margin-bottom: 55px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-65 {
    margin-bottom: 65px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-85 {
    margin-bottom: 85px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mb-95 {
    margin-bottom: 95px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mb-110 {
    margin-bottom: 110px !important
}

.mb-140 {
    margin-bottom: 140px !important
}

.mb-145 {
    margin-bottom: 145px !important
}

.mb-195 {
    margin-bottom: 195px !important
}

.mt-auto {
    margin-top: auto
}

.mt-0 {
    margin-top: 0
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-45 {
    margin-top: 45px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-55 {
    margin-top: 55px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-65 {
    margin-top: 65px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-75 {
    margin-top: 75px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-85 {
    margin-top: 85px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mt-95 {
    margin-top: 95px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mt-110 {
    margin-top: 110px !important
}

.mt-120 {
    margin-top: 120px !important
}

.mt-130 {
    margin-top: 130px !important
}

.mt-140 {
    margin-top: 140px !important
}

.mt-150 {
    margin-top: 150px !important
}

.mt-160 {
    margin-top: 160px !important
}

.mt-170 {
    margin-top: 170px !important
}

.mt-180 {
    margin-top: 180px !important
}

.mt-190 {
    margin-top: 190px !important
}

.mt-200 {
    margin-top: 200px !important
}

.sp {
    display: none
}

.pc {
    display: block
}

.f-bold {
    font-weight: 700
}

.f-normal {
    font-weight: 400
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.align-left {
    text-align: left
}

@media screen and (max-width:560px) {
    .align-right-sp {
        text-align: right
    }

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

    .align-left-sp {
        text-align: left
    }
}

.f-24 {
    font-size: 1.5rem !important
}

.f-20 {
    font-size: 1.25rem !important
}

.f-18 {
    font-size: 1.125rem !important
}

@media screen and (max-width:850px) {
    .pc {
        display: none
    }

    .sp {
        display: block
    }

    .s_pt-0 {
        padding-top: 0 !important
    }

    .s_pt-5 {
        padding-top: 5px !important
    }

    .s_pt-10 {
        padding-top: 10px !important
    }

    .s_pt-15 {
        padding-top: 15px !important
    }

    .s_pt-20 {
        padding-top: 20px !important
    }

    .s_pt-25 {
        padding-top: 25px !important
    }

    .s_pt-30 {
        padding-top: 30px !important
    }

    .s_pt-35 {
        padding-top: 35px !important
    }

    .s_pt-40 {
        padding-top: 40px !important
    }

    .s_pt-45 {
        padding-top: 45px !important
    }

    .s_pt-50 {
        padding-top: 50px !important
    }

    .s_pt-55 {
        padding-top: 55px !important
    }

    .s_pt-60 {
        padding-top: 60px !important
    }

    .s_pt-65 {
        padding-top: 65px !important
    }

    .s_pt-70 {
        padding-top: 70px !important
    }

    .s_pt-75 {
        padding-top: 75px !important
    }

    .s_pt-80 {
        padding-top: 80px !important
    }

    .s_pt-85 {
        padding-top: 85px !important
    }

    .s_pt-90 {
        padding-top: 90px !important
    }

    .s_pt-95 {
        padding-top: 95px !important
    }

    .s_pt-100 {
        padding-top: 100px !important
    }

    .s_pl-0 {
        padding-left: 0 !important
    }

    .s_pl-5 {
        padding-left: 5px !important
    }

    .s_pl-10 {
        padding-left: 10px !important
    }

    .s_pl-15 {
        padding-left: 15px !important
    }

    .s_pl-20 {
        padding-left: 20px !important
    }

    .s_pl-25 {
        padding-left: 25px !important
    }

    .s_pl-30 {
        padding-left: 30px !important
    }

    .s_pl-35 {
        padding-left: 35px !important
    }

    .s_pl-40 {
        padding-left: 40px !important
    }

    .s_pl-45 {
        padding-left: 45px !important
    }

    .s_pl-50 {
        padding-left: 50px !important
    }

    .s_pl-55 {
        padding-left: 55px !important
    }

    .s_pl-60 {
        padding-left: 60px !important
    }

    .s_pl-65 {
        padding-left: 65px !important
    }

    .s_pl-70 {
        padding-left: 70px !important
    }

    .s_pl-75 {
        padding-left: 75px !important
    }

    .s_pl-80 {
        padding-left: 80px !important
    }

    .s_pl-85 {
        padding-left: 85px !important
    }

    .s_pl-90 {
        padding-left: 90px !important
    }

    .s_pl-95 {
        padding-left: 95px !important
    }

    .s_pl-100 {
        padding-left: 100px !important
    }

    .s_pr-0 {
        padding-right: 0 !important
    }

    .s_pr-5 {
        padding-right: 5px !important
    }

    .s_pr-10 {
        padding-right: 10px !important
    }

    .s_pr-15 {
        padding-right: 15px !important
    }

    .s_pr-20 {
        padding-right: 20px !important
    }

    .s_pr-25 {
        padding-right: 25px !important
    }

    .s_pr-30 {
        padding-right: 30px !important
    }

    .s_pr-35 {
        padding-right: 35px !important
    }

    .s_pr-40 {
        padding-right: 40px !important
    }

    .s_pr-45 {
        padding-right: 45px !important
    }

    .s_pr-50 {
        padding-right: 50px !important
    }

    .s_pr-55 {
        padding-right: 55px !important
    }

    .s_pr-60 {
        padding-right: 60px !important
    }

    .s_pr-65 {
        padding-right: 65px !important
    }

    .s_pr-70 {
        padding-right: 70px !important
    }

    .s_pr-75 {
        padding-right: 75px !important
    }

    .s_pr-80 {
        padding-right: 80px !important
    }

    .s_pr-85 {
        padding-right: 85px !important
    }

    .s_pr-90 {
        padding-right: 90px !important
    }

    .s_pr-95 {
        padding-right: 95px !important
    }

    .s_pr-100 {
        padding-right: 100px !important
    }

    .s_pb-0 {
        padding-bottom: 0 !important
    }

    .s_pb-5 {
        padding-bottom: 5px !important
    }

    .s_pb-10 {
        padding-bottom: 10px !important
    }

    .s_pb-15 {
        padding-bottom: 15px !important
    }

    .s_pb-20 {
        padding-bottom: 20px !important
    }

    .s_pb-25 {
        padding-bottom: 25px !important
    }

    .s_pb-30 {
        padding-bottom: 30px !important
    }

    .s_pb-35 {
        padding-bottom: 35px !important
    }

    .s_pb-40 {
        padding-bottom: 40px !important
    }

    .s_pb-45 {
        padding-bottom: 45px !important
    }

    .s_pb-50 {
        padding-bottom: 50px !important
    }

    .s_pb-55 {
        padding-bottom: 55px !important
    }

    .s_pb-60 {
        padding-bottom: 60px !important
    }

    .s_pb-65 {
        padding-bottom: 65px !important
    }

    .s_pb-70 {
        padding-bottom: 70px !important
    }

    .s_pb-75 {
        padding-bottom: 75px !important
    }

    .s_pb-80 {
        padding-bottom: 80px !important
    }

    .s_pb-85 {
        padding-bottom: 85px !important
    }

    .s_pb-90 {
        padding-bottom: 90px !important
    }

    .s_pb-95 {
        padding-bottom: 95px !important
    }

    .s_pb-100 {
        padding-bottom: 100px !important
    }

    .s_pb-150 {
        padding-bottom: 150px !important
    }

    .s_mr-0 {
        margin-right: 0 !important
    }

    .s_mr-5 {
        margin-right: 5px !important
    }

    .s_mr-10 {
        margin-right: 10px !important
    }

    .s_mr-15 {
        margin-right: 15px !important
    }

    .s_mr-20 {
        margin-right: 20px !important
    }

    .s_mr-25 {
        margin-right: 25px !important
    }

    .s_mr-30 {
        margin-right: 30px !important
    }

    .s_mr-35 {
        margin-right: 35px !important
    }

    .s_mr-40 {
        margin-right: 40px !important
    }

    .s_mr-45 {
        margin-right: 45px !important
    }

    .s_mr-50 {
        margin-right: 50px !important
    }

    .s_mr-55 {
        margin-right: 55px !important
    }

    .s_mr-60 {
        margin-right: 60px !important
    }

    .s_mr-65 {
        margin-right: 65px !important
    }

    .s_mr-70 {
        margin-right: 70px !important
    }

    .s_mr-75 {
        margin-right: 75px !important
    }

    .s_mr-80 {
        margin-right: 80px !important
    }

    .s_mr-85 {
        margin-right: 85px !important
    }

    .s_mr-90 {
        margin-right: 90px !important
    }

    .s_mr-95 {
        margin-right: 95px !important
    }

    .s_mr-100 {
        margin-right: 100px !important
    }

    .s_ml-0 {
        margin-left: 0 !important
    }

    .s_ml-5 {
        margin-left: 5px !important
    }

    .s_ml-10 {
        margin-left: 10px !important
    }

    .s_ml-15 {
        margin-left: 15px !important
    }

    .s_ml-20 {
        margin-left: 20px !important
    }

    .s_ml-25 {
        margin-left: 25px !important
    }

    .s_ml-30 {
        margin-left: 30px !important
    }

    .s_ml-35 {
        margin-left: 35px !important
    }

    .s_ml-40 {
        margin-left: 40px !important
    }

    .s_ml-45 {
        margin-left: 45px !important
    }

    .s_ml-50 {
        margin-left: 50px !important
    }

    .s_ml-55 {
        margin-left: 55px !important
    }

    .s_ml-60 {
        margin-left: 60px !important
    }

    .s_ml-65 {
        margin-left: 65px !important
    }

    .s_ml-70 {
        margin-left: 70px !important
    }

    .s_ml-75 {
        margin-left: 75px !important
    }

    .s_ml-80 {
        margin-left: 80px !important
    }

    .s_ml-85 {
        margin-left: 85px !important
    }

    .s_ml-90 {
        margin-left: 90px !important
    }

    .s_ml-95 {
        margin-left: 95px !important
    }

    .s_ml-100 {
        margin-left: 100px !important
    }

    .s_mb-0 {
        margin-bottom: 0 !important
    }

    .s_mb-5 {
        margin-bottom: 5px !important
    }

    .s_mb-10 {
        margin-bottom: 10px !important
    }

    .s_mb-15 {
        margin-bottom: 15px !important
    }

    .s_mb-20 {
        margin-bottom: 20px !important
    }

    .s_mb-25 {
        margin-bottom: 25px !important
    }

    .s_mb-30 {
        margin-bottom: 30px !important
    }

    .s_mb-35 {
        margin-bottom: 35px !important
    }

    .s_mb-40 {
        margin-bottom: 40px !important
    }

    .s_mb-45 {
        margin-bottom: 45px !important
    }

    .s_mb-50 {
        margin-bottom: 50px !important
    }

    .s_mb-55 {
        margin-bottom: 55px !important
    }

    .s_mb-60 {
        margin-bottom: 60px !important
    }

    .s_mb-65 {
        margin-bottom: 65px !important
    }

    .s_mb-70 {
        margin-bottom: 70px !important
    }

    .s_mb-75 {
        margin-bottom: 75px !important
    }

    .s_mb-80 {
        margin-bottom: 80px !important
    }

    .s_mb-85 {
        margin-bottom: 85px !important
    }

    .s_mb-90 {
        margin-bottom: 90px !important
    }

    .s_mb-95 {
        margin-bottom: 95px !important
    }

    .s_mb-100 {
        margin-bottom: 100px !important
    }

    .s_mt-0 {
        margin-top: 0 !important
    }

    .s_mt-5 {
        margin-top: 5px !important
    }

    .s_mt-10 {
        margin-top: 10px !important
    }

    .s_mt-15 {
        margin-top: 15px !important
    }

    .s_mt-20 {
        margin-top: 20px !important
    }

    .s_mt-25 {
        margin-top: 25px !important
    }

    .s_mt-30 {
        margin-top: 30px !important
    }

    .s_mt-35 {
        margin-top: 35px !important
    }

    .s_mt-40 {
        margin-top: 40px !important
    }

    .s_mt-45 {
        margin-top: 45px !important
    }

    .s_mt-50 {
        margin-top: 50px !important
    }

    .s_mt-55 {
        margin-top: 55px !important
    }

    .s_mt-60 {
        margin-top: 60px !important
    }

    .s_mt-65 {
        margin-top: 65px !important
    }

    .s_mt-70 {
        margin-top: 70px !important
    }

    .s_mt-75 {
        margin-top: 75px !important
    }

    .s_mt-80 {
        margin-top: 80px !important
    }

    .s_mt-85 {
        margin-top: 85px !important
    }

    .s_mt-90 {
        margin-top: 90px !important
    }

    .s_mt-95 {
        margin-top: 95px !important
    }

    .s_mt-100 {
        margin-top: 100px !important
    }

    .s_mt-110 {
        margin-top: 110px !important
    }

    .s_mt-120 {
        margin-top: 120px !important
    }

    .s_mt-130 {
        margin-top: 130px !important
    }

    .s_mt-140 {
        margin-top: 140px !important
    }

    .s_mt-170 {
        margin-top: 170px !important
    }

    .s_mt-180 {
        margin-top: 180px !important
    }
}

@media screen and (max-width:320px) {
    .pc {
        display: none
    }

    .sp {
        display: block
    }
}

.l-container {
    width: 100%
}

.l-container .l-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px)
}

.l-container .l-row .l-col {
    margin-left: 20px;
    margin-right: 20px;
    width: calc((100% - 40px)/ 1);
    margin-bottom: 40px;
    box-sizing: border-box
}

.l-container .l-row .l-col-2 {
    margin-left: 20px;
    margin-right: 20px;
    width: calc((100% - 80px)/ 2);
    margin-bottom: 60px;
    box-sizing: border-box
}

@media screen and (max-width:768px) {
    .l-container .l-row .l-col-2 {
        width: calc((100% - 30px)/ 1);
        margin-bottom: 15px
    }
}

.l-container .l-row .l-col-3 {
    margin-left: 20px;
    margin-right: 20px;
    width: calc((100% - 120px)/ 3);
    margin-bottom: 60px;
    box-sizing: border-box
}

@media screen and (max-width:768px) {
    .l-container .l-row .l-col-3 {
        width: calc((100% - 30px)/ 1);
        margin-bottom: 15px
    }

    .l-container .l-row .l-col-3.l-col-2-sp {
        width: calc((100% - 60px)/ 2);
        margin-bottom: 15px
    }
}

.l-container .l-row .l-col-3-1 {
    margin-left: 20px;
    margin-right: 20px;
    width: calc((100% - 80px)/ 3);
    margin-bottom: 60px;
    box-sizing: border-box
}

@media screen and (max-width:768px) {
    .l-container .l-row .l-col-3-1 {
        width: calc((100% - 30px)/ 1);
        margin-bottom: 15px
    }
}

.l-container .l-row .l-col-3-2 {
    margin-left: 20px;
    margin-right: 20px;
    width: calc((100% - 80px)/ 3 * 2);
    margin-bottom: 30px;
    box-sizing: border-box
}

@media screen and (max-width:768px) {
    .l-container .l-row .l-col-3-2 {
        width: calc((100% - 30px)/ 1);
        margin-bottom: 15px
    }
}

.l-container .l-row .l-col-4 {
    margin-left: 20px;
    margin-right: 20px;
    width: calc((100% - 160px)/ 4);
    margin-bottom: 60px;
    box-sizing: border-box
}

@media screen and (max-width:768px) {
    .l-container .l-row .l-col-4 {
        width: calc((100% - 30px)/ 1);
        margin-bottom: 15px
    }
}

.l-container .l-row .l-col-4-1 {
    margin-left: 15px;
    margin-right: 15px;
    width: calc((100% - 60px)/ 4);
    margin-bottom: 30px;
    box-sizing: border-box
}

@media screen and (max-width:768px) {
    .l-container .l-row .l-col-4-1 {
        width: calc((100% - 30px)/ 1);
        margin-bottom: 15px
    }
}

.l-container .l-row .l-col-4-3 {
    margin-left: 15px;
    margin-right: 15px;
    width: calc((100% - 60px)/ 4 * 3);
    margin-bottom: 30px;
    box-sizing: border-box
}

@media screen and (max-width:768px) {
    .l-container .l-row .l-col-4-3 {
        width: calc((100% - 30px)/ 1);
        margin-bottom: 15px
    }
}

.l-container .l-row-column {
    flex-direction: column
}

.l-container .l-row-column .l-col,
.l-container .l-row-column .l-col-2,
.l-container .l-row-column .l-col-3,
.l-container .l-row-column .l-col-4 {
    margin-left: 15px;
    margin-right: 15px;
    width: calc((100% - 30px)/ 1);
    margin-bottom: 30px
}

.l-container .l-row-reverse {
    flex-direction: row-reverse
}

.l-btns {
    display: flex;
    flex-wrap: wrap
}

.l-btns .l-btn {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    transition: .15s cubic-bezier(.44, .18, .49, .99);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    letter-spacing: 0;
    box-sizing: border-box;
    align-items: center;
    padding: 22px 25px 20px;
    min-height: 70px;
    background-color: #1ee4dc;
    font-size: 1.25rem;
    line-height: 1.1em;
    color: #000;
    font-weight: 700;
    border: 2px solid #1ee4dc;
    border-radius: 100px;
    width: 100%
}

@media screen and (max-width:560px) {
    .l-btns .l-btn {
        font-size: 1rem;
        max-width: 235px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        min-height: 55px
    }
}

.l-btns .l-btn:hover {
    opacity: 1 !important;
    background-color: #fff;
    border-color: #1ee4dc;
    color: #000
}

@media screen and (max-width:560px) {
    .l-btns .l-btn {
        width: 100%;
        height: auto
    }
}

.l-btns .l-btn.load-data .ico_plus:before {
    width: 15px;
    height: 15px;
    border: solid 1px #fff;
    left: 0;
    top: 0;
    transform: translateX(0) translateY(0);
    background-color: transparent;
    box-sizing: border-box;
    display: none;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite
}

.l-btns .l-btn.load-data .ico_plus:after {
    width: 15px;
    height: 15px;
    border: solid 1px #fff;
    left: 0;
    top: 0;
    transform: translateX(0) translateY(0);
    background-color: transparent;
    box-sizing: border-box;
    border-bottom-color: #000;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.l-btns .l-btn.l-btn-more {
    background-color: #f7f0ff;
    border-radius: 6px;
    font-size: .875rem;
    min-width: 125px;
    width: 100%;
    color: #000;
    height: 32px;
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
    letter-spacing: .02em;
    white-space: nowrap
}

.l-btns .l-btn.l-btn-more .ico_next_s {
    margin-left: 3px;
    width: 20px
}

.l-btns .l-btn.l-btn-more .ico_next_s path {
    transition: .15s cubic-bezier(.44, .18, .49, .99)
}

.l-btns .l-btn.l-btn-more:hover {
    background-color: #000;
    color: #fff;
    opacity: 1
}

.l-btns .l-btn.l-btn-more:hover .ico_next_s {
    fill: #fff
}

.l-btns .l-btn.l-btn-more:hover .ico_next_s path {
    fill: #fff
}

@media screen and (max-width:560px) {
    .l-btns .l-btn.l-btn-more {
        height: 32px
    }
}

.l-btns .l-btn.l-btn-all {
    border: solid 2px #000;
    background-color: #fff;
    border-radius: 100px;
    font-size: 1rem;
    max-width: 492px;
    width: 100%;
    color: #000;
    height: 76px
}

.l-btns .l-btn.l-btn-all:hover {
    background-color: #000;
    color: #fff;
    opacity: 1
}

.l-btns .l-btn.l-btn-all:hover .ico_next:before {
    background-image: url(../img/common/ico_next_w.svg)
}

@media screen and (max-width:560px) {
    .l-btns .l-btn.l-btn-all {
        height: 64px;
        padding: 0
    }
}

.l-btns .l-btn.l-btn-labo {
    border: solid 2px #000;
    background-color: #fff;
    border-radius: 100px;
    font-size: 1.125rem;
    max-width: 718px;
    width: 100%;
    color: #000;
    height: 76px
}

@media screen and (max-width:560px) {
    .l-btns .l-btn.l-btn-labo {
        max-width: 290px;
        height: 64px
    }
}

.l-btns .l-btn.l-btn-labo .ico_blank,
.l-btns .l-btn.l-btn-labo .ico_blank path {
    transition: .15s cubic-bezier(.44, .18, .49, .99)
}

.l-btns .l-btn.l-btn-labo:hover {
    background-color: #000;
    color: #fff;
    opacity: 1
}

.l-btns .l-btn.l-btn-labo:hover .ico_blank {
    fill: #fff
}

.l-btns .l-btn.l-btn-labo:hover .ico_blank path {
    fill: #fff
}

.l-btns .l-btn.l-btn-comment-more {
    background-color: #fff;
    border-radius: 6px;
    font-size: .875rem;
    max-width: 210px;
    width: 100%;
    color: #000;
    border: solid 1px #000;
    height: 36px
}

.l-btns .l-btn.l-btn-comment-more:hover {
    background-color: #000;
    color: #fff;
    opacity: 1
}

.l-btns .l-btn.l-btn-detail {
    background-color: transparent;
    border-radius: 0;
    width: 155px;
    height: auto;
    padding: 0;
    margin-right: 0;
    padding-bottom: 5px;
    padding-right: 5px;
    justify-content: flex-end;
    font-weight: 700;
    font-size: .875rem;
    color: #fff;
    position: relative;
    padding-bottom: 1px;
    transition: .22s cubic-bezier(.44, .18, .49, .99);
    transform-origin: top bottom;
    overflow: hidden
}

.l-btns .l-btn.l-btn-detail span {
    transition: .22s cubic-bezier(.44, .18, .49, .99);
    position: relative
}

.l-btns .l-btn.l-btn-detail::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .22s cubic-bezier(.44, .18, .49, .99) .2s;
    transform: translateX(-100%)
}

.l-btns .l-btn.l-btn-detail::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .15s cubic-bezier(.44, .18, .49, .99);
    transform: translateX(0)
}

.l-btns .l-btn.l-btn-detail:hover {
    opacity: 1
}

.l-btns .l-btn:hover {
    opacity: .7
}

.l-btns .l-btn .ico_plus {
    position: absolute;
    right: 17px;
    top: calc(50% - 7px)
}

.l-btns .l-btn .ico_more {
    position: absolute;
    right: 17px
}

@media screen and (max-width:560px) {
    .l-btns__inner {
        padding-bottom: 15px
    }
}

.l-btns__outer {
    padding-top: 24px
}

.l-btns-left {
    justify-content: flex-start
}

.l-btns-center {
    justify-content: center
}

@media screen and (max-width:560px) {
    .l-btns-center-s {
        justify-content: center
    }

    .l-btns-center-s .l-btn {
        margin-left: auto;
        margin-right: auto
    }
}

.l-btns-right {
    justify-content: flex-end
}

.l-btns-middle {
    align-items: center
}

.g-header {
    max-width: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto
}

.g-header__outer {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    z-index: 5000;
    margin-bottom: 0
}

@media screen and (max-width:975px) {
    .g-header__outer {
        position: relative
    }
}

@media screen and (max-width:560px) {
    .g-header__outer {
        position: relative
    }
}

.g-header__outer.g-header-fixed__outer {
    position: fixed;
    transform: translateY(-100%);
    transition: transform .22s cubic-bezier(.44, .18, .49, .99)
}

@media screen and (max-width:975px) {
    .g-header__outer.g-header-fixed__outer {
        display: none
    }
}

@media screen and (max-width:560px) {
    .g-header__outer.g-header-fixed__outer {
        display: none
    }
}

.g-header__outer:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    opacity: .7
}

.g-header__inner {
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 25px;
    box-sizing: border-box
}

.g-logo {
    display: inline-block
}

.g-logo__outer {
    display: block
}

@media screen and (max-width:975px) {
    .g-logo__outer {
        margin: 0 auto;
        max-width: 196px
    }
}

@media screen and (max-width:560px) {
    .g-logo__outer {
        max-width: 123px;
        margin: 0 auto
    }
}

.g-logo__inner {
    padding: 0 0
}

@media screen and (max-width:560px) {
    .g-logo__inner {
        padding: 0 0
    }
}

.g-logo__inner a {
    display: block;
    text-decoration: none;
    color: #fff;
    aspect-ratio: 196/53
}

.g-logo__inner h1,
.g-logo__inner p {
    display: block;
    max-width: 196px;
    width: 100%;
    width: 196px;
    aspect-ratio: 196/53
}

@media screen and (max-width:560px) {

    .g-logo__inner h1,
    .g-logo__inner p {
        max-width: 123px
    }
}

.g-logo__inner h1 img,
.g-logo__inner p img {
    width: 100%;
    height: auto
}

.g-navi {
    margin-right: 120px
}

@media screen and (max-width:1140px) {
    .g-navi {
        margin-right: 60px
    }
}

@media screen and (max-width:1040px) {
    .g-navi {
        margin-right: 30px
    }
}

@media screen and (max-width:975px) {
    .g-navi {
        margin-right: 0
    }
}

.g-navi__outer {
    margin: 0;
    padding: 0;
    margin-left: auto
}

@media screen and (max-width:975px) {
    .g-navi__outer {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #000;
        height: 100vh;
        height: 100dvh;
        overflow: hidden;
        transition: .22s cubic-bezier(.44, .18, .49, .99);
        z-index: 4000
    }

    .g-navi__outer.open {
        display: block;
        height: 237px
    }
}

.g-navi__inner {
    padding-right: 10px;
    display: flex
}

@media screen and (max-width:1100px) {
    .g-navi__inner {
        padding: 0
    }
}

@media screen and (max-width:975px) {
    .g-navi__inner {
        padding: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        height: 100dvh
    }
}

.g-navi__inner nav {
    box-sizing: border-box;
    position: relative
}

@media screen and (max-width:975px) {
    .g-navi__inner nav.g-sub-navi {
        width: 100%;
        margin-top: 80px;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto
    }
}

.g-navi__inner nav.g-sub-navi ul {
    list-style: none;
    display: flex
}

@media screen and (max-width:1100px) {
    .g-navi__inner nav.g-sub-navi ul {
        justify-content: center
    }
}

@media screen and (max-width:975px) {
    .g-navi__inner nav.g-sub-navi ul {
        flex-direction: row;
        width: 100%
    }
}

.g-navi__inner nav.g-sub-navi ul li {
    display: block;
    position: relative;
    font-size: 1rem;
    margin: 0
}

@media screen and (max-width:560px) {
    .g-navi__inner nav.g-sub-navi ul li {
        color: #fff
    }
}

.g-navi__inner nav.g-sub-navi ul li a {
    text-decoration: none;
    padding: 0 13px;
    box-sizing: border-box;
    white-space: nowrap
}

@media screen and (max-width:560px) {
    .g-navi__inner nav.g-sub-navi ul li a {
        width: auto;
        display: block;
        color: #fff;
        text-align: center
    }
}

.g-navi__inner nav.g-sub-navi ul li+li {
    position: relative
}

.g-navi__inner nav.g-sub-navi ul li+li:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #909090;
    position: absolute;
    left: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%)
}

@media screen and (max-width:975px) {
    .g-navi__inner nav {
        position: relative;
        width: 100%
    }
}

.g-navi__inner nav ul {
    list-style: none;
    display: flex
}

@media screen and (max-width:1100px) {
    .g-navi__inner nav ul {
        justify-content: center
    }
}

@media screen and (max-width:975px) {
    .g-navi__inner nav ul {
        flex-direction: column;
        width: 100%
    }
}

.g-navi__inner nav ul li {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    font-size: 1rem;
    font-weight: 600
}

@media screen and (max-width:1140px) {
    .g-navi__inner nav ul li {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media screen and (max-width:975px) {
    .g-navi__inner nav ul li {
        color: #fff;
        width: 100%;
        margin: 0
    }
}

.g-navi__inner nav ul li a {
    text-decoration: none;
    padding: 0 20px;
    white-space: nowrap
}

@media screen and (max-width:975px) {
    .g-navi__inner nav ul li a {
        color: #fff;
        width: 100%;
        display: block;
        text-align: center;
        padding: 20px 0
    }
}

.g-mn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #000;
    border-radius: 0;
    border: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: button;
    padding: 0
}

@media screen and (max-width:560px) {
    .g-mn {
        width: 50px;
        height: 50px
    }
}

.g-mn.active .g-mn-bar {
    position: relative;
    width: 30px;
    height: 1px;
    background-color: transparent;
    display: block
}

@media screen and (max-width:560px) {
    .g-mn.active .g-mn-bar {
        width: 30px;
        height: 1px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%)
    }
}

.g-mn.active .g-mn-bar:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    left: 0;
    top: -10px;
    transform: rotate(0)
}

@media screen and (max-width:975px) {
    .g-mn.active .g-mn-bar:before {
        top: 0;
        transform: rotate(-45deg)
    }
}

@media screen and (max-width:560px) {
    .g-mn.active .g-mn-bar:before {
        top: 0;
        transform: rotate(-45deg)
    }
}

.g-mn.active .g-mn-bar:after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: -10px;
    transform: rotate(0)
}

@media screen and (max-width:975px) {
    .g-mn.active .g-mn-bar:after {
        bottom: 0;
        transform: rotate(45deg)
    }
}

@media screen and (max-width:560px) {
    .g-mn.active .g-mn-bar:after {
        bottom: 0;
        transform: rotate(45deg)
    }
}

.g-mn__outer {
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    z-index: 9999
}

@media screen and (max-width:975px) {
    .g-mn__outer {
        display: block;
        margin-left: auto
    }
}

@media screen and (max-width:890px) {
    .g-mn__outer {
        margin-left: auto
    }
}

@media screen and (max-width:560px) {
    .g-mn__outer {
        margin-left: auto
    }
}

.g-mn__inner {
    display: flex;
    position: relative
}

.g-mn__inner a,
.g-mn__inner button {
    display: flex;
    align-items: center;
    transition: 0s;
    text-decoration: none;
    position: relative;
    border: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: button;
    background-color: #000;
    border-radius: 0;
    padding: 0;
    min-height: 50px;
    box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:560px) {

    .g-mn__inner a,
    .g-mn__inner button {
        padding: 0 0
    }
}

.g-mn__inner a:hover,
.g-mn__inner button:hover {
    opacity: 1
}

.g-mn__inner a.open .g-mn-bar,
.g-mn__inner button.open .g-mn-bar {
    background-color: transparent
}

.g-mn__inner a.open .g-mn-bar:before,
.g-mn__inner button.open .g-mn-bar:before {
    transform: rotate(45deg);
    top: 0
}

.g-mn__inner a.open .g-mn-bar:after,
.g-mn__inner button.open .g-mn-bar:after {
    transform: rotate(-45deg);
    bottom: 0
}

.g-mn-text {
    font-size: .9375rem;
    line-height: 1.1em;
    margin-right: 13px;
    font-weight: 600;
    font-style: normal
}

.g-mn-bar {
    position: relative;
    width: 30px;
    height: 1px;
    background-color: #fff;
    display: block
}

@media screen and (max-width:560px) {
    .g-mn-bar {
        width: 30px;
        height: 1px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%)
    }
}

.g-mn-bar:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    left: 0;
    top: -10px;
    transform: rotate(0);
    transition: .15s cubic-bezier(.44, .18, .49, .99)
}

@media screen and (max-width:560px) {
    .g-mn-bar:before {
        top: -7px
    }
}

.g-mn-bar:after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: -10px;
    transform: rotate(0);
    transition: .15s cubic-bezier(.44, .18, .49, .99)
}

@media screen and (max-width:560px) {
    .g-mn-bar:after {
        bottom: -7px
    }
}

.g-navi-sp {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 99;
    display: block;
    overflow: hidden;
    width: 100%
}

.g-navi-sp.open:before {
    transform: scale(1);
    opacity: 1
}

.g-navi-sp.open .g-navi__outer {
    display: block
}

.g-navi-sp.open .g-navi__outer.open {
    opacity: 1;
    transform: translateX(0)
}

.g-navi-sp.open .g-navi-sp-footer.open {
    opacity: 1;
    transform: translateY(0)
}

@media screen and (max-width:560px) {
    .g-navi-sp {
        width: 100%
    }
}

.g-navi-sp:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    transform: scale(1);
    transition: all .33s cubic-bezier(.44, .18, .49, .99);
    background-color: #fff
}

@media screen and (max-width:560px) {
    .g-navi-sp:before {
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        height: calc(100vh - 200px);
        height: 100%;
        border-radius: 0
    }
}

.g-navi-sp__outer {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3999;
    padding-top: 0;
    box-sizing: border-box
}

@media screen and (max-width:1200px) {
    .g-navi-sp__outer {
        width: 100%;
        padding-top: 0
    }
}

@media screen and (max-width:890px) {
    .g-navi-sp__outer {
        width: 100%;
        padding-top: 0
    }
}

@media screen and (max-width:560px) {
    .g-navi-sp__outer {
        width: 100%
    }
}

.g-navi-sp__outer .g-mn__outer {
    position: absolute;
    right: 16px;
    top: 16px;
    display: block;
    z-index: 110;
    pointer-events: auto;
    width: 45px;
    height: 12px;
    background-color: transparent;
    z-index: 1002
}

@media screen and (max-width:890px) {
    .g-navi-sp__outer .g-mn__outer {
        position: absolute;
        width: 45px;
        height: 15px;
        right: 25px;
        top: 30px
    }
}

@media screen and (max-width:560px) {
    .g-navi-sp__outer .g-mn__outer {
        width: 45px;
        height: 15px;
        right: 25px;
        top: 30px
    }
}

.g-navi-sp__outer .g-mn__inner {
    display: inline-block;
    width: 45px;
    height: 12px
}

@media screen and (max-width:1200px) {
    .g-navi-sp__outer .g-mn__inner {
        width: 45px;
        height: 12px
    }
}

@media screen and (max-width:890px) {
    .g-navi-sp__outer .g-mn__inner {
        display: flex;
        position: relative;
        width: 113px;
        height: 15px
    }
}

@media screen and (max-width:560px) {
    .g-navi-sp__outer .g-mn__inner {
        display: flex;
        position: relative;
        width: 100%;
        height: 15px
    }
}

.g-navi-sp__outer .g-mn__inner a {
    width: 45px;
    height: 12px
}

@media screen and (max-width:560px) {
    .g-navi-sp__outer .g-mn__inner a {
        display: flex;
        align-items: center;
        width: 100%;
        height: auto;
        border: none;
        transition: 0s;
        text-decoration: none;
        display: flex;
        color: #000
    }
}

.g-navi-sp__outer .g-mn-text {
    display: none
}

@media screen and (max-width:560px) {
    .g-navi-sp__outer .g-mn-text {
        font-size: .9375rem;
        line-height: 1.1em;
        font-weight: 700;
        margin-right: 13px;
        display: inline-block
    }
}

.g-navi-sp__outer .g-mn-bar {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(0) translateY(0);
    width: 45px;
    height: 12px;
    background-color: transparent;
    border-radius: 0;
    border-radius: 0;
    display: block
}

@media screen and (max-width:560px) {
    .g-navi-sp__outer .g-mn-bar {
        right: 0;
        left: auto;
        top: 1px;
        transform: translateX(0) translateY(0)
    }
}

.g-navi-sp__outer .g-mn-bar:before {
    content: "";
    width: 45px;
    height: 1px;
    border-radius: 0;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(15deg)
}

@media screen and (max-width:560px) {
    .g-navi-sp__outer .g-mn-bar:before {
        left: -2px
    }
}

.g-navi-sp__outer .g-mn-bar:after {
    content: "";
    width: 45px;
    height: 1px;
    border-radius: 0;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(-15deg)
}

@media screen and (max-width:560px) {
    .g-navi-sp__outer .g-mn-bar:after {
        left: -2px
    }
}

.g-navi-sp__outer .g-mn a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 45px;
    height: 12px;
    border: none;
    transition: 0s
}

@media screen and (max-width:890px) {
    .g-navi-sp__outer .g-mn a {
        width: 45px;
        height: 12px
    }
}

.g-navi-sp__outer .g-mn a:hover {
    opacity: 1
}

.g-navi-sp__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 0;
    min-height: 100vh;
    min-height: 100dvh
}

.g-navi-sp__inner .g-navi__outer {
    display: block;
    padding: 0;
    margin: 0;
    padding-top: 0;
    position: relative;
    opacity: 1;
    transform: translateX(10px);
    transform: translateX(0);
    transition: all .33s cubic-bezier(.44, .18, .49, .99);
    z-index: 80
}

.g-navi-sp__inner .g-navi__inner {
    display: block;
    padding: 0;
    padding-top: 90px;
    margin: 0;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .g-navi-sp__inner .g-navi__inner {
        padding-top: 50px
    }
}

@media screen and (max-width:280px) {
    .g-navi-sp__inner .g-navi__inner {
        padding-top: 85px
    }
}

.g-navi-sp__inner .g-navi__inner nav {
    padding: 0;
    margin: 0
}

.g-navi-sp__inner .g-navi__inner ul {
    display: block;
    margin: 0;
    width: 100%
}

.g-navi-sp__inner .g-navi__inner ul li {
    display: block;
    padding: 0;
    border-bottom: none;
    position: relative;
    margin: 0;
    margin-bottom: 0;
    border-bottom: solid 1px #ababab
}

.g-navi-sp__inner .g-navi__inner ul li a {
    color: #000;
    padding: 25px 65px;
    text-align: left;
    font-size: 1.125rem;
    box-sizing: border-box;
    position: relative
}

@media screen and (max-width:560px) {
    .g-navi-sp__inner .g-navi__inner ul li a {
        font-size: 1rem;
        padding: 15px 55px
    }
}

@media screen and (max-width:280px) {
    .g-navi-sp__inner .g-navi__inner ul li a {
        padding: 10px 0
    }
}

.g-navi-sp__inner .g-navi__inner ul li a::after,
.g-navi-sp__inner .g-navi__inner ul li a::before {
    display: none
}

.g-navi-sp__inner .g-navi__inner ul li a:hover {
    text-decoration: none;
    opacity: .7;
    color: #000
}

.g-navi-sp__inner .g-navi__inner ul li a:hover:before {
    display: none
}

.g-navi-sp__inner .g-navi-sp-footer {
    width: 100%;
    padding: 40px;
    box-sizing: border-box
}

.g-navi-sp__inner .g-navi-sp-footer .l-btns {
    flex-direction: column;
    justify-content: center
}

.g-navi-sp__inner .g-navi-sp-footer .l-btns .l-btn {
    max-width: 100%;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 65px
}

.g-navi-sp__inner .g-navi-sp-footer .l-btns .l-btn.l-cal-btn {
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 16px
}

.g-navi-sp__inner .g-navi-sp-footer .l-btns .l-btn.l-doc-btn {
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    font-size: 1rem
}

.g-navi-sp__inner .g-navi-sp-footer__outer {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center
}

.g-footer__outer {
    background-color: #000;
    background-color: #333;
    position: relative;
    z-index: 100
}

@media screen and (max-width:560px) {
    .g-footer__outer {
        padding-top: 0
    }
}

.g-footer__inner {
    max-width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 80px 20px 70px;
    z-index: 6
}

@media screen and (max-width:560px) {
    .g-footer__inner {
        padding: 30px 20px 25px
    }
}

.g-footer__inner .g-logo__inner {
    padding-bottom: 50px
}

@media screen and (max-width:560px) {
    .g-footer__inner .g-logo__inner {
        padding-bottom: 15px
    }
}

.g-footer__inner .g-logo__outer {
    max-width: 196px;
    margin: 0 auto
}

@media screen and (max-width:560px) {
    .g-footer__inner .g-logo__outer {
        max-width: 123px
    }
}

.g-footer-row {
    display: flex;
    width: 100%
}

@media screen and (max-width:1300px) {
    .g-footer-row {
        display: block
    }
}

@media screen and (max-width:560px) {
    .g-footer-row {
        display: block
    }
}

.g-footer-col {
    width: 100%;
    display: flex;
    position: relative
}

@media screen and (max-width:1550px) {
    .g-footer-col {
        flex-direction: column
    }
}

@media screen and (max-width:890px) {
    .g-footer-col {
        flex-direction: row
    }
}

@media screen and (max-width:560px) {
    .g-footer-col {
        flex-direction: column
    }
}

.g-footer-address p {
    font-size: 1rem;
    line-height: 1.7em;
    font-weight: 500;
    text-align: center;
    color: #ccc
}

@media screen and (max-width:560px) {
    .g-footer-address p {
        font-size: .8125rem
    }
}

.g-footer-address__outer {
    padding-bottom: 30px
}

@media screen and (max-width:560px) {
    .g-footer-address__outer {
        padding-bottom: 15px
    }
}

.g-footer-address__inner {
    padding-bottom: 0
}

@media screen and (max-width:560px) {
    .g-footer-address__inner {
        padding-bottom: 0
    }
}

.g-copyright p {
    font-size: .8125rem;
    font-weight: 500;
    text-align: center;
    color: #ccc;
    margin: 0
}

@media screen and (max-width:560px) {
    .g-copyright p {
        text-align: center;
        font-size: .6875rem;
        font-weight: 500;
        white-space: nowrap
    }
}

.g-copyright__outer {
    margin: 0;
    padding: 0 0;
    padding-bottom: 0;
    margin-left: auto;
    padding-top: 10px
}

@media screen and (max-width:1300px) {
    .g-copyright__outer {
        padding: 0;
        padding-top: 0;
        text-align: center;
        margin-bottom: 0;
        margin-right: auto
    }
}

@media screen and (max-width:560px) {
    .g-copyright__outer {
        padding: 0;
        text-align: center;
        margin-bottom: 0;
        padding-top: 0;
        margin-right: auto
    }
}

.g-pagetop {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.g-pagetop a {
    width: 52px;
    height: 52px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    border: solid 1px #000;
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}

.g-pagetop a:before {
    content: "";
    display: block;
    width: 52px;
    height: 52px
}

.g-pagetop a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-left: solid 2px #000;
    position: absolute;
    top: calc(50% + 3px);
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(45deg)
}

.g-pagetop-inner {
    width: 52px;
    height: 52px
}

.g-pagetop__outer {
    width: 52px;
    height: 52px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s cubic-bezier(.44, .18, .49, .99), visibility .22s cubic-bezier(.44, .18, .49, .99)
}

.g-pagetop__outer.show {
    opacity: 1;
    visibility: visible
}

.g-loader__outer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff
}

.g-loader__inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.g-loader__text {
    font-size: 1rem;
    font-weight: 600;
    color: #000
}

.wrapper__outer {
    overflow-x: hidden
}

.g-content__outer {
    display: block;
    position: relative;
    z-index: 100
}

.l-main__outer {
    min-height: 500px
}

.l-main__inner {
    margin-left: auto;
    margin-right: auto
}

.l-content {
    display: block
}

.fade {
    opacity: 0;
    transform: translateY(15px)
}

.l-intro p {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .66s cubic-bezier(.25, .46, .45, .94), transform .33s cubic-bezier(.25, .46, .45, .94)
}

.l-intro p.shw {
    opacity: 1;
    transform: translateY(0)
}

.l-main__inner {
    max-width: 100%;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:840px) {
    .l-main__inner {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:890px) {
    .l-main__inner {
        padding: 0 40px
    }
}

@media screen and (max-width:560px) {
    .l-main__inner {
        padding: 0 20px
    }
}

@media screen and (max-width:560px) {
    .single .l-mainvidual__inner {
        padding-bottom: 15px
    }
}

.l-mainvidual__outer {
    max-width: 100%;
    margin-bottom: 80px
}

@media screen and (max-width:560px) {
    .l-mainvidual__outer {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.l-mainvidual__inner {
    max-width: 100%;
    position: relative;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0
}

@media screen and (max-width:560px) {
    .l-mainvidual__inner {
        padding-top: 30px;
        padding-bottom: 5px
    }
}

.l-mainvidual-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    text-align: center
}

@media screen and (max-width:560px) {
    .l-mainvidual-title {
        font-size: 1.25rem
    }
}

.l-mainvidual-title__outer {
    display: block
}

@media screen and (max-width:560px) {
    .l-mainvidual-title__outer {
        margin-bottom: 10px
    }
}

.l-mainvidual-title__inner {
    padding: 0
}

.l-mainvidual-title-read {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px
}

@media screen and (max-width:560px) {
    .l-mainvidual-title-read {
        font-size: 1rem
    }
}

.l-mainvidual-read {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    text-align: left;
    line-height: 1.5em
}

@media screen and (max-width:560px) {
    .l-mainvidual-read {
        font-size: 1rem
    }
}

.l-mainvidual-read__outer {
    display: block;
    padding-left: 0;
    padding-bottom: 28px
}

@media screen and (max-width:560px) {
    .l-mainvidual-read__outer {
        padding-left: 0;
        padding-bottom: 0
    }
}

.l-breadcrumb {
    list-style: none;
    display: inline-block
}

.l-breadcrumb li {
    display: inline-block;
    font-size: .75rem;
    border: none;
    padding: 0;
    background: 0 0
}

.l-breadcrumb li span {
    border: none;
    padding: 0;
    background: 0 0
}

@media screen and (max-width:560px) {
    .l-breadcrumb li {
        font-size: .625rem
    }
}

.l-breadcrumb li+li:before {
    content: ">";
    display: inline-block;
    color: #888;
    margin-left: 2px;
    margin-right: 4px
}

.l-breadcrumb__outer {
    margin-bottom: 25px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0
}

@media screen and (max-width:560px) {
    .l-breadcrumb__outer {
        padding: 6px 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0
    }
}

.l-breadcrumb ul {
    list-style: none;
    display: inline-block
}

.l-breadcrumb ul li {
    display: inline-block;
    font-size: .8125rem
}

.l-breadcrumb ul li+li:before {
    content: "/";
    display: inline-block;
    color: #888;
    margin-left: 7px;
    margin-right: 9px
}

.l-section {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1000
}

@media screen and (max-width:560px) {
    .l-section {
        margin-left: 0;
        margin-right: 0
    }
}

.l-section.l-intro-section {
    position: relative;
    z-index: 1000;
    top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh
}

@media screen and (max-width:560px) {
    .l-section.l-intro-section {
        aspect-ratio: 375/300;
        height: auto;
        width: 100%
    }
}

.l-section.l-intro-section .l-movie {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width:560px) {
    .l-section.l-intro-section .l-movie {
        aspect-ratio: 375/300;
        height: auto;
        width: 100%
    }
}

.l-section.l-intro-section .l-movie__outer {
    max-width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10
}

@media screen and (max-width:560px) {
    .l-section.l-intro-section .l-movie__outer {
        aspect-ratio: 375/300;
        height: auto;
        width: 100%
    }
}

.l-section.l-intro-section .l-movie__outer:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 10;
    mix-blend-mode: multiply
}

.l-section.l-intro-section .l-movie__inner {
    max-width: 100%;
    width: 100%;
    overflow: hidden
}

@media screen and (max-width:560px) {
    .l-section.l-intro-section .l-movie__inner {
        aspect-ratio: 375/300;
        height: auto;
        width: 100%
    }
}

.l-section.l-intro-section .l-section {
    max-width: 100%
}

.l-section.l-intro-section .l-section__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 100vh;
    padding: 40px;
    box-sizing: border-box;
    z-index: 50
}

@media screen and (max-width:560px) {
    .l-section.l-intro-section .l-section__inner {
        padding: 40px 15px;
        height: auto;
        aspect-ratio: 375/300;
        padding: 0
    }
}

.l-section.l-feature-section {
    position: relative
}

.l-section.l-feature-section .l-movie {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width:560px) {
    .l-section.l-feature-section .l-movie {
        height: 100%;
        width: auto
    }
}

.l-section.l-feature-section .l-movie__outer {
    max-width: 100%;
    padding: 0;
    aspect-ratio: 1920/1120;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 10
}

@media screen and (max-width:560px) {
    .l-section.l-feature-section .l-movie__outer {
        aspect-ratio: 375/400
    }

    .l-section.l-feature-section .l-movie__outer img {
        aspect-ratio: 375/400;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

.l-section.l-feature-section .l-movie__inner {
    max-width: 100%;
    aspect-ratio: 1920/1120;
    width: 100%;
    overflow: hidden
}

@media screen and (max-width:560px) {
    .l-section.l-feature-section .l-movie__inner {
        aspect-ratio: 375/400
    }
}

.l-section.l-feature-section .l-section-title {
    color: #fff
}

.l-section.l-feature-section .l-section-title__outer {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1920/1080
}

@media screen and (max-width:560px) {
    .l-section.l-feature-section .l-section-title__outer {
        min-height: 300px;
        aspect-ratio: inherit;
        margin-bottom: 80px
    }
}

.l-section.l-feature-section .l-section-title__inner p {
    color: #fff
}

.l-section.l-feature-section.l-feature1-section {
    background-color: #fff;
    margin-top: 200vh
}

@media screen and (max-width:560px) {
    .l-section.l-feature-section.l-feature1-section {
        margin-top: 0
    }
}

.l-section.l-feature-section.l-feature1-section .l-movie__outer::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 265px;
    height: 30%;
    background: linear-gradient(#000 0, rgba(0, 0, 0, 0) 100%);
    z-index: 30
}

@media screen and (max-width:560px) {
    .l-section.l-feature-section.l-feature1-section .l-movie__outer::before {
        height: 132px
    }
}

.l-section.l-feature-section.l-feature1-section .l-movie__outer::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 613px;
    height: 40%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
    z-index: 30
}

@media screen and (max-width:560px) {
    .l-section.l-feature-section.l-feature1-section .l-movie__outer::after {
        height: 305px
    }
}

.l-section.l-feature-section.l-feature2-section {
    background-color: #000
}

.l-section.l-feature-section.l-feature2-section .l-movie__inner {
    max-width: 100%;
    aspect-ratio: 1920/1080;
    width: 100%;
    overflow: hidden
}

@media screen and (max-width:560px) {
    .l-section.l-feature-section.l-feature2-section .l-movie__inner {
        aspect-ratio: 375/400
    }
}

.l-section.l-feature-section.l-feature2-section .l-movie__outer {
    max-width: 100%;
    padding: 0;
    aspect-ratio: 1920/1080;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 10
}

@media screen and (max-width:560px) {
    .l-section.l-feature-section.l-feature2-section .l-movie__outer {
        aspect-ratio: 375/400
    }
}

.l-section.l-feature-section.l-feature2-section .l-movie__outer::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 613px;
    height: 40%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0, #000 100%);
    z-index: 30
}

@media screen and (max-width:560px) {
    .l-section.l-feature-section.l-feature2-section .l-movie__outer::after {
        height: 305px
    }
}

.l-section.l-feature-section.l-feature2-section .l-section-title {
    color: #fff
}

.l-section.l-feature-section.l-feature2-section .l-section-title__inner p {
    color: #fff
}

.l-section.l-feature-section.l-feature2-section .l-card-body p {
    color: #fff
}

.l-section.l-feature-section.l-feature2-section .l-card-body h3 {
    color: #fff
}

.l-section.l-case-section {
    position: relative;
    background-color: #f6f6f6
}

.l-section.l-case-section .l-section__inner {
    text-align: center;
    max-width: 100%;
    padding: 0
}

.l-section.l-case-section .l-section__outer {
    max-width: 100%;
    padding: 0
}

.l-section.l-case-section .l-section-content {
    max-width: 100%
}

@media screen and (max-width:560px) {
    .l-section.l-case-section .l-section-content {
        padding: 0
    }
}

.l-section.l-case-section .l-section-content h3 {
    font-size: 2.1875rem;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.5em
}

@media screen and (max-width:560px) {
    .l-section.l-case-section .l-section-content h3 {
        font-size: 1.25rem;
        margin-bottom: 15px;
        text-align: left
    }
}

.l-section.l-case-section .l-section-content p {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.7em
}

@media screen and (max-width:560px) {
    .l-section.l-case-section .l-section-content p {
        font-size: .9375rem;
        text-align: left
    }
}

.l-section.l-case-section .l-section-content__outer {
    padding-top: 80px;
    padding-bottom: 130px
}

@media screen and (max-width:560px) {
    .l-section.l-case-section .l-section-content__outer {
        padding: 30px 20px 40px
    }
}

.l-section.l-product-section {
    position: relative;
    background-color: #000;
    background-color: #f6f6f6;
    background-color: #fff
}

.l-section.l-product-section .l-section-title__outer {
    margin-bottom: 20px
}

@media screen and (max-width:560px) {
    .l-section.l-product-section .l-section-title__outer {
        margin-bottom: 10px
    }
}

.l-section.l-contact-section {
    position: relative;
    background-color: #000
}

.l-section.l-contact-section .l-section__inner {
    text-align: center;
    padding-bottom: 120px
}

@media screen and (max-width:560px) {
    .l-section.l-contact-section .l-section__inner {
        padding-bottom: 60px
    }
}

.l-section.l-contact-section .l-section__inner .l-section-title {
    color: #fff
}

.l-section.l-contact-section .l-section__inner .l-section-title__inner p {
    color: #fff
}

.l-section.l-contact-section .l-section__inner .l-section-title__outer {
    margin-bottom: 20px
}

@media screen and (max-width:560px) {
    .l-section.l-contact-section .l-section__inner .l-section-title__outer {
        margin-bottom: 10px
    }
}

.l-section-content {
    position: relative;
    z-index: 50
}

.l-section-content .l-card {
    max-width: 100%;
    border: none;
    background-color: transparent;
    margin-left: 0;
    margin-right: 0
}

.l-section-content .l-card-thumb {
    width: 100%;
    margin-bottom: 50px;
    aspect-ratio: 1000/583
}

@media screen and (max-width:560px) {
    .l-section-content .l-card-thumb {
        margin-bottom: 25px
    }
}

.l-section-content .l-card-thumb figure {
    width: 100%;
    aspect-ratio: inherit
}

.l-section-content .l-card-thumb figure img {
    aspect-ratio: inherit;
    opacity: 1
}

.l-section-content .l-card-thumb .image-compare-viewer {
    width: 100%;
    aspect-ratio: 1000/583
}

.l-section-content .l-card-thumb video {
    position: static;
    width: 100%;
    aspect-ratio: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.l-section-content .l-card-body {
    padding: 0;
    padding-top: 0
}

.l-section-content .l-card-body h3 {
    font-weight: 700;
    font-size: 1.8125rem;
    margin-bottom: 15px
}

@media screen and (max-width:560px) {
    .l-section-content .l-card-body h3 {
        font-size: 1.125rem
    }
}

.l-section-content .l-card-body h3 span {
    color: #f39801;
    font-size: 1.375rem;
    display: block;
    font-weight: 700
}

@media screen and (max-width:560px) {
    .l-section-content .l-card-body h3 span {
        font-size: .9375rem
    }
}

.l-section-content .l-card-body p {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.7em
}

@media screen and (max-width:560px) {
    .l-section-content .l-card-body p {
        font-size: .9375rem
    }

    .l-section-content .l-card-body p br {
        display: none
    }
}

.l-section-content .l-card+.l-card {
    margin-top: 150px
}

@media screen and (max-width:560px) {
    .l-section-content .l-card+.l-card {
        margin-top: 70px
    }
}

.l-section-content__outer {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .l-section-content__outer {
        padding: 0 0
    }
}

.l-section__inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 40px;
    box-sizing: border-box
}

@media screen and (max-width:890px) {
    .l-section__inner {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:560px) {
    .l-section__inner {
        margin-left: 0;
        margin-right: 0;
        padding: 45px 20px;
        padding-bottom: 20px;
        box-sizing: border-box
    }
}

.l-section-title {
    font-size: 4.25rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6em;
    color: #000
}

@media screen and (max-width:560px) {
    .l-section-title {
        font-size: 1.625rem
    }
}

.l-section-title small {
    font-size: 1.1875rem
}

@media screen and (max-width:560px) {
    .l-section-title small {
        font-size: 1rem
    }
}

.l-section-title__outer {
    margin-bottom: 70px;
    position: relative;
    z-index: 50
}

@media screen and (max-width:560px) {
    .l-section-title__outer {
        margin-bottom: 35px
    }
}

.l-section-title__outer.l-section-title-border__outer {
    margin-bottom: 65px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:560px) {
    .l-section-title__outer.l-section-title-border__outer {
        margin-bottom: 20px
    }
}

.l-section-title__inner {
    padding: 0
}

.l-section-title__inner p {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.7em;
    color: #000;
    font-weight: 700;
    margin-bottom: 8px
}

@media screen and (max-width:560px) {
    .l-section-title__inner p {
        font-size: .9375rem
    }
}

@media screen and (max-width:560px) {
    .l-section-read {
        text-align: left
    }
}

.l-section-read__outer {
    margin-bottom: 75px
}

@media screen and (max-width:560px) {
    .l-section-read__outer {
        margin-bottom: 35px;
        font-size: .9375rem;
        font-weight: 700
    }
}

.l-section-sub-title {
    font-size: 1rem;
    font-weight: 600;
    text-align: left
}

.l-section-sub-title__outer {
    margin-bottom: 5px
}

@media screen and (max-width:560px) {
    .l-section-sub-title__outer {
        margin-bottom: 2px
    }
}

.l-section-sub-read {
    font-size: .875rem;
    font-weight: 600;
    color: #000;
    text-align: center
}

.l-section-sub-read__outer {
    margin-bottom: 75px
}

.l-section .l-entry-post {
    padding-bottom: 50px;
    line-break: strict;
    word-break: break-word
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post {
        padding-bottom: 25px
    }
}

.l-section .l-entry-post>* {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 40px
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post>* {
        margin-bottom: 30px
    }
}

.l-section .l-entry-post-meta {
    padding-top: .5em;
    margin-bottom: 0 !important
}

.l-section .l-entry-post-meta p {
    text-align: right;
    font-size: .875rem !important;
    color: #666
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post-meta p {
        font-size: .8125rem !important
    }
}

.l-section .l-entry-post__outer {
    max-width: 755px;
    margin-left: auto;
    margin-right: auto
}

.l-section .l-entry-post h1 {
    font-size: 1.5rem;
    line-height: 1.8em;
    font-weight: 600;
    color: #000
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post h1 {
        font-size: 1.125rem
    }
}

.l-section .l-entry-post h1 span {
    padding-bottom: 6px;
    border-bottom: solid 1px #000
}

.l-section .l-entry-post h2 {
    font-size: 1.5rem;
    line-height: 1.8em;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-left: 38px
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post h2 {
        padding-left: 23px
    }
}

.l-section .l-entry-post h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: calc(100% - 8px);
    background-color: #000
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post h2:before {
        width: 6px;
        top: calc(50% + 2px);
        height: calc(100% - 8px)
    }
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post h2 {
        font-size: 1rem
    }
}

.l-section .l-entry-post h2 span {
    padding-bottom: 6px;
    border-bottom: solid 1px #000
}

.l-section .l-entry-post h3 {
    font-size: 1rem;
    color: #000;
    font-weight: 600
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post h3 {
        font-size: .875rem
    }
}

.l-section .l-entry-post h4 {
    font-size: 1rem;
    color: #000;
    font-weight: 600
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post h4 {
        font-size: .875rem
    }
}

.l-section .l-entry-post h5 {
    font-size: 1rem;
    color: #000;
    font-weight: 600
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post h5 {
        font-size: .875rem
    }
}

.l-section .l-entry-post h6 {
    font-size: 1rem;
    color: #000;
    font-weight: 600
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post h6 {
        font-size: .875rem
    }
}

.l-section .l-entry-post p {
    font-size: 1rem;
    line-height: 2.2em;
    word-break: break-word
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post p {
        font-size: .875rem
    }
}

.l-section .l-entry-post sup {
    font-size: .6875rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -.2em
}

.l-section .l-entry-post sub {
    font-size: .6875rem;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    bottom: -.2em
}

.l-section .l-entry-post p:empty {
    display: none
}

.l-section .l-entry-post p img {
    margin-top: 0;
    height: auto;
    max-width: 100%
}

.l-section .l-entry-post .wp-caption {
    width: 100% !important
}

.l-section .l-entry-post .wp-caption img {
    height: auto
}

.l-section .l-entry-post .wp-caption.aligncenter img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.l-section .l-entry-post .wp-caption-text {
    font-size: .8125rem;
    color: #888;
    display: block;
    line-height: 1.8em;
    margin-top: 10px
}

.l-section .l-entry-post .l-figure__outer {
    display: flex;
    justify-content: center
}

.l-section .l-entry-post .l-figure figure img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.l-section .l-entry-post .l-figure figure figcaption {
    margin-top: 15px;
    font-size: .875rem
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post .l-figure figure figcaption {
        font-size: .8125rem
    }
}

.l-section .l-entry-post .l-btns .l-btn {
    width: 100%;
    max-width: 416px;
    min-height: 40px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px
}

.l-section .l-entry-post .l-btns .l-btn .ico_more {
    position: absolute;
    right: 18px
}

.l-section .l-entry-post ul {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    margin-bottom: 40px
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post ul {
        margin-bottom: 30px
    }
}

.l-section .l-entry-post ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
    font-size: 1rem;
    line-height: 1.7em;
    margin-bottom: 10px
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post ul li {
        font-size: .875rem
    }
}

.l-section .l-entry-post ul li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: .7em
}

.l-section .l-entry-post ol {
    margin: 0;
    padding: 0;
    counter-reset: number;
    margin-bottom: 40px
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post ol {
        margin-bottom: 30px
    }
}

.l-section .l-entry-post ol li {
    list-style: none;
    counter-increment: number;
    position: relative;
    padding-left: 30px;
    font-size: 1rem;
    line-height: 1.7em;
    margin-bottom: 10px
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post ol li {
        font-size: .875rem
    }
}

.l-section .l-entry-post ol li::before {
    content: counter(number);
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    padding-left: 0;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-size: .75rem;
    font-weight: 700;
    border-radius: 100px;
    transform: scale(1)
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post ol li::before {
        font-size: .6875rem
    }
}

.l-section .l-entry-post table {
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    width: 100%;
    border-collapse: collapse
}

.l-section .l-entry-post table tr th {
    background-color: #f9f9f9;
    padding: .5em 1em;
    font-size: .9375rem;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    line-height: 1.5em
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post table tr th {
        font-size: .875rem
    }
}

.l-section .l-entry-post table tr td {
    padding: .5em 1em;
    font-size: .9375rem;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    line-height: 1.5em
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post table tr td {
        font-size: .875rem
    }
}

.l-section .l-entry-post .l-editer {
    display: flex;
    align-items: center
}

.l-section .l-entry-post .l-editer__inner {
    padding-top: 0;
    padding-bottom: 0
}

.l-section .l-entry-post .l-editer-thumb {
    margin-right: 25px
}

.l-section .l-entry-post .l-editer-thumb img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post .l-editer-thumb img {
        width: 110px;
        height: 110px
    }
}

.l-section .l-entry-post .l-editer-body p {
    font-size: .875rem
}

@media screen and (max-width:560px) {
    .l-section .l-entry-post .l-editer-body p {
        font-size: .8125rem
    }
}

.l-section hr {
    border: none;
    padding: 0;
    margin: 0 0;
    border-bottom: solid 1px #000
}

.l-section blockquote {
    padding-left: 2em;
    border-left: solid 1px #666
}

.l-section blockquote p {
    font-size: .875rem !important;
    color: #666 !important;
    line-height: 1.9em;
    margin-top: 5px
}

@media screen and (max-width:560px) {
    .l-section blockquote p {
        font-size: .8125rem !important
    }
}

.l-section .l-youtube-embed {
    display: none;
    width: 100%
}

@media print {
    .l-section .l-youtube-embed {
        display: block
    }

    .l-section .l-youtube-embed img {
        aspect-ratio: 3/2;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%
    }
}

.l-section .l-youtube-embed__inner iframe {
    aspect-ratio: 3/2;
    height: auto;
    width: 100%
}

@media print {
    .l-section .l-youtube-embed__inner iframe {
        display: none
    }
}

.l-section .l-youtube-embed-caption {
    font-size: .8125rem;
    color: #888;
    display: block;
    line-height: 1.8em;
    margin-top: 5px
}

.l-section .l-notes__inner p {
    font-size: .875rem;
    color: #666;
    line-height: 1.9em;
    margin-top: 5px
}

@media screen and (max-width:560px) {
    .l-section .l-notes__inner p {
        font-size: .8125rem
    }
}

.l-section .l-editer__inner {
    padding: 0;
    margin: 0
}

.g-mordal-base {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 2900;
    display: none
}

.g-mordal-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2910;
    display: none
}

.g-mordal-content__outer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 428px;
    height: 288px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    z-index: 1000;
    display: flex;
    align-items: center
}

@media screen and (max-width:560px) {
    .g-mordal-content__outer {
        max-width: 428px;
        width: 90%
    }
}

@media screen and (max-width:320px) {
    .g-mordal-content__outer {
        height: 248px
    }
}

.g-mordal-content__outer:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .94;
    z-index: 10
}

.g-mordal-content__inner {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 12;
    padding: 15px 20px;
    box-sizing: border-box
}

.g-mordal-content__inner p {
    font-size: .9375rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px
}

.g-mordal-content__inner h2 {
    font-size: 1.25rem;
    color: #000;
    font-weight: 600
}

@media screen and (max-width:320px) {
    .g-mordal-content__inner h2 {
        font-size: 1.125rem
    }
}

.g-mordal-content__inner .l-btns {
    padding-top: 25px;
    font-weight: 600
}

.g-mordal-content__inner .l-btns .l-btn {
    max-width: 290px;
    width: 100%;
    height: 40px;
    font-size: .9375rem
}

.g-mordal-content__inner .l-btns .l-btn.l-no {
    margin-top: 13px;
    background-color: #d6eae1;
    color: #000
}

.l-select__inner {
    position: relative
}

.l-select__inner select {
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    border: solid 1px #dbdbdb;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.l-select__inner select::-ms-expand {
    display: none
}

.l-select__inner::after {
    content: "";
    height: 0;
    width: 0;
    border: solid 10px #000;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    right: 21px;
    top: 19px;
    pointer-events: none
}

.l-card {
    background-color: #fff;
    max-width: calc((100% - 60px)/ 3);
    margin-bottom: 63px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    text-decoration: none;
    border: solid 1px #000;
    box-sizing: border-box
}

@media screen and (max-width:890px) {
    .l-card {
        max-width: calc((100% - 20px)/ 1);
        width: 100%
    }

    .l-card:last-child {
        margin-bottom: 30px
    }
}

@media screen and (max-width:560px) {
    .l-card {
        max-width: calc((100% - 20px)/ 1)
    }

    .l-card:last-child {
        margin-bottom: 30px
    }
}

.l-card-list {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap
}

.l-card-list.l-staff-card-list .l-card-body {
    padding-top: 0
}

.l-card-list.l-blog-card-list .l-card-meta {
    padding: 20px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box
}

.l-card-list.l-blog-card-list .l-card-meta .l-card-label {
    font-style: normal;
    background-color: #4a4a4a;
    padding: 4px 8px;
    color: #fff;
    font-size: .75rem;
    line-height: 1.1em;
    white-space: nowrap;
    margin-left: auto
}

.l-card-list.l-blog-card-list .l-card-meta .l-card-date {
    margin-left: 0;
    font-style: 300;
    font-size: .8125rem;
    line-height: 1.1em;
    white-space: nowrap;
    margin-right: auto
}

.l-card-thumb {
    width: 100%;
    aspect-ratio: 356/252
}

.l-card-thumb figure {
    aspect-ratio: 356/252
}

.l-card-thumb figure img {
    aspect-ratio: 356/252;
    max-width: 100%;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.l-card-label {
    font-style: normal;
    background-color: #4a4a4a;
    padding: 4px 8px;
    color: #fff;
    font-size: .875rem;
    line-height: 1.1em;
    white-space: nowrap
}

.l-card-date {
    margin-left: auto;
    font-style: 300;
    font-size: .75rem;
    line-height: 1.1em;
    white-space: nowrap
}

.l-card-date span {
    position: relative;
    bottom: .3em;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.1em
}

.l-card-meta {
    padding: 20px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 5px
}

@media screen and (max-width:560px) {
    .l-card-meta {
        padding-bottom: 5px
    }
}

.l-card-meta .l-card-label {
    font-style: normal;
    background-color: #4a4a4a;
    padding: 4px 8px;
    color: #fff;
    font-size: .875rem;
    line-height: 1.1em;
    white-space: nowrap
}

@media screen and (max-width:560px) {
    .l-card-meta .l-card-label {
        font-size: .8125rem
    }
}

.l-card-meta .l-card-date {
    margin-left: auto;
    font-style: 300;
    font-size: .75rem;
    line-height: 1.1em;
    white-space: nowrap
}

.l-card-body {
    padding: 20px
}

.l-card-body .l-card-meta {
    display: block;
    margin: 0;
    padding: 10px 0
}

.l-card-body .l-card-date {
    margin-top: 10px
}

.l-card-body h3 {
    font-size: 1.375rem;
    margin-bottom: 15px;
    font-weight: 500
}

@media screen and (max-width:560px) {
    .l-card-body h3 {
        margin-bottom: 10px
    }
}

.l-card-body p {
    font-size: .875rem;
    margin-bottom: 5px
}

.l-card-body p.l-card-other {
    margin-bottom: 0
}

.l-card-body p.l-card-price {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 23px;
    display: flex;
    align-items: flex-end
}

.l-card-body p.l-card-price small {
    font-size: .875rem;
    line-height: 1.1em;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    bottom: -5px
}

.l-concept-card {
    background-color: #fff;
    max-width: calc((100% - 60px)/ 3);
    margin-bottom: 32px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    text-decoration: none;
    border: solid 1px #000;
    box-sizing: border-box
}

@media screen and (max-width:890px) {
    .l-concept-card {
        max-width: calc((100% - 20px)/ 1);
        margin-bottom: 40px
    }

    .l-concept-card:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:560px) {
    .l-concept-card {
        max-width: calc((100% - 20px)/ 1);
        margin-bottom: 40px
    }

    .l-concept-card:last-child {
        margin-bottom: 0
    }
}

.l-concept-card-list {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:890px) {
    .l-concept-card-list {
        margin-bottom: 60px
    }
}

@media screen and (max-width:560px) {
    .l-concept-card-list {
        margin-bottom: 30px
    }
}

.l-concept-card-list.l-concept-card-list-2 .l-concept-card {
    max-width: calc((100% - 40px)/ 2)
}

@media screen and (max-width:890px) {
    .l-concept-card-list.l-concept-card-list-2 .l-concept-card {
        max-width: calc((100% - 20px)/ 1);
        margin-bottom: 40px
    }

    .l-concept-card-list.l-concept-card-list-2 .l-concept-card:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:560px) {
    .l-concept-card-list.l-concept-card-list-2 .l-concept-card {
        max-width: calc((100% - 20px)/ 1);
        margin-bottom: 40px
    }

    .l-concept-card-list.l-concept-card-list-2 .l-concept-card:last-child {
        margin-bottom: 0
    }
}

.l-concept-card-list.l-concept-card-list-2 .l-concept-card-thumb {
    width: 100%;
    aspect-ratio: 532/277
}

.l-concept-card-list.l-concept-card-list-2 .l-concept-card-thumb figure {
    aspect-ratio: 532/277
}

.l-concept-card-list.l-concept-card-list-2 .l-concept-card-thumb figure img {
    aspect-ratio: 532/277
}

.l-concept-card-list.l-concept-card-list-1 .l-concept-card {
    max-width: calc((100% - 20px)/ 1);
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

@media screen and (max-width:890px) {
    .l-concept-card-list.l-concept-card-list-1 .l-concept-card {
        flex-direction: column;
        max-width: calc((100% - 20px)/ 1);
        margin-bottom: 40px
    }

    .l-concept-card-list.l-concept-card-list-1 .l-concept-card:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:560px) {
    .l-concept-card-list.l-concept-card-list-1 .l-concept-card {
        flex-direction: column;
        max-width: calc((100% - 20px)/ 1);
        margin-bottom: 40px
    }

    .l-concept-card-list.l-concept-card-list-1 .l-concept-card:last-child {
        margin-bottom: 0
    }
}

.l-concept-card-list.l-concept-card-list-1 .l-concept-card-thumb {
    width: 100%;
    aspect-ratio: 532/277;
    max-width: 505px
}

@media screen and (max-width:890px) {
    .l-concept-card-list.l-concept-card-list-1 .l-concept-card-thumb {
        max-width: 100%;
        width: 100%
    }
}

@media screen and (max-width:560px) {
    .l-concept-card-list.l-concept-card-list-1 .l-concept-card-thumb {
        max-width: 100%
    }
}

.l-concept-card-list.l-concept-card-list-1 .l-concept-card-thumb figure {
    aspect-ratio: 532/277;
    width: 100%
}

.l-concept-card-list.l-concept-card-list-1 .l-concept-card-thumb figure img {
    aspect-ratio: 532/277;
    width: 100%
}

.l-concept-card-list.l-concept-card-list-1 .l-concept-card-body {
    max-width: calc(100% - 505px);
    padding: 28px 30px;
    box-sizing: border-box
}

@media screen and (max-width:890px) {
    .l-concept-card-list.l-concept-card-list-1 .l-concept-card-body {
        max-width: 100%
    }
}

@media screen and (max-width:560px) {
    .l-concept-card-list.l-concept-card-list-1 .l-concept-card-body {
        max-width: 100%
    }
}

.l-concept-card-list.l-concept-card-list-1 .l-concept-card-body p {
    margin-bottom: 0
}

.l-concept-card-list__outer {
    padding-bottom: 80px
}

@media screen and (max-width:560px) {
    .l-concept-card-list__outer {
        padding-bottom: 40px
    }
}

.l-concept-card-header {
    background-color: #000;
    color: #fff;
    padding: 15px
}

.l-concept-card-header i {
    font-style: normal;
    position: relative;
    top: -10px
}

.l-concept-card-header i span {
    padding-left: 26px
}

.l-concept-card-header i span.tate {
    writing-mode: vertical-rl;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    padding: 0;
    margin: 0;
    line-height: 1.1em;
    position: absolute;
    left: 0;
    top: calc(50% + 27px);
    transform: translateY(-50%);
    letter-spacing: .075em
}

.l-concept-card-header i span.num {
    font-size: 3.75rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1em;
    color: #000
}

.l-concept-card-header i span.white {
    color: #fff;
    margin-left: 0;
    padding-left: 0
}

.l-concept-card-header h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding-bottom: 10px
}

@media screen and (max-width:560px) {
    .l-concept-card-header h3 {
        font-size: 1rem;
        line-height: 1.7em
    }
}

.l-concept-card-thumb {
    width: 100%;
    aspect-ratio: 357/277
}

.l-concept-card-thumb figure {
    aspect-ratio: 357/277
}

.l-concept-card-thumb figure img {
    aspect-ratio: 357/277
}

@media screen and (max-width:890px) {
    .l-concept-card-thumb figure img {
        width: 100%
    }
}

.l-concept-card-meta {
    padding: 20px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box
}

.l-concept-card-meta .l-card-label {
    font-style: normal;
    background-color: #4a4a4a;
    padding: 4px 8px;
    color: #fff;
    font-size: .875rem;
    line-height: 1.1em;
    white-space: nowrap
}

.l-concept-card-meta .l-card-date {
    margin-left: auto;
    font-style: 300;
    font-size: .75rem;
    line-height: 1.1em;
    white-space: nowrap
}

.l-concept-card-body {
    position: relative;
    padding: 20px
}

.l-concept-card-body h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
    font-weight: 600
}

@media screen and (max-width:560px) {
    .l-concept-card-body h3 {
        font-size: 1rem;
        line-height: 1.7em
    }
}

.l-concept-card-body p {
    font-size: .875rem;
    margin-bottom: 5px
}

.l-concept-card-body p.l-card-other {
    margin-bottom: 0
}

.l-concept-card-body p.l-card-price {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 23px;
    display: flex;
    align-items: flex-end
}

.l-concept-card-body p.l-card-price small {
    font-size: .875rem;
    line-height: 1.1em;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    bottom: -5px
}

.l-image img {
    max-width: 100%;
    height: auto
}

.l-image__inner {
    max-width: 755px;
    margin-left: auto;
    margin-right: auto
}

.l-yoyakupage {
    margin: 0 -3%;
    width: 106%
}

.l-yoyakupage .kasika-yoyakupage-card>a {
    flex-direction: column
}

.l-yoyakupage .kasika-yoyakupage-card-label span {
    line-height: 1.4em;
    padding: 3px 7px
}

.l-yoyakupage .kasika-yoyakupage-card img {
    width: 100%
}

.l-pagenation {
    display: flex;
    align-items: center;
    justify-content: center
}

.l-pagenation a,
.l-pagenation span {
    display: flex;
    font-size: .875rem;
    line-height: 1em;
    border-radius: 0;
    width: auto;
    height: 30px;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    text-decoration: none;
    color: #000
}

.l-pagenation a.l-nextbtn,
.l-pagenation a.l-prevbtn,
.l-pagenation span.l-nextbtn,
.l-pagenation span.l-prevbtn {
    border: none;
    width: 46px;
    padding: 0;
    font-size: .9375rem;
    margin: 0 6px;
    border-radius: 0;
    background-color: transparent
}

.l-pagenation span {
    font-weight: 700
}

.l-pagenation a {
    background-color: #fff;
    color: #000;
    text-decoration: none
}

.l-pagenation a.l-nextbtn,
.l-pagenation a.l-prevbtn {
    border: none;
    padding: 0;
    font-size: .9375rem;
    margin: 0 6px;
    border-radius: 0;
    background-color: transparent
}

.l-pagenation__inner {
    max-width: 755px;
    margin-left: auto;
    margin-right: auto
}

.home .l-main__outer {
    padding: 0;
    box-sizing: border-box;
    overflow: hidden
}

.home .l-main__outer main {
    display: block
}

.home .l-main__inner {
    padding: 0;
    margin: 0 auto;
    position: relative
}

.home .l-mainvidual {
    max-width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .home .l-mainvidual {
        padding-left: 10px;
        padding-right: 10px;
        height: calc(100vh - 50px);
        height: calc(100dvh - 50px);
        align-items: flex-start
    }
}

.home .l-mainvidual__outer {
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 100;
    padding: 0;
    background-image: url(../img/main/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff
}

.home .l-mainvidual__inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width:975px) {
    .home .l-mainvidual__inner {
        padding: 0;
        min-height: calc(100vh - 50px)
    }
}

@media screen and (max-width:560px) {
    .home .l-mainvidual__inner {
        padding: 0;
        min-height: calc(100vh - 75px)
    }
}

.home .l-mainvidual-scroll__outer {
    padding: 0;
    margin: 0;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    opacity: 1;
    visibility: visible;
    transition: opacity .22s cubic-bezier(.44, .18, .49, .99), visibility .22s cubic-bezier(.44, .18, .49, .99);
    pointer-events: none
}

@media screen and (max-width:560px) {
    .home .l-mainvidual-scroll__outer {
        bottom: 20px
    }
}

.home .l-mainvidual-scroll__outer.hide {
    opacity: 0;
    visibility: hidden
}

.home .l-mainvidual-scroll__inner {
    padding: 0;
    margin: 0;
    min-width: 230px
}

.home .l-mainvidual-scroll p {
    font-size: .9375rem;
    line-height: 1.6em;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    white-space: nowrap
}

@media screen and (max-width:560px) {
    .home .l-mainvidual-scroll p {
        font-size: .8125rem;
        margin-bottom: 6px
    }
}

.home .l-mainvidual-txtbox {
    position: relative
}

@media screen and (max-width:560px) {
    .home .l-mainvidual-txtbox {
        min-height: 1px
    }
}

@media screen and (max-width:560px) {
    .home .l-mainvidual-txtbox .l-btns .l-btn {
        max-width: 235px;
        min-height: 55px;
        padding: 10px
    }
}

.home .l-mainvidual-txtbox .l-btns__outer {
    padding-top: 60px;
    max-width: 300px
}

@media screen and (max-width:975px) {
    .home .l-mainvidual-txtbox .l-btns__outer {
        position: static;
        transform: translateX(0);
        bottom: 80px;
        width: 100%;
        padding-top: 10px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 150px
    }
}

@media screen and (max-width:560px) {
    .home .l-mainvidual-txtbox .l-btns__outer {
        position: static;
        left: 50%;
        transform: translateX(0);
        bottom: 80px;
        width: 100%;
        padding-top: 0;
        padding-top: 0;
        margin-bottom: 90px;
        max-width: 100%
    }
}

@media screen and (max-width:560px) {
    .home .l-mainvidual-txtbox .l-btns__inner {
        padding-bottom: 0
    }
}

.home .l-mainvidual-txtbox__inner {
    padding: 0;
    margin: 0;
    position: relative
}

.home .l-mainvidual-txtbox__outer {
    width: 100%
}

@media screen and (max-width:560px) {
    .home .l-mainvidual-imgbox {
        aspect-ratio: 360/330;
        width: 100%;
        height: auto
    }
}

.home .l-mainvidual-imgbox img {
    opacity: 1;
    aspect-ratio: 1280/1080;
    max-width: 920px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.home .l-mainvidual-imgbox canvas {
    aspect-ratio: 1280/1080;
    max-width: 920px
}

@media screen and (max-width:975px) {
    .home .l-mainvidual-imgbox canvas {
        max-width: 100%;
        width: 100%;
        height: auto;
        transform: scale(1);
        aspect-ratio: 360/330
    }
}

@media screen and (max-width:975px) and (min-height:736px) {
    .home .l-mainvidual-imgbox canvas {
        transform: scale(1.15)
    }
}

@media screen and (max-width:975px) and (min-height:812px) {
    .home .l-mainvidual-imgbox canvas {
        transform: scale(1.5)
    }
}

@media screen and (max-width:975px) and (min-height:1024px) {
    .home .l-mainvidual-imgbox canvas {
        transform: scale(1.25)
    }
}

.home .l-mainvidual-imgbox__outer {
    padding: 0;
    margin: 0;
    z-index: 10;
    max-width: 920px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    pointer-events: none
}

@media screen and (max-width:975px) {
    .home .l-mainvidual-imgbox__outer.pc {
        display: none
    }

    .home .l-mainvidual-imgbox__outer.sp {
        display: block;
        right: auto;
        top: auto;
        left: auto;
        transform: translateX(0) translateY(0);
        top: auto;
        width: 100%;
        max-width: 85%;
        aspect-ratio: inherit;
        height: auto;
        aspect-ratio: 360/245;
        position: static;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width:975px) and (min-height:812px) {
    .home .l-mainvidual-imgbox__outer.sp {
        aspect-ratio: 360/330;
        margin-bottom: 30px
    }
}

@media screen and (max-width:975px) and (min-height:1024px) {
    .home .l-mainvidual-imgbox__outer.sp {
        aspect-ratio: 360/270;
        margin-bottom: 0
    }
}

@media screen and (max-width:320px) {
    .home .l-mainvidual-imgbox__outer.sp {
        aspect-ratio: 360/240
    }
}

.home .l-mainvidual-imgbox__inner {
    aspect-ratio: 1280/1080;
    max-width: 920px;
    position: absolute;
    left: 50%;
    top: calc(50% - 60px);
    transform: translateY(-50%) translateX(-50%) rotate(0)
}

@media screen and (max-width:975px) {
    .home .l-mainvidual-imgbox__inner {
        aspect-ratio: 360/330;
        left: 50%;
        top: calc(50% - 10px);
        width: 100%;
        height: auto;
        max-width: 100%
    }
}

.home .l-mainvidual-title {
    text-align: left;
    display: block;
    font-size: 3rem;
    line-height: 1.7em;
    color: #000;
    font-weight: 900
}

.home .l-mainvidual-title span {
    font-style: italic;
    display: block;
    font-size: 4.0625rem;
    line-height: 1.7em
}

@media screen and (max-width:975px) {
    .home .l-mainvidual-title {
        text-align: center;
        font-size: 2rem;
        line-height: 1.5em
    }

    .home .l-mainvidual-title span {
        font-size: 3.4375rem;
        line-height: 1.4em
    }
}

@media screen and (max-width:560px) {
    .home .l-mainvidual-title {
        text-align: center;
        font-size: 1.625rem;
        line-height: 1.5em
    }

    .home .l-mainvidual-title span {
        font-size: 2.8125rem;
        line-height: 1.1em;
        display: block;
        padding-bottom: 15px
    }
}

@media screen and (max-width:320px) {
    .home .l-mainvidual-title {
        text-align: center;
        font-size: 1.25rem
    }

    .home .l-mainvidual-title span {
        font-size: 2.5rem;
        line-height: 1.1em;
        display: block;
        padding-bottom: 15px
    }
}

.home .l-mainvidual-title__inner {
    display: block;
    padding: 0;
    margin: 0
}

.home .l-mainvidual-title__outer {
    display: block;
    padding: 0;
    margin: 0
}

.home .l-mainvidual-read {
    text-align: left;
    padding-top: 35px;
    font-size: 2rem;
    line-height: 1.7em;
    font-weight: 600
}

@media screen and (max-width:975px) {
    .home .l-mainvidual-read {
        padding-top: 20px;
        text-align: center;
        font-size: 1.375rem
    }
}

@media screen and (max-width:560px) {
    .home .l-mainvidual-read {
        padding-top: 10px;
        font-size: 1.125rem;
        text-align: center
    }
}

@media screen and (max-width:320px) {
    .home .l-mainvidual-read {
        padding-top: 5px;
        font-size: 1rem
    }
}

.home .l-mainvidual-read__inner {
    padding: 0;
    margin: 0
}

.home .l-mainvidual-read__outer {
    padding: 0;
    margin: 0
}

.home .l-content {
    position: relative;
    z-index: 15
}

.home .l-section-title__inner {
    position: relative;
    padding: 0
}

.l-intro p {
    font-size: 2.75rem;
    line-height: 1.6em;
    text-align: center;
    font-weight: 600;
    color: #fff
}

@media screen and (max-width:560px) {
    .l-intro p {
        font-size: 1.375rem;
        line-height: 1.9em
    }
}

.l-intro p+p {
    margin-top: 1em
}

@media screen and (max-width:560px) {
    .l-intro p+p {
        margin-top: 1em
    }
}

.l-intro__inner {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

@media screen and (max-width:560px) {
    .l-intro__inner img {
        height: auto
    }
}

.l-intro__outer {
    padding-top: 0;
    padding-bottom: 0
}

.l-intro-seekbar {
    height: 6px;
    background-color: rgba(255, 255, 255, .25);
    border-radius: 100px;
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer
}

.l-intro-seekbar-progress {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 100px;
    z-index: 199
}

.l-intro-seekbar-dot {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100px;
    z-index: 200;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3)
}

.l-intro-seekbar-dot:hover {
    transform: translate(-50%, -50%) scale(1.2)
}

.l-intro-seekbar__outer {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 30px;
    width: calc(100% - 80px);
    left: 40px;
    z-index: 200
}

.l-intro-seekbar__inner {
    padding: 0;
    margin: 0
}

.l-contact p {
    font-size: 1.75rem;
    line-height: 1.7em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
    color: #fff
}

@media screen and (max-width:560px) {
    .l-contact p {
        font-size: 1rem;
        margin-bottom: 40px
    }
}

.l-contact .l-btns__outer {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0
}

.l-case__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.l-case__outer {
    padding-top: 0;
    padding-bottom: 0
}

.l-case__outer .l-case {
    min-height: 1080px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:560px) {
    .l-case__outer .l-case {
        max-height: 350px;
        min-height: 350px
    }
}

.l-case__outer .l-case .l-section-title {
    color: #fff
}

.l-case__outer .l-case .l-section-title__inner p {
    color: #fff
}

.l-case__outer .l-case .l-section-title__outer {
    margin-bottom: 0
}

.l-case__outer.l-case1__outer {
    position: relative
}

.l-case__outer.l-case1__outer .l-movie {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width:560px) {
    .l-case__outer.l-case1__outer .l-movie {
        max-height: 350px
    }
}

.l-case__outer.l-case1__outer .l-movie__outer {
    max-width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10
}

@media screen and (max-width:560px) {
    .l-case__outer.l-case1__outer .l-movie__outer {
        max-height: 350px
    }
}

.l-case__outer.l-case1__outer .l-movie__outer:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 10;
    mix-blend-mode: multiply
}

.l-case__outer.l-case1__outer .l-movie__inner {
    max-width: 100%;
    width: 100%;
    overflow: hidden
}

@media screen and (max-width:560px) {
    .l-case__outer.l-case1__outer .l-movie__inner {
        max-height: 350px
    }
}

.l-case__outer.l-case2__outer {
    position: relative
}

.l-case__outer.l-case2__outer .l-movie {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.l-case__outer.l-case2__outer .l-movie__outer {
    max-width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10
}

.l-case__outer.l-case2__outer .l-movie__outer:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 10;
    mix-blend-mode: multiply
}

.l-case__outer.l-case2__outer .l-movie__inner {
    max-width: 100%;
    width: 100%;
    overflow: hidden
}

.l-case__outer.l-case3__outer {
    position: relative
}

.l-case__outer.l-case3__outer .l-movie {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.l-case__outer.l-case3__outer .l-movie__outer {
    max-width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10
}

.l-case__outer.l-case3__outer .l-movie__outer:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 10;
    mix-blend-mode: multiply
}

.l-case__outer.l-case3__outer .l-movie__inner {
    max-width: 100%;
    width: 100%;
    overflow: hidden
}

.l-case__outer.l-case4__outer {
    position: relative
}

.l-case__outer.l-case4__outer .l-movie {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.l-case__outer.l-case4__outer .l-movie__outer {
    max-width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10
}

.l-case__outer.l-case4__outer .l-movie__outer:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 10;
    mix-blend-mode: multiply
}

.l-case__outer.l-case4__outer .l-movie__inner {
    max-width: 100%;
    width: 100%;
    overflow: hidden
}

.l-product {
    max-width: 25%
}

.l-product-thumb {
    width: 100%;
    aspect-ratio: 320/250
}

.l-product-thumb figure {
    aspect-ratio: 320/250
}

.l-product-thumb figure img {
    aspect-ratio: 320/250;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.l-product-thumb figure figcaption {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.6em;
    font-weight: 600;
    color: #000
}

.l-product-body {
    padding: 0;
    padding-top: 0
}

.l-product-body p {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.6em;
    font-weight: 600;
    color: #000;
    color: #1ee4dc
}

@media screen and (max-width:560px) {
    .l-product-body p {
        font-size: .8125rem
    }
}

.l-product__outer {
    padding: 0;
    padding-top: 0
}

.l-product__inner {
    padding: 0;
    padding-top: 0
}

.l-product-content {
    display: flex;
    width: 100%;
    margin-bottom: 150px
}

@media screen and (max-width:1000px) {
    .l-product-content {
        flex-direction: column-reverse
    }
}

@media screen and (max-width:560px) {
    .l-product-content {
        flex-direction: column-reverse;
        margin-bottom: 70px
    }
}

.l-product-content__outer {
    padding: 0;
    padding-top: 80px
}

@media screen and (max-width:560px) {
    .l-product-content__outer {
        padding-top: 20px
    }
}

.l-product-content__inner {
    padding: 0;
    padding-top: 0
}

.l-product-content-title {
    font-size: 1.875rem;
    line-height: 1.6em;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    position: relative;
    z-index: 10
}

@media screen and (max-width:560px) {
    .l-product-content-title {
        font-size: 1.25rem
    }
}

.l-product-content-title__outer {
    padding: 0;
    padding-top: 0;
    margin-top: -10px;
    margin-bottom: 50px;
    text-align: center
}

@media screen and (max-width:560px) {
    .l-product-content-title__outer {
        margin-top: 0;
        margin-bottom: 30px
    }
}

.l-product-content-title__inner {
    padding: 0;
    padding-top: 0;
    position: relative
}

.l-product-content-title__inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% + 6px);
    transform: translateY(-50%);
    width: 100%;
    background-color: #000;
    height: 1px;
    z-index: 6
}

@media screen and (max-width:560px) {
    .l-product-content-title__inner:before {
        top: calc(50% + 0px)
    }
}

.l-product-content-body {
    max-width: calc(100% - 610px);
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box
}

@media screen and (max-width:1070px) {
    .l-product-content-body {
        max-width: 50%
    }
}

@media screen and (max-width:1000px) {
    .l-product-content-body {
        max-width: 100%;
        padding-right: 0
    }
}

@media screen and (max-width:560px) {
    .l-product-content-body {
        padding-right: 0;
        max-width: 100%
    }
}

.l-product-content-body dl {
    display: flex;
    width: 100%
}

.l-product-content-body dl dt {
    font-size: 1.125rem;
    line-height: 1.6em;
    font-weight: 600;
    color: #000;
    max-width: 190px;
    width: 100%;
    white-space: nowrap
}

@media screen and (max-width:560px) {
    .l-product-content-body dl dt {
        font-size: .875rem
    }
}

.l-product-content-body dl dd {
    max-width: calc(100% - 190px);
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.6em;
    font-weight: 600;
    color: #000
}

@media screen and (max-width:1000px) {
    .l-product-content-body dl dd br {
        display: none
    }
}

@media screen and (max-width:560px) {
    .l-product-content-body dl dd {
        font-size: .875rem
    }
}

.l-product-content-body dl+dl {
    margin-top: 40px
}

@media screen and (max-width:560px) {
    .l-product-content-body dl+dl {
        margin-top: 20px
    }
}

.l-product-content-thumb {
    padding-left: 30px;
    max-width: 610px;
    width: 100%;
    box-sizing: border-box
}

@media screen and (max-width:1070px) {
    .l-product-content-thumb {
        max-width: 50%
    }
}

@media screen and (max-width:1000px) {
    .l-product-content-thumb {
        max-width: 100%;
        padding-left: 0;
        padding-bottom: 30px
    }
}

@media screen and (max-width:560px) {
    .l-product-content-thumb {
        padding-left: 0;
        max-width: 100%;
        padding-bottom: 20px
    }
}

.l-product-content-thumb figure {
    max-width: 610px;
    background-color: #f9f9f9
}

@media screen and (max-width:1000px) {
    .l-product-content-thumb figure {
        max-width: 100%
    }
}

.l-product-content-thumb figure img {
    aspect-ratio: 610/528;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.l-product-sub-content {
    display: flex;
    width: 100%;
    margin-bottom: 150px
}

@media screen and (max-width:560px) {
    .l-product-sub-content {
        margin-bottom: 70px
    }
}

.l-product-sub-content__outer {
    padding: 0;
    padding-top: 0
}

.l-product-sub-content__inner {
    padding: 0;
    padding-top: 0
}

.l-product-sub-content-title {
    font-size: 2.5rem;
    line-height: 1.6em;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    position: relative;
    z-index: 10;
    margin-bottom: 20px
}

@media screen and (max-width:560px) {
    .l-product-sub-content-title {
        font-size: 1.625rem
    }
}

.l-product-sub-content-title__outer {
    padding: 0;
    padding-top: 0;
    margin-top: -10px;
    margin-bottom: 50px;
    text-align: center
}

@media screen and (max-width:560px) {
    .l-product-sub-content-title__outer {
        margin-top: 0;
        margin-bottom: 30px
    }
}

.l-product-sub-content-title__inner {
    padding: 0;
    padding-top: 0;
    position: relative
}

.l-product-sub-content-title__inner p {
    color: #000;
    font-size: 1.25rem;
    line-height: 1.7em;
    font-weight: 600
}

@media screen and (max-width:560px) {
    .l-product-sub-content-title__inner p {
        font-size: .9375rem;
        text-align: left
    }
}

.l-product-sub-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px)
}

@media screen and (max-width:560px) {
    .l-product-sub-items {
        margin-left: -4px;
        margin-right: -4px;
        width: calc(100% + 8px)
    }
}

.l-product-sub-items__outer {
    padding: 0;
    padding-top: 0
}

.l-product-sub-items__inner {
    padding: 0;
    padding-top: 0
}

.l-product-sub-item {
    max-width: calc((100% - 80px)/ 4);
    width: 100%;
    margin-left: 10px;
    margin-right: 10px
}

@media screen and (max-width:1000px) {
    .l-product-sub-item {
        max-width: calc((100% - 40px)/ 2);
        margin-bottom: 36px
    }
}

@media screen and (max-width:560px) {
    .l-product-sub-item {
        max-width: calc((100% - 16px)/ 2);
        margin-bottom: 26px;
        margin-left: 4px;
        margin-right: 4px
    }
}

.l-product-sub-item-body {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    text-align: center
}

.l-product-sub-item-body h3 {
    font-size: 1.375rem;
    line-height: 1.6em;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 15px
}

@media screen and (max-width:560px) {
    .l-product-sub-item-body h3 {
        font-size: 1.125rem;
        margin-bottom: 10px
    }
}

.l-product-sub-item-body p {
    font-size: 1.125rem;
    line-height: 1.6em;
    font-weight: 600;
    color: #000;
    text-align: center
}

@media screen and (max-width:560px) {
    .l-product-sub-item-body p {
        font-size: .9375rem;
        text-align: left
    }

    .l-product-sub-item-body p br {
        display: none
    }
}

.l-product-sub-item-thumb {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 24px
}

.l-product-sub-item-thumb figure {
    max-width: 305px;
    background-color: #f9f9f9
}

@media screen and (max-width:1000px) {
    .l-product-sub-item-thumb figure {
        max-width: 100%
    }
}

.l-product-sub-item-thumb figure img {
    aspect-ratio: 305/200;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.l-product-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.l-product-table table.sp_table {
    display: none
}

.l-product-table table.pc_table {
    display: table
}

.l-product-table table.pc_table tr td {
    width: 25%
}

@media screen and (max-width:560px) {
    .l-product-table table.sp_table {
        display: table
    }

    .l-product-table table.sp_table tr td {
        width: 50%
    }

    .l-product-table table.pc_table {
        display: none
    }
}

.l-product-table th {
    font-size: 1.125rem;
    line-height: 1.6em;
    font-weight: 600;
    color: #000;
    padding: 30px 0;
    padding-bottom: 60px
}

.l-product-table th figure {
    aspect-ratio: 320/250;
    max-width: 320px;
    margin: 0 auto;
    display: block
}

.l-product-table th figure img {
    aspect-ratio: 320/250;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-bottom: 20px
}

@media screen and (max-width:560px) {
    .l-product-table th figure img {
        aspect-ratio: 1/1
    }
}

.l-product-table th figure figcaption {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.6em;
    font-weight: 600;
    color: #000
}

@media screen and (max-width:560px) {
    .l-product-table th figure figcaption {
        font-size: .9375rem
    }
}

.l-product-table td {
    font-size: 1.125rem;
    line-height: 1.6em;
    font-weight: 600;
    color: #000;
    padding: 30px 0;
    padding-bottom: 70px
}

@media screen and (max-width:560px) {
    .l-product-table td {
        padding: 15px 0;
        padding-bottom: 35px;
        font-size: .75rem
    }
}

.l-product-table tr {
    border-top: 1px solid #c6c6c6;
    position: relative
}

.l-product-table tr:first-child {
    border: none
}

.l-product-table tr th:first-child {
    display: block;
    background-color: transparent;
    position: absolute;
    top: -.8em;
    left: 50%;
    color: #7e7e7e;
    padding: 0 40px;
    text-align: center;
    transform: translateX(-50%);
    background-color: #f4f4f4
}

@media screen and (max-width:560px) {
    .l-product-table tr th:first-child {
        font-size: .875rem;
        padding: 0 20px;
        top: -1em
    }
}

.l-product-table td,
.l-product-table th {
    text-align: center;
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0;
    vertical-align: middle
}

@media screen and (max-width:560px) {

    .l-product-table td,
    .l-product-table th {
        font-size: .75rem
    }
}

.l-product-table th {
    color: #fff
}

.l-product-list {
    display: flex;
    flex-wrap: wrap
}

.ico_ya {
    opacity: 0
}

.ico_ya2,
.ico_ya9 {
    opacity: 0;
    transform: translateX(-10px)
}

.ico_ya_day2 {
    opacity: 0;
    transform: translateX(0) translateY(15px)
}

.ico_ya_day2_2 {
    opacity: 0;
    transform: translateX(0) translateY(-15px)
}

.ico_ya1,
.ico_ya3,
.ico_ya8 {
    opacity: 0;
    transform: translateX(10px)
}

.lower .g-header__inner:before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background-color: var(--main_color, #f7689d)
}

@media screen and (max-width:560px) {
    .lower .g-header__inner:before {
        height: 10px
    }
}

.lower .l-mainvidual {
    max-width: 950px;
    margin: 0 auto
}

.lower .l-mainvidual-area {
    width: 200px;
    height: 150px;
    position: absolute;
    left: -160px;
    top: -48px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none
}

.lower .l-mainvidual-area img {
    max-width: 100%;
    height: auto
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-area {
        width: 100px;
        height: 75px;
        left: -70px;
        top: -18px
    }
}

.lower .l-mainvidual-area.l-mainvidual-area2 {
    width: 200px;
    height: 150px;
    position: absolute;
    left: -160px;
    top: -48px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-area.l-mainvidual-area2 {
        width: 100px;
        height: 75px;
        left: -70px;
        top: -18px
    }
}

.lower .l-mainvidual-area.l-mainvidual-area2 .l-mainvidual-area-base {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px
}

.lower .l-mainvidual-area.l-mainvidual-area2 .l-mainvidual-area-base svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 200px;
    height: auto
}

.lower .l-mainvidual-area-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(-12deg);
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--main_color, #f7689d);
    white-space: nowrap;
    letter-spacing: 0;
    padding: 2px
}

.lower .l-mainvidual-area-text span {
    margin: 0 -8px
}

.lower .l-mainvidual-area-text.l-mainvidual-area-text-2 {
    left: calc(50% - 5px);
    top: calc(50% - 0px);
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 2.125rem;
    line-height: 1.2em
}

.lower .l-mainvidual-area-text.l-mainvidual-area-text-3 {
    top: calc(50% - 5px);
    padding-top: 0;
    padding-bottom: 8px;
    font-size: 2rem;
    line-height: 1.2em
}

.lower .l-mainvidual-area-base {
    position: absolute;
    left: 0;
    top: 0;
    width: 155px;
    height: 155px
}

.lower .l-mainvidual-area-base svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 155px;
    height: auto
}

.lower .l-mainvidual-sub-title {
    font-weight: 500;
    font-size: 1.875rem;
    color: #fff
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-sub-title {
        font-size: .9375rem
    }
}

.lower .l-mainvidual-sub-title .f-37 {
    font-size: 2.3125rem;
    display: inline-block;
    position: relative;
    top: -3px
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-sub-title .f-37 {
        font-size: 1.25rem;
        top: -1px
    }
}

.lower .l-mainvidual-sub-title .sub {
    padding-left: 32px;
    padding-right: 32px;
    display: inline-block;
    position: relative;
    margin-left: 0
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-sub-title .sub {
        padding-left: 20px;
        padding-right: 20px
    }
}

.lower .l-mainvidual-sub-title .sub:before {
    content: "";
    display: block;
    width: 27px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-sub-title .sub:before {
        width: 18px
    }
}

.lower .l-mainvidual-sub-title .sub:after {
    content: "";
    display: block;
    width: 27px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-sub-title .sub:after {
        width: 18px
    }
}

.lower .l-mainvidual-sub-title__inner {
    position: relative;
    padding: 6px;
    padding-left: 36px;
    padding-left: 40px;
    padding-bottom: 8px;
    box-sizing: border-box;
    min-height: 58px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-sub-title__inner {
        min-height: 1px;
        padding: 3px;
        padding-left: 35px;
        padding-bottom: 0
    }
}

.lower .l-mainvidual-sub-title__outer {
    max-width: none;
    margin: 0 auto;
    background-color: var(--main_color, #f7689d);
    border-radius: 0 0 10px 10px;
    position: absolute;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    left: calc(50% + 30px);
    top: -30px;
    transform: translateX(-50%)
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-sub-title__outer {
        left: calc(50% + 15px)
    }
}

.lower .l-mainvidual-spot-images {
    display: flex
}

.lower .l-mainvidual-spot-images__outer {
    width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: 30px
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-spot-images__outer {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 30px
    }
}

.lower .l-mainvidual-spot-image {
    max-width: 20%;
    aspect-ratio: 190/130
}

.lower .l-mainvidual-spot-image img {
    aspect-ratio: 190/130;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-title-read {
        margin-top: 0
    }
}

.lower .l-mainvidual-title-read__outer {
    background-color: #fff;
    border-radius: 43px;
    padding: 30px 25px;
    position: relative;
    margin-bottom: 23px
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-title-read__outer {
        border-radius: 22px
    }
}

.lower .l-mainvidual-title {
    font-size: 4.0625rem;
    letter-spacing: 0;
    color: var(--main_color, #f7689d)
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-title picture {
        display: inline-block
    }
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-title picture img {
        height: auto
    }
}

.lower .l-mainvidual-title__inner {
    padding-bottom: 15px
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-title__inner {
        padding-bottom: 10px;
        margin-bottom: 0
    }
}

.lower .l-mainvidual-title__outer {
    margin-top: 33px;
    margin-bottom: 0
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-title__outer {
        margin-top: 0
    }
}

.lower .l-mainvidual-read p {
    font-size: 1rem;
    text-align: center
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-read p {
        font-size: .875rem;
        line-height: 1.6em;
        text-align: left;
        font-weight: 500
    }
}

.lower .l-mainvidual-read__inner {
    max-width: 520px;
    margin: 0 auto
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual-read__outer {
        padding-bottom: 15px
    }
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual__inner {
        padding-top: 0
    }
}

.lower .l-mainvidual__outer {
    background-color: var(--bg_color, #fde1eb);
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px);
    max-width: calc(100% + 80px);
    padding: 0 40px 20px;
    margin-bottom: 50px;
    box-sizing: border-box;
    position: relative
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual__outer {
        margin-bottom: 25px;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        padding: 0 20px 10px
    }
}

.lower .l-mainvidual .l-spot-recommend-members .swiper-slide {
    max-width: 181px
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual .l-spot-recommend-members .swiper-slide {
        max-width: 97px
    }
}

.lower .l-mainvidual .l-spot-recommend-members .swiper {
    display: flex;
    justify-content: center
}

.lower .l-mainvidual .l-spot-recommend-members .swiper .swiper-wrapper {
    width: auto;
    margin-left: auto;
    margin-right: auto
}

.lower .l-mainvidual .l-spot-recommend-members .swiper.swiper-initialized {
    padding-top: 10px;
    padding-bottom: 30px
}

.lower .l-mainvidual .l-spot-recommend-members .swiper.swiper-initialized .swiper-wrapper {
    margin: 0;
    width: 100%
}

.lower .l-mainvidual .l-spot-recommend-members .swiper-pagination {
    bottom: -15px
}

.lower .l-mainvidual .l-spot-recommend-members .swiper-pagination .swiper-pagination-bullet {
    background-color: #4c4948
}

.lower .l-mainvidual .l-spot-recommend-members-title__outer {
    margin-bottom: 15px
}

.lower .l-mainvidual .l-spot-recommend-member {
    padding: 0 13px;
    max-width: 165px
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual .l-spot-recommend-member {
        padding: 0 6px;
        max-width: 83px
    }
}

.lower .l-mainvidual .l-spot-recommend-member-label {
    background-color: var(--main_color, #f7689d);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 4px 5px;
    line-height: 1.2em;
    text-align: left;
    color: #fff;
    font-size: .75rem;
    line-height: 1.3em;
    font-weight: 500
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual .l-spot-recommend-member-label {
        padding: 2px 5px;
        font-size: .625rem
    }
}

.lower .l-mainvidual .l-spot-recommend-member-thumb {
    position: relative
}

.lower .l-mainvidual .l-spot-recommend-member-thumb img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.lower .l-mainvidual .l-spot-recommend-member-body {
    background-color: #faf5b7;
    padding: 8px 10px
}

.lower .l-mainvidual .l-spot-recommend-member-body p {
    font-size: .625rem;
    line-height: 1.6em;
    text-align: left
}

.lower .l-mainvidual .l-schedule-plan-items {
    display: flex
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual .l-schedule-plan-items {
        flex-wrap: wrap
    }
}

.lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item {
    padding-right: 30px;
    width: 100%;
    box-sizing: border-box;
    text-align: left
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item {
        padding-right: 15px;
        padding-bottom: 20px
    }
}

.lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item:nth-child(1) ol li strong {
    color: #dc3250
}

.lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item:nth-child(1) ol li .ico_number {
    background-color: #dc3250
}

.lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item:nth-child(2) ol li strong {
    color: #14a03c
}

.lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item:nth-child(2) ol li .ico_number {
    background-color: #14a03c
}

.lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item:nth-child(3) ol li strong {
    color: #c3309f
}

.lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item:nth-child(3) ol li .ico_number {
    background-color: #c3309f
}

.lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item:nth-child(4) ol li strong {
    color: #2172c8
}

.lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item:nth-child(4) ol li .ico_number {
    background-color: #2172c8
}

.lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item h3 {
    width: 75px;
    height: auto;
    margin-bottom: .5em
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item h3 {
        height: auto
    }
}

.lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item ol li {
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 19px;
    font-size: .9375rem;
    line-height: 1.5em;
    margin-bottom: .5em
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item ol li {
        font-size: .875rem
    }
}

.lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item ol li strong {
    margin-right: .25em
}

.lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item ol li a {
    text-decoration: none
}

.lower .l-mainvidual .l-schedule-plan-items .l-schedule-plan-item ol li .ico_number {
    position: absolute;
    left: 0;
    top: 4px
}

.lower .l-mainvidual .l-schedule-plan-items-title {
    font-size: 1.6875rem;
    font-weight: 700;
    line-height: 1.5em;
    display: inline-block
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual .l-schedule-plan-items-title {
        display: block;
        font-size: 1.3125rem;
        line-height: 1.1em
    }
}

.lower .l-mainvidual .l-schedule-plan-items-title__inner {
    display: inline-block;
    border-bottom: dashed 1px #4c4948;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.5em
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual .l-schedule-plan-items-title__inner {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px
    }
}

.lower .l-mainvidual .l-schedule-plan-items-title__outer {
    text-align: center;
    margin-bottom: 18px
}

.lower .l-mainvidual .l-schedule-plan-items__outer {
    margin-bottom: 40px
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual .l-schedule-plan-items__outer {
        margin-bottom: 0
    }
}

.lower .l-mainvidual .l-schedule-plan-gallry {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 333px;
    margin: 0 auto;
    position: relative;
    left: -8px
}

.lower .l-mainvidual .l-schedule-plan-gallry-label {
    height: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 100;
    transition: .22s cubic-bezier(.165, .84, .44, 1)
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual .l-schedule-plan-gallry-label {
        left: 10px;
        top: 10px;
        height: 10px
    }
}

.lower .l-mainvidual .l-schedule-plan-gallry-label img {
    height: 20px;
    width: auto
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual .l-schedule-plan-gallry-label img {
        height: 10px
    }
}

.lower .l-mainvidual .l-schedule-plan-gallry .swiper {
    padding-top: 10px;
    padding-bottom: 50px;
    overflow: visible
}

.lower .l-mainvidual .l-schedule-plan-gallry .swiper-pagination {
    bottom: -15px
}

.lower .l-mainvidual .l-schedule-plan-gallry .swiper-pagination .swiper-pagination-bullet {
    background-color: #4c4948
}

.lower .l-mainvidual .l-schedule-plan-gallry .swiper-slide {
    position: relative
}

.lower .l-mainvidual .l-schedule-plan-gallry .swiper-slide.swiper-slide-active .l-schedule-plan-gallry-label {
    left: -5px;
    top: 0
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual .l-schedule-plan-gallry .swiper-slide.swiper-slide-active .l-schedule-plan-gallry-label {
        left: -2px;
        top: 2px
    }
}

.lower .l-mainvidual .l-schedule-plan-gallry .swiper-slide.swiper-slide-active .l-schedule-plan-gallry-label img {
    transform: scale(1)
}

.lower .l-mainvidual .l-schedule-plan-gallry .swiper-slide.swiper-slide-active figure img {
    transform: scale(1.1)
}

.lower .l-mainvidual .l-schedule-plan-gallry .swiper-slide.swiper-slide-active figure figcaption {
    position: absolute;
    left: -5px;
    bottom: -5px;
    width: calc(100% + 10px)
}

.lower .l-mainvidual .l-schedule-plan-gallry .swiper-slide figure {
    display: inline-block;
    position: relative;
    margin: 0 0;
    aspect-ratio: 252/168
}

.lower .l-mainvidual .l-schedule-plan-gallry .swiper-slide figure img {
    aspect-ratio: 252/168;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border: solid 5px #fff;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .5);
    transition: .22s cubic-bezier(.165, .84, .44, 1)
}

.lower .l-mainvidual .l-schedule-plan-gallry .swiper-slide figure figcaption {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: calc(100% - 10px);
    z-index: 10;
    font-size: .875rem;
    line-height: 1.5em;
    font-weight: 500;
    text-align: left;
    color: #000;
    padding: 5px 10px;
    paint-order: stroke fill;
    -webkit-text-stroke: 3px #fff
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual .l-schedule-plan-gallry .swiper-slide figure figcaption {
        font-size: .75rem
    }
}

.lower .l-mainvidual .l-schedule-plan-gallry__outer {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px)
}

@media screen and (max-width:560px) {
    .lower .l-mainvidual .l-schedule-plan-gallry__outer {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px)
    }
}

.lower .l-content .l-section {
    max-width: 950px;
    margin: 0 auto
}

.lower .l-content .l-section.l-section-recommend {
    margin-left: -40px;
    margin-right: -40px;
    max-width: calc(100% + 80px);
    background-color: var(--main_color, #f7689d);
    position: relative;
    padding-top: 0;
    padding-bottom: 0
}

.lower .l-content .l-section.l-section-recommend .l-section__inner {
    padding-bottom: 0
}

.lower .l-content .l-section.l-section-recommend .swiper {
    margin-left: 22px;
    margin-right: 22px;
    padding-bottom: 42px
}

.lower .l-content .l-section.l-section-recommend .swiper-pagination {
    bottom: 0
}

.lower .l-content .l-section.l-section-recommend .swiper-pagination-bullet-active {
    background-color: #fff
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot.swiper-slide {
    height: auto
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    padding-bottom: 125px;
    margin: 0 0;
    width: calc((100% - 132px)/ 3);
    padding-left: 56px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card:before {
    content: "";
    display: block;
    position: absolute;
    left: 45px;
    top: 15px;
    width: 0;
    height: calc(100% - 125px);
    border-right: solid 1px #000;
    box-sizing: border-box
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card:after {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    bottom: 110px;
    width: 31px;
    height: 0;
    border-bottom: solid 1px #000;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0 !important;
        padding-top: 15px !important
    }
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-title {
    background-image: none;
    padding: 0;
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.5em;
    font-weight: 500;
    height: auto;
    min-height: 1px
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-header {
    margin-bottom: 0;
    background-image: none;
    min-height: 1px;
    position: relative;
    margin-top: 24px
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-header::before {
    content: attr(data-spot);
    background-color: var(--main_color, #f7689d);
    font-size: .8125rem;
    position: absolute;
    height: 19px;
    box-sizing: border-box;
    left: 0;
    top: -24px;
    color: #fff;
    padding: 2px 7px;
    line-height: 1.1em;
    border-radius: 0 0 10px 10px
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-caption {
    position: absolute;
    left: 9px;
    top: 15px;
    height: calc(100% - 30px - 70px)
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-caption h4 {
    position: relative;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    writing-mode: vertical-rl;
    font-size: 1.0625rem;
    padding-bottom: 15px;
    white-space: nowrap
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-caption h4 span {
    writing-mode: horizontal-tb;
    line-height: 1em
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-thumb figure img {
    aspect-ratio: 3/2;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-body {
    padding-top: 5px
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-body p {
    font-size: .875rem;
    line-height: 1.5em
}

@media screen and (max-width:560px) {
    .lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-body p {
        font-size: .8125rem;
        line-height: 1.5em
    }
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-body .l-spot-card-body-info p {
    font-size: .75rem;
    line-height: 1.5em
}

@media screen and (max-width:560px) {
    .lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-body .l-spot-card-body-info p {
        font-size: .75rem;
        line-height: 1.5em
    }
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-footer {
    margin-left: 0;
    width: calc(100% - 30px);
    margin-bottom: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    min-height: 100px
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-footer .l-btns {
    padding-bottom: 0
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-footer .l-btns:last-child {
    padding-bottom: 10px
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot .l-spot-card-footer .l-btns .l-btn {
    position: static;
    vertical-align: top;
    margin-bottom: 5px;
    font-size: 1px;
    line-height: 1.1em
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot-title {
    max-width: 502px;
    margin: 0 auto
}

@media screen and (max-width:560px) {
    .lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot-title {
        max-width: 300px
    }

    .lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot-title img {
        max-width: 100%;
        height: auto
    }
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot-title__inner {
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (max-width:560px) {
    .lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot-title__inner {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot-title__outer {
    position: relative;
    top: -44px;
    border-bottom: dashed 2px #fff;
    margin-bottom: 20px
}

@media screen and (max-width:560px) {
    .lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot-title__outer {
        top: -22px;
        left: -10px;
        margin-bottom: 20px
    }
}

.lower .l-content .l-section.l-section-recommend .l-spot-recommend-spot__inner {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto
}

.lower .l-section-title {
    min-width: 260px;
    position: relative;
    top: -11px;
    margin-right: 20px
}

@media screen and (max-width:560px) {
    .lower .l-section-title {
        min-width: 180px;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: -20px
    }

    .lower .l-section-title img {
        max-width: 180px
    }
}

.lower .l-section-title__inner {
    display: flex;
    align-items: center
}

@media screen and (max-width:560px) {
    .lower .l-section-title__inner {
        display: block
    }
}

.lower .l-section-title__inner p {
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.6em;
    word-break: break-all
}

@media screen and (max-width:560px) {
    .lower .l-section-title__inner p {
        font-size: .9375rem
    }
}

.lower .l-section-title__outer {
    max-width: 646px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

@media screen and (max-width:560px) {
    .lower .l-section-title__outer {
        margin-bottom: 15px
    }
}

.lower .l-spot-list {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:560px) {
    .lower .l-spot-list {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px)
    }
}

.lower .l-spot-list__inner {
    max-width: 830px;
    margin: 0 auto
}

.lower .l-spot-list__outer {
    max-width: 830px;
    margin: 0 auto
}

.lower .l-spot-card {
    margin-left: 30px;
    margin-right: 30px;
    width: calc((100% - 120px)/ 2);
    margin-bottom: 40px;
    position: relative;
    opacity: 0;
    transform: translateY(15px)
}

@media screen and (max-width:560px) {
    .lower .l-spot-card {
        margin-top: 20px !important;
        padding-top: 0 !important;
        margin-left: 20px;
        margin-right: 20px;
        width: calc((100% - 40px)/ 1);
        margin-bottom: 20px
    }

    .lower .l-spot-card .ico_ya {
        display: none
    }
}

.lower .l-spot-card .l-section-title__outer {
    padding-top: 20px
}

.lower .l-spot-card .l-section-title__inner {
    display: flex;
    flex-direction: column
}

.lower .l-spot-card:nth-child(even) {
    margin-top: 100px
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-thumb {
    display: flex
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-thumb .l-spot-card-copy {
    bottom: auto;
    top: 20px;
    left: 10px
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-thumb .l-spot-card-copy p {
    padding: 0;
    display: block;
    font-size: 1.5rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-thumb figure {
    max-width: 228px;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-thumb figure img {
    aspect-ratio: 228/306;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-thumb figure {
        max-width: 200px
    }
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-thumb-sub {
    max-width: calc(100% - 228px - 0px);
    padding-left: 10px;
    box-sizing: border-box;
    position: relative
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-thumb-sub {
        max-width: calc(100% - 200px - 0px)
    }
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-thumb-sub figure {
    max-width: 100%;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-thumb-sub figure img {
    aspect-ratio: 189/123;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-thumb-sub figure:last-child {
    position: absolute;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 20px;
    max-width: 200px;
    width: 200px;
    height: auto;
    transform: rotate(-5deg);
    background-color: #fff;
    padding: 3px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .3);
    z-index: 10
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-thumb-sub figure:last-child {
        max-width: 150px;
        width: 150px
    }
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-thumb-sub figure:last-child img {
    aspect-ratio: 200/170;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-body {
    padding-top: 10px
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-detal {
    display: flex;
    align-items: flex-start
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-detal:first-child {
    width: 100%;
    margin-bottom: 0
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-detal:first-child figure {
    margin-bottom: 20px
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-detal:last-child {
    align-items: center;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-detal:last-child figure {
    max-width: 158px;
    transform: rotate(-5deg);
    background-color: #fff;
    padding: 3px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .3);
    position: relative;
    z-index: 10
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-detal:last-child .l-spot-card-copy {
    position: static;
    transform: rotate(0);
    padding-left: 0;
    padding-bottom: 5px;
    margin-left: -6px
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-detal:last-child .l-spot-card-copy p {
    padding: 0;
    display: block;
    font-size: 1.5rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-detal figure {
    max-width: 164px;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-detal p {
    padding-left: 10px;
    max-width: calc(100% - 164px);
    width: 100%;
    font-size: .9375rem;
    line-height: 1.45em;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-a .l-spot-card-detal p {
        font-size: .8125rem
    }
}

.lower .l-spot-card.l-spot-card-type-3-b .l-spot-card-body {
    padding-top: 10px
}

.lower .l-spot-card.l-spot-card-type-3-b .l-spot-card-detal {
    display: flex;
    align-items: flex-start
}

.lower .l-spot-card.l-spot-card-type-3-b .l-spot-card-detal:first-child {
    width: 100%;
    margin-bottom: 0
}

.lower .l-spot-card.l-spot-card-type-3-b .l-spot-card-detal:first-child figure {
    margin-bottom: 20px
}

.lower .l-spot-card.l-spot-card-type-3-b .l-spot-card-detal:last-child {
    align-items: center;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-b .l-spot-card-detal:last-child figure {
    max-width: 158px;
    transform: rotate(-5deg);
    background-color: #fff;
    padding: 3px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .3);
    position: relative;
    z-index: 10
}

.lower .l-spot-card.l-spot-card-type-3-b .l-spot-card-detal:last-child .l-spot-card-copy {
    position: static;
    transform: rotate(0);
    padding-left: 0;
    padding-bottom: 5px;
    margin-left: -6px
}

.lower .l-spot-card.l-spot-card-type-3-b .l-spot-card-detal:last-child .l-spot-card-copy p {
    padding: 0;
    display: block;
    font-size: 1.5rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 100%
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-b .l-spot-card-detal:last-child .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-3-b .l-spot-card-detal figure {
    max-width: 164px;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-b .l-spot-card-detal p {
    padding-left: 10px;
    max-width: calc(100% - 164px);
    width: 100%;
    font-size: .9375rem;
    line-height: 1.45em;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-b .l-spot-card-detal p {
        font-size: .8125rem
    }
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-body {
    padding-top: 10px
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-thumb>figure {
    max-width: 265px !important;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-thumb>figure img {
    width: 100%;
    height: auto;
    aspect-ratio: inherit !important
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-thumb .l-spot-card-recommend-user {
    max-width: 140px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 110px
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-thumb .l-spot-card-recommend-user figure {
    width: 100%;
    max-width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-thumb .l-spot-card-recommend-user figure img {
    width: 100%;
    height: auto;
    aspect-ratio: inherit
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-thumb .l-spot-card-recommend-user .l-spot-card-copy {
    position: absolute;
    left: -20px;
    top: 0;
    right: auto;
    bottom: auto;
    width: 60px;
    height: auto;
    transform: rotate(5deg);
    padding-left: 0;
    padding-bottom: 0;
    margin-left: 0
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-thumb .l-spot-card-recommend-user .l-spot-card-copy:before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    border-radius: 10px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: -15px;
    transform: rotate(10deg)
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-thumb .l-spot-card-recommend-user .l-spot-card-copy:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    border-radius: 10px;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: -15px;
    transform: rotate(-10deg)
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-thumb .l-spot-card-recommend-user .l-spot-card-copy p {
    padding: 0;
    display: block;
    font-size: 1.375rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 100%;
    writing-mode: vertical-rl;
    text-align: center;
    white-space: nowrap
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-thumb .l-spot-card-recommend-user .l-spot-card-copy p {
        font-size: 1.125rem
    }
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-recommend-user {
    max-width: 120px
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-recommend-user figure {
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-recommend-user figure img {
    width: 120px;
    height: auto;
    aspect-ratio: inherit
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row {
    display: flex;
    margin-bottom: 10px
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal {
    width: calc(50% - 2px);
    max-width: calc(50% - 2px)
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal figure {
    margin: 0;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal figure img {
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:first-child {
    width: calc(50% - 2px);
    max-width: calc(50% - 2px);
    margin: 0;
    padding: 0;
    margin-right: 1px
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:first-child figure img {
    aspect-ratio: inherit
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:first-child .l-btns {
    display: block;
    width: 100%;
    padding-top: 0
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:first-child .l-btns .l-btn {
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:first-child .l-btns .l-btn img {
    aspect-ratio: inherit
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:first-child .l-btns .l-btn.l-btn-map {
    display: block;
    margin-left: 0;
    margin-right: auto
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:first-child .l-btns .l-btn.l-btn-map:first-child {
    margin-bottom: 5px
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:first-child .l-btns .l-btn.l-btn-map:first-child img {
    aspect-ratio: inherit
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:last-child {
    width: calc(50% - 2px);
    max-width: calc(50% - 2px);
    margin: 0;
    padding: 0;
    margin-left: 1px
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:last-child figure {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:last-child figure img {
    aspect-ratio: inherit
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:last-child figure:first-child {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:last-child .l-btns {
    display: block;
    width: 100%;
    padding-top: 0
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:last-child .l-btns .l-btn {
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:last-child .l-btns .l-btn img {
    aspect-ratio: inherit
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:last-child .l-btns .l-btn.l-btn-map {
    display: block;
    margin-left: auto;
    margin-right: 0
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:last-child .l-btns .l-btn.l-btn-map:first-child {
    margin-bottom: 5px
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-row .l-spot-card-detal:last-child .l-btns .l-btn.l-btn-map:first-child img {
    aspect-ratio: inherit
}

.lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-body {
    padding-top: 10px
}

.lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal {
    display: flex;
    align-items: flex-start
}

.lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal:first-child {
    width: 100%;
    margin-bottom: 0
}

.lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal:first-child figure {
    margin-bottom: 3px;
    max-width: 164px
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal:first-child figure {
        max-width: 100px
    }
}

.lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal:first-child p {
    max-width: calc(100% - 164px)
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal:first-child p {
        max-width: calc(100% - 100px)
    }
}

.lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal:last-child {
    align-items: center;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal:last-child figure {
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
    max-width: 164px
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal:last-child figure {
        max-width: 100px
    }
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal:last-child p {
        max-width: calc(100% - 100px)
    }
}

.lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal:last-child .l-spot-card-copy {
    position: static;
    transform: rotate(0);
    padding-left: 0;
    padding-bottom: 5px;
    margin-left: 0
}

.lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal:last-child .l-spot-card-copy p {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 100%
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal:last-child .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal figure {
    max-width: 164px;
    width: 100%;
    margin-bottom: 3px
}

.lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal p {
    padding-left: 10px;
    max-width: calc(100% - 164px);
    width: 100%;
    font-size: .9375rem;
    line-height: 1.45em;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-c .l-spot-card-detal p {
        font-size: .8125rem
    }
}

.lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-body {
    padding-top: 10px;
    display: flex
}

.lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal:first-child {
    max-width: 220px;
    width: 100%
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal:first-child {
        max-width: 190px
    }
}

.lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal:first-child img {
    aspect-ratio: 220/143;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal:last-child {
    max-width: calc(100% - 220px);
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal:last-child {
        max-width: 190px;
        max-width: calc(100% - 190px)
    }
}

.lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal:last-child figure {
    width: 133px;
    height: 133px;
    margin-bottom: 10px
}

.lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal:last-child figure img {
    width: 133px;
    height: 133px;
    overflow: hidden;
    border-radius: 400px
}

.lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal:last-child figure:first-child {
    display: block;
    margin-left: auto;
    max-width: 120px;
    height: auto;
    position: relative;
    right: 0;
    overflow: visible;
    border-radius: 0
}

.lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal:last-child figure:first-child img {
    max-width: 120px;
    border-radius: 0;
    height: auto
}

.lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal:last-child figure:nth-child(2) img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal:last-child .l-spot-card-copy {
    max-width: 200px;
    width: 200px;
    height: 116px;
    left: -110px;
    top: -90px;
    transform: rotate(0);
    background-image: url(../img/common/lower/coy_line1.svg);
    background-repeat: no-repeat;
    background-position: right bottom
}

.lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal:last-child .l-spot-card-copy p {
    position: absolute;
    text-align: center;
    top: calc(50% + 1px);
    right: 10px;
    display: block;
    font-size: 1.5rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 100%;
    transform: rotate(14deg) translateY(-50%)
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal:last-child .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal figure {
    margin-bottom: 4px
}

.lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal p {
    font-size: .9375rem;
    line-height: 1.6em
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-ha .l-spot-card-detal p {
        font-size: .8125rem;
        line-height: 1.5em
    }
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-thumb {
    display: flex;
    align-items: flex-end
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-thumb figure {
    max-width: calc(100% - 120px);
    padding-right: 15px
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-thumb figure img {
    aspect-ratio: 278/300
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-body {
    padding-top: 10px
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-recomend {
    max-width: 120px;
    position: relative
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-recomend figure {
    max-width: 120px;
    padding-right: 0
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-recomend figure img {
    aspect-ratio: inherit
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-recomend .l-spot-card-copy {
    max-width: 200px;
    width: 200px;
    height: 116px;
    right: 0;
    top: -95px;
    transform: rotate(0);
    background-image: url(../img/common/lower/coy_line2.svg);
    background-repeat: no-repeat;
    background-position: right bottom
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-recomend .l-spot-card-copy p {
    position: absolute;
    text-align: center;
    top: calc(50% + 1px);
    right: 0;
    display: block;
    font-size: 1.5rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 100%;
    transform: rotate(-10deg) translateY(-50%)
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-recomend .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-detal {
    display: flex;
    justify-content: space-between
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-detal figure {
    width: calc(50% - 4px);
    margin-right: 2px
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-detal figure+figure {
    margin-right: 0;
    margin-left: 2px
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-detal:first-child {
    max-width: 100%;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-detal:first-child img {
    aspect-ratio: 220/143;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-detal:last-child {
    max-width: calc(100% - 220px);
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-detal:last-child figure {
    width: 133px;
    height: 133px;
    overflow: hidden;
    border-radius: 400px;
    margin-bottom: 10px
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-detal:last-child figure:first-child {
    display: block;
    margin-left: auto;
    max-width: 120px;
    height: auto;
    position: relative;
    right: 0;
    overflow: visible;
    border-radius: 0
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-detal:last-child figure:nth-child(2) img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-detal:last-child .l-spot-card-copy {
    max-width: 200px;
    width: 200px;
    height: 116px;
    left: -110px;
    top: -90px;
    transform: rotate(0);
    background-image: url(../img/common/lower/coy_line1.svg);
    background-repeat: no-repeat;
    background-position: right bottom
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-detal:last-child .l-spot-card-copy p {
    position: absolute;
    text-align: center;
    top: calc(50% + 1px);
    right: 10px;
    display: block;
    font-size: 1.5rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 100%;
    transform: rotate(14deg) translateY(-50%)
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-detal:last-child .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-detal figure {
    margin-bottom: 4px
}

.lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-detal p {
    font-size: .9375rem;
    line-height: 1.6em
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-3-hb .l-spot-card-detal p {
        font-size: .8125rem;
        line-height: 1.5em
    }
}

.lower .l-spot-card.l-spot-card-type-2-a .l-spot-card-thumb {
    position: relative
}

.lower .l-spot-card.l-spot-card-type-2-a .l-spot-card-thumb figure {
    position: relative;
    z-index: 5
}

.lower .l-spot-card.l-spot-card-type-2-a .l-spot-card-thumb figure img {
    position: relative;
    z-index: 5
}

.lower .l-spot-card.l-spot-card-type-2-a .l-spot-card-body {
    padding-top: 10px
}

.lower .l-spot-card.l-spot-card-type-2-a .l-spot-card-body h4 {
    font-size: 1.5rem;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 10px
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-2-a .l-spot-card-body h4 {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-2-a .l-spot-card-copy {
    position: absolute;
    right: 0;
    bottom: 0
}

.lower .l-spot-card.l-spot-card-type-2-a .l-spot-card-copy p {
    font-size: 1.5rem
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-2-a .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-2-a .l-spot-card-detal {
    display: flex;
    flex-direction: row-reverse
}

.lower .l-spot-card.l-spot-card-type-2-a .l-spot-card-detal:first-child {
    max-width: 100%;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-2-a .l-spot-card-detal figure {
    max-width: 198px;
    width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 5px
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-2-a .l-spot-card-detal figure {
        max-width: 140px
    }
}

.lower .l-spot-card.l-spot-card-type-2-a .l-spot-card-detal p {
    max-width: calc(100% - 198px);
    font-size: .9375rem;
    line-height: 1.6em
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-2-a .l-spot-card-detal p {
        max-width: calc(100% - 140px);
        font-size: .8125rem;
        line-height: 1.5em
    }
}

.lower .l-spot-card.l-spot-card-type-2-b .l-spot-card-body {
    padding-top: 10px
}

.lower .l-spot-card.l-spot-card-type-2-b .l-spot-card-thumb .l-spot-card-copy {
    right: auto;
    top: auto;
    left: 20px;
    bottom: 20px
}

.lower .l-spot-card.l-spot-card-type-2-b .l-spot-card-detal {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0
}

.lower .l-spot-card.l-spot-card-type-2-b .l-spot-card-detal figure {
    max-width: 158px;
    transform: rotate(-5deg);
    background-color: #fff;
    padding: 3px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .3);
    position: relative;
    z-index: 10
}

.lower .l-spot-card.l-spot-card-type-2-b .l-spot-card-detal p {
    padding-left: 20px;
    max-width: calc(100% - 164px);
    width: 100%;
    font-size: .9375rem;
    line-height: 1.45em;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-2-b .l-spot-card-detal p {
        font-size: .8125rem
    }
}

.lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-thumb {
    position: relative
}

.lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-thumb figure {
    position: relative;
    z-index: 5
}

.lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-thumb figure img {
    position: relative;
    z-index: 5
}

.lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-body {
    padding-top: 10px;
    position: relative
}

.lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-body .l-spot-card-copy {
    max-width: 200px;
    width: 200px;
    height: 74px;
    top: auto;
    right: 20px;
    top: -25px;
    transform: rotate(0);
    background-image: url(../img/common/lower/coy_line2.svg);
    background-repeat: no-repeat;
    background-position: right bottom
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-body .l-spot-card-copy {
        right: 20px;
        top: -25px
    }
}

.lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-body .l-spot-card-copy p {
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% + 8px);
    display: block;
    font-size: 1.25rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 160px;
    text-align: center;
    transform: rotate(-8deg) translateY(-50%) translateX(-50%);
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff
}

.lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-body h4 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2px
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-body h4 {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-detal {
    display: flex;
    max-width: 100%;
    width: 100%;
    padding-bottom: 10px
}

.lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-detal figure {
    max-width: 191px;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    display: flex;
    align-items: flex-end
}

.lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-detal figure:last-child {
    position: relative;
    z-index: 10
}

.lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-detal figure:last-child img {
    position: absolute;
    right: 0;
    bottom: 0;
    aspect-ratio: inherit
}

.lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-detal figure:last-child img.w123 {
    max-width: 123px
}

.lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-detal figure img {
    aspect-ratio: 191/124;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-detal p {
    max-width: calc(100% - 198px);
    font-size: .9375rem;
    line-height: 1.6em
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-2-ha .l-spot-card-detal p {
        font-size: .8125rem;
        line-height: 1.5em
    }
}

.lower .l-spot-card.l-spot-card-type-2-hb .l-spot-card-body2 {
    display: flex;
    position: relative;
    margin-bottom: 10px
}

.lower .l-spot-card.l-spot-card-type-2-hb .l-spot-card-body2 .l-spot-card-recomend {
    max-width: 50%;
    left: 5px;
    bottom: -6px;
    z-index: 6;
    width: 300px
}

.lower .l-spot-card.l-spot-card-type-2-hb .l-spot-card-body2 .l-spot-card-recomend:before {
    content: "";
    display: block;
    position: absolute;
    max-width: 220px;
    width: 220px;
    height: 110px;
    left: 120px;
    bottom: 30px;
    transform: rotate(0);
    background-image: url(../img/common/lower/coy_line3.svg);
    background-repeat: no-repeat;
    background-position: left top;
    transform: rotate(-12deg)
}

.lower .l-spot-card.l-spot-card-type-2-hb .l-spot-card-body2 .l-spot-card-recomend .l-spot-card-copy {
    position: absolute;
    text-align: left;
    max-width: 200px;
    top: calc(50% - 20px);
    left: 140px;
    transform: rotate(-14deg) translateY(-50%);
    display: flex;
    align-items: center
}

.lower .l-spot-card.l-spot-card-type-2-hb .l-spot-card-body2 .l-spot-card-recomend p {
    display: block;
    font-size: 1.4375rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 220px;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff
}

.lower .l-spot-card.l-spot-card-type-2-hb .l-spot-card-body2 .l-spot-card-recomend figure {
    max-width: 160px;
    position: absolute;
    left: 0;
    bottom: 0
}

.lower .l-spot-card.l-spot-card-type-2-hb .l-spot-card-body2 .l-spot-card-detal {
    max-width: 50%;
    margin-left: auto
}

.lower .l-spot-card.l-spot-card-type-1-a .l-spot-card-thumb {
    position: relative
}

.lower .l-spot-card.l-spot-card-type-1-a .l-spot-card-thumb figure {
    position: relative;
    z-index: 5
}

.lower .l-spot-card.l-spot-card-type-1-a .l-spot-card-thumb figure img {
    position: relative;
    z-index: 5
}

.lower .l-spot-card.l-spot-card-type-1-a .l-spot-card-body {
    padding-top: 10px
}

.lower .l-spot-card.l-spot-card-type-1-a .l-spot-card-body h4 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2px
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-1-a .l-spot-card-body h4 {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-1-a .l-spot-card-copy {
    position: absolute;
    right: 0;
    bottom: 0
}

.lower .l-spot-card.l-spot-card-type-1-a .l-spot-card-copy p {
    font-size: 1.5rem
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-1-a .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-1-a .l-spot-card-detal {
    display: flex;
    flex-direction: row-reverse
}

.lower .l-spot-card.l-spot-card-type-1-a .l-spot-card-detal:first-child {
    max-width: 100%;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-1-a .l-spot-card-detal figure {
    max-width: 198px;
    width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 5px
}

.lower .l-spot-card.l-spot-card-type-1-a .l-spot-card-detal p {
    max-width: calc(100% - 198px);
    font-size: .9375rem;
    line-height: 1.6em
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-1-a .l-spot-card-detal p {
        font-size: .8125rem;
        line-height: 1.5em
    }
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-wide {
    display: flex
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-wide {
        flex-direction: column
    }
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-wide-left {
    padding-right: 5px;
    max-width: calc(100% - 455px)
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-wide-left {
        max-width: 100%
    }
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-wide-right {
    max-width: 455px;
    position: relative
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-wide-right {
        max-width: 100%
    }
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-wide-right .l-spot-card-copy {
    right: auto;
    bottom: auto;
    left: 20px;
    top: 20px
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-wide-right .l-spot-card-copy p {
    padding: 0;
    display: block;
    font-size: 1.5rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 100%
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-wide-right .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-thumb {
    position: relative
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-thumb figure {
    position: relative;
    z-index: 5
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-thumb figure img {
    position: relative;
    z-index: 5
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-body {
    padding-top: 10px
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-body h4 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2px
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-body h4 {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-copy {
    position: absolute;
    right: 0;
    bottom: 0
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-copy p {
    font-size: 1.5rem
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-detal {
    display: flex;
    flex-direction: row-reverse;
    position: relative
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-detal .l-spot-card-copy {
    max-width: 200px;
    width: 200px;
    height: 116px;
    right: 0;
    top: -150px;
    transform: rotate(0);
    background-image: url(../img/common/lower/coy_line2.svg);
    background-repeat: no-repeat;
    background-position: right bottom
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-detal .l-spot-card-copy p {
    position: absolute;
    text-align: center;
    top: calc(50% + 14px);
    left: 5px;
    display: block;
    font-size: 1.375rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 100%;
    transform: rotate(-10deg) translateY(-50%)
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-detal:first-child {
    max-width: 100%;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-detal figure {
    max-width: 150px;
    width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 5px
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-detal figure img {
    position: relative;
    bottom: 10px
}

.lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-detal p {
    max-width: calc(100% - 150px);
    font-size: .9375rem;
    line-height: 1.6em
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-1-ha .l-spot-card-detal p {
        font-size: .8125rem;
        line-height: 1.5em
    }
}

.lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-thumb {
    position: relative
}

.lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-thumb figure {
    position: relative;
    z-index: 5
}

.lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-thumb figure img {
    position: relative;
    z-index: 5
}

.lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-body {
    padding-top: 10px
}

.lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-body h4 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2px
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-body h4 {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-recomend {
    position: absolute;
    left: 5px;
    bottom: -6px;
    z-index: 6;
    width: 300px
}

.lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-recomend figure {
    max-width: 130px
}

.lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-recomend:before {
    content: "";
    display: block;
    position: absolute;
    max-width: 220px;
    width: 220px;
    height: 110px;
    left: 30px;
    bottom: 80px;
    transform: rotate(0);
    background-image: url(../img/common/lower/coy_line3.svg);
    background-repeat: no-repeat;
    background-position: right top;
    transform: rotate(-5deg)
}

.lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-recomend p {
    position: absolute;
    text-align: left;
    max-width: 200px;
    top: calc(50% - 80px);
    left: 160px;
    display: block;
    font-size: 1.4375rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 220px;
    transform: rotate(-14deg) translateY(-50%);
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff
}

.lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-copy {
    position: absolute;
    right: 0;
    bottom: 0
}

.lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-copy p {
    font-size: 1.5rem
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-detal {
    display: flex;
    flex-direction: row-reverse
}

.lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-detal:first-child {
    max-width: 100%;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-detal figure {
    max-width: 198px;
    width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 5px
}

.lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-detal p {
    max-width: calc(100% - 198px);
    font-size: .9375rem;
    line-height: 1.6em
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-1-hb .l-spot-card-detal p {
        font-size: .8125rem;
        line-height: 1.5em
    }
}

.lower .l-spot-card.l-spot-card-type-wide-a {
    width: calc((100% - 60px)/ 1)
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-a {
        width: 100%
    }
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-wide {
    display: flex
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-wide {
        flex-direction: column
    }
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-wide-left {
    max-width: calc(100% - 400px);
    padding-right: 5px;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-wide-left {
        padding-right: 0
    }
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-wide-right {
    max-width: 400px;
    position: relative
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-wide-right .l-spot-card-copy {
    right: auto;
    bottom: auto;
    left: 20px;
    top: 20px
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-wide-right .l-spot-card-copy p {
    padding: 0;
    display: block;
    font-size: 1.5rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 100%
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-wide-right .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-thumb {
    position: relative;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-thumb figure {
    position: relative;
    z-index: 5
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-thumb figure img {
    position: relative;
    z-index: 5
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-body {
    padding-top: 10px
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-body h4 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2px
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-body h4 {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-copy {
    position: absolute;
    right: 0;
    bottom: 0
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-copy p {
    font-size: 1.5rem
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-detal {
    display: flex;
    flex-direction: row-reverse
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-detal:first-child {
    max-width: 100%;
    width: 100%
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-detal:first-child {
        padding-bottom: 10px
    }
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-detal figure {
    max-width: 198px;
    width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 5px
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-detal figure {
        max-width: 128px
    }
}

.lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-detal p {
    max-width: calc(100% - 198px);
    font-size: .9375rem;
    line-height: 1.6em
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-a .l-spot-card-detal p {
        max-width: calc(100% - 128px);
        font-size: .8125rem;
        line-height: 1.5em
    }
}

.lower .l-spot-card.l-spot-card-type-wide-h {
    width: calc((100% - 60px)/ 1)
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-h {
        width: calc((100% - 40px)/ 1)
    }
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-wide {
    display: flex
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-wide {
        flex-direction: column
    }
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-wide-left {
    padding-right: 5px;
    max-width: calc(100% - 455px)
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-wide-left {
        max-width: 100%;
        padding-right: 0
    }
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-wide-right {
    max-width: 455px;
    position: relative
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-wide-right {
        max-width: 100%;
        padding-top: 15px
    }
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-wide-right .l-spot-card-copy {
    right: auto;
    bottom: auto;
    left: 20px;
    top: 20px
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-wide-right .l-spot-card-copy p {
    padding: 0;
    display: block;
    font-size: 1.5rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 100%
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-wide-right .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-thumb {
    position: relative
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-thumb figure {
    position: relative;
    z-index: 5;
    aspect-ratio: 455/257;
    width: 100%;
    max-width: 455px
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-thumb figure img {
    position: relative;
    z-index: 5;
    aspect-ratio: 455/257;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-body {
    padding-top: 10px
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-body h4 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2px
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-body h4 {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-copy {
    position: absolute;
    right: 0;
    bottom: 0
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-copy p {
    font-size: 1.5rem
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-detal {
    display: flex;
    flex-direction: row-reverse;
    position: relative
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-detal .l-spot-card-copy {
    max-width: 200px;
    width: 200px;
    height: 116px;
    right: -200px;
    top: 20px;
    transform: rotate(-3deg);
    background-image: url(../img/common/lower/coy_line3.svg);
    background-repeat: no-repeat;
    background-position: left bottom
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-detal .l-spot-card-copy {
        background-image: url(../img/common/lower/coy_line1.svg);
        right: -60px;
        top: -110px;
        transform: rotate(0)
    }
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-detal .l-spot-card-copy p {
    position: absolute;
    text-align: center;
    top: calc(50% + 4px);
    left: -10px;
    display: block;
    font-size: 1.375rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 100%;
    transform: rotate(-4deg) translateY(-50%)
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-detal .l-spot-card-copy p {
        top: calc(50% + 4px);
        left: -90px;
        transform: rotate(14deg) translateY(-50%)
    }
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-detal:first-child {
    max-width: 100%;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-detal figure {
    max-width: 128px;
    width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 5px
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-detal figure img {
    position: relative;
    bottom: -50px
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-detal figure img {
        transform: scale(-1, 1);
        bottom: 0
    }
}

.lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-detal p {
    max-width: calc(100% - 128px);
    font-size: .9375rem;
    line-height: 1.6em
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-wide-h .l-spot-card-detal p {
        font-size: .8125rem;
        line-height: 1.5em
    }
}

.lower .l-spot-card.l-spot-card-type-d .l-spot-card-body {
    padding-top: 10px;
    display: flex
}

.lower .l-spot-card.l-spot-card-type-d .l-spot-card-detal:first-child {
    max-width: 220px;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-d .l-spot-card-detal:last-child {
    max-width: calc(100% - 220px);
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box
}

.lower .l-spot-card.l-spot-card-type-d .l-spot-card-detal figure {
    margin-bottom: 4px
}

.lower .l-spot-card.l-spot-card-type-d .l-spot-card-detal p {
    font-size: .9375rem;
    line-height: 1.6em
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-d .l-spot-card-detal p {
        font-size: .8125rem;
        line-height: 1.5em
    }
}

.lower .l-spot-card.l-spot-card-type-g .l-spot-card-thumb {
    position: relative
}

.lower .l-spot-card.l-spot-card-type-g .l-spot-card-thumb figure {
    position: relative;
    z-index: 5
}

.lower .l-spot-card.l-spot-card-type-g .l-spot-card-thumb figure img {
    position: relative;
    z-index: 5
}

.lower .l-spot-card.l-spot-card-type-g .l-spot-card-thumb figure figcaption {
    position: absolute;
    left: 0;
    top: 0
}

.lower .l-spot-card.l-spot-card-type-g .l-spot-card-body {
    padding-top: 10px
}

.lower .l-spot-card.l-spot-card-type-g .l-spot-card-body h4 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2px
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-g .l-spot-card-body h4 {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-g .l-spot-card-copy {
    position: absolute;
    right: 0;
    bottom: 0
}

.lower .l-spot-card.l-spot-card-type-g .l-spot-card-copy p {
    font-size: 1.5rem
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-g .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card.l-spot-card-type-g .l-spot-card-detal {
    display: flex;
    flex-direction: row-reverse
}

.lower .l-spot-card.l-spot-card-type-g .l-spot-card-detal:first-child {
    max-width: 100%;
    width: 100%
}

.lower .l-spot-card.l-spot-card-type-g .l-spot-card-detal figure {
    max-width: 198px;
    width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 5px
}

.lower .l-spot-card.l-spot-card-type-g .l-spot-card-detal p {
    max-width: calc(100% - 198px);
    font-size: .9375rem;
    line-height: 1.6em
}

@media screen and (max-width:560px) {
    .lower .l-spot-card.l-spot-card-type-g .l-spot-card-detal p {
        font-size: .8125rem;
        line-height: 1.5em
    }
}

.lower .l-spot-card-title {
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    padding-left: 95px;
    padding-bottom: 0;
    letter-spacing: 0
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-title {
        padding-top: 6px;
        font-size: 1.125rem
    }
}

.lower .l-spot-card-title small {
    font-size: .9375rem
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-title small {
        font-size: .8125rem
    }
}

.lower .l-spot-card-title i {
    position: absolute;
    top: -10px;
    left: -5px;
    margin-right: 0
}

.lower .l-spot-card-header {
    background-image: url(../img/common/lower/spot_title.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    margin-bottom: 10px;
    min-height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative
}

.lower .l-spot-card-header::before {
    content: attr(data-spot);
    background-color: var(--main_color, #f7689d);
    font-size: .9375rem;
    position: absolute;
    height: 21px;
    box-sizing: border-box;
    left: 92px;
    top: -20px;
    color: #fff;
    padding: 2px 7px;
    line-height: 1.1em;
    border-radius: 10px 10px 0 0
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-header::before {
        top: -12px;
        font-size: .8125rem
    }
}

.lower .l-spot-card-thumb {
    margin-bottom: 10px;
    position: relative
}

.lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi2 {
    display: flex;
    width: 139px;
    height: 114px;
    align-items: center;
    justify-content: center;
    background-image: url(../img/common/lower/fukidasi2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .6875rem;
    line-height: 1.4em;
    text-align: center;
    color: #643232;
    font-weight: 600;
    position: absolute;
    top: auto;
    left: 16px;
    top: 18px;
    z-index: 5;
    padding-top: 0;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi2 {
        transform: scale(.8);
        left: 3px;
        top: 3px
    }
}

.lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi4 {
    display: flex;
    width: 129px;
    height: 118px;
    align-items: center;
    justify-content: center;
    background-image: url(../img/common/lower/fukidasi4.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .6875rem;
    line-height: 1.4em;
    text-align: center;
    color: #643232;
    font-weight: 600;
    position: absolute;
    top: auto;
    left: 10px;
    right: auto;
    bottom: 10px;
    z-index: 5;
    padding-top: 0;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi4 {
        transform: scale(.8);
        left: 0;
        bottom: 0
    }
}

.lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi5 {
    display: flex;
    width: 129px;
    height: 118px;
    align-items: center;
    justify-content: center;
    background-image: url(../img/common/lower/fukidasi5.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .6875rem;
    line-height: 1.4em;
    text-align: center;
    color: #643232;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    bottom: auto;
    z-index: 5;
    padding-top: 0;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi5 {
        transform: scale(.8);
        left: 0;
        bottom: 0
    }
}

.lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi8 {
    display: flex;
    width: 129px;
    height: 118px;
    align-items: center;
    justify-content: center;
    background-image: url(../img/common/lower/fukidasi8.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .6875rem;
    line-height: 1.4em;
    text-align: center;
    color: #643232;
    font-weight: 600;
    position: absolute;
    top: auto;
    left: 10px;
    right: auto;
    bottom: 10px;
    z-index: 5;
    padding-top: 0;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi8 {
        transform: scale(.8);
        left: 0;
        bottom: 0
    }
}

.lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi12 {
    display: flex;
    width: 98px;
    height: 69px;
    align-items: center;
    justify-content: center;
    background-image: url(../img/common/lower/fukidasi12.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .6875rem;
    line-height: 1.4em;
    text-align: center;
    color: #643232;
    font-weight: 600;
    position: absolute;
    top: auto;
    left: 10px;
    right: auto;
    bottom: 10px;
    z-index: 5;
    padding-top: 0;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi12 {
        transform: scale(.8);
        left: 0;
        bottom: 0
    }
}

.lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi11 {
    display: flex;
    width: 98px;
    height: 69px;
    align-items: center;
    justify-content: center;
    background-image: url(../img/common/lower/fukidasi11.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .6875rem;
    line-height: 1.4em;
    text-align: center;
    color: #643232;
    font-weight: 600;
    position: absolute;
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    padding-top: 0;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi11 {
        transform: scale(.8);
        right: 0;
        bottom: 0
    }
}

.lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi10 {
    display: flex;
    width: 98px;
    height: 69px;
    align-items: center;
    justify-content: center;
    background-image: url(../img/common/lower/fukidasi10.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .6875rem;
    line-height: 1.4em;
    text-align: center;
    color: #643232;
    font-weight: 600;
    position: absolute;
    top: auto;
    left: 10px;
    top: 10px;
    z-index: 5;
    padding-top: 0;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi10 {
        transform: scale(.8);
        left: 0;
        top: 0
    }
}

.lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi9 {
    display: flex;
    width: 98px;
    height: 69px;
    align-items: center;
    justify-content: center;
    background-image: url(../img/common/lower/fukidasi9.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .6875rem;
    line-height: 1.4em;
    text-align: center;
    color: #643232;
    font-weight: 600;
    position: absolute;
    top: auto;
    right: 10px;
    top: 10px;
    z-index: 5;
    padding-top: 0;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi9 {
        transform: scale(.8);
        right: 0;
        top: 0
    }
}

.lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi6 {
    display: flex;
    width: 128px;
    height: 119px;
    align-items: center;
    justify-content: center;
    background-image: url(../img/common/lower/fukidasi6.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .6875rem;
    line-height: 1.4em;
    text-align: center;
    color: #643232;
    font-weight: 600;
    position: absolute;
    top: auto;
    left: 16px;
    top: 18px;
    z-index: 5;
    padding-top: 0;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi6 {
        transform: scale(.8);
        left: -5px;
        top: -5px
    }
}

.lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi7 {
    display: flex;
    width: 115px;
    height: 111px;
    align-items: center;
    justify-content: center;
    background-image: url(../img/common/lower/fukidasi7.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .6875rem;
    line-height: 1.4em;
    text-align: center;
    color: #643232;
    font-weight: 600;
    position: absolute;
    right: 6px;
    bottom: 8px;
    z-index: 5;
    padding-top: 0;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi7 {
        transform: scale(.8)
    }
}

.lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi8 {
    display: flex;
    width: 128px;
    height: 119px;
    align-items: center;
    justify-content: center;
    background-image: url(../img/common/lower/fukidasi8.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .6875rem;
    line-height: 1.4em;
    text-align: center;
    color: #643232;
    font-weight: 600;
    position: absolute;
    top: auto;
    left: 16px;
    bottom: 18px;
    z-index: 5;
    padding-top: 0;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi8 {
        transform: scale(.8);
        left: -5px;
        bottom: -5px
    }
}

.lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi1 {
    display: flex;
    width: 140px;
    height: 114px;
    align-items: center;
    justify-content: center;
    background-image: url(../img/common/lower/fukidasi1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .6875rem;
    line-height: 1.4em;
    text-align: center;
    color: #643232;
    font-weight: 600;
    position: absolute;
    right: 16px;
    top: 18px;
    z-index: 5;
    padding-top: 0;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi1 {
        transform: scale(.8);
        right: -5px;
        top: -5px
    }
}

.lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi16 {
    display: flex;
    width: 115px;
    height: 111px;
    align-items: center;
    justify-content: center;
    background-image: url(../img/common/lower/fukidasi16.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .6875rem;
    line-height: 1.4em;
    text-align: center;
    color: #643232;
    font-weight: 600;
    position: absolute;
    left: 6px;
    top: 8px;
    z-index: 5;
    padding-top: 15px;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-thumb figure figcaption.l-spot-fukidasi16 {
        transform: scale(.8);
        left: -10px;
        top: -10px
    }
}

.lower .l-spot-card-caption h4 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.45em;
    text-align: center;
    margin-bottom: 15px
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-caption h4 {
        font-size: 1.125rem
    }
}

.lower .l-spot-card-footer {
    padding-top: 15px
}

.lower .l-spot-card-footer .l-btns {
    border-top: solid 1px #fff225
}

.lower .l-spot-card-footer .l-btns .l-btn {
    position: relative;
    top: -3px;
    margin-bottom: 4px;
    margin-right: 8px
}

.lower .l-spot-card-footer .l-btns+.l-btns {
    border: none
}

.lower .l-spot-card-body {
    position: relative
}

.lower .l-spot-card-body p {
    font-size: .9375rem;
    line-height: 1.6em
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-body p {
        font-size: .8125rem
    }
}

.lower .l-spot-card-body-info {
    padding: 10px 0
}

.lower .l-spot-card-body-info p {
    display: inline-block;
    border-radius: 10px;
    border: solid 2px var(--main_color, #f7689d);
    border-color: var(--main_color, #f7689d);
    padding: 2px 5px;
    font-size: .8125rem;
    line-height: 1.6em;
    color: var(--main_color, #f7689d);
    font-weight: 600
}

.lower .l-spot-card-copy {
    position: absolute;
    right: 5px;
    bottom: 20px;
    z-index: 8;
    transform: rotate(-5deg);
    z-index: 15
}

.lower .l-spot-card-copy p {
    font-size: 1.5rem;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff
}

@media screen and (max-width:560px) {
    .lower .l-spot-card-copy p {
        font-size: 1.25rem
    }
}

.lower .l-spot-card-code {
    width: 100%;
    padding: 10px 30px 30px;
    box-sizing: border-box;
    line-height: 1.3em
}

.lower .l-spot-card-code pre {
    width: 100%;
    line-height: 1.3em
}

.lower .l-spot-card-code pre code {
    width: 100%;
    font-size: .75rem;
    word-break: break-all;
    line-height: 1.3em
}

/*# sourceMappingURL=style.min.css.map */