@charset "UTF-8"; /*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
*/
/* abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,p,pre,q,samp,section,small,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%;font-weight:inherit;font-style:inherit;vertical-align:baseline;background:transparent;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle;margin:0}input,textarea{font-size:100%;margin:0;padding:0}button,input[type=button],input[type=reset],input[type=submit]{outline:none;padding:0;margin:0}img{vertical-align:top}:root{--vh:1vh}@font-face{font-family:reader-bold;src:url(../fonts/reader-bold.eot);src:url(../fonts/reader-bold.eot?#iefix) format("embedded-opentype"),url(../fonts/reader-bold.woff2) format("woff2"),url(../fonts/reader-bold.woff) format("woff"),url(../fonts/reader-bold.ttf) format("truetype");font-weight:400;font-style:normal}html{font-size:16px}body{font-family:dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;font-weight:500;color:#252525;line-height:1}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}input,textarea{border-radius:0} */
.l-breadcrumb {
    background: #fcfaf0;
    font-size: 12px;
    line-height: 2;
    padding: 20px 0
}

@media screen and (max-width: 767.98px) {
    .l-breadcrumb {
        min-height:13.022vw;
        font-size: 3.126vw;
        padding: 3.256vw 5.209vw
    }
}

.l-breadcrumb__item {
    display: inline-flex;
    color: #7e7e7e
}

.l-breadcrumb__item a {
    text-decoration: underline;
    color: #252525
}

.l-breadcrumb__item a:hover {
    text-decoration: none
}

.l-breadcrumb__item:before {
    content: "/";
    margin: 0 6px;
    color: #252525
}

@media screen and (max-width: 767.98px) {
    .l-breadcrumb__item:before {
        margin:0 1.042vw
    }
}

.l-breadcrumb__item:first-child:before {
    display: none
}

.l-footer-banners {
    background: #fff;
    padding: 60px 0 30px
}

@media screen and (max-width: 767.98px) {
    .l-footer-banners {
        padding:5.209vw
    }
}

.l-footer-banners__inner {
    margin: 0 -15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media screen and (max-width: 767.98px) {
    .l-footer-banners__inner {
        display:block;
        margin: 0
    }
}

.l-footer-banners__item {
    margin: 0 15px 30px;
    overflow: hidden
}

@media screen and (max-width: 767.98px) {
    .l-footer-banners__item {
        margin:0
    }
}

@media screen and (max-width: 767.98px) {
    .l-footer-banners__item+.l-footer-banners__item {
        margin-top:3.907vw
    }
}

.l-footer-banners__item:nth-child(2),.l-footer-banners__item:nth-child(3) {
    width: calc(50% - 30px)
}

@media screen and (max-width: 767.98px) {
    .l-footer-banners__item:nth-child(2),.l-footer-banners__item:nth-child(3) {
        width:auto
    }
}

.l-footer-banners__item img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .25s ease 0s
}

.l-footer-banners__item:hover img {
    transform: scale(1.05)
}

.l-footer {
    background: #707f8a;
    color: #fff
}

.l-footer__inner {
    padding: 44px 0;
    display: flex;
    position: relative;
    align-items: stretch
}

@media screen and (max-width: 767.98px) {
    .l-footer__inner {
        flex-wrap:wrap;
        padding: 13.022vw 5.209vw 16.928vw
    }
}

.l-footer__row {
    display: flex;
    flex-direction: column;
    margin-left: auto
}

@media screen and (max-width: 767.98px) {
    .l-footer__row {
        display:block;
        width: 50%
    }
}

@media print,screen and (min-width: 768px) {
    .l-footer__row:first-child {
        margin-left:0
    }
}

@media screen and (max-width: 767.98px) {
    .l-footer__row:first-child {
        width:100%
    }
}

.l-footer__row--border {
    border-left: 1px solid #fff
}

@media print,screen and (min-width: 768px) {
    .l-footer__row--border {
        padding-left:68px;
        margin-left: 100px!important
    }
}

@media screen and (max-width: 767.98px) {
    .l-footer__row--border {
        padding-left:7.813vw
    }
}

@media print,screen and (min-width: 768px) {
    .l-footer__row--pagetop {
        display:flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-left: 60px
    }
}

@media print and (min-width: 768px),screen and (min-width:768px) and (min-width:768px) {
    .l-footer__row--pagetop {
        transition:opacity .25s ease
    }

    .l-footer__row--pagetop:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .l-footer__row--pagetop {
        width:100%;
        text-align: center;
        padding: 15.626vw 0 10.417vw
    }
}

.l-footer__row--pagetop img {
    width: 50px;
    height: 50px
}

@media screen and (max-width: 767.98px) {
    .l-footer__row--pagetop img {
        width:13.022vw;
        height: 13.022vw
    }
}

@media screen and (max-width: 767.98px) {
    .l-footer__logo {
        display:flex;
        justify-content: center
    }
}

.l-footer__logo svg {
    width: 228px;
    height: 45px;
    fill: #fff
}

@media screen and (max-width: 767.98px) {
    .l-footer__logo svg {
        width:50.002vw;
        height: 9.897vw
    }
}

.l-footer__desc {
    margin-top: 29px;
    font-size: 12px;
    letter-spacing: 1.2px
}

@media screen and (max-width: 767.98px) {
    .l-footer__desc {
        font-size:3.126vw;
        margin-top: 4.558vw;
        text-align: center;
        margin-bottom: 11.98vw
    }
}

.l-footer__copyright {
    margin-top: auto;
    font-size: 9px
}

@media screen and (max-width: 767.98px) {
    .l-footer__copyright {
        position:absolute;
        text-align: center;
        bottom: 12.761vw;
        width: calc(100% - 10.417vw)
    }
}

.l-footer__navi-item {
    position: relative;
    line-height: 1.3
}

.l-footer__navi-item-parent {
    font-size: 14px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    display: flex;
    align-items: flex-start
}

@media screen and (max-width: 767.98px) {
    .l-footer__navi-item-parent {
        font-size:4.167vw;
        display: block
    }
}

.l-footer__navi-item-parent+.l-footer__navi-item-parent {
    margin-top: 28px
}

@media screen and (max-width: 767.98px) {
    .l-footer__navi-item-parent+.l-footer__navi-item-parent {
        margin-top:7.813vw
    }
}

.l-footer__navi-item-parent a:hover {
    text-decoration: underline
}

.l-footer__navi-item-parent--blank {
    font-size: 12px
}

@media screen and (max-width: 767.98px) {
    .l-footer__navi-item-parent--blank {
        font-size:3.126vw
    }
}

.l-footer__navi-item-parent--blank+.l-footer__navi-item-parent--blank {
    margin-top: 32px
}

@media screen and (max-width: 767.98px) {
    .l-footer__navi-item-parent--blank+.l-footer__navi-item-parent--blank {
        margin-top:9.636vw
    }
}

.l-footer__navi-item-parent--blank a {
    display: inline-flex;
    align-content: center;
    position: relative
}

.l-footer__navi-item-parent--blank a:after {
    content: "";
    background: url(../img/common/icn_blank_01.svg) no-repeat 50%/10px;
    width: 10px;
    height: 10px;
    margin-left: 8px
}

@media screen and (max-width: 767.98px) {
    .l-footer__navi-item-parent--blank a:after {
        background-size:2.605vw;
        width: 2.605vw;
        height: 2.605vw;
        margin-left: 1.954vw
    }
}

.l-footer__navi-item-children {
    margin-left: 35px
}

@media screen and (max-width: 767.98px) {
    .l-footer__navi-item-children {
        margin:2.605vw 0 0;
        font-size: 2.605vw
    }
}

.l-footer__navi-item-child+.l-footer__navi-item-child {
    margin-top: 16px
}

@media screen and (max-width: 767.98px) {
    .l-gnavi {
        position:absolute;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        height: calc(var(--vh, 1vh)*100);
        background: #fcfaf0;
        opacity: 0;
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: opacity .25s ease 0s
    }
}

@media screen and (max-width: 767.98px) {
    .l-gnavi.is-show {
        opacity:1;
        pointer-events: auto
    }
}

.l-gnavi__inner {
    display: flex;
    width: 100%;
    align-items: center
}

@media screen and (max-width: 767.98px) {
    .l-gnavi__inner {
        flex-direction:column;
        justify-content: center;
        height: 100%
    }
}

.l-gnavi__item {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    margin-left: 60px;
    color: #fff;
    position: relative
}

@media screen and (max-width: 767.98px) {
    .l-gnavi__item {
        color:#59b9b2;
        margin-left: 0;
        font-size: 6.772vw
    }
}

@media screen and (max-width: 767.98px) {
    .l-gnavi__item+.l-gnavi__item {
        margin-top:9vh
    }
}

.l-gnavi__item:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -4px;
    background: #fff;
    transform: scaleX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .25s ease 0s
}

.l-gnavi__item.is-current:after,.l-gnavi__item:hover:after {
    transform: scale(1)
}

.l-gnavi__item a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: color .25s ease 0s
}

.l-gnavi__item--border {
    margin-left: auto
}

@media screen and (max-width: 767.98px) {
    .l-gnavi__item--border {
        margin-left:0
    }
}

.l-gnavi__item--border a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 36px;
    border: 1px solid #fff;
    border-radius: 100px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background .25s ease 0s,color .25s ease 0s
}

@media screen and (max-width: 767.98px) {
    .l-gnavi__item--border a {
        border-color:#59b9b2;
        width: 74.482vw;
        height: 13.022vw;
        padding: 1.303vw 0 0;
        font-size: 5.209vw
    }
}

.l-gnavi__item--border a:hover {
    background: #59b9b2;
    color: #fff!important
}

.l-gnavi__item--border:after {
    display: none
}

.l-gnavi__item--cart {
    margin-left: 20px
}

@media screen and (max-width: 767.98px) {
    .l-gnavi__item--cart {
        margin:4.5vh 0 0!important
    }
}

.l-gnavi__item--cart a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background .25s ease 0s,color .25s ease 0s
}

@media screen and (max-width: 767.98px) {
    .l-gnavi__item--cart a {
        border-color:#59b9b2;
        width: 13.022vw;
        height: 13.022vw
    }
}

.l-gnavi__item--cart a:hover {
    background: #59b9b2;
    color: #fff!important
}

.l-gnavi__item--cart a:hover svg {
    fill: #fff!important
}

.l-gnavi__item--cart a svg {
    margin-right: 3px;
    width: 21px;
    height: 21px;
    fill: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: fill .25s ease 0s
}

@media screen and (max-width: 767.98px) {
    .l-gnavi__item--cart a svg {
        fill:#59b9b2
    }
}

.l-gnavi__item--cart:after {
    display: none
}

.l-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: top .25s ease 0s
}

.l-header.is-prepare {
    top: -50%
}

.l-header.has-bg {
    position: fixed;
    background: #fcfaf0;
    top: 0
}

.l-header.has-bg .l-header__logo svg {
    fill: #59b9b2
}

@media screen and (max-width: 767.98px) {
    .l-header.has-bg .l-header__navi-trigger {
        border:1px solid #59b9b2
    }

    .l-header.has-bg .l-header__navi-trigger span {
        background: #59b9b2
    }
}

@media print,screen and (min-width: 768px) {
    .l-header.has-bg .l-gnavi__item a {
        color:#59b9b2
    }

    .l-header.has-bg .l-gnavi__item:after {
        background: #59b9b2
    }

    .l-header.has-bg .l-gnavi__item--border a,.l-header.has-bg .l-gnavi__item--cart a {
        border: 1px solid #59b9b2
    }

    .l-header.has-bg .l-gnavi__item--cart a svg {
        fill: #59b9b2
    }
}

.l-header__inner {
    height: 90px;
    padding: 0 40px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 767.98px) {
    .l-header__inner {
        padding:0 5.209vw;
        height: 18.23vw
    }
}

.l-header__logo svg {
    width: 227px;
    height: 45px;
    fill: #fff
}

@media screen and (max-width: 767.98px) {
    .l-header__logo svg {
        width:38.283vw;
        height: 7.553vw
    }
}

.l-header__navi {
    flex-grow: 1;
    z-index: 20
}

.l-header__navi-trigger {
    display: none;
    z-index: 30;
    overflow: hidden
}

@media screen and (max-width: 767.98px) {
    .l-header__navi-trigger.is-open {
        border:1px solid #59b9b2
    }

    .l-header__navi-trigger.is-open span {
        background: #59b9b2
    }

    .l-header__navi-trigger.is-open span:first-child {
        top: 5.86vw;
        transform: rotate(45deg)
    }

    .l-header__navi-trigger.is-open span:nth-child(2) {
        opacity: 0;
        left: -.651vw
    }

    .l-header__navi-trigger.is-open span:nth-child(3) {
        bottom: 5.86vw;
        transform: rotate(-45deg)
    }
}

@media screen and (max-width: 767.98px) {
    .l-header__navi-trigger {
        position:absolute;
        display: block;
        right: 5.209vw;
        top: 2.605vw;
        border: 1px solid #fff;
        width: 13.022vw;
        height: 13.022vw;
        border-radius: 100%
    }

    .l-header__navi-trigger span {
        position: absolute;
        display: block;
        width: 5.209vw;
        height: 2px;
        border-radius: 100px;
        background: #fff;
        left: calc(50% - 2.605vw);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: opacity .25s ease 0s,top .25s ease 0s,bottom .25s ease 0s,left .25s ease 0s
    }

    .l-header__navi-trigger span:first-child {
        top: 4.428vw
    }

    .l-header__navi-trigger span:nth-child(2) {
        top: calc(50% - 1px)
    }

    .l-header__navi-trigger span:nth-child(3) {
        bottom: 4.428vw
    }
}

.l-sns {
    background: #59b9b2
}

.l-sns__inner {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 767.98px) {
    .l-sns__inner {
        height:31.251vw
    }
}

.l-sns__item {
    margin: 0 68px;
    color: #fff;
    font-size: 12px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    letter-spacing: 1.44px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 767.98px) {
    .l-sns__item {
        flex-direction:column;
        margin: 0 8.594vw
    }
}

.l-sns__item:before {
    content: "";
    display: block;
    margin-right: 10px
}

@media screen and (max-width: 767.98px) {
    .l-sns__item:before {
        height:5.73vw;
        margin: 0 0 2.605vw
    }
}

.l-sns__item--twitter:before {
    background: url(../img/common/icn_twitter_01.svg) no-repeat 50%/27px;
    width: 27px;
    height: 22px
}

@media screen and (max-width: 767.98px) {
    .l-sns__item--twitter:before {
        background-size:7.032vw;
        width: 7.032vw;
        height: 5.73vw
    }
}

.l-sns__item--facebook:before {
    background: url(../img/common/icn_facebook_01.svg) no-repeat 50%/12px;
    width: 12px;
    height: 24px
}

@media screen and (max-width: 767.98px) {
    .l-sns__item--facebook:before {
        background-size:3.126vw;
        width: 3.126vw;
        height: 6.251vw
    }
}

.l-sns__item--note:before {
    background: url(../img/common/icn_note_01.svg) no-repeat 50%/22px;
    width: 22px;
    height: 25px
}

@media screen and (max-width: 767.98px) {
    .l-sns__item--note:before {
        background-size:5.73vw;
        width: 5.73vw;
        height: 6.511vw
    }
}

.c-action {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-btn {
    position: relative;
    background: #fff;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 40px;
    border-radius: 200px;
    font-size: 14px
}

.c-btn,.c-btn:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background .25s ease 0s,color .25s ease 0s,border-color .25s ease 0s
}

.c-btn:after {
    position: absolute;
    content: "";
    top: calc(50% - 4px);
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #252525;
    border-right: 2px solid #252525;
    transform-origin: center;
    transform: rotate(45deg)
}

.c-btn:hover {
    background: #fff;
    color: #59b9b2
}

.c-btn:hover,.c-btn:hover:after {
    border-color: #59b9b2
}

.c-btn--en {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 12px;
    letter-spacing: 1.2px
}

.c-btn--color {
    color: #fff;
    background: #59b9b2;
    border: 1px solid #59b9b2
}

.c-btn--color:after {
    border-color: #fff;
}

.c-container {
    max-width: 1210px;
    margin: 0 auto;
}

.c-container--thin {
    max-width: 1110px;
}

.c-container--very-thin {
    max-width: 980px;
}

.c-container--rel {
    position: relative
}

.c-editable {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1.4px;
    color: #252525
}

@media screen and (max-width: 767.98px) {
    .c-editable {
        font-size:3.646vw;
        letter-spacing: .365vw
    }
}

.c-editable ol,.c-editable p,.c-editable ul {
    margin-top: 30px
}

@media screen and (max-width: 767.98px) {
    .c-editable ol,.c-editable p,.c-editable ul {
        margin-top:6.511vw
    }
}

.c-editable ol:first-child,.c-editable p:first-child,.c-editable ul:first-child {
    margin-top: 0
}

.c-editable strong {
    font-weight: 600
}

.c-editable em {
    font-style: italic
}

.c-editable a {
    color: #59b9b2;
    text-decoration: underline
}

.c-editable a:hover {
    text-decoration: none
}

.c-editable hr {
    border: none;
    height: 1px;
    background: #86939b;
    padding: 0;
    margin: 50px 0
}

@media screen and (max-width: 767.98px) {
    .c-editable hr {
        margin:13.022vw 0
    }
}

.c-editable hr:first-child {
    margin-top: 0
}

