@import url('https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@charset "utf-8";
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 13px;
    line-height: 1.3;
}
body {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #1C3040;
}
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

ul {
    position: relative;
    margin: 0;
    padding: 0;
}

ul:after {
    content: "";
    display: table;
    clear: both;
}

li {
    list-style-type: none;
}
.fonts-11 {
    font-size: 11px;
}
.fonts-12 {
    font-size: 12px;
}
.fonts-14{
    font-size: 14px;
}
.fonts-16 {
    font-size: 16px;
}

.fonts-17 {
    font-size: 17px;
}

.fonts-18 {
    font-size: 18px;
}

.fonts-20 {
    font-size: 20px;
}

.fonts-24 {
    font-size: 24px;
}

.fonts-28 {
    font-size: 28px;
}

.font-Hiragino{
    font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
}
.font-Noto{
    font-family: 'Noto Sans JP', sans-serif;
}
.font-Roboto{
    font-family: 'Roboto', sans-serif;
}
.font-Bodoni {
    font-family: "Unna", serif;
}

.fontw-500{
    font-weight: 500;
}
.fontw-600{
    font-weight: 600;
}
.fontw-bold{
    font-weight: bold;
}
.text-center{
    text-align: center;
}
@media (max-width: 575px) {
    .fonts-15sp {
        font-size: 15px;
    }
    .fonts-16sp {
        font-size: 16px;
    }
    .fonts-17sp {
        font-size: 17px;
    }
    .fonts-18sp {
        font-size: 18px;
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-inline-block {
    display: inline-block;
}

.w-100 {
    width: 100%;
}

.clear {
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.align-center {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-items-end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.justify-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.mr-auto {
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.mg-auto {
    margin: 0 auto;
}

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

.text-left {
    text-align: left;
}

.inline-block {
    display: inline-block;
}

.container {
    margin: 0 auto;
}
@media (min-width: 992px) {
    .row-x15{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 695px;
    }
    
}

@media (min-width: 991px) {
    .container {
        max-width: 915px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1024px;
    }
    .container-1113{
        max-width: 1145px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 18px;
    }
}

.container-sm {
    margin: 0 auto;
}

@media (min-width: 992px) {
    .container-sm {
        max-width: 935px;
    }
}

@media (min-width: 581px) {
    .hidden_sp_580 {
        display: none;
    }
}

.mg-auto {
    margin: 0 auto;
}

.ml-auto {
    margin-left: auto;
}

.mb-0 {
    margin-bottom: 0;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-17 {
    margin-bottom: 17px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-50{
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

@media (max-width: 575px) {
    .mb-sp5{
        margin-bottom: 5px;
    }
    .mb-sp10{
        margin-bottom: 10px;
    }
    .mb-sp15{
        margin-bottom: 15px;
    }
    .mb-sp20{
        margin-bottom: 20px;
    }
    .mb-sp25{
        margin-bottom: 25px;
    }
    .mb-sp30{
        margin-bottom: 30px;
    }
    .mb-sp40{
        margin-bottom: 40px;
    }
    .mb-sp50{
        margin-bottom: 50px;
    }
}
.lineheight-1{
    line-height: 1;
}
.lineheight-15{
    line-height: 1.5;
}
.lineheight-18{
    line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
/*=============================*/

.body-wapper {
    position: relative;
    display: block;
}

.body-wapper .block-head-wp {
    display: block;
    height: 54px;
}

.body-wapper .head-wp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 10;
}

.body-wapper .head-wp.f-nav {
    box-shadow: 5px -5px 5px 10px rgba(0, 0, 0, .05);
    z-index: 1000;
    border-bottom: none;
}

.head-wp .top-logo {
    background-color: #1C3040;
    padding: 7px 20px 12px 15px;
}

.head-wp .top-logo .logo-img {
    position: relative;
}

.head-wp .top-logo .logo-img img {
    /*height: 35px;*/
    width: 120px;
}

.head-wp .top-logo .top-head-right {
    position: relative;
}

.head-wp .top-logo .top-head-right .icon-table {
    display: block;
    float: left;
    margin-top: 6px;
}

.head-wp .top-head-right .icon-table li {
    float: left;
    margin-left: 30px;
}

.head-wp .top-head-right .icon-table li:first-child {
    margin-left: 0;
}

.head-wp .top-head-right .icon-table li a {
    color: #fff;
}

.head-wp .top-head-right .icon-table li a.menu-hamburger {
    display: block;
}

.head-wp .top-head-right .phone-pc {
    display: block;
    float: left;
    color: #ffffff;
    text-align: right;
    margin-left: 15px;
}

.head-wp .top-head-right .phone-pc .span-number {
    font-size: 26px;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
}

.head-wp .top-head-right .phone-pc .span-time {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
}

.head-wp .top-head-right .phone-pc .span-time span {
    font-size: 11px;
}


/*--*/

.head-wp .menu-head {
    background-color: #ffffff;
    position: relative;
    display: block;
    padding: 19px 20px;
}

.head-wp .menu-head .menu-ul {
    position: relative;
    float: left;
    display: block;
}

.head-wp .menu-head .menu-ul li {
    margin: 0 50px 0 0;
    float: left;
}

.head-wp .menu-head .menu-ul li:first-child {
    padding-left: 15px;
}

.head-wp .menu-head .menu-ul li a {
    font-size: 14px;
    color: #1C3040;
    line-height: 20px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.head-wp .menu-head .shop-menu {
    display: block;
    float: right;
}


/*=======================*/

.menu-hamburger {
    display: none;
}

.mmenu-sp-bg {
    position: fixed;
    top: 54px;
    bottom: 0;
    left: 0;
    /*height: 100%;*/
    background-color: rgb(28 48 64 / 0.70);
    /*background-color: #1C3040;*/
    z-index: 900;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.mmenu-sp-bg.active-mm {
    opacity: 1;
    right: 0;
}

.menu-hamburger {
    top: 54px;
    position: fixed;
    right: -105%;
    width: 100%;
    max-width: 320px;
    opacity: 0;
    display: block;
    height: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1001;
}

.menu-hamburger.active-mm {
    opacity: 1;
    height: auto;
    right: 0
}

.menu-hamburger .mmenu-body {
    position: relative;
    z-index: 901;
}

.menu-hamburger .mmenu-body .mm-close {
    position: absolute;
    right: -40px;
    top: 0;
}

.menu-hamburger .mmenu-body .mm-close .mm-humb {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    position: relative;
}

.menu-hamburger .mmenu-body .mm-close .mm-humb span {
    width: 30px;
    height: 2px;
    background-color: #D2293E;
    border-radius: 4px;
    display: block;
    position: absolute;
    left: 5px;
    top: 18px;
}

.menu-hamburger .mmenu-body .mm-close .mm-humb:active,
.menu-hamburger .mmenu-body .mm-close .mm-humb:hover {
    background-color: #D2293E;
}

.menu-hamburger .mmenu-body .mm-close .mm-humb:active span,
.menu-hamburger .mmenu-body .mm-close .mm-humb:hover span {
    background-color: #FFFFFF;
}

.menu-hamburger .mmenu-body .mm-close .mm-humb span:nth-child(2n+1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-hamburger .mmenu-body .mm-close .mm-humb span:nth-child(2n+2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-hamburger .head-mm {
    padding: 20px 15px 12px;
    text-align: center;
}

.menu-hamburger .head-mm img {
    display: inline-block;
}

.menu-hamburger .content-mm {
    position: relative;
}

.menu-hamburger .content-mm ul {
    padding: 0 10px;
    margin: 0 0;
}

.menu-hamburger .content-mm ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
}

.menu-hamburger .content-mm ul li a {
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    padding: 8px 15px;
    border-top: 1px solid #707070;
}

.menu-hamburger .content-mm ul li:last-child {
    border-bottom: 1px solid #707070;
}

.menu-hamburger .mmenu-body {
    background-color: #1C3040;
}

@media (max-width: 767px) {
    .mmenu-sp-bg {
        top: 0;
    }
}


/*====================*/

.section-slider {
    padding-bottom: 7px;
}
@media (min-width: 1025px) {
    .cSlider--single .cSlider--img,
    .cSlider--single .cSlider__item{
        position: relative;
    }
    .cSlider--single .cSlider--img::before,
    .cSlider--single .cSlider--img::after{
        content: "";
        position: absolute;
        width: calc(50% - 5px);
        top: 0;
        height: 100%;
        background-repeat: repeat-x;
    }
    .cSlider--single .cSlider--img::before{
        left: 0;
        background-image: url('../img/product/test-img1.jpg');
    }
    .cSlider--single .cSlider--img::after{
        right: 0;
        background-image: url('../img/product/test-img2.jpg');
    }
    .cSlider--single .cSlider__item{
        z-index: 1;
    }
}
.cSlider--single .cSlider__item {
    position: relative;
    --pc-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.image-func3 .txt,
.cSlider--single .cSlider__item .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: unset;
    bottom: unset;
    left: 0;
    font-size: var(--pc-width);
    color: #000;
}

.cSlider--single .cSlider__item .medallion {
    font-size: 0.02em;
    line-height: 1;
    position: absolute;
    width: 10em;
    height: 10em;
    font-family: "Times New Roman", Times, "Noto Serif JP", serif;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.cSlider--single .medallion>span {
    display: block;
    justify-content: center;
    text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
}

.cSlider--single .medallion>span>span {
    font-size: 0.7em;
}

.cSlider--single .medallion.australia .first {
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    letter-spacing: -0.21em;
    font-weight: 600;
    text-indent: -0.5em;
}

#slide_04 .txt .text-i {
    top: 8%;
    left: 53.5%;
    font-size: 0.015em;
    position: absolute;
    color: #ffffff;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
    letter-spacing: 2px;
    line-height: 1.6;
}

#slide_04 .txt .text-i::before,
#slide_04 .txt .text-i::after {
    position: absolute;
    content: "";
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #FFFFFF;
}

#slide_04 .txt .text-i::before {
    left: -17px;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
}

#slide_04 .txt .text-i::after {
    right: -17px;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
}

.cSlider--single .medallion.australia .second {
    text-align: right;
    font-size: 2em;
    align-self: baseline;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.cSlider--single .medallion.australia .third {
    text-align: right;
    font-size: 3em;
    align-self: baseline;
    font-weight: 600;
}

.cSlider--single .medallion.australia .fourth {
    width: 100%;
    text-align: center;
    font-size: 0.65em;
    align-self: baseline;
}

.cSlider--single .medallion.korea .first {
    width: 100%;
    text-align: center;
    font-size: 1em;
    letter-spacing: 0.5em;
    font-weight: 600;
}

.cSlider--single .medallion.korea .second {
    text-align: right;
    font-size: 2em;
    align-self: baseline;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.cSlider--single .medallion.korea .third {
    text-align: right;
    font-size: 3em;
    align-self: baseline;
    font-weight: 600;
}

.cSlider--single .medallion.korea .fourth {
    width: 100%;
    text-align: center;
    font-size: 0.65em;
    align-self: baseline;
}

.cSlider--single .medallion.world .first {
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    letter-spacing: 0.2em;
    font-weight: 600;
    line-height: 1.1em;
}

.cSlider--single .medallion.world .second {
    width: 100%;
    text-align: center;
    font-size: 2.05em;
    font-weight: 600;
}

.cSlider--single .medallion.world .third {
    text-align: right;
    font-size: 1em;
    align-self: baseline;
    font-weight: 600;
    line-height: 1.5em;
}

.cSlider--single .annotation {
    font-size: 0.012em;
    position: absolute;
}

#func3 .txt01,
#slide_02 .txt01,
#slide_05 .txt01,
#slide_08 .txt01 {
    position: absolute;
    left: 0;
    width: 100%;
}


/* slide_02 */

#slide_01 .txt01 {
    font-size: 26px;
    position: absolute;
    left: 70%;
    top: 47.5%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
}

#slide_01 .txt01 .title-h1 {
    position: relative;
    font-size: 42px;
    font-weight: bold;
    display: inline-block;
    margin-left: -5px;
}

#slide_01 .txt01 .title-h1 strong {
    letter-spacing: -2px;
}

#slide_01 .txt01 .title-h1 strong.text-right {
    letter-spacing: -4px;
}

#slide_01 .txt01 .title-h1 img {
    position: absolute;
    right: -18px;
    top: 14px;
}

#slide_01 .txt01 .title-h1 span {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    letter-spacing: -4px;
}

#slide_01 .txt01 .title-h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 38px;
    line-height: 1;
}

#slide_01 .txt01 ul li {
    display: inline-block;
    margin-bottom: 5px;
    background-color: #FFFFFF;
    border: 1px solid #E84456;
    height: 41px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    padding: 0 15px;
}

#slide_01 .txt01 ul li span {
    font-weight: 300;
}

