html {
    box-sizing: border-box;
    font-size: 62.5%;
}

@media screen and (min-width: 821px) and (max-width: 1536px) {
    html {
        font-size: 0.65vw;
    }
}

@media screen and (max-width: 820px) {
    html {
        font-size: 1.3vw;
    }
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}


.lp_style * {
    box-sizing: border-box;
}

.lp_style {
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    line-height: 1;
    font-weight: 400;
    overflow: hidden;
    color: #333333;
    font-family: "Noto Serif JP", serif;
    font-feature-settings: "palt";
}

.lp_style button {
    background: transparent;
    padding: 0;
    margin: 0;
}

.lp_style ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp_style a {
    text-decoration: none;
}

.lp_style img {
    max-width: 100%;
    vertical-align: bottom;
}

.sp_only {
    display: none !important;
}

@media screen and (max-width: 820px) {
    .space {
        display: none;
    }
}

@media screen and (min-width: 751px), print {
    .pc_only {
        display: block !important;
    }
}

@media screen and (max-width: 820px), print {
    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: block !important;
    }
}

html,body {
    position: relative;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inner {
    width: 120rem;
    margin: 0 auto;
}

@media screen and (max-width: 820px) {
    .inner {
        width: calc(100% - 8rem);
        margin: 0 auto;
    }
}

.TextGroup {
    display: inline-block;
}

/*---------------------------------

  MainVisual

---------------------------------*/

#MainVisual {
    display: flex;
    justify-content: center;
    height: 60rem;
}

@media screen and (max-width: 820px) {
    #MainVisual {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        height: auto;
    }
}

#MainVisual .mv-image {
    position: relative;
    overflow: hidden;
    background-image: url(./../img/mv_image.jpg);
    background-image: image-set(url(./../img/mv_image.jpg) 1x, url(./../img/mv_image@2x.jpg) 2x);
    background-image: -webkit-image-set(url(./../img/mv_image.jpg) 1x, url(./../img/mv_image@2x.jpg) 2x);

    background-size: cover;
    background-repeat: no-repeat;
}

#MainVisual .mv-image,
#MainVisual .mv-info {
    width: 50%;
    font-size: 0;
    letter-spacing: 0;
}

@media screen and (max-width: 820px) {
    #MainVisual .mv-image,
    #MainVisual .mv-info {
        width: 100%;
        height: 47rem;
    }
}

#MainVisual .mv-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f9f2eb;
}

#MainVisual .mv-info::before,
#MainVisual .mv-info::after {
    content: "";
    display: block;
    position: absolute;
    width: 11.8rem;
    height: 11.2rem;
}

#MainVisual .mv-info::before {
    top: 2rem;
    right: 2rem;
    background: url(./../img/mv-deco-r.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#MainVisual .mv-info::after {
    bottom: 2rem;
    left: 2rem;
    background: url(./../img/mv-deco-l.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mv-info .mv-info_catch {
    margin-bottom: 5.5rem;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
}

.mv-info .mv-info_pageTitle {
    width: 40.3rem;
    margin: 0 auto;
}

/*---------------------------------

  About

---------------------------------*/

#About {
    position: relative;
    padding: 14rem 0;
}

@media screen and (max-width: 820px) {
    #About {
        position: relative;
        padding: 20rem 0 30rem;
    }
}

#About::before,
#About::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
}

#About::before {
    left: 0;
    width: 17rem;
    height: 73.6rem;
    background: url(./../img/curtain-l.png);
    background-repeat: no-repeat;
    background-size: auto;
}

@media screen and (max-width: 820px) {
    #About::before {
        left: 0;
        width: 100%;
        height: 12.7rem;
        background: url(./../img/curtain-top.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#About::after {
    right: 0;
    width: 14.9rem;
    height: 73.6rem;
    background: url(./../img/curtain-r.png);
    background-repeat: no-repeat;
    background-size: auto;
}

@media screen and (max-width: 820px) {
    #About::after {
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 12.3rem;
        background: url(./../img/curtain-bottom.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#About .inner {
    position: relative;
}

.about-deco-l {
    position: absolute;
    top: -1rem;
    left: -6.4rem;
}

@media screen and (max-width: 820px) {
    .about-deco-l {
        display: block;
        width: 66rem;
        height: 13.1rem;
        left: 0;
    }
}

.about-deco-r {
    position: absolute;
    bottom: 0;
    right: -1.7rem;
}

@media screen and (max-width: 820px) {
    .about-deco-r {
        display: block;
        bottom: -3rem;
        transform: translateY(100%);
        right: auto;
        left: 0;
        width: 62.7rem;
        height: 11.1rem;
    }
}

@media screen and (max-width: 820px) {
    .about-deco-l img,
    .about-deco-r img {
        width: 100%;
    }
}

.about_head {
    text-align: center;
    margin-bottom: 6rem;
}

@media screen and (max-width: 820px) {
    .about_head {
        width: 28.8rem;
        margin: 0 auto 6rem;
    }
}

.about_txt {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.01em;
    text-align: center;
}

@media screen and (max-width: 820px) {
    .about_txt {
        font-size: 2.4rem;
        line-height: 1.9;
        letter-spacing: 0.01em;
        text-align: center;
    }
}

.about_txt:not(:first-of-type) {
    margin-top: 1em;
}

.about_txt .TextGroup {
    display: block;
}

/*---------------------------------

  Message

---------------------------------*/

#Message {
    padding: 14rem 0;
}

.msg-bg {
    background: url(./../img/msg-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 820px) {
    .msg-bg {
        background: url(./../img/msg-bg-sp.jpg);
    }
}

.msg_container {
    width: 81rem;
    padding: 8rem;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 820px) {
    .msg_container {
        width: calc(100% - 8rem);
        padding: 9.5rem 4rem;
        margin: 0 auto;
        text-align: center;
        background: rgba(255, 255, 255, 0.7);
    }
}

.msg_title_txt {
    margin-bottom: 6rem;
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
    text-align: center;
}

@media screen and (max-width: 820px) {
    .msg_title_txt {
        font-size: 3.6rem;
    }
}

.msg_info .msg_info_txt {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 820px) {
    .msg_info .msg_info_txt {
        font-size: 2.2rem;
        text-align: left;
        letter-spacing: 0.01em;
    }
    .msg_info .msg_info_txt .TextGroup {
        display: inline;
    }
}

.msg_info .msg_info_txt:not(:first-of-type) {
    margin-top: 2em;
}

/*---------------------------------
  common
---------------------------------*/

.common_ttl {
    margin-bottom: 8rem;
    text-align: center;
    font-family: "Marcellus", serif;
}

.common_ttl_txt {
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0.01em;
}

.common_ttl_txt-ja {
    margin-top: 2rem;
    display: block;
    font-size: 3rem;
    line-height: 1;
    color: #333333;
}

/*---------------------------------

  Item

---------------------------------*/

#Item {
    padding: 13rem 0 16rem;
}

.item_lineup,
.category_box {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 820px) {
    .category_box {
        flex-direction: column-reverse;
    }
}

.item_lineup_category {
    background: #f9f2eb;
    width: 59rem;
    height: 34rem;
    overflow: hidden;
    border-radius: 1rem;
}

@media screen and (max-width: 820px) {
    .item_lineup_category {
        background: #f9f2eb;
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 1rem;
    }
}

.item_lineup_category:nth-of-type(odd) {
    margin-right: 1rem;
}

.item_lineup_category:nth-of-type(even) {
    margin-left: 1rem;
}

.category_box {
    height: 100%;
}

.category_box_name {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 20rem;
    font-size: 2.4rem;
    letter-spacing: 0.01em;
    font-weight: 500;
}

@media screen and (max-width: 820px) {
    .category_box_name {
        padding: 2rem 0;
        width: 100%;
        font-size: 2.4rem;
        letter-spacing: 0.01em;
        font-weight: 500;
    }
}

.category_box_name::after {
    content: "";
    display: block;
    margin-top: 2rem;
    width: 2.5rem;
    height: 2.5rem;
    background: url(./../img/item-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 820px) {
    .category_box_name::after {
        margin-top: 1.2rem;
    }
}

.category_box_image {
    position: relative;
    overflow: hidden;
    width: calc(100% - 20rem);
}

@media screen and (max-width: 820px) {
    .category_box_image {
        position: relative;
        overflow: hidden;
        width: 100%;
    }
}

.category_box_image img {
    width: 100%;
    height: auto;
}

/*---------------------------------

  case

---------------------------------*/
#case {
    padding: 14rem 0;
}

.case-bg {
    background: #f9f2eb;
}

.case_content {
    padding: 6rem 14rem;
    background: #fff;
}

@media screen and (max-width: 820px) {
    .case_content {
        padding: 8rem 3.5rem;
    }
}

.case_content:not(:last-of-type) {
    margin-bottom: 3rem;
}

.case_head {
    margin-bottom: 3rem;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.176;
    letter-spacing: 0.01em;
    text-align: center;
}

@media screen and (max-width: 820px) {
    .case_head {
        margin-bottom: 3rem;
        font-size: 3.4rem;
        font-weight: bold;
        line-height: 1.176;
        letter-spacing: 0.01em;
        text-align: center;
    }
}

.case_point {
    text-align: center;
    margin-bottom: 6rem;
}

@media screen and (max-width: 820px) {
    .case_point {
        text-align: center;
        margin-bottom: 8rem;
    }
}

.case_point_txt {
    display: inline-block;
    background: #f9f2eb;
    padding: 2.4rem 6rem;
    text-align: left;
    font-size: 2.4rem;
    letter-spacing: 0.01em;
    font-weight: 500;
    color: #e7936d;
}

@media screen and (max-width: 820px) {
    .case_point_txt {
        padding: 2.4rem 6.4rem;
        text-align: left;
        font-size: 2.8rem;
        line-height: 1.6;
        text-align: center;
    }
}

/*---------------------------------

  content_info

---------------------------------*/
.content_info {
    background: #e7936d;
    color: #fff;
    text-align: center;
    padding: 8rem 0;
}

#Shorts > .content_info {
    padding: 3.5rem 0;
}