.c-editable ul {
    padding: 0 0 0 2em
}

.c-editable ul li {
    list-style: disc
}

.c-editable ol {
    padding: 0 0 0 2em
}

.c-editable ol li {
    list-style: decimal
}

.c-editable h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2.8px;
    color: #252525;
    padding-left: 40px;
    margin: 60px 0 30px;
    position: relative
}

@media screen and (max-width: 767.98px) {
    .c-editable h2 {
        font-size:5.209vw;
        letter-spacing: .521vw;
        padding-left: 5.99vw;
        margin: 14.324vw 0 6.511vw
    }
}

.c-editable h2:first-child {
    margin-top: 0
}

.c-editable h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    background: url(https://tengahealthcare.com/cms/wp-content/themes/tenga/assets/img/common/icn_3line_01.svg) repeat-y 0 0;
    width: 21px;
    height: 28px
}

@media screen and (max-width: 767.98px) {
    .c-editable h2:before {
        width:3.386vw;
        background-size: 3.386vw;
        height: 5.209vw;
        top: 2.084vw
    }
}

.c-editable h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2.4px;
    padding-left: 30px;
    margin: 60px 0 30px;
    position: relative
}

@media screen and (max-width: 767.98px) {
    .c-editable h3 {
        font-size:3.646vw;
        letter-spacing: .365vw;
        padding-left: 4.688vw;
        margin: 14.324vw 0 6.511vw
    }
}

.c-editable h3:first-child {
    margin-top: 0
}

.c-editable h3:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    background: url(../img/common/icn_2line_01.svg) repeat-y 0 0;
    width: 13px;
    height: 24px
}

@media screen and (max-width: 767.98px) {
    .c-editable h3:before {
        width:2.084vw;
        background-size: 2.084vw;
        height: 3.646vw;
        top: 1.693vw
    }
}

.c-editable h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 2.8px;
    margin: 60px 0 30px
}

.c-editable h4:first-child {
    margin-top: 0
}

@media screen and (max-width: 767.98px) {
    .c-editable h4 {
        font-size:5.209vw;
        line-height: 1.4;
        letter-spacing: .521vw;
        margin: 10.417vw 0 5.209vw
    }
}

.c-editable .small {
    font-size: 12px;
    color: #707f89;
    position: relative
}

@media screen and (max-width: 767.98px) {
    .c-editable .small {
        font-size:3.126vw
    }
}

.c-editable .small+.small {
    margin-top: 15px
}

@media screen and (max-width: 767.98px) {
    .c-editable .small+.small {
        margin-top:3.907vw
    }
}

.c-editable .note {
    margin-top: 20px
}

@media screen and (max-width: 767.98px) {
    .c-editable .note {
        margin-top:5.209vw
    }
}

.c-editable .aligncenter {
    text-align: center
}

.c-editable img.aligncenter {
    display: block;
    margin: 0 auto
}

.c-editable img.alignright {
    display: block;
    margin: 0 0 0 auto
}

.c-editable .data {
    background: #fcfaf0;
    padding: 40px;
    margin: 60px 0
}

@media screen and (max-width: 767.98px) {
    .c-editable .data {
        padding:5.209vw;
        margin: 15.626vw 0
    }
}

.c-editable .data:first-child {
    margin-top: 0
}

.c-editable .data-row {
    display: flex;
    align-items: flex-start;
    margin-top: 20px
}

@media screen and (max-width: 767.98px) {
    .c-editable .data-row {
        display:block;
        margin-top: 5.209vw
    }
}

.c-editable .data-row:first-child {
    margin-top: 0
}

.c-editable .data-title {
    width: 110px;
    flex-shrink: 0
}

@media screen and (max-width: 767.98px) {
    .c-editable .data-title {
        width:auto
    }
}

.c-editable .data+.note {
    margin-top: -30px
}

@media screen and (max-width: 767.98px) {
    .c-editable .data+.note {
        margin-top:-7.812vw
    }
}

.c-editable .index {
    margin: 50px 0;
    font-size: 16px;
    padding: 35px 40px;
    background: #fcfaf0;
    line-height: 1.71;
    counter-reset: num
}

@media screen and (max-width: 767.98px) {
    .c-editable .index {
        margin:13.022vw 0;
        font-size: 3.646vw;
        padding: 7.813vw 5.209vw
    }
}

.c-editable .index:first-child {
    margin-top: 0
}

.c-editable .index li {
    padding-left: 50px;
    display: flex;
    position: relative;
    counter-increment: num;
    margin-top: 20px;
    list-style: none!important
}

@media screen and (max-width: 767.98px) {
    .c-editable .index li {
        padding-left:11.98vw;
        margin-top: 6.511vw
    }
}

.c-editable .index li:first-child {
    margin-top: 0
}

.c-editable .index li:before {
    position: absolute;
    left: 0;
    font-weight: 600;
    content: "Q" counter(num) ".";
    min-width: 50px
}

@media screen and (max-width: 767.98px) {
    .c-editable .index li:before {
        min-width:11.98vw
    }
}

.c-editable .index+.note {
    margin-top: -30px
}

.c-editable .embed-note {
    width: 750px;
    margin: 50px auto 0
}

@media screen and (max-width: 767.98px) {
    .c-editable .embed-note {
        width:auto;
        margin: 15.626vw 0
    }
}

.c-editable .embed-note:first-child {
    margin-top: 0
}

.c-editable .embed-note-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px
}

@media screen and (max-width: 767.98px) {
    .c-editable .embed-note-title {
        font-size:4.167vw;
        margin-bottom: 1.954vw
    }
}

.c-editable .embed-note-item {
    display: flex;
    align-items: center
}

@media screen and (max-width: 767.98px) {
    .c-editable .embed-note-item {
        display:block
    }
}

.c-editable .embed-note-item-image {
    flex-shrink: 0;
    width: 430px
}

@media screen and (max-width: 767.98px) {
    .c-editable .embed-note-item-image {
        width:auto
    }
}

.c-editable .embed-note-item-title {
    margin-left: 20px
}

@media screen and (max-width: 767.98px) {
    .c-editable .embed-note-item-title {
        margin:1.954vw 0 0;
        font-size: 3.646vw;
        letter-spacing: .365vw
    }
}

.c-editable .embed-note+.note {
    margin-top: -30px
}

.c-editable .interview {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media screen and (max-width: 767.98px) {
    .c-editable .interview {
        margin:13.022vw 0
    }
}

.c-editable .interview:first-child {
    margin-top: 0
}

.c-editable .interview-title {
    width: 100%;
    font-weight: 600;
    flex-shrink: 0;
    margin-bottom: 15px
}

@media screen and (max-width: 767.98px) {
    .c-editable .interview-title {
        margin-bottom:5.209vw
    }
}

.c-editable .interview-image {
    width: 130px
}

@media screen and (max-width: 767.98px) {
    .c-editable .interview-image {
        width:33.856vw
    }
}

.c-editable .interview-image img {
    width: 100%;
    border-radius: 100%
}

.c-editable .interview-name {
    flex-grow: 1;
    margin-left: 40px;
    font-weight: 600
}

@media screen and (max-width: 767.98px) {
    .c-editable .interview-name {
        margin-left:auto;
        flex-grow: 0;
        width: calc(100% - 38.543vw)
    }
}

.c-editable .interview+.note {
    margin-top: -30px
}

@media screen and (max-width: 767.98px) {
    .c-editable .interview+.note {
        margin-top:-7.812vw
    }
}

.c-editable .info-title {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 20px;
    letter-spacing: 1.6px;
    color: #59b9b2
}

@media screen and (max-width: 767.98px) {
    .c-editable .info-title {
        font-size:4.167vw;
        letter-spacing: .334vw
    }
}

.c-editable .info-body {
    border: 2px solid #66bdb6;
    padding: 50px
}

@media screen and (max-width: 767.98px) {
    .c-editable .info-body {
        border-width:.521vw;
        padding: 7.813vw 5.209vw
    }
}

.c-editable .check {
    margin: 60px 0;
    background: #fcfaf0;
    padding: 30px 40px
}

@media screen and (max-width: 767.98px) {
    .c-editable .check {
        margin:7.813vw 0;
        padding: 7.813vw 5.209vw
    }
}

.c-editable .check:first-child {
    margin-top: 0
}

.c-editable .check li {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.6px;
    list-style: none!important
}

@media screen and (max-width: 767.98px) {
    .c-editable .check li {
        font-size:3.646vw;
        letter-spacing: .365vw;
        padding-left: 9.897vw
    }
}

.c-editable .check li+li {
    margin-top: 20px
}

@media screen and (max-width: 767.98px) {
    .c-editable .check li+li {
        margin-top:6.511vw
    }
}

.c-editable .check li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #252525;
    width: 16px;
    height: 16px;
    display: block
}

@media screen and (max-width: 767.98px) {
    .c-editable .check li:before {
        width:4.688vw;
        height: 4.688vw;
        border-width: .521vw;
        top: .131vw
    }
}

.c-editable .check li:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 3px;
    height: 6px;
    transform: rotate(45deg);
    border-right: 2px solid #252525;
    border-bottom: 2px solid #252525
}

@media screen and (max-width: 767.98px) {
    .c-editable .check li:after {
        width:.782vw;
        height: 1.563vw;
        left: 2.084vw;
        top: 1.563vw;
        border-width: .521vw
    }
}

.c-editable .check+.note {
    margin-top: -40px
}

@media screen and (max-width: 767.98px) {
    .c-editable .check+.note {
        margin-top:-10.416vw
    }
}

.c-effect {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 1s linear,opacity .6s ease-in
}

.c-effect--fade-in-up {
    opacity: 0;
    transform: translateY(30px)
}

@media (max-width: 767.98px) {
    .c-effect--fade-in-up {
        transform:translateY(6.511vw)
    }
}

.c-effect--fade-in-down {
    opacity: 0;
    transform: translateY(-30px)
}

@media (max-width: 767.98px) {
    .c-effect--fade-in-down {
        transform:translateY(-6.51vw)
    }
}

.c-effect--fade-in-right {
    opacity: 0;
    transform: translateX(30px)
}

@media (max-width: 767.98px) {
    .c-effect--fade-in-right {
        transform:translateX(6.511vw)
    }
}

.c-effect--fade-in-right-skew {
    opacity: 0;
    transform: translateX(30px) skewX(-15deg)
}

@media (max-width: 767.98px) {
    .c-effect--fade-in-right-skew {
        transform:translateX(6.511vw) skewX(-15deg)
    }
}

.c-effect--fade-in-left {
    opacity: 0;
    transform: translateX(-30px)
}

@media (max-width: 767.98px) {
    .c-effect--fade-in-left {
        transform:translateX(-6.51vw)
    }
}

.c-effect--fade-in-left-skew {
    opacity: 0;
    transform: translateX(-30px) skewX(-15deg)
}

@media (max-width: 767.98px) {
    .c-effect--fade-in-left-skew {
        transform:translateX(-6.51vw) skewX(-15deg)
    }
}

.c-effect.is-inview {
    transform: none!important;
    opacity: 1!important;
    transition: transform 1s cubic-bezier(.08,.92,.35,1),opacity .7s
}

.c-more,.c-more__btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-more__btn {
    position: relative;
    border-radius: 100px;
    width: 270px;
    height: 50px;
    border: 1px solid #5db9b2;
    background-color: #fff;
    color: #5db9b2;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background .25s ease 0s,color .25s ease 0s
}

@media screen and (max-width: 767.98px) {
    .c-more__btn {
        width:67.711vw;
        height: 13.022vw;
        font-size: 3.126vw;
        letter-spacing: .313vw
    }
}

.c-more__btn:after,.c-more__btn:before {
    content: "";
    width: 12px;
    height: 2px;
    background: #5db9b2;
    position: absolute;
    right: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background .25s ease 0s
}

@media screen and (max-width: 767.98px) {
    .c-more__btn:after,.c-more__btn:before {
        width:2.605vw;
        height: .521vw;
        right: 5.209vw
    }
}

.c-more__btn:after {
    transform: rotate(90deg)
}

.c-more__btn:hover {
    background: #5db9b2;
    color: #fff
}

.c-more__btn:hover:after,.c-more__btn:hover:before {
    background: #fff
}

.c-more__btn.is-loading {
    pointer-events: none;
    opacity: .6;
    background: #5db9b2;
    color: #fff
}

.c-more__btn.is-loading:after {
    background: #fff
}

.c-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px
}

.c-pager__item {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 0 15px;
    color: #bebebe;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: color .25s ease 0s
}

.c-pager__item.is-current,.c-pager__item:hover {
    color: #252525
}

.c-pager__item--next,.c-pager__item--prev {
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: relative
}

@media (min-width: 768px) {
    .c-pager__item--next,.c-pager__item--prev {
        transition:opacity .25s ease
    }

    .c-pager__item--next:hover,.c-pager__item--prev:hover {
        opacity: .7
    }
}

.c-pager__item--next:after,.c-pager__item--prev:after {
    display: block;
    position: absolute;
    content: "";
    left: calc(50% - 2px);
    top: calc(50% - 3px);
    transform: rotate(-45deg);
    width: 4px;
    height: 4px;
    z-index: 10;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff
}

.c-pager__item--next {
    transform: rotate(180deg)
}

.c-post-navi {
    height: 100px;
    display: flex;
    align-items: stretch;
    border-top: 2px solid #252525;
    border-bottom: 2px solid #252525
}

@media screen and (max-width: 767.98px) {
    .c-post-navi {
        border-width:.521vw;
        display: block;
        height: auto
    }
}

.c-post-navi__next,.c-post-navi__prev {
    height: 100%;
    display: flex;
    align-items: center;
    font-family: dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    flex-grow: 1;
    color: #252525;
    width: 100%;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 1.4px;
    position: relative
}

@media screen and (max-width: 767.98px) {
    .c-post-navi__next,.c-post-navi__prev {
        height:16.668vw;
        font-size: 3.126vw;
        letter-spacing: .313vw;
        line-height: 1.67
    }
}

.c-post-navi__next a,.c-post-navi__prev a {
    display: flex;
    align-items: center;
    position: relative
}

.c-post-navi__prev {
    padding-left: 10px;
    padding-right: 40px;
    justify-content: flex-start
}

@media screen and (max-width: 767.98px) {
    .c-post-navi__prev {
        padding-left:0;
        padding-right: 0
    }
}

.c-post-navi__prev a:before {
    content: "";
    width: 20px;
    height: 20px;
    margin: -2px 13px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #252525;
    flex-shrink: 0
}

@media screen and (max-width: 767.98px) {
    .c-post-navi__prev a:before {
        width:6.251vw;
        height: 6.251vw;
        margin: 0 2.605vw 0 0
    }
}

.c-post-navi__prev a:after {
    position: absolute;
    left: 7px;
    top: calc(50% - 4px);
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 5px;
    height: 5px;
    transform: rotate(225deg);
    z-index: 10
}

@media screen and (max-width: 767.98px) {
    .c-post-navi__prev a:after {
        width:1.172vw;
        height: 1.172vw;
        border-width: .521vw;
        left: 2.605vw;
        top: calc(50% - .912vw)
    }
}

.c-post-navi__next {
    border-left: 1px solid #252525;
    padding-right: 10px;
    padding-left: 40px;
    justify-content: flex-end
}

@media screen and (max-width: 767.98px) {
    .c-post-navi__next {
        border-left:none;
        border-top: 1px solid #252525;
        padding-left: 0;
        padding-right: 0
    }
}

.c-post-navi__next a:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: -2px 0 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #252525;
    flex-shrink: 0
}

@media screen and (max-width: 767.98px) {
    .c-post-navi__next a:after {
        width:6.251vw;
        height: 6.251vw;
        margin: 0 0 0 2.605vw
    }
}

.c-post-navi__next a:before {
    position: absolute;
    right: 8px;
    top: calc(50% - 4px);
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    z-index: 10
}

@media screen and (max-width: 767.98px) {
    .c-post-navi__next a:before {
        width:1.172vw;
        height: 1.172vw;
        border-width: .521vw;
        right: 2.605vw;
        top: calc(50% - .912vw)
    }
}

.c-section__header {
    text-align: center;
    margin-bottom: 60px
}

@media screen and (max-width: 767.98px) {
    .c-section__header {
        margin-bottom:7.813vw
    }
}

.c-section__title {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 3.2px;
    color: #252525
}

@media screen and (max-width: 767.98px) {
    .c-section__title {
        font-size:7.292vw;
        letter-spacing: .584vw
    }
}

.c-section__sub-title {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 1.4px
}

@media screen and (max-width: 767.98px) {
    .c-section__sub-title {
        font-size:3.126vw;
        letter-spacing: .313vw
    }
}