#slide_01 .txt01 .text-note {
    font-size: 22px;
    max-width: 390px;
    letter-spacing: -1.5px;
}


/* slide_02 */

#slide_02 .txt01 {
    font-size: 5%;
    font-weight: 900;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 0.15em black;
    top: 0.85em;
}

#slide_02 .sp .txt01 {
    font-size: 8%;
    font-weight: 900;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 0.15em black;
    top: 0.85em;
}


/* slide_03 */


/* slide_04 */

#slide_04 .medallion {
    top: 1em;
    left: 1.28em;
    width: 10em;
    height: 10em;
}

#slide_04 .sp .medallion {
    font-size: 0.03em;
    top: 2.5em;
    left: 2em;
    width: 8em;
    height: 8em;
}

#slide_04 .annotation {
    bottom: 0.5em;
    right: 0.5em;
}


/* slide_05 */

#slide_05 .txt01 {
    font-size: 0.05em;
    letter-spacing: -0.1em;
    font-weight: 400;
    text-align: center;
    top: 1em;
}

#slide_05 .txt01>p {
    display: inline-block;
    text-align: center;
    margin: 0;
    position: relative;
}

#slide_05 .txt01>p:after {
    content: "";
    height: 0.11em;
    width: 100%;
    background-color: aqua;
    background-image: linear-gradient(90deg, rgb(0, 115, 255) 0%, aqua 100%);
    position: absolute;
    bottom: 0px;
    left: 0;
}

#slide_05 .txt01>p>span {
    font-weight: 800;
    font-size: 1.2em;
}

#slide_05 .sp .txt01 {
    font-size: 0.058em;
    top: 1em;
}

#slide_05 .medallion.australia {
    top: 14.5em;
    left: 4.2em;
    width: 10em;
    height: 10em;
    font-size: 0.018em;
}

#slide_05 .medallion.korea {
    top: 14.5em;
    left: 12.59em;
    width: 10em;
    height: 10em;
    font-size: 0.018em;
}

#slide_05 .medallion.world {
    top: 14.5em;
    left: 20.99em;
    width: 10em;
    height: 10em;
    font-size: 0.018em;
}

#slide_05 .sp .medallion.australia {
    top: 11em;
    left: 2.5em;
    width: 10em;
    height: 10em;
    font-size: 0.03em;
}

#slide_05 .sp .medallion.korea {
    top: 11em;
    left: 11.7em;
    width: 10em;
    height: 10em;
    font-size: 0.03em;
}

#slide_05 .sp .medallion.world {
    top: 11em;
    left: 21em;
    width: 10em;
    height: 10em;
    font-size: 0.03em;
}

#slide_05 .annotation {
    bottom: 2em;
    left: 2em;
}

#slide_05 .sp .annotation {
    bottom: 4em;
    left: 4em;
    width: 50%;
}


/* slide_06 */

#slide_06 .medallion {
    top: 1em;
    left: 1.3em;
    width: 10em;
    height: 10em;
}

#slide_06 .sp .medallion {
    font-size: 0.03em;
    top: 2.5em;
    left: 2.5em;
    width: 8em;
    height: 8em;
}

#slide_06 .annotation {
    bottom: 0.5em;
    right: 0.5em;
}


/* slide_07 */


/* slide_08 */

#slide_08 .txt01 {
    text-align: center;
    top: 0.04em;
}

#slide_08 .txt01 p:nth-child(1) {
    font-size: 0.03em;
    font-weight: 700;
}

#slide_08 .txt01 p:nth-child(1) span {
    color: #ff2c64;
    position: relative;
}

#slide_08 .txt01 p:nth-child(1) span::before {
    position: absolute;
    top: -0.6em;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fa3c5a;
    font-size: 1em;
    content: "・";
}

#slide_08 .txt01 p:nth-child(2) {
    font-size: 0.065em;
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    font-family: "Times New Roman", Times, "Noto Serif JP", serif;
}

#slide_08 .txt01 p:nth-child(2) span:nth-child(1) {
    font-size: 1.9em;
    background: linear-gradient(135deg, #ff2c64 50%, #faab50 80%);
    background: -webkit-linear-gradient(-45deg, #ff2c64 50%, #faab50 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#slide_08 .txt01 p:nth-child(2) span:nth-child(3) {
    font-size: 1.2em;
    font-weight: 600;
}

img{
    height: auto;
    max-width: 100%;
}
.bread_link {
padding: 0;
margin: 0 0 15px;
letter-spacing: -0.4em;
max-width: 1020px;
}
.bread_link li {
display: inline;
letter-spacing: normal;
}
.bread_link li a{
    color: #333;
}
.bread_link li:first-child a {
padding: 0px;

}
.bread_link li:after {
margin-left: 5px;
content: '\003e';
margin-right: 5px;
}
.bread_link li:last-child:after {
display:none;
}
.bread_link + .base_area_title {
    padding-top: 20px;
}
/* ================== */

.image-func3 {
    --pc-func3-width: 1024px;
}

[id^=func3] .txt {
    font-size: var(--pc-func3-width);
}

#func3 .txt01 {
    text-align: center;
    font-size: 0.022em;
    font-weight: 500;
    top: 0.5em;
}

#func3 .txt01 p:nth-child(1) {
    display: inline-block;
    font-size: 1.3em;
    font-weight: 600;
    position: relative;
}

#func3 .txt01 p:nth-child(1):before {
    content: "|";
    display: block;
    position: absolute;
    transform: rotate(340deg);
    left: -0.5em;
    bottom: 0.1em;
}

#func3 .txt01 p:nth-child(1):after {
    content: "|";
    display: block;
    position: absolute;
    transform: rotate(22deg);
    right: -0.5em;
    bottom: 0.1em;
}

#func3 .txt01 p:nth-child(2) span:nth-child(1) {
    font-size: 1.5em;
    font-weight: 600;
}

#func3 .txt01 p:nth-child(3) {
    letter-spacing: -0.1em;
}

#func3 .txt01 p:nth-child(3) span:nth-child(1) {
    font-size: 1.5em;
    font-weight: 600;
}

#func3 .txt01 p:nth-child(3) span:nth-child(3) {
    font-size: 2em;
    font-weight: 600;
}

#func3 .txt01 p:nth-child(3) span:nth-child(5) {
    font-size: 1.5em;
    font-weight: 600;
}

#func3 .txt01 p:nth-child(3) span:nth-child(6) {
    font-size: 0.5em;
    font-weight: 400;
    letter-spacing: 0em;
    display: block;
}

#func3 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#func3 ul {
    font-size: 0.02em;
}

#func3 ul li {
    width: 13em;
    /*! border:solid 1px red; */
}

#func3 ul li:nth-child(1) {
    position: absolute;
    left: 18.6em;
    top: 8.7em;
}

#func3 ul li:nth-child(2) {
    position: absolute;
    left: 10.7em;
    top: 17.1em;
}

#func3 ul li:nth-child(3) {
    position: absolute;
    left: 27em;
    top: 17.1em;
}

#func3 ul li:nth-child(4) {
    position: absolute;
    left: 18.6em;
    top: 25.3em;
}

#func3 ul .title-h3 {
    font-size: 1em;
    text-align: center;
    color: white;
    margin: 0;
    margin-bottom: 0.8em;
    font-weight: bold;
}

#func3 ul .title-h3 span {
    font-size: 1.4em;
    line-height: 1.2;
}

#func3 ul p {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
}

#func3 ul li:last-child p{
    padding-top: 0.3em;
}

#func3 ul p span {
    font-size: 0.65em;
    line-height: 0.1em;
}

#func3 ul li h3>p span:nth-child(3) {
    display: block;
    padding-top: 0.65em;
}

#func3 .sp .txt01 {
    font-size: 0.04em;
    top: 1em;
}

#func3 .sp ul {
    font-size: 0.037em;
}

#func3 .sp ul h3 {
    margin-bottom: 1.4em;
}

#func3 .sp ul li:nth-child(1) {
    left: 6.9em;
    top: 10.4em;
}

#func3 .sp ul li:nth-child(2) {
    left: -0.4em;
    top: 20.6em;
}

#func3 .sp ul li:nth-child(3) {
    left: 14.4em;
    top: 20.6em;
}

.cSlider--single {
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .swiper-slide {
        max-width: 1024px;
        width: 100%;
    }
}

.cSlider--nav {
    max-width: 650px;
    margin: 0 auto;
}

.cSlider--nav .cSlider__item img {
    border: 1px solid #D9D9D9;
    cursor: pointer;
}

.cSlider--nav .cSlider__item.swiper-slide-thumb-active img,
.cSlider--nav .cSlider__item.slick-current.slick-active img {
    border: 1px solid #1C3040;
}


/*===*/
.border--line span{
    position: relative;
    z-index: 5;
    /*background-image: linear-gradient(to right, #FFEB00 0%, #FFEB00 100%);
    background-repeat: no-repeat;
    background-size: 100% 9px;
    background-position: 0 99%;*/
}
.border--line span::before{
    position: absolute;
    content: "";
    left: -5%;
    top: calc(100% - 7px);
    width: calc(100% + 10%);
    height: 9px;
    background-color: #FFEB00;
    z-index: -1;
}
.section-title-description {
    padding: 42px 0 20px;
}

.section-title-description .title-slogan span {
    position: relative;
    color: #1C3040;
    font-weight: bold;
    padding: 0 15px;
}

.section-title-description .title-slogan span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 4px;
    background: rgb(8, 178, 244);
    background: linear-gradient(135deg, rgba(8, 178, 244, 1) 0%, rgba(21, 217, 172, 1) 100%);
    opacity: 0.6;
}

.section-background {
    padding: 24px 0 27px;
    position: relative;
    background: rgb(94,44,141);
    background: linear-gradient(94deg, rgba(94,44,141,1) 0%, rgba(68,58,185,1) 100%);
}

.section-background .title-h2 {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}
.section-background .title-h2 .block--title{
    border: 1px solid #ffffff;
    padding: 6px 50px 8px;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 8px;
    line-height: 1;
}
.border-top-idea{
    border-top: 2px solid #5D2C8E;
}
.new--idea{
    background-color: #FAFAFA;
    padding: 26px 0 27px;
    color: #1C3040;
    font-size: 22px;
    font-weight: bold;
}
.new--idea .note--txt{
    margin-right: 15px;
    background-color: #FFEB00;
    color: #443AB9;
    text-align: center;
    width: 130px;
    height: 37px;
    line-height: 37px;
}
.new--idea .title-step,
.new--idea .title-voice{
    display: inline-flex;
}
.new--idea .title-step .text--number{
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #5D2C8E;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 45px;
    margin-right: 10px;
}
.new--idea .title-step .txt--i{
    color: #1C3040;
    font-size: 18px;
    font-weight: bold;
}
.new--idea .title-step .txt--i span{
    font-size: 22px;
    color: #5D2C8E;
}
.new--idea .title-voice .name-voice{
    margin-right: 5px;
}
.new--idea .title-voice .text--number-voice{
    width: 45px;
    height: 45px;
    line-height: 35px;
    border: 4px solid #FFD800;
    font-size: 22px;
    font-weight: 500;
    margin-right: 21px;
    border-radius: 50%;
    background-color: #ffffff;
}
.new--idea .title-voice .txt--i{
    color: #5D2C8E;
}

.about--mitsuro{
    padding: 40px 0 20px;
    border-bottom: 1px solid #707070;
}
.text--about{
    color: #1C3040;
}
.product--mitsuro{
    padding: 61px 0 72px;
    border-bottom: 1px solid #707070;
    margin-bottom: 40px;
}
.main-product--mitsuro{
    max-width: 392px;
}

