@charset "UTF-8";
/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
*/
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.l-main {
    color: #4d4d4d;
}

/* detail
----------------------------------------------- */
body {
    color: #4d4d4d;
}

h1.rich-text,.p-detail_inner h1,h2.rich-text,.p-detail_inner h2,h3.rich-text,.p-detail_inner h3,h4.rich-text,.p-detail_inner h4,h5.rich-text,.p-detail_inner h5,h6.rich-text,.p-detail_inner h6,p.rich-text,.p-detail_inner > p,ol.rich-text,ul.rich-text,.p-detail_inner ol,.p-detail_inner ul,.wp-block-quote,.wp-block-pullquote,.wp-block-table,.wp-block-preformatted,.wp-block-media-text,.wp-block-buttons,.wp-block-columns {
    width: 100% !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

@media screen and (max-width: 768px) {
    h1.rich-text,.p-detail_inner h1,h2.rich-text,.p-detail_inner h2,h3.rich-text,.p-detail_inner h3,h4.rich-text,.p-detail_inner h4,h5.rich-text,.p-detail_inner h5,h6.rich-text,.p-detail_inner h6,p.rich-text,.p-detail_inner > p,ol.rich-text,ul.rich-text,.p-detail_inner ol,.p-detail_inner ul,.wp-block-quote,.wp-block-pullquote,.wp-block-table,.wp-block-preformatted,.wp-block-media-text,.wp-block-buttons,.wp-block-columns {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

p.rich-text,.p-detail_inner > p,ol.rich-text li,ul.rich-text li,.p-detail_inner ol li,.p-detail_inner ul li,.wp-block-pullquote p,.wp-block-preformatted {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    p.rich-text,.p-detail_inner > p,ol.rich-text li,ul.rich-text li,.p-detail_inner ol li,.p-detail_inner ul li,.wp-block-pullquote p,.wp-block-preformatted {
        font-size: 15px;
    }
}

h1.rich-text,.p-detail_inner h1,h2.rich-text,.p-detail_inner h2,h3.rich-text,.p-detail_inner h3,h4.rich-text,.p-detail_inner h4,h5.rich-text,.p-detail_inner h5,h6.rich-text,.p-detail_inner h6 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-weight: 500;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    h1.rich-text,.p-detail_inner h1,h2.rich-text,.p-detail_inner h2,h3.rich-text,.p-detail_inner h3,h4.rich-text,.p-detail_inner h4,h5.rich-text,.p-detail_inner h5,h6.rich-text,.p-detail_inner h6 {
        font-weight: 700;
    }
}

h1.rich-text,.p-detail_inner h1 {
    font-size: 39px;
}

@media screen and (max-width: 768px) {
    h1.rich-text,.p-detail_inner h1 {
        font-size: 22px;
    }
}

h2.rich-text,.p-detail_inner h2 {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    h2.rich-text,.p-detail_inner h2 {
        font-size: 20px;
    }
}

h3.rich-text,.p-detail_inner h3 {
    font-size: 25px;
}

@media screen and (max-width: 768px) {
    h3.rich-text,.p-detail_inner h3 {
        font-size: 18px;
    }
}

h4.rich-text,.p-detail_inner h4 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    h4.rich-text,.p-detail_inner h4 {
        font-size: 16px;
    }
}

h5.rich-text,.p-detail_inner h5,h6.rich-text,.p-detail_inner h6 {
    font-size: 18px;
}

p.rich-text,.p-detail_inner p {
    line-height: 1.8;
}

.p-detail_inner > p {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .p-detail_inner > p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

ol.rich-text,ul.rich-text,.p-detail_inner ol,.p-detail_inner ul {
    padding: 0 0 0 1em;
}

ol.rich-text li,ul.rich-text li,.p-detail_inner ol li,.p-detail_inner ul li {
    margin: 0 0 10px;
    line-height: 1.5;
}

ul.rich-text li,.p-detail_inner ul li {
    list-style-type: disc !important;
}

ol.rich-text li,.p-detail_inner ol li {
    list-style-type: decimal !important;
}

.p-detail_inner figure,.wp-block-image {
    width: 100%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .p-detail_inner figure,.wp-block-image {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.p-detail_inner figure img,.wp-block-image img {
    height: auto;
}

.wp-block-preformatted {
    line-height: 1.6;
}

.wp-block-columns .wp-block-image {
    margin: 0;
}

.wp-block-columns .wp-block-column {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-block-embed .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.wp-block-embed .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* layout
----------------------------------------------- */
.l-content {
    position: relative;
}

@media screen and (max-width: 768px) {
    .l-content {
        padding: 60px 0 0;
    }
}

@media screen and (min-width: 769px) {
    .l-wrapper {
        min-width: 1150px;
    }
}

.l-header a:hover img,.l-main a:hover img {
    opacity: 1;
}

.site-content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 768px) {
    .site-content {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media screen and (max-width: 768px) {
    .site-content {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.item_page_title,.cart_page_title,.member_page_title {
    font-weight: 500;
    font-size: 25px;
}

@media screen and (max-width: 768px) {
    .item_page_title,.cart_page_title,.member_page_title {
        font-size: 22px;
    }
}

.cart_page_title,.member_page_title {
    text-align: center;
}

#content {
    margin: 0 0 80px;
}

@media screen and (max-width: 768px) {
    #content {
        padding: 0;
    }
}

.cart_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart_navi li {
    float: none !important;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .cart_navi li {
        width: 25% !important;
    }
}

@media screen and (max-width: 500px) {
    .cart_navi li {
        font-size: 10px !important;
    }
}

.type-post,aside {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

aside {
    margin-bottom: 100px;
}

/* header
----------------------------------------------- */
.l-header {
    margin: auto;
    background-color: #ffffff;
    border: none;
    position: relative;
    z-index: 1000;
}

@media screen and (min-width: 769px) {
    .l-header {
        height: 120px;
    }
}

@media screen and (max-width: 768px) {
    .l-header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
    }
}

.l-header a:hover {
    text-decoration: none;
}

@media screen and (min-width: 769px) {
    .l-header_inner {
        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;
        padding: 0 2%;
    }
}

.l-header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media screen and (min-width: 769px) {
    .l-header_left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
    }
}

@media screen and (max-width: 768px) {
    .l-header_left {
        height: 60px;
        padding: 0 6%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
                box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
    }
}

.l-header_icons {
    display: none;
}

@media screen and (max-width: 768px) {
    .l-header_icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.l-header_icons_member {
    padding: 0 15px;
    cursor: pointer;
}

@media screen and (min-width: 769px) {
    .l-header_membership {
        position: absolute;
        top: -25px;
        right: 8px;
    }
}

@media (min-width: 1700px) {
    .l-header_membership {
        top: 11px;
    }
}

@media screen and (max-width: 768px) {
    .l-header_membership {
        display: none;
        width: 100%;
        position: fixed;
        left: 0;
        top: 60px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
                box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
    }
}

@media screen and (min-width: 769px) {
    .l-header_membership ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 769px) {
    .l-header_membership ul li {
        font-size: 12px;
        padding: 0 15px;
    }
}

@media screen and (min-width: 769px) and (min-width: 1700px) {
    .l-header_membership ul li {
        font-size: 13px;
    }
}

@media screen and (min-width: 769px) {
    .l-header_membership ul li:not(:last-child) {
        border-right: solid 1px #cccccc;
    }
}

@media screen and (max-width: 768px) {
    .l-header_membership ul li {
        font-weight: 500;
        border-top: solid 1px #e5e5e5;
        line-height: 1;
    }
/*    .l-header_membership ul li:first-child,*/
    .l-header_membership ul li:nth-child(2) {
        padding: 25px 6%;
    }
}

.l-header_membership ul li a {
    color: #4d4d4d;
    -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
            transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
}

@media screen and (min-width: 769px) {
    .l-header_membership ul li a:hover {
        opacity: .8;
    }
}

@media screen and (max-width: 768px) {
    .l-header_membership ul li a {
        display: block;
        padding: 25px 6%;
    }
}

.l-header_logo {
    width: 20%;
    max-width: 220px;
    margin: 0 2% 0 0;
}

@media screen and (max-width: 768px) {
    .l-header_logo {
        margin: 3px 0 0;
        width: 100px;
    }
}

@media screen and (min-width: 769px) {
    .l-header_gnav {
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    }
}

@media screen and (max-width: 768px) {
    .l-header_gnav {
        display: none;
        height: calc(100vh - 60px);
        position: fixed;
        width: 100%;
        top: 60px;
        left: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.l-header_gnav_list {
    background-color: #ffffff;
}

@media screen and (min-width: 769px) {
    .l-header_gnav_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/********** 日本語 **********/

@media screen and (min-width: 769px) {
    .l-header_gnav_item {
        margin: 0 1.65%;
    }
}

@media (min-width: 1400px) {
    .l-header_gnav_item {
        margin: 0 15px;
    }
}

@media screen and (min-width: 769px) {
    .l-header_gnav_item:nth-child(5).is-on > a::after,.l-header_gnav_item:not(:nth-child(5)) > a::after {
        content: "";
        display: block;
        width: 0;
        height: 3px;
        background: #9b1e62;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: width cubic-bezier(.165, .84, .44, 1) .3s;
                transition: width cubic-bezier(.165, .84, .44, 1) .3s;
    }
    .l-header_gnav_item:not(:nth-child(5)) > a:hover::after,.l-header_gnav_item.is-on > a::after {
        width: 100% !important;
    }
    .l-header_gnav_item:nth-child(1) a:hover::after,.l-header_gnav_item:nth-child(1).is-on a::after {
        width: 80% !important;
    }
}

.l-header_gnav_item.is-information {
    position: relative;
}

.l-header_gnav_item.is-information > a {
    cursor: default;
}

.l-header_gnav_item > a {
    display: block;
    line-height: 1;
    font-weight: 500;
    position: relative;
    color: #4d4d4d;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .l-header_gnav_item > a {
        border-top: solid 1px #e5e5e5;
        padding: 25px 6%;
    }
}

.l-header_gnav_item > a span {
    font-size: 13px;
    color: #c9c9c9;
}

.l-header_gnav_item > a:hover {
    text-decoration: none;
}


/********** 中国語 **********/

@media screen and (min-width: 769px) {
    .l-header_gnav_item_ch {
        margin: 0 1.65%;
    }
}

@media (min-width: 1400px) {
    .l-header_gnav_item_ch {
        margin: 0 15px;
    }
}

@media screen and (min-width: 769px) {
/*
    .l-header_gnav_item_ch:nth-child(5).is-on > a::after,.l-header_gnav_item_ch:not(:nth-child(5)) > a::after {
*/
    .l-header_gnav_item_ch.is-on > a::after,.l-header_gnav_item_ch > a::after {
        content: "";
        display: block;
        width: 0;
        height: 3px;
        background: #9b1e62;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: width cubic-bezier(.165, .84, .44, 1) .3s;
                transition: width cubic-bezier(.165, .84, .44, 1) .3s;
    }
/*
    .l-header_gnav_item_ch:not(:nth-child(5)) > a:hover::after,.l-header_gnav_item_ch.is-on > a::after {
*/
    .l-header_gnav_item_ch > a:hover::after,.l-header_gnav_item_ch.is-on > a::after {
        width: 100% !important;
    }



    .l-header_gnav_item_ch:nth-child(1) a:hover::after,.l-header_gnav_item_ch:nth-child(1).is-on a::after {
        width: 80% !important;
    }
}

.l-header_gnav_item_ch.is-information {
    position: relative;
}

.l-header_gnav_item_ch.is-information > a {
    cursor: default;
}

.l-header_gnav_item_ch > a {
    display: block;
    line-height: 1;
    font-weight: 500;
    position: relative;
    color: #4d4d4d;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .l-header_gnav_item_ch > a {
        border-top: solid 1px #e5e5e5;
        padding: 25px 6%;
    }
}

.l-header_gnav_item_ch > a span {
    font-size: 13px;
    color: #c9c9c9;
}

.l-header_gnav_item_ch > a:hover {
    text-decoration: none;
}


/********** ここまで **********/



.l-header_gnav_lower {
    display: none;
    width: 100%;
}

@media screen and (min-width: 769px) {
    .l-header_gnav_lower {
        padding: 20px 0 0;
        position: absolute;
    }
}

@media screen and (min-width: 769px) {
    .l-header_gnav_lower ul {
        padding: 15px 20px 20px;
        -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .1);
                box-shadow: 0 0 50px rgba(0, 0, 0, .1);
        background-color: #ffffff;
    }
}

@media screen and (max-width: 768px) {
    .l-header_gnav_lower ul {
        padding: 0 0 20px;
    }
}

.l-header_gnav_lower li a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color: #4d4d4d;
}

@media screen and (max-width: 768px) {
    .l-header_gnav_lower li a {
        padding: 8px 8%;
    }
}

.l-header_gnav_lower li a:hover {
    opacity: .7;
}

.overlay,.overlay2 {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .85);
    z-index: 999;
}

@media screen and (min-width: 769px) {
    .l-header_formLink {
        width: 21%;
        max-width: 250px;
    }
}

@media screen and (max-width: 768px) {
    .l-header_formLink {
        width: 100%;
    }
}

.l-header_formLink a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 5px 15px 15px;
    -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
            transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
    position: relative;
    background: #9b1e62;
}

@media screen and (max-width: 768px) {
    .l-header_formLink a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 6%;
    }
}

@media screen and (min-width: 769px) {
    .l-header_formLink a:hover {
        opacity: .8;
    }
}

.l-header_formLink_logo {
    width: 80px;
    padding: 6px 10px 10px;
    background-color: #ffffff;
}

@media (min-width: 1280px) {
    .l-header_formLink_logo {
        width: 95px;
    }
}

@media screen and (max-width: 768px) {
    .l-header_formLink_logo {
        margin: 0 5px;
    }
}

.l-header_formLink_txt {
    text-align: center;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
}

@media screen and (min-width: 769px) {
    .l-header_formLink_txt {
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .l-header_formLink_txt {
        margin: 0 0 0 10px;
        font-size: 15px;
    }
}

/* footer
----------------------------------------------- */
.l-footer {
    padding: 0;
    background-color: transparent;
    border-top: solid 1px #969696;
}

.l-footer_top {
    width: 50%;
    max-width: 380px;
    margin: 0 auto;
    padding: 50px 0 30px;
}

@media screen and (max-width: 768px) {
    .l-footer_top {
        padding: 30px 0;
    }
}

.l-footer_bottom {
    padding: 50px 0;
    text-align: center;
    background-color: #9b1e62;
    position: relative;
}

.l-footer_companyName {
    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;
    margin: 0 0 20px;
}

.l-footer_companyName_tag {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 8px;
    line-height: 1;
    background-color: #ffffff;
    color: #000000;
    font-weight: 700;
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .l-footer_companyName_tag {
        font-size: 11px;
        padding: 5px;
    }
}

.l-footer_companyName_name {
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .l-footer_companyName_name {
        font-size: 16px;
    }
}

.l-footer_info {
    margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
    .l-footer_info {
        margin: 0 0 20px;
    }
}

.l-footer_info span {
    margin: .5em;
}

@media screen and (min-width: 769px) {
    .l-footer_info span {
        font-size: 19px;
    }
}

@media screen and (max-width: 768px) {
    .l-footer_info span {
        display: block;
        line-height: 1.3;
    }
}

.l-footer_contact {
    margin: 0 0 35px;
}

@media screen and (min-width: 769px) {
    .l-footer_contact p {
        display: inline-block;
    }
}

@media screen and (min-width: 769px) {
    .l-footer_contact_txt {
        font-size: 16px;
        margin: 0 .5em 0 0;
    }
}

@media screen and (max-width: 768px) {
    .l-footer_contact_txt {
        margin: 0 0 5px;
        font-weight: 700;
    }
}

.l-footer_contact_txt a {
    -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
            transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
}

.l-footer_contact_txt a:hover {
    color: #ffffff;
    opacity: .7;
}

@media screen and (min-width: 769px) {
    .l-footer_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .l-footer_nav {
        margin: 0 0 10px;
    }
}

.l-footer_nav li {
    margin: 0 10px;
}

@media screen and (max-width: 768px) {
    .l-footer_nav li {
        margin: 0 0 5px;
    }
}

.l-footer_nav li a {
    font-size: 12px;
    -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
            transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
}

@media screen and (max-width: 768px) {
    .l-footer_nav li a {
        font-size: 11px;
    }
}

.l-footer_nav li a:hover {
    color: inherit;
    opacity: .8;
}

.l-footer_copyright {
    letter-spacing: .15em;
    font-size: 10px;
    opacity: .8;
}

/* button
----------------------------------------------- */
/* title
----------------------------------------------- */
.c-pageTtl {
    margin: 0 0 95px;
}

@media screen and (max-width: 768px) {
    .c-pageTtl {
        margin: 0 0 40px;
    }
}

.c-pageTtl .u-fontEn {
    margin: 0 0 15px;
    font-size: 79px;
    color: #808080;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .c-pageTtl .u-fontEn {
        font-size: 40px;
    }
}

.c-pageTtl_ja {
    font-size: 17px;
    letter-spacing: .1em;
    font-weight: 400;
}

.c-pageTtl_ja::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin: 15px 0 0;
    background-color: #9b1e62;
}

.c-pageTtl-center {
    text-align: center;
}

.c-pageTtl-center .c-pageTtl_ja::after {
    margin: 15px auto 0;
}

.c-secTtl {
    margin: 0 0 25px;
    text-align: center;
}

.c-secTtl:after {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background-color: #9b1e62;
    margin: 25px auto 0;
}

.c-secTtl_ttl {
    font-size: 17px;
    font-weight: 400;
}

@media screen and (min-width: 769px) {
    .c-secTtl_ttl {
        letter-spacing: .1em;
    }
}

/* text
----------------------------------------------- */
.c-txt {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}

@media screen and (min-width: 769px) {
    .c-txt {
        letter-spacing: .1em;
    }
}

@media screen and (max-width: 768px) {
    .c-txt {
        font-size: 15px;
    }
}

/* link
----------------------------------------------- */
.c-link {
    display: inline-block;
    padding: 5px 0;
    font-size: 18px;
    border-bottom: solid 2px #969696;
    color: #4d4d4d;
    font-weight: 500;
    -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
            transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
}

@media screen and (min-width: 769px) {
    .c-link {
        letter-spacing: .1em;
    }
}

@media screen and (max-width: 768px) {
    .c-link {
        font-size: 16px;
    }
}

.c-link::after {
    content: " ▶";
    color: #9b1e62;
}

.c-link:hover {
    text-decoration: none;
    color: #4d4d4d;
    opacity: .7;
}

.c-link-small {
    font-size: 14px;
    border-bottom: solid 1px #969696;
}

.c-linkCart img {
    width: 17px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .c-linkCart img {
        width: 20px;
    }
}

.c-linkCart_num {
    display: inline-block;
    min-width: 19px;
    height: 19px;
    line-height: 19px;
    margin: 0 0 0 3px;
    font-size: 12px;
    padding: 0 5px;
    text-align: center;
    background-color: #313131;
    color: #ffffff;
    border-radius: 50px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .c-linkCart_num {
        min-width: 21px;
        height: 21px;
        line-height: 21px;
        margin: 0 0 0 4px;
    }
}

/* pageBar
----------------------------------------------- */
.c-pageBar {
    margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
    .c-pageBar {
        margin: 0 0 5%;
    }
}

.c-pageBar_bar {
    height: 120px;
    background: url(assets/images/common/pagebar_bg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .c-pageBar_bar {
        height: 80px;
    }
}

.c-pageBar_bar > div {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .c-pageBar_bar > div {
        padding-left: 8%;
        padding-right: 8%;
    }
}

.c-pageBar_bar img {
    width: 153px;
    position: absolute;
    top: -15px;
    right: -2vw;
}

@media screen and (max-width: 768px) {
    .c-pageBar_bar img {
        width: 100px;
        right: 2vw;
    }
}

.c-pageBar_logo {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .c-pageBar_logo {
        padding-left: 8%;
        padding-right: 8%;
    }
}

.c-pageBar_logo img {
    width: 220px;
}

@media screen and (max-width: 768px) {
    .c-pageBar_logo img {
        width: 110px;
        height: 46.5px;
    }
}

/* menuicon
----------------------------------------------- */
.c-menuIcon {
    width: 25px;
    height: 19px;
}

.c-menuIcon:hover {
    cursor: pointer;
}

.c-menuIcon .bar_wrap {
    position: relative;
    height: 100%;
}

.c-menuIcon span.bar {
    width: 25px;
    height: 3px;
    background-color: #000000;
    position: absolute;
    left: 0;
    -webkit-transition: all .4s cubic-bezier(.395, -.6, .58, 1.65);
            transition: all .4s cubic-bezier(.395, -.6, .58, 1.65);
}

.c-menuIcon span.bar01 {
    top: 0px;
}

.c-menuIcon span.bar02 {
    top: 8px;
}

.c-menuIcon span.bar03 {
    bottom: 0;
}

.c-menuIcon.close span.bar01 {
    top: 8px;
    opacity: .9;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.c-menuIcon.close span.bar03 {
    bottom: 8px;
    opacity: .9;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.c-menuIcon.close span.bar02 {
    opacity: 0;
}

/* pagination
----------------------------------------------- */
.c-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 0;
    padding: 0 8%;
}

.c-pagination .page-numbers {
    display: block;
    width: 43px;
    height: 46px;
    margin: 0 8px 85px;
    text-align: center;
    line-height: 43px;
    color: #b0b0b0;
    border: solid 1px #969696;
    font-weight: 500;
    font-size: 19px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.c-pagination .page-numbers:not(.next):not(.prev) {
    font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 768px) {
    .c-pagination .page-numbers {
        margin: 0 1% 85px;
    }
}

.c-pagination .dots {
    width: auto;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    border: none;
}

@media screen and (min-width: 769px) {
    .c-pagination .dots {
        padding: 0 3px;
    }
}

.c-pagination .current {
    background-color: #969696 !important;
    color: #ffffff;
}

.c-pagination a {
    -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) .3s, color cubic-bezier(.165, .84, .44, 1) .3s;
            transition: opacity cubic-bezier(.165, .84, .44, 1) .3s, color cubic-bezier(.165, .84, .44, 1) .3s;
}

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

/* definition list
----------------------------------------------- */
.c-dl dl {
    border-bottom: solid 1px #cccccc;
}

@media screen and (min-width: 769px) {
    .c-dl dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .c-dl dl {
        padding: 8px 15px;
    }
}

.c-dl dl:first-child {
    border-top: solid 1px #cccccc;
}

.c-dl dt,.c-dl dd {
    line-height: 1.8;
}

@media screen and (min-width: 769px) {
    .c-dl dt,.c-dl dd {
        font-size: 16px;
        padding: 15px 30px;
    }
}

.c-dl dt {
    color: #000000;
    font-weight: 500;
}

@media screen and (min-width: 769px) {
    .c-dl dt {
        width: 15%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .c-dl dt {
        font-weight: 700;
    }
}

.c-dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

/* components
----------------------------------------------- */
.c-pageTop {
    position: absolute;
    top: -44px;
    right: 90px;
    width: 88px;
    height: 88px;
    background-color: #9b1e62;
    border: solid 4px #ffffff;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .c-pageTop {
        top: -22px;
        right: 8%;
        width: 44px;
        height: 44px;
        border: solid 2px #ffffff;
    }
}

.c-pageTop span {
    display: block;
    position: relative;
}

.c-pageTop span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 23px 38px 23px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .c-pageTop span::after {
        top: 10px;
        border-width: 0 11.5px 19px 11.5px;
    }
}

/* top
----------------------------------------------- */
.p-top_info {
    padding: 50px 0;
    background-color: #e3e3e3;
}

.p-top_info .c-secTtl .u-fontEn {
    margin: 0 0 20px;
    font-size: 38px;
    font-weight: 500;
    color: #808080;
}

.p-top_info .p-infoList_link {
    text-align: left;
}

.p-top_info_inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 768px) {
    .p-top_info_inner {
        padding-left: 8%;
        padding-right: 8%;
    }
}

.p-top_info_link {
    text-align: center;
}

.p-top_quality {
    padding: 70px 0 100px;
}

@media screen and (max-width: 768px) {
    .p-top_quality {
        padding: 50px 0 60px;
    }
}

.p-top_quality .c-secTtl {
    position: relative;
}

.p-top_quality .c-secTtl .u-fontEn {
    margin: 0 0 60px;
    font-size: 79px;
    font-weight: 500;
    color: #808080;
}

@media screen and (max-width: 768px) {
    .p-top_quality .c-secTtl .u-fontEn {
        margin: 0 0 30px;
        font-size: 45px;
    }
}

.p-top_quality .c-secTtl_ttl {
    color: #000000;
}

@media screen and (min-width: 769px) {
    .p-top_quality .c-secTtl_ttl {
        font-size: 22px;
    }
}

.p-top_quality_inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 768px) {
    .p-top_quality_inner {
        padding-left: 8%;
        padding-right: 8%;
    }
}