.c-share {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-share__title {
    margin-right: 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px
}

@media screen and (max-width: 767.98px) {
    .c-share__title {
        margin-right:2.865vw
    }
}

.c-share__item {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px
}

@media (min-width: 768px) {
    .c-share__item {
        transition:opacity .25s ease
    }

    .c-share__item:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .c-share__item {
        width:12.24vw;
        height: 12.24vw;
        margin: 0 1.823vw
    }
}

.c-stars {
    display: flex
}

.c-stars[data-stars] .c-stars__star path {
    fill: #e6d854
}

.c-stars[data-stars="0"] .c-stars__star path,.c-stars[data-stars="1"] .c-stars__star:first-child~.c-stars__star path,.c-stars[data-stars="2"] .c-stars__star:nth-child(2)~.c-stars__star path,.c-stars[data-stars="3"] .c-stars__star:nth-child(3)~.c-stars__star path,.c-stars[data-stars="4"] .c-stars__star:nth-child(4)~.c-stars__star path,.c-stars[data-stars="5"] .c-stars__star:nth-child(5)~.c-stars__star path {
    fill: none
}

.c-stars.is-interactive {
    cursor: pointer
}

.p-age-confirm {
    padding: 70px 170px 40px
}

@media screen and (max-width: 767.98px) {
    .p-age-confirm {
        padding:14.324vw 5.209vw 9.115vw
    }
}



/* ここまで */

.p-age-confirm__title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2.6px;
    text-align: center
}

@media screen and (max-width: 767.98px) {
    .p-age-confirm__title {
        font-size:5.209vw;
        line-height: 1.3;
        letter-spacing: .521vw
    }
}

.p-age-confirm__desc {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.86;
    letter-spacing: 1.4px;
    text-align: center;
    margin: 25px 0
}

@media screen and (max-width: 767.98px) {
    .p-age-confirm__desc {
        font-size:3.646vw;
        line-height: 1.86;
        letter-spacing: .365vw
    }
}

.p-age-confirm__yes-btn {
    width: 270px;
    height: 50px;
    font-size: 14px
}

@media (min-width: 768px) {
    .p-age-confirm__yes-btn {
        transition:opacity .25s ease
    }

    .p-age-confirm__yes-btn:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-age-confirm__yes-btn {
        width:65.106vw;
        height: 13.022vw;
        font-size: 3.126vw
    }
}

.p-age-confirm__corporate {
    border-top: 2px solid #59b9b2;
    margin-top: 30px;
    padding-top: 25px
}

@media screen and (max-width: 767.98px) {
    .p-age-confirm__corporate {
        border-top-width:.261vw;
        margin-top: 9.115vw;
        padding-top: 6.511vw
    }
}

.p-age-confirm__corporate-note {
    text-align: center;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 1.2px;
    margin-bottom: 25px
}

@media screen and (max-width: 767.98px) {
    .p-age-confirm__corporate-note {
        text-align:left;
        font-size: 3.126vw;
        letter-spacing: .313vw;
        margin-bottom: 6.511vw
    }
}

.p-age-confirm__corporate-action-btn {
    border: 1px solid #59b9b2;
    color: #59b9b2;
    width: 270px;
    height: 50px;
    font-size: 14px
}

@media (min-width: 768px) {
    .p-age-confirm__corporate-action-btn {
        transition:opacity .25s ease
    }

    .p-age-confirm__corporate-action-btn:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-age-confirm__corporate-action-btn {
        width:65.106vw;
        height: 13.022vw;
        font-size: 3.126vw
    }
}

.p-age-confirm__corporate-action-btn:after {
    border-color: #59b9b2
}

.p-assoc-product {
    background: #fff;
    padding: 90px 0 120px
}

@media screen and (max-width: 767.98px) {
    .p-assoc-product {
        padding:15.626vw 0
    }
}

.p-assoc-product__section {
    margin-top: 120px
}

@media screen and (max-width: 767.98px) {
    .p-assoc-product__section {
        margin-top:16.439vw
    }
}

.p-assoc-product__section-header {
    background: url(https://tengahealthcare.com/cms/wp-content/themes/tenga/assets/img/common/icn_3line_01.svg) repeat-y 0 0/21px;
    padding-left: 60px
}

@media screen and (max-width: 767.98px) {
    .p-assoc-product__section-header {
        margin-left:5.209vw;
        background-size: 3.386vw;
        padding-left: 7.813vw
    }
}

.p-assoc-product__section-title {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 40px;
    letter-spacing: 3.2px
}

@media screen and (max-width: 767.98px) {
    .p-assoc-product__section-title {
        font-size:7.292vw;
        letter-spacing: .584vw
    }
}

.p-assoc-product__section-sub-title {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1.4px
}

@media screen and (max-width: 767.98px) {
    .p-assoc-product__section-sub-title {
        margin-top:2.084vw;
        font-size: 3.126vw;
        letter-spacing: .313vw
    }
}

.p-assoc-product__products.is-hidden {
    display: none
}

.p-assoc-product__products-item {
    margin-top: 30px
}

@media screen and (max-width: 767.98px) {
    .p-assoc-product__products-item {
        margin-top:10.417vw
    }
}

.p-assoc-product__more {
    margin: 0 0 30px;
}

@media screen and (max-width: 767.98px) {
    .p-assoc-product__more {
        margin-top:10.417vw
    }
}

.p-column-detail {
    background: #fff;
    position: relative;
    padding: 110px 0 0
}

@media screen and (max-width: 767.98px) {
    .p-column-detail {
        padding:19.011vw 0 0
    }
}

.p-column-detail:before {
    top: 0;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 310px;
    background-color: #b1dbdb
}

@media screen and (max-width: 767.98px) {
    .p-column-detail:before {
        height:49.481vw
    }
}

@media screen and (max-width: 767.98px) {
    .p-column-detail__inner {
        padding:0 5.209vw
    }
}

.p-column-detail__back {
    position: absolute;
    top: -50px
}

@media screen and (max-width: 767.98px) {
    .p-column-detail__back {
        top:-10.416vw;
        padding: 0 5.209vw
    }
}

.p-column-detail__back-btn {
    font-size: 12px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-weight: 700;
    color: #252525;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative
}

@media (min-width: 768px) {
    .p-column-detail__back-btn {
        transition:opacity .25s ease
    }

    .p-column-detail__back-btn:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-column-detail__back-btn {
        font-size:3.126vw
    }
}

.p-column-detail__back-btn:before {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 13px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #252525
}

@media screen and (max-width: 767.98px) {
    .p-column-detail__back-btn:before {
        width:6.251vw;
        height: 6.251vw;
        margin: 0 2.605vw 0 0
    }
}

.p-column-detail__back-btn:after {
    position: absolute;
    left: 7px;
    top: calc(50% - 3px);
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 5px;
    height: 5px;
    transform: rotate(225deg);
    z-index: 10
}

@media screen and (max-width: 767.98px) {
    .p-column-detail__back-btn:after {
        width:1.172vw;
        height: 1.172vw;
        border-width: .521vw;
        left: 2.605vw;
        top: calc(50% - .912vw)
    }
}

.p-column-detail__image {
    position: relative;
    z-index: 10;
    margin-bottom: 60px
}

@media screen and (max-width: 767.98px) {
    .p-column-detail__image {
        padding:0 5.209vw;
        margin-bottom: 7.813vw
    }
}

.p-column-detail__meta {
    display: flex;
    margin-bottom: 35px
}

@media screen and (max-width: 767.98px) {
    .p-column-detail__meta {
        margin-bottom:7.813vw
    }
}

.p-column-detail__date {
    margin-right: 30px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #707f89
}

@media screen and (max-width: 767.98px) {
    .p-column-detail__date {
        font-size:3.126vw;
        letter-spacing: .313vw;
        margin-right: 4.688vw
    }
}

.p-column-detail__tags {
    display: flex;
    align-items: center;
    margin-top: -2px
}

@media screen and (max-width: 767.98px) {
    .p-column-detail__tags {
        margin-top:-1.822vw;
        margin-bottom: -2.604vw
    }
}

.p-column-detail__tags-item {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #fff;
    margin-right: 13px;
    padding: 5px 10px 4px;
    background: #252525;
    border-radius: 100px
}

@media (min-width: 768px) {
    .p-column-detail__tags-item {
        transition:opacity .25s ease
    }

    .p-column-detail__tags-item:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-column-detail__tags-item {
        margin:0 2.605vw 2.605vw 0;
        font-size: 2.605vw;
        letter-spacing: .261vw;
        padding: 2.084vw 2.605vw 1.693vw
    }
}

.p-column-detail__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 2.8px;
    color: #252525;
    padding-bottom: 35px;
    border-bottom: 2px solid #252525;
    margin-bottom: 35px
}

@media screen and (max-width: 767.98px) {
    .p-column-detail__title {
        font-size:5.209vw;
        line-height: 1.4;
        letter-spacing: .521vw;
        border-width: .521vw;
        padding-bottom: 6.511vw;
        margin-bottom: 7.162vw
    }
}

.p-column-detail__share {
    margin-top: 60px
}

@media screen and (max-width: 767.98px) {
    .p-column-detail__share {
        margin-top:7.813vw
    }
}

.p-column-detail__navi {
    margin-top: 120px
}

@media screen and (max-width: 767.98px) {
    .p-column-detail__navi {
        margin-top:7.813vw
    }
}

.p-column-excerpts__item {
    display: flex;
    align-items: stretch
}

@media screen and (max-width: 767.98px) {
    .p-column-excerpts__item {
        display:block
    }
}

.p-column-excerpts__item-image {
    width: 440px;
    flex-shrink: 0;
    margin-right: 50px;
    display: block
}

@media (min-width: 768px) {
    .p-column-excerpts__item-image {
        transition:opacity .25s ease
    }

    .p-column-excerpts__item-image:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-column-excerpts__item-image {
        width:100%;
        margin-right: 0;
        margin-bottom: 2.605vw
    }
}

.p-column-excerpts__item-data {
    flex-grow: 1
}

.p-column-excerpts__item+.p-column-excerpts__item {
    margin-top: 80px
}

@media screen and (max-width: 767.98px) {
    .p-column-excerpts__item+.p-column-excerpts__item {
        margin-top:7.813vw
    }
}

.p-column-excerpts__item-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 2.8px
}

@media screen and (max-width: 767.98px) {
    .p-column-excerpts__item-title {
        font-size:5.209vw;
        letter-spacing: .521vw
    }
}

@media (min-width: 768px) {
    .p-column-excerpts__item-title a {
        transition:opacity .25s ease
    }

    .p-column-excerpts__item-title a:hover {
        opacity: .7
    }
}

.p-column-excerpts__item-desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1.4px;
    color: #707f89
}

@media screen and (max-width: 767.98px) {
    .p-column-excerpts__item-desc {
        margin-top:3.907vw;
        font-size: 3.126vw;
        letter-spacing: .313vw
    }
}

.p-column-excerpts__item-meta {
    display: flex;
    margin-top: 25px;
    align-items: flex-start
}

@media screen and (max-width: 767.98px) {
    .p-column-excerpts__item-meta {
        margin-top:5.209vw
    }
}

.p-column-excerpts__item-date {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1.4px;
    color: #707f89
}

@media screen and (max-width: 767.98px) {
    .p-column-excerpts__item-date {
        font-size:3.126vw;
        letter-spacing: .313vw
    }
}

.p-column-excerpts__item-cats {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px
}

@media screen and (max-width: 767.98px) {
    .p-column-excerpts__item-cats {
        margin-top:-2.343vw
    }
}

.p-column-excerpts__item-cats-item {
    margin: 5px 0 5px 10px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #fff;
    background: #000;
    border-radius: 100px;
    padding: 3px 10px
}

@media (min-width: 768px) {
    .p-column-excerpts__item-cats-item {
        transition:opacity .25s ease
    }

    .p-column-excerpts__item-cats-item:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-column-excerpts__item-cats-item {
        padding:1.563vw 2.605vw;
        font-size: 2.605vw;
        letter-spacing: .261vw
    }
}

.p-column-excerpts__item-more {
    border-top: 2px solid #252525;
    margin-top: 15px;
    padding-top: 12px;
    text-align: right
}

@media screen and (max-width: 767.98px) {
    .p-column-excerpts__item-more {
        border-width:.521vw;
        margin-top: 2.605vw;
        padding-top: 2.605vw
    }
}

.p-column-excerpts__item-more-btn {
    font-size: 12px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-weight: 700;
    color: #252525;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative
}

@media (min-width: 768px) {
    .p-column-excerpts__item-more-btn {
        transition:opacity .25s ease
    }

    .p-column-excerpts__item-more-btn:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-column-excerpts__item-more-btn {
        font-size:3.126vw
    }
}

.p-column-excerpts__item-more-btn:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 0 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #252525
}

@media screen and (max-width: 767.98px) {
    .p-column-excerpts__item-more-btn:after {
        width:6.251vw;
        height: 6.251vw;
        margin: 0 0 0 2.605vw
    }
}

.p-column-excerpts__item-more-btn:before {
    position: absolute;
    right: 7px;
    top: calc(50% - 3px);
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    z-index: 10
}

@media screen and (max-width: 767.98px) {
    .p-column-excerpts__item-more-btn:before {
        width:1.172vw;
        height: 1.172vw;
        border-width: .521vw;
        right: 2.605vw;
        top: calc(50% - .912vw)
    }
}

.p-column-ranking {
    background: #b1dbdb;
    padding: 90px 0;
    margin-top: 120px;
    overflow: hidden;
    position: relative
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking {
        padding:15.626vw 5.209vw;
        margin-top: 15.626vw
    }
}

.p-column-ranking__header {
    text-align: left
}

.p-column-ranking__slide-navi {
    position: absolute;
    right: calc(50% - 555px);
    top: 97px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__slide-navi {
        right:5.209vw;
        top: 15.626vw
    }
}

.p-column-ranking__slide-navi-item {
    width: 50px;
    height: 50px;
    margin-left: 40px;
    background: #59b9b2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__slide-navi-item {
        width:10.417vw;
        height: 10.417vw;
        margin-left: 5.209vw
    }
}

.p-column-ranking__slide-navi-item:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-135deg)
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__slide-navi-item:after {
        position:relative;
        left: .261vw;
        width: 1.303vw;
        height: 1.303vw;
        border-width: .521vw
    }
}

.p-column-ranking__slide-navi-item--prev:after {
    transform: rotate(45deg)
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__slide-navi-item--prev:after {
        left:-.52vw
    }
}

.p-column-ranking__slide-navi-item.swiper-button-disabled {
    pointer-events: none;
    opacity: .6
}

.p-column-ranking__columns {
    position: relative;
    padding-bottom: 6px;
    left: calc(50% - 555px);
    width: 1110px;
    overflow: visible!important;
    margin: 0!important
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__columns {
        left:0;
        width: auto
    }
}

.p-column-ranking__columns-item {
    position: relative;
    padding: 0 36px 10px 0;
    width: 286px!important
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__columns-item {
        padding:0 5.209vw 0 0;
        width: 78.128vw!important
    }
}

.p-column-ranking__columns-item-rank {
    position: absolute;
    background: #e5d855;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    z-index: 10;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__columns-item-rank {
        width:13.022vw;
        height: 13.022vw
    }
}

.p-column-ranking__columns-item-rank-num {
    font-size: 26px;
    margin-left: 4px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__columns-item-rank-num {
        font-size:5.209vw;
        margin-left: 1.042vw
    }
}

.p-column-ranking__columns-item-rank-unit {
    position: relative;
    top: 2px;
    margin-left: 2px
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__columns-item-rank-unit {
        top:.521vw;
        font-size: 2.605vw;
        margin-left: .521vw
    }
}

.p-column-ranking__columns-item-image {
    display: block;
    margin-bottom: 20px;
    height: 172px
}

@media (min-width: 768px) {
    .p-column-ranking__columns-item-image {
        transition:opacity .25s ease
    }

    .p-column-ranking__columns-item-image:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__columns-item-image {
        height:auto;
        margin-bottom: 3.907vw
    }
}

.p-column-ranking__columns-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.p-column-ranking__columns-item-title {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1.4px;
    margin-bottom: 15px
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__columns-item-title {
        font-size:3.126vw;
        line-height: 1.5;
        letter-spacing: .313vw;
        margin-bottom: 5.209vw
    }
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__columns-item-meta {
        display:flex
    }
}

.p-column-ranking__columns-item-date {
    font-size: 14px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    letter-spacing: 1.4px;
    color: #707f89;
    margin-bottom: 10px
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__columns-item-date {
        font-size:3.126vw;
        margin-bottom: 2.605vw
    }
}

.p-column-ranking__columns-item-cats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -5px -10px
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__columns-item-cats {
        margin:-1.822vw -2.604vw -2.604vw 3.907vw
    }
}

.p-column-ranking__columns-item-cats-item {
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    background: #252525;
    color: #fff;
    border-radius: 100px;
    height: 20px;
    padding: 0 10px;
    margin: 0 5px 10px
}

@media (min-width: 768px) {
    .p-column-ranking__columns-item-cats-item {
        transition:opacity .25s ease
    }

    .p-column-ranking__columns-item-cats-item:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__columns-item-cats-item {
        margin:0 2.605vw 2.605vw 0;
        font-size: 2.605vw;
        line-height: 1.41;
        height: auto;
        padding: 1.303vw 2.605vw
    }
}

.p-column-ranking__columns-item-action {
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 2px solid #252525
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__columns-item-action {
        border-width:.521vw;
        margin-top: 2.605vw;
        padding-top: 5.209vw
    }
}

.p-column-ranking__columns-item-action-btn {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 12px;
    color: #252525;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 30px 0 0
}

@media (min-width: 768px) {
    .p-column-ranking__columns-item-action-btn {
        transition:opacity .25s ease
    }

    .p-column-ranking__columns-item-action-btn:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__columns-item-action-btn {
        font-size:3.126vw;
        padding: 0 10.417vw 0 0
    }
}