.main-product--mitsuro .cat-i{
    margin-left: 30px;
    width: 115px;
    height: 23px;
    line-height: 20px;
    border: 0.86px solid #231815;
    font-size: 13px;
    text-align: center;
}
.main-product--mitsuro .note--prod{
    margin-top: 33px;
    position: relative;
    background-color: #F8E962;
    padding: 10px 12px 10px;
    font-size: 15px;
    text-align: center;
    max-width: 287px;
}
.main-product--mitsuro .note--prod b{
    font-size: 28px;
    font-weight: normal;
}
.main-product--mitsuro .note--prod::before{
    position: absolute;
    content: "";
    left: 50%;
    width: 32px;
    height: 28px;
    bottom: calc(100% - 5px);
    transform: translateX(-50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #F8E962;
}

.chart--mitsuro{
    padding: 30px 0 117px;
    color: #1C3040;
}
.chart--mitsuro .head--title{
    display: flex;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 25px;
}
.chart--mitsuro .head--title span{
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: block;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
    background-color: #443AB9;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 400;
}

.news--cuba{
    padding: 38px 0 88px;
}

.step--section{
    padding: 33px 0 35px;
}
.voice--mitsuro{
    padding: 60px 0 60px;
}
.design--mitsuro{
    padding: 50px 0 45px;
}


.title--text-jp .inline-bl{
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    border-bottom: 4px solid #e6001e;
    font-family: 'Noto Sans JP', sans-serif;
}













.section-product-offer {
    padding: 52px 0 55px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.section-product-offer .item-product {
    position: relative;
    border: 2px solid #5E2C8D;
    padding: 30px;
    background-color: #ffffff;
}
.head--logo-product{
    /*margin: 0 0 73px;*/
    margin: 0 0 30px;
    padding: 0 0 0 3%;
}
.head--logo-product .image--logo{
    padding: 0 15px;  
}
.head--logo-product .image--logo img{
    max-width: 450px;
}

#tabs__nav{
    margin-bottom: 24px;
    align-items: flex-end;
}
.offer__right #tabs__nav{
    margin-bottom: 0;
}
#tabs__nav li{
    text-align: center;
    cursor: pointer;
}
#tabs__nav li.active{
    border-bottom: none;
}

#tabs__nav li{
    max-width: 100%;
    flex: 0 0 100%;
}


#tabs__nav .item--flex{
    flex-wrap: wrap;
    padding: 11px 3px 18px;
    background-color: #F7F7F7;
    position: relative;
}
#tabs__nav .item--flex .title--note-span{
    position: absolute;
    left: 50%;
    padding: 5px 40px 5px;
    background-color: #F24464;
    border-radius: 18px;
    color: #ffffff;
    bottom: calc(100% + 4px);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 280px;
}
#tabs__nav li.active .item--flex .title--note-span{
    bottom: calc(100% - 6px);
}
#tabs__nav .item--flex .title--note-span::after{
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: calc(100% - 2px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #F24464;
}

#tabs__nav li.active .item--flex{
    padding: 50px 3px 40px;
}
/*#tabs__nav li:first-child .item--flex{
    background: rgb(94,44,141);
    background: linear-gradient(94deg, rgba(94,44,141,1) 0%, rgba(68,58,185,1) 100%);
    color: #ffffff;
}*/
.offer__left #tabs__nav li:first-child .item--flex{
    background-color: #A68EC4;
    border-radius: 6px 6px 6px 6px;
}
.offer__right #tabs__nav li:first-child .item--flex{
    background-color: #562F98;
    border-radius: 6px 6px 0 0;
}
/*#tabs__nav .head--text*/
#tabs__nav .image-text{
    margin-bottom: 10px;
}
/*#tabs__nav li:last-child.active .head--text{
    margin-bottom: 10px;
}*/
#tabs__nav .color-F24464{
    color: #F24464;
}
#tabs__nav .li--category{
    position: relative;
    padding: 0 7px;
    flex-wrap: wrap;
    color: #ffffff;
    font-size: 20px;
}
#tabs__nav .li--category:not(:last-child)::before{
    position: absolute;
    content: "｜";
    right: -8px;
    top: 0;
}
.product--col-12 .image--pro{
    flex: 0 0 39.6%;
    max-width: 39.6%;
    background-color: #F9F9F9;
    padding: 35px 10px;
}
.product--col-12 .information--pro{
    /*flex: 0 0 60.4%;
    max-width: 60.4%;*/
    padding: 0 13px 0 20px;
}
.tab-2 .product--col-12 .information--pro{
    flex: inherit;
    max-width: 100%;
    padding: 0 13px 0 20px;
}

.product--col-12 .information--pro .text--c{
    padding: 0 4px;
    color: #ffffff;
    background-color: #1C3040;
    font-size: 12px;
    line-height: 16px;
    height: 17px;
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
}
/*.tab-2 .product--col-12 .information--pro .text--c{
    font-size: 12px;
    height: 17px;
    margin-top: 4px;
    line-height: 16px;
    padding: 0 4px;
}*/
.product--col-12 .information--pro .d-price{
    color: #1D252B;
    border-bottom: 1px solid #D9D9D9;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 7px;
}
.tab-2 .product--col-12 .information--pro .d-price{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 12px;
}
.product--col-12 .information--pro .regular-price{
    font-weight: bold;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
}
.tab-2 .product--col-12 .information--pro .regular-price{
    font-size: 11px;
}
.product--col-12 .information--pro .mm-price{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.product--col-12 .information--pro .mm-price .price-i{
    margin-right: 40px;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1;
    position: relative;
}
.tab-2 .product--col-12 .information--pro .mm-price .price-i{
    margin-right: 0;
}
.product--col-12 .information--pro .mm-price .price-i::before,
.none---sale::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 11px;
    width: 100%;
    height: 2px;
    background-color: #E84456;
    -webkit-transform: rotate(-17deg);
    -moz-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg);
}
.tab-2 .product--col-12 .information--pro .mm-price .price-i::before{
    content: none;
}
.product--col-12 .information--pro .text-price{
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
}
.tab-2 .product--col-12 .information--pro .text-price{
    margin-left: 5px;
}
.product--col-12 .information--pro .tax-included{
    color: #333333;
    font-weight: 500;
    font-size: 11px;
}

/* = */
.row--7{
    margin-left: -7.5px;
    margin-right: -7.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cel-md--4{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.cel-md--6{
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.item--col-product{
    background-color: #ffffff;
    border: 1px solid #C3C3C3;
    border-radius: 8px;
    padding: 15px 0 27px;
}
.item--col-product .h3-title-logo img{
    max-width: 75%;
}
.item--col-product .title--name{
    margin-bottom: 8px;
}
.item--col-product .title--name .st2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    font-size: 14.5px;
    font-weight: 600;
    background-color: #F24464;
    color: #ffffff;
    padding: 3px 7px 0;
    margin-right: 4px;
}
.tab-2 .item--col-product .title--name .st2{
    background-color: #D51212;
    padding-left: 12px;
    padding-right: 12px;
}
.item--col-product .text--st{
    font-size: 12px;
}
.information--item .image--pakage{
    /*background-color: #F9F9F9;*/
    padding: 15px;
    height: 150px;
}

.tab-2 .product--col-12 .image--pakage{
    background-color: transparent;
}
.text--col-price{
    padding-right: 12px;
}
.text--col-price .flex--step-price{
    margin-right: 15px;
    position: relative;
}
.text--col-price .flex--step-price::after{
    position: absolute;
    content: "";
    left: 45%;
    top: 115%;
    width: 14px;
    height: 9px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/product/Polygon-2.svg);
}
.text--col-price .step-pc{
    font-size: 11px;
    margin-right: 11px;
}
.text--col-price .txt-price{
    font-size: 19px;
    position: relative;
}
.text--col-price .txt-price::before{
    position: absolute;
    content: "";
    left: -2%;
    bottom: 13px;
    width: 71%;
    height: 1px;
    background-color: #E84456;
    -webkit-transform: rotate(-17deg);
    -moz-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg);
}
.text--col-price .txt-price .font-Noto{
    font-size: 11px; 
}
.text--mid-des{
    font-size: 11px;
    color: #2C89EF;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.text--infor .text--bottom{
    position: relative;
    display: inline-flex;
}
.text--bottom .text--delivery{
    height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background-color: #2C89EF;
    padding: 1px 10px 0px 5px;
    clip-path: polygon(0% 0%, 93% 0, 100% 50%, 93% 100%, 0% 100%);
    margin-right: 5px;
}
.text--bottom .bottom-price{
    font-size: 28px;
    color: #2685EF;
    line-height: 1;
}
.text--bottom .bottom-price .font-Noto{
    font-size: 16px;
}
.text--bottom .bottom-price .Noto-r{
    font-size: 10px;
    padding-left: 3px;
    font-family: 'Noto Sans JP', sans-serif;
}