.p-top_quality_logo {
    width: 225px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
    .p-top_quality_logo {
        width: 118px;
        margin: 0 auto 15px;
    }
}

.p-top_quality_items {
    position: relative;
    margin: 40px 0 50px;
}

@media screen and (max-width: 600px) {
    .p-top_quality_items {
        margin: 40px 0 18vw;
    }
}

.p-top_quality_items_item1 {
    width: 37%;
    max-width: 430px;
    margin: 0 0 20px 5px;
    position: relative;
    z-index: 1;
}

.p-top_quality_items_item2 {
    width: 100%;
    max-width: 1178px;
    position: relative;
    z-index: 1;
}

.p-top_quality_items_item3 {
    width: 230px;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    margin: auto;
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity ease .8s, top ease .8s;
            transition: opacity ease .8s, top ease .8s;
}

@media screen and (max-width: 768px) {
    .p-top_quality_items_item3 {
        width: 18%;
    }
}

@media screen and (max-width: 600px) {
    .p-top_quality_items_item3 {
        top: 8vw;
    }
}

.p-top_quality_items_item3.is-on {
    opacity: 1;
    top: 0;
}

@media screen and (max-width: 768px) {
    .p-top_quality_items_item3.is-on {
        top: 2vw;
    }
}

.p-top_quality_items_item4 {
    width: 100%;
    max-width: 230px;
    position: absolute;
    right: -83px;
    top: -81px;
}