.p-column-ranking__columns-item-action-btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: center;
    transform: rotate(45deg);
    z-index: 10;
    right: 8px
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__columns-item-action-btn:before {
        width:1.042vw;
        height: 1.042vw;
        right: 3.386vw
    }
}

.p-column-ranking__columns-item-action-btn:after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #252525;
    right: 0
}

@media screen and (max-width: 767.98px) {
    .p-column-ranking__columns-item-action-btn:after {
        width:7.813vw;
        height: 7.813vw
    }
}

.p-column {
    padding: 110px 0 0
}

@media screen and (max-width: 767.98px) {
    .p-column {
        padding:15.626vw 0 0
    }
}

@media screen and (max-width: 767.98px) {
    .p-column__inner {
        padding:0 5.209vw
    }
}

.p-column__desc {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.86;
    letter-spacing: 1.4px;
    text-align: center
}

@media screen and (max-width: 767.98px) {
    .p-column__desc {
        font-size:3.646vw;
        line-height: 1.86;
        letter-spacing: .365vw
    }
}

.p-column__category {
    margin-top: 90px;
    margin-bottom: 100px
}

@media screen and (max-width: 767.98px) {
    .p-column__category {
        margin-top:23.439vw;
        margin-bottom: 15.626vw
    }
}

.p-column__category-title {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 3.2px;
    text-align: center
}

@media screen and (max-width: 767.98px) {
    .p-column__category-title {
        font-size:7.292vw;
        letter-spacing: .584vw
    }
}

.p-column__category-navi {
    margin: 10px -4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

@media screen and (max-width: 767.98px) {
    .p-column__category-navi {
        margin:7.813vw -1.302vw -2.604vw
    }
}

.p-column__category-navi-item {
    padding: 8px 15px;
    margin: 10px 4px 0;
    color: #707f89;
    background: #fff;
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 1.41;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background .25s ease 0s,color .25s ease 0s
}

@media screen and (max-width: 767.98px) {
    .p-column__category-navi-item {
        font-size:3.126vw;
        letter-spacing: .313vw;
        padding: 2.084vw 3.126vw;
        margin: 0 1.303vw 2.605vw
    }
}

.p-column__category-navi-item.is-active,.p-column__category-navi-item:hover {
    background: #252525;
    color: #fff
}

.p-column__more {
    margin-top: 90px
}

@media screen and (max-width: 767.98px) {
    .p-column__more {
        margin-top:15.626vw
    }
}

.p-event-detail {
    background: #fff;
    position: relative;
    padding: 110px 0 120px
}

@media screen and (max-width: 767.98px) {
    .p-event-detail {
        padding:19.011vw 0
    }
}

.p-event-detail:before {
    top: 0;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 310px;
    background-color: #b1dbdb
}

@media screen and (max-width: 767.98px) {
    .p-event-detail:before {
        height:49.481vw
    }
}

@media screen and (max-width: 767.98px) {
    .p-event-detail__inner {
        padding:0 5.209vw
    }
}

.p-event-detail__back {
    position: absolute;
    top: -50px
}

@media screen and (max-width: 767.98px) {
    .p-event-detail__back {
        top:-10.416vw;
        padding: 0 5.209vw
    }
}

.p-event-detail__back-btn {
    font-size: 12px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-weight: 700;
    color: #252525;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative
}

@media (min-width: 768px) {
    .p-event-detail__back-btn {
        transition:opacity .25s ease
    }

    .p-event-detail__back-btn:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-event-detail__back-btn {
        font-size:3.126vw
    }
}

.p-event-detail__back-btn:before {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 13px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #252525
}

@media screen and (max-width: 767.98px) {
    .p-event-detail__back-btn:before {
        width:6.251vw;
        height: 6.251vw;
        margin: 0 2.605vw 0 0
    }
}

.p-event-detail__back-btn:after {
    position: absolute;
    left: 7px;
    top: calc(50% - 3px);
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 5px;
    height: 5px;
    transform: rotate(225deg);
    z-index: 10
}

@media screen and (max-width: 767.98px) {
    .p-event-detail__back-btn:after {
        width:1.172vw;
        height: 1.172vw;
        border-width: .521vw;
        left: 2.605vw;
        top: calc(50% - .912vw)
    }
}

.p-event-detail__image {
    position: relative;
    z-index: 10;
    margin-bottom: 60px
}

@media screen and (max-width: 767.98px) {
    .p-event-detail__image {
        padding:0 5.209vw;
        margin-bottom: 7.813vw
    }
}

.p-event-detail__meta {
    display: flex;
    margin-bottom: 35px
}

@media screen and (max-width: 767.98px) {
    .p-event-detail__meta {
        margin-bottom:7.813vw
    }
}

.p-event-detail__date {
    margin-right: 30px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #707f89
}

@media screen and (max-width: 767.98px) {
    .p-event-detail__date {
        font-size:3.126vw;
        letter-spacing: .313vw;
        margin-right: 4.688vw
    }
}

.p-event-detail__tags {
    display: flex;
    align-items: center
}

.p-event-detail__tags-item {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #252525;
    margin-right: 20px
}

@media (min-width: 768px) {
    .p-event-detail__tags-item {
        transition:opacity .25s ease
    }

    .p-event-detail__tags-item:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-event-detail__tags-item {
        font-size:2.605vw;
        margin-right: 2.605vw;
        letter-spacing: .261vw
    }
}

.p-event-detail__tags-item:before {
    content: "#"
}

.p-event-detail__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 2.8px;
    color: #252525;
    padding-bottom: 35px;
    border-bottom: 2px solid #252525;
    margin-bottom: 35px
}

@media screen and (max-width: 767.98px) {
    .p-event-detail__title {
        font-size:5.209vw;
        line-height: 1.4;
        letter-spacing: .521vw;
        border-width: .521vw;
        padding-bottom: 6.511vw;
        margin-bottom: 7.162vw
    }
}

.p-event-detail__navi {
    margin-top: 120px
}

@media screen and (max-width: 767.98px) {
    .p-event-detail__navi {
        margin-top:13.022vw
    }
}

.p-event-excerpt {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -20px -60px
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt {
        margin:0 -1.953vw -7.812vw
    }
}

.p-event-excerpt__item {
    width: calc(50% - 40px);
    margin: 0 20px 60px
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt__item {
        width:calc(50% - 3.907vw);
        margin: 0 1.954vw 7.813vw
    }
}

.p-event-excerpt__item-image {
    display: block;
    margin-bottom: 25px;
    overflow: hidden
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt__item-image {
        margin-bottom:3.256vw
    }
}

.p-event-excerpt__item-image:hover img {
    transform: scale(1.05)
}

.p-event-excerpt__item-image img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .25s ease 0s
}

.p-event-excerpt__item-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt__item-tags {
        margin-bottom:1.954vw
    }
}

.p-event-excerpt__item-tags-item {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #252525;
    font-weight: 600;
    margin-right: 10px
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt__item-tags-item {
        font-size:2.605vw;
        letter-spacing: .261vw;
        margin: 0 2.605vw 2.605vw 0
    }
}

.p-event-excerpt__item-tags-item:before {
    content: "#"
}

.p-event-excerpt__item-title {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1.4px;
    color: #252525
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt__item-title {
        font-size:3.126vw;
        line-height: 1.5;
        letter-spacing: .313vw
    }
}

@media (min-width: 768px) {
    .p-event-excerpt__item-title a {
        transition:opacity .25s ease
    }

    .p-event-excerpt__item-title a:hover {
        opacity: .7
    }
}

.p-event-excerpt__item-date {
    margin-top: 20px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #707f89
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt__item-date {
        margin-top:4.558vw;
        font-size: 3.126vw;
        letter-spacing: .313vw
    }
}

.p-event-excerpt__item-more {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 2px solid #252525;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt__item-more {
        margin-top:2.605vw;
        border-width: .521vw;
        padding-top: 2.605vw
    }
}

.p-event-excerpt__item-more-btn {
    font-size: 12px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-weight: 700;
    color: #252525;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative
}

@media (min-width: 768px) {
    .p-event-excerpt__item-more-btn {
        transition:opacity .25s ease
    }

    .p-event-excerpt__item-more-btn:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt__item-more-btn {
        font-size:3.126vw
    }
}

.p-event-excerpt__item-more-btn:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 0 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #252525
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt__item-more-btn:after {
        width:6.251vw;
        height: 6.251vw;
        margin: 0 0 0 2.605vw
    }
}

.p-event-excerpt__item-more-btn:before {
    position: absolute;
    right: 7px;
    top: calc(50% - 3px);
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    z-index: 10
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt__item-more-btn:before {
        width:1.172vw;
        height: 1.172vw;
        border-width: .521vw;
        right: 2.605vw;
        top: calc(50% - .912vw)
    }
}

.p-event-excerpt-next {
    padding-bottom: 120px
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt-next {
        padding-bottom:15.626vw
    }
}

.p-event-excerpt-next__image {
    display: block
}

@media (min-width: 768px) {
    .p-event-excerpt-next__image {
        transition:opacity .25s ease
    }

    .p-event-excerpt-next__image:hover {
        opacity: .7
    }
}

.p-event-excerpt-next__tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt-next__tags {
        margin-top:5.209vw
    }
}

.p-event-excerpt-next__tags-item {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #252525;
    margin-right: 20px
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt-next__tags-item {
        font-size:2.605vw;
        letter-spacing: .261vw;
        margin-right: 2.605vw
    }
}

.p-event-excerpt-next__tags-item:before {
    content: "#"
}

.p-event-excerpt-next__title {
    margin-top: 20px;
    font-size: 28px;
    line-height: 1.43;
    letter-spacing: 2.8px;
    color: #252525;
    font-weight: 600
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt-next__title {
        margin-top:5.209vw;
        font-size: 5.209vw;
        letter-spacing: .521vw
    }
}

.p-event-excerpt-next__more {
    border-top: 2px solid #252525;
    margin-top: 20px;
    padding-top: 12px;
    text-align: right
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt-next__more {
        margin-top:5.209vw;
        padding-top: 3.126vw;
        border-width: .521vw
    }
}

.p-event-excerpt-next__more-btn {
    font-size: 12px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-weight: 700;
    color: #252525;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative
}

@media (min-width: 768px) {
    .p-event-excerpt-next__more-btn {
        transition:opacity .25s ease
    }

    .p-event-excerpt-next__more-btn:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt-next__more-btn {
        font-size:3.126vw
    }
}

.p-event-excerpt-next__more-btn:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 0 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #252525
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt-next__more-btn:after {
        width:6.251vw;
        height: 6.251vw
    }
}

.p-event-excerpt-next__more-btn:before {
    position: absolute;
    right: 7px;
    top: calc(50% - 3px);
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    z-index: 10
}

@media screen and (max-width: 767.98px) {
    .p-event-excerpt-next__more-btn:before {
        width:1.172vw;
        height: 1.172vw;
        border-width: .521vw;
        right: 2.605vw;
        top: calc(50% - .912vw)
    }
}

.p-event {
    padding: 120px 0 0
}

@media screen and (max-width: 767.98px) {
    .p-event {
        padding:15.626vw 0 0
    }
}

@media screen and (max-width: 767.98px) {
    .p-event__next {
        padding:0 5.209vw
    }
}

.p-event__next-title {
    text-align: center;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 3.2px;
    color: #252525;
    margin-bottom: 60px
}

@media screen and (max-width: 767.98px) {
    .p-event__next-title {
        font-size:7.292vw;
        letter-spacing: .584vw;
        margin-bottom: 7.813vw
    }
}

.p-event__archive {
    background: #b1dbdb;
    padding: 120px 0
}

@media screen and (max-width: 767.98px) {
    .p-event__archive {
        padding:15.626vw 5.209vw
    }
}

.p-event__archive-title {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3.2px;
    color: #252525;
    margin-bottom: 60px
}

@media screen and (max-width: 767.98px) {
    .p-event__archive-title {
        font-size:7.292vw;
        letter-spacing: .584vw;
        margin-bottom: 7.813vw
    }
}

.p-event__archive-more {
    margin-top: 90px
}

@media screen and (max-width: 767.98px) {
    .p-event__archive-more {
        margin-top:7.813vw
    }
}

.p-how-to-use {
    background: #b1dbdb;
    padding: 120px 0
}

@media screen and (max-width: 767.98px) {
    .p-how-to-use {
        padding:15.626vw 0;
        margin: 0 -5.208vw
    }
}

@media print,screen and (min-width: 768px) {
    .p-how-to-use__flow-inner {
        display:flex;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 -20px -40px;
        counter-reset: num;
        width: auto!important
    }
}

@media print,screen and (min-width: 768px) {
    .p-how-to-use__flow-navi {
        display:none
    }
}

@media screen and (max-width: 767.98px) {
    .p-how-to-use__flow-navi {
        position:absolute;
        top: calc(50% - 5.209vw);
        z-index: 10;
        width: 100%
    }

    .p-how-to-use__flow-navi-item {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 5.209vw;
        width: 10.417vw;
        height: 10.417vw;
        border-radius: 100%;
        background: #59b9b2;
        outline: none
    }

    .p-how-to-use__flow-navi-item:after {
        content: "";
        position: relative;
        display: block;
        width: 1.303vw;
        height: 1.303vw;
        border-top: .521vw solid #fff;
        border-right: .521vw solid #fff;
        transform: rotate(-135deg);
        left: .391vw
    }

    .p-how-to-use__flow-navi-item--prev {
        left: auto;
        right: 5.209vw
    }

    .p-how-to-use__flow-navi-item--prev:after {
        transform: rotate(45deg);
        left: -.39vw
    }

    .p-how-to-use__flow-navi-item.swiper-button-disabled {
        opacity: .6
    }
}

.p-how-to-use__flow-item {
    position: relative;
    counter-increment: num;
    display: flex;
    flex-direction: column
}

@media print,screen and (min-width: 768px) {
    .p-how-to-use__flow-item {
        background:#fff;
        height: auto!important;
        width: calc(33.33333% - 40px)!important;
        margin: 0 20px 40px
    }
}

@media screen and (max-width: 767.98px) {
    .p-how-to-use__flow-item {
        padding:0 10.417vw
    }
}

.p-how-to-use__flow-item:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    content: counter(num);
    background: #e5d855;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 22px;
    letter-spacing: 2.2px
}

@media screen and (max-width: 767.98px) {
    .p-how-to-use__flow-item:before {
        left:10.417vw;
        width: 13.022vw;
        height: 13.022vw;
        font-size: 5.209vw;
        letter-spacing: .521vw
    }
}

@media screen and (max-width: 767.98px) {
    .p-how-to-use__flow-item-image img {
        width:100%;
        height: auto
    }
}

.p-how-to-use__flow-item-text {
    flex-grow: 1;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.6px
}

@media screen and (max-width: 767.98px) {
    .p-how-to-use__flow-item-text {
        background:#fff;
        font-size: 3.646vw;
        padding: 4.688vw
    }
}

.p-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(var(--vh, 1vh)*100);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(89,185,178,.6);
    opacity: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .25s ease 0s
}

.p-modal.is-show {
    opacity: 1;
    pointer-events: auto
}

.p-modal__container {
    width: 940px;
    border: 4px solid #5db9b2;
    background: #fff;
    position: relative
}

@media screen and (max-width: 767.98px) {
    .p-modal__container {
        width:auto;
        max-height: calc(var(--vh, 1vh)*90 + 2.084vw);
        margin: 0 5.209vw;
        border-width: 1.042vw
    }
}

@media screen and (max-width: 767.98px) {
    .p-modal__inner {
        max-height:calc(var(--vh, 1vh)*90);
        overflow: scroll
    }
}

.p-modal__head-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #59b9b2;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    right: -25px;
    top: -25px;
    z-index: 20
}

@media (min-width: 768px) {
    .p-modal__head-close {
        transition:opacity .25s ease
    }

    .p-modal__head-close:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-modal__head-close {
        width:13.022vw;
        height: 13.022vw;
        right: -5.208vw;
        top: -5.208vw
    }
}

.p-modal__head-close:after,.p-modal__head-close:before {
    position: absolute;
    content: "";
    display: block;
    background: #fff;
    left: calc(50% - 10px);
    top: calc(50% - 1px);
    transform-origin: center center;
    width: 20px;
    height: 3px
}

@media screen and (max-width: 767.98px) {
    .p-modal__head-close:after,.p-modal__head-close:before {
        width:5.209vw;
        height: .782vw;
        left: calc(50% - 2.605vw);
        top: calc(50% - 1px)
    }
}

.p-modal__head-close:before {
    transform: rotate(45deg)
}

.p-modal__head-close:after {
    transform: rotate(-45deg)
}

.p-modal__footer-close {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

@media screen and (max-width: 767.98px) {
    .p-modal__footer-close {
        margin-bottom:6.511vw
    }
}

.p-modal__footer-close-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 768px) {
    .p-modal__footer-close-btn {
        transition:opacity .25s ease
    }

    .p-modal__footer-close-btn:hover {
        opacity: .7
    }
}

.p-modal__footer-close-btn:before {
    content: "";
    display: block;
    background: #59b9b2;
    width: 50px;
    height: 50px;
    border-radius: 100%
}

@media screen and (max-width: 767.98px) {
    .p-modal__footer-close-btn:before {
        width:13.022vw;
        height: 13.022vw
    }
}

.p-modal__footer-close-btn-text {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-decoration: underline;
    margin-left: 10px
}

@media screen and (max-width: 767.98px) {
    .p-modal__footer-close-btn-text {
        font-size:3.126vw;
        letter-spacing: .313vw;
        margin-left: 2.605vw
    }
}

