@charset "UTF-8";

body {
    background: #F5F3F9;
    font-family: "Zen Old Mincho", serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "MS PGothic", arial, sans-serif !important;
    font-size: 16px !important;
    color: #4B2413 !important
}

input,
textarea {
    font-family: "Zen Old Mincho", serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "MS PGothic", arial, sans-serif !important
}

img {
    max-width: 100%
}

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    color: #4B2413
}

body {
    line-height: 1 !important;
    -webkit-text-size-adjust: 100%
}

a,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    border: none;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

li {
    list-style: none
}

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

.clearfix {
    display: inline-table;
    zoom: 1
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 16px 36px 0;
    z-index: 12
}

.l-header .header-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l-header .header-column .logo {
    width: 310px
}

.l-header .header-column .logo a:hover {
    opacity: 0.5
}

.l-header .header-column .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -24px
}

.l-header .header-column .header-nav li {
    font-family: "Libre Bodoni", serif;
    margin-right: 16px
}

.l-header .header-column .header-nav li:last-child {
    margin-right: 0
}

.l-header .header-column .header-nav .link-text {
    font-size: 14px
}

.l-header .header-column .header-nav .link-text:hover {
    opacity: 0.5
}

.l-header .header-sp-block {
    display: none
}

.header-sp-contents {
    display: none
}

@media screen and (max-width:912px) {
    .l-header .header-column .logo {
        width: 200px
    }
}

@media screen and (max-width:767px) {
    .l-header {
        padding: 30px 16px 0
    }

    .l-header .header-column {
        display: block;
        text-align: center
    }

    .l-header .header-column .logo {
        margin: 0 auto
    }

    .l-header .header-column .header-nav {
        display: none
    }

    .l-header .header-sp-block {
        display: block
    }

    .l-header .header-sp-menu {
        position: absolute;
        top: 32px;
        right: 16px
    }

    .l-header .header-sp-menu .sp-menu-btn {
        width: 32px
    }

    .l-header .header-sp-menu .online-btn {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        position: absolute;
        top: 72px;
        right: -20px
    }

    .header-sp-contents {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100svh;
        background: url("../images/kv-sp.jpg") no-repeat top 50% left 50%;
        background-size: cover;
        padding: 0 24px;
        z-index: 20
    }

    .header-sp-contents:before {
        content: "";
        background: inherit;
        position: absolute;
        top: -16px;
        left: -16px;
        right: -16px;
        bottom: -16px;
        -webkit-filter: blur(16px);
        filter: blur(16px);
        -webkit-transition: 1s;
        transition: 1s
    }

    .header-sp-contents .contents-block {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100svh
    }

    .header-sp-contents .sp-close-btn {
        position: absolute;
        top: 32px;
        right: 16px;
        width: 23px;
        z-index: 13
    }

    .header-sp-contents .c-footer-menu-block {
        position: absolute;
        left: 48px;
        right: 48px;
        top: calc(50% - 320px);
        width: auto;
        margin-bottom: 0
    }

    .header-sp-contents .c-footer-btm-nav-block {
        position: absolute;
        left: 24px;
        right: 24px;
        bottom: 20px
    }
}

@media screen and (max-width:481px) {
    .l-header {
        padding-top: 24px
    }
}

@media screen and (max-width:375px) {
    .l-header {
        padding-top: 16px
    }
}

@media screen and (max-width:320px) {
    .header-sp-contents .c-footer-menu-block {
        top: calc(50% - 272px)
    }
}

.l-footer {
    position: relative;
    padding: 160px 0 40px
}

.l-footer:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s
}

.l-footer.is-show:before {
    opacity: 1
}

.l-footer:before {
    background: #F5F3F9;
    z-index: 6
}

.l-footer .container {
    width: 960px;
    margin: 0 auto
}

.l-footer .sns-block {
    margin-bottom: 160px
}

.l-footer .sns-block .title-sns {
    font-family: "Libre Bodoni", serif;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    position: relative;
    z-index: 1
}

.l-footer .sns-block .sns-feed-column {
    padding: 80px 0;
    position: relative
}

.l-footer .sns-block .sns-feed-column:before {
    content: "";
    position: absolute;
    background: url(../images/bg_dot01.png) no-repeat top 0 left 0;
    background-size: cover;
    width: 327px;
    height: 179px;
    top: 10px;
    left: -100px
}

.l-footer .sns-block .sns-feed-column .feed-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.l-footer .sns-block .sns-feed-column .feed-list li {
    width: 33.3333%;
    margin-bottom: 8px;
    padding: 0 4px
}

.l-footer .sns-block .sns-btn .icon {
    display: inline-block;
    width: 16px
}

@media screen and (max-width:1024px) {
    .l-footer .container {
        width: 100%;
        padding: 0 40px
    }
}

@media screen and (max-width:481px) {
    .l-footer {
        padding: 120px 0 24px
    }

    .l-footer .container {
        padding: 0 24px
    }

    .l-footer .sns-block {
        margin-bottom: 120px
    }

    .l-footer .sns-block .sns-feed-column:before {
        width: 188px;
        height: 103px;
        top: -10px;
        left: -40px
    }

    .l-footer .sns-block .sns-feed-column .feed-list li {
        width: 50%;
        margin-bottom: 4px;
        padding: 0 2px
    }
}

.c-footer-menu-block {
    margin-bottom: 60px;
    padding: 20px 0;
    position: relative;
    text-align: center
}

.c-footer-menu-block:after,
.c-footer-menu-block:before {
    content: "";
    background: url("../images/footer_bg_topbtm.png") no-repeat top 0 left 50%;
    background-size: cover;
    width: 127px;
    height: 22px;
    position: absolute;
    left: calc(50% - 63px);
    z-index: 2
}

.c-footer-menu-block:before {
    top: -0.5px
}