/* ============================================================================== */
.none---sale{
    position: relative;
}
.btn--cart{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 205px;
    text-align: center;
    background-color: #1CB563;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    height: 40px;
}
.offer__right .btn--cart{
    max-width: 250px;
}
.btn--cart img{
    margin-right: 7px;
}
.button-subsc{
    font-size: 13px;
    height: 25px;
    border: 1px solid #C3C3C3;
    width: 100%;
    display: flex;
    max-width: 166px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
@media (min-width: 768px) {
    .button-subsc{
        font-size: 13px;
        height: 25px;
        border: 1px solid #C3C3C3;
        width: 100%;
        display: flex;
        max-width: 166px;
    }
}
.button-subsc img{
    margin-right: 12px;
    max-width: 16px;
}

.btn--shop-card{
    align-items: center;
    justify-content: center;
    height: 42px;
    border: 1px solid #28A7D8;
    color: #28A7D8;
    background-color: #EBFAFF;
    width: 100%;
    max-width: 418px;
    margin-right: 16px;
}
.btn--shop-card span{
    margin-right: 20px;
    margin-left: 34px;
}
.link--btn-bottom .button-subsc{
    max-width: 202px;
    border: 1px solid #666666;
    height: 42px;
    justify-content: center;
    width: 100%;
    font-weight: 500;
}
.link--btn-bottom .button-subsc img{
    margin-right: 16px;
}

.text-right{
    text-align: right;
}
.section-product-offer .note-text {
    border: 1px solid #C9C9C9;
    padding: 12px 10px 12px 10px;
}

.section-product-offer .note-text .title-strong {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
}

.section-product-offer .note-text .text-i {
    font-size: 10px;
    line-height: 1.8;
    color: #000000;
}

.section-product-offer .note-text .text-i span {
    color: #666666;
}

.section-product-offer .note-text .i-nt {
    display: inline-block;
    background-color: #000000;
    color: #fff;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
}
/* ===== */

.image--FAQ{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #e9e8f3;
    overflow: hidden;
}
.image--FAQ img{
    object-fit: cover;
}
.text--FAQ{
    color: #ffffff;
    padding-bottom: 10%;
    padding-top: 6%;
}
.head-item--faq{
    padding: 70px 0 0 12%;
    margin-bottom: 8.8%;
}
.head--title-faq{
    font-size: 65px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 15px;
    /*text-indent: -6px;*/
    line-height: 1.2;
    font-weight: 600;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.26);
}
.head--title-faq::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #5b518d;
}
.txt--faq{
    font-size: 40px;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 10;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.09);
    color: #5b518d;
}
.main--faq{
    padding: 0 36px;
}
.item--faq{
    background-color: #ffffff;
    position: relative;
    color: #1d1d1c;
    padding: 36px 58px 50px 60px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 10px 15px rgba(222,220,240,0.6);
    -moz-box-shadow: 0px 0px 10px 15px rgba(222,220,240,0.6);
    box-shadow: 0px 0px 10px 15px rgba(222,220,240,0.6);
}
.item--faq:not(:last-child){
    margin-bottom: 30px;
}
.item--faq::before{
    content: none;
}
.item--faq .head--faq{
    font-size: 24px;
    font-weight: 600;
    padding-left: 39px;
    padding-bottom: 22px;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
    position: relative;
}
.item--faq .head--faq::before,
.item--faq .content--faq::before{
    position: absolute;
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    top: 2px;
}
.item--faq .head--faq::before{
    background-image: url(../img/Q.svg);
    left: -6px;
    width: 28px;
    height: 44px;
}
.item--faq .content--faq{
    padding-left: 39px;
    font-size: 18px;
    position: relative;
    line-height: 1.7;
}
.item--faq .content--faq::before{
    background-image: url(../img/A.svg);
    left: 0;
    width: 28px;
    height: 34px;
}
.item--faq .content--faq b{
    background-image: linear-gradient(to right, #FEF502 0%, #FEF502 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    font-weight: 600;
}

@media (min-width: 768px) {
    .FAQ{
        padding: 67px 0 80px;
    }
    .head-item--faq{
        padding: 0 0 0 88px;
        margin: 0 auto 65px;
    }
    .head--title-faq{
        font-size: 58px;
    }
    .txt--faq{
        font-size: 36px;
    }
    .item--faq{
        padding: 28px 46px 38px 48px;
    }
    .image--FAQ{
        text-align: center;
    }
    .image--FAQ img{
        position: relative;
        width: 100%;
    }
    .item--faq:not(:last-child){
        margin-bottom: 23px;
    }
    .product{
        padding: 61px 0 75px;
    }
    .product .title--text-en{
        font-size: 120px;
    }
    .title--text-jp .inline-bl{
        font-size: 37px;
    }
}
/*=======================*/
.product{
    padding: 90px 0 60px;
    margin-bottom: 40px;
}
.product{
    position: relative;
}
.title--text-en{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #eaf0f2;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05rem;
}
.product .title--text-en{
    font-size: 167px;
    line-height: 0.78;
}
.title--text-jp{
    position: relative;
    z-index: 5;
}
.product_item .title--text-jp{
    margin-bottom: 67px;
}
.title--food{
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
    padding: 0 0 20px;
    width: calc(100% - 72px);
}
.sec_product_info{
    font-size: 21px;
    line-height: 1.8;
    padding: 0 36px;
}
.table--info{
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
}
.table--info td{
    border: 1px solid #9a9a9a;
    padding: 6px 9px;
    text-align: right;
    width: 33.333%;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
}
.table--info td:first-child{
    text-align: left;
}

.position-relative{
    position: relative;
}

/*==========|Column|==========*/


.main__offer__right{
    background-color: #E6D8FE;
    padding: 20px 10px 5px;
    border-radius: 0 0 6px 6px;
}
.main__offer__right .item--col-product{
    padding-bottom: 20px;
    border-radius: 0;
    border-color: #9C9C9C;
    border-radius: 6px;
}
.main__offer__right .information--item .image--pakage{
    padding-bottom: 0;
    padding-top: 0;
    height: 132px;
}
.main__offer__right .product--col-12 .information--pro{
    padding-right: 35px;
}
.txt_des_pro{
    font-size: 15px;
    color: #000;
    padding: 0 0 5px 0;
}
.column__price{
    position: relative;
    padding-right: 15px;
    align-items: flex-end;
    border-bottom: 1px solid #707070;
}
.column__price:last-child{
    padding-top: 13px;
}
.column__price .txt__C{
    max-width: 85px;
    flex: 0 0 85px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 4px;
}
.column__price .txt__black{
    background-color: #000000;
} 
.column__price .txt__blue{
    background-color: #2C89EF;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.column__price .colRight{
    max-width: calc(100% - 85px);
    flex: 0 0 calc(100% - 85px);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.colRight .regular_price{
    font-weight: 600;
    font-size: 11px;
    text-align: right;
    margin-right: 12px;
    padding-bottom: 4px;
}
.colRight .txt__number_price{
    font-weight: 600;
    font-size: 20px;
}
.colRight .txt__number_price span{
    font-size: 10px;
}
.column__price .image__sale{
    position: absolute;
    right: -30px;
    top: 0;
}

.bottom__offer__right{
    border: 1px solid #9C9C9C;
    background-color: #ffffff;
    position: relative;
    padding: 35px 15px 13px;
    margin-top: 10px;
    border-radius: 6px;
}
.bottom__offer__right .title__bot{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #562F98;
    border-radius: 0 0 12px 12px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    max-width: 210px;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}

.bottom__offer__right .list__img{
    justify-content: center;
    margin-bottom: 8px;
}
.bottom__offer__right .list__img .image_i{
    margin: 0 2.5px;
}
.btn__benefits a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 198px;
    height: 35px;
    border-radius: 18px;
    background-color: #562F98;
    border: 1px solid #562F98;
    font-size: 14px;
    color: #ffffff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn__benefits a:hover{
    background-color: #A68EC4;
    color: #fff;
    opacity: 1;
}
.btn__benefits a img,
.btn__benefits a i{
    margin-right: 7px;
}
.btn__benefits a i{
    display: block;
    width: 17px;
    height: 15px;
    position: relative;
}
.btn__benefits a i::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/icon_heart2.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn__benefits a:hover i::before{
    background-image: url(../img/icon_heart.svg);
}



/*=======================*/
.title__md_bl{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -26px;
    width: 100%;
    max-width: 512px;
    height: 51px;
    color: #ffffff;
    background-color: #562F98;
    font-size: 24px;
    text-align: center;
    line-height: 51px;
}
.block__item_colunm:not(:last-child){
    margin-bottom: 17px
}
.block__item_colunm .title__head{
    background-color: #f5efff;
    font-size: 22px;
    font-weight: 300;
    padding: 13.5px 10px;
    color: #000;
}
.block__item_colunm .title__head span{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 6px;
    background-color: #E6D8FE;
}
.block__item_colunm .content__item{
    border: 2px solid #f5efff;
    padding: 20px 10px 16px;
}
.block__item_colunm .none---sale{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0 12px;
    padding-right: 6px;
    padding-left: 4px;
}
.block__item_colunm .none---sale::before{
    bottom: 16px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.text-modal1{
    padding-top: 10px;
    margin-right: 18px;
    font-weight: 600;
}
.img_modal2{
    max-width: 766px;
    width: 100%;
}
/*=======================*/
.footer-wp {
    position: relative;
    display: block;
    border-top: 1px solid #707070;
}
.footer-wp .menu-f {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    margin-bottom: 30px;
}

.footer-wp .menu-f li {
    margin-bottom: 12px;
}

.footer-wp .menu-f li.none-pc {
    display: none;
}

.footer-wp .menu-f li a {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    font-weight: 500;
}

.footer-wp .footer-logo {
    display: block;
    background-color: #1C3040;
    padding: 60px 0 20px;
    /*text-align: center;*/
}

.footer-wp .footer-logo .logo-ft {
    display: block;
    margin-bottom: 25px;
}

.item--footer-tw a{
    display: inline-block;
    opacity: 0.6;
    margin: 0 5px;
}
.item--footer-tw a:hover{
    opacity: 0.8;
}

.footer-wp .footer-logo .logo-ft img {
    display: inline-block;
}

.footer-wp .coppy-r {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.3;
    letter-spacing: 0;
    padding: 20px 0 0;
    border-top: 1px solid #757b81;
}


.footer-wp .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.footer-wp .col-md-5,
.footer-wp .col-md-6,
.footer-wp .col-md-7{
    padding-left: 15px;
    padding-right: 15px;
}
.footer-wp .col-md-5{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.footer-wp .col-md-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.footer-wp .col-md-7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.section-breadcrumb {
    padding: 15px 0 0;
}


/*  */

.m-sp575 {
    display: none;
}


/*===========================================*/

@media (max-width: 991px) {
    .head-wp .menu-head .menu-ul li:first-child {
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    .head-wp .menu-head,
    .head-wp .top-head-right .phone-pc {
        display: none;
    }
    .head-wp .top-logo {
        position: relative;
        z-index: 1000;
    }
    .head-wp .top-logo .logo-img {
        padding-top: 0;
    }
    .head-wp .top-logo .top-head-right .icon-table {
        margin-top: 5px;
    }
    /*====*/
    .footer-wp {
        border-top: none;
    }
    .footer-wp .container {
        width: 100%;
        max-width: inherit;
        padding: 0 3%;
    }
    /*.footer-wp .menu-f li {
        background-color: #EFEFEF;
        padding: 18px 0;
        border-bottom: 1px solid #DDDDDD;
    }*/
    .footer-wp .menu-f li.none-pc {
        display: block;
    }
}
@media (max-width: 620px) {
    .footer-wp .footer-logo{
        padding-top: 30px;
    }
    .footer-wp .container{
        padding: 0 15px;
    }
    .item--footer-tw{
        margin-bottom: 30px;
    }
    .footer-wp .col-md-5,
    .footer-wp .col-md-7{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .footer-wp .coppy-r{
        text-align: center;
    }
    .footer-wp .menu-f li a{
        font-size: 12px
    }
}
.main__offer{
    display: flex;
}
.offer__left{
    flex: 0 0 62.7%;
    max-width: 62.7%;
}
.offer__right{
    flex: 0 0 calc(37.3% - 17px);
    max-width: calc(37.3% - 17px);
    margin-left: 17px;
}
/*=====================*/
.section-review .container{
    position: relative;
}
.des--review-head{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 75px;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    line-height: 1.7;
}


.overlayForUkomiSlide {
    z-index: 9999 !important;
}

.container-tokushoho .top-header {
    height: auto;
}

@media (max-width: 575px) {
    .ukomi_stars_rating_tooltip {
        display: none !important;
    }
}
/*.review-container[data-action="widget"] .reviewWidget_title,*/
.scrollElement,
.m-sp450,
.m-sp420,
.m-sp1023,
.m-sp767,
.m-sp680,
.m-sp991,
.d-block767 {
    display: none;
}

@media (max-width: 1365px) {
    .image-func3 {
        --pc-func3-width: 915px;
    }
    .tabs--content--tab2 .information--pro{
        padding: 10px 32px;
    }
}
@media (max-width: 1310px) {
    .review-container[data-action="widget"] .reviewWidget_title:before{
        bottom: -15px !important;
    }
    .des--review-head{
        top: 89px;
    }
}
@media (max-width: 1024px) {
    .m-pc1023 {
        display: none;
    }
    .m-sp1023 {
        display: block;
    }
    /*  */
    #slide_04 .medallion,
    #slide_06 .medallion {
        width: 20vw;
        height: 20vw;
    }
    #slide_05 .medallion.australia,
    #slide_05 .medallion.korea,
    #slide_05 .medallion.world {
        width: 14vw;
        left: 9.5%;
        height: 15vw;
        top: 48.5%;
    }
    #slide_05 .medallion.korea {
        left: 24.5%;
    }
    #slide_05 .medallion.world {
        left: 39.5%;
    }
}

@media screen and (min-width: 578px) and (max-width: 1024px) {
    .cSlider--single .medallion.australia .first {
        font-size: 0.8em;
    }
    #slide_04 .medallion {
        left: 1.16em;
    }
    #slide_06 .medallion {
        left: 1.2em;
    }
    @media (max-width: 880px) {
        #slide_04 .medallion,
        #slide_06 .medallion {
            left: 1em;
        }
    }
}

@media (max-width: 991px) {
    .m-sp991{
        display: block;
    }
    /*  */
    #slide_01 .txt01 {
        left: 68%;
        max-width: 430px;
    }
    #slide_01 .txt01 .title-h1 {
        font-size: 36px;
    }
    #slide_01 .txt01 .title-h1 span {
        font-size: 40px;
    }
    #slide_01 .txt01 .title-h1 img {
        right: -20px;
        top: 10px
    }
    .sec14 .title-h2 {
        font-size: 34px;
    }
    #slide_04 .txt .text-i {
        top: 6%;
    }
    /* ======================== */
    .section-product-offer .item-product{
        padding: 0;
        border: 0;
    }
    #tabs__nav .category--text{
        flex-wrap: wrap;
        
    }
    #tabs__nav .li--category:last-child{
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .row--7{
        justify-content: center;
    }
    .cel-md--4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cel-md--4:not(:last-child) .item--col-product{
        margin-bottom: 12px;
    }
    /* - */
    .body--tab2-pro .tabs--head{
        position: relative;
        right: auto;
        top: auto;
        max-width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }
    
    .tabs--content--tab2 .product--col-12{
        flex-wrap: wrap;
    }
    .tabs--content--tab2 .image--pro,
    .tabs--content--tab2 .information--pro{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tabs--content--tab2 .item--padding{
        margin-top: 30px;
    }
    .product--information .title--text-en{
        font-size: 143px;
    }
    .title--food{
        font-size: 30px;
    }
    .section-three-effects .text--note-pr{
        bottom: 8px;
    }
    .column__price{
        position: initial;
    }
    .main__offer__right .item--col-product{
        position: relative;
    }
    .column__price .image__sale{
        right: 10px;
    }
    .offer__right .item--col-product .h3-title-logo img{
        max-width: 60%;
    }
    .main__offer__right .product--col-12 .information--pro{
        padding-right: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .cSlider--single #slide_05 .medallion.australia .first {
        font-size: 1.5vw;
    }
    .cSlider--single .medallion.australia .second {
        font-size: 4.1vw;
    }
}