@media screen and (max-width: 768px) {
    .p-top_quality_items_item4 {
        width: 30%;
        right: -9vw;
        top: -9vw;
    }
}

.p-top_quality_blcs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 45px;
}

@media screen and (max-width: 600px) {
    .p-top_quality_blcs {
        display: block;
    }
}

.p-top_quality_blcs .c-txt {
    margin: 0 0 20px;
}

.p-top_quality_blc {
    width: 37%;
    max-width: 470px;
}

@media screen and (max-width: 600px) {
    .p-top_quality_blc {
        width: 100%;
        max-width: auto;
    }
    .p-top_quality_blc:first-child {
        margin: 0 0 30px;
    }
}

.p-top_quality_blcs h3 {
    margin: 0 0 15px;
    font-size: 25px;
    line-height: 1.5;
    color: #000000;
}

@media screen and (min-width: 769px) {
    .p-top_quality_blcs h3 {
        font-weight: 500;
    }
}

@media screen and (max-width: 768px) {
    .p-top_quality_blcs h3 {
        margin: 0 0 10px;
        font-size: 18px;
    }
}

.p-top_product {
    overflow: hidden;
    background: url(assets/images/top/product_bg.jpg) center center no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .2);
            box-shadow: 0 20px 20px rgba(0, 0, 0, .2);
}

.p-top_product .c-secTtl {
    position: relative;
    z-index: 1;
}

.p-top_product .c-secTtl_ttl {
    color: #ffffff;
}

@media screen and (min-width: 769px) {
    .p-top_product .c-secTtl_ttl {
        font-size: 25px;
    }
}