@media screen and (max-width: 820px) {
    .content_info {
        padding: 8rem 4rem;
    }
}

.content_info_ttl {
    margin-bottom: 4.5rem;
    font-size: 3.4rem;
    letter-spacing: 0.01em;
    line-height: 1;
}

#Shorts > .content_info .content_info_ttl {
    margin-bottom: 0;
}

@media screen and (max-width: 820px) {
    .content_info_ttl {
        margin-bottom: 4rem;
        font-size: 3.6rem;
    }
}

.content_info_txt {
    font-size: 2rem;
    letter-spacing: 0.01em;
    line-height: 2;
}

@media screen and (max-width: 820px) {
    .content_info_txt {
        font-size: 2.4rem;
        letter-spacing: 0.01em;
        line-height: 2;
    }
}

.content_info_txt .TextGroup {
    display: block;
}

.product-variation {
    padding: 14rem 0;
}

@media screen and (max-width: 820px) {
    .product-variation {
        padding: 14rem 2rem;
    }
}

.main section:not(:first-child) {
    margin-top: -14rem;
}

.product-variation_ttl {
    text-align: center;
    margin-bottom: 5.8rem;
}

.product-variation_ttl_txt::before {
    content: "";
    display: block;
    margin: 0 auto 2rem;
    width: 3.2rem;
    height: 2rem;
    background: url(./../img/product-variation_ttl-deco.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.product-variation_ttl_txt {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.01em;
    font-weight: 500;
}

@media screen and (max-width: 820px) {
    .product-variation_ttl_txt {
        line-height: 1.6;
    }
}

.product-feature {
    margin-bottom: 10rem;
}

.product-feature_txt {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.01em;
    text-align: center;
}

@media screen and (max-width: 820px) {
    .product-feature_txt {
        font-size: 2.4rem;
        line-height: 1.9;
    }
}

.product-feature_txt .TextGroup {
    display: block;
}

.color-variation {
    text-align: center;
    margin-bottom: 6rem;
}

.color-variation_ttl {
    text-align: center;
    margin-bottom: 8rem;
}

.color-variation_ttl_txt {
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.01em;
    font-weight: 500;
}

.variation-stage {
    position: relative;
    margin: 0 auto;
}

@media screen and (max-width: 820px) {
    .variation-change {
        display: flex;
        justify-content: center;
        margin: 0 auto 7rem;
    }
}

.variation-change-position {
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    top: 0;
    right: calc(50% + 41.8rem);
}

@media screen and (max-width: 820px) {
    .variation-change-position {
        margin: 0 auto;
        position: static;
        z-index: 1;
        top: 0;
        left: 0;
        right: auto;
    }
}

/* .variation-change {} */

.variation-change button,
.variation-change button img {
    display: block;
}

.variation-change button {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.variation-change button .button_color_img {
    position: relative;
    box-sizing: border-box;
    border-radius: 50%;
}

.variation-change button .button_color_img {
    position: relative;
    margin-top: 2rem;
}

.variation-change button .button_color_img::after {
    transition: border 0.2s ease-in;
}

.variation-change button.is-select .button_color_img::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
    width: 18.2rem;
    height: 18.2rem;
    border: 2px solid #e7936d;
}

.variation-change button:not(:first-of-type) {
    margin-top: 3rem;
}

@media screen and (max-width: 820px) {
    .variation-change button:not(:first-of-type) {
        margin-top: 0;
    }

    .variation-change button:nth-of-type(odd) {
        margin-right: 1rem;
    }

    .variation-change button:nth-of-type(even) {
        margin-left: 1rem;
    }
}

.variation-change button img {
    border-radius: 50%;
    overflow: hidden;
    width: 18rem;
    height: auto;
}

.content-change {
    display: none;
}

.content-change.is-active {
    display: block;
}

.product_base {
    position: relative;
    width: 120rem;
    margin: 0 auto;
}

@media screen and (max-width: 820px) {
    .product_base {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
}

.product_point {
    display: inline-block;
    position: absolute;
    text-align: left;
}

.product_point_head {
    position: relative;
    display: inline-block;
    padding: 1.2rem 1.8rem;
    border: 1px solid #333333;
    font-size: 2.4rem;
    letter-spacing: 0.01em;
    font-weight: 500;
    margin-bottom: 2rem;
}

@media screen and (max-width: 820px) {
    .product_point_head {
        text-align: center;
        padding: 2.5rem 1.7rem 2rem;
        margin: 0;
    }
}

.product_point_head-sp {
    display: none;
}

@media screen and (max-width: 820px) {
    .product_point_head-sp {
        display: block;
    }
}

.product_point_head-btn {
    display: none;
}

@media screen and (max-width: 820px) {
    .product_point_head-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.4rem;
        width: 18rem;
        height: 4.7rem;
        background: #e7936d;
        border-radius: 23.5rem;
        color: #fff;
    }
}
@media screen and (max-width: 820px) {
    .product_point_box {
        display: none;
    }
}

.product_point_head .space-l {
    padding-right: 0.5em;
}

.product_point_head .space-r {
    padding-left: 0.5em;
}

.product_point-back {
    display: inline-block;
    width: 30.5rem;
    margin-top: 2.5rem;
    padding: 2rem 2.4rem;
    background: #f9f2eb;
}

.product_point-back_head {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: #e7936d;
    line-height: 1;
    letter-spacing: 0.01em;
    font-weight: bold;
    text-align: center;
}

.product_point-back_txt {
    font-size: 1.6rem;
    line-height: 1.5;
}

.product_point-back .product_point_img {
    margin-top: 1rem;
}

/* line */
.product_point_head::before,
#Shorts .product_point_txt::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #a3a3a3;
    top: 50%;
}

@media screen and (max-width: 820px) {
    #Shorts .product_point_txt::before {
        display: none;
    }
    .product_point_head::before,
    #Shorts .product_point_head::before {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        background: #a3a3a3;
        top: 50%;
    }
}