@media screen and (min-width: 578px) and (max-width: 991px) {
    .cSlider--single .medallion>span>span {
        font-size: 0.5em;
    }
    .cSlider--single #slide_05 .medallion.australia .third,
    .cSlider--single #slide_05 .medallion.korea .third {
        font-size: 6vw;
        line-height: 0.8;
    }
    .cSlider--single .medallion.world .third,
    .cSlider--single .medallion.world .first,
    .cSlider--single .medallion.korea .first {
        font-size: 2vw;
    }
    .cSlider--single .medallion.world .second {
        font-size: 4.5vw;
    }
    #slide_08 .txt01 p:nth-child(2) {
        font-size: 0.06em;
    }
    #slide_08 .txt01 p:nth-child(2) span:nth-child(1) {
        font-size: 1.6em;
    }
    #slide_08 .txt01 p:nth-child(2) span:nth-child(3) {
        font-size: 1.2em;
    }
    #slide_02 .txt01 {
        font-size: 4%;
    }
    .image-func3 {
        --pc-func3-width: 660px;
    }
}

@media (max-width: 850px) {
    #slide_01 .txt01 {
        left: 68%;
        max-width: 365px;
        font-size: 21px;
    }
    #slide_01 .txt01 .title-h1 {
        font-size: 32px;
    }
    #slide_01 .txt01 .title-h1 span {
        font-size: 36px;
    }
    #slide_01 .txt01 .title-h3 {
        margin-bottom: 22px;
    }
    #slide_01 .txt01 ul li {
        max-width: 325px;
        height: 36px;
        line-height: 34px;
    }
    #slide_01 .txt01 .text-note {
        font-size: 18px;
    }
    .sec14 .relative.qa .h3-text {
        font-size: 22px;
    }
    .section-background .title-h2 {
        font-size: 22px;
    }
}
@media (max-width: 830px) {
    .qa-list .row-col-2 .img-head img{
        max-width: 100%;
    }
}
@media (max-width: 790px) {
    .column-main .qa-list .row-col-4 .content-r .text-center img{
        display: block;
        width: 100%;
    }
    .qa-list .row-col-2{
        position: relative;
        z-index: 5;
    }
    .qa-list .row-col-2::before{
        z-index: 2;
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/sp_sec10_bg01.jpg");
        background-size: 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
    }
    .column-main .qa-list .row-col-2 .flexbox{
        position: relative;
        z-index: 5;
    }
    .qa-list .row-col-2 .box01.font_s{
        position: relative;
        z-index: 5;
    }
    .qa-list .row-col-2 .img-ff img{
        max-width: 100%;
        opacity: 0;
    }
}
@media (max-width: 767px) {
    .text-left-sp {
        text-align: left !important;
    }
    .ukomi_stars_rating_tooltip,
    .m-pc767,
    .d-none767 {
        display: none;
    }
    .m-sp767 {
        display: block;
    }
    .d-block767 {
        display: inline-block;
    }
    .head-wp .top-head-right .icon-table li {
        margin-left: 20px;
    }
    .section-title-description {
        padding: 25px 0 34px;
    }
    .section-title-description .title-slogan .d-block767 {
        padding-top: 8px;
    }
    .section-background {
        padding: 15px 0 15px;
    }
    .section-background .title-h2 {
        font-size: 20px;
    }
    .section-three-effects {
        padding: 0 0 15px;
    }
    .section-three-effects .image-func3 {
        margin: 0 -18px 16px;
        max-width: calc(100% + 36px);
    }
    .section-three-effects .image-func3 .m-sp767 img {
        width: 100%;
    }
    .section-description-text {
        padding: 0 0 30px;
        color: #1C3040;
    }
    .section-description-text .background-img {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 20px;
    }
    .section-description-text .text-i {
        max-width: 100%;
    }
    .section-description-text .title-h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .section-user-beauty {
        padding: 0 0 20px;
    }
    .section-user-beauty .main-text {
        margin-top: 17px;
        padding: 0 17px;
    }
    .section-user-beauty .main-text .fonts-16 {
        margin-bottom: 13px;
        font-size: 15px;
    }
    .section-user-beauty .main-text .note-text {
        text-align: right;
    }
    .cSlider--img .cSlider__item img {
        width: 100%;
    }
    /* === */
    #slide_01 .txt01 {
        left: auto;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 100%;
        text-align: center;
    }
    #slide_01 .txt01 .title-h1 img {
        width: auto;
    }
    #slide_01 .txt01 .title-h1 {
        font-size: 1.9em;
        margin-top: 10%;
    }
    #slide_01 .txt01 .title-h1 span {
        font-size: 1.2em;
    }
    #slide_01 .txt01 .title-h3 {
        font-size: 14px;
    }
    #slide_01 .txt01 ul,
    #slide_01 .txt01 .text-note {
        position: absolute;
        top: 70%;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        max-width: 55%;
        width: 100%;
        min-width: 280px;
    }
    #slide_01 .txt01 .text-note {
        bottom: 12%;
        top: auto;
    }
    #slide_01 .txt01 ul li {
        max-width: 100%;
    }
    #slide_04 .medallion,
    #slide_06 .medallion {
        width: 30vw;
        height: 27vw;
        top: 7%;
        left: 4%;
    }
    #slide_05 .medallion.australia,
    #slide_05 .medallion.korea,
    #slide_05 .medallion.world {
        width: 25vw;
        left: 9.5%;
        height: 25vw;
        top: 33.5%;
    }
    #slide_05 .medallion.korea {
        left: 37.5%;
    }
    #slide_05 .medallion.world {
        left: 65.5%;
    }
    .image-func3 {
        --pc-func3-width: 428px;
    }
    #func3 .txt01 {
        font-size: 0.035em;
        top: 1.5em;
    }
    #func3 ul {
        font-size: 0.037em;
    }
    #func3 ul .title-h3 {
        margin-bottom: 1.4em;
    }
    .sec14 {
        padding: 0;
        margin: 45px 0 55px;
    }
    .sec14 .relative.qa .h3-text {
        font-size: 20px;
        padding-left: 14px;
    }
    .sec14 .title-h2 {
        font-size: 29px;
    }
    .gallery-thumbs .swiper-slide {
        width: 20%;
        height: 100%;
    }
    #product_information .text-raydel {
        font-size: 16px;
    }
    .cSlider--nav .cSlider__item.swiper-slide-active img {
        border: 1px solid #1C3040;
    }
    #slide_04 .annotation {
        font-size: 2.1vw;
        bottom: 5px;
        text-align: left;
        width: 100%;
        right: 0;
        padding-left: 15px;
    }
    #slide_05 .annotation {
        font-size: 2.1vw;
        line-height: 1.7;
    }
    #slide_06 .annotation {
        font-size: 2.1vw;
        bottom: 10px;
    }
    /* = */
    .tabs--content--tab2 .image--pro{
        flex: 0 0 229px;
        max-width: 229px;
        margin-left: auto;
        margin-right: auto;
        height: 170px;
    }
    .scrollElement{
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        display: flex;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 100;
    }
    .scrollElement.anchor{
        visibility: visible;
        top: 54px;
        opacity: 1;
    }
    .scrollElement .El--item:first-child{
        flex: 0 0 59.4%;
        max-width: 59.4%;
        background-color: #ffffff;
    }
    .scrollElement .El--item:first-child path{
        fill: #F24464;
    }
    .scrollElement .El--item:first-child.active{
        background-color: #F24464;
    }
    .scrollElement .El--item:first-child.active path{
        fill: #ffffff;
    }
    .scrollElement .El--item:last-child{
        /*flex: 0 0 40.6%;
        max-width: 40.6%;*/
        flex: 0 0 100%;
        max-width: 100%;
        background-color: #F7F7F7;
    }
    .scrollElement .El--item:last-child.active{
        background-color: #F24464;
    }
    .scrollElement .El--item:last-child.active path{
        fill: #ffffff;
    }
    .scrollElement .El--item{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 38px;
    }
    .text--step--pakage .number--pr{
        font-size: 19px;
    }
    .text--step--pakage .fonts-18{
        font-size: 11px;
    }
    .des--review-head{
        top: 82px;
    }
    .product--information .title--text-en{
        font-size: 22.5vw;
    }
}

@media screen and (min-width: 578px) and (max-width: 767px) {
    #slide_05 .txt01 {
        font-size: 0.04em;
    }
    #slide_08 .txt01 p:nth-child(1) {
        font-size: 0.02em;
    }
    #slide_08 .txt01 p:nth-child(2) {
        font-size: 0.05em;
    }
    #slide_04 .txt .text-i {
        top: 13%;
        left: 54.5%;
        font-size: 0.013em;
    }
}