.p-modal__footer-close-btn-text:after,.p-modal__footer-close-btn-text:before {
    position: absolute;
    content: "";
    display: block;
    background: #fff;
    left: 13px;
    top: calc(50% - 1px);
    transform-origin: center center;
    width: 24px;
    height: 3px
}

@media screen and (max-width: 767.98px) {
    .p-modal__footer-close-btn-text:after,.p-modal__footer-close-btn-text:before {
        width:5.209vw;
        height: .782vw;
        left: 3.646vw;
        top: calc(50% - 1px)
    }
}

.p-modal__footer-close-btn-text:before {
    transform: rotate(45deg)
}

.p-modal__footer-close-btn-text:after {
    transform: rotate(-45deg)
}

.p-page {
    padding-top: 90px;
    background: #fcfaf0
}

@media screen and (max-width: 767.98px) {
    .p-page {
        padding-top:18.23vw
    }
}

.p-page__header {
    background: #b1dbdb;
    height: 310px
}

@media screen and (max-width: 767.98px) {
    .p-page__header {
        height:49.741vw
    }
}

.p-page__header-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 4px solid #252525
}

@media screen and (max-width: 767.98px) {
    .p-page__header-inner {
        margin:0 5.209vw
    }
}

.p-page__title {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 6.4px;
    color: #252525
}

@media screen and (max-width: 767.98px) {
    .p-page__title {
        font-size:10.938vw;
        letter-spacing: .876vw
    }
}

.p-page__sub-title {
    font-weight: 600;
    margin-top: 19px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #252525
}

@media screen and (max-width: 767.98px) {
    .p-page__sub-title {
        margin-top:2.605vw;
        font-size: 3.646vw;
        letter-spacing: .365vw
    }
}

.p-product-campaign {
    background: #fff;
    padding: 90px 0
}

@media screen and (max-width: 767.98px) {
    .p-product-campaign {
        padding:15.626vw 5.209vw
    }
}

.p-product-campaign__banner {
    border: 2px solid #e5d855;
    display: flex;
    align-items: center;
    padding: 55px 0 55px 67px;
    position: relative;
    justify-content: center
}

.p-product-campaign__banner+.p-product-campaign__banner {
    margin-top: 40px
}

@media screen and (max-width: 767.98px) {
    .p-product-campaign__banner {
        display:block;
        margin-top: 5.209vw;
        border-width: .521vw;
        padding: 10.417vw 7.032vw
    }
}

.p-product-campaign__banner:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 0 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #252525;
    position: absolute;
    right: 10px;
    bottom: 10px
}

@media screen and (max-width: 767.98px) {
    .p-product-campaign__banner:after {
        width:6.251vw;
        height: 6.251vw;
        margin: 0 0 0 2.605vw
    }
}

.p-product-campaign__banner:before {
    position: absolute;
    right: 18px;
    bottom: 16px;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    z-index: 10
}

@media screen and (max-width: 767.98px) {
    .p-product-campaign__banner:before {
        width:1.172vw;
        height: 1.172vw;
        border-width: .521vw;
        right: 5.209vw;
        bottom: 4.558vw
    }
}

.p-product-campaign__banner--image {
    border: none;
    padding: 0
}

@media (min-width: 768px) {
    .p-product-campaign__banner--image {
        transition:opacity .25s ease
    }

    .p-product-campaign__banner--image:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-product-campaign__banner--image {
        padding:0
    }
}

.p-product-campaign__banner--image:after,.p-product-campaign__banner--image:before {
    display: none
}

.p-product-campaign__banner-badge {
    position: absolute;
    width: 97px;
    height: 97px;
    left: 19px;
    top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #e5d855;
    border-radius: 100%;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: 1.3px
}

@media screen and (max-width: 767.98px) {
    .p-product-campaign__banner-badge {
        width:18.23vw;
        height: 18.23vw;
        font-size: 2.605vw;
        letter-spacing: .261vw
    }
}

.p-product-campaign__banner-image {
    margin-right: 40px
}

@media screen and (max-width: 767.98px) {
    .p-product-campaign__banner-image {
        margin-left:7.032vw;
        margin-right: 2.995vw;
        margin-bottom: 3.907vw
    }
}

.p-product-campaign__banner-sub-title {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 15px;
    color: #59b9b2
}

@media screen and (max-width: 767.98px) {
    .p-product-campaign__banner-sub-title {
        font-size:2.605vw;
        letter-spacing: .261vw;
        margin-bottom: 1.303vw
    }
}

.p-product-campaign__banner-title {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 30px;
    line-height: 1.23;
    letter-spacing: 3px
}

@media screen and (max-width: 767.98px) {
    .p-product-campaign__banner-title {
        font-size:5.209vw;
        letter-spacing: .261vw
    }
}

.p-product-campaign__banner-desc {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 1.8px;
    text-align: left
}

@media screen and (max-width: 767.98px) {
    .p-product-campaign__banner-desc {
        margin-top:3.907vw;
        font-size: 3.126vw;
        line-height: 1.25;
        letter-spacing: .313vw
    }
}

.p-product-campaign__banner-desc span {
    position: relative
}

.p-product-campaign__banner-desc span:after,.p-product-campaign__banner-desc span:before {
    left: 0;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #252525
}

@media screen and (max-width: 767.98px) {
    .p-product-campaign__banner-desc span:after,.p-product-campaign__banner-desc span:before {
        height:.521vw
    }
}

.p-product-campaign__banner-desc span:before {
    top: -7px
}

@media screen and (max-width: 767.98px) {
    .p-product-campaign__banner-desc span:before {
        top:-2.083vw
    }
}

.p-product-campaign__banner-desc span:after {
    bottom: -7px
}

@media screen and (max-width: 767.98px) {
    .p-product-campaign__banner-desc span:after {
        bottom:-2.083vw
    }
}

.p-product-cart {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 60;
    background: #59b9b2;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 767.98px) {
    .p-product-cart {
        width:100%;
        margin: 0 -5.208vw;
        padding: 3.126vw 5.209vw;
        display: -ms-grid;
        display: grid;
        height: auto;
        -ms-grid-columns: 10.417vw 1fr 50%;
        grid-template-columns: 10.417vw 1fr 50%;
        -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr
    }
}

.p-product-cart__icon {
    position: relative;
    width: 28px;
    height: 28px;
    margin-right: 20px;
    background: url(https://tengahealthcare.com/cms/wp-content/themes/tenga/assets/img/common/icn_cart_01.svg) no-repeat 50%/28px
}

@media screen and (max-width: 767.98px) {
    .p-product-cart__icon {
        -ms-grid-column:1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        background-size: 5.469vw;
        width: 5.469vw;
        height: 5.469vw
    }
}

.p-product-cart__icon-num {
    right: -10px;
    top: -10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5d855;
    font-size: 10px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    line-height: 1.4;
    letter-spacing: 1px;
    width: 20px;
    height: 20px;
    border-radius: 100%
}

@media screen and (max-width: 767.98px) {
    .p-product-cart__icon-num {
        width:4.688vw;
        height: 4.688vw;
        font-size: 2.605vw
    }
}

.p-product-cart__label {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    color: #fff;
    margin-right: 30px;
    font-size: 10px;
    line-height: 1.32;
    letter-spacing: 1.5px
}

@media screen and (max-width: 767.98px) {
    .p-product-cart__label {
        -ms-grid-column:2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        margin: 0;
        font-size: 2.605vw;
        letter-spacing: .391vw
    }
}

.p-product-cart__price {
    color: #fff;
    display: flex;
    align-items: flex-end
}

@media screen and (max-width: 767.98px) {
    .p-product-cart__price {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
    }
}

.p-product-cart__price-num {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 34px;
    line-height: 1.21;
    letter-spacing: 1.7px
}

@media screen and (max-width: 767.98px) {
    .p-product-cart__price-num {
        font-size:5.209vw;
        letter-spacing: .261vw
    }
}

.p-product-cart__price-num:before {
    content: "¥"
}

.p-product-cart__price-unit {
    font-size: 12px;
    font-family: 600;
    letter-spacing: 1.2px;
    margin-bottom: 12px
}

@media screen and (max-width: 767.98px) {
    .p-product-cart__price-unit {
        margin-bottom:1.563vw;
        margin-left: 1.823vw;
        font-size: 3.126vw;
        letter-spacing: .313vw
    }
}

.p-product-cart__actions {
    margin-left: 60px
}

@media screen and (max-width: 767.98px) {
    .p-product-cart__actions {
        margin:0;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3
    }
}

.p-product-cart__actions-btn {
    color: #252525;
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #e5d855;
    border: 1px solid #e5d855;
    text-align: center;
    font-size: 19px;
    letter-spacing: 1.4px;
    font-family: inherit;
    font-weight: 600;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background .25s ease 0s,color .25s ease 0s,border-color .25s ease 0s
}

@media screen and (max-width: 767.98px) {
    .p-product-cart__actions-btn {
        width:100%;
        height: 13.022vw;
        font-size: 3.126vw;
        letter-spacing: .313vw
    }
}

.p-product-cart__actions-btn:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #252525;
    border-right: 2px solid #252525;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: border-color .25s ease 0s
}

@media screen and (max-width: 767.98px) {
    .p-product-cart__actions-btn:after {
        width:1.303vw;
        height: 1.303vw;
        border-width: .521vw;
        right: 5.209vw
    }
}

.p-product-cart__actions-btn:hover {
    border-color: #59b9b2;
    color: #59b9b2;
    background: #fff
}

.p-product-cart__actions-btn:hover:after {
    border-color: #59b9b2
}

.p-product-detail-section {
    margin-top: 90px
}

@media screen and (max-width: 767.98px) {
    .p-product-detail-section {
        margin-top:15.626vw
    }
}

.p-product-detail-section__header {
    position: relative;
    margin-bottom: 40px
}

@media screen and (max-width: 767.98px) {
    .p-product-detail-section__header {
        margin-bottom:12.501vw
    }
}

.p-product-detail-section__content {
    width: 810px;
    margin-left: auto
}

@media screen and (max-width: 767.98px) {
    .p-product-detail-section__content {
        width:auto;
        padding: 0 0 0 5.209vw
    }
}

.p-product-detail-section__title {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 40px;
    letter-spacing: 3.2px;
    display: flex;
    white-space: nowrap;
    align-items: center
}

@media screen and (max-width: 767.98px) {
    .p-product-detail-section__title {
        font-size:7.292vw;
        letter-spacing: .584vw
    }
}

.p-product-detail-section__title:after {
    content: "";
    display: block;
    width: 810px;
    height: 2px;
    background: #252525;
    margin-left: auto
}

@media screen and (max-width: 767.98px) {
    .p-product-detail-section__title:after {
        width:54.689vw;
        height: .521vw
    }
}

.p-product-detail-section__sub-title {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 14px;
    letter-spacing: 1.4px
}

@media screen and (max-width: 767.98px) {
    .p-product-detail-section__sub-title {
        font-size:3.126vw;
        letter-spacing: .313vw
    }
}

.p-product-detail__header {
    position: relative;
    background: #b1dbdb;
    height: 590px;
    overflow: hidden
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__header {
        display:flex;
        flex-direction: column;
        height: auto;
        padding: 7.813vw 0
    }
}

.p-product-detail__header-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    height: 100%;
    left: calc(50% - 555px)
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__header-inner {
        order:2;
        display: block;
        height: auto;
        margin-top: -3.906vw;
        left: 13.022vw
    }
}

.p-product-detail__title {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 2.5px;
    color: #252525
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__title {
        font-size:6.511vw;
        line-height: 1.36;
        letter-spacing: .326vw
    }
}

.p-product-detail__sub-title {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #141414
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__sub-title {
        margin-top:.652vw;
        font-size: 3.126vw;
        line-height: 1.67;
        letter-spacing: .313vw
    }
}

.p-product-detail__fv {
    position: absolute;
    width: calc(50% + 250px);
    height: 470px;
    right: 0;
    top: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__fv {
        order:1;
        position: relative;
        top: auto;
        right: auto;
        margin-left: auto;
        width: 89.847vw;
        height: 57.294vw
    }
}

.p-product-detail__fv img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.p-product-detail__content {
    padding: 20px;
    background: #fff
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__content {
        padding:0 5.209vw 0
    }
}

.p-product-detail__overview {
    margin-bottom: 120px
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__overview {
        margin-bottom:15.626vw
    }
}

.p-product-detail__overview-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: 3.6px;
    color: #252525
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__overview-title {
        font-size:5.73vw;
        letter-spacing: .573vw
    }
}

.p-product-detail__overview-desc {
    margin-top: 50px;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 1.4px
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__overview-desc {
        margin-top:9.115vw;
        font-size: 3.646vw;
        line-height: 1.86;
        letter-spacing: .365vw
    }
}

.p-product-detail__data {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 343px 1fr;
    grid-template-columns: 343px 1fr;
    -ms-grid-rows: auto auto auto auto 1fr;
    grid-template-rows: auto auto auto auto 1fr;
    flex-grow: 1;
    ;align-items: center;
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data {
        padding:0 5.209vw;
        -ms-grid-columns: 36.46vw 1fr;
        grid-template-columns: 36.46vw 1fr
    }
}

.p-product-detail__data[data-loading="1"] {
    pointer-events: none;
    opacity: .7
}

.p-product-detail__data-image {
    width: 283px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1/6;
    margin-top: -50px;
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-image {
        -ms-grid-row:1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        width: 33.856vw
    }
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-image {
        margin-top:0;
    }
}

.p-product-detail__data-title {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 1.8px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-title {
        font-size:4.5vw;
        letter-spacing: 0.05em
    }
}

.p-product-detail__data-desc {
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.71;
    letter-spacing: 1.4px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-desc {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 2/4;
        padding-top: 4.558vw;
        padding-bottom: 4.558vw;
        font-size: 3.126vw;
        letter-spacing: .313vw
    }
}

.p-product-detail__data-amount {
    display: flex;
    align-items: center;
    position: relative;
    border-top: 1px solid #252525;
    padding: 40px 0 5px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4
}

.p-product-detail__data-amount.pt0 {
    padding-top: 10px;
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-amount {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
        border-top-width: .261vw;
        padding: 2.605vw 0
    }
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-amount {
        padding:10vw 0 2vw;
    }
}

.p-product-detail__data-soryo {
    position: absolute;
    top: 20px;
    left: 0;
}

.p-product-detail__data-soryo span.soryo01 {
    padding: 3px 8px;
    margin-right: 10px;
    text-decoration: none;
    background: #000000;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.p-product-detail__data-soryo span.soryo02 {
    font-size: 18px;
    text-decoration: line-through;
}

.p-product-detail__data-soryo span.soryo03 {
    font-size: 13px;
}

@media screen and (max-width: 375px) {
    .p-product-detail__data-soryo {
        top:4vw;
    }

    .p-product-detail__data-soryo span.soryo01 {
        font-size: 2.93vw;
    }

    .p-product-detail__data-soryo span.soryo02 {
        font-size: 3.73vw;
    }

    .p-product-detail__data-soryo span.soryo03 {
        font-size: 2.7vw;
    }
}

.p-product-detail__data-amount-price {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.p-product-detail__data-amount-price-num {
    font-weight: 700;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0;
    color: #ff0000;
}

.pt0 .p-product-detail__data-amount-price-num {
    color: #000000;
}

.p-product-detail__data-amount-price-num span {
    font-size: 16px;
    color: #000000;
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-amount-price-num {
        font-size:5.3vw;
        left: .469vw
    }

    .p-product-detail__data-amount-price-num span {
        font-size: 3.6vw;
    }
}

.p-product-detail__data-amount-price-tax {
    font-size: 10px;
    letter-spacing: 1.3px
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-amount-price-tax {
        font-size:2.605vw;
        letter-spacing: .261vw
    }
}

.p-product-detail__data-amount-price-note {
    font-weight: 700;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 20px;
    margin-left: 20px;
    line-height: 2;
    letter-spacing: 2px
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-amount-price-note {
        display:none
    }
}

.p-product-detail__data-amount-count {
    margin-left: 30px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-amount-count {
        margin-left:2vw
    }
}

.p-product-detail__data-amount-count-label {
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-right: 5px
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-amount-count-label {
        font-size:3.126vw;
        letter-spacing: .313vw;
        margin-right: 1.303vw
    }
}

.p-product-detail__data-amount-count-field {
    border: 1px solid #252525;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 2px;
    width: 50px;
    text-align: center;
    padding: 5px
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-amount-count-field {
        font-size:3.73vw;
        letter-spacing: 0;
        width: 8vw;
        height: 7vw;
    }
}

.p-product-detail__data-actions {
    border-top: 1px solid #252525;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-actions {
        justify-content:center;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5/6;
        padding-top: 5.209vw;
        border-top-width: .521vw
    }
}

.p-product-detail__data-actions-btn {
    width: 270px;
    height: 50px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #59b9b2;
    text-align: center;
    font-size: 19px;
    font-family: inherit;
    font-weight: 600;
    color: #fff;
    margin-right: 90px;
    cursor: pointer;
    border: 1px solid #59b9b2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background .25s ease 0s,color .25s ease 0s,border-color .25s ease 0s
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-actions-btn {
        width:67.711vw;
        height: 13.022vw;
        margin: 0;
        font-size: 4.8vw;
        letter-spacing: 0.05em;
    }
}