/* circle */
.product_point_head::after,
#Shorts .product_point_txt::after {
    content: "";
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #a3a3a3;
    border-radius: 50%;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 820px) {
    #Shorts .product_point_txt::after {
        display: none;
    }
    .product_point_head::after,
    #Shorts .product_point_head::after {
        content: "";
        display: block;
        position: absolute;
        width: 1.5rem;
        height: 1.5rem;
        border: 1px solid #a3a3a3;
        border-radius: 50%;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
    }
}

#product01-w .product_point01 {
    top: 8rem;
    left: 0;
}

#product01-w .product_point02 {
    top: 62rem;
    left: 0;
}

#product01-w .product_point03 {
    top: 12rem;
    right: 0;
}

#product01-w .product_point01 .product_point_head::before {
    width: 19.8rem;
    right: 0;
    transform: translate(100%, -50%);
}

#product01-w .product_point02 .product_point_head::before {
    width: 17.8rem;
    right: 0;
    transform: translate(100%, -50%);
}

#product01-w .product_point03 .product_point_head::before {
    width: 12.5rem;
    left: 0;
    transform: translate(-100%, -50%);
}

#product01-w .product_point01 .product_point_head::after {
    right: -19.8rem;
    transform: translate(100%, -50%);
}

#product01-w .product_point02 .product_point_head::after {
    right: -17.8rem;
    transform: translate(100%, -50%);
}

#product01-w .product_point03 .product_point_head::after {
    left: -12.5rem;
    transform: translate(-100%, -50%);
}

#product01-b .product_point01 {
    top: 8rem;
    left: 0;
}

#product01-b .product_point02 {
    top: 62rem;
    left: 0;
}

#product01-b .product_point03 {
    top: 12rem;
    right: 0;
}

#product01-b .product_point01 .product_point_head::before {
    width: 19.8rem;
    right: 0;
    transform: translate(100%, -50%);
}

#product01-b .product_point02 .product_point_head::before {
    width: 17.8rem;
    right: 0;
    transform: translate(100%, -50%);
}

#product01-b .product_point03 .product_point_head::before {
    width: 12.5rem;
    left: 0;
    transform: translate(-100%, -50%);
}

#product01-b .product_point01 .product_point_head::after {
    right: -19.8rem;
    transform: translate(100%, -50%);
}

#product01-b .product_point02 .product_point_head::after {
    right: -17.8rem;
    transform: translate(100%, -50%);
}

#product01-b .product_point03 .product_point_head::after {
    left: -12.5rem;
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product01-w .product_point01,
    #product01-b .product_point01 {
        top: 8rem;
        left: 0;
    }
}

@media screen and (max-width: 820px) {
    #product01-w .product_point01 .product_point_head::before,
    #product01-b .product_point01 .product_point_head::before {
        width: 4.9rem;
        top: 2.4rem;
        right: 0;
        transform: translate(100%, 0);
    }
}

@media screen and (max-width: 820px) {
    #product01-w .product_point02 .product_point_head::before,
    #product01-b .product_point02 .product_point_head::before {
        width: 4.9rem;
        right: 0;
        transform: translate(100%, 0);
        top: 2.4rem;
    }
}

@media screen and (max-width: 820px) {
    #product01-w .product_point03 .product_point_head::before,
    #product01-b .product_point03 .product_point_head::before {
        width: 7.7rem;
        top: 2.4rem;
        left: 0;
        transform: translate(-100%, 0);
    }
}

@media screen and (max-width: 820px) {
    #product01-w .product_point01 .product_point_head::after,
    #product01-b .product_point01 .product_point_head::after {
        top: 2.4rem;
        right: -4.9rem;
        transform: translate(100%,-50%);
    }
}

@media screen and (max-width: 820px) {
    #product01-w .product_point02 .product_point_head::after,
    #product01-b .product_point02 .product_point_head::after {
        right: -4.9rem;
        top: 2.4rem;
        transform: translate(100%, -50%);
    }
}

@media screen and (max-width: 820px) {
    #product01-w .product_point03,
    #product01-b .product_point03 {
        top: 11rem;
        right: 0;
    }
}

@media screen and (max-width: 820px) {
    #product01-w .product_point03 .product_point_head::after,
    #product01-b .product_point03 .product_point_head::after {
        left: -7.7rem;
        top: 2.4rem;
        transform: translate(-100%, -50%);
    }
}

#product02-w .product_point01 {
    top: 8rem;
    left: 0;
}

@media screen and (max-width: 820px) {
    #product02-w .product_point01 {
        top: 8rem;
        left: 0;
    }
}

#product02-w .product_point02 {
    top: 24.8rem;
    left: 0;
}

@media screen and (max-width: 820px) {
    #product02-w .product_point02 {
        top: 25rem;
        left: 0;
    }
}

#product02-w .product_point03 {
    top: 54rem;
    left: 0;
}

@media screen and (max-width: 820px) {
    #product02-w .product_point03 {
        top: 60.5rem;
        left: 0;
    }
}

#product02-w .product_point04 {
    top: 0;
    right: -2.4rem;
}

@media screen and (max-width: 820px) {
    #product02-w .product_point04 {
        top: 3rem;
        right: 0;
    }
}

#product02-w .product_point04 .product_point_img {
    padding-right: 2.4rem;
}

#product02-w .product_point05 {
    top: 46rem;
    right: 0;
}

@media screen and (max-width: 820px) {
    #product02-w .product_point05 {
        top: 20rem;
        right: 0;
    }
}

#product02-w .product_point01 .product_point_head::before {
    width: 19.8rem;
    right: 0;
    transform: translate(100%, -50%);
}

@media screen and (max-width: 820px) {
    #product02-w .product_point01 .product_point_head::before {
        top: 2.4rem;
        width: 4.9rem;
        right: 0;
        transform: translate(100%, -50%);
    }
}

#product02-w .product_point02 .product_point_head::before {
    width: 14.9rem;
    right: 0;
    transform: translate(100%, -50%);
}

@media screen and (max-width: 820px) {
    #product02-w .product_point02 .product_point_head::before {
        top: 2.4rem;
        width: 2.9rem;
        right: 0;
        transform: translate(100%, -50%);
    }
}

#product02-w .product_point03 .product_point_head::before {
    width: 27.2rem;
    right: 0;
    transform: translate(100%, -50%);
}

@media screen and (max-width: 820px) {
    #product02-w .product_point03 .product_point_head::before {
        top: 2.4rem;
        width: 14.3rem;
        right: 0;
        transform: translate(100%, -50%);
    }
}

#product02-w .product_point04 .product_point_head::before {
    width: 14.2rem;
    left: 0;
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product02-w .product_point04 .product_point_head::before {
        top: 2.4rem;
        width: 7.7rem;
        left: 0;
        transform: translate(-100%, -50%);
    }
}

#product02-w .product_point05 .product_point_head::before {
    width: 3.3rem;
    left: 0;
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product02-w .product_point05 .product_point_head::before {
        width: 9rem;
        top: 2.4rem;
        left: 0;
        transform: translate(-100%, -50%);
    }
}

#product02-w .product_point01 .product_point_head::after {
    right: -19.8rem;
    transform: translate(100%, -50%);
}

@media screen and (max-width: 820px) {
    #product02-w .product_point01 .product_point_head::after {
        top: 2.4rem;
        right: -4.9rem;
        transform: translate(100%, -50%);
    }
}

#product02-w .product_point02 .product_point_head::after {
    right: -14.9rem;
    transform: translate(100%, -50%);
}

@media screen and (max-width: 820px) {
    #product02-w .product_point02 .product_point_head::after {
        top: 2.4rem;
        right: -2.9rem;
        transform: translate(100%, -50%);
    }
}

#product02-w .product_point03 .product_point_head::after {
    right: -27.2rem;
    transform: translate(100%, -50%);
}