@media screen and (min-width: 421px) and (max-width: 767px) {
    #func3 .txt01 {
        top: 9vw;
        font-size: 3vw;
    }
    #func3 ul {
        top: 24.5%;
        left: 0;
        right: 0;
        height: 55%;
        font-size: 3.3vw;
    }
    #func3 ul li {
        width: 40%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    #func3 ul li:nth-child(1) {
        top: 1%;
        left: 50%;
    }
    #func3 ul li:nth-child(2) {
        left: 23%;
        top: 46.5%;
    }
    #func3 ul li:nth-child(3) {
        left: 76.5%;
        top: 46.5%;
    }
    #func3 ul li:nth-child(4) {
        top: 91.5%;
        left: 50%;
    }
    #func3 ul .title-h3 {
        padding-top: 1.2vw;
        margin-bottom: 5.5vw;
    }
}
@media (max-width: 680px) {
    .m-sp680{
        display: block;
    }
    .section-product-offer .item-product{
        margin-left: -12px;
        margin-right: -12px;
        padding: 12px 12px;
    }
    
    /* - */
    .head--logo-product{
        padding: 0;
        flex-wrap: wrap;
    }
    .head--logo-product .image--logo{
        width: 100%;
    }
    /*.head--logo-product .image--logo:first-child{
        margin: 0 0 15px;
    }*/
    .head--logo-product .image--logo img{
        margin: 0 auto;
    }
    
    
    #tabs__nav li.active:first-child{
        border-left: none;
    }
    #tabs__nav li.active:last-child{
        border-right: none;
    }
    #tabs__nav .li--category{
        font-size: 14px;
    }
    #tabs__nav .li--category .fonts-18{
        font-size: 16px;
    }
    #tabs__nav .head--text{
        font-size: 14px;
    }
    
    #tabs__nav .item--flex .title--note-span{
        font-size: 12px;
        max-width: 122px;
        padding: 2px 10px;
        border-radius: 18px;
    }
    #tabs__nav li:first-child .image-text img{
        max-width: 152px;
    }
    #tabs__nav li:last-child .image-text img{
        /*max-width: 107px;*/
        max-width: 150px;
    }
    .row--7{
        margin: 0;
    }
    /*.row--tab-2{
        margin-bottom: 16px;
    }*/
    #tab-2{
        margin-top: -20px;
    }
    .cel-md--4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 4px;
    }
    /* == */
    .link--btn-bottom{
        /*flex-wrap: wrap;
        margin-top: 16px;
        padding: 0 22px;*/
        width: calc(100% - 14px);
        margin: 20px auto 20px;
    }
    .link--btn-bottom .btn--shop-card,
    .link--btn-bottom .button-subsc{
        max-width: 100%;
        padding-left: 6px;
        position: relative;
    }
    .link--btn-bottom .btn--shop-card{
        margin: 0 0 6px 0;
    }
    .link--btn-bottom .btn--shop-card img,
    .link--btn-bottom .button-subsc img{
        position: absolute;
        top: 50%;
        left: 6px;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
    .link--btn-bottom .btn--shop-card img{
        width: 33px;
    }
    .link--btn-bottom .button-subsc img{
        left: 13px;
    }
    .section-product-offer .note-text{
        margin: 0 auto;
    }
    #tab-1 .product--col-12 .image--pro{
        padding: 0 0 0 18px;
        background-color: transparent;
    }
    #tab-1 .product--col-12 .information--pro{
        padding: 0 15px 0 20px;
    }
    .product--col-12 .information--pro .align-center.mb-10{
        flex-wrap: wrap;
        margin-bottom: 5px;
    }
    .product--col-12 .information--pro .title--pro{
        width: 100%; 
    }
    .item--col-product{
        padding: 15px 6px 7px;
        position: relative;
    }
    .tab-2 .item--col-product{
        padding-top: 20px;
    }
    .item--col-product .information--item{
        display: flex;
        flex-wrap: wrap;
    }
    .item--col-product .title--name,
    .item--col-product .text--st{
        text-align: left;
        padding-left: 6px;
    }
    .item--col-product .title--name{
        margin-bottom: 3px;
        font-size: 18px;
        color: #F24464;
    }
    .tab-2 .item--col-product .title--name{
        color: #333333;
        margin-bottom: 25px;
    }
    .item--col-product .title--name .st2{
        font-size: 16px;
        height: 20px;
        padding-top: 1px;
    }
    .tab-2 .item--col-product .title--name .st2{
        width: 96px;
        text-align: center;
    }
    .item--col-product .text--st{
        font-size: 10px;
        margin-bottom: 16px;
    }
    .information--item .image--pakage{
        border: 1px solid #E6E6E6;
        min-height: 72px;
        height: auto;
        flex: 0 0 calc(27% + 6px);
        max-width: calc(27% + 6px);
        margin-left: 6px;
        padding: 4px;
    }
    .tab-2 .product--col-12 .image--pakage{
        border: none;
    }
    /*.information--item .image--pakage .pakage01--img-1{
        height: 50%;
    }*/
    .information--item .text--infor{
        flex: 0 0 calc(100% - (27% + 6px) - 6px);
        max-width: calc(100% - (27% + 6px) - 6px);
        padding-left: 14px;
    }
    
    .text--col-price .flex--step-price{
        margin-right: 0;
    }
    .text--col-price{
        padding-right: 0;
        margin-bottom: 33px;
    }
    .tab-2 .text--col-price{
        margin-bottom: 17px;
    }
    .text--bottom .bottom-price{
        font-size: 32px;
        display: flex;
        align-items: flex-end;
        font-weight: 500;
    }
    
    .text--bottom .bottom-price .Noto-r{
        display: block;
        font-size: 10px;
        padding-left: 3px;
        white-space: pre-wrap;
        width: 12px;
        padding-bottom: 4px;
    }
    .text--bottom .bottom-price .font-Noto{
        font-size: 14px;
        padding-bottom: 5px;
    }
    .text--bottom .text--delivery{
        padding-top: 1px;
    }
    .item--col-product .button-product{
        width: 100%;
        background-color: #F5F5F5;
        border: 1px solid #EFEFEF;
        border-radius: 5px;
        padding: 18px 0 12px;
    }
    .tab-2 .item--col-product .button-product{
        padding-bottom: 23px;
    }
    .item--col-product .button-product .btn--cart{
        max-width: 251px;
        font-size: 18px;
        font-weight: 500;
    }
    .offer__right .item--col-product .button-product .btn--cart{
        max-width: 280px;
    }
    .item--col-product .button-product .mb-sp15{
        margin-bottom: 15px;
    }
    .item--col-product .button-product .button-subsc{
        display: flex;
        margin: 17px auto 0;
    }
    .item--col-product .button-product .button-subsc img{
        margin-right: 11px;
    }
    /* === */
    .body--tab2-pro .tabs--head{
        margin-top: -15px;
        padding: 0 10px;
    }
    .tabs--head li .text--b{
        height: 38px;
    }
    .tabs--head li .text--b .note--sale{
        font-size: 12px;
    }
    .tabs--content--tab2 .information--pro{
        padding: 10px 15px 22px;
    }
    .tabs--content--tab2 .item--padding{
        margin-top: 2px;
        padding: 0;
    }
    .tabs--content--tab2 .item--padding .align-center.mb-15{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .tabs--content--tab2 .information--pro .title--pro{
        margin: 0 0 6px 0;
        font-size: 12px;
    }
    .tabs--content--tab2 .btn--cart{
        margin: 0 auto;
    }
    .item--row-price table tr{
        position: relative;
    }
    .item--row-price table .text--txt{
        position: absolute;
        top: -20px;
        left: 0;
        font-size: 12px;
    }
    .item--row-price .price---mid {
        width: calc(100% - (38% + 73px));
    }
    .item--row-price .price--right{
        width: 38%;
    }
    .item--row-price .price--right .price--txt{
        padding-right: 0;
    }
    .item--row-price .number--txt{
        margin-right: 2px;
    }
    /*.product--col-12 .information--pro .align-center.mb-10{
        margin-bottom: 28px;
    }*/
    .h3-title-logo{
        margin-bottom: 18px;
    }
    .h3-title-logo img{
        width: 251px;
    }
    .tab-2 .product--col-12 .image--pakage{
        flex: 0 0 calc(30% + 6px);
        max-width: calc(30% + 6px);
        padding: 0;
    }
    .tab-2 .product--col-12 .information--pro{
        flex: 0 0 calc(100% - (30% + 6px) - 6px);
        max-width: calc(100% - (30% + 6px) - 6px);
        padding-left: 19px;
    }
    .tab-2 .product--col-12 .information--pro .mb-sp10{
        margin-bottom: 10px;
    }
    .tab-2 .product--col-12 .information--pro .regular-price,
    .text--col-price .step-pc{
        font-size: 12px;
    }
    .tab-2 .product--col-12 .information--pro .d-price{
        padding-left: 0;
    }
    /*.tab-2 .product--col-12 .information--pro .text--c{
        margin-top: 2px;
    }*/
    .section--head-title .head-title{
        border-width: 2px;
        margin-bottom: 38px;
        font-size: 22px;
    }
    /*================*/
    .offer__left .cel-md--6{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offer__left .cel-md--6:first-child .item--col-product{
        margin-bottom: 15px;
    }
    .offer__left .cel-md--6:last-child .image--pakage img{
        max-width: 87px;
    }
    
}
@media (max-width: 650px) {
    #slide_01 .txt01 ul{
        top: 59%;
    }
    #slide_01 .txt01 .text-note {
        bottom: 20%;
    }
    #area_syoukai .ul02 li .txt h3 {
        font-size: 18px;
    }
    #area_syoukai .container,
    #product_information .container {
        padding: 0;
    }
    #product_information {
        padding: 0 18px;
        margin-bottom: 30px;
    }
    
}
@media (max-width: 620px) {
    .text--col-price{
        display: inline-flex;
    }
    .section-page-pl .content-main{
        padding: 0;
    }
    .column-main .qa-list .li-fa .q-content .q-text{
        font-size: 13px;
    }
    .column-main .qa-list .row-title-f{
        padding: 15px 15px 0;
    }
    .column-main .qa-list .row-col-1{
        padding-bottom: 32px;
    }
    .column-main .qa-list .row-title-f .title-i{
        margin-bottom: 28px;
    }
    .column-main .qa-list .row-col-2,
    .column-main .qa-list .row-col-4{
        padding: 15px;
    }
    .des--review-head{
        top: 72px;
        font-size: 11px;
    }
    .section-review .review-container[data-action="widget"] .reviewWidget_title {
        margin-bottom: 65px;
    }
    .review-container[data-action="widget"] .reviewWidget_title::before{
        bottom: 0 !important;
    }
}
@media (max-width: 580px) {
    .section-page-pl .content-main {
        margin-bottom: 45px;
    }
    .column-main .qa-list .li-fa .q-content .q-text{
        font-size: 16px;
    }
    .column-main .qa-list .row-col-2{
        padding: 0 15px;
        font-size: 12px;
    }
    
    .qa-list .row-col-2 .img-head{
        margin: 0 -15px 15px;
    }
    .qa-list .row-col-2 .font_s.mb40{
        font-size: 11px;
    }
    .qa-list .row-col-2 .no,
    .qa-list .row-col-2 .box01.font_s{
        font-size: 10px;
    }
    .qa-list .row-col-2 .box01.font_s{
        padding: 12px;
    }
    

    .column-main .qa-list .row-col-4 .content-r .text-center{
        margin: 0 -15px 22px;
    }
    
}
@media (max-width: 575px) {
    .m-sp575 {
        display: inline-block;
    }
    .m-pc575 {
        display: none;
    }
    .head-wp .top-logo {
        padding: 7px 18px 12px 15px;
    }
    .cSlider--single .cSlider__item img {
        object-fit: cover;
    }
    .cSlider--nav .slick-list {
        padding-right: 40px;
    }
    .section-review .container {
        padding: 0 8px;
    }
    
    /* === */
    .cSlider--single .cSlider__item {
        --sp-width: 428px;
        --sp-func3-width: 428px;
    }
    .image-func3 .txt,
    .cSlider--single .cSlider__item .txt {
        font-size: var(--sp-width);
    }
    [id^=func3] .txt {
        font-size: var(--pc-func3-width);
    }
    #slide_01 .txt01 .title-h1 {
        font-size: 1.6em;
        margin-top: 6%;
    }
    #slide_01 .txt01 .title-h1 span {
        font-size: 1.1em;
    }
    #slide_01 .txt01 .title-h3 {
        font-size: 14px;
    }
    #slide_01 .txt01 ul,
    #slide_01 .txt01 .text-note {
        top: 60%;
        min-width: 280px;
    }
    #slide_01 .txt01 ul li {
        font-size: 0.85em;
    }
    #slide_01 .txt01 .text-note {
        font-size: 15px;
        top: auto;
        bottom: 20%;
    }
    #slide_01 .txt01 ul li {
        height: 29px;
        line-height: 25px;
    }
    #slide_01 .txt01 ul li:first-child span {
        letter-spacing: -0.5px;
    }
    #slide_01 .txt01 ul li:last-child {
        letter-spacing: -0.5px;
    }
    #slide_05 .txt01 {
        font-size: 0.065em;
    }
    #slide_05 .medallion.australia,
    #slide_05 .medallion.korea,
    #slide_05 .medallion.world,
    #slide_04 .medallion,
    #slide_06 .medallion {
        font-size: 3vw;
    }
    #slide_02 .txt01 {
        font-size: 8%;
    }
    .sec14 .title-h2 {
        font-size: 26px;
    }
    #slide_04 .txt .text-i {
        top: 16%;
        left: 57.5%;
        font-size: 2vw;
    }
    #slide_04 .txt .text-i::before {
        left: -10px;
    }
    #slide_04 .txt .text-i::after {
        right: -10px;
    }
    #slide_04 .annotation {
        padding-left: 25px;
        text-indent: -1.7em;
    }
    /*.section-breadcrumb .container{
        padding: 0;
    }*/
    .button-subsc.m-sp575{
        display: flex ;
    }
    #tab-1 .product--col-12{
        align-items: flex-start;
        margin-bottom: 40px;
    }
    .product--col-12 .information--pro .title--pro span,
    .product--col-12 .information--pro .title--pro{
        font-size: 12px;
    }
    .product--col-12 .information--pro .title--pro{
        font-weight: 400;
    }
    
    .product--col-12 .information--pro .d-price{
        padding: 0 11px 4px;
    }
    .product--col-12 .information--pro .text--c,
    .product--col-12 .information--pro .text-price,
    .product--col-12 .information--pro .regular-price,
    .text--col-price .txt-price .font-Noto{
        font-size: 10px;
    }
    .text--col-price .txt-price .font-Noto{
        margin-left: 3px;
    }
    .product--col-12 .information--pro .mm-price .price-i{
        font-size: 18px;
        margin-right: 0;
    }
    .product--col-12 .information--pro .tax-included{
        font-size: 10px;
        font-weight: 600;
    }
    .product--col-12 .review-summary-container{
        text-align: right;
        margin-top: 2px;
    }
    .product--col-12 .information--pro .mm-price .price-i::before{
        content: none;
    }
    .product--col-12 .information--pro .text--c{
        height: 14px;
        line-height: 14px;
        padding: 0 3px;
        margin-top: 2px;
    }
    #tabs__nav{
        margin-bottom: 40px;
    }
    #tabs__nav .item--flex{
        padding: 4px 3px 4px;
    }
    /*#tabs__nav li{
        border-width: 1px;
        padding: 4px 4px 0;
    }
    #tabs__nav li.active{
        border-top-width: 1px;
    }*/
    /*#tabs__nav li.active:first-child{
        border-right-width: 1px;
    }*/
    /*#tabs__nav li.active:last-child{
        border-left-width: 1px;
    }*/
    #tabs__nav li.active .item--flex{
        padding: 20px 3px 20px;
    }
    /*#tabs__nav li:first-child{
        max-width: calc(50% + 3.2%);
        flex: 0 0 calc(50% + 3.2%);
    }
    #tabs__nav li:last-child{
        max-width: calc(50% - 3.2%);
        flex: 0 0 calc(50% - 3.2%);
    }*/
    #tabs__nav .li--category:nth-child(2n):before,
    #tabs__nav li:last-child .li--category:before{
        content: none;
    }

    #tabs__nav .head--text,
    #tabs__nav li:last-child.active .head--text{
        margin-bottom: 8px;
    }
    #tabs__nav .image-text{
        margin-bottom: 10px;
    }
    #tabs__nav li.active .item--flex .title--note-span{
        bottom: calc(100% + 9px);
    }
    #tabs__nav .li--category{
        padding: 0 3.5px;
    }
    #tabs__nav .li--category:not(:last-child)::before{
        right: -5px;
    } 
    .sale--all-sp{
        position: absolute;
        right: 9px;
        top: 0;
        /*width: 41.5px;*/
    }
    .qa-list .row-col-2 .img-ff img{
        max-width: 100%;
    }
    .table--info td{
        font-size: 16px;
    }
    /*==========*/
    .FAQ{
        padding-top: 0;
    }
    .product--information{
        padding-top: 12%;
        margin-bottom: 0;
    }
    
    .sec_product_info{
        font-size: 3.5vw;
        padding: 0 15px;
    }
    .product_item .title--text-jp{
        margin-bottom: 10%;
    }
    .head--title-faq{
        font-size: 10vw;
        text-indent: -3px;
    }
    .item--faq .head--faq,
    .title--food{
        font-size: 4.5vw;
    }
    .item--faq .content--faq{
        font-size: 3.25vw;
    }
    .main--faq{
        padding: 0 15px;
    }

    .FAQ .container,
    .product--information .container{
        padding: 0;
    }
    .title--food{
        width: calc(100% - 15px);
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
    .table--info td{
        font-size: 3.2vw;
    }
    .title--text-jp .inline-bl{
        font-size: 6vw;
    }
    .head-item--faq{
        padding: 10% 0 0 15px;
    }
    .txt--faq{
        font-size: 25px;
    }
    .item--faq{
        padding: 25px 30px 25px 30px;
    }
    .item--faq:not(:last-child) {
        margin-bottom: 15px;
    }
    .item--faq .head--faq,
    .item--faq .content--faq{
        padding-left: 30px;
    }
    .txt_des_pro{
        font-size: 10px;
    }
    .column__price{
        display: flex;
        flex-wrap: wrap;
        padding-right: 3px;
    }
    .column__price .colRight{
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: space-between;
    }
    .main__offer__right .tab-2 .product--col-12 .information--pro{
        padding: 0 0 0 15px;
    }
    .column__price .txt__C{
        margin-bottom: 0;
    }
}
@media (max-width: 520px) {
    #slide_01 .txt01 .text-note{
        bottom: 17%;
    }
}
@media (max-width: 450px) {
    .m-pc450{
        display: none;
    }
    .m-sp450 {
        display: block;
    }
    #slide_01 .txt01 .text-note {
        bottom: 13%;
    }
    #slide_05 .txt01 {
        font-size: 0.058em;
    }
    #slide_05 .annotation {
        font-size: 2.3vw;
    }
    .head--logo-product .image--logo img{
        /*width: 202px;*/
        max-width: 80%;
    }
    .information--item .image--pakage{
        max-height: 72px;
    }
    .column-main .qa-list .li-fa .q-content .collapse-btn .collapse-closed{
        width: 30px;
    }
    /*==*/
    .head-item--faq{
        margin-bottom: 15%;
    }
    .item--faq .head--faq{
        margin-bottom: 15px;
        padding-bottom: 12px;
    }
    .item--faq .head--faq, .item--faq .content--faq{
        padding-left: 20px;
    }
    .item--faq .head--faq::before{
        width: 17px;
        height: 30px;
        left: -5px;
    }
    .item--faq .content--faq::before {
        width: 17px;
        height: 20px;
        left: -3px;
    }
    .text--note-pr{
        font-size: 9.5px;
    }
}
@media (max-width: 450px){
    .information--item .image--pakage .tablets7{
        max-height: 120px;
        margin-top: 20px;
    }
    .offer__left .cel-md--6:last-child .image--pakage img{
        max-width: initial;
    }
    .offer__left .tab-2 .cel-md--6:last-child .product--col-12 .image--pakage{
        margin-bottom: 45px;
    }
}
@media (max-width: 420px) {
    .m-sp420 {
        display: inline-block;
    }
    #slide_01 .txt01 .title-h1 {
        font-size: 1.4em;
        margin-top: 4%;
    }
    #func3 .txt01 {
        font-size: 0.027em;
        top: 3em;
    }
    #func3 ul {
        top: 24.5%;
        left: 0;
        right: 0;
        height: 55%;
    }
    #func3 ul li {
        width: 40%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    /*#func3 ul li:nth-child(1) {
        top: 1%;
        left: 50%;
    }
    #func3 ul li:nth-child(2) {
        left: 23%;
        top: 63%;
    }
    #func3 ul li:nth-child(3) {
        left: 76.5%;
        top: 63%;
    }*/
    #func3 ul li:nth-child(1) {
        top: 1%;
        left: 50%;
    }
    #func3 ul li:nth-child(2) {
        left: 23%;
        top: 46.5%;
    }
    #func3 ul li:nth-child(3) {
        left: 76.5%;
        top: 46.5%;
    }
    #func3 ul li:nth-child(4) {
        top: 91.5%;
        left: 50%;
    }
    #func3 ul .title-h3 {
        margin-bottom: 5.4vw;
    }
    #func3 ul p {
        font-size: 3.2vw;
    }
    #slide_04 .annotation {
        text-align: left;
        width: 100%;
        padding-left: 25px;
        text-indent: -1.7em;
        font-size: 9px;
        line-height: 1.1;
    }
    #slide_06 .annotation {
        font-size: 9px;
    }
    #slide_05 .annotation {
        font-size: 9px;
        line-height: 1.7;
        padding-left: 11px;
    }
    #slide_05 .annotation p {
        text-indent: -1.7em;
    }
    .sec14 .mb-48 {
        margin-bottom: 15px;
    }
    .sec14 .relative.qa .a {
        font-size: 15px;
        line-height: 1.5;
        padding: 20px 15px;
    }
    .sec16 {
        padding: 0 18px;
    }
    .sec16 .mb-65 {
        margin: 40px 0 55px;
    }
    .sec14 .relative.qa .img-q::before {
        bottom: 1px;
        height: 2px;
    }
    .sec14 .relative.qa .img-q::after {
        bottom: -13px;
        width: 30px;
        height: 16px;
    }
    #area_syoukai {
        padding: 0 18px;
    }
    #area_syoukai .ul02 li .txt span {
        font-size: 14px;
    }
    #area_syoukai .ul02 li .txt h3 {
        margin-left: -11px;
        margin-right: -11px;
    }
    .sec16 .txt01 {
        font-size: 18px;
    }
    .sec16 .txt02,
    .sec16 .tit {
        font-size: 15px;
    }
    .sec14 .relative.qa .img-q .titleQ {
        flex: 0 0 51px;
        max-width: 51px;
    }
    .sec14 .title-h2 {
        font-size: 24px;
    }
    .sec14 .relative.qa .h3-text {
        font-size: 18px;
    }
}