.p-top_product_inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 65px;
    padding-bottom: 80px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .p-top_product_inner {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media screen and (max-width: 768px) {
    .p-top_product_inner {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

.p-top_product_logo {
    width: 660px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
    .p-top_product_logo {
        width: 80%;
        margin: 0 auto 15px;
    }
}

.p-top_product_blc {
    width: 590px;
    margin: -40px 0 10px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .p-top_product_blc {
        width: 100%;
        margin: 0 0 30px;
    }
}

.p-top_product_blc .c-txt {
    color: #ffffff;
}

/*------【修正 2021/11/17】---------------------*/

/*
.p-top_product_ttl {
    width: 60%;
    max-width: 357px;
    margin: 0 0 15px;
}
*/

.p-top_product_ttl {
        width                   : 60%;
        max-width               : 357px;
        margin                  : 0 0 15px;
        color                   : #FFFFFF;
}

.p-top_product_ttl .l-size {
        font-size               : 6.0em;
}

.p-top_product_ttl .s-size {
        font-size               : 2.0em;
}

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

        .p-top_product_ttl .l-size {
                font-size       : 4.0em;
        }

        .p-top_product_ttl .s-size {
                font-size       : 1.0em;
        }

}


/*------【修正 ここまで】-----------------------*/

.p-top_product_item {
    width: 47%;
    max-width: 591px;
    position: absolute;
    top: -40px;
    right: -72px;
}

@media screen and (max-width: 768px) {
    .p-top_product_item {
        top: 9vw;
        right: -13vw;
    }
}

@media screen and (max-width: 500px) {
    .p-top_product_item {
        top: 20vw;
        right: -13vw;
    }
}

.p-top_product_link {
    text-align: center;
}

.p-top_product_link .c-link {
    color: #ffffff;
    border-bottom: solid 2px #ffffff;
}

.p-top_formBnr {
    padding: 70px 0 50px;
    border-bottom: solid 2px #cccccc;
}

@media screen and (max-width: 768px) {
    .p-top_formBnr {
        padding: 8% 0;
    }
}

.p-top_formBnr_inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 768px) {
    .p-top_formBnr_inner {
        padding-left: 8%;
        padding-right: 8%;
    }
}

.p-top_formBnr_item {
    display: block;
    padding: 20px 0;
    background-color: #9b1e62;
    text-align: center;
    -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
            transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
}

@media screen and (max-width: 768px) {
    .p-top_formBnr_item {
        padding: 20px 0;
    }
}

.p-top_formBnr_item:hover {
    opacity: .8;
}

.p-top_formBnr_item img {
    width: 354px;
}

@media screen and (max-width: 768px) {
    .p-top_formBnr_item img {
        width: 75%;
        max-width: 250px;
    }
}

.p-top_company {
    padding: 60px 0;
}

@media screen and (max-width: 768px) {
    .p-top_company {
        padding: 50px 0 60px;
    }
}

@media screen and (min-width: 769px) {
    .p-top_company .c-secTtl_ttl {
        font-size: 25px;
    }
}

.p-top_company_inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 768px) {
    .p-top_company_inner {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media screen and (min-width: 769px) {
    .p-top_company_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.p-top_company_read {
    margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
    .p-top_company_read {
        margin: 0 0 10px;
    }
}

.p-top_company_read span {
    display: inline-block;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: .1em;
    color: #000000;
    font-weight: 700;
}

.p-top_company_read span.u-fontEn {
    font-size: 42px;
    font-weight: 500;
}

@media screen and (min-width: 769px) {
    .p-top_company_read span:not(.u-fontEn) {
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
    }
}

@media screen and (max-width: 768px) {
    .p-top_company_read span {
        font-size: 25px !important;
    }
}

@media screen and (min-width: 769px) {
    .p-top_company_pic {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .p-top_company_pic {
        margin: 0 0 15px;
    }
}

@media screen and (min-width: 769px) {
    .p-top_company_blc {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 50%;
        padding: 0 50px 0 0;
    }
}

.p-top_company_blc .c-txt {
    margin: 0 0 20px;
}

/* _mainvisual
----------------------------------------------- */
.p-mainVisual {
    position: relative;
    background-repeat: no-repeat;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    background-color: #cccccc;
}

@media screen and (min-width: 769px) {
    .p-mainVisual {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: calc(100vh - 120px);
        min-height: 700px;
    }
}

@media screen and (max-width: 768px) {
    .p-mainVisual {
        padding: 10% 0 25%;
    }
}

.p-mainVisual_inner {
    position: relative;
    z-index: 100;
    opacity: 0;
    top: -50px;
    position: relative;
    z-index: 100;
    -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) 3s, top cubic-bezier(.165, .84, .44, 1) 1.5s;
            transition: opacity cubic-bezier(.165, .84, .44, 1) 3s, top cubic-bezier(.165, .84, .44, 1) 1.5s;
}

.p-mainVisual.is-on .p-mainVisual_inner {
    opacity: 1;
    top: 0;
}

.p-mainVisual video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.p-mainVisual_head img {
    width: 460px;
}

@media screen and (max-width: 768px) {
    .p-mainVisual_head img {
        width: 50%;
    }
}

.p-mainVisual_ttlEn {
    margin: 0 0 35px;
    font-size: 38px;
    line-height: 1;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .p-mainVisual_ttlEn {
        margin: 0 0 20px;
        font-size: 20px;
    }
}

.p-mainVisual_ttlJa {
    margin: 0 0 20px;
    font-size: 34px;
    line-height: 1.5;
    font-weight: 700;
    text-shadow: 0 0 20px black, 0 0 20px black, 0 0 20px black, 0 0 20px black;
}

@media screen and (min-width: 769px) {
    .p-mainVisual_ttlJa {
        letter-spacing: .1em;
    }
}

@media screen and (max-width: 768px) {
    .p-mainVisual_ttlJa {
        margin: 0 0 20px;
        font-size: 23px;
    }
}

.p-mainVisual_txt {
    margin: 0 0 20px;
    text-align: center;
    text-shadow: 0 0 20px black, 0 0 20px black, 0 0 20px black, 0 0 20px black;
}

@media screen and (max-width: 768px) {
    .p-mainVisual_txt {
        padding: 0 10%;
    }
}

.p-mainVisual_logo {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-mainVisual_logo {
        padding: 0 8%;
    }
}

@media screen and (min-width: 769px) {
    .p-mainVisual_logo img {
        width: 361px;
    }
}

@media screen and (max-width: 768px) {
    .p-mainVisual_logo img {
        width: 250px;
    }
}

.p-mainVisual_loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 300px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .p-mainVisual_loading {
        top: 0;
        bottom: 0;
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
                transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
                transform: translate(-50%, -50%) rotate(360deg);
    }
}

.p-mainVisual_loading_in div {
    position: absolute;
    width: 68px;
    height: 68px;
    border: 2px solid #ffffff;
    border-top-color: transparent;
    border-radius: 50%;
}

.p-mainVisual_loading_in div {
    -webkit-animation: loading 1.5s linear infinite;
            animation: loading 1.5s linear infinite;
    top: 50px;
    left: 50px;
}

.p-mainVisual_loading {
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
}

.p-mainVisual_loading_in {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
}

.p-mainVisual_loading_in div {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

/* intention
----------------------------------------------- */
.p-intention {
    padding: 60px 0;
}

@media screen and (max-width: 768px) {
    .p-intention {
        padding: 12% 8% 16%;
    }
}

body.home {
    overflow: hidden;
}

.p-intention_wrap {
    position: relative;
}

@media screen and (min-width: 769px) {
    .p-intention_wrap {
        max-width: 1800px;
        margin: 0 auto;
    }
}

.p-intention_racket {
    width: 36%;
    max-width: 650px;
    position: absolute;
    top: -700px;
    right: -175px;
}

@media screen and (max-width: 768px) {
    .p-intention_racket {
        top: -31vw;
        right: -5vw;
    }
}

@media screen and (max-width: 500px) {
    .p-intention_racket {
        width: 43%;
    }
}

.p-intention_racket_inner {
    position: relative;
}

.p-intention_racket_hibiki {
    opacity: 0;
    width: 384px;
    position: absolute;
    top: -183px;
    left: -250px;
}

@media screen and (min-width: 769px) {
    .p-intention_racket_hibiki {
        -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) 3s .3s, left cubic-bezier(.165, .84, .44, 1) 1.5s .3s;
                transition: opacity cubic-bezier(.165, .84, .44, 1) 3s .3s, left cubic-bezier(.165, .84, .44, 1) 1.5s .3s;
    }
}

@media screen and (max-width: 768px) {
    .p-intention_racket_hibiki {
        width: 60%;
        top: -7vw;
        left: -20vw;
        -webkit-transition: all 1s;
                transition: all 1s;
    }
}

@media screen and (max-width: 500px) {
    .p-intention_racket_hibiki {
        top: -5vw;
    }
}

.p-mainVisual.is-on + .p-intention .p-intention_racket .p-intention_racket_hibiki {
    opacity: 1;
    left: -150px;
}

@media screen and (max-width: 768px) {
    .p-mainVisual.is-on + .p-intention .p-intention_racket .p-intention_racket_hibiki {
        opacity: 1;
        left: -10vw;
    }
}

.p-intention_racket_item {
    opacity: 0;
    position: relative;
    left: -100px;
}

@media screen and (min-width: 769px) {
    .p-intention_racket_item {
        -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) 2s .6s, left cubic-bezier(.165, .84, .44, 1) 1.5s .6s;
                transition: opacity cubic-bezier(.165, .84, .44, 1) 2s .6s, left cubic-bezier(.165, .84, .44, 1) 1.5s .6s;
    }
}

@media screen and (max-width: 768px) {
    .p-intention_racket_item {
        left: -30px;
        -webkit-transition: all 1s .2s;
                transition: all 1s .2s;
    }
}

.p-mainVisual.is-on + .p-intention .p-intention_racket .p-intention_racket_item {
    opacity: 1;
    left: 0;
}

@media screen and (max-width: 768px) {
    .p-mainVisual.is-on + .p-intention .p-intention_racket .p-intention_racket_item {
        opacity: 1;
        left: 0;
    }
}

.p-intention_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
    .p-intention_top {
        margin: 0 0 5%;
    }
}

@media screen and (min-width: 769px) {
    .p-intention_head {
        width: 590px;
    }
}

.p-intention_ttl_en {
    margin: 0 0 40px;
    font-size: 50px;
    font-weight: 500;
    color: #808080;
}

@media screen and (max-width: 768px) {
    .p-intention_ttl_en {
        font-size: 6vw;
        margin: 0 0 20px;
    }
}

.p-intention_ttl_logo {
    margin: 0 0 20px;
}

@media screen and (min-width: 769px) {
    .p-intention_ttl_logo {
        width: 537px;
    }
}

@media screen and (max-width: 768px) {
    .p-intention_ttl_logo {
        width: 70%;
    }
}

.p-intention_ttl_txt {
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: 400;
}

.p-intention_ttl_txt::after {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    margin: 18px 0 0;
    background-color: #9b1e62;
}

.p-intention_pic {
    position: relative;
}

@media screen and (min-width: 769px) {
    .p-intention_pic {
        width: 559px;
        height: 435px;
        -webkit-transform: translateY(35px);
                transform: translateY(35px);
    }
}