@media screen and (max-width: 820px) {
    #product02-w .product_point03 .product_point_head::after {
        top: 2.4rem;
        right: -14.3rem;
        transform: translate(100%, -50%);
    }
}

#product02-w .product_point04 .product_point_head .line {
    position: absolute;
    display: block;
    left: -14.2rem;
    top: 3.5rem;
    width: 1px;
    height: 27px;
    background: #a3a3a3;
    transform: translateY(-50%);
}

@media screen and (max-width: 820px) {
    #product02-w .product_point04 .product_point_head .line {
        display: none;
    }
}

#product02-w .product_point04 .product_point_head::after {
    top: 5.5rem;
    left: -13.35rem;
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product02-w .product_point04 .product_point_head::after {
        top: 2.4rem;
        left: -7.7rem;
        transform: translate(-100%, -50%);
    }
}

#product02-w .product_point05 .product_point_head::after {
    top: -34rem;
    left: -12.5rem;
    transform: translate(-100%, 100%);
}

@media screen and (max-width: 820px) {
    #product02-w .product_point05 .product_point_head::after {
        top: -6.2rem;
        left: -9rem;
        transform: translate(-50%, -100%);
    }
}

#product02-w .product_point05 .product_point_head .line:nth-of-type(1),
#product02-w .product_point05 .product_point_head .line:nth-of-type(2) {
    position: absolute;
    display: block;
    background: #a3a3a3;
}

#product02-w .product_point05 .product_point_head .line:nth-of-type(1) {
    width: 1px;
    height: 34rem;
    left: -3.3rem;
    bottom: 2.1rem;
    transform: translate(-100%, 0);
}

@media screen and (max-width: 820px) {
    #product02-w .product_point05 .product_point_head .line:nth-of-type(1) {
        width: 1px;
        height: 8.7rem;
        left: -9rem;
        bottom: auto;
        top: -6.2rem;
        transform: translate(-50%);
    }
}

#product02-w .product_point05 .product_point_head .line:nth-of-type(2) {
    width: 9.3rem;
    height: 1px;
    top: calc(-34rem + 2.3rem);
    left: calc(-3.3rem);
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product02-w .product_point05 .product_point_head .line:nth-of-type(2) {
        display: none;
    }
}

#product03-b .product_point01,
#product03-w .product_point01 {
    top: 22.5rem;
    left: -5rem;
}

@media screen and (max-width: 820px) {
    #product03-b .product_point01,
    #product03-w .product_point01 {
        top: 5rem;
        left: 0rem;
    }
}

#product03-b .product_point02,
#product03-w .product_point02 {
    top: 16.8rem;
    right: 9rem;
}

@media screen and (max-width: 820px) {
    #product03-b .product_point02,
    #product03-w .product_point02 {
        top: 3rem;
        right: 5rem;
    }
}

#product03-b .product_point03,
#product03-w .product_point03 {
    top: 28.5rem;
    right: 10.3rem;
}

@media screen and (max-width: 820px) {
    #product03-b .product_point03,
    #product03-w .product_point03 {
        top: 50rem;
        right: 0;
    }
}

#product03-b .product_point01 .product_point_txt::before,
#product03-w .product_point01 .product_point_txt::before {
    width: 10.6rem;
    right: -0.5rem;
    transform: translate(100%, -50%);
}

@media screen and (max-width: 820px) {
    #product03-b .product_point01 .product_point_txt::before,
    #product03-w .product_point01 .product_point_txt::before {
        display: none;
    }
    #product03-b .product_point01 .product_point_head::before,
    #product03-w .product_point01 .product_point_head::before {
        width: 2.5rem;
        height: 15rem;
        right: auto;
        top: auto;
        bottom: 0;
        left: calc(50% + 2.5rem);
        transform: translate(-50%, 100%);
        background: none;
        border-left: 1px solid #a3a3a3;
        border-bottom: 1px solid #a3a3a3;
    }
    .modal .product_point_head::before,
    .modal .product_point_head::after {
        display: none !important;
    }
}

#product03-b .product_point02 .product_point_txt::before,
#product03-w .product_point02 .product_point_txt::before {
    width: 11.5rem;
    left: -2.8rem;
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product03-b .product_point02 .product_point_txt::before,
    #product03-w .product_point02 .product_point_txt::before {
        display: none;
    }
    #product03-b .product_point02 .product_point_head::before,
    #product03-w .product_point02 .product_point_head::before {
        width: 1px;
        height: 11.5rem;
        left: 50%;
        transform: translate(-50%, 100%);
        top: auto;
        bottom: 0;
    }
}

#product03-b .product_point03 .product_point_txt::before,
#product03-w .product_point03 .product_point_txt::before {
    width: 16.5rem;
    left: -2.8rem;
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product03-b .product_point03 .product_point_txt::before,
    #product03-w .product_point03 .product_point_txt::before {
        display: none;
    }
    #product03-b .product_point03 .product_point_head::before,
    #product03-w .product_point03 .product_point_head::before {
        width: 1px;
        height: 10rem;
        top: -1px;
        left: 2.4rem;
        transform: translate(-50%, -100%);
    }
}

#product03-b .product_point01 .product_point_txt::after,
#product03-w .product_point01 .product_point_txt::after {
    right: -11.1rem;
    transform: translate(100%, -50%);
}

@media screen and (max-width: 820px) {
    #product03-b .product_point01 .product_point_txt::after,
    #product03-w .product_point01 .product_point_txt::after {
        display: none;
    }
    #product03-b .product_point01 .product_point_head::after,
    #product03-w .product_point01 .product_point_head::after {
        top: 29.5rem;
        right: calc(8rem - .25rem);
        transform: translate(100%, 0%);
    }
}

#product03-b .product_point02 .product_point_txt::after,
#product03-w .product_point02 .product_point_txt::after {
    left: calc(-11.5rem - (2.8rem));
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product03-b .product_point02 .product_point_txt::after,
    #product03-w .product_point02 .product_point_txt::after {
        display: none;
    }
    #product03-b .product_point02 .product_point_head::after,
    #product03-w .product_point02 .product_point_head::after {
        top: auto;
        bottom: -100%;
        left: 50%;
        transform: translate(-50%, -100%);
    }
}

#product03-b .product_point03 .product_point_txt::after,
#product03-w .product_point03 .product_point_txt::after {
    left: calc(-16.5rem - (2.8rem));
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product03-b .product_point03 .product_point_txt::after,
    #product03-w .product_point03 .product_point_txt::after {
        display: none;
    }
    #product03-b .product_point03 .product_point_head::after,
    #product03-w .product_point03 .product_point_head::after {
        top: -10rem;
        left: 2.4rem;
        transform: translate(-50%, -100%);
    }
}

#product04-b .product_point01,
#product04-w .product_point01 {
    top: 18rem;
    left: -4rem;
}

@media screen and (max-width: 820px) {
    #product04-b .product_point01,
    #product04-w .product_point01 {
        top: 6rem;
        left: -2rem;
    }
}

#product04-b .product_point02,
#product04-w .product_point02 {
    bottom: 0;
    left: -4rem;
}

@media screen and (max-width: 820px) {
    #product04-b .product_point02,
    #product04-w .product_point02 {
        bottom: 10rem;
        left: -1rem;
    }
}

#product04-b .product_point03,
#product04-w .product_point03 {
    top: 0;
    right: 7rem;
}

@media screen and (max-width: 820px) {
    #product04-b .product_point03,
    #product04-w .product_point03 {
        top: 37rem;
        right: 0;
    }
}

#product04-b .product_point04,
#product04-w .product_point04 {
    top: 7.5rem;
    right: 0;
}

@media screen and (max-width: 820px) {
    #product04-b .product_point04,
    #product04-w .product_point04 {
        top: auto;
        bottom: 12rem;
        right: 0;
    }
}