@media (max-width: 370px) {
    .section-title-description .title-slogan {
        margin: 0 -12px;
    }
    .section-title-description .title-slogan span {
        padding: 0 3px;
    }
    .section-three-effects .list-check {
        font-size: 16px;
    }
    .section-product-offer .note-text {
        padding: 12px 7px;
    }
    .section-product-offer .note-text .text-i {
        margin-bottom: 6px;
    }
    .section-three-effects .list-check li {
        font-size: 15px;
    }
    #slide_01 .txt01 .title-h1 {
        font-size: 21px;
    }
    #slide_01 .txt01 .text-note {
        bottom: 37px;
    }
    .text--note-pr{
        bottom: 10px;
    }
    #func3 ul .title-h3 {
        margin-bottom: 1.1em;
    }
    #slide_02 .txt01 {
        font-size: 6%;
    }
    #slide_05 .txt01 {
        font-size: 0.05em;
    }
    .cSlider--single .medallion>span>span {
        font-size: 0.5em;
    }
    #slide_08 .txt01 {
        top: 0.02em;
    }
    #slide_08 .txt01 p:nth-child(2) {
        line-height: 1.2;
    }
    #slide_05 .annotation {
        font-size: 7px;
    }
    #area_syoukai .ttl01 {
        font-size: 23px;
        text-align: center;
        padding: 0;
    }
    #area_syoukai .ul02 li .txt h3 {
        font-size: 15px;
    }
    .sec14 .relative.qa .h3-text {
        font-size: 15px;
    }
    .sec14 .title-h2 {
        font-size: 21px;
    }
    #slide_04 .txt .text-i {
        left: 55.5%;
        font-size: 0.015em;
    }
    #slide_01 .txt01 .title-h1 img {
        top: 6px;
        width: 8px;
        right: -15px;
    }
}
@media (max-width: 380px) {
    .qa-list .row-col-2 .img-ff img{
        height: 250px;
    }
}
@media (max-width: 350px) {
    #func3 ul {
        top: 33.5%;
    }
    #func3 ul .title-h3 {
        margin-bottom: 1.15em;
    }
    #func3 ul li:nth-child(2),
    #func3 ul li:nth-child(3) {
        top: 62.5%;
    }
    #product_information .text-raydel {
        font-size: 14px;
    }
}

@media (max-width: 330px) {
    #func3 ul .title-h3 {
        margin-bottom: 0.8em;
    }
}

.modal,.modal--popup {
    position: absolute;
    z-index: 10000;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible,.modal--popup.is-visible{
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay,.modal--popup.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1055px;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    padding: 75px 30px 30px;
    background-color: #f2f2f2;
}

.modal-transition {
    transition: all 0.3s 0.12s;
    -webkit-transform: translate(-50%, -80%);
    -moz-transform: translate(-50%, -80%);
    -o-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    opacity: 0;
}

.modal.is-visible .modal-transition,.modal--popup.is-visible .modal-transition {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}

.modal-header,
.modal-content {
    padding: 1em;
    background-color: #fff;
}

.modal-wrapper .modal-content {
    max-height: 540px;
    overflow: auto;
}

.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 35px;
    color: #fff;
    background: #707070;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.box__content__wp{
    position: relative;
    padding-top: 27px;
    background-color: #ffffff;
}
.modal-content p {
    line-height: 2.5;
    font-size: 16px;
}

.modal-content>*:first-child {
    margin-top: 0;
}

.modal-content>*:last-child {
    margin-bottom: 0;
}

.modal-title-h3 {
    line-height: 1.2;
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
}