.p-product-detail__data-actions-btn svg {
    width: 16px;
    margin-left: 6px
}

.p-product-detail__data-actions-btn svg path {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: fill .25s ease 0s
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-actions-btn svg {
        margin-left:1.303vw;
        width: 4.688vw
    }
}

.p-product-detail__data-actions-btn:hover {
    background: #fff;
    border-color: #59b9b2;
    color: #59b9b2
}

.p-product-detail__data-actions-btn:hover svg path {
    fill: #59b9b2!important
}

.p-product-detail__data-actions-link {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
    font-family: 600;
    letter-spacing: 1.4px;
    text-decoration: underline
}

.p-product-detail__data-actions-link:before {
    content: "";
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100%;
    background: #59b9b2 url(../img/common/icn_shipping_01.svg) no-repeat 50%/20px
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-actions-link:before {
        width:10.417vw;
        height: 10.417vw;
        background-size: 4.428vw
    }
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-actions-link {
        margin-top:4.688vw;
        font-size: 3.126vw;
        letter-spacing: .313vw
    }
}

.p-product-detail__data-actions-note {
    width: 100%;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 1.2px;
    color: #707f89
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-actions-note {
        text-align:left;
        width: 100%;
        margin-top: 5.209vw;
        font-size: 3.126vw;
        letter-spacing: .313vw
    }
}

.p-product-detail__data-thumbs {
    display: flex;
    align-items: stretch;
    padding: 18px 0 0;
    margin: 0 -12px 0 -13px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-thumbs {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        margin: 0 -.781vw;
        padding-top: 2.605vw
    }
}

.p-product-detail__data-thumbs-item {
    width: 107px;
    margin: 0 12px 0 13px;
    opacity: .7;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .25s ease 0s
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__data-thumbs-item {
        margin:0 .782vw;
        width: calc(20% - 1.563vw)
    }
}

.p-product-detail__data-thumbs-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #5db9b2
}

.p-product-detail__data-thumbs-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.p-product-detail__data-thumbs-item.is-active,.p-product-detail__data-thumbs-item:hover {
    opacity: 1
}

.p-product-detail__data-thumbs-item.is-active:before,.p-product-detail__data-thumbs-item:hover:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #5db9b2
}

.p-product-detail__share {
    margin: 90px 0
}

@media screen and (max-width: 767.98px) {
    .p-product-detail__share {
        margin:15.626vw 0
    }
}

.p-product-excerpts {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -20px -50px
}

@media screen and (max-width: 767.98px) {
    .p-product-excerpts {
        margin:0 -3.906vw -7.812vw;
        padding: 0 5.209vw
    }
}

.p-product-excerpts__item {
    margin: 0 20px 50px;
    width: calc(33.3333% - 40px)
}

@media screen and (max-width: 767.98px) {
    .p-product-excerpts__item {
        margin:0 3.907vw 7.813vw;
        width: calc(50% - 7.813vw)
    }
}

.p-product-excerpts__item-image {
    display: block;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden
}

@media screen and (max-width: 767.98px) {
    .p-product-excerpts__item-image {
        margin-bottom:2.605vw
    }
}

.p-product-excerpts__item-image:hover img {
    transform: scale(1.05)
}

.p-product-excerpts__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .25s ease 0s
}

.p-product-excerpts__item-overview {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.86;
    letter-spacing: 1.4px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative
}

@media screen and (max-width: 767.98px) {
    .p-product-excerpts__item-overview {
        font-size:3.126vw;
        letter-spacing: .313vw;
        margin-bottom: 2.605vw
    }
}

.p-product-excerpts__item-overview:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 8px;
    width: 3px;
    height: 6px;
    z-index: 10;
    transform: rotate(45deg);
    border-right: 2px solid #252525;
    border-bottom: 2px solid #252525
}

@media screen and (max-width: 767.98px) {
    .p-product-excerpts__item-overview:after {
        left:2.084vw;
        top: 1.563vw;
        width: .782vw;
        height: 1.563vw;
        border-width: .521vw
    }
}

.p-product-excerpts__item-overview:before {
    flex-shrink: 0;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #252525;
    background: #fff;
    border-radius: 100%;
    margin-right: 5px
}

@media screen and (max-width: 767.98px) {
    .p-product-excerpts__item-overview:before {
        width:4.167vw;
        height: 4.167vw;
        border-width: .521vw
    }
}

.p-product-excerpts__item-sub-title {
    font-size: 14px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 1.4;
    margin-bottom: 8px
}

@media screen and (max-width: 767.98px) {
    .p-product-excerpts__item-sub-title {
        font-size:3.646vw;
        line-height: 1.57;
        margin-bottom: 2.084vw;
        letter-spacing: .365vw
    }
}

.p-product-excerpts__item-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    letter-spacing: 1.4px
}

@media screen and (max-width: 767.98px) {
    .p-product-excerpts__item-title {
        font-size:3.646vw;
        line-height: 1.57;
        letter-spacing: .365vw
    }
}

.p-product-excerpts__item-actions {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 2px solid #252525;
    text-align: right
}

@media screen and (max-width: 767.98px) {
    .p-product-excerpts__item-actions {
        margin-top:3.907vw;
        padding-top: 2.605vw;
        border-width: .521vw
    }
}

.p-product-excerpts__item-actions-btn {
    font-size: 12px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-weight: 700;
    color: #252525;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative
}

@media (min-width: 768px) {
    .p-product-excerpts__item-actions-btn {
        transition:opacity .25s ease
    }

    .p-product-excerpts__item-actions-btn:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-product-excerpts__item-actions-btn {
        font-size:3.126vw
    }
}

.p-product-excerpts__item-actions-btn:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 0 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #252525
}

@media screen and (max-width: 767.98px) {
    .p-product-excerpts__item-actions-btn:after {
        width:5.209vw;
        height: 5.209vw;
        margin: 0 0 0 3.256vw
    }
}

.p-product-excerpts__item-actions-btn:before {
    position: absolute;
    right: 7px;
    top: calc(50% - 3px);
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    z-index: 10
}

@media screen and (max-width: 767.98px) {
    .p-product-excerpts__item-actions-btn:before {
        width:1.042vw;
        height: 1.042vw;
        border-width: .521vw;
        right: 1.954vw;
        top: calc(50% - .782vw)
    }
}

.p-product-faq {
    background: #b1dbdb;
    padding: 120px 0
}

@media screen and (max-width: 767.98px) {
    .p-product-faq {
        margin:0 -5.208vw;
        padding: 15.626vw 5.209vw
    }
}

.p-product-faq__faqs-item {
    background: #fff
}

@media screen and (max-width: 767.98px) {
    .p-product-faq__faqs-item {
        padding:0 2.605vw
    }
}

.p-product-faq__faqs-item+.p-product-faq__faqs-item {
    margin-top: 20px
}

@media screen and (max-width: 767.98px) {
    .p-product-faq__faqs-item+.p-product-faq__faqs-item {
        margin-top:7.813vw
    }
}

.p-product-faq__faqs-item-question {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.86;
    padding: 25px 70px;
    letter-spacing: 1.4px;
    position: relative;
    cursor: pointer
}

@media screen and (max-width: 767.98px) {
    .p-product-faq__faqs-item-question {
        font-size:3.646vw;
        line-height: 1.71;
        letter-spacing: .365vw;
        padding: 5.73vw 8.334vw
    }
}

.p-product-faq__faqs-item-question:before {
    content: "Q.";
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 28px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    color: #59b9b2
}

@media screen and (max-width: 767.98px) {
    .p-product-faq__faqs-item-question:before {
        font-size:5.73vw;
        top: 4.167vw
    }
}

.p-product-faq__faqs-item-question:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 3px solid #59b9b2;
    border-left: 3px solid #59b9b2;
    transform: rotate(-135deg);
    right: 0;
    top: calc(50% - 4px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .25s ease 0s,top .25s ease 0s
}

@media screen and (max-width: 767.98px) {
    .p-product-faq__faqs-item-question:after {
        width:1.563vw;
        height: 1.563vw;
        border-width: .782vw;
        top: calc(50% - 6px);
        right: 1.303vw
    }
}

.p-product-faq__faqs-item-answer {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 1.4px;
    position: relative;
    border-top: 1px solid #59b9b2;
    padding: 22px 70px 25px;
    overflow: hidden;
    display: none
}

.p-product-faq__faqs-item-answer a {
    color: #59b9b2;
    text-decoration: underline
}

.p-product-faq__faqs-item-answer a:hover {
    text-decoration: none
}

@media screen and (max-width: 767.98px) {
    .p-product-faq__faqs-item-answer {
        font-size:3.646vw;
        line-height: 1.84;
        letter-spacing: .365vw;
        padding: 5.209vw 8.334vw 5.73vw
    }
}

.p-product-faq__faqs-item-answer:before {
    content: "A.";
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 28px;
    color: #59b9b2
}

@media screen and (max-width: 767.98px) {
    .p-product-faq__faqs-item-answer:before {
        top:3.907vw;
        font-size: 5.73vw
    }
}

.p-product-faq__faqs-item.is-show .p-product-faq__faqs-item-question:after {
    transform: rotate(45deg)
}

.p-product-review-form {
    margin-top: 40px;
    border-top: 2px solid #252525;
    padding-top: 60px;
    display: flex;
    align-items: stretch
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form {
        display:block;
        margin-top: 7.813vw;
        padding-top: 13.022vw;
        border-top-width: .521vw
    }
}

.p-product-review-form__header {
    width: 280px;
    flex-shrink: 0;
    padding-right: 40px
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form__header {
        width:auto;
        padding-right: 0
    }
}

.p-product-review-form__title {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 20px;
    letter-spacing: 1.6px
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form__title {
        font-size:6.251vw;
        letter-spacing: .501vw
    }
}

.p-product-review-form__sub-title {
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 1.2px
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form__sub-title {
        margin-top:1.954vw;
        font-size: 3.646vw;
        letter-spacing: .365vw
    }
}

.p-product-review-form__body {
    flex-grow: 1
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form__body {
        margin-top:9.115vw
    }
}

.p-product-review-form__row {
    display: flex;
    align-items: center
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form__row--text {
        display:block
    }
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form__row--text .p-product-review-form__row-content {
        margin-top:1.954vw;
        padding-left: 0
    }
}

.p-product-review-form__row+.p-product-review-form__row {
    margin-top: 20px
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form__row+.p-product-review-form__row {
        margin-top:5.209vw
    }
}

.p-product-review-form__row-title {
    width: 160px;
    flex-shrink: 0
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form__row-title {
        width:auto;
        font-size: 3.646vw;
        letter-spacing: .365vw
    }
}

.p-product-review-form__row-content {
    flex-grow: 1
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form__row-content {
        padding-left:5.209vw
    }
}

.p-product-review-form__row-content svg {
    width: 18px;
    height: 17px;
    margin-right: 3px
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form__row-content svg {
        margin-right:1.823vw;
        width: 5.469vw;
        height: 5.079vw
    }
}

.p-product-review-form__field {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #707f89;
    font-size: 14px;
    font-family: inherit
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form__field {
        height:13.022vw;
        padding: 0 2.605vw;
        font-size: 3.646vw
    }
}

.p-product-review-form__field--textarea {
    height: 140px;
    padding: 10px
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form__field--textarea {
        height:36.46vw
    }
}

.p-product-review-form__error {
    font-size: 14px;
    margin-top: 10px;
    color: red
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form__error {
        font-size:3.126vw;
        margin-top: 2.605vw
    }
}

.p-product-review-form__actions {
    padding-right: 100px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form__actions {
        padding-right:0;
        margin-top: 7.813vw;
        justify-content: center
    }
}

.p-product-review-form__actions-btn {
    display: block;
    width: 272px;
    height: 55px;
    border-radius: 100px;
    border: 1px solid #707f89;
    background-color: #fff;
    font-size: 14px;
    font-family: dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    line-height: 2.14;
    letter-spacing: 1.4px;
    color: #707f89;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background .25s ease 0s,color .25s ease 0s,border-color .25s ease 0s
}

@media screen and (max-width: 767.98px) {
    .p-product-review-form__actions-btn {
        width:67.711vw;
        height: 13.022vw;
        font-size: 3.126vw;
        letter-spacing: .313vw
    }
}

.p-product-review-form__actions-btn:hover {
    background: #59b9b2;
    border-color: #59b9b2;
    color: #fff
}

.p-product-review-form__reviewed {
    width: 100%;
    text-align: center;
    line-height: 1.7;
    font-size: 14px
}

.p-product-review {
    padding: 120px 0
}

@media screen and (max-width: 767.98px) {
    .p-product-review {
        padding:15.626vw 0
    }
}

.p-product-review__reviews-item {
    display: flex;
    align-items: flex-start
}

@media screen and (max-width: 767.98px) {
    .p-product-review__reviews-item {
        display:block
    }
}

.p-product-review__reviews-item+.p-product-review__reviews-item {
    margin-top: 80px
}

@media screen and (max-width: 767.98px) {
    .p-product-review__reviews-item+.p-product-review__reviews-item {
        margin-top:10.417vw
    }
}

.p-product-review__reviews-item-header {
    width: 280px;
    flex-shrink: 0;
    padding-right: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 76px 1fr;
    grid-template-columns: 76px 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr
}

@media screen and (max-width: 767.98px) {
    .p-product-review__reviews-item-header {
        width:auto;
        -ms-grid-columns: 17.188vw;
        grid-template-columns: 17.188vw
    }
}

.p-product-review__reviews-item-icon {
    width: 56px;
    height: 56px;
    margin-right: 20px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    background: url(../img/common/icn_voice_01.svg) no-repeat 50%/56px
}

@media screen and (max-width: 767.98px) {
    .p-product-review__reviews-item-icon {
        margin-right:0;
        height: 14.584vw;
        width: 14.584vw;
        background-size: 14.584vw
    }
}

.p-product-review__reviews-item-name {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 1.4px
}

@media screen and (max-width: 767.98px) {
    .p-product-review__reviews-item-name {
        font-size:3.646vw;
        letter-spacing: .365vw;
        padding-bottom: .782vw
    }
}

.p-product-review__reviews-item-star {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3
}

.p-product-review__reviews-item-star svg {
    width: 18px;
    height: 17px;
    margin-right: 3px
}

@media screen and (max-width: 767.98px) {
    .p-product-review__reviews-item-star svg {
        margin-right:.652vw;
        width: 3.803vw;
        height: 3.62vw
    }
}

.p-product-review__reviews-item-body {
    flex-grow: 1
}

@media screen and (max-width: 767.98px) {
    .p-product-review__reviews-item-body {
        margin-top:10.417vw
    }
}

.p-product-review__reviews-item-comment {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1.4px
}

@media screen and (max-width: 767.98px) {
    .p-product-review__reviews-item-comment {
        font-size:3.646vw;
        letter-spacing: .365vw
    }
}

.p-product-review__reviews-item-res {
    border-top: 1px solid #707f89;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 12px;
    line-height: 1.83;
    letter-spacing: 1.2px
}

@media screen and (max-width: 767.98px) {
    .p-product-review__reviews-item-res {
        font-size:3.126vw;
        letter-spacing: .313vw;
        margin-top: 6.511vw;
        padding-top: 6.511vw;
        border-top-width: .521vw
    }
}

.p-product-review__pager {
    margin-top: 80px
}

@media screen and (max-width: 767.98px) {
    .p-product-review__pager {
        margin-top:16.928vw
    }
}

.p-product-section {
    padding: 120px 0
}

@media screen and (max-width: 767.98px) {
    .p-product-section {
        padding:15.626vw 0
    }
}

.p-product-section--bg {
    background: #b1dbdb
}

.p-product-section__header {
    text-align: center;
    margin-bottom: 60px
}

@media screen and (max-width: 767.98px) {
    .p-product-section__header {
        margin-bottom:7.813vw
    }
}

.p-product-section__sub-title {
    display: block;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 13px;
    letter-spacing: 1.04px;
    color: #252525
}

@media screen and (max-width: 767.98px) {
    .p-product-section__sub-title {
        font-size:2.605vw;
        letter-spacing: .209vw
    }
}

.p-product-section__title {
    border-top: 2px solid #252525;
    display: inline-block;
    padding-top: 20px;
    margin-top: 15px;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 3.4px;
    color: #252525
}

@media screen and (max-width: 767.98px) {
    .p-product-section__title {
        margin-top:2.605vw;
        border-width: .521vw;
        padding-top: 2.605vw;
        font-size: 5.209vw;
        letter-spacing: .521vw
    }
}

.p-recommended-product {
    padding: 90px 0;
    background: #fcfaf0
}

@media screen and (max-width: 767.98px) {
    .p-recommended-product {
        padding:15.626vw 0;
        margin: 0 -5.208vw
    }
}

@media print,screen and (min-width: 768px) {
    .p-recommended-product__products-inner {
        display:flex;
        align-items: stretch;
        justify-content: space-around;
        margin: 0 -27px;
        width: auto!important
    }
}

@media screen and (max-width: 767.98px) {
    .p-recommended-product__products-inner {
        width:100%;
        margin: 0
    }
}