#product04-b .product_point01 .product_point_txt::before,
#product04-w .product_point01 .product_point_txt::before {
    width: 4.6rem;
    right: -0.8rem;
    transform: translate(100%, -50%);
}

@media screen and (max-width: 820px) {
    #product04-b .product_point01 .product_point_txt::before,
    #product04-w .product_point01 .product_point_txt::before {
        display: none;
    }

    #product04-b .product_point01 .product_point_head::before,
    #product04-w .product_point01 .product_point_head::before {
        width: 1rem;
        height: 13rem;
        border-top: 1px solid #a3a3a3;
        border-right: 1px solid #a3a3a3;
        right: 0;
        top: 100%;
        background: none;
        transform: translate(100%, -50%);
    }
}

#product04-b .product_point02 .product_point_txt::before,
#product04-w .product_point02 .product_point_txt::before {
    width: 16.4rem;
    right: -1.8rem;
    transform: translate(100%, -50%);
}

@media screen and (max-width: 820px) {
    #product04-b .product_point02 .product_point_txt::before,
    #product04-w .product_point02 .product_point_txt::before {
        display: none;
    }
    #product04-b .product_point02 .product_point_head::before,
    #product04-w .product_point02 .product_point_head::before {
        width: 10rem;
        height: 25rem;
        border-bottom: 1px solid #a3a3a3;
        border-right: 1px solid #a3a3a3;
        background: none;
        right: 0;
        transform: translate(100%, -50%);
        top: 0;
    }
}

#product04-w .product_point02 .line,
#product04-b .product_point02 .line {
    position: absolute;
    background: #a3a3a3;
    width: 1px;
    height: 12px;
    top: calc(50% + 6px);
    transform: translate(100%, -50%);
    right: calc((-1.8rem) + (-16.4rem));
}

@media screen and (max-width: 820px) {
    #product04-w .product_point02 .line,
    #product04-b .product_point02 .line {
        display: none;
    }
    
}

#product04-b .product_point03 .product_point_txt::before,
#product04-w .product_point03 .product_point_txt::before {
    width: 4.5rem;
    left: -2.4rem;
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product04-b .product_point03 .product_point_txt::before,
    #product04-w .product_point03 .product_point_txt::before {
        display: none;
    }
    #product04-b .product_point03 .product_point_head::before,
    #product04-w .product_point03 .product_point_head::before {
        width: 4.5rem;
        height: 15rem;
        border-left: 1px solid #a3a3a3;
        border-bottom: 1px solid #a3a3a3;
        background: none;
        left: 0;
        top: 0;
        transform: translate(-100%, -50%);
    }
}

#product04-w .product_point03 .line:nth-of-type(1),
#product04-b .product_point03 .line:nth-of-type(1) {
    position: absolute;
    top: 50%;
    background: #a3a3a3;
    width: 1px;
    height: 16.3rem;
    left: calc((-2.4rem) + (-4.5rem));
}

@media screen and (max-width: 820px) {
    #product04-w .product_point03 .line:nth-of-type(1),
    #product04-b .product_point03 .line:nth-of-type(1) {
        display: none;
    }
}

#product04-w .product_point03 .line:nth-of-type(2),
#product04-b .product_point03 .line:nth-of-type(2) {
    position: absolute;
    background: #a3a3a3;
    width: 6.1rem;
    height: 1px;
    left: calc((-2.4rem) + (-4.5rem));
    transform: translate(-100%, -100%);
    top: calc(16.3rem + 2.9rem);
}


@media screen and (max-width: 820px) {
    #product04-w .product_point03 .line:nth-of-type(2),
    #product04-b .product_point03 .line:nth-of-type(2) {
        display: none;
    }
}

#product04-b .product_point04 .product_point_txt::before,
#product04-w .product_point04 .product_point_txt::before {
    width: 2.5rem;
    left: -2.4rem;
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product04-b .product_point04 .product_point_txt::before,
    #product04-w .product_point04 .product_point_txt::before {
        display: none;
    }
    #product04-b .product_point04 .product_point_head::before,
    #product04-w .product_point04 .product_point_head::before {
        width: 15rem;
        height: 25rem;
        background: none;
        top: -30%;
        border-left: 1px solid #a3a3a3;
        border-bottom: 1px solid #a3a3a3;
        left: 0;
        transform: translate(-100%, -50%);
    }
}

#product04-w .product_point04 .line:nth-of-type(1),
#product04-b .product_point04 .line:nth-of-type(1) {
    position: absolute;
    top: 50%;
    background: #a3a3a3;
    width: 1px;
    height: 19.1rem;
    left: calc((-2.4rem) + (-2.5rem));
}

@media screen and (max-width: 820px) {
    #product04-w .product_point04 .line:nth-of-type(1),
    #product04-b .product_point04 .line:nth-of-type(1) {
        display: none;
    }
}

#product04-w .product_point04 .line:nth-of-type(2),
#product04-b .product_point04 .line:nth-of-type(2) {
    position: absolute;
    background: #a3a3a3;
    width: 22.7rem;
    height: 1px;
    left: calc((-2.4rem) + (-2.5rem));
    transform: translate(-100%, -100%);
    top: calc(19.1rem + 4.3rem);
}

@media screen and (max-width: 820px) {
    #product04-w .product_point04 .line:nth-of-type(2),
    #product04-b .product_point04 .line:nth-of-type(2) {
        display: none;
    }
}

#product04-b .product_point01 .product_point_txt::after,
#product04-w .product_point01 .product_point_txt::after {
    right: -4.6rem;
    transform: translate(150%, -50%);
}


@media screen and (max-width: 820px) {
    #product04-b .product_point01 .product_point_txt::after,
    #product04-w .product_point01 .product_point_txt::after {
        display: none;
    }
    #product04-b .product_point01 .product_point_head::after,
    #product04-w .product_point01 .product_point_head::after {
        top: 24.5rem;
        right: -1rem;
        transform: translate(50%, 50%);
    }
}

#product04-b .product_point02 .product_point_txt::after,
#product04-w .product_point02 .product_point_txt::after {
    top: calc(50% + 12px);
    right: calc(-16.4rem - (1.8rem));
    transform: translate(50%, 0%);
}

@media screen and (max-width: 820px) {
    #product04-b .product_point02 .product_point_txt::after,
    #product04-w .product_point02 .product_point_txt::after {
        display: none;
    }
    #product04-b .product_point02 .product_point_head::after,
    #product04-w .product_point02 .product_point_head::after {
        top: calc((-50%) - 3.75rem);
        right: -10rem;
        transform: translate(50%, -50%);
    }
}

#product04-b .product_point03 .product_point_txt::after,
#product04-w .product_point03 .product_point_txt::after {
    top: calc(16.3rem + 2.9rem);
    left: calc((-4.5rem) + (-6.1rem - 2.4rem));
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product04-b .product_point03 .product_point_txt::after,
    #product04-w .product_point03 .product_point_txt::after {
        display: none;
    }
    #product04-b .product_point03 .product_point_head::after,
    #product04-w .product_point03 .product_point_head::after {
        top: -8rem;
        left: -4.5rem;
        transform: translate(-50%, -50%);
    }
}

#product04-b .product_point04 .product_point_txt::after,
#product04-w .product_point04 .product_point_txt::after {
    top: calc(19.1rem + 4.3rem);
    left: calc((-22.5rem ) + (-2.5rem - 2.4rem));
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product04-b .product_point04 .product_point_txt::after,
    #product04-w .product_point04 .product_point_txt::after {
        display: none;
    }
    #product04-b .product_point04 .product_point_head::after,
    #product04-w .product_point04 .product_point_head::after {
        left: -15rem;
        top: -17.5rem;
        transform: translate(-50%, -50%);
    }
}

#product05-b .product_point01,
#product05-w .product_point01 {
    bottom: 0;
    left: -2rem;
}

@media screen and (max-width: 820px) {
    #product05-b .product_point01,
    #product05-w .product_point01 {
        bottom: 25rem;
        left: 0;
    }
}