@media screen and (max-width: 768px) {
    .p-intention_pic {
        width: 50vw;
        height: 41vw;
        margin: 0 auto;
    }
}

.p-intention_pic_item1,.p-intention_pic_item2,.p-intention_pic_item3 {
    position: absolute;
    opacity: 0;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
}

.p-intention_pic_item1 {
    right: 0;
    bottom: 21px;
    z-index: 3;
    -webkit-transition: all ease .8s .8s;
            transition: all ease .8s .8s;
}

.p-intention_pic.is-on .p-intention_pic_item1 {
    opacity: 1;
    bottom: 51px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
}

@media screen and (max-width: 768px) {
    .p-intention_pic.is-on .p-intention_pic_item1 {
        bottom: 6vw;
    }
}

.p-intention_pic_item2 {
    right: 39px;
    bottom: 2px;
    z-index: 2;
    -webkit-transition: all ease .8s .4s;
            transition: all ease .8s .4s;
}

@media screen and (max-width: 768px) {
    .p-intention_pic_item2 {
        width: 78%;
        right: 4vw;
    }
}

.p-intention_pic.is-on .p-intention_pic_item2 {
    opacity: 1;
    bottom: 32px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
}

@media screen and (max-width: 768px) {
    .p-intention_pic.is-on .p-intention_pic_item2 {
        bottom: 3vw;
    }
}

.p-intention_pic_item3 {
    right: 43px;
    bottom: -30px;
    z-index: 1;
    -webkit-transition: all ease .8s;
            transition: all ease .8s;
}

@media screen and (max-width: 768px) {
    .p-intention_pic_item3 {
        width: 70%;
        right: 5vw;
    }
}

.p-intention_pic.is-on .p-intention_pic_item3 {
    opacity: 1;
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
}

.p-intention_inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 768px) {
    .p-intention_inner {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media screen and (max-width: 768px) {
    .p-intention_inner {
        padding: 0;
    }
}

.p-intention_under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 600px) {
    .p-intention_under {
        display: block;
    }
}

.p-intention_under_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    padding: 40px 0 0;
}

@media screen and (max-width: 768px) {
    .p-intention_under_right {
        padding: 20px 0 0;
    }
}

.p-intention_person {
    width: 292px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .p-intention_person {
        width: 39%;
    }
}

@media screen and (max-width: 600px) {
    .p-intention_person {
        margin: 0 auto;
    }
}

.p-intention_person::before {
    content: "";
    display: block;
    width: 230px;
    height: 233px;
    background: url(assets/images/top/intention_bibiki.png) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -8vw;
    top: -100px;
    z-index: -1;
}

@media screen and (max-width: 1100px) {
    .p-intention_person::before {
        left: -90px;
    }
}

@media screen and (max-width: 600px) {
    .p-intention_person::before {
        width: 40vw;
        top: -80px;
    }
}

.p-intention_pics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 70px;
}

@media screen and (max-width: 600px) {
    .p-intention_pics {
        display: none;
    }
}

.p-intention_pics_item {
    width: 40%;
    max-width: 365px;
}

.p-intention_pics_item:first-child {
    margin: 0 10px 0 0;
}

.p-intention_picsSp {
    display: none;
}

@media screen and (max-width: 600px) {
    .p-intention_picsSp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 30px 0;
        position: relative;
        z-index: -2;
    }
    .p-intention_picsSp .p-intention_pics_item {
        width: 100%;
    }
}

.p-intention_supervision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.p-intention_supervision .c-txt {
    margin: 0 0 35px;
}

@media screen and (max-width: 768px) {
    .p-intention_supervision .c-txt {
        margin: 0 0 15px;
    }
}

.p-intention_supervision_inner {
    width: 90%;
}

@media screen and (min-width: 769px) {
    .p-intention_supervision_inner {
        max-width: 860px;
    }
}

@media screen and (max-width: 600px) {
    .p-intention_supervision_inner {
        width: 100%;
    }
}

.p-intention_supervision_name {
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: solid 4px #9b1e62;
    color: #000000;
}

.p-intention_supervision_name span {
    letter-spacing: .1em;
}

.p-intention_supervision_name span:nth-child(1) {
    font-size: 25px;
}

@media screen and (max-width: 768px) {
    .p-intention_supervision_name span:nth-child(1) {
        font-size: 16px;
    }
}

.p-intention_supervision_name span:nth-child(2) {
    font-size: 34px;
}

@media screen and (max-width: 768px) {
    .p-intention_supervision_name span:nth-child(2) {
        font-size: 25px;
    }
}

.p-intention_supervision_name span:nth-child(3) {
    font-size: 21px;
}
.p-intention_supervision_name span:nth-child(4) {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 21px;
}