.c-footer-menu-block:after {
    bottom: -0.5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-footer-menu-block .inner-block {
    background: #D8CFE6;
    margin: 0 auto;
    border: 1.6px solid #4B2413;
    width: 97%;
    height: 402px;
    padding-top: 100px;
    position: relative
}

.c-footer-menu-block .inner-block:after,
.c-footer-menu-block .inner-block:before {
    content: "";
    background: url("../images/footer_bg_side.png") no-repeat top 0 left 50%;
    background-size: cover;
    width: 76px;
    height: 402.5px;
    position: absolute
}

.c-footer-menu-block .inner-block:before {
    top: -2px;
    left: -14px
}

.c-footer-menu-block .inner-block:after {
    top: -1.5px;
    right: -14px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-footer-menu-block .inner-block .nav-wrap {
    margin-bottom: 72px;
    position: relative
}

.c-footer-menu-block .inner-block .nav-wrap:before {
    content: "";
    background: url("../images/img_deco.png") no-repeat top 0 left 50%;
    background-size: cover;
    width: 163px;
    height: 64px;
    position: absolute;
    top: -100px;
    left: calc(50% - 81px);
    z-index: 2
}

.c-footer-menu-block .inner-block .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-footer-menu-block .inner-block .footer-nav li {
    font-family: "Libre Bodoni", serif;
    padding: 0 12px;
    font-size: 22px;
    font-weight: 400
}

.c-footer-menu-block .inner-block .footer-nav li a:hover {
    opacity: 0.5
}

.c-footer-menu-block .inner-block .nav-blank {
    background: url("../images/icn_drop.png") no-repeat top 0 left 50%;
    background-size: 9px 12px;
    margin-top: 24px;
    padding-top: 36px
}

.c-footer-menu-block .inner-block .nav-blank li a {
    background: url("../images/icn_blank.png") no-repeat top 50% right 0;
    background-size: 7px 7px;
    padding-right: 12px
}

.c-footer-menu-block .inner-block .nav-blank li a:hover {
    opacity: 0.5
}

.c-footer-menu-block .inner-block .logo {
    width: 200px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .c-footer-menu-block {
        margin: 0 auto 60px;
        width: 90%
    }

    .c-footer-menu-block .inner-block {
        height: 542.5px;
        padding-top: 64px
    }

    .c-footer-menu-block .inner-block:after,
    .c-footer-menu-block .inner-block:before {
        background: url("../images/footer_bg_side-sp.png") no-repeat top 0 left 50%;
        background-size: cover;
        width: 76px;
        height: 542px
    }

    .c-footer-menu-block .inner-block:before {
        top: -1px
    }

    .c-footer-menu-block .inner-block .nav-wrap {
        margin-bottom: 48px
    }

    .c-footer-menu-block .inner-block .nav-wrap:before {
        width: 135px;
        height: 48px;
        top: -72px;
        left: calc(50% - 67px)
    }

    .c-footer-menu-block .inner-block .footer-nav {
        display: block
    }

    .c-footer-menu-block .inner-block .footer-nav li {
        margin-bottom: 20px;
        padding: 0
    }

    .c-footer-menu-block .inner-block .logo {
        width: 123px
    }
}

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

    .c-footer-menu-block:after,
    .c-footer-menu-block:before {
        width: 100px;
        height: 17px;
        left: calc(50% - 50px)
    }

    .c-footer-menu-block:before {
        top: 4.5px
    }

    .c-footer-menu-block:after {
        bottom: 4.5px
    }

    .c-footer-menu-block .inner-block {
        height: 460.5px
    }

    .c-footer-menu-block .inner-block:after,
    .c-footer-menu-block .inner-block:before {
        width: 64px;
        height: 460px
    }

    .c-footer-menu-block .inner-block .logo {
        width: 108px
    }

    .c-footer-menu-block .inner-block .nav-wrap {
        margin-bottom: 36px
    }

    .c-footer-menu-block .inner-block .nav-wrap:before {
        width: 100px;
        height: 35px;
        left: calc(50% - 50px)
    }

    .c-footer-menu-block .inner-block .footer-nav li {
        margin-bottom: 16px;
        font-size: 18px
    }
}

.c-footer-btm-nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-footer-btm-nav-block .company-logo {
    width: 142px
}

.c-footer-btm-nav-block .company-logo a:hover {
    opacity: 0.5
}

.c-footer-btm-nav-block .nav-block {
    text-align: right
}

.c-footer-btm-nav-block .nav-block .sub-nav {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-footer-btm-nav-block .nav-block .sub-nav li {
    margin-left: 16px
}

.c-footer-btm-nav-block .nav-block .sub-nav li a {
    font-family: "Libre Bodoni", serif;
    background: url("../images/icn_blank.png") no-repeat top 50% right 0;
    background-size: 7px 7px;
    padding-right: 12px;
    background-size: 6px 6px;
    font-size: 14px
}

.c-footer-btm-nav-block .nav-block .sub-nav li a:hover {
    opacity: 0.5
}

.c-footer-btm-nav-block .nav-block .copyright {
    font-family: "Libre Bodoni", serif;
    font-size: 12px
}

@media screen and (max-width:481px) {
    .c-footer-btm-nav-block .nav-block .sub-nav {
        display: block;
        margin-bottom: 12px
    }

    .c-footer-btm-nav-block .nav-block .sub-nav li {
        margin: 0 0 8px 0
    }

    .c-footer-btm-nav-block .nav-block .sub-nav li a {
        font-size: 12px
    }

    .c-footer-btm-nav-block .nav-block .copyright {
        font-size: 10px
    }
}

.c-block-tb,
.c-br-sp {
    display: none
}

@media screen and (max-width:767px) {
    .c-block-tb {
        display: block
    }
}

@media screen and (max-width:481px) {
    .c-br-sp {
        display: block
    }
}

.c-title {
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.08em
}

.c-link-blank {
    background: url("../images/icn_blank.png") no-repeat top 50% right 0;
    background-size: 7px 7px;
    padding-right: 12px
}

.c-btn-primary {
    font-family: "Libre Bodoni", serif;
    display: table;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #4B2413;
    text-align: center;
    font-weight: 400;
    color: #4B2413;
    text-decoration: none;
    letter-spacing: 0.03em;
    white-space: nowrap;
    background-position: 100% 0 !important;
    background-size: 300% auto !important;
    -webkit-transition: background-position 0.5s ease-in-out;
    transition: background-position 0.5s ease-in-out;
    padding: 8px 16px;
    font-size: 13px;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #FFF5D7), color-stop(50%, #FED848), to(#FED848));
    background: linear-gradient(90deg, #FFF5D7 30%, #FED848 50%, #FED848 100%)
}

.c-btn-primary:hover {
    background-position: 0 0 !important
}

.c-btn-white {
    font-family: "Libre Bodoni", serif;
    display: table;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #4B2413;
    text-align: center;
    font-weight: 400;
    color: #4B2413;
    text-decoration: none;
    letter-spacing: 0.03em;
    white-space: nowrap;
    background-position: 100% 0 !important;
    background-size: 300% auto !important;
    -webkit-transition: background-position 0.5s ease-in-out;
    transition: background-position 0.5s ease-in-out;
    padding: 12px 32px;
    font-size: 14px;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), color-stop(50%, #F5F3F9), to(#F5F3F9));
    background: linear-gradient(90deg, #fff 30%, #F5F3F9 50%, #F5F3F9 100%)
}

.c-btn-white:hover {
    background-position: 0 0 !important
}

.contents {
    position: relative;
    z-index: 10
}

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

@media screen and (max-width:1320px) {
    .c-container {
        width: 100%;
        padding: 0 40px
    }
}

@media screen and (max-width:767px) {
    .c-container {
        padding: 0 24px
    }
}

.c-side-text-section {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 11
}

.c-side-text-section .img-text {
    position: absolute;
    top: calc(50% - 178px);
    width: 18px
}

.c-side-text-section .left-side {
    left: 60px
}

.c-side-text-section .right-side {
    right: 60px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width:1920px) {
    .c-side-text-section .left-side {
        left: 48px
    }

    .c-side-text-section .right-side {
        right: 48px
    }
}

@media screen and (max-width:1440px) {
    .c-side-text-section .left-side {
        left: 36px
    }

    .c-side-text-section .right-side {
        right: 36px
    }
}

@media screen and (max-width:1280px) {
    .c-side-text-section .left-side {
        left: 24px
    }

    .c-side-text-section .right-side {
        right: 24px
    }
}

@media screen and (max-width:481px) {
    .c-side-text-section .img-text {
        top: calc(50% - 118px);
        width: 12px
    }

    .c-side-text-section .left-side {
        left: 12px
    }

    .c-side-text-section .right-side {
        right: 12px
    }
}

@media screen and (max-width:321px) {
    .c-side-text-section {
        display: none !important
    }
}

.js-slick-products-detail .slick-dots {
    margin-top: -32px;
    position: relative
}

.js-slick-products-detail .slick-slide {
    -webkit-mask-image: url("../images/products_mask.svg");
    mask-image: url("../images/products_mask.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%
}

.js-slick-products-detail .slick-slide img {
    -webkit-mask-image: linear-gradient(135deg, #000 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(135deg, #000 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 300%;
    mask-size: 100% 300%;
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
    -webkit-transition: 2s;
    transition: 2s;
    opacity: 0;
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.js-slick-products-detail .slick-active img {
    opacity: 1;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-animation: scaleUpAuto 22s both;
    animation: scaleUpAuto 22s both
}

@-webkit-keyframes scaleUpAuto {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }
}

@keyframes scaleUpAuto {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-dots li {
    padding: 0 8px
}

.slick-dots li button {
    background: url("../images/icn_drop-w.png") no-repeat top 0 left 50%;
    background-size: contain;
    padding: 0;
    width: 9px;
    height: 12px;
    border: none;
    cursor: pointer;
    font-size: 0
}

.slick-dots li.slick-active button {
    background: url("../images/icn_drop.png") no-repeat top 0 left 50%;
    background-size: contain
}

@media screen and (max-width:481px) {
    .js-slick-products-detail .slick-dots li button {
        width: 6px;
        height: 8px
    }

    .js-slick-products-detail .slick-slide {
        -webkit-mask-image: url("../images/products_mask-sp.svg");
        mask-image: url("../images/products_mask-sp.svg");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100%;
        mask-size: 100%
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

body.is-noScroll {
    overflow: hidden
}

.p-kv-section .is-fadeIn {
    -webkit-animation: fadeIn 1.5s both;
    animation: fadeIn 1.5s both;
    visibility: visible !important
}

.p-kv-section .is-fadeOut {
    -webkit-animation: fadeOut 1.5s both;
    animation: fadeOut 1.5s both;
    visibility: hidden
}

.p-kv-section .kv-opening .emblem {
    visibility: hidden
}

.p-kv-section .kv-opening .kv-anime {
    visibility: hidden
}

.p-kv-section .kv-block {
    visibility: hidden
}

.p-kv-section .kv-block.is-clip {
    -webkit-animation: fadeIn 2s both;
    animation: fadeIn 2s both;
    visibility: visible !important
}

.p-kv-section .kv-block.is-fadeIn .inner-block {
    -webkit-animation: bgScale 1.3s both;
    animation: bgScale 1.3s both
}

.p-kv-section .kv-block.is-fadeIn .inner-block:after {
    -webkit-animation: blurOut 1.3s both;
    animation: blurOut 1.3s both
}

.js-openingFade {
    visibility: hidden
}

.js-openingFade.is-show {
    -webkit-animation: fadeIn 2s both;
    animation: fadeIn 2s both;
    visibility: visible !important
}

.js-openingFade.is-fadeOut {
    -webkit-animation: fadeOut 1s both;
    animation: fadeOut 1s both;
    visibility: hidden
}

@-webkit-keyframes bgScale {
    0% {
        background-size: 85%
    }

    to {
        background-size: 100%
    }
}

@keyframes bgScale {
    0% {
        background-size: 85%
    }

    to {
        background-size: 100%
    }
}

@-webkit-keyframes blurOut {
    0% {
        -webkit-filter: blur(16px);
        filter: blur(16px)
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes blurOut {
    0% {
        -webkit-filter: blur(16px);
        filter: blur(16px)
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

.l-header .logo.is-fadeIn {
    -webkit-animation: fadeIn 2s both;
    animation: fadeIn 2s both;
    visibility: visible !important
}

.l-header .logo.is-fadeOut {
    -webkit-animation: fadeOut 1s both;
    animation: fadeOut 1s both;
    visibility: hidden
}

.header-sp-contents {
    visibility: hidden
}

.header-sp-contents.is-fadeIn {
    display: block;
    -webkit-animation: fadeIn 1s both;
    animation: fadeIn 1s both;
    visibility: visible !important
}

.header-sp-contents.is-fadeOut {
    display: block;
    -webkit-animation: fadeOut 1s both;
    animation: fadeOut 1s both;
    visibility: hidden
}

.header-sp-contents.is-hide01 {
    -webkit-transition: 1s;
    transition: 1s
}

.header-sp-contents.is-hide01:before {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: 1s;
    transition: 1s
}

.header-sp-contents .contents-block {
    -webkit-transition: 1s;
    transition: 1s
}

.header-sp-contents .contents-block.is-hide02 {
    -webkit-filter: blur(6px);
    filter: blur(6px)
}

.header-sp-contents .contents-block.is-hide02 .c-footer-menu-block {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    opacity: 0
}

.header-sp-contents .contents-block.is-hide02 .c-footer-btm-nav-block {
    opacity: 0
}

.header-sp-contents .contents-block .c-footer-menu-block {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.header-sp-contents .contents-block .c-footer-btm-nav-block {
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 1
}

.js-fadeBlock {
    visibility: hidden;
    -webkit-animation: fadeOut 1s both;
    animation: fadeOut 1s both;
    position: relative;
    z-index: 9;
    opacity: 0
}

.js-fadeBlock.is-fadeIn {
    -webkit-animation: fadeIn 3s both;
    animation: fadeIn 3s both;
    visibility: visible !important;
    position: relative;
    z-index: 9
}

.js-imgGrad {
    -webkit-mask-image: linear-gradient(135deg, #000 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(135deg, #000 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 300%;
    mask-size: 100% 300%;
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
    -webkit-transition: 2s;
    transition: 2s;
    opacity: 0
}

.js-imgGrad.is-show {
    opacity: 1;
    -webkit-mask-position: 0 0;
    mask-position: 0 0
}

.js-imgGrad-bg:after,
.js-imgGrad-bg:before {
    -webkit-mask-image: linear-gradient(135deg, #000 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(135deg, #000 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 300%;
    mask-size: 100% 300%;
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
    -webkit-transition: 2s;
    transition: 2s;
    opacity: 0
}

.js-imgGrad-bg.is-show:after,
.js-imgGrad-bg.is-show:before {
    opacity: 1;
    -webkit-mask-position: 0 0;
    mask-position: 0 0
}

.js-textChara .chara {
    visibility: hidden;
    display: inline-block
}

.js-textChara .chara.is-show {
    -webkit-animation: TextfadeIn 0.8s both;
    animation: TextfadeIn 0.8s both;
    visibility: visible !important;
    position: relative;
    z-index: 2
}

@-webkit-keyframes TextfadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes TextfadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.js-fadeUp {
    visibility: hidden
}

.js-fadeUp.is-show {
    -webkit-animation: fadeInUp 1s both;
    animation: fadeInUp 1s both;
    visibility: visible !important;
    position: relative;
    z-index: 2
}

.js-fadeUp02.is-show {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.js-fadeUp03.is-show {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.js-slideIn {
    -webkit-transition: all 2.5s cubic-bezier(0.22, 0.62, 0.08, 1);
    transition: all 2.5s cubic-bezier(0.22, 0.62, 0.08, 1)
}

.js-slideIn.is-slide {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

@keyframes scaleUpAuto {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

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

    .products01 .js-accordion-text:before,
    .products03 .js-accordion-text:before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, #E4DCEC));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #E4DCEC 60%)
    }

    .products02 .js-accordion-text:before,
    .products04 .js-accordion-text:before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, #FFF5D7));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFF5D7 60%)
    }

    .js-accordion-text {
        overflow: hidden;
        position: relative
    }

    .js-accordion-text.is-hide {
        height: 160px
    }

    .js-accordion-text:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px
    }

    .js-accordion {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        cursor: pointer;
        z-index: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

    .js-accordion .btn-text {
        font-family: "Libre Bodoni", serif;
        display: table;
        text-align: center;
        margin: 0 auto;
        padding-right: 16px;
        font-size: 14px;
        background: url("../images/icn_plus.png") no-repeat top 50% right 0;
        background-size: 9px 9px
    }

    .js-accordion .btn-text:after {
        content: "View more"
    }

    .js-accordion.is-show .btn-text {
        background: url("../images/icn_minus.png") no-repeat top 50% right 0;
        background-size: 9px 1px
    }

    .js-accordion.is-show .btn-text:after {
        content: "Close"
    }

    .js-accordion.is-show+.js-accordion-text {
        padding-bottom: 16px
    }

    .js-accordion.is-show+.js-accordion-text:before {
        display: none
    }
}

.p-kv-section {
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    z-index: 9
}

.p-kv-section:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s
}

.p-kv-section.is-show:before {
    opacity: 1
}

.p-kv-section:before {
    background-color: #E4DCEC;
    z-index: 7;
    position: absolute;
    opacity: 1
}

.p-kv-section .contents {
    height: 100svh
}

.p-kv-section .kv-opening {
    width: 100%;
    height: 100svh;
    position: absolute;
    top: 0;
    left: 0;
    background: #E4DCEC;
    z-index: 20
}

.p-kv-section .kv-opening .catch {
    position: absolute;
    top: calc(50% - 76px);
    left: calc(50% - 220px);
    font-size: 38px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center
}

.p-kv-section .kv-opening .catch .textCharaLine01 {
    margin-left: 0.5em
}

.p-kv-section .kv-opening .catch .textCharaLine02 {
    margin-left: -0.5em
}

.p-kv-section .kv-opening .emblem {
    position: absolute;
    top: calc(50% - 180px);
    left: calc(50% - 140px);
    width: 280px
}

.p-kv-section .kv-block {
    width: 100%;
    height: 100svh;
    position: absolute;
    top: 0;
    left: 0
}

.p-kv-section .kv-block.is-clip {
    clip-path: url("#clip-kv-anime-pc")
}

.p-kv-section .kv-block.is-default {
    clip-path: url("#clip-kv-pc")
}

.p-kv-section .kv-block .inner-block {
    width: 100%;
    height: 100%;
    background: url("../images/kv.jpg") no-repeat top 50% left 50%;
    background-size: cover
}

.p-kv-section .kv-block .inner-block:after {
    content: "";
    background: inherit;
    position: absolute;
    top: -16px;
    left: -16px;
    right: -16px;
    bottom: -16px
}

.p-kv-section .kv-deco {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 331px
}

.p-kv-section .clip-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0
}

.p-kv-section svg clipPath {
    transform-box: fill-box
}

.p-kv-section svg path {
    -webkit-transform: scale(0.000707, 0.00113) translate(36px, 16px);
    transform: scale(0.000707, 0.00113) translate(36px, 16px)
}

.p-kv-section .clip-svg-anime {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:1440px) {
    .p-kv-section svg path {
        -webkit-transform: scale(0.000693, 0.00113) translate(48px, 16px);
        transform: scale(0.000693, 0.00113) translate(48px, 16px)
    }
}

@media screen and (max-width:1024px) {
    .p-kv-section .kv-block.is-clip {
        clip-path: url("#clip-kv-anime-tb")
    }

    .p-kv-section .kv-block.is-default {
        clip-path: url("#clip-kv-tb")
    }

    .p-kv-section .kv-block .inner-block {
        background: url("../images/kv-sp.jpg") no-repeat top 50% left 50%;
        background-size: cover
    }

    .p-kv-section svg path {
        -webkit-transform: scale(0.00125, 0.0009) translate(30px, 32px);
        transform: scale(0.00125, 0.0009) translate(30px, 32px)
    }
}

@media screen and (max-width:481px) {
    .p-kv-section {
        margin-top: env(safe-area-inset-top)
    }

    .p-kv-section .kv-opening .catch {
        top: calc(50% - 44px);
        left: calc(50% - 127px);
        font-size: 22px
    }

    .p-kv-section .kv-opening .emblem {
        top: calc(50% - 150px);
        left: calc(50% - 117px);
        width: 234px
    }

    .p-kv-section .kv-block {
        padding: 40px 16px 20px
    }

    .p-kv-section .kv-block.is-clip {
        clip-path: url("#clip-kv-anime-sp")
    }

    .p-kv-section .kv-block.is-default {
        clip-path: url("#clip-kv-sp")
    }

    .p-kv-section .kv-deco {
        top: 20%;
        bottom: inherit;
        width: 220px
    }

    .p-kv-section svg path {
        -webkit-transform: scale(0.00264, 0.00125) translate(16px, 40px);
        transform: scale(0.00264, 0.00125) translate(16px, 40px)
    }
}

.p-story-section {
    padding-bottom: 184px
}

.p-story-section .js-maskPos,
.p-story-section .js-maskPosL,
.p-story-section .js-maskPosMovie {
    -webkit-mask-position: 0px 0px;
    mask-position: 0px 0px
}

.p-story-section .text {
    position: relative;
    font-size: 1.25vw;
    line-height: 2;
    font-weight: 700;
    z-index: 10
}

.p-story-section .img-block img,
.p-story-section .img-block video {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%
}

.p-story-section .img01 {
    margin-bottom: 80px;
    width: 60%
}

.p-story-section .img01 img {
    -webkit-mask-image: url("../images/story_mask01.svg");
    mask-image: url("../images/story_mask01.svg")
}

.p-story-section .img02 img {
    -webkit-mask-image: url("../images/story_mask02.svg");
    mask-image: url("../images/story_mask02.svg")
}

.p-story-section .img03 {
    width: 850px;
    margin: -160px auto 240px
}

.p-story-section .img03 img,
.p-story-section .img03 video {
    -webkit-mask-image: url("../images/story_mask03.svg");
    mask-image: url("../images/story_mask03.svg")
}

.p-story-section .img04 img {
    -webkit-mask-image: url("../images/story_mask02.svg");
    mask-image: url("../images/story_mask02.svg")
}

.p-story-section .img05 {
    position: absolute;
    top: -120px;
    right: 0;
    width: 38%;
    z-index: 1
}

.p-story-section .img05 img {
    -webkit-mask-image: url("../images/story_mask01.svg");
    mask-image: url("../images/story_mask01.svg")
}

.p-story-section .img06 {
    width: 86%
}

.p-story-section .img06 img {
    -webkit-mask-image: url("../images/story_mask02.svg");
    mask-image: url("../images/story_mask02.svg")
}

.p-story-section .img07 img {
    -webkit-mask-image: url("../images/story_mask02.svg");
    mask-image: url("../images/story_mask02.svg")
}

.p-story-section .row-column01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 110px;
    padding: 0 48px
}

.p-story-section .row-column01 .left-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.p-story-section .row-column01 .right-block {
    width: 63%;
    padding-top: 180px
}

.p-story-section .row-column01 .text {
    width: 90%;
    margin-left: auto
}

.p-story-section .row-column02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p-story-section .row-column02 .left-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 180px 120px 0 0
}

.p-story-section .row-column02 .right-block {
    width: 46%
}

.p-story-section .row-column02 .text {
    margin: 0 0 100px 100px
}

.p-story-section .row-column02 .img-block-wrap {
    position: relative
}

.p-story-section .one-column01 {
    margin-bottom: -200px
}

.p-story-section .one-column01 .text {
    width: 50%;
    margin-left: auto
}

.p-story-section .one-column02 .text {
    width: 55%;
    margin: 0 0 -32px auto
}

@media screen and (max-width:1440px) {
    .p-story-section .text {
        font-size: 16px
    }

    .p-story-section .row-column01 .text {
        width: 452px
    }

    .p-story-section .one-column01 .text {
        width: 432px
    }

    .p-story-section .one-column02 .text {
        width: 510px
    }
}

@media screen and (max-width:1024px) {
    .p-story-section .img03 {
        width: 100%
    }

    .p-story-section .row-column02 .left-block {
        padding: 80px 60px 0 0
    }

    .p-story-section .row-column02 .text {
        margin-left: 60px
    }
}

@media screen and (max-width:912px) {
    .p-story-section {
        padding-top: 120px
    }

    .p-story-section .img05 {
        top: -80px
    }

    .p-story-section .row-column01 .left-block {
        padding-right: 24px
    }

    .p-story-section .row-column01 .text {
        width: 320px
    }

    .p-story-section .row-column02 {
        margin-bottom: 60px
    }

    .p-story-section .one-column01 {
        margin-bottom: -240px
    }
}

@media screen and (max-width:767px) {
    .p-story-section .img-block img {
        -webkit-mask-position: 0px 10px;
        mask-position: 0px 10px
    }

    .p-story-section .img01 {
        margin-bottom: 10px;
        width: 40%
    }

    .p-story-section .img02 {
        margin-left: auto;
        width: 82%
    }

    .p-story-section .img03 {
        margin: 80px 0 20px
    }

    .p-story-section .img04 {
        margin-left: auto;
        width: 82%
    }

    .p-story-section .img05 {
        width: 40%
    }

    .p-story-section .img06 {
        width: 76%
    }

    .p-story-section .block-pc {
        display: none
    }

    .p-story-section .row-column01 {
        display: block;
        margin-bottom: 0;
        padding: 0
    }

    .p-story-section .row-column01 .left-block {
        padding: 0
    }

    .p-story-section .row-column01 .right-block {
        margin-bottom: 80px;
        padding: 0;
        width: auto
    }

    .p-story-section .row-column01 .text {
        width: auto;
        margin: 0;
        padding-left: 48px
    }

    .p-story-section .row-column02 {
        display: block;
        margin-bottom: 60px
    }

    .p-story-section .row-column02 .right-block {
        width: auto;
        margin-bottom: 60px
    }

    .p-story-section .row-column02 .left-block {
        padding: 0
    }

    .p-story-section .row-column02 .text {
        margin: 0 0 80px;
        padding-left: 48px
    }

    .p-story-section .one-column01 {
        margin-top: -100px;
        margin-bottom: 40px
    }

    .p-story-section .one-column02 .text {
        width: 400px;
        margin: 0 0 20px auto
    }
}

@media screen and (max-width:480px) {
    .p-story-section .img03 {
        margin-bottom: 20px
    }

    .p-story-section .img05 {
        top: -100px;
        right: 24px
    }

    .p-story-section .text {
        font-size: 14px
    }

    .p-story-section .row-column01 .right-block {
        margin-bottom: 60px
    }

    .p-story-section .row-column01 .text {
        padding-left: 32px
    }

    .p-story-section .row-column02 .text {
        margin-bottom: 120px;
        padding-left: 32px
    }

    .p-story-section .one-column01 {
        margin-top: -120px
    }

    .p-story-section .one-column01 .text {
        width: 78%
    }

    .p-story-section .one-column02 .text {
        width: 78%
    }
}

.p-news-list-section {
    position: relative;
    padding: 240px 0 80px
}

.p-news-list-section:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s
}

.p-news-list-section.is-show:before {
    opacity: 1
}

.p-news-list-section:before {
    background-color: #F5F3F9;
    z-index: 6
}

.p-news-list-section .news-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-news-list-section .news-column .section-title {
    font-family: "Libre Bodoni", serif;
    width: 16%;
    padding-right: 40px;
    font-size: 48px;
    font-weight: 400;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.p-news-list-section .news-column .news-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -24px
}

.p-news-list-section .news-column .news-list li {
    padding: 0 24px;
    width: 33.3333%
}

.p-news-list-section .news-column .news-list li .img {
    margin-bottom: 24px;
    overflow: hidden
}

.p-news-list-section .news-column .news-list li .img img {
    -webkit-transition: -webkit-transform 2s cubic-bezier(0, 0.55, 0.45, 1);
    transition: -webkit-transform 2s cubic-bezier(0, 0.55, 0.45, 1);
    transition: transform 2s cubic-bezier(0, 0.55, 0.45, 1);
    transition: transform 2s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 2s cubic-bezier(0, 0.55, 0.45, 1);
    -webkit-transform-origin: center;
    transform-origin: center
}

.p-news-list-section .news-column .news-list li .title {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.6
}

.p-news-list-section .news-column .news-list li .date {
    font-family: "Libre Bodoni", serif;
    font-size: 12px
}

.p-news-list-section .news-column .news-list li a:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width:912px) {
    .p-news-list-section .news-column {
        display: block
    }

    .p-news-list-section .news-column .section-title {
        width: 100%;
        margin-bottom: 48px;
        padding: 0;
        text-align: center
    }

    .p-news-list-section .news-column .news-list {
        margin: 0 -12px
    }

    .p-news-list-section .news-column .news-list li {
        padding: 0 12px
    }
}

@media screen and (max-width:767px) {
    .p-news-list-section .news-column .news-list {
        overflow-x: scroll;
        margin: 0 -24px;
        padding: 0 12px
    }

    .p-news-list-section .news-column .news-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 205px;
        flex: 0 0 205px
    }

    .p-news-list-section .news-column .news-list li .img {
        margin-bottom: 16px
    }

    .p-news-list-section .news-column .news-list li .title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        margin-bottom: 16px;
        line-height: 1.4
    }

    .p-news-list-section .news-column .news-list li .date {
        font-size: 10px
    }
}

@media screen and (max-width:481px) {
    .p-news-list-section {
        padding: 144px 0 120px
    }

    .p-news-list-section .news-column .section-title {
        font-size: 30px
    }
}

.p-news-article-section {
    padding-top: 200px;
    position: relative;
    z-index: 7
}

.p-news-article-section .container {
    width: 750px;
    margin: 0 auto
}

.p-news-article-section .article-head {
    margin-bottom: 80px
}

.p-news-article-section .article-body {
    margin-bottom: 80px
}

.p-news-article-section .date {
    font-family: "Libre Bodoni", serif;
    margin-bottom: 20px;
    font-size: 15px
}

.p-news-article-section .article-title {
    margin-bottom: 32px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6
}

.p-news-article-section .body-title {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4
}

.p-news-article-section .body-title-sub {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4
}

.p-news-article-section .body-text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 2
}

.p-news-article-section .body-img {
    margin-bottom: 24px
}

.p-news-article-section .share-block {
    margin-bottom: 80px;
    padding: 20px 0;
    border-top: 1px solid #D8CFE6;
    border-bottom: 1px solid #D8CFE6
}

.p-news-article-section .share-block .inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.p-news-article-section .share-block .inner-block .title {
    font-family: "Libre Bodoni", serif;
    font-size: 16px;
    margin-right: 16px
}

.p-news-article-section .share-block .inner-block .sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-news-article-section .share-block .inner-block .sns-list li {
    margin-left: 16px;
    width: 24px
}

.p-news-article-section .share-block .inner-block .sns-list li a:hover {
    opacity: 0.5
}

.p-news-article-section .btn .c-btn-white {
    padding: 12px 44px
}

@media screen and (max-width:912px) {
    .p-news-article-section {
        padding-top: 160px
    }

    .p-news-article-section .container {
        width: 100%;
        padding: 0 40px
    }
}

@media screen and (max-width:481px) {
    .p-news-article-section .container {
        padding: 0 24px
    }

    .p-news-article-section .article-head {
        margin-bottom: 64px
    }

    .p-news-article-section .article-body {
        margin-bottom: 64px
    }

    .p-news-article-section .article-title {
        margin-bottom: 24px;
        font-size: 22px
    }

    .p-news-article-section .body-title {
        font-size: 19px
    }

    .p-news-article-section .body-title-sub {
        font-size: 16px
    }

    .p-news-article-section .body-text {
        font-size: 14px
    }

    .p-news-article-section .share-block {
        margin-bottom: 64px
    }
}

.p-photo-section {
    position: relative;
    overflow: hidden
}

.p-photo-section .img {
    width: 100%;
}

.p-photo-section:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s
}

.p-photo-section.is-show:before {
    opacity: 1
}

.p-photo-section:before {
    background-color: #FFF5D7;
    z-index: 5
}

.p-photo-section .contents {
    overflow: hidden
}

.p-photo-section .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: top center;
    transform-origin: top center
}

@media screen and (max-width:481px) {
    .p-photo-section .contents {
        height: 700px
    }

    .p-photo-section .img {
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.p-products-section {
    position: relative;
    padding: 184px 0
}

.p-products-section:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s
}

.p-products-section.is-show:before {
    opacity: 1
}

.p-products-section .c-container {
    overflow: hidden
}

.p-products-section .contents:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 568px
}

.p-products-section .title-column {
    margin-bottom: 152px;
    padding-top: 72px;
    width: 48%;
    min-height: 568px;
    position: relative
}

.p-products-section .title-column .title-img {
    display: none
}

.p-products-section .section-title {
    margin-bottom: 40px;
    font-family: "Libre Bodoni", serif;
    font-size: 40px;
    font-weight: 400
}

.p-products-section .title-products {
    margin-bottom: 64px;
    font-family: "Libre Bodoni", serif;
    font-size: 114px;
    font-weight: 400;
    white-space: nowrap
}

.p-products-section .lead {
    margin-bottom: 24px;
    font-size: 1.25vw;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.03em
}

.p-products-section .deco-block {
    margin-bottom: 88px;
    text-align: center
}

.p-products-section .deco-block img {
    width: 220px
}

.p-products-section .feature-column {
    margin-bottom: 88px
}

.p-products-section .feature-column .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px
}

.p-products-section .feature-column .feature-list li {
    width: 33.3333%;
    padding: 0 20px
}

.p-products-section .feature-column .feature-list li .img {
    width: 57%;
    margin: 0 auto 20px
}

.p-products-section .feature-column .feature-list li .exp-list dt {
    background: url("../images/bg_wave.png") repeat-x bottom 0 left 0;
    background-size: 16px 5px;
    display: table;
    margin: 0 auto 16px;
    padding-bottom: 8px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4
}

.p-products-section .feature-column .feature-list li .exp-list dd {
    font-size: 14px;
    font-weight: 500;
    line-height: 2
}

.p-products-section .products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -28px
}

.p-products-section .products-list .block-wrap {
    width: 50%;
    margin-bottom: 96px;
    padding: 0 28px
}

.p-products-section .products-list .block-wrap:nth-last-child(-n+2) {
    margin-bottom: 0
}

.p-products-section .products-block .img-block {
    margin-bottom: 42px;
    position: relative
}

.p-products-section .products-block .title-sub {
    margin-bottom: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4
}

.p-products-section .products-block .title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4
}

.p-products-section .products-block .text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 2;
    font-weight: 500
}

.p-products-section .products-block .detail-block {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.p-products-section .products-block .detail-block .price {
    font-weight: 700;
    font-size: 17px
}

.p-products-section .products-block .detail-block .price .sup {
    font-size: 12px
}

.p-products-section .products-block .detail-block .btn {
    margin-left: 16px
}

.p-products-section .products-block .detail-block .label {
    margin-left: 16px;
    width: 92px
}

.p-products-section .products-wrap-one {
    position: relative;
    width: 48%;
    margin: 0 auto
}

.p-products-section .products-wrap-one:after,
.p-products-section .products-wrap-one:before {
    content: "";
    position: absolute
}

.p-products-section .products-wrap-one:before {
    width: 327px;
    height: 179px;
    top: 60px;
    left: -232px
}

.p-products-section .products-wrap-one:after {
    top: 240px;
    right: -252px;
    background: url("../images/bg_text.png") no-repeat top 0 left 0;
    background-size: cover;
    width: 200px;
    height: 162px
}

.p-products-section .products-wrap-one .products-block .img-block {
    position: relative
}

.p-products-section .products-wrap-one .products-block .img-block:after,
.p-products-section .products-wrap-one .products-block .img-block:before {
    content: "";
    position: absolute;
    top: calc(50% - 118px);
    background: url("../images/img_sidetext.png") no-repeat top 0 left 0;
    background-size: cover;
    width: 12px;
    height: 237px
}

.p-products-section .products-wrap-one .products-block .img-block:before {
    left: -28px
}

.p-products-section .products-wrap-one .products-block .img-block:after {
    right: -28px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.products01 .title-column {
    min-height: 863px;
    margin-bottom: 88px
}

.products01:before {
    background-color: #E4DCEC;
    z-index: 1
}

.products01 .contents:before {
    background: url("../images/products01_img_main.jpg") no-repeat top 50% right 50%;
    background-size: cover;
    top: 24px;
    width: 50%;
    height: 863px
}

.products01 .title-column {
    padding-top: 0
}

.products02:before {
    background-color: #FFF5D7;
    z-index: 2
}

.products02 .contents:before {
    background: url("../images/products02_img_main.jpg") no-repeat top 50% right 50%;
    background-size: cover
}

.products03:before {
    background-color: #E4DCEC;
    z-index: 3
}

.products03 .contents:before {
    background: url("../images/products03_img_main.jpg") no-repeat top 50% right 50%;
    background-size: cover
}

.products03 .products-wrap-one:before {
    background: url("../images/bg_dot02.png") no-repeat top 0 left 0;
    background-size: cover
}

.products04:before {
    background-color: #FFF5D7;
    z-index: 4
}

.products04 .contents:before {
    background: url("../images/products04_img_main.jpg") no-repeat top 50% right 50%;
    background-size: cover
}

.products04 .products-wrap-one:before {
    background: url("../images/bg_dot01.png") no-repeat top 0 left 0;
    background-size: cover
}

@media screen and (max-width:1440px) {
    .p-products-section .contents:before {
        width: 60%
    }

    .p-products-section .title-column {
        width: 36%
    }

    .p-products-section .lead {
        font-size: 16px
    }
}

@media screen and (max-width:1280px) {
    .p-products-section .products-wrap-one:after {
        top: 200px;
        right: -248px
    }
}

@media screen and (max-width:912px) {
    .p-products-section .feature-column .feature-list {
        margin: 0 -12px
    }

    .p-products-section .feature-column .feature-list li {
        padding: 0 12px
    }

    .p-products-section .title-column {
        padding-top: 40px
    }

    .p-products-section .products-list {
        margin: 0 -16px
    }

    .p-products-section .products-list .block-wrap {
        padding: 0 16px
    }

    .p-products-section .products-wrap-one:after {
        top: 120px;
        right: -194px;
        width: 150px;
        height: 121px
    }
}

@media screen and (max-width:767px) {
    .p-products-section {
        padding: 144px 0 160px
    }

    .p-products-section .c-container {
        margin-top: 24px
    }

    .p-products-section .contents:before {
        content: none
    }

    .p-products-section .title-column {
        width: 100%;
        min-height: inherit;
        height: auto;
        margin-bottom: 56px;
        padding-top: 0
    }

    .p-products-section .title-column .section-title,
    .p-products-section .title-column .title-products {
        display: none
    }

    .p-products-section .title-column .title-img {
        display: block;
        margin: 0 0 12px
    }

    .p-products-section .section-title {
        margin-bottom: 32px;
        padding: 0 24px;
        font-size: 20px
    }

    .p-products-section .title-products {
        margin-bottom: -1em;
        padding: 0 16px;
        font-size: 58px;
        position: sticky;
        top: 24px;
        z-index: 3
    }

    .p-products-section .lead {
        font-size: 14px
    }

    .p-products-section .deco-block {
        margin-bottom: 56px
    }

    .p-products-section .deco-block img {
        width: 150px
    }

    .p-products-section .feature-column {
        margin: 0 -24px 56px -36px;
        padding-left: 24px
    }

    .p-products-section .feature-column .feature-list {
        padding: 0 24px 0 12px;
        overflow-x: scroll
    }

    .p-products-section .feature-column .feature-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 235px;
        flex: 0 0 235px
    }

    .p-products-section .feature-column .feature-list li .img {
        width: 100%
    }

    .p-products-section .feature-column .feature-list li .exp-list dt {
        font-size: 17px
    }

    .p-products-section .feature-column .feature-list li .exp-list dd {
        font-size: 12px
    }

    .p-products-section .products-list {
        margin: 0 -24px;
        padding: 0 12px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: visible
    }

    .p-products-section .products-list .block-wrap {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px
    }

    .p-products-section .products-block .title-sub {
        font-size: 12px
    }

    .p-products-section .products-block .title {
        font-size: 22px
    }

    .p-products-section .products-block .text-wrap {
        position: relative
    }

    .p-products-section .products-block .text {
        font-size: 14px
    }

    .p-products-section .products-block .detail-block .price {
        font-size: 15px
    }

    .p-products-section .products-wrap-one {
        width: 90%
    }

    .p-products-section .products-wrap-one:after,
    .p-products-section .products-wrap-one:before {
        content: none
    }

    .products01 .title-column .title-img {
        margin: -2em 0 -2.6em
    }
}

@media screen and (max-width:481px) {
    .p-products-section .lead {
        font-weight: 700
    }
}