@charset "utf-8";
/* CSS Document */

/*
* HEADING
******************************************************/
.product-heading-text {
    left: 50%;
}
.product-heading-list {
    margin: 0 0 30px 0;
}
.product-heading-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-heading-list li {
    font-size: 1.4rem;
    position: relative;
}
.product-heading-list li::after {
    content: "";
    position: absolute;
    background-color: var(--color-primary);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    width: 13px;
    height: 11px;
    top: 8px;
    right: -1.5em;
}
.product-heading-list li a:hover {
    color: var(--color-menu-hover);
}
@media screen and (max-width: 880px) {
    .product-heading-list ul {
        justify-content: center;
    }
    .product-heading-list li {
        font-size: 1.1rem;
        margin: 0 27px 0 0
    }
    .product-heading-list li::after {
        width: 10px;
        height: 8px;
        top: 7px;
        right: -1em;
    }
}


/*
* CONTENT COMMON
******************************************************/
.product {
    padding: 103px 0;
}
.product-content {
    padding: 70px 0;
}
.product-page-content {
    max-width: 830px;
    margin: auto;
}
@media screen and (max-width: 880px) {
    .product-content {
        padding: 40px 0;
    }
    .product-page-content {
        max-width: inherit;
        padding: 0 20px;
    }
}

.product-content-text {
    width: 520px;
    margin: auto;
    padding: 50px 0;
}
.product-content-text > * {
    font-size: 1.5rem;
    line-height: 2.25;
}
@media screen and (max-width:520px) {
    .product-content-text {
        width: auto;
        padding: 40px 0;
    }
    .product-content-text > * {
        font-size: 1.4rem;
        line-height: 2;
    }
}
.product-content-box-wrapper {
    margin: 40px 0 100px 0;
}
.product-content-box {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    margin: 40px 0;
}
.heading-content-box {
    margin: 40px 0 0 0;
}
.product-content-box h3 {
    color: var(--color-theme-primary);
    font-size: 2.8rem;
}
.product-content-box-heading {
    letter-spacing: .2em;
    position: relative;
}
.product-content-box-heading span {
    position: absolute;
    left: 0;
    top: -15px;
    font-size: 1.3rem;
    letter-spacing: 2px;
}
.product-content-box p {
    margin: 0 0 0 1em;
    font-size: 1.4rem;
}
.product-button {
    padding: 60px 0;
}
@media screen and (max-width: 880px) {
    .product-content-box {
        display: block;
        margin: 30px 0;
    }
    .heading-content-box {
        margin: 40px 0 20px 0;
    }
    .product-content-box h3 {
        font-size: 2rem;
        margin: 0 0 12px 0;
    }
    .product-content-box p {
        margin: 0;
    }
    .product-header-button {
        margin: 0;
    }
    .product-button {
        padding: 30px 0 0 0;
    }
}

/*
* BG
******************************************************/
.bg01 {
    background: var(--color-mintgreen);
    padding: 70px 0 30px 0;
}
.bg03 {
    background: var(--color-mintgreen);
}
.bg04 {
    padding: 70px 0 230px 0;
}
@media screen and (max-width: 880px) {
    .bg01 {
        padding: 40px 0;
    }
    .bg04 {
        padding: 40px 0 180px 0;
    }
}

/*
* CONTENT
******************************************************/
.product-content-info-catch01,
.product-content-info-catch02 {
    color: var(--color-theme-primary);
    position: relative;
    height: 130px;
    font-size: 1.8rem;
    margin: 1em 0 0 0;
}
.catch-text01,
.catch-text02,
.catch-text03,
.catch-text04,
.catch-text05,
.catch-text06 {
    position: absolute;
}
.catch-text01 {
    top:0;
    left:10em;
}
.catch-text02 {
    top:1.8em;
    left: 12em;
}
.catch-text03 {
    top:3.6em;
    left:19em
}
.catch-text04 {
    top:0;
    left: 5em;
}
.catch-text05 {
    top:1.8em;
    left: 7em;
}
.catch-text06 {
    top:3.6em;
    left: 6em;
}
@media screen and (max-width: 880px) {
    .product-content-info-catch01,
    .product-content-info-catch02 {
        position: static;
        height: auto;
        font-size: 1.4rem;
        margin: 20px 0;
    }
    .catch-text01,
    .catch-text02,
    .catch-text03,
    .catch-text04,
    .catch-text05,
    .catch-text06 {
        position: static;
    }
}
.product-content-info-panel {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    grid-gap: 30px;
}
.product-content-info-panel-thumb {
    margin: 40px 0 0 0;
}
.product-content-info-panel-thumb img {
    width: max(100%, 370px);
}
.product-content-info-panel-text {
    font-size: 1.4rem;
    line-height: 2.25;
}
.product-movie {
    margin: 40px 0;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.product-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.product-content-info-image {
    margin: 20px 0 40px 0;
}
@media screen and (max-width: 880px) {
    .product-content-info-panel {
        display: block;
    }
    .product-content-info-panel-thumb {
        margin: 20px 0;
    }
    .product-content-info-image {
        margin: 30px 0;
    }
}
.product-content-panel {
    position: relative;
    height: 270px;
}
.product-content-panel-thumb {
    position: absolute;
    left: 38px;
    top: -40px;
}
.product-content-panel-text {
    background: var(--color-mintgreen);
    border-radius: 24px;
    padding: 50px 30px 50px 400px;
    font-size:1.4rem;
    line-height: 2.25;
}
@media screen and (max-width: 880px) {
    .product-content-panel {
        position: static;
        height: auto;
    }
    .product-content-panel-thumb {
        position: static;
    }
    .product-content-panel-text {
        padding:20px;
        margin: 20px 0 40px 0;
    }
}
.product-content-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.box-tall {
    grid-row: 2 / 4;
    grid-column: 3 / 3;
}
.product-content-item > p {
    font-size: 1.3rem;
}
@media screen and (max-width: 600px) {
    .product-content-items {
        grid-template-columns: 1fr 1fr;
        grid-gap: 4vw;
    }
    .box-tall {
        grid-row: 2 / 4;
        grid-column: 2 / 2;
    }
}
/* FANCYBOX CUSTOM */
.fancybox-bg {
    background: rgba(245, 255, 246, .4) !important;
}
.fancybox-inner {
    background: rgba(245, 255, 246, .3) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.fancybox-caption {
    background: transparent !important;
    color: var(--color-theme-primary) !important;
}
.fancybox-button {
    background: transparent !important;
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: var(--color-theme-primary) !important;
}