.modal-title-h3 span {
    display: inline-block;
    position: relative;
    padding: 10px 0;
}

.modal-title-h3 span::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -1px;
    background: #1AB7EA;
}
.mod--image{
    padding: 30px 70px 100px;
    background-color: transparent;
}

.item--modal-pdf{
    padding-top: 15px;
    border-top: 1px solid #333;
}
.item--modal-pdf .title--item{
    font-size: 16px;
    font-weight: 600;
}
.table--modal{
    max-width: 690px;
    width: 100%;
}
.table--modal td{
    text-align: center;
    padding: 5px;
    border: 1px solid #b9b9b9;
}
.table--modal td:first-child{
    text-align: left;
}
.table--modal tr:first-child td{
    background-color: #ececec;
}
.table--modal-2 tr td{
    border-top: 1px solid #333;
}
.table--modal-2 td{
    padding: 8px;
    line-height: 1.8;
    vertical-align: top;
}
.table--modal-2 td:first-child{
    font-weight: 600;
    width: 105px;
}
.table--1 td:nth-last-child(-n + 3){
    width: 20%;
}
.table--2 td:nth-last-child(-n + 2){
    width: 30%;
}
.table--modal-sub tr td{
    border: 0;
    padding: 0;
}
.table--modal-sub td:first-child{
    font-weight: 400;
    width: auto;
    padding-right: 20px;
}


@media (max-width: 1060px) {
    .modal-wrapper {
        max-width: calc(100% - 90px);
        width: calc(100% - 90px);
    }
}
.modal-close-bottom{
    display: none;
}

@media (max-width: 767px) {
    .modal-wrapper{
        padding: 67px 10px 105px;
    }
    .modal-close{
        padding: 7px 35px;
        font-size: 14px;
        background-color: #333333;
    }
    .title__md_bl{
        height: 39px;
        max-width: calc(100% - 20px);
        font-size: 20px;
        line-height: 39px;
        top: -20px;
    }
    .modal-content{
        padding: 10px 12px 18px;
        text-align: left;
    }
    .box__content__wp{
        padding-top: 20px;
    }
    .modal-wrapper .modal-content{
        max-height: 65vh;
    }
    .block__item_colunm .title__head{
        font-size: 18px;
        text-align: left;
        padding: 7.5px 13px;
    }
    .block__item_colunm .title__head span{
        height: 27px;
        line-height: 27px;
    }
    .block__item_colunm:not(:last-child) {
        margin-bottom: 5px;
    }
    .modal-close-bottom{
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 35px;
        max-width: 320px;
        width: 100%;
        background-color: #333333;
        font-size: 14px;
        top: auto;
        padding: 6.5px 10px;
    }
}
@media (max-width: 620px) {
    .modal-content p {
        line-height: 1.8;
        font-size: 14px;
    }

    .modal-wrapper {
        max-width: calc(100% - 16px);
        width: calc(100% - 16px);
    }
    .block__item_colunm .content__item{
        text-align: left;
    }
    .img--scrl{
        overflow: auto;
    }
    .img--scrl img{
        width: 500px;
        max-width: inherit;
    }
    .modal-wrapper .modal-content.mod--image{
        padding: 0;
    }
    .block__item_colunm .content__item{
        padding: 10px 10px 12px;
    }
}
@media (max-width: 575px) {
    .table--modal-2 td:first-child{
        width: 75px;
    }
    .table--modal-sub td:first-child{
        width: 120px;
        padding-right: 10px;
    }
}
@media (max-width: 420px) {
    .table--modal-sub tr td{
        font-size: 12px;
    }
    .table--modal-sub tr:first-child td{
        padding-bottom: 6px;
    }
}
/* == */

.tab--content {
    display: none;
}
.tab--content.active {
    display: block;
}

@media screen and (min-width: 992px) and (max-width: 1365px) {
    .section-product-offer .cel-md--4{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .chart--mitsuro .item-chart .txt--text{
        min-height: 87px;
    }
    .colRight .txt__number_price{
        font-size: 16px;
    }
    .main__offer__right .product--col-12 .information--pro{
        padding-right: 20px;
    }
    .colRight .regular_price{
        font-size: 9px;
        margin-right: 6px;
    }
    .column__price .txt__C{
        max-width: 75px;
        flex: 0 0 75px;
        font-size: 9px;
    }
    .column__price .colRight {
        max-width: calc(100% - 75px);
        flex: 0 0 calc(100% - 75px);
    }
    .column__price .image__sale{
        right: -18px;
    }
    .column__price .image__sale img{
        width: 30px;
    }
    .main__offer__right .information--item .image--pakage{
        height: 140px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .section-background .title-h2{
        font-size: 24px;
    }
    .about--mitsuro .col-md-6:last-child{
        display: flex;
    }
    .about--mitsuro .col-md-6:last-child img{
        max-width: 50%;
    }
    
    
}
@media (max-width: 991px) {
    .sp-991{
        display: block;
    }
    .m-pc991{
        display: none;
    }
    .ul--slider{
        font-size: 21px;
    }
    .design--mitsuro{
        padding: 0;
    }
    .design--mitsuro .container{
        max-width: 100%;
        padding: 0;
    }
    .chart--mitsuro .img-chart{
        text-align: center;
    }
    .chart--mitsuro .col-md-6:first-child{
        margin-bottom: 42px;
    }
    .news--cuba img{
        max-width: 80%;
    }
    .news--cuba .col-md-6:first-child img{
        margin-bottom: 25px;
    }

    .main__offer{
        flex-wrap: wrap;
    }
    .offer__left,
    .offer__right{
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }
    .tabs__nav .item--flex{
        min-height: 100px;
    }
    .tabs__nav li:first-child .item--flex{
        border-radius: 8px 8px 0 0;
    }
    .section-product-offer .tabs_container{
        border-radius: 8px;
    }
    .bottom__offer__right{
        border-radius: 8px;
    }
    .offer__left #tabs__nav{
        margin-bottom: 0;
    }
    .offer__left #tabs__content{
        padding: 20px 10px 5px;
        border: 1px solid #C3C3C3;
        margin-bottom: 15px;
        border-radius: 0 0 6px 6px;
    }
    .main__offer__right{
        margin-bottom: 15px;
    }
    @media (min-width: 681px) {
        .main__offer__right{
            border-radius: 0 0 6px 6px;
        }
        .main__offer__right .tab-2{
            display: flex;
        }
        .main__offer__right .item--col-product{
            flex: 0 0 61%;
            max-width: 61%;
            border: 1px solid #9C9C9C;
            border-radius: 8px;
        }
        .bottom__offer__right{
            margin-top: 0;
            flex: 0 0 calc(39% - 14px);
            max-width: calc(39% - 14px);
            margin-left: 14px;
        }
        .bottom__offer__right .title__bot{
            max-width: 180px;
        }
        .bottom__offer__right .list__img{
            height: calc(100% - 35px);
            margin: 0 15px;
            align-items: center;
            flex-wrap: wrap;
        }
        .bottom__offer__right .list__img .image_i:first-child{
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;
        }
        .bottom__offer__right .list__img .image_i:not(:first-child){
            align-self: flex-start;
        }
        .bottom__offer__right .list__img .image_i:nth-child(3n+2){
            flex: 0 0 47%;
            max-width: 47%;
        }
        .bottom__offer__right .list__img .image_i:nth-child(3n+3){
            flex: 0 0 53%;
            max-width: 53%;
        }
        .bottom__offer__right .list__img .image_i:first-child img{
            margin: 0 auto;
            max-width: 84px;
        }
    }
    .offer__left #tabs__nav li:first-child .item--flex,
    .offer__right #tabs__nav li:first-child .item--flex{
        border-radius: 6px 6px 0 0;
    }
}
@media (max-width: 850px) {
    .ul--slider{
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .text-sp-left{
        text-align: left !important;
    }
    .product .title--text-en{
        font-size: 22.5vw;
    }
    .title--text-jp .inline-bl {
        font-size: 6vw;
    }
    .text--FAQ{
        padding-top: 0;
    }
    .head-item--faq{
        padding: 10% 0 0 15px;
    }
    .head--title-faq img {
        max-width: 40%;
    }
    .txt--faq {
        font-size: 25px;
    }
    .main--faq {
        padding: 0 15px;
    }
    .item--faq{
        border-radius: 8px;
    }
    .title--food {
        width: calc(100% - 15px);
        padding-bottom: 10px;
        margin-bottom: 25px;
        font-size: 4.5vw;
    }
    .sec_product_info {
        padding: 0 15px;
        font-size: 3.5vw;
    }
    .new--idea{
        font-size: 20px;
    }
    .border--line span::before{
        content: none;
    }
    .border--line span{
        background-image: linear-gradient(to right, #FFEB00 0%, #FFEB00 100%);
        background-repeat: no-repeat;
        background-size: 100% 9px;
        background-position: 0 90%;
    }
    .sp--d-flex{
        flex-wrap: wrap;
    }
    .new--idea .note--txt{
        height: 31px;
        line-height: 31px;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .new--idea .title-span{
        width: 100%;
        text-align: center;
        /*margin-top: 12px;*/
    }
    .about--mitsuro .col-md-6:last-child{
        text-align: center;
    }
    .section-background .title-h2 .block--title{
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 14px;
    }
    .new--idea{
        padding: 16px 0 16px 0;
    }
    .new--idea .title-step{
        width: 100%;
        padding-left: 18px;
    }
    .new--idea .title-voice{
        padding-left: 18px;
    }
    .voice--mitsuro{
        padding: 0 0 50px;
    }
    .voice--mitsuro .img--r{
        width: calc(100% + 36px);
        position: relative;
        left: -18px;
    }
    .voice--mitsuro .img--r img{
        width: 100%;
    }
    .new--idea .title-voice{
        position: relative;
        text-align: center;
    }
    .new--idea .title-voice .name-voice{
        position: absolute;
        left: 25px;
        top: 46px;
        margin-right: 0;
    }
    .new--idea .title-voice .text--number-voice{
        margin-left: 3px;
        margin-bottom: 20px;
        margin-right: 29px;
    }
    .new--idea .title-voice .txt--i{
        text-align: left;
    }
    .section-product-offer .item-product{
        padding: 7px;
        border: 1px solid #5E2C8D;
        border-radius: 0;
    }
    .offer__left #tabs__nav li:first-child .item--flex, .offer__right #tabs__nav li:first-child .item--flex{
        border-radius: 0;
    }
}
@media (max-width: 680px) {
    .offer__left #tabs__content{
        padding: 10px 0 10px;
    }
}
@media (max-width: 575px) {
    .m-sp575{
        display: block;
    }
    .product .container,
    .new--idea .container{
        padding: 0;
    }
    .item--faq {
        padding: 25px 30px 25px 30px;
        border-radius: 8px;
    }
    .item--faq:not(:last-child) {
        margin-bottom: 15px;
    }
    .main-product--mitsuro{
        max-width: 340px;
    }
    .main-product--mitsuro .image--pro{
        text-align: center;
        margin-bottom: 9px;
    }
    .main-product--mitsuro .image--pro img{
        max-width: 298px;
        margin: 0 auto;
    }
    .main-product--mitsuro .text--head span{
        font-size: 11px;
        margin-left: 20px;
    }
    .main-product--mitsuro .cat-i{
        font-size: 10px;
        height: 19px;
        line-height: 17px;
    }
    .chart--mitsuro{
        padding-bottom: 60px;
    }
    .chart--mitsuro .head--title span{
        margin-right: 11px;
    }
    .news--cuba{
        padding-bottom: 25px;
    }
    .news--cuba.cuba2{
        padding-bottom: 105px;
    }
    .news--cuba img{
        max-width: 90%;
    }
    .step--section .text--note{
        text-align: right;
        padding-right: 20px;
    }
    
}
@media (max-width: 450px) {
    .tab-2 .cel-md--4:last-child .product--col-12  .image--pakage{
        margin-bottom: 40px;
    }
}
@media (max-width: 420px) {
    .m-pc420{
        display: none;
    }
    .section-background .title-h2 .block--title{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        display: block;
    }
    .new--idea .title-step{
        padding-left: 10px;
    }
}