@media screen and (max-width: 768px) {
    .p-intention_supervision_name span:nth-child(3) {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .p-intention_supervision_name span:nth-child(4) {
        display: block;
        font-size: 16px;
        text-align: right;
        padding: 10px 0 0 0px;
    }
}

.p-intention_link {
    text-align: right;
}

/* information
----------------------------------------------- */
body.archive .p-infoList {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 768px) {
    body.archive .p-infoList {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media screen and (min-width: 769px) {
    .p-infoList_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.p-infoList_item {
    margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
    .p-infoList_item {
        width: calc(33.33333% - 20px);
    }
    .p-infoList_item:not(:nth-child(3n)) {
        margin-right: 30px;
    }
}

.p-infoList_pic {
    margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
    .p-infoList_pic {
        margin: 0 0 15px;
    }
}

.p-infoList_pic a {
    -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
            transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
}

.p-infoList_pic a:hover {
    opacity: .8;
}

.p-infoList_pic img {
    width: 100%;
    height: auto;
}

.p-infoList_info {
    margin: 0 0 10px;
    font-size: 18px;
    color: #9b1e62;
}

.p-infoList_info.is-column {
    color: #0071b9;
}

@media screen and (min-width: 769px) {
    .p-infoList_info {
        letter-spacing: .1em;
        font-weight: 500;
    }
}

@media screen and (max-width: 768px) {
    .p-infoList_info {
        font-size: 15px;
        font-weight: 700;
    }
}

.p-infoList_txt {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .p-infoList_txt {
        margin: 0 0 5px;
        font-size: 15px;
    }
}

.p-infoList_link {
    text-align: center;
}

/* bnr
----------------------------------------------- */
.p-bnrs {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 60px;
    padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .p-bnrs {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media screen and (min-width: 769px) {
    .p-bnrs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .p-bnrs {
        padding-top: 8%;
        padding-bottom: 8%;
    }
}

body.archive .p-bnrs {
    border-top: solid 2px #cacaca;
}

@media screen and (max-width: 768px) {
    body.archive .p-bnrs {
        border-top: solid 1px #cacaca;
    }
}

@media screen and (min-width: 769px) {
    .p-bnrs_item {
        width: 50%;
    }
}

.p-bnrs_item a {
    display: block;
    -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
            transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
}

.p-bnrs_item a:hover {
    opacity: .8;
}

.p-bnrs_item a:hover img {
    opacity: 1;
}

@media screen and (min-width: 769px) {
    .p-bnrs_item.is-lineup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 45px 0 0;
        border-right: solid 2px #969696;
    }
}

@media screen and (min-width: 769px) {
    .p-bnrs_item.is-lineup a {
        width: 360px;
    }
}

@media screen and (max-width: 768px) {
    .p-bnrs_item.is-lineup a {
        padding: 0 0 5%;
        border-bottom: solid 1px #e5e5e5;
        text-align: center;
    }
    .p-bnrs_item.is-lineup a img {
        width: 100%;
        max-width: 250px;
        -webkit-transform: translateX(27px);
                transform: translateX(27px);
    }
}

@media screen and (min-width: 769px) {
    .p-bnrs_item.is-form {
        padding: 0 0 0 50px;
    }
}

@media screen and (min-width: 769px) {
    .p-bnrs_item.is-form a {
        width: 501px;
    }
}

@media screen and (max-width: 768px) {
    .p-bnrs_item.is-form a {
        padding: 8% 0 0;
        text-align: center;
    }
    .p-bnrs_item.is-form a img {
        width: 100%;
        max-width: 310px;
        -webkit-transform: translateX(7px);
                transform: translateX(7px);
    }
}

/* detail
----------------------------------------------- */
.p-detail {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 768px) {
    .p-detail {
        padding-left: 8%;
        padding-right: 8%;
    }
}

.p-detail_info {
    margin: 0 0 15px;
    font-size: 18px;
    color: #9b1e62;
    font-weight: 500;
}

.p-detail_info.is-column {
    color: #0071b9;
}

@media screen and (min-width: 769px) {
    .p-detail_info {
        letter-spacing: .1em;
    }
}

@media screen and (max-width: 768px) {
    .p-detail_info {
        margin: 0 0 5px;
        font-size: 15px;
        font-weight: 700;
    }
}

.p-detail_ttl {
    font-size: 39px;
    line-height: 1.5;
}

@media screen and (min-width: 769px) {
    .p-detail_ttl {
        letter-spacing: .1em;
        font-weight: 500;
    }
}

@media screen and (max-width: 768px) {
    .p-detail_ttl {
        font-size: 22px;
    }
}

.p-detail_link {
    margin: 50px 0 10px;
    text-align: center;
}

/* company
----------------------------------------------- */
.p-company {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 768px) {
    .p-company {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media screen and (min-width: 769px) {
    .p-company .c-pageTtl {
        margin: 0 0 50px;
    }
}

.p-company_secTtl {
    margin: 0 0 25px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .p-company_secTtl {
        font-size: 18px;
    }
}

.p-company_secTtl span {
    color: #b0b0b0;
}

.p-company_greeting {
    margin: 0 0 85px;
}

@media screen and (min-width: 769px) {
    .p-company_greeting {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .p-company_greeting {
        margin: 0 0 50px;
    }
}

@media screen and (min-width: 769px) {
    .p-company_greeting_pic {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .p-company_greeting_pic {
        margin: 0 0 20px;
    }
}

@media screen and (min-width: 769px) {
    .p-company_greeting_cont {
        width: 50%;
        padding: 0 0 0 30px;
    }
}

.p-company_greeting_ttl {
    margin: 0 0 40px;
    font-size: 27px;
    color: #000000;
}

@media screen and (max-width: 768px) {
    .p-company_greeting_ttl {
        font-size: 20px;
        margin: 0 0 10px;
    }
}

.p-company_greeting_name {
    margin: 0 0 10px;
    font-size: 18px;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .p-company_greeting_name {
        margin: 0 0 15px;
        font-size: 16px;
    }
}

.p-company_outline {
    margin: 0 0 85px;
}

@media screen and (max-width: 768px) {
    .p-company_outline {
        margin: 0 0 50px;
    }
}

.p-company_outline .c-txt {
    margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
    .p-company_outline .c-txt {
        margin: 0 0 20px;
    }
}

.p-company_outline_pics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0 0;
}

@media screen and (max-width: 600px) {
    .p-company_outline_pics {
        display: block;
    }
}

.p-company_outline_pics figure {
    width: calc(33.33333% - 10px);
}

@media screen and (max-width: 600px) {
    .p-company_outline_pics figure {
        width: 100%;
        margin: 0 0 10px;
    }
}

.p-company_outline_alps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 13px 0 0;
}

@media screen and (max-width: 600px) {
    .p-company_outline_alps {
        display: block;
        margin: 0;
    }
}

.p-company_outline_alps_left {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: calc( 66.66667% - 5px);
    max-width: 794px;
}

@media screen and (max-width: 600px) {
    .p-company_outline_alps_left {
        width: 100%;
    }
}

.p-company_outline_alps_left p {
    text-align: center;
    margin: 15px 0 0;
}

.p-company_outline_alps_left p span {
    display: inline-block;
}

.p-company_outline_alps_logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 260px;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 768px) {
    .p-company_outline_alps_logo {
        height: 18vw;
    }
}

.p-company_outline_alps_logo img {
    width: 160px;
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .p-company_outline_alps_logo img {
        width: 80px;
        height: 45px;
    }
}

.p-company_history {
    margin: 0 0 85px;
}

@media screen and (max-width: 768px) {
    .p-company_history {
        margin: 0 0 50px;
    }
}

.p-company_flow .p-product_factory_list {
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .p-company_flow .p-product_factory_list {
        padding: 0;
    }
}

.p-company_flow .p-product_factory_list li p {
    font-size: 14px !important;
}

/* product
----------------------------------------------- */
.p-product .c-pageTtl {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 768px) {
    .p-product .c-pageTtl {
        padding-left: 8%;
        padding-right: 8%;
    }
}

.p-product_headLogo {
    width: 595px;
    margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
    .p-product_headLogo {
        width: 60%;
        margin: 0 0 10px;
    }
}

.p-product_point {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 768px) {
    .p-product_point {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media screen and (min-width: 769px) {
    .p-product_point {
        margin-bottom: 120px;
    }
}

.p-product_point_ttl {
    margin: 50px 0;
    font-size: 40px;
    color: #9b1e62;
    font-weight: 500;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .p-product_point_ttl {
        margin: 30px 0;
        font-size: 25px;
    }
}

.p-product_point_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 769px) {
    .p-product_point_item {
        width: calc(25% - 3.5%);
    }
}

@media screen and (max-width: 768px) {
    .p-product_point_item {
        width: calc(50% - 3.5%);
        margin: 0 0 60px;
    }
}

@media screen and (max-width: 500px) {
    .p-product_point_item {
        width: 100%;
    }
}

.p-product_point_item_pic {
    width: 85%;
    margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {
    .p-product_point_item_pic {
        width: 70%;
    }
}

.p-product_point_item_ttl {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
}

.p-product_point_item_ttl span {
    display: block;
    font-weight: 500;
    font-size: 13px;
}

.p-product_point_item_date {
    text-align: center;
}

@media screen and (min-width: 769px) {
    .p-product_point_item_date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 42px;
    }
}

.p-product_point_item_date p {
    font-size: 12px;
}

.p-product_point_item_desc {
    margin: 10px 0 0;
    line-height: 1.8;
    text-align: justify;
}

.p-product_appeal {
    overflow: hidden;
}

@media screen and (min-width: 769px) {
    .p-product_appeal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 769px) {
    .p-product_appeal_pic {
        width: 50%;
        height: 420px;
        padding: 0 55px 0 0;
    }
    .p-product_appeal_pic > div {
        width: 100%;
        height: 100%;
        background: url(assets/images/product/product_appeal_pic1.jpg) center center no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    .p-product_appeal_pic {
        margin: 0 0 30px;
    }
}

@media screen and (min-width: 769px) {
    .p-product_appeal_blc {
        width: 50%;
        padding: 40px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .p-product_appeal_blc {
        padding: 0 8%;
    }
}

.p-product_appeal_blc .c-txt {
    position: relative;
}

.p-product_appeal_blc_inner {
    position: relative;
}

@media screen and (min-width: 769px) {
    .p-product_appeal_blc_inner {
        width: calc(100% - 50px);
        max-width: 600px;
    }
}

@media screen and (max-width: 768px) {
    .p-product_appeal_blc_inner {
        padding: 0 0 15%;
    }
}

.p-product_appeal_blc_inner figure {
    width: 311px;
    position: absolute;
    right: -14vw;
    top: -30px;
}

@media (min-width: 1550px) {
    .p-product_appeal_blc_inner figure {
        right: -254px;
    }
}

@media screen and (max-width: 768px) {
    .p-product_appeal_blc_inner figure {
        width: 40%;
        top: -10%;
    }
}

.p-product_appeal_ttl {
    color: #9b1e62;
    font-size: 27px;
    position: relative;
}

@media screen and (min-width: 769px) {
    .p-product_appeal_ttl {
        margin: 0 0 20px;
        font-weight: 500;
    }
}

@media screen and (max-width: 768px) {
    .p-product_appeal_ttl {
        font-size: 18px;
        margin: 0 0 10px;
    }
}

.p-product_factory {
    overflow: hidden;
}

.p-product_factory::after {
    content: "";
    display: block;
    height: 0;
    border-style: solid;
    border-width: 85px 50vw 0 50vw;
    border-color: #f2ebe1 transparent transparent transparent;
}

@media screen and (max-width: 1100px) {
    .p-product_factory::after {
        border-width: 85px 550px 0 550px;
    }
}

@media screen and (max-width: 768px) {
    .p-product_factory::after {
        border-width: 30px 50vw 0 50vw;
    }
}

.p-product_factory_ttl {
    padding: 50px 0 40px;
    text-align: center;
    background-color: #f2ebe1;
}

.p-product_factory_ttl .u-fontEn {
    margin: 0 0 15px;
    font-size: 79px;
    color: #8c857b;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .p-product_factory_ttl .u-fontEn {
        font-size: 40px;
    }
}

.p-product_factory_ttl h2 {
    font-size: 22px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #271f17;
}

@media screen and (max-width: 768px) {
    .p-product_factory_ttl h2 {
        font-size: 17px;
    }
}

.p-product_factory_list {
    padding: 0 0 60px;
    background-color: #f2ebe1;
}

@media screen and (min-width: 769px) {
    .p-product_factory_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .p-product_factory_list {
        padding: 0 8%;
    }
}

.p-product_factory_list li figure {
    margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
    .p-product_factory_list li figure {
        margin: 0 0 10px;
    }
}

.p-product_factory_list li p {
    line-height: 1.6;
    text-align: justify;
}

@media screen and (min-width: 769px) {
    .p-product_factory_list li p {
        font-size: 15px;
        padding: 0 8%;
    }
}

@media (min-width: 1600px) {
    .p-product_factory_list li p {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .p-product_factory_list li p {
        padding: 0 0 30px;
    }
}

.p-product_list_head {
    margin: 0 auto 70px;
    padding: 100px 0 0;
}

@media screen and (min-width: 769px) {
    .p-product_list_head {
            text-align:center;
        /*width: 695px;*/
    }
}

@media screen and (max-width: 768px) {
    .p-product_list_head {
        padding: 0 8%;
    }
}

.p-product_list_logo {
    width: 430px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
    .p-product_list_logo {
        width: 230px;
        margin: 0 auto 20px;
    }
}

.p-product_list_ttl {
    font-size: 2.5em;
    font-family: "Oswald", sans-serif;
    font-weight: bolder;
/*    width: 153px;*/
    margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
    .p-product_list_ttl {
        /*width: 150px;*/
    }
}

.p-product_list_ttl + .c-txt {
    text-align: center;
}

.p-product_calc {
    font-size: 2.0em;
}

.p-pdcList {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .p-pdcList {
        padding-left: 8%;
        padding-right: 8%;
    }
}

.p-pdcList .c-secTtl {
    margin: 0 0 80px;
}

@media screen and (max-width: 768px) {
    .p-pdcList .c-secTtl {
        margin: 0 0 50px;
    }
}

.p-pdcList .c-secTtl::after {
    content: none;
}

.p-pdcList .c-secTtl .u-fontEn {
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 38px;
    font-weight: 500;
    color: #808080;
    line-height: 1;
    border-bottom: solid 4px #9b1e62;
}

@media screen and (min-width: 769px) {
    .p-pdcList_listBlc {
        margin: 0 0 50px;
    }
}

.p-pdcList_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .p-pdcList_list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.p-pdcList_item {
    margin-bottom: 90px;
    position: relative;
    counter-increment: number;
}

@media screen and (min-width: 769px) {
    .p-pdcList_item {
        width: 33.33333%;
        padding: 0 3%;
    }
}

@media screen and (max-width: 768px) {
    .p-pdcList_item {
        width: 45%;
    }
}

@media screen and (max-width: 500px) {
    .p-pdcList_item {
        width: 100%;
    }
}

.p-pdcList_item::before {
    content: counter(number, decimal-leading-zero);
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    letter-spacing: .1em;
    color: #b0b0b0;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
}

.p-pdcList_item_pic {
    margin: 0 auto 10px;
}

@media screen and (max-width: 500px) {
    .p-pdcList_item_pic {
        width: 70%;
    }
}

.p-pdcList_item_pic img {
    width: 100%;
    height: auto;
}

.p-pdcList_item_code,.p-pdcList_item_type,.p-pdcList_item_name {
    line-height: 1.5;
    text-align: center;
}

.p-pdcList_item_name {
    margin: 5px 0;
    font-size: 18px;
}

.p-pdcList_item_type {
    margin: 0 0 15px;
}

.p-pdcList_item_price {
    margin: 0 0 15px;
    font-size: 23px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-pdcList_item_price {
        font-size: 20px;
    }
}

.p-pdcList_item_price span {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .p-pdcList_item_price span {
        font-size: 11px;
    }
}

.p-pdcList_item_text {
    margin: 0 0 15px;
    line-height: 1.6;
    text-align: justify;
}

@media screen and (min-width: 769px) {
    .p-pdcList_item_text {
        font-size: 15px;
    }
}

.p-pdcList_item_note {
    margin: 0 0 15px;
    text-align: left;
    color: #9b1e62;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .p-pdcList_item_note {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    .p-pdcList_item_note br {
        display: none;
    }
}

.p-pdcList_item_btn a {
    display: block;
    width: 155px;
    height: 50px;
    margin: 0 auto;
    padding: 6px 0 0;
    background-color: #9b1e62;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
            transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
}

@media screen and (max-width: 500px) {
    .p-pdcList_item_btn a {
        width: 100%;
    }
}

.p-pdcList_item_btn a > span {
    font-size: 11px;
    display: block;
}

.p-pdcList_item_btn a > span > span {
    font-size: 8px;
}

.p-pdcList_item_btn a:hover {
    text-decoration: none;
    opacity: .8;
}

.p-pdcList_about {
    margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
    .p-pdcList_about {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .p-pdcList_about .c-txt {
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
        padding: 20px 0 0 50px;
    }
}

.p-pdcList_about_ttl {
    margin: 0 0 50px;
    color: #000000;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .p-pdcList_about_ttl {
        margin: 0 0 20px;
        font-size: 18px;
    }
}

@media screen and (min-width: 769px) {
    .p-pdcList_about_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-pdcList_about_pic {
    margin: 0 0 30px;
}

@media screen and (min-width: 769px) {
    .p-pdcList_about_pic {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .p-pdcList_about_pic {
        margin: 0 0 20px;
    }
}

.p-pdcList_item_soldout {
    text-align: center;
    color: tomato;
}

.p-product_spec {
    border-top: solid 1px #e5e5e5;
}

.p-product_spec dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: solid 1px #e5e5e5;
}

@media screen and (max-width: 768px) {
    .p-product_spec dl dt,.p-product_spec dl dd {
        font-size: 13px;
    }
}

.p-product_spec dl dt {
    width: 30%;
    font-weight: 700;
}

.p-product_spec dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

body.single #itempage .item-info {
    padding-top: 0;
}

body.single .item-description > table {
    margin: 20px 0;
    border: none;
    border-top: solid 1px #e5e5e5;
}

@media screen and (max-width: 768px) {
    body.single .item-description > table {
        margin: 20px 0 40px;
    }
}

body.single .item-description > table tr {
    height: auto !important;
    border-bottom: solid 1px #e5e5e5;
}

body.single .item-description > table td {
    width: auto !important;
    height: auto !important;
    padding: 10px 0;
    border: none;
}

@media screen and (max-width: 768px) {
    body.single .item-description > table td {
        font-size: 13px;
    }
}

body.single .item-description > table td:nth-child(1) {
    width: 30%;
    font-weight: 700;
}

body.single .item-description > table td:nth-child(2) {
    width: 70%;
}

.p-pdcList_specification {
    margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
    .p-pdcList_specification {
        overflow: auto;
        margin: 0 0 20px;
        padding: 0 1px 10px;
    }
}

.p-pdcList_specification table {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .p-pdcList_specification table {
        min-width: 850px;
    }
}

.p-pdcList_specification table th,.p-pdcList_specification table td {
    padding: 10px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .p-pdcList_specification table th,.p-pdcList_specification table td {
        padding: 5px 0;
        font-size: 10px;
    }
}

.p-pdcList_specification table th {
    background: #333333;
    color: #ffffff;
    line-height: 1;
    white-space: nowrap;
    border-right: solid 1px rgba(255, 255, 255, .3);
}

.p-pdcList_specification table td {
    line-height: 1.5;
    border: solid 1px #cccccc;
}

.p-pdcList_specification table td span {
    font-size: 10px;
}

@media screen and (max-width: 768px) {
    .p-pdcList_specification table td span {
        font-size: 8px;
    }
}

.p-product_pic {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/* 404
----------------------------------------------- */
.p-404 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 768px) {
    .p-404 {
        padding-left: 8%;
        padding-right: 8%;
    }
}

.p-404 .c-txt {
    text-align: center;
}

@media screen and (min-width: 769px) {
    .p-404 .c-txt {
        margin: -60px 0 0;
    }
}

.p-404 .member_submenu {
    margin-top: 30px;
    margin-bottom: 15%;
    text-align: center;
}

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

.u-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .u-sp {
        display: block;
    }
}

.u-txtCenter {
    text-align: center;
}

.u-fontEn {
    font-family: "Oswald", sans-serif;
}

.u-fontSerif {
    font-family: "Noto Serif JP", serif;
}

.u-pdT5 {
    padding-top: 5px !important;
}

.u-pdT10 {
    padding-top: 10px !important;
}

.u-pdT15 {
    padding-top: 15px !important;
}

.u-pdT20 {
    padding-top: 20px !important;
}

.u-pdT25 {
    padding-top: 25px !important;
}

.u-pdT30 {
    padding-top: 30px !important;
}

.u-pdT35 {
    padding-top: 35px !important;
}

.u-pdT40 {
    padding-top: 40px !important;
}

.u-pdT45 {
    padding-top: 45px !important;
}

.u-pdT50 {
    padding-top: 50px !important;
}

.u-pdT55 {
    padding-top: 55px !important;
}

.u-pdT60 {
    padding-top: 60px !important;
}

.u-pdT65 {
    padding-top: 65px !important;
}

.u-pdT70 {
    padding-top: 70px !important;
}

.u-pdT75 {
    padding-top: 75px !important;
}

.u-pdT80 {
    padding-top: 80px !important;
}

.u-pdB5 {
    padding-bottom: 5px !important;
}

.u-pdB10 {
    padding-bottom: 10px !important;
}

.u-pdB15 {
    padding-bottom: 15px !important;
}

.u-pdB20 {
    padding-bottom: 20px !important;
}

.u-pdB25 {
    padding-bottom: 25px !important;
}

.u-pdB30 {
    padding-bottom: 30px !important;
}

.u-pdB35 {
    padding-bottom: 35px !important;
}

.u-pdB40 {
    padding-bottom: 40px !important;
}

.u-pdB45 {
    padding-bottom: 45px !important;
}

.u-pdB50 {
    padding-bottom: 50px !important;
}

.u-pdB55 {
    padding-bottom: 55px !important;
}

.u-pdB60 {
    padding-bottom: 60px !important;
}

.u-pdB65 {
    padding-bottom: 65px !important;
}

.u-pdB70 {
    padding-bottom: 70px !important;
}

.u-pdB75 {
    padding-bottom: 75px !important;
}

.u-pdB80 {
    padding-bottom: 80px !important;
}

.u-mgT5 {
    margin-top: 5px !important;
}

.u-mgT10 {
    margin-top: 10px !important;
}

.u-mgT15 {
    margin-top: 15px !important;
}

.u-mgT20 {
    margin-top: 20px !important;
}

.u-mgT25 {
    margin-top: 25px !important;
}

.u-mgT30 {
    margin-top: 30px !important;
}

.u-mgT35 {
    margin-top: 35px !important;
}

.u-mgT40 {
    margin-top: 40px !important;
}

.u-mgT45 {
    margin-top: 45px !important;
}

.u-mgT50 {
    margin-top: 50px !important;
}

.u-mgT55 {
    margin-top: 55px !important;
}

.u-mgT60 {
    margin-top: 60px !important;
}

.u-mgT65 {
    margin-top: 65px !important;
}

.u-mgT70 {
    margin-top: 70px !important;
}

.u-mgT75 {
    margin-top: 75px !important;
}

.u-mgT80 {
    margin-top: 80px !important;
}

.u-mgB5 {
    margin-bottom: 5px !important;
}

.u-mgB10 {
    margin-bottom: 10px !important;
}

.u-mgB15 {
    margin-bottom: 15px !important;
}

.u-mgB20 {
    margin-bottom: 20px !important;
}

.u-mgB25 {
    margin-bottom: 25px !important;
}

.u-mgB30 {
    margin-bottom: 30px !important;
}

.u-mgB35 {
    margin-bottom: 35px !important;
}

.u-mgB40 {
    margin-bottom: 40px !important;
}

.u-mgB45 {
    margin-bottom: 45px !important;
}

.u-mgB50 {
    margin-bottom: 50px !important;
}

.u-mgB55 {
    margin-bottom: 55px !important;
}

.u-mgB60 {
    margin-bottom: 60px !important;
}

.u-mgB65 {
    margin-bottom: 65px !important;
}

.u-mgB70 {
    margin-bottom: 70px !important;
}

.u-mgB75 {
    margin-bottom: 75px !important;
}

.u-mgB80 {
    margin-bottom: 80px !important;
}


/************************************************/
/*						*/
/*	【Home Contents】			*/
/*						*/
/************************************************/

/*------【Front Page Setting】------------------*/

.p-top_sjume {
        background-color        : #f8fae4;
        margin-bottom           : 0;
        padding-bottom          : 50px;
}

.p-top_sjume img {
        width                   : 100%;
        height                  : auto;
}

.p-top_sjume h3 {
        border-bottom           : solid 4px #9b1e62;
}

.p-top_sjume .sjume_box {
	margin			: 0;
	padding			: 0;
}

.p-top_structure {
        margin-bottom           : 0;
        padding-bottom          : 50px;
}

.p-top_structure img {
        width                   : 100%;
        height                  : auto;
}

.p-top_ccarbon {
        background-color        : #e0f1f3;
        margin-bottom           : 0;
        padding-bottom          : 50px;
}

.p-top_ccarbon img {
        width                   : 100%;
        height                  : auto;
}

.p-top_ccarbon h3 {
        border-bottom           : solid 4px #9b1e62;
}

.p-top_ccarbon .ccarbon_box {
	margin			: 0;
	padding			: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++*/
/* @media screen > 769px			*/
/*++++++++++++++++++++++++++++++++++++++++++++++*/

@media screen and (min-width: 769px) {

/*------【Front Page Setting】------------------*/

.p-top_sjume .sjume_box {
	display			: grid;
	grid-gap		: 0px 20px;
	grid-template-columns	: 27% 73%;
	grid-template-rows	: auto;
}

.p-top_ccarbon .ccarbon_box {
	display			: grid;
	grid-gap		: 0px 20px;
	grid-template-columns	: 60% 40%;
	grid-template-rows	: auto;
}

.p-top_ccarbon .ccarbon_box .ccarbon_img {
        padding                  : 150px 0 0 0;
}

}/***** END > 769px *****/

/************************************************/
/*						*/
/*	【Product】				*/
/*						*/
/************************************************/

/*------【Product】-----------------------------*/

.p-pdcList_item_price span.discount {
	display			: block;
	font-size		: 0.7em;
	color			: #FF0000;
	margin			: 0 0 5px 0;
}

.newitem {
	color			: #FF0000;
}

.cnf {
	margin			: 0 0 100px 0;
	padding			: 0;
}

.cnf img {
	width			: 100%;
	max-width		: 1300px;
	height			: auto;
}

.catalog {
        text-align              : center;
	margin			: 0;
	padding			: 0;
}

.catalog .catalog-txt {
	padding			: 0;
}

.catalog .catalog-txt a {
        display                 : inline-block;
        font-size               : 2.0em;
        text-decoration         : none;
        border-radius           : 5%;
        color                   : #ffffff;
        cursor                  : pointer;
        transition              : 0.3s;
        box-shadow              : 2px 2px 4px #808080;
        background-color        : #9b1e62;
        padding                 : 20px;
}

.catalog .catalog-txt a:hover {
        opacity                 : 0.7;
}

/*++++++++++++++++++++++++++++++++++++++++++++++*/
/* @media screen < 768px			*/
/*++++++++++++++++++++++++++++++++++++++++++++++*/

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

/*------【Product】-----------------------------*/

.catalog .catalog-txt {
	margin			: 0 auto 70px auto;
}

}/***** END < 768px *****/

/*++++++++++++++++++++++++++++++++++++++++++++++*/
/* @media screen > 769px			*/
/*++++++++++++++++++++++++++++++++++++++++++++++*/

@media screen and (min-width: 769px) {

/*------【Product】-----------------------------*/

.catalog .catalog-txt {
	margin			: 70px auto 70px auto;
}

}/***** END > 769px *****/

/************************************************/
/*						*/
/*	【Page】				*/
/*						*/
/************************************************/

/*------【Page Setting】------------------------*/

.page-area {
	max-width		: 1300px;
	margin			: 0 auto 0 auto;
	padding			: 0 50px 0 50px;
}

.page-area .page-table {
	margin			: 0;
	padding			: 0;
}

.page-area .page-table .page-tr {
	display			: grid;
	grid-gap		: 0px;
	grid-template-columns	: 35% 65%;
	grid-template-rows	: auto;
	border-width		: 0 1px 1px 1px;
	border-style		: solid;
	border-color		: #d3d3d3;
	margin			: 0;
	padding			: 0;
}

.page-area .page-table .page-tr:first-child {
	border-width		: 1px 1px 1px 1px;
}

.page-area .page-table .page-th {
	display			: flex;
	align-items		: center;
	grid-column		: 1 / 2;
	background-color	: #f5f5f5;
	border-width		: 0 1px 0 0;
	border-style		: solid;
	border-color		: #d3d3d3;
}

.page-area .page-table .page-td {
	grid-column		: 2 / 3;
}

.page-area .page-table .page-th,
.page-area .page-table .page-td {
	height			: 100%;
	text-align		: left;
	margin			: 0;
	padding			: 0.5em;
}

.page-area .page-table .page-th img,
.page-area .page-table .page-td img {
	width			: 100%;
	height			: auto;
}

/*------【Contact】-----------------------------*/

.page-area .contact {
	text-align		: left;
	margin			: 50px 10px 0 10px;
	padding			: 0;
}

.page-area .contact input.text {
	width			: 100%;
	height			: 2.5em;
	appearance		: none;
}

.page-area .contact textarea {
	width			: 100%;
	height			: 10.0em;
	appearance		: none;
}

.page-area .contact span.mwform-zip-field input,
.page-area .contact span.mwform-tel-field input {
	width			: 100px;
}

.page-area .contact span.essential {
	color			: #ff0000;
}

.page-area .contact .contact-button {
	display			: flex;
	justify-content		: center;
	text-align		: center;
	margin			: 30px auto 0px auto;
}

.page-area .contact .contact-button input {
	width			: 150px;
	margin			: 0 20px; 
}

/*------【Privacy Policy】----------------------*/

.page-area .privacy-policy {
	margin			: 30px 0 0 0;
	padding			: 0;
}

.page-area .privacy-policy dl dt {
	margin			: 0 0 10px 0;
	padding			: 0;
}

.page-area .privacy-policy dl dd {
	margin			: 0 0 20px 30px;
	padding			: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++*/
/* @media screen < 768px			*/
/*++++++++++++++++++++++++++++++++++++++++++++++*/

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

/*------【Page Setting】------------------------*/

.page-area {
	padding-left		: 8%;
	padding-right		: 8%;
}

}/***** END < 768px *****/

/*++++++++++++++++++++++++++++++++++++++++++++++*/
/* @media screen > 769px			*/
/*++++++++++++++++++++++++++++++++++++++++++++++*/

@media screen and (min-width: 769px) {

/*------【Page Setting】------------------------*/

.page-area .c-pageTtl {
	margin		: 0 0 50px;
}

/*------【Contact】-----------------------------*/

.page-area .contact .page-table .page-td {
	padding			: 1.0em;
}

/*------【Law】---------------------------------*/

.page-area .law .page-table .page-th,
.page-area .law .page-table .page-td {
	padding			: 1.5em;
}

}/***** END > 769px *****/

/************************************************/
/*						*/
/*	【Archive】				*/
/*						*/
/************************************************/

/*------【Archive Setting】---------------------*/

.p-detail .thumbnail {
	max-width		: 960px;
	margin			: 50px auto 40px auto;
}

.p-detail .thumbnail img {
	width			: 100%;
	height			: auto;;
}

/************************************************/
/*						*/
/*	【Welcart】				*/
/*						*/
/************************************************/

/*------【Welcart Setting】---------------------*/

.item-info .skuform input.skubutton,
.send input.to_customerinfo_button,
.send input.to_deliveryinfo_button,
.send input.to_memberlogin_button,
.send input.to_confirm_button,
.send input.editmember,
#newmember .send input,
#wc_customer .send input.to_reganddeliveryinfo_button,
#wc_confirm .send input.checkout_button,
#wc_lostmemberpassword input#member_login,
#wc_changepassword input#member_login,
#wc_login .submit input#member_login,
#wc_login #memberpages .new-entry #nav a {
	background-color	: #9b1e62;
}

.item-info .skuform input.skubutton:hover,
.send input.to_customerinfo_button:hover,
.send input.to_deliveryinfo_button:hover,
.send input.to_memberlogin_button:hover,
.send input.to_confirm_button:hover,
.send input.checkout_button:hover,
.send input.editmember:hover,
#newmember .send input:hover,
#wc_customer .send input.to_reganddeliveryinfo_button:hover,
#wc_confirm .send input.checkout_button:hover,
#wc_lostmemberpassword input#member_login:hover,
#wc_changepassword input#member_login:hover,
#wc_login .submit input#member_login:hover,
#wc_login #memberpages .new-entry #nav a:hover {
	background-color	: #9b1e62;
	opacity			: 0.8;
}

/*------【Welcart Item Single】-----------------*/

.detail-box .item-description .ItemInfo {
	margin			: 20px 0 0 0;
	padding			: 0;
}

.detail-box .item-description .ItemInfo .ItemInfo-tr {
	display			: grid;
	grid-gap		: 0px;
	grid-template-columns	: 45% 55%;
	grid-template-rows	: auto;
	border-width		: 0 0 1px 0;
	border-style		: solid;
	border-color		: #e5e5e5;
	margin			: 0;
	padding			: 0;
}

.detail-box .item-description .ItemInfo .ItemInfo-tr:first-child {
	border-width		: 1px 0 1px 0;
}

.detail-box .item-description .ItemInfo .ItemInfo-th {
	grid-column		: 1 / 2;
	font-weight		: bolder;
}

.detail-box .item-description .ItemInfo .ItemInfo-td {
	grid-column		: 2 / 3;
}

.detail-box .item-description .ItemInfo .ItemInfo-th,
.detail-box .item-description .ItemInfo .ItemInfo-td {
	height			: 100%;
	text-align		: left;
	margin			: 0;
	padding			: 0.6em 0 0.6em 0;
}

#img-box .itemsubimg {
	display			: flex;
	align-items		: center;
}