#product05-b .product_point02,
#product05-w .product_point02 {
    top: 14.5rem;
    right: 2.5rem;
}

@media screen and (max-width: 820px) {
    #product05-b .product_point02,
    #product05-w .product_point02 {
        top: 35rem;
        right: 0;
    }
}

#product05-b .product_point03,
#product05-w .product_point03 {
    top: 29rem;
    right: 2rem;
}

@media screen and (max-width: 820px) {
    #product05-b .product_point03,
    #product05-w .product_point03 {
        top: auto;
        bottom: 10rem;
        right: 0;
    }
}

#product05-b .product_point01 .product_point_txt::before,
#product05-w .product_point01 .product_point_txt::before {
    width: 17.6rem;
    right: -2rem;
    transform: translate(100%, -50%);
}

@media screen and (max-width: 820px) {
    #product05-b .product_point01 .product_point_txt::before,
    #product05-w .product_point01 .product_point_txt::before {
        display: none;
    }
    #product05-b .product_point01 .product_point_head::before,
    #product05-w .product_point01 .product_point_head::before {
        width: 9rem;
        height: 12rem;
        background: none;
        border-right: 1px solid #a3a3a3;
        border-bottom: 1px solid #a3a3a3;
        right: 0;
        transform: translate(100%, -100%);
    }
}

#product05-b .product_point02 .product_point_txt::before,
#product05-w .product_point02 .product_point_txt::before {
    width: 10.5rem;
    left: -2.1rem;
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product05-b .product_point02 .product_point_txt::before,
    #product05-w .product_point02 .product_point_txt::before {
        display: none;
    }

    #product05-b .product_point02 .product_point_head::before,
    #product05-w .product_point02 .product_point_head::before {
        width: 10.5rem;
        height: 10.5rem;
        border-top: 1px solid #a3a3a3;
        border-right: 1px solid #a3a3a3;
        background: none;
        left: 50%;
        bottom: 30%;
        transform: translate(-50%, -100%);
        top: auto;
    }
}

#product05-b .product_point03 .product_point_txt::before,
#product05-w .product_point03 .product_point_txt::before {
    width: 23.3rem;
    left: -2.3rem;
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product05-b .product_point03 .product_point_txt::before,
    #product05-w .product_point03 .product_point_txt::before {
        display: none;
    }

    #product05-b .product_point03 .product_point_head::before,
    #product05-w .product_point03 .product_point_head::before {
        width: 10rem;
        height: 28rem;
        background: none;
        border-bottom: 1px solid #a3a3a3;
        border-left: 1px solid #a3a3a3;
        left: 0;
        bottom: 50%;
        top: auto;
        transform: translate(-100%, 0);
    }
}

#product05-b .product_point01 .product_point_txt::after,
#product05-w .product_point01 .product_point_txt::after {
    right: calc((-17.6rem) + (-2rem));
    transform: translate(100%, -50%);
}

@media screen and (max-width: 820px) {
    #product05-b .product_point01 .product_point_txt::after,
    #product05-w .product_point01 .product_point_txt::after {
        display: none;
    }
    #product05-b .product_point01 .product_point_head::after,
    #product05-w .product_point01 .product_point_head::after {
        top: -5.5rem;
        right: -9rem;
        transform: translate(50%, 0%);
    }
}

#product05-b .product_point02 .product_point_txt::after,
#product05-w .product_point02 .product_point_txt::after {
    top: calc(50%);
    left: calc(-10.5rem - (2.1rem));
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product05-b .product_point02 .product_point_txt::after,
    #product05-w .product_point02 .product_point_txt::after {
        display: none;
}
    #product05-b .product_point02 .product_point_head::after,
    #product05-w .product_point02 .product_point_head::after {
        top: -10.5rem;
        left: 10.5rem;
        transform: translate(-400%, -50%);
    }
}

#product05-b .product_point03 .product_point_txt::after,
#product05-w .product_point03 .product_point_txt::after {
    left: calc((-2.3rem) + (-23.3rem));
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 820px) {
    #product05-b .product_point03 .product_point_txt::after,
    #product05-w .product_point03 .product_point_txt::after {
        display: none;
    }
    #product05-b .product_point03 .product_point_head::after,
    #product05-w .product_point03 .product_point_head::after {
        top: -21.5rem;
        left: -10rem;
        transform: translate(-50%, 0);
    }   
}

.product_point_img .product-sheet04 {
    display: block;
    margin: 0 auto;
    width: 17.6rem;
    height: auto;
}

.product_point_txt {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
}

.product_point_txt .TextGroup {
    display: block;
}

.product_point_txt-attention {
    font-size: 1.6rem;
    color: #a4a3a3;
}

.product_point_img {
    text-align: right;
    margin-top: 2.4rem;
}

.product_point_img img {
    width: 25.6rem;
    height: auto;
}

.color-variation_img {
    position: relative;
    text-align: center;
    margin-bottom: 6rem;
}

.positon-point {
    width: 94.2rem;
    margin-left: auto;
}

@media screen and (max-width: 820px) {
    .positon-point {
        width: 100%;
        margin-left: auto;
    }
}

.product-gallery {
    margin-bottom: 8rem;
}

@media screen and (max-width: 820px) {
    .product-gallery {
        overflow: auto hidden;
        margin-bottom: 8rem;
    }
}

.product-variation .product-gallery_images {
    display: flex;
    justify-content: center;
    padding: 0 2rem;
}

@media screen and (max-width: 820px) {
    .product-variation .product-gallery_images {
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 0;
    }

    .product-variation .product-gallery_images02 {
        width: calc((28rem + 0.5em) * 2);
    }

    .product-variation .product-gallery_images03 {
        width: calc((28rem + 0.5em) * 3);
    }

    .product-variation .product-gallery_images04 {
        width: calc((28rem + 0.5em) * 4);
    }

    .product-variation .product-gallery_images05 {
        width: calc((28rem + 0.5em) * 5);
    }
}

.product-gallery_images_item {
    margin: 0 0.5rem;
    width: 28rem;
}

@media screen and (max-width: 820px) {
    .product-gallery_images_item:first-of-type {
        margin: 0 0.5rem 0 -0.5rem;
    }
}

.product-gallery_images_item img {
    display: block;
    height: auto;
    margin: 0 auto;
}

.product-spec_table-outer {
    width: 120rem;
    margin: 0 auto;
}

@media screen and (max-width: 820px) {
    .product-spec_table-outer {
        width: 100%;
        margin: 0 auto;
    }
}

.product-spec_table {
    border: 1px solid #e7936d;
    box-sizing: content-box;
}

@media screen and (max-width: 820px) {
    .product-spec_table {
        width: 60rem;
        margin: 0 auto;
    }
}

.support_head {
    padding: 1.8rem 0;
    font-size: 2.6rem;
    letter-spacing: 0.01em;
    color: #fff;
    text-align: center;
    background: #e7936d;
}

.support_head-sp {
    display: none;
}

.support_head-no {
    background: #a4a3a3;
}

.support_head.col-01 {
    width: 100%;
}

.support_head.col-02 {
    display: inline-block;
    width: 50%;
}

.support_head-sp.col-02 {
    display: none;
}

@media screen and (max-width: 820px) {
    .support_head-pc,
    .support_head-pc.col-02 {
        display: none;
    }

    .support_head-sp,
    .support_head-sp.col-02 {
        display: block;
    }

    .support_head-sp.col-02 {
        display: block;
        width: 100%;
    }
}

.support_table_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.support_table_box {
    width: 50%;
}

@media screen and (max-width: 820px) {
    .support_table_box {
        width: 100%;
    }
}


.product-spec_table01 .support_table_box-top {
    display: flex;
    width: 100%;
}

@media screen and (max-width: 820px) {
    .product-spec_table01 .support_table_box-top {
        flex-wrap: wrap;
    }
}


.product-spec_table01 .support_table_box-top .support_table-top {
    width: 50%;
}