/* @media print,screen and (min-width:768px){.p-recommended-product__products-navi{display:none}}@media screen and (max-width:767.98px){.p-recommended-product__products-navi{position:absolute;top:calc(50% - 33.856vw);z-index:10;width:100%}  .p-recommended-product__products-navi-item{position:absolute;display:flex;align-items:center;justify-content:center;left:5.209vw;width:10.417vw;height:10.417vw;border-radius:100%;background:#59b9b2;outline:none} .p-recommended-product__products-navi-item:after{content:"";position:relative;display:block;width:1.303vw;height:1.303vw;border-top:.521vw solid #fff;border-right:.521vw solid #fff;transform:rotate(-135deg);left:.391vw} */
.p-recommended-product__products-navi-item--prev {
    left: auto;
    right: 5.209vw
}

.p-recommended-product__products-navi-item--prev:after {
    transform: rotate(45deg);
    left: -.39vw
}

.p-recommended-product__products-navi-item.swiper-button-disabled {
    opacity: .6
}
}

@media print,screen and (min-width: 768px) {
    .p-recommended-product__products-item {
        margin:0 27px!important;
        width: calc(33.3333% - 54px)!important
    }
}

@media screen and (max-width: 767.98px) {
    .p-recommended-product__products-item {
        width:100%;
        margin: 40px 0;
        padding: 0 15.105vw
    }
}

.p-recommended-product__products-item-title {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 1.4px
}

.p-recommended-product__products-item-title a {
    color: #333;
    text-decoration: underline
}

.p-recommended-product__products-item-title a:hover {
    text-decoration: none
}

@media screen and (max-width: 767.98px) {
    .p-recommended-product__products-item-title {
        font-size:3.126vw;
        line-height: 1.5;
        letter-spacing: .313vw
    }
}

.p-recommended-product__products-item-image {
    text-align: center;
    margin-bottom: 0px
}

.p-recommended-product__products-item-image a {
    display: block;
    margin: 0 auto;
    width: 180px;
    height: auto;
    overflow: hidden
}

.p-recommended-product__products-item-image a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .25s ease 0s
}

.p-recommended-product__products-item-image a:hover img {
    transform: scale(1.1)
}

@media screen and (max-width: 767.98px) {
    .p-recommended-product__products-item-image {
        margin-bottom:0vw
    }
}

.p-recommended-product__products-item-amount {
    display: flex;
    align-items: center;
    border-top: 1px solid #252525;
    border-bottom: 2px solid #252525;
    padding: 10px 0;
    margin-top: 16px
}

.p-recommended-product__products-item-amount-price {
    display: flex;
    align-items: center
}

.p-recommended-product__products-item-amount-price-num {
    font-weight: 700;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px
}

.p-recommended-product__products-item-amount-price-num:before {
    content: "¥"
}

@media screen and (max-width: 767.98px) {
    .p-recommended-product__products-item-amount-price-num {
        font-size:3.126vw;
        letter-spacing: .313vw
    }
}

.p-recommended-product__products-item-amount-price-tax {
    font-size: 12px;
    letter-spacing: 1.3px
}

@media screen and (max-width: 767.98px) {
    .p-recommended-product__products-item-amount-price-tax {
        font-size:3.126vw;
        letter-spacing: .313vw
    }
}

.p-recommended-product__products-item-amount-count {
    margin-left: 27px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 767.98px) {
    .p-recommended-product__products-item-amount-count {
        margin-left:7.032vw
    }
}

.p-recommended-product__products-item-amount-count-label {
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-right: 5px
}

@media screen and (max-width: 767.98px) {
    .p-recommended-product__products-item-amount-count-label {
        font-size:3.126vw;
        letter-spacing: .313vw
    }
}

.p-recommended-product__products-item-amount-count-field {
    border: 1px solid #252525;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    width: 80px;
    text-align: center;
    padding: 5px
}

@media screen and (max-width: 767.98px) {
    .p-recommended-product__products-item-amount-count-field {
        font-size:3.646vw;
        width: 15.626vw;
        height: 8.855vw;
        padding: 0 1.303vw
    }
}

.p-recommended-product__products-item-actions {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 767.98px) {
    .p-recommended-product__products-item-actions {
        margin-top:5.209vw
    }
}

.p-recommended-product__products-item-actions-btn {
    width: 270px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #59b9b2;
    border: none;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-family: inherit;
    font-weight: 600;
    color: #fff
}

@media (min-width: 768px) {
    .p-recommended-product__products-item-actions-btn {
        transition:opacity .25s ease
    }

    .p-recommended-product__products-item-actions-btn:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-recommended-product__products-item-actions-btn {
        width:67.711vw;
        height: 13.022vw;
        font-size: 3.126vw;
        letter-spacing: .313vw
    }
}

.p-recommended-product__products-item-actions-btn:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background: url(https://tengahealthcare.com/cms/wp-content/themes/tenga/assets/img/common/icn_cart_01.svg) no-repeat 50%/16px
}

@media screen and (max-width: 767.98px) {
    .p-recommended-product__products-item-actions-btn:after {
        position:relative;
        top: -.52vw;
        width: 4.688vw;
        height: 4.688vw;
        background-size: 4.688vw;
        margin-left: 2.605vw
    }
}

.p-related-column {
    margin-top: 120px
}

@media screen and (max-width: 767.98px) {
    .p-related-column {
        margin-top:15.626vw
    }
}

.p-related-column__columns {
    margin: 0 -15px -40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

@media screen and (max-width: 767.98px) {
    .p-related-column__columns {
        display:block;
        margin: 0
    }
}

.p-related-column__columns-item {
    margin: 0 15px 40px;
    width: calc(33.3333% - 30px)
}

@media screen and (max-width: 767.98px) {
    .p-related-column__columns-item {
        margin:0 5.209vw;
        width: auto
    }
}

@media screen and (max-width: 767.98px) {
    .p-related-column__columns-item+.p-related-column__columns-item {
        margin-top:7.813vw
    }
}

.p-related-column__columns-item-image {
    margin-bottom: 20px;
    height: 240px;
    display: block
}

@media screen and (max-width: 767.98px) {
    .p-related-column__columns-item-image {
        height:auto;
        margin-bottom: 3.907vw
    }
}

@media (min-width: 768px) {
    .p-related-column__columns-item-image {
        transition:opacity .25s ease
    }

    .p-related-column__columns-item-image:hover {
        opacity: .7
    }
}

.p-related-column__columns-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.p-related-column__columns-item-title {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1.4px;
    margin-bottom: 15px;
    display: block
}

@media screen and (max-width: 767.98px) {
    .p-related-column__columns-item-title {
        font-size:3.126vw;
        line-height: 1.5;
        letter-spacing: .313vw;
        margin-bottom: 5.209vw
    }
}

.p-related-column__columns-item-meta {
    position: relative;
    display: flex;
    align-items: flex-start
}

.p-related-column__columns-item-date {
    font-size: 14px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    letter-spacing: 1.4px;
    color: #707f89;
    margin-right: 15px
}

@media screen and (max-width: 767.98px) {
    .p-related-column__columns-item-date {
        font-size:2.605vw;
        margin-right: 5.209vw
    }
}

.p-related-column__columns-item-cats {
    position: relative;
    top: -4px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0
}

@media screen and (max-width: 767.98px) {
    .p-related-column__columns-item-cats {
        top:-2.083vw;
        margin: 0 -2.604vw -1.302vw 0
    }
}

.p-related-column__columns-item-cats-item {
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    background: #252525;
    color: #fff;
    border-radius: 100px;
    line-height: 1.41;
    padding: 3px 12px;
    margin: 0 10px 10px 0
}

@media (min-width: 768px) {
    .p-related-column__columns-item-cats-item {
        transition:opacity .25s ease
    }

    .p-related-column__columns-item-cats-item:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-related-column__columns-item-cats-item {
        margin:0 2.605vw 2.605vw 0;
        font-size: 2.605vw;
        padding: 1.303vw 2.605vw
    }
}

.p-related-column__columns-item-action {
    display: flex;
    justify-content: flex-end;
    border-top: 2px solid #252525;
    margin-top: 15px;
    padding-top: 10px
}

@media screen and (max-width: 767.98px) {
    .p-related-column__columns-item-action {
        margin-top:0;
        padding-top: 2.605vw
    }
}

.p-related-column__columns-item-action-btn {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 12px;
    color: #252525;
    display: flex;
    align-items: center;
    position: relative
}

@media (min-width: 768px) {
    .p-related-column__columns-item-action-btn {
        transition:opacity .25s ease
    }

    .p-related-column__columns-item-action-btn:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-related-column__columns-item-action-btn {
        font-size:3.126vw
    }
}

.p-related-column__columns-item-action-btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: center;
    transform: rotate(45deg);
    z-index: 10;
    right: 8px
}

@media screen and (max-width: 767.98px) {
    .p-related-column__columns-item-action-btn:before {
        width:1.172vw;
        height: 1.172vw;
        border-width: .521vw;
        right: 2.605vw;
        top: calc(50% - .912vw)
    }
}

.p-related-column__columns-item-action-btn:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #252525;
    margin: 0 0 0 13px
}

@media screen and (max-width: 767.98px) {
    .p-related-column__columns-item-action-btn:after {
        width:6.251vw;
        height: 6.251vw;
        margin: 0 0 0 2.605vw
    }
}

.p-shipping {
    padding: 80px 116px 40px
}

@media screen and (max-width: 767.98px) {
    .p-shipping {
        padding:14.324vw 3.907vw 7.813vw
    }
}

.p-shipping__title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2.6px;
    text-align: center;
    margin-bottom: 30px
}

@media screen and (max-width: 767.98px) {
    .p-shipping__title {
        font-size:5.209vw;
        letter-spacing: .521vw;
        margin-bottom: 6.511vw
    }
}

.p-shipping__overview {
    text-align: center;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 1.4px
}

@media screen and (max-width: 767.98px) {
    .p-shipping__overview {
        font-size:3.646vw;
        line-height: 1.86;
        text-align: left;
        letter-spacing: .365vw
    }
}

.p-shipping__image {
    text-align: center;
    margin: 20px 0
}

@media screen and (max-width: 767.98px) {
    .p-shipping__image {
        margin:4.558vw 0
    }
}

.p-shipping__desc {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 1.2px
}

@media screen and (max-width: 767.98px) {
    .p-shipping__desc {
        font-size:3.126vw;
        line-height: 1.5;
        letter-spacing: .313vw
    }
}

.p-sitemap {
    background: #fff
}

@media screen and (max-width: 767.98px) {
    .p-sitemap {
        padding:0 5.209vw
    }
}

.p-sitemap__inner {
    padding: 110px 0 90px;
    display: flex;
    align-items: flex-start
}

@media screen and (max-width: 767.98px) {
    .p-sitemap__inner {
        display:block;
        padding: 15.626vw 0
    }
}

.p-sitemap__primary {
    flex-grow: 1;
    display: flex;
    align-items: stretch;
    padding-right: 60px
}

@media screen and (max-width: 767.98px) {
    .p-sitemap__primary {
        display:block;
        padding-right: 0
    }
}

.p-sitemap__secondary {
    border-left: 1px solid #252525;
    padding-left: 50px
}

@media screen and (max-width: 767.98px) {
    .p-sitemap__secondary {
        padding-left:0;
        border-left: none;
        margin-top: 15.626vw
    }
}

.p-sitemap__navi+.p-sitemap__navi {
    margin-left: auto
}

@media screen and (max-width: 767.98px) {
    .p-sitemap__navi+.p-sitemap__navi {
        margin-top:13.022vw
    }
}

.p-sitemap__navi-inner>li+li {
    margin-top: 50px
}

@media screen and (max-width: 767.98px) {
    .p-sitemap__navi-inner>li+li {
        margin-top:13.022vw
    }
}

.p-sitemap__navi-inner>li>a {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.76px;
    position: relative;
    display: inline-flex;
    align-items: center
}

.p-sitemap__navi-inner>li>a:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: -3px 0 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #252525
}

@media screen and (max-width: 767.98px) {
    .p-sitemap__navi-inner>li>a:after {
        width:6.251vw;
        height: 6.251vw;
        margin: -.781vw 0 0 2.605vw
    }
}

.p-sitemap__navi-inner>li>a:before {
    position: absolute;
    right: 8px;
    top: calc(50% - 4px);
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    z-index: 10
}

@media screen and (max-width: 767.98px) {
    .p-sitemap__navi-inner>li>a:before {
        border-width:.521vw;
        width: 1.172vw;
        height: 1.172vw;
        right: 2.605vw;
        top: calc(50% - 1.303vw)
    }
}

@media screen and (max-width: 767.98px) {
    .p-sitemap__navi-inner>li>a {
        letter-spacing:.417vw;
        font-size: 5.209vw
    }
}

.p-sitemap__navi-inner>li>ul {
    margin-top: 25px
}

@media screen and (max-width: 767.98px) {
    .p-sitemap__navi-inner>li>ul {
        padding-left:7.813vw;
        margin-top: 7.813vw
    }
}

.p-sitemap__navi-inner>li>ul>li {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 1.4px
}

@media screen and (max-width: 767.98px) {
    .p-sitemap__navi-inner>li>ul>li {
        font-size:3.646vw;
        letter-spacing: .365vw
    }
}

.p-sitemap__navi-inner>li>ul>li a {
    text-decoration: underline
}

.p-sitemap__navi-inner>li>ul>li+li {
    margin-top: 15px
}

@media screen and (max-width: 767.98px) {
    .p-sitemap__navi-inner>li>ul>li+li {
        margin-top:3.386vw
    }
}

@media screen and (max-width: 767.98px) {
    .p-sitemap__sub-navi {
        margin-top:15.626vw;
        padding-top: 15.626vw;
        border-top: 1px solid #252525
    }
}

.p-sitemap__sub-navi-inner>li {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.28px
}

@media screen and (max-width: 767.98px) {
    .p-sitemap__sub-navi-inner>li {
        font-size:4.167vw;
        letter-spacing: .334vw
    }
}

.p-sitemap__sub-navi-inner>li+li {
    margin-top: 25px
}

@media screen and (max-width: 767.98px) {
    .p-sitemap__sub-navi-inner>li+li {
        margin-top:10.417vw
    }
}

.p-sitemap__sub-navi-inner>li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.p-sitemap__sub-navi-inner>li a:after {
    margin-left: 10px;
    content: "";
    display: block;
    background: url(../img/common/icn_blank_02.svg) no-repeat 50%/12px;
    width: 12px;
    height: 12px
}

@media screen and (max-width: 767.98px) {
    .p-sitemap__sub-navi-inner>li a:after {
        margin-left:2.605vw;
        background-size: 3.386vw;
        width: 3.386vw;
        height: 3.386vw
    }
}

.p-top-columns {
    padding: 120px 0
}

@media screen and (max-width: 767.98px) {
    .p-top-columns {
        padding:15.626vw 0
    }
}

.p-top-columns__header {
    margin-bottom: 90px;
    text-align: center
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__header {
        margin-bottom:15.626vw
    }
}

.p-top-columns__title {
    font-size: 80px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    line-height: .75;
    letter-spacing: 6.4px
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__title {
        font-size:13.022vw;
        letter-spacing: 1.042vw
    }
}

.p-top-columns__subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 3;
    letter-spacing: 2px
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__subtitle {
        font-size:3.646vw
    }
}

.p-top-columns__inner {
    margin: 0 -15px;
    display: flex;
    align-items: stretch
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__inner {
        display:block;
        margin: 0
    }
}

.p-top-columns__item {
    margin: 0 15px;
    width: calc(33.3333% - 30px);
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__item {
        margin:0 5.209vw;
        width: auto
    }
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__item+.p-top-columns__item {
        margin-top:7.813vw
    }
}

.p-top-columns__item-image {
    margin-bottom: 20px;
    height: 240px;
    display: block;
    overflow: hidden
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__item-image {
        height:auto;
        margin-bottom: 3.907vw
    }
}

.p-top-columns__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .25s ease 0s
}

.p-top-columns__item-image:hover img {
    transform: scale(1.05)
}

.p-top-columns__item-title {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1.4px;
    margin-bottom: 20px
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__item-title {
        font-size:3.126vw;
        line-height: 1.5;
        letter-spacing: .313vw;
        margin-bottom: 6.511vw
    }
}

.p-top-columns__item-meta {
    position: relative;
    display: flex;
    align-items: flex-start
}

.p-top-columns__item-date {
    font-size: 14px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    letter-spacing: 1.4px;
    color: #707f89;
    margin-right: 15px
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__item-date {
        font-size:2.605vw;
        margin-right: 5.209vw
    }
}

.p-top-columns__item-cats {
    position: relative;
    top: -4px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__item-cats {
        top:-2.083vw;
        margin: 0 -2.604vw -1.302vw 0
    }
}

.p-top-columns__item-cats-item {
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    background: #252525;
    color: #fff;
    border-radius: 100px;
    line-height: 1.41;
    padding: 3px 12px;
    margin: 0 10px 10px 0
}

@media (min-width: 768px) {
    .p-top-columns__item-cats-item {
        transition:opacity .25s ease
    }

    .p-top-columns__item-cats-item:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__item-cats-item {
        margin:0 2.605vw 2.605vw 0;
        font-size: 2.605vw;
        padding: 1.303vw 2.605vw
    }
}

.p-top-columns__item-action {
    display: flex;
    justify-content: flex-end;
    border-top: 2px solid #252525;
    margin-top: 15px;
    padding-top: 10px
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__item-action {
        margin-top:0;
        padding-top: 2.605vw
    }
}

.p-top-columns__item-action-btn {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 12px;
    color: #252525;
    display: flex;
    align-items: center;
    position: relative
}