@media screen and (max-width: 820px) {
    .product-spec_table01 .support_table_box-top .support_table-top {
        width: 100%;
    }
}


.product-spec_table01 .support_table_box-bottom {
    width: 100%;
}

.support_table-top {
    display: flex;
    justify-content: center;
}

.support_list {
    margin: 0;
    text-align: center;
    padding-bottom: 5.2rem;
}

.support_list {
    border-right: 1px solid #e7936d;
}

.support_list-no {
    background: #e5e5e5;
    border-right: 1px solid #a4a3a3;
}

.support_list-no:last-of-type {
    border-right: 1px solid #e7936d;
}

.support_table_box:last-of-type .support_table-bottom {
    position: relative;
}

.support_table_box:last-of-type .support_table-bottom::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: -1px;
    background: #e7936d;
}

.support_list.col-02 {
    width: calc(100% / 2);
}

.support_dt {
    margin-bottom: 3rem;
    padding: 2rem 0;
    font-size: 3rem;
    line-height: 1;
    color: #e7936d;
    background: #f9f2eb;
    text-align: center;
}

.support_dt-no {
    color: #fff;
    background: #d2d2d2;
}

.support_dd::before {
    content: "○";
}

.support_dd.none::before {
    display: none;
}

.support_dd-block {
    display: inline-block;
    width: auto;
    text-align: left;
}

.support_dd {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 0 5.5rem;
    white-space: nowrap;
}

.support_table-bottom {
    width: 100%;
    border-top: 1px solid #e7936d;
    padding: 4rem 0;
}

.support_table-bottom.col-01 {
    flex: none;
}

.product-occasion_head {
    margin-bottom: 2.8rem;
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: 0.01em;
    text-align: center;
}

.product-occasion_info {
    margin-bottom: 4rem;
    padding: 0 5rem;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
    text-align: center;
}

@media screen and (max-width: 820px) {
    .product-occasion_info {
        font-size: 2rem;
        line-height: 1.7;
        margin-bottom: 3.8rem;
        text-align: left;
    }
}

.product-occasion_img {
    text-align: center;
}


#Product01 .support_img01 {
    width: 53.8rem;
    height: auto;
}
#Product01 .support_img02 {
    width: 34.9rem;
    height: auto;
}

@media screen and (max-width:820px) {
    #Product01 .support_img01,
    #Product01 .support_img02 {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {
    .product-occasion_img {
        text-align: center;
    }
    .product-occasion_img img {
        display: block;
        width: 100%;
        height: auto;
    }
}

.support_table-bottom.col-01 {
    display: flex;
    justify-content: center;
    padding: 4rem 22rem;
}

@media screen and (max-width: 820px) {
    .support_table-bottom.col-01 {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        padding: 4rem 8rem 6rem;
    }
}

.support_table-bottom.col-01 .product-occasion_img {
    width: 20rem;
}

@media screen and (max-width: 820px) {
    .support_table-bottom.col-01 .product-occasion_img {
        width: 33rem;
        margin: 0 auto;
    }
    .support_table-bottom.col-01 .product-occasion_img img {
        width: 100%;
        height: auto;
    }
}

.support_table-bottom.col-01 .product-occasion_des {
    margin-left: 5rem;
    width: calc(100% - (20rem + 5rem));
}

@media screen and (max-width: 820px) {
    .support_table-bottom.col-01 .product-occasion_des {
        margin-left: 0;
        width: 100%;
    }
}

.support_table-bottom.col-01 .product-occasion_head {
    text-align: center;
}

@media screen and (max-width: 820px) {
    .support_table-bottom.col-01 .product-occasion_head {
        text-align: center;
    }
}

.support_table-bottom.col-01 .product-occasion_info {
    padding: 0;
}

/*---------------------------------

  profile

---------------------------------*/

#Profile {
    padding: 14rem 0;
}

.profile-bg {
    background: #f9f2eb;
}

.profile_container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

@media screen and (max-width: 820px) {
    .profile_container {
        display: block;
    }
}

.profile_image {
    width: 35rem;
}

@media screen and (max-width: 820px) {
    .profile_image {
        width: 45rem;
        margin: 0 auto;
    }
}

.profile_image img {
    width: 100%;
    height: auto;
}

.profile_info {
    width: calc(100% - (35rem + 3rem));
    margin-left: 3rem;
}

@media screen and (max-width: 820px) {
    .profile_info {
        width: 100%;
        margin: 5rem 0 0;
    }
}

.profile_info_txt {
    font-size: 2.4rem;
    letter-spacing: 0.01em;
    font-weight: 500;
}

@media screen and (max-width: 820px) {
    .profile_info_txt {
        font-size: 3rem;
        letter-spacing: 0.01em;
        font-weight: 500;
        text-align: center;
    }
}

.profile_info_about {
    margin-top: 3rem;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 820px) {
    .profile_info_about {
        margin-top: 4rem;
        font-size: 2.2rem;
        line-height: 1.6;
        letter-spacing: 0.01em;
    }
}

.profile_info .profile_info_aside {
    background: #fff;
    margin-top: 3rem;
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 820px) {
    .profile_info .profile_info_aside {
        background: #fff;
        margin-top: 3rem;
        padding: 5rem 4rem;
        display: flex;
        flex-wrap: wrap;
    }
}

.profile_info_aside .profile_info_aside_item::before {
    content: "○";
}

.profile_info_aside .profile_info_aside_item {
    width: 50%;
    font-size: 1.4rem;
    line-height: 1.85;
    white-space: nowrap;
}

@media screen and (max-width: 820px) {
    .profile_info_aside .profile_info_aside_item {
        width: 100%;
        font-size: 2rem;
        line-height: 1.6;
        white-space: nowrap;
    }
}

.category_btn-outer {
    margin: 8rem 0;
}

.category_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 54rem;
    height: 8rem;
    line-height: 1.5;
    margin: 0 auto;
    font-size: 2rem;
    border-radius: 4rem;
    background: #333333;
    text-align: center;
    color: #fff !important;
    letter-spacing: 0.01em;
}


.category_btn-big {
    width: 70rem;
    background: #fff;
    border: 1px solid #333;
    color: #333 !important;
}

.category_btn:not(:first-of-type) {
    margin-top: 2rem;
}

.category_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
}

.category_btn-big::after {
    border-top: solid 1px #333;
    border-right: solid 1px #333;
}

/*---------------------------------

  tabi

---------------------------------*/
#tabi {
    padding: 14rem 0;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HGS明朝B, "ＭＳ Ｐ明朝", "MS PMincho",
        serif;
}

.tabi_head {
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
}

@media screen and (max-width:820px) {
    .tabi_head {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 0;
    }   
}

.tabi_head_img {
    width: 28.8rem;
}

@media screen and (max-width:820px) {
    .tabi_head_img {
        width: 28.8rem;
        margin-bottom: 4vw;
    }
}


.tabi_head_catch {
    margin-left: 2.1276595745%;
    width: calc(100% - (28.8rem + 2.1276595745%));
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 4px;
}

@media screen and (max-width:820px) {
    .tabi_head_catch {
        margin-left: 0;
        margin-bottom: 4vw;
        width:100%;
        text-align: center;
        font-size: 2.2rem;
        line-height: 2;
        letter-spacing: 4px;
    }
}

.tabi-visual {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6.5rem;
}

@media screen and (max-width:820px) {
    .tabi-visual {
        flex-wrap: wrap;
        margin-bottom: 8.5%;
    }
}

.guide_list-outer {
    margin-left: 2%;
}

@media screen and (max-width:820px) {
    .guide_list-outer {
        margin-left: 0;
    }
}
@media screen and (max-width:820px) {
.tabi_image {
    margin-bottom: 5%;
}
}

.guide_list_index {
    margin-bottom: 3.5%;
}

@media screen and (max-width:820px) {
    .guide_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

}

@media screen and (max-width:820px) {
    .guide_list_index {
        width: 49%;
        margin-bottom: 3.5%;
    }
}

.tabi-type-outer {
    margin-bottom: 7.5rem;
}

.tabi-type,
.tabi-type-other {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:820px) {
    .tabi-type,
    .tabi-type-other {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (max-width:820px) {
    .tabi-type_item.col-01 {
        order: 1;
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .tabi-type_item.col-02 {
        order: 2;
        width: 48%;
    }

}


.tabi-type_item:not(:first-of-type) {
    margin-left: 4rem;
}

@media screen and (max-width:820px) {
    .tabi-type_item:not(:first-of-type) {
        margin-left: 0;
    }
}

.tabi-type img {
    display: block;
    margin-bottom: 2.2rem;
}

.tabi-type_item_caption {
    display: block;
    color: #000000;
    font-size: 2.2rem;
    letter-spacing: 0.01em;
    font-family: "Noto Sans JP", sans-serif, Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}

.tabi-type-other .tabi-type_item {
    text-align: center;
}

@media screen and (max-width:820px) {
    .tabi-type-other .tabi-type_item {
        text-align: center;
        width: 30%;
        margin-bottom: 8vw;
    }
}

.tabi-type-other .tabi-type_item:not(:first-of-type) {
    margin-left: 2.5rem;
}

@media screen and (max-width:820px) {
    .tabi-type-other .tabi-type_item:not(:first-of-type) {
        margin-left: 0;
    }
}

.tabi-type-other .tabi-type_item img {
    border: 1px solid #d7d8d9;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 3rem;
}

.modal-trigger a {
    pointer-events: none;
    outline: none;
    color: #333333 !important;
}

@media screen and (max-width:820px) {
    .modal-trigger {
        cursor: pointer;
    }
    .modal-trigger a{
        pointer-events: auto;
    }
}

#overray {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    visibility: hidden;
}

#overray.is-open {
    visibility: visible;
}


.modal {
    display: block;
    position: static;
    border: none;
    margin-left: 0;
    width: auto;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
}

.modal .product_point_head {
    display: none;
}


.modal .product_point_txt + .product_point_img-sp {
    display: none;
}

@media screen and (max-width:820px) {
    .modal .product_point_txt + .product_point_img-sp {
        display: block;
    }
}

.product_point_txt + .product_point_img,
.product_point-back_txt + .product_point_img {
    display: block;
}

.product_point_img {
    display: none;
}

.product_point_img.product-sheet04 {
    display: block;
    width: 17.7rem;
}

#Modal_window .modal {
    display: none;
}

@media screen and (max-width:820px) {

    #Modal_window .modal {
        background: #fff;
    }

    .modal {
        display: none;
    }
    #Modal_window .modal.is-active {
        display: block;
        z-index: 10;
        position: fixed;
        max-width: 60rem;
        margin: 0 auto;
        width: 100%;
        top: 50%;
        left:50%;
        transform: translate(-50%,-50%);
    }

    .modal.is-active .product_point_box {
        display: block;
    }

    .modal .product_point_head {
        display: inline-block;
        margin-bottom: 2rem;
    }

    .modal .product_point_head::before ,.modal .product_point_head::after {
        display: none;
    }

    .modal.is-active .modal_inner {
        display: block;
        width: 60rem;
        margin: 0 auto;
        padding: 6rem 5rem;
        position: relative;
        background-color: #fff;
    }
    /* .modal-close {
        display: block;
        position: absolute;
        cursor: pointer;
        top: 0;
        right: 0;
        width: 6rem;
        height: 6rem;
        background: url(./../img/close.png);
        background-size: contain;
        background-repeat: no-repeat;
    } */
    
    .modal .product_point_txt {
        font-size: 2.2rem;
    }
    .product_point_img {
        display: block;
        width: 32.6rem;
        margin: 2.5rem auto 0;
        text-align: center;
    }
    .product_point_img img {
        text-align: block;
        margin: 0 auto;
    }

    .modal .product_point_txt .TextGroup {
        display: inline;
    }

    .modaal-wrapper .product_point-back {
        width: 100%;
    }

}



.fadein {
    opacity: 0.1;
    transform: translate(0, 50px);
    transition: all 600ms;
  }
  
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }





/* modaal */
  #modaal-close {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    background: url(./../img/close.png);
    background-size: contain;
    border-radius: 0;
  }

  #modaal-close::before,
  #modaal-close::after {
    display: none !important;
  }

  .modaal-wrapper {
    overflow: hidden;
  }

  .modaal-wrapper .product_point_head {
    font-size: 2.8rem;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 2rem;
  }

  .modaal-wrapper .product_point_head::before,
  .modaal-wrapper .product_point_head::after {
    display: none !important;
  }

  .modaal-wrapper .product_point_box {
    display: block;
  }

  .modaal-wrapper .product_point_head,
  .modaal-wrapper .product_point-back_head {
    font-size: 3.2rem;
  }

  .modaal-wrapper .product_point_txt,
  .modaal-wrapper .product_point-back_txt {
    font-size: 2.4rem;
  }

  .modaal-wrapper .product_point_txt-attention {
        display: block !important;
        font-size: 2.4rem;
    }

  .modaal-wrapper .product_point_txt .TextGroup {
    display: inline;
  }

  .modaal-image .modaal-outer-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:820px) {
    .modaal-image .modaal-outer-wrapper {
        position: relative;
        display: table;
    width: 100%;
    height: 100% !important;
    }
}

  .modaal-image .modaal-inner-wrapper {
    max-height: calc(100vh - 10rem);
    overflow: hidden;
    padding: 0;
  }
  
  @media screen and (max-width:820px) {
    .modaal-image .modaal-inner-wrapper {
        max-height: inherit;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 60px;
        padding-bottom: 60px;
      }
  }

  .modaal-image .modaal-gallery-item-wrap {
    max-width: 80rem;
    overflow: hidden;
  }

  @media screen and (max-width:820px) {
    .modaal-image .modaal-gallery-item-wrap {
        max-width: inherit;
      }
  }

  .modaal-wrapper.modaal-image * {
    height: 100%;
  }

  @media screen and (max-width:820px) {
    .modaal-wrapper.modaal-image * {
        height: auto;
      }
  }

  .modaal-wrapper.modaal-image .modaal-gallery-label {
    height: auto;
  }

  .modaal-image.modaal-wrapper .modaal-gallery-control {
    height: auto;
  }

  @media screen and (max-width:820px) {
    .modaal-image.modaal-wrapper .modaal-gallery-control {
        height: 50px;
        bottom: 3rem;
      }
  }


  .modaal-image .modaal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto;
  }

  @media screen and (max-width:820px) {
    .modaal-image .modaal-container {
        position: static;
        transform: translate(0,0);
        height: auto;
    }
  }


  .modaal-image .modaal-content.modaal-focus {
    max-width: 80rem;
    max-height: 80rem;
    height: 100%;
  }

  @media screen and (max-width:820px) {
    .modaal-image .modaal-content.modaal-focus {
        max-width: inherit;
        max-height: inherit;
        width: 100%;
        height: 100%;
      }
  }

  @media screen and (max-width:820px) {
    .modaal-image .modaal-container {
        width: 65rem;
        height: 65rem;
        overflow: hidden;
        max-width: inherit;
        max-height: inherit;
      }
  }


  .modaal-image .modaal-gallery-item.is_active {
    max-width: 80rem;
    max-height:80rem;
    height: calc(100vh - 10rem);
  }

  @media screen and (max-width:820px) {
    .modaal-image .modaal-gallery-item.is_active {
        max-width: inherit;
        max-height:inherit;
        height: auto;
      }
  }

  .modaal-image .modaal-gallery-item-wrap .modaal-gallery-item img{
    max-width: 80rem;
    width: auto !important;
    height: auto;
    margin: 0 auto;
  }

  @media screen and (max-width:820px) {
    .modaal-image .modaal-gallery-item-wrap .modaal-gallery-item img{
        max-width: 100%;
        height: auto;
        margin: 0 auto;
      }
  }