@media (min-width: 768px) {
    .p-top-columns__item-action-btn {
        transition:opacity .25s ease
    }

    .p-top-columns__item-action-btn:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__item-action-btn {
        font-size:3.126vw
    }
}

.p-top-columns__item-action-btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: center;
    transform: rotate(45deg);
    z-index: 10;
    right: 8px
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__item-action-btn:before {
        width:1.172vw;
        height: 1.172vw;
        border-width: .521vw;
        right: 2.605vw;
        top: calc(50% - .912vw)
    }
}

.p-top-columns__item-action-btn:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #252525;
    margin: 0 0 0 13px
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__item-action-btn:after {
        width:6.251vw;
        height: 6.251vw;
        margin: 0 0 0 2.605vw
    }
}

.p-top-columns__action {
    margin-top: 60px
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__action {
        margin-top:15.626vw
    }
}

.p-top-columns__action-btn {
    width: 252px;
    height: 50px;
    background: #fcfaf0;
    line-height: 2.14;
    letter-spacing: 1.4px
}

@media screen and (max-width: 767.98px) {
    .p-top-columns__action-btn {
        width:67.711vw;
        height: 13.022vw
    }
}

.p-top-event {
    background: url(../img/top/bg_event_01.jpg) no-repeat 50%/cover;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 767.98px) {
    .p-top-event {
        background:url(../img/top/bg_event_01@sm.jpg) no-repeat 50%/cover;
        display: block;
        height: auto
    }
}

.p-top-event__inner {
    width: 960px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 767.98px) {
    .p-top-event__inner {
        position:relative;
        padding: 15.626vw 0 36.46vw;
        display: block;
        width: auto
    }
}

.p-top-event__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: auto
}

.p-top-event__title {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 80px;
    color: #fff;
    line-height: .75;
    letter-spacing: 6.4px
}

@media screen and (max-width: 767.98px) {
    .p-top-event__title {
        font-size:13.022vw;
        font-weight: 700;
        letter-spacing: 1.042vw
    }
}

.p-top-event__subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 3;
    letter-spacing: 2px
}

@media screen and (max-width: 767.98px) {
    .p-top-event__subtitle {
        margin-top:2.605vw;
        font-size: 3.646vw;
        line-height: 1.57;
        letter-spacing: .365vw
    }
}

.p-top-event__action {
    margin: 50px 0 0
}

@media screen and (max-width: 767.98px) {
    .p-top-event__action {
        position:absolute;
        bottom: 15.626vw
    }
}

.p-top-event__action-btn {
    width: 252px;
    height: 50px;
    line-height: 2.14;
    letter-spacing: 1.4px;
    background: #fcfaf0
}

@media screen and (max-width: 767.98px) {
    .p-top-event__action-btn {
        width:67.711vw;
        height: 13.022vw
    }
}

@media (min-width: 768px) {
    .p-top-event__banner {
        transition:opacity .25s ease
    }

    .p-top-event__banner:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-top-event__banner {
        margin-top:10.417vw;
        padding: 0 10.417vw
    }
}

.p-top-event__banner img {
    width: 480px
}

@media screen and (max-width: 767.98px) {
    .p-top-event__banner img {
        width:100%
    }
}

.p-top-fv {
    width: 100%;
    height: 100vh;
    position: relative
}

.p-top-fv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.p-top-fv__scroll {
    z-index: 10;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    color: #fff;
    font-size: 18px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: bottom .25s ease 0s
}

.p-top-fv__scroll:hover {
    bottom: 45px
}

.p-top-fv__scroll:after {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    left: calc(50% - 5px);
    bottom: -12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg)
}

.p-top-hot-items {
    background: #fcfaf0;
    padding-top: 164px
}

@media screen and (max-width: 767.98px) {
    .p-top-hot-items {
        padding-top:26.043vw
    }
}

.p-top-hot-items__container {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.p-top-hot-items__inner {
    background: #fff;
    position: relative;
    width: 1210px;
    height: 440px;
    padding: 0 15px 0 415px
}

@media screen and (max-width: 767.98px) {
    .p-top-hot-items__inner {
        width:84.638vw;
        padding: 0;
        height: 78.128vw
    }
}

.p-top-hot-items__title {
    transform-origin: left top;
    transform: rotate(90deg);
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 80px;
    position: absolute;
    z-index: 10;
    left: 40px;
    top: -70px;
    white-space: nowrap;
    color: #59b9b2
}

@media screen and (max-width: 767.98px) {
    .p-top-hot-items__title {
        font-size:13.022vw;
        left: 2.605vw;
        top: -9.114vw
    }
}

.p-top-hot-items__subtitle {
    position: absolute;
    z-index: 10;
    font-size: 26px;
    font-weight: 600;
    left: 75px;
    top: -50px;
    letter-spacing: 2.6px
}

@media screen and (max-width: 767.98px) {
    .p-top-hot-items__subtitle {
        font-size:4.167vw;
        left: 8.855vw;
        top: -6.51vw
    }
}

.p-top-hot-items__current-slide {
    position: absolute;
    display: flex;
    align-items: center;
    width: 590px;
    padding-right: 30px;
    background: #fff;
    left: 80px;
    top: 33px;
    z-index: 10
}

.p-top-hot-items__current-slide:hover .p-top-hot-items__current-slide-image,.p-top-hot-items__current-slide:hover .p-top-hot-items__current-slide-text {
    opacity: .7
}

@media screen and (max-width: 767.98px) {
    .p-top-hot-items__current-slide {
        display:none
    }
}

.p-top-hot-items__current-slide-image {
    width: 300px;
    flex-shrink: 0
}

.p-top-hot-items__current-slide-image,.p-top-hot-items__current-slide-text {
    opacity: 1;
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .3s ease 0s,opacity .3s ease 0s
}

.p-top-hot-items__current-slide-text {
    display: block;
    margin-left: 24px;
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 1.8px;
    text-decoration: underline
}

.p-top-hot-items__current-slide.is-trans .p-top-hot-items__current-slide-image,.p-top-hot-items__current-slide.is-trans .p-top-hot-items__current-slide-text {
    opacity: 0;
    transform: translateX(100px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0ms ease 0s,opacity 0ms ease 0s
}

.p-top-hot-items__current-slide.is-trans-reverse .p-top-hot-items__current-slide-image,.p-top-hot-items__current-slide.is-trans-reverse .p-top-hot-items__current-slide-text {
    opacity: 0;
    transform: translateX(-100px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0ms ease 0s,opacity 0ms ease 0s
}

.p-top-hot-items__navi {
    position: absolute;
    top: -65px;
    left: 300px;
    display: flex;
    align-items: center;
    z-index: 50
}

@media screen and (max-width: 767.98px) {
    .p-top-hot-items__navi {
        top:-9.114vw;
        left: 48.179vw
    }
}

.p-top-hot-items__navi-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #59b9b2;
    border-radius: 100%;
    top: -40px;
    outline: none
}

.p-top-hot-items__navi-item.swiper-button-disabled {
    opacity: .5
}

@media screen and (max-width: 767.98px) {
    .p-top-hot-items__navi-item {
        width:10.417vw;
        height: 10.417vw;
        top: -5.208vw
    }
}

.p-top-hot-items__navi-item:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg)
}

.p-top-hot-items__navi-item--next {
    margin-left: 20px
}

@media screen and (max-width: 767.98px) {
    .p-top-hot-items__navi-item--next {
        margin-left:2.605vw
    }
}

.p-top-hot-items__navi-item--prev:after {
    transform: rotate(-135deg)
}

@media screen and (max-width: 767.98px) {
    .p-top-hot-items__slides-container {
        height:100%
    }
}

.p-top-hot-items__slides-inner {
    padding-top: 94px;
    align-items: center
}

@media screen and (max-width: 767.98px) {
    .p-top-hot-items__slides-inner {
        padding-top:0
    }
}

.p-top-hot-items__slides-slide {
    width: 260px!important;
    padding: 0 60px 0 0;
    display: flex;
    align-items: center
}

@media (min-width: 768px) {
    .p-top-hot-items__slides-slide {
        transition:opacity .25s ease
    }

    .p-top-hot-items__slides-slide:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767.98px) {
    .p-top-hot-items__slides-slide {
        width:84.638vw!important;
        padding: 13.022vw 5.209vw 0
    }
}

.p-top-hot-items__slides-slide-image {
    width: 300px
}

@media screen and (max-width: 767.98px) {
    .p-top-hot-items__slides-slide-image {
        width:42.319vw
    }
}

.p-top-hot-items__slides-slide-text {
    margin-left: 24px;
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 1.8px;
    display: none;
    text-decoration: underline
}

@media screen and (max-width: 767.98px) {
    .p-top-hot-items__slides-slide-text {
        margin-left:3.907vw;
        width: 32.553vw;
        font-size: 3.126vw;
        letter-spacing: .02em;
        display: block
    }
}

.p-top-items {
    position: relative;
    padding: 62px 0 72px;
    z-index: 0
}

@media screen and (max-width: 767.98px) {
    .p-top-items {
        padding:10.417vw 0 7.813vw
    }
}

.p-top-items:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    height: 55.81%;
    width: 100%;
    background: #b1dbdb
}

@media screen and (max-width: 767.98px) {
    .p-top-items:after {
        height:30%
    }
}

.p-top-items__navi {
    position: absolute;
    top: calc(50% + 20px);
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 50
}

@media (min-width: 768px) {
    .p-top-items__navi a {
        transition:opacity .25s ease
    }

    .p-top-items__navi a:hover {
        opacity: .7
    }
}

.p-top-items__navi-item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #59b9b2;
    border-radius: 100%;
    outline: none;
    transform: translateY(-50%)
}

@media screen and (max-width: 767.98px) {
    .p-top-items__navi-item {
        width:10.417vw;
        height: 10.417vw
    }
}

.p-top-items__navi-item:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg)
}

.p-top-items__navi-item--next {
    right: 100px
}

@media screen and (max-width: 767.98px) {
    .p-top-items__navi-item--next {
        right:1.303vw
    }
}

.p-top-items__navi-item--prev {
    left: 100px
}

@media screen and (max-width: 767.98px) {
    .p-top-items__navi-item--prev {
        left:1.303vw
    }
}

.p-top-items__navi-item--prev:after {
    transform: rotate(-135deg)
}

.p-top-items__slides-inner.is-centered {
    justify-content: center
}

.p-top-items__slides-slide {
    width: 620px!important;
    padding: 0 30px
}

.p-top-items__slides-slide-inner {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.p-top-items__slides-slide img {
    max-width: none;
    width: 100%;
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .25s ease 0s
}

.p-top-items__slides-slide:hover img {
    transform: scale(1.05)
}

@media screen and (max-width: 767.98px) {
    .p-top-items__slides-slide {
        width:79.43vw!important;
        padding: 0 3.907vw
    }
}

.p-top-lineup-item {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 470px
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item {
        flex-direction:column;
        min-height: 57.294vw
    }
}

.p-top-lineup-item+.p-top-lineup-item {
    margin-top: 140px
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item+.p-top-lineup-item {
        margin-top:20.834vw
    }
}

.p-top-lineup-item__header {
    z-index: 1;
    position: relative
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item__header {
        width:79.43vw;
        order: 2;
        margin: -3.906vw 5.209vw 0 13.022vw
    }
}

.p-top-lineup-item__title {
    font-size: 50px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    line-height: 1.2;
    letter-spacing: 2.5px
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item__title {
        font-size:6.511vw;
        line-height: 1.36;
        letter-spacing: .326vw
    }
}

.p-top-lineup-item__subtitle {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.14;
    letter-spacing: 1.4px
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item__subtitle {
        font-size:3.126vw;
        line-height: 1.67;
        white-space: nowrap;
        letter-spacing: .313vw
    }
}

.p-top-lineup-item__subtitle:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 490px;
    background: #252525
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item__subtitle:after {
        width:100%;
        bottom: -3.906vw
    }
}

.p-top-lineup-item__desc {
    width: 490px;
    padding: 40px 0 0 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.86;
    letter-spacing: 1.4px
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item__desc {
        width:auto;
        padding: 7.813vw 0 0;
        font-size: 3.646vw;
        line-height: 1.57;
        letter-spacing: .365vw
    }
}

.p-top-lineup-item__action {
    padding: 15px 0 0 50px
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item__action {
        padding:7.813vw 0 0;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.p-top-lineup-item__action-btn {
    width: 180px
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item__action-btn {
        width:65.106vw;
        height: 13.022vw
    }
}

.p-top-lineup-item__image {
    position: absolute;
    right: -130px;
    z-index: 0;
    width: 970px;
    height: 470px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden
}

@media (min-width: 768px) {
    .p-top-lineup-item__image {
        transition:opacity .25s ease
    }

    .p-top-lineup-item__image:hover {
        opacity: .7
    }
}

.p-top-lineup-item__image img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item__image {
        order:1;
        position: static;
        width: 87.242vw;
        height: 57.294vw
    }
}

.p-top-lineup-item--01 .p-top-lineup-item__image img {
    width: 664px;
    height: 359px;
    margin: 90px 0 0 140px
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item--01 .p-top-lineup-item__image img {
        width:72.398vw;
        height: 39.324vw;
        margin: 6.511vw 0 0
    }
}

.p-top-lineup-item--02 .p-top-lineup-item__image img {
    width: 664px;
    height: 359px;
    margin: 90px 140px 0 0
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item--02 .p-top-lineup-item__image img {
        width:72.398vw;
        height: 39.324vw;
        margin: 6.511vw 0 0
    }
}

.p-top-lineup-item--03 .p-top-lineup-item__image img {
    width: 213px;
    height: 434px;
    margin: 30px 0 0
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item--03 .p-top-lineup-item__image img {
        width:23.439vw;
        height: 47.658vw;
        margin: 3.907vw 0 0
    }
}

.p-top-lineup-item--04 .p-top-lineup-item__image img {
    width: 213px;
    height: 432px;
    margin: 30px 0 0
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item--04 .p-top-lineup-item__image img {
        width:23.439vw;
        height: 47.658vw;
        margin: 3.907vw 0 0
    }
}

.p-top-lineup-item--05 .p-top-lineup-item__image img {
    width: 465px;
    height: 387px;
    margin: 50px 0 0
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item--05 .p-top-lineup-item__image img {
        width:52.085vw;
        height: 43.752vw;
        margin: 6.772vw 0 0
    }
}

.p-top-lineup-item--06 .p-top-lineup-item__image img {
    width: 147px;
    height: 412px;
    margin: 50px 0 0
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item--06 .p-top-lineup-item__image img {
        width:15.626vw;
        height: 44.793vw;
        margin: 1.303vw 0 0
    }
}

.p-top-lineup-item--07 .p-top-lineup-item__image img {
    width: 228px;
    height: 683px;
    margin: 320px 0 0
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item--07 .p-top-lineup-item__image img {
        width:24.741vw;
        height: 74.091vw;
        margin: 31.251vw 0 0
    }
}

.p-top-lineup-item:nth-child(2n) .p-top-lineup-item__image {
    right: auto;
    left: -130px
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item:nth-child(2n) .p-top-lineup-item__image {
        margin-right:auto;
        margin-left: 0
    }
}

.p-top-lineup-item:nth-child(2n) .p-top-lineup-item__header {
    margin-left: auto;
    margin-right: 20px
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-item:nth-child(2n) .p-top-lineup-item__header {
        margin-right:13.022vw;
        margin-left: 5.209vw
    }
}

.p-top-lineup-section {
    padding: 120px 0 135px
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-section {
        padding:20.834vw 0
    }
}

.p-top-lineup-section--white {
    background: #fcfaf0;
    padding: 140px 0
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-section--white {
        padding:20.834vw 0
    }
}

.p-top-lineup-section__header {
    text-align: center;
    margin-bottom: 90px
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-section__header {
        margin-bottom:10.417vw
    }
}

.p-top-lineup-section__subtitle {
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 1.04px
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-section__subtitle {
        font-size:2.605vw;
        line-height: 2.6;
        letter-spacing: .209vw
    }
}

.p-top-lineup-section__title {
    display: inline-block;
    font-size: 34px;
    line-height: 1.76;
    letter-spacing: 3.4px;
    font-weight: 600
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-section__title {
        font-size:5.209vw;
        letter-spacing: .521vw
    }
}

.p-top-lineup-section__title:before {
    content: "";
    display: block;
    width: 100%;
    margin: 17px 0 18px;
    height: 3px;
    background: #252525
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup-section__title:before {
        margin:1.303vw 0
    }
}

.p-top-lineup {
    background: #b1dbdb;
    padding: 140px 0 0;
    overflow: hidden
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup {
        padding:15.626vw 0 0
    }
}

.p-top-lineup__header {
    text-align: center
}

.p-top-lineup__title {
    font-size: 80px;
    font-family: reader-bold,dnp-shuei-gothic-kin-std,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,sans-serif;
    letter-spacing: 6.4px
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup__title {
        font-size:13.022vw;
        line-height: .9;
        letter-spacing: .521vw
    }
}

.p-top-lineup__subtitle {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 3
}

@media screen and (max-width: 767.98px) {
    .p-top-lineup__subtitle {
        margin-top:2.605vw;
        font-size: 3.646vw;
        line-height: 1.57;
        letter-spacing: .365vw
    }
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 980px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 1440px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }
}

.p-page__body .p-column-detail__body a {
    word-break: break-all;
}
