@charset "utf-8";

/* /////////////////////////////////////////////////////////////////////
//  Global
/////////////////////////////////////////////////////////////////////*/

h4,
h5,
h6,
p,
li,
ol,
dl,
label,
select,
button,
span,
table,
.no-shaggy {
    transform: rotate(0.03deg);
}

html,
body,
h1,
h2,
p,
ul,
li {
    margin: 0;
    padding: 0;
    line-height: 1.0;
}

html {
    font-size: 62.5%;
}

body {
    background-color: #fff;
    font-size: 1.6rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    color: #6c3524;
    line-height: 1.4;
}

img {
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease-out;
    word-wrap: break-word;
}

a:hover {
    color: inherit;
}

a.text-link {
    text-decoration: underline;
}

a.text-link:hover {
    text-decoration: none;
}

.drop-shadow {
    /* filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.5)); */
}

.z-index-1 {
    z-index: 1;
}

.sub-small {
    top: -0.6em;
    font-size: 0.6em;
    font-weight: 400;
}

/*-- background --*/

.bg-c-red {
    background-color: red;
}

.bg-c-brick {
    background-color: #bd4343;
}

.bg-c-beige {
    background-color: #f1e8da;
}

.bg-c-orange {
    background-color: #ffbe73;
}

.bg-c-deepblue {
    background-color: #223f64;
}

.bg-c-yellow {
    background-color: #ffe450 !important;
}

.bg-light-yellow {
    background-color: #ffffcc;
}

/* .bg-check-brown {
  background-image: url(can_img_22_wi/pattern-check-brown.jpg);
  background-repeat: repeat;
  background-position: center;
} */
.bg-beige {
    background-color: #fff2db;
}

.bg-light {
    background-image: url(can_img_25_sm/pattern-sand-2506.png);
    background-repeat: repeat;
    background-position: center;
}

.bg-wave {
    background-image: url(can_img_23_sm/pattern-wave.png);
    background-repeat: repeat;
    background-position: center;
    background-color: #fff;
}

.bg-knit {
    background-image: url(can_img_23_sm/pattern-wave.png);
    background-repeat: repeat;
    background-position: center;
    background-color: #fff;
}

.bg-diamond-orange {
    background-image: url(can_img_22/pattern-diamond-white.png);
    background-repeat: repeat;
    background-position: center;
    background-color: #FFBE73;
}

.bg-c-green {
    background-color: rgb(206, 224, 134);
}

.bg-smokypink {
    background-color: #ffe8e2;
}

.bg-c-brown {
    background-color: #cee8ff;
}

.bg-water {
    background-image: url(can_img_24_sm/pattern-watercolor-blue.png);
    background-repeat: repeat;
    background-position: center;
    background-color: #fff;
}

.bg-light {
    background-image: url(can_img_25_sm/pattern-sand-2506.png);
    background-repeat: repeat;
    background-position: center;
}

/*-- font --*/

.kaisei-decol {
    font-family: 'Kaisei Decol', serif;
    font-weight: 400;
}

.carattere {
    font-family: 'Carattere', cursive;
    font-weight: 400;
}

/*-- br --*/
.br-koucha {
    display: none;
}

@media screen and (max-width: 1200px) {
    .br-koucha {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .br-koucha {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .br-pc-only {
        display: none;
    }

    .br-sp-only {
        display: block;
    }
}

@media screen and (min-width: 577px) {
    .br-pc-only {
        display: block;
    }

    .br-sp-only {
        display: none;
    }
}

@media screen and (max-width: 476px) {
    .br-koucha {
        display: block;
    }
}

/*-- color --*/

.red {
    color: red !important;
}

.Dblue {
    color: #2770cd !important;
}

.deepblue {
    color: #223f64 !important;
}

.darkred {
    color: #b81c18 !important;
}

/*-- title --*/

.section-title h1 {
    font-family: 'Kaisei Decol', serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.4;
}

.section-title h1:before,
.section-title h1:after {
    content: '';
    display: block;
    margin: auto;
    width: 200px;
    height: 30px;
}

.section-title h1:after {
    background: url(can_img_23_au/title-blog-bottom.svg) center bottom no-repeat;
    margin-top: 10px;
}

.section-title-b h1:before {
    background: url(can_img_22/title-blog-top.svg) center top no-repeat;
}

.section-title-b h1:after {
    background: url(can_img_22/title-blog-bottom.svg) center bottom no-repeat;
}

.logo-can-white {
    width: 160px;
}

.section-sub-title h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
}

/*-- 576px --*/

@media all and (max-width: 576px) {
    .section-title h1 {
        font-size: 32px;
    }

    .section-title h1:before,
    .section-title h1:after {
        width: 160px;
        height: 20px;
    }

    .logo-can-white {
        width: 120px;
    }

    .section-sub-title h2 {
        font-size: 24px;
    }

    .bg-check-brown {
        background-size: 48px;
    }

    /* .bg-light {
    background-size: 6%;
  } */
    .bg-knit {
        background-size: 70px;
    }

    .bg-diamond-orange {
        background-size: 16%;
    }
}

/* /////////////////////////////////////////////////////////////////////
//  mainvisual
/////////////////////////////////////////////////////////////////////*/

#mainvisual {
    /* margin-bottom: 35px; */
    padding: 38px 0 0px;
    background-image: url(can_img_25_sm/img-mv-pc_2025sm-2507.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mainvisual:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background: url(can_img_22_wi/line-white.png) bottom repeat-x;
    width: 100%;
    height: 8px;
    z-index: 1;
}

/*#mainvisual:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -60px;
  background: url(can_img_23_sm/pattern-dot-green.png) center repeat-x #fff7e9;
  width: 100%;
  height: 60px;
}*/
.logo-can-mv {
    top: 16px;
    right: 20px;
    width: 160px;
}

.mainvisual-container {
    padding: 0 40px;
    max-width: 1400px;
    width: 100%;
    margin-top: 108px;
}

.mainvisual-ribbon {
    margin-bottom: 300px;
}

.mainvisual-ribbon-none {
    margin-bottom: 108px;
}

.fv-logo-pkg-copy {
    left: -5%;
}

.fv-pkg {
    width: 50%;
    margin: 0 0 0 3%;
}

.logo-funwari {
    width: 40%;
    top: -2%;
    left: 3%;
}

.catch-mv {
    position: absolute;
    top: 3px;
    right: 1%;
    width: 23%;
    transform: rotate(12deg);
}

.package-funwari-mv {
    width: 59%;
    margin-left: -3%;
}

.mainvisual-attention {
    position: absolute;
    right: 2%;
    bottom: 2%;
    font-size: 13px;
    color: #6c3524;
}

/*-- 1800px --*/

@media all and (max-width: 1800px) {
    .catch-mv {
        top: 23px;
        right: 1%;
    }
}

/*-- 1400px --*/

@media all and (max-width: 1400px) {
    .logo-pkg-copy {
        left: -5%;
    }

    .catch-mv {
        width: 20%;
        top: 7%;
    }
}

/*-- 1400px --*/

@media all and (max-width: 1399px) {
    .mainvisual-attention {
        font-size: 11px;
    }
}

/*-- 1280px --*/

@media all and (max-width: 1280px) {
    .package-funwari-mv {
        width: 60vw;
    }
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
    #mainvisual {
        background: url(can_img_25_sm/img-mv-pc_2025sm-2507.jpg) no-repeat right 41% bottom 30%;
        background-size: cover;
    }

    .logo-can-mv {
        right: 5px;
        width: 120px;
    }

    .logo-funwari {
        width: 41%;
        top: 4%;
        left: 5%;
    }

    .catch-mv {
        width: 23%;
        transform: rotate(11deg);
        right: 2%;
    }
}

@media (max-width: 1024px) {
    .catch-mv {
        top: 25px;
        width: 24%;
    }

    .logo-funwari {
        top: 3%;
        width: 44%;
    }

    .logo-funwari img {
        width: 100%;
    }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
    #mainvisual {
        padding: 30px 0 20px;
        background: url(can_img_25_sm/img-mv-pc_2025sm.jpg) no-repeat right 35% bottom 30%;
        background-size: cover;
    }

    .mainvisual-ribbon {
        margin-bottom: 251px;
    }

    .mainvisual-ribbon-none {
        margin-bottom: 58px;
    }

    .package-funwari-mv {
        width: 57vw;
    }

    .package-funwari-mv {
        margin-left: -4%;
    }

    .catch-mv {
        width: 26%;
        right: 6px;
    }

    .logo-funwari {
        top: 8px;
        left: 1%;
        width: 46%;
    }

    .logo-funwari img {
        width: 460px;
    }
}


/*-- 986px --*/

@media all and (max-width: 986px) {
    #mainvisual {
        padding: 30px 0 20px;
        background: url(can_img_25_sm/img-mv-pc_2025sm.jpg) no-repeat right 35% bottom 30%;
        background-size: cover;
    }

}

/*-- 767px --*/

@media all and (max-width: 767px) {
    #mainvisual {
        /* margin-bottom: 17px; */
        padding: 60px 0 2px;
        background: url(can_img_25_sm/img-mv-sp_2025sm.jpg) no-repeat bottom;
        /* background: url(can_img_25_sm/img-mv-sp_2025sm.jpg) no-repeat -140px -30px; */
        background-size: cover;
    }

    #mainvisual:after {
        bottom: -40px;
        height: 40px;
        background-size: 48px;
    }

    .logo-can-mv {
        top: 20px;
    }

    .mainvisual-container {
        padding: 0 5px;
    }

    .mainvisual-ribbon {
        margin: 0 0 8px 30px;
    }

    .catch-mv {
        display: none;
        /* position: relative; */
        /* top: 24vw; */
        /* right: -8vw; */
        /* width: 100%; */
        /* margin: 8vw 0 60vw; */
    }

    .catch-mv-sp {
        margin: 0 0 68vw 0;
    }

    .package-funwari-mv {
        margin: auto;
        margin-top: 95vw;
        width: auto;
        margin-bottom: 1px;
    }

    .fv-pkg {
        margin: 0 0 0 1%;
    }

    .fv-logo-pkg-copy {
        left: 0;
    }

    .logo-funwari {
        margin-left: 0;
        top: 41%;
        left: 11%;
        width: 80%;
    }
}

.logo-funwari img {
    width: auto;
}

.fv-pkg {
    width: 100%;
}

.fv-logo-pkg-copy {
    left: -4px;
}

.mainvisual-attention {
    right: 1%;
    top: 2%;
}

/*-- 620px --*/
@media all and (max-width: 620px) {
    .catch-mv {
        top: 27vw;
    }

    /* .logo-funwari { 
   width: 100%;
   bottom: 16%;
   left: 1%;
   top: inherit;
  } */
}


/*-- 576px --*/

@media all and (max-width: 576px) {
    .logo-funwari {
        width: 90%;
        bottom: 23%;
        left: 4%;
        top: inherit;
    }
}


/*-- 360px --*/

@media all and (max-width: 360px) {
    .logo-can-mv {
        width: 112px;
    }

    .package-funwari-mv {
        margin: auto;
        margin-top: 120vw;
        width: auto;
    }

    .logo-funwari {
        top: 10%;
        width: 96%;
        left: 0%;
    }

    .mainvisual-ribbon {
        margin-left: 15px;
    }

    .mainvisual-ribbon:before,
    .mainvisual-ribbon:after {
        width: 40px;
    }

    .mainvisual-ribbon:before {
        left: -20px;
    }

    .mainvisual-ribbon:after {
        right: -20px;
    }
}

/* /////////////////////////////////////////////////////////////////////
//  product
/////////////////////////////////////////////////////////////////////*/

#product {
    padding: 40px 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* == product-frame ================ */

.product-frame {
    margin-bottom: 50px;
    /* padding: 20px 40px; */
    background-color: #fffaf0;
    border-radius: 10px;
}

.product-box {
    padding: 20px 40px;
}

.product-box-with-sale {
    padding: 20px 40px;
}

.product-att {
    background: #2770cd;
    padding: 12px 0 12px 110px;
    border-radius: 10px 10px 0 0;
    font-size: 30px;
    color: white;
    position: relative;
}

.product-att-affordable {
    background: #9b5f34;
    padding: 12px 0 12px 110px;
    border-radius: 10px 10px 0 0;
    font-size: 30px;
    color: white;
    position: relative;
}

.product-att-affordable-noicon {
    background: #9b5f34;
    padding: 12px 0 12px 24px;
    border-radius: 10px 10px 0 0;
    font-size: 30px;
    color: white;
}


/* kikan */

.kikan {
    top: -20px;
    left: -50px;
    background-image: url(can_img_23_au/kikan.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0.8em;
    font-size: 28px;
    color: #a9272d;
    line-height: 1.1;
    font-weight: 600;
}

.kikan .date-txt {
    font-size: 15px;
    line-height: 1.5;
}

.kikan .kongetsu-txt {
    font-size: 32px;
    line-height: 1.2;
}

.kikanb {
    background-image: url(can_img_23_au/kikanb.svg);
    color: #fff;
}

.kongetsu {
    top: -20px;
    left: -50px;
    background-image: url(can_img_23_au/kongetsu.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0.8em;
    font-size: 28px;
    color: #2770cd;
    line-height: 1.1;
    font-weight: 600;
}

.kongetsu .date-txt {
    font-size: 15px;
    line-height: 1.5;
}

.kongetsu .kongetsu-txt {
    font-size: 28px;
    line-height: 1.1;
}

.kikan-img {
    top: -20px;
    left: -20px;
}

.kikan-img img {
    /*  width: 140px;*/
    width: 110px;
    height: auto;
}

.goissho {
    top: -40px;
    left: -70px;
    background-image: url(can_img_23_sm/kikan.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 1.8em 1.8em;
    font-size: 25px;
    color: #2770cd;
    line-height: 1.1;
    font-weight: 600;
    z-index: 10;
}

.goissho .date-txt {
    font-size: 15px;
    line-height: 1.5;
}

.goissho .kongetsu-txt {
    font-size: 32px;
    line-height: 1.2;
}


/* == product-img ================ */

.product-img {
    margin-top: 10px;
}

.product-img-with-att {
    margin-top: 10px
}

.product-img-special i {
    font-size: 64px;
}

.special-icon,
.price-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.1;
}

.price-icon {
    background-color: #6c3524;
}

.special-icon small,
.price-icon small {
    font-size: 24px;
}

.product-img-lower small {
    bottom: 0px;
    right: 0px;
    transform: rotate(0.03deg);
}

.product-img .position-box {
    margin-top: 4em;
}

.product-img .position-box2 {
    margin-top: 5em;
}

.price-free,
.one-time-only {
    background-color: red;
    border-radius: 5px;
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1 !important;
    padding: 7px;
}

.one-time-only {
    font-size: 1.8rem;
}

@media (max-width: 768px) {
    .price-free {
        font-size: 2.0rem;
    }
}

@media (max-width: 720px) {
    .product-img .position-box2 {
        margin-top: 5em;
    }
}

@media (max-width: 576px) {

    .price-free,
    .one-time-only {
        font-size: 16px;
        margin-bottom: -10px;
        padding: 3px;
    }
}

@media (max-width: 430px) {
    .product-img .position-box2 {
        margin-top: 2em;
    }
}

/* == product-desc ================ */

.product-desc h3.name {
    /* font-size: clamp(1.6rem, 1.418rem + 0.78vw, 2rem); */
    font-size: 30px;
    line-height: 1;
    margin: 5px auto 10px;
}

.product-desc h3.name .ml-1 {
    margin-left: -.5em;
}

.product-desc .lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
}

.product-desc .equivalent {
    font-size: 19px;
}

.price .price-title {
    font-size: 26px;
    font-weight: 500;
}

.price b {
    position: relative;
    bottom: -10px;
    font-family: "Times New Roman";
    padding: 0 0.05em 0 0.1em;
    font-size: 52px;
}

.price .unit {
    font-size: 28px;
    font-weight: 500;
}

.quantity {
    font-size: 35px;
    color: #6c3524;
    /* margin-bottom: -10px; */
    margin-right: 20px;
    display: block;
    font-weight: 500;
}

.quantity small {
    font-size: 22px;
}

.set-contents {
    padding: 10px;
    background-color: #eadfd3;
}

.set-contents p {
    font-size: 14.4px;
    line-height: 1.15;
}

.set-contents2 {
    padding: 10px;
    background-color: #eadfd3;
}

.set-contents2 p {
    font-size: 18px;
    line-height: 1.4;
}

.footnote {
    font-size: 13px
}

.comments ul {
    font-size: 13px;
    line-height: 1.2;
}

.comments li {
    line-height: 1.4;
}

.product-attention-image2-wrapper {
    position: relative;
}

.product-attention-image2,
.product-attention-image3 {
    position: absolute;
    font-size: 13px;
    color: #6c3524;
    left: 3%;
    bottom: 0%;
}

@media all and (max-width: 991px) {
    .product-attention-image2 {
        left: 14%;
    }

    .product-attention-image3 {
        left: 8%;
    }
}

@media all and (max-width: 767px) {
    .product-attention-image2 {
        left: 2%;
    }

    .product-attention-image3 {
        left: 2%;
    }
}

@media (max-width: 576px) {
    .product-attention-image2 {
        left: 5%;
        bottom: 5px;
    }

    .product-attention-image3 {
        left: 5%;
        bottom: 5px;
    }
}


/*-- button --*/

.button-buy {
    background-color: #843e23;
    border: 2px solid #843e23;
    border-radius: 56px;
    font-size: 24px;
    color: #fff;
    line-height: 56px;
    transition: all 0.2s ease-out;
}

.button-buy:hover {
    background-color: white;
    border: 2px solid #680000;
    box-shadow: 0 0 20px 0 #df9292;
    color: #680000;
}

.button-sold {
    background-color: grey;
    border: 2px solid grey;
    border-radius: 56px;
    font-size: 24px;
    color: #fff;
    line-height: 56px;
}

/*-- ill --*/

.ill-1 {
    top: -20px;
    right: -150px;
}

.ill-2 {
    bottom: -20px;
    left: -118px;
}

.ill-1a {
    top: 860px;
    left: -118px;
}

.ill-2a {
    bottom: 1000px;
    right: -100px;
}

/*-- 1400px --*/

@media all and (max-width: 1400px) {
    .kikan {
        /* left: -30px; */
        font-size: 28px;
    }

    .kikan .kongetsu-txt {
        font-size: 28px;
        line-height: 1.2;
    }

    .kongetsu {
        /* left: -30px; */
        font-size: 28px;
    }

    .kongetsu .kongetsu-txt {
        font-size: 28px;
        line-height: 1.2;
    }

    .kikan-img {
        top: -20px;
        left: -20px;
    }

    .kikan-img img {
        width: 120px;
    }

    .product-att {
        padding: 12px 0 12px 120px;
    }

    .product-att-affordable {
        padding: 12px 0 12px 110px;
    }

    .product-att-affordable-noicon {
        padding: 12px 0 12px 24px;
    }

    .goissho {
        /* left: -30px; */
        font-size: 28px;
    }

    .goissho .kongetsu-txt {
        font-size: 28px;
        line-height: 1.2;
    }

    .thanks-sale {
        /* margin-top: 50px; */
    }
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
    .kikan {
        top: 10px;
        left: 10px;
        padding: 0.5em;
        background-image: none;
        background-color: #f1e565;
        font-size: 22px;
    }

    .kikan .kongetsu-txt {
        font-size: 22px;
    }

    .kikanb {
        background-color: #8e0019;
    }

    .kongetsu {
        top: 10px;
        left: 10px;
        padding: 0.3em;
        background-image: none;
        background-color: #ea3300;
        font-size: 22px;
    }

    .kongetsu .kongetsu-txt {
        font-size: 22px;
    }

    .kikan-img {
        top: -25px;
        left: -5px;
    }

    .kikan-img img {
        width: 110px;
    }

    .goissho {
        top: 10px;
        left: 10px;
        padding: 0.5em;
        background-image: none;
        background-color: #fff400;
        font-size: 20px;
    }

    .goissho .kongetsu-txt {
        font-size: 22px;
    }

    .product-img {
        /* margin: 50px 0 20px; */
        margin: 20px 0 20px;
    }

    .package-small {
        height: 148px;
    }

    .product-att {
        font-size: 25px;
    }

    .product-att-affordable {
        padding: 19px 10px 19px 115px;
        font-size: 25px;
    }

    .product-att-affordable-noicon {
        padding: 19px 10px 19px 38px;
        font-size: 25px;
    }

    .product-box-with-sale {
        padding: 20px 40px 20px;
    }

    .quantity {
        margin-right: 15px;
    }

    .with-kikan-img {
        margin-top: 50px;
    }
}

/*-- 991px --*/

@media all and (max-width: 991px) {
    .thanks-sale {
        margin-top: 0;
    }

    .with-kikan-img {
        margin-top: 0;
    }

    .product-box-with-sale {
        padding: 0px 40px 20px;
    }
}

/*-- 768px --*/

@media all and (max-width: 768px) {
    .kikan {
        font-size: 18px;
    }

    .kikan .kongetsu-txt {
        font-size: 18px;
    }

    .thanks-sale {
        margin-top: 25px;
    }

    .with-kikan-img {
        margin-top: 50px;
    }

    #product {
        padding: 20px 0 5px;
    }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
    .product-frame {
        background-size: 240px, 240px;
    }

    .product-box {
        padding: 0px 10px 10px;
    }

    .product-box-with-sale {
        padding: 0px 10px 10px;
    }

    .product-img-special i {
        font-size: 40px;
    }

    .package-small {
        height: 29vw;
    }

    .special-icon,
    .price-icon {
        width: 80px;
        height: 80px;
        font-size: 31px;
    }

    .special-icon small,
    .price-icon small {
        font-size: 22px;
    }

    .product-desc {
        margin-bottom: 0.5rem !important;
    }

    .product-desc h3.name {
        font-size: 22px;
    }

    .product-desc .lead {
        font-size: 14px;
    }

    .product-desc .equivalent {
        font-size: 17px;
        margin-bottom: -10px;
    }

    .product-att {
        padding: 10px 10px 10px 100px;
        font-size: 20px;
    }

    .product-att-affordable {
        padding: 10px 10px 8px 100px;
        font-size: 20px;
    }

    .product-att-affordable-noicon {
        padding: 10px 10px 10px 20px;
        font-size: 20px;
    }

    .price {
        margin-bottom: 2rem !important;
    }

    .price .price-title {
        font-size: 24px;
    }

    .price b {
        font-size: 50px;
        bottom: -7px;
    }

    .price .unit {
        font-size: 32px;
    }

    .set-contents p {
        font-size: 12px;
        line-height: 1.2;
    }

    .comments ul {
        font-size: 12px;
    }

    .button-sold {
        font-size: 22px;
    }

    .quantity {
        font-size: 30px;
        color: #6c3524;
        margin-top: -10px;
        margin-bottom: -10px;
        line-height: 1.52;
    }

    .kikan-img {
        top: -14px;
        /* bottom: -15px; */
        left: 5px;
    }

    .kikan-img img {
        width: 85px;
    }
}

/*-- 320px --*/

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

    .special-icon,
    .price-icon {
        width: 88px;
        height: 88px;
    }

    .special-icon small,
    .price-icon small {
        font-size: 18px;
    }
}


/*--- シェーカー　howto ------------------------------------------------------*/
.shakerall {
    width: 100%;
    height: auto;
    background-image: url(can_imges/can_hinyari_bg2_2106_pc.png);
    background-repeat: no-repeat;
    /* background-position: center bottom; */
    overflow: hidden;
    background-size: contain;
    background-color: #fff;
    padding-top: 3%;
    position: relative;
    border-radius: 10px;
}

.shakerall .blue {
    background: linear-gradient(180deg, rgba(12, 172, 178, 0) 63%, rgba(12, 172, 178, 0) 63%, #93cee0 50%, #93cee0 100%);
}

.shaker {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0;
    text-align: left;
    letter-spacing: 0.1pt;
    padding: 0 0 2%;
}

.shaker img {
    width: 100%;
    height: auto;
}

.shaker .shakertl {
    width: 50%;
    max-width: 341px;
    margin: 0 auto;
}

.shakerflex {
    padding: 2.5% 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}

.shakerflex li {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.shakerflex li img {
    flex-shrink: 0;
}

.shakerflex>* {
    padding: 0 2%;
    font-size: 16px;
    text-align: left;
}

.noflex {
    display: flex;
    background-color: #93cee0;
    margin-top: auto;
}

.noflex .no {
    width: 20%;
    text-align: center;
}

.noflex .no img {
    width: 48%;
}

.noflex .txt {
    width: 90%;
    vertical-align: top;
    line-height: 1.2;
}

.howto_01 img {
    margin-bottom: 20px;
}

.howto_02 img {
    margin-bottom: 20px;
}

.howto_03 img {
    margin-bottom: 20px;
}

.howto_01_ill {
    padding-bottom: 20px;
}

.howto_02_ill {
    padding-bottom: 4px;
}

.howto_03_ill {
    padding-bottom: 2px;
}

.ouchi_kome {
    display: inline-block;
    background-color: #fff;
    padding: 3px 5px;
    font-size: 13px;
}

.shaker-img {
    width: 45%;
    margin-left: 11%;
}

@-moz-document url-prefix() {
    .shaker-img {
        width: 45%;
        margin-left: 11%;
    }
}

@media screen and (max-width: 1200px) {
    .ouchi_kome {
        margin: 0 5%;
        line-height: 1.2;
    }
}

@media screen and (max-width: 992px) {
    .howto_03_ill {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 780px) {
    .shakerall {
        padding-top: 40px;
    }

    .shakerall .blue {
        background: linear-gradient(180deg, rgba(12, 172, 178, 0) 63%, rgba(12, 172, 178, 0) 63%, rgba(12, 172, 178, 0) 50%, rgba(12, 172, 178, 0) 100%);
    }

    .shakerflex {
        flex-direction: column;
    }

    .shakerflex>* {
        padding: 0;
    }

    .shakerflex li {
        width: 90%;
        margin: 0 auto;
    }

    .shakerflex .howto_01 img {
        height: auto;
        width: 70%;
        margin: 0 auto 1%;
    }

    .shakerflex li img {
        height: auto;
        width: 40%;
        margin: 0 auto;
    }

    .noflex .no {
        width: 16%;
        text-align: left;
    }

    .noflex .txt {
        margin-left: -40px;
        margin-top: 7px;
    }

    .noflex .no img {
        width: 40%;
        padding-left: 10px;
        padding-top: 3px;
    }

    .noflex {
        padding: 2%;
    }

    .ouchi_kome {
        /* border: 1px solid #6c3524; */
        padding: 0;
    }

    .howto_01_ill {
        padding-bottom: 0px;
    }

    .howto_02_ill {
        padding-bottom: 0px;
    }

    .howto_03_ill {
        padding-bottom: 0px;
    }

    .shaker-img {
        margin-top: 20px;
        margin-left: 19%;
    }
}

@media screen and (max-width: 576px) {
    .noflex .no {
        width: 24%;
    }

    .noflex .no img {
        padding-top: 0;
    }

    .noflex .txt {
        margin-left: -30px;
        margin-top: 0;
        font-size: 15px;
    }

    .ouchi_kome {
        font-size: 12px;
    }
}

/*--- /シェーカー　howto ------------------------------------------------------*/



/* /////////////////////////////////////////////////////////////////////
//  lineup
/////////////////////////////////////////////////////////////////////*/

#lineup {
    padding: 40px 0;
    margin-top: -1px;
}

/* == lineup-list ================ */

.lineup-list {
    padding: 30px;
}

.lineup-list ul {
    gap: 30px;
}

.lineup-list ul li {
    padding: 20px;
    width: calc(100% / 3 - 30px * 2 / 3);
    border-radius: 10px;
}

.lineup-ribbon {
    top: -10px;
    left: -10px;
    padding: 0.25em;
    font-size: 25px;
    font-weight: 500;
}

.lineup-ribbon:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 5px transparent;
    /* border-right: solid 10px #8e0019; */
}

.lineup-item {
    display: flex;
    flex-direction: column;
}

.lineup-item p {
    min-height: 6em;
    line-height: 1.3;
    font-size: 14px;
}

.lineup-item p span {
    word-break: break-all;
}

.item-img-area small {
    bottom: 0;
    left: 0;
    font-size: 13px;
    transform: rotate(0.03deg);
}

@media (max-width: 520px) {
    .item-img-area small {
        bottom: 10px;
    }
}

.eiyou {
    top: 10.5%;
    right: 8%;
    font-size: 13px;
    transform: rotate(0.03deg);
    width: 110px;
}

@media all and (max-width: 1400px) {
    .eiyou {
        top: 10%;
        right: 5%;
    }
}

@media all and (max-width: 1200px) {
    .eiyou {
        top: 8%;
        right: 5%;
        width: 100px;
    }
}

@media all and (max-width: 992px) {
    .eiyou {
        top: 11.5%;
        right: 2%;
        width: 110px;
    }
}

@media all and (max-width: 768px) {
    .eiyou {
        top: 17%;
        right: 16%;
    }
}

@media all and (max-width: 576px) {
    .eiyou {
        top: 8%;
        right: 2%;
    }
}

.item-package {
    margin-left: -20px;
    height: 144px;
}

.item-package-ico {
    height: 180px;
}

.item-package-sio {
    height: 206px;
}

.item-comment {
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    margin-top: auto;
}

.item-comment:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 8px solid #cee8ff;
}

.lineup-item .button-buy {
    font-size: 18px;
    line-height: 42px;
}

.lineup-item .button-sold {
    font-size: 18px;
    line-height: 48px;
}

/*-- item-title --*/

.item-title {
    height: 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    box-sizing: border-box;
}

.item-title:before,
.item-title:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    z-index: 1;
}

.item-title:before {
    left: -0.6px;
    border-width: 20px 0px 20px 20px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.item-title:after {
    right: -0.6px;
    border-width: 20px 20px 20px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.item-title.it-koucha {
    background-color: #D81C24;
}

.item-title.it-matcha-cappuccino {
    background-color: #80B13F;
}

.item-title.it-coffee-cappuccino {
    background-color: #0071A7;
}

.item-title.it-cocoa {
    background-color: #6c3524;
}

.item-title.it-soycafe {
    background-color: #E69B3B;
}

.item-title.it-matcha-lemon {
    background-color: #C4CB21;
}

.item-title.it-matcha-aoume {
    background-color: #a4cf3d;
}

.item-title.it-kingoma {
    background-color: #E2801E;
}

.item-title.it-japanesque {
    background-color: #008045;
}

.item-title.it-chai {
    background-color: #993399;
}

.item-title.it-matcha-aoume-psio {
    background-color: #13b8e5;
}

/*-- ill --*/

.ill-drawing-1 {
    left: 0;
}

.ill-12 {
    left: 50px;
}

/*-- 1400px --*/

@media all and (max-width: 1400px) {
    .item-img {
        /* width: 224px; */
    }

    .item-package {
        height: 128px;
    }

    .item-package-ico {
        height: 169px;
    }

    .item-package-sio {
        height: 206px;
    }
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
    .lineup-list {
        padding: 20px;
    }

    .lineup-list ul {
        gap: 20px;
    }

    .lineup-list ul li {
        padding: 20px;
        width: calc(100% / 3 - 20px * 2 / 3);
    }

    .lineup-ribbon {
        font-size: 24px;
    }

    .item-img {
        /* width: 208px; */
    }

    .item-img-area small {
        font-size: 11px;
    }

    .item-package {
        height: 112px;
    }

    .item-package-ico {
        height: 145px;
    }

    .item-package-sio {
        height: 176px;
    }

    .ill-sp-1 {
        width: 160px;
    }

    .ill-sp-2 {
        width: 100px;
        right: 0;
    }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
    .lineup-list ul li {
        width: calc(50% - 20px / 2);
    }

    .item-img-area small {
        font-size: 12px;
    }
}

/*-- 767px --*/
/* iPad mini用 -1px */

@media all and (max-width: 767px) {
    .lineup-list ul li {
        padding: 10px;
        width: 100%;
    }

    .lineup-ribbon {
        font-size: 24px;
    }

    .lineup-item p {
        min-height: auto;
    }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
    #lineup {
        padding: 20px 0 40px;
    }

    .lineup-ribbon {
        font-size: 22px;
    }

    .item-img {
        width: 56vw;
    }

    .item-package {
        height: 36vw;
    }

    .item-package-ico {
        height: 52vw;
    }

    .item-title {
        font-size: 22px;
    }

    .lineup-item .button-buy {
        font-size: 19px;
        line-height: 41px;
    }

    .lineup-item .button-sold {
        font-size: 22px;
        line-height: 56px;
    }

    .ill-sp-1 {
        width: 25vw;
        top: 5vh;
    }

    .ill-sp-2 {
        width: 14vw;
        right: 5vw;
    }

    .lineup-list {
        padding-bottom: 0px;
    }
}

/*-- 320px --*/

@media all and (max-width: 320px) {
    .item-img-area small {
        font-size: 10px;
    }
}

/* /////////////////////////////////////////////////////////////////////
//  recipe
/////////////////////////////////////////////////////////////////////*/

#recipe {
    padding: 40px 0;
}

.step-list {
    padding: 20px 40px;
    border: 2px solid #e5d1ab;
    border-radius: 10px;
}

.step-list:before,
.step-list:after {
    content: '';
    display: block;
    position: absolute;
}

.step-list:before {
    top: 8px;
    left: 8px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #e5d1ab;
    border-radius: 50%;
}

.step-list:after {
    top: -20px;
    left: -20px;
    width: 44px;
    height: 44px;
    background: url(can_img_22_wi/ring.svg) no-repeat;
}

.ring {
    top: -24px;
    left: -16px;
}

.step-img {
    width: 40%;
}

.step-desc {
    margin-left: 20px;
    width: 60%;
}

.step-desc p,
.recipe-desc p {
    font-size: 20px;
    line-height: 1.4;
}

.step-desc .step,
.ice-and-hot {
    font-size: 60px;
}

.step-desc .step {
    min-width: 200px;
}

.hot-title,
.ice-title {
    position: absolute;
}

.hot-title {
    right: -120px;
    top: 37px;
}

.ice-title {
    bottom: -45px;
    left: -6px;
}

.rc-2 {
    margin-top: 120px;
}

/*-- line --*/

.line-beige {
    background: url(can_img_22_wi/line-beige.png) left no-repeat;
}

.line-pink {
    padding: 0.2em 1em;
    background: url(can_img_22_wi/line-pink.png) bottom left no-repeat;
}

.line-light-blue {
    /* padding: 0 1.2em 0.2em; */
    padding: 0 1.2em 0.2em 1em;
    background: url(can_img_23_ha/line-sky-blue.png) bottom left no-repeat;
}

/*-- ill --*/

.ill-drawing-2 {
    right: -186px;
    bottom: 0;
}

.ill-4 {
    top: 0;
    left: 0;
    max-width: 30%;
}

.ill-5 {
    top: 0;
    right: 0;
    max-width: 30%;
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
    .step-img {
        width: 200px;
    }

    .step-desc {
        width: 60%;
    }

    .step-desc .step,
    .ice-and-hot {
        font-size: 56px;
    }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
    .recipe-content {
        margin-top: 20px;
    }

    .rc-2 {
        margin-top: 60px;
    }

    .ill-sp-3,
    .ill-sp-4 {
        width: 135px;
    }

    .ill-sp-4 {
        right: -16px;
        bottom: 0;
    }
}


/*-- 820px --*/

@media all and (max-width: 820px) {
    .ill-sp-3 {
        width: 13%;
        top: -1vh;
        left: 0;
    }

    .ill-sp-4 {
        width: 15%;
        right: 0;
        top: 0;
    }
}

/*-- 768px --*/

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

    .step-desc .step,
    .ice-and-hot {
        font-size: 40px;
    }

    .hot-title {
        right: -56px;
    }

    .ice-title {
        bottom: 10px;
        left: -10px;
    }

    .line-beige,
    .line-pink,
    .line-light-blue {
        background-size: 120px;
    }

    .ill-sp-3 {
        width: 13%;
        left: 4vw;
    }

    .ill-sp-4 {
        width: 15%;
        right: 3vw;
    }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
    #recipe {
        padding: 20px 0 20px;
    }

    .step-list {
        padding: 20px;
    }

    .step-list:before {
        top: 5px;
        left: 5px;
        width: 15px;
        height: 15px;
    }

    .step-list:after {
        top: -15px;
        left: -15px;
        width: 33px;
        height: 33px;
    }

    .step-img {
        width: 50%;
    }

    .step-desc {
        margin-left: 10px;
        width: 50%;
    }

    .step-desc p,
    .recipe-desc p {
        font-size: 18px;
    }

    .rc-2 {
        margin-top: 0;
    }

    .recipe-img {
        width: 200px;
    }
}

/* /////////////////////////////////////////////////////////////////////
//  affordable
/////////////////////////////////////////////////////////////////////*/

#affordable {
    padding: 40px 0;
}

.notes-list {
    font-size: 13px;
    margin-top: -20;
}

.notes-list li {
    line-height: 1;
}

@media all and (max-width: 576px) {
    .notes-list {
        font-size: 12px;
    }

    .notes-list li {
        margin-bottom: 3px !important;
    }
}

/* == product-img ================ */
.ms-n20 {
    margin-left: -40px;
    margin-bottom: -40px;
}

.ms-n120 {
    margin-left: -120px;
    margin-bottom: -40px;
    z-index: 1;
    text-align: end;
}

.ms-n140 {
    margin-left: -200px;
    margin-bottom: -90px;
    z-index: 1;
}

.ms-n110 {
    margin-left: -80px;
    margin-bottom: -100px;
}

.ms-n190 {
    margin-left: -120px;
    margin-bottom: -55px;
    z-index: 1;
}

.ms-n75 {
    margin-left: -100px;
    padding-left: 20px;
    margin-bottom: -60px;
}

.mb-80 {
    margin-bottom: -100px;
}

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


@media all and (max-width: 1400px) {
    .mb-100 {
        /* margin-bottom: -120px; */
    }
}

@media all and (max-width: 1200px) {
    .ms-n110 {
        margin-bottom: -110px;
        margin-left: -50px;
    }

    .ms-n120 {
        margin-left: -200px;
        margin-bottom: -60px;
        z-index: 1;
    }

    .ms-n140 {
        margin-left: -200px;
        margin-bottom: -100px;
        z-index: 1;
    }

    .ms-n190 {
        margin-left: -90px;
        margin-bottom: -40px;
    }

    .ms-n40 {
        margin-bottom: -95px;
    }

    .ms-n75 {
        margin-bottom: -130px;
        margin-left: -115px;
        margin-right: -10px;
    }

    .mb-100 {
        /* margin-bottom: -135px; */
        margin-left: -130px;
    }
}

@media all and (max-width: 991px) {
    .ms-n120 {
        margin-left: -157px;
        margin-bottom: -40px;
    }

    .mb-100 {
        margin-bottom: -50px;
        margin-left: -120px;
    }

    .ms-n150 {
        margin-bottom: -150px;
        margin-left: -80px;
    }

    .mb-sp-5rem {
        margin-bottom: 5rem !important;
    }

    .ms-n75 {
        margin-bottom: -90px;
        margin-left: -50px;
    }

    .ms-sp-n15 {
        margin-bottom: -15px;
        margin-left: -60px;
    }

    .ms-sp-n30 {
        margin-bottom: -30px;
    }

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

@media all and (max-width: 574px) {
    .ms-n120 {
        margin-left: -171px;
        /* padding-left: 10px; */
    }

    .ms-n110 {
        margin-bottom: -100px;
        margin-left: -65px;
    }

    .ms-n75 {
        padding-left: 0;
    }

    .ms-sp-n15 {
        margin-left: -110px;
    }

    .ms-sp-n30 {
        margin-bottom: -30px;
    }

    .affordable-pkg-matcha {
        margin-left: -120px;
        margin-bottom: -60px;
        z-index: 1;
    }

    .mb-100 {
        margin-bottom: -85px;
        margin-left: -167px;
    }

    .affordable-pkg-matcha {
        text-align: center;
    }
}

.capacity-icon {
    right: -30px;
    bottom: -35px;
    width: 82px;
    height: 82px;
    border: 2px solid #6c3524;
    border-radius: 50%;
    background-color: white;
    font-size: 23px;
    line-height: 1.1;
}

.affordable-img-comment {
    bottom: 0;
    left: 0px;
    transform: rotate(0.03deg);
}

/*-- point --*/

.point {
    font-size: 18px;
    line-height: 1.2;
}

.point-1 {
    top: -96px;
    left: -11px;
    background-image: url(can_img_24/point-1-orange-2411.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 1em 1em 1.5em;
}

.point-2 {
    top: -108px;
    right: -31px;
    background-image: url(can_img_24/point-2-orange-2411.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em 1em;
}

.point01-img {
    width: 36%;
    margin-left: -40px !important;
    margin-top: -60px;
    margin-bottom: -20px;
}

.point02-img {
    width: 25%;
    z-index: 2;
}

.point03-img {
    width: 27%;
    margin-top: -50px;
    z-index: 2;
    margin-bottom: -20px;
}

.point04-img {
    width: 33%;
    z-index: 2;
}

@media all and (max-width: 991px) {

    .point01-img,
    .point02-img,
    .point03-img,
    .point04-img {
        width: 70%;
        margin: 0 auto !important;
        text-align: center;
    }
}




/*-- ill --*/

.ill-drawing-3 {
    bottom: 200px;
    left: -160px;
}

.ill-drawing-4 {
    right: -320px;
    bottom: 0;
}

.ill-6 {
    left: 0;
}

.ill-7 {
    right: 0;
}

.ill-8 {
    top: 500px;
    left: -120px;
}

.ill-11 {
    bottom: 600px;
    right: -120px;
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
    .affordable-img-comment {
        bottom: 0;
        left: 0px;
    }

    .point {
        font-size: 16px;
    }

    .point-1 {
        top: -9vw;
    }

    .point-2 {
        right: -1vw;
        top: -9vw;
    }

    .ill-sp-5,
    .ill-sp-6 {
        width: 100px;
    }

    .ill-sp-6 {
        right: 0;
    }
}

@media all and (max-width: 991px) {
    .affordable-img-comment {
        left: -10px;
    }

    .point-1 {
        left: 0vw;
        /*    top: -9vw;*/
        top: -36%;
    }

    .point-2 {
        right: -1vw;
        /*    top: -9vw;*/
        top: -36%;
    }
}

/*-- 786px --*/

@media all and (max-width: 786px) {

    .point-1,
    .point-2 {
        top: -37%;
    }

    .affordable-img-comment {
        bottom: 10px;
    }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
    #affordable {
        padding: 20px 0 5px;
    }

    .affordable-img {
        width: 64vw;
    }

    .capacity-icon {
        right: -8px;
        width: 75px;
        height: 75px;
        font-size: 22px;
    }

    .point {
        font-size: 3.6vw;
    }

    .point-1 {
        left: 0vw;
        top: -19vw;
    }

    .point-2 {
        right: -1vw;
        top: -19vw;
    }

    .ill-drawing-4 {
        right: 10px;
        width: 24vw;
    }

    .ill-sp-5,
    .ill-sp-6 {
        width: 16vw;
    }
}

/* /////////////////////////////////////////////////////////////////////
//  Page top
/////////////////////////////////////////////////////////////////////*/

#pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transform: translateY(100px);
    z-index: 2;
}

#pagetop a {
    width: 48px;
    height: 48px;
    background-color: #323232;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s;
    opacity: 0.3;
}

#pagetop.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

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

#pagetop.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(100px);
    }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
    #pagetop {
        right: 10px;
        bottom: 10px;
    }
}


/* /////////////////////////////////////////////////////////////////////
//  秋のかんたフェ LP 2024　
/////////////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////////////
//  3つのおすすめポイント
/////////////////////////////////////////////////////////////////////*/

#point {
    padding: 40px 0;
}

.point-list {
    padding: 40px 30px 30px;
}

.point-item h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}

.point-item p {
    min-height: 5em;
    line-height: 1.2;
    font-size: 14px;
}

.point-list ul li {
    position: relative;
}

.point-list .point-icon {
    position: absolute;
    left: 6%;
    top: -6%;
    width: 70px;
    height: 70px;
    transform: translateX(-50%);
}

.point-list ul {
    gap: 30px;
}

.point-list ul li {
    padding: 20px 20px 20px;
    width: calc(100% / 3 - 60px * 2 / 3);
    border-radius: 10px;
}

.item-img {
    transform: rotate(0.0deg);
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
    .point-list {
        padding: 50px 0 0;
    }

    .point-list .point-icon {
        width: 60px;
        height: 60px;
    }

    .point-list ul {
        gap: 20px;
    }

    .point-list ul li {
        padding: 10px;
        padding-top: 20px;
        width: calc(100% / 3 - 20px * 2 / 3);
    }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
    .point-list {
        padding: 0;
    }

    .point-list .item-img {
        width: 450px;
    }

    .point-list ul li {
        width: calc(83% - 20px / 2);
        padding: 60px 20px 20px;
    }

    .point-list ul li {
        padding: 30px 40px 40px;
        margin: 20px 0;
        width: 86%;
    }

    .point-item p {
        font-size: 21px;
        min-height: auto;
    }

    .point-list .point-icon {
        width: 120px;
        height: 120px;
    }

    .ill-sp-12,
    .ill-sp-13 {
        width: 100px;
    }

    .ill-sp-12 {
        left: -60px;
        /* bottom: -50px; */
    }

    .ill-sp-13 {
        right: -60px;
        /* bottom: -50px; */
    }

    .point-list .point-icon .point2_pt {
        padding-top: 10px;
    }
}

/*-- 767px --*/
/* iPad mini用 -1px */

@media all and (max-width: 767px) {
    #point {
        padding: 40px 0;
    }

    .point-list {
        padding: 40px 20px 20px;
    }

    .point-list ul li {
        padding: 20px 20px 20px;
        margin: 30px 0 20px;
        width: 100%;
    }

    .point-list .point-icon {
        /* left: 35%; */
        width: 70px;
        height: 70px;
        left: 2%;
        top: -4%;
    }
}

/*-- 576px --*/
@media all and (max-width: 576px) {
    #point {
        padding: 10px 0 30px;
    }

    .point-item h5 {
        font-size: 21px;
    }

    .item-img {
        width: 65vw;
    }

    .point-list {
        padding: 15px 20px 0;
    }

    .point-item p {
        font-size: 16px;
    }

    .point-list .point-icon {
        width: 60px;
        height: 60px;
        left: 2%;
        top: -8%;
    }

    .point-list .point-icon .point2_pt {
        padding-top: 6px;
    }

    .point-list ul li {
        margin: 10px 0 0;
    }
}

/* -----ill--- */
.ill-13 {
    right: 9%;
    top: -4%;
    width: 100px;
}

.ill-14 {
    left: 9%;
    top: -4%;
    width: 110px;
}

@media (max-width: 1200px) {
    .ill-sp-12 {
        width: 100px;
    }

    .ill-13 {
        right: 3%;
    }

    .ill-14 {
        left: 3%;
    }
}

/*-- 992px --*/
@media all and (max-width: 992px) {
    .ill-sp-12 {
        width: 80px;
        left: -40px;
    }

    .ill-sp-13 {
        right: -40px;
        width: 80px
    }
}

/*-- 768px --*/
@media all and (max-width: 768px) {

    .ill-sp-12,
    .ill-sp-13 {
        bottom: -50px;
    }
}

/*-- 576px --*/
@media all and (max-width: 576px) {
    .ill-sp-1 {
        width: 25vw;
    }

    .ill-sp-12,
    .ill-sp-13 {
        width: 12vw;
    }

    .ill-sp-12 {
        left: 10px;
        bottom: 50px;
    }

    .ill-sp-13 {
        right: 26px;
        bottom: 50px;
    }
}

/*----送料無料----*/
.souryou-icon {
    background-color: #ff0000;
    border-radius: 5px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 1 !important;
    padding: 2px;
    border: 4px solid #ff0000;
}

@media all and (max-width: 1200px) {
    .souryou-icon {
        font-size: 2.2rem;
    }

}

@media all and (max-width: 768px) {
    .souryou-icon {
        font-size: 20px;
        padding: 1px;
    }
}

@media all and (max-width: 576px) {
    .souryou-icon {
        font-size: 16px;
        border: 3px solid #ff0000;
    }
}

/*ラインアップ 青梅リボン*/
.bg-function-vitaminc {
    background: #ffa914;
    background: linear-gradient(-45deg, #ffa914 0%, #ffef1c 35%, #ffa914 100%);
}

.ribbon-color-vitaminc:before {
    border-right: solid 10px #ff842b;
}

.bg-function-calcium {
    background: rgb(0, 104, 182);
    background: linear-gradient(-45deg, rgba(0, 104, 182, 1) 0%, rgba(0, 179, 236, 1) 35%, rgba(0, 104, 182, 1) 100%);
}

.ribbon-color-calcium:before {
    border-right: solid 10px #0068b6;
}

/*-------*/


@media (max-width: 576px) {
    .product-img-main {
        margin: 5px 0 0 0;
    }

    .product-img {
        margin: 5px 0 0 0;
    }
}


/*ラインアップ チャイリボン*/
.bg-function-fe {
    background: rgb(209, 11, 23);
    background: linear-gradient(-45deg, rgba(209, 11, 23, 1) 0%, rgba(219, 88, 78, 1) 35%, rgba(0209, 11, 23, 1) 100%);
}

.ribbon-color-fe:before {
    border-right: solid 10px #d10b17;
}

/*-- animation --*/
/* fuwafuwa */
@-webkit-keyframes fuwafuwa {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}

@keyframes fuwafuwa {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}

.anm-fwfw {
    -webkit-animation: 3s fuwafuwa infinite ease-in-out;
    animation: 3s fuwafuwa infinite ease-in-out;
}

/*---3つのおすすめポイント---*/

.point-txt {
    margin-left: 7%;
}

@media (max-width: 1200px) {
    .point-txt {
        margin-left: 3%;
    }
}

@media (max-width: 769px) {
    .point-txt {
        margin-left: 0;
    }
}

/*---ラインアップ NEWアイコン---*/
.lineup-new-icon {
    /* background: #ff0000; */
    background: #ffff00;
    color: #00b4ed;
    font-weight: bold;
    position: absolute;
    left: -35px;
    bottom: -3px;
    z-index: 2;
    border-radius: 50%;
    padding: 1%;
    font-size: 21px;
    border: 1px solid #00b4ed;
}

@media (max-width: 580px) {
    .lineup-new-icon {
        bottom: -16%;
        left: -11px;
        padding: 1.5%;
    }
}

@media (max-width: 430px) {
    .lineup-new-icon {
        bottom: -14%;
        left: -11px;
        padding: 1.5%;
    }
}

@media (max-width: 376px) {
    .lineup-new-icon {
        bottom: -8%;
        left: -15px;
    }
}

/*購入エリア NEWアイコン*/
.new-icon {
    border-radius: 5px;
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5 !important;
    padding: 5px 7px;
    background-color: #dc0012;
    margin-right: 1rem;
    display: inline-block !important;
}

.text-right {
    text-align: right !important;
}

/*----夏のかんたフェ 20250601更新-----*/


#product:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    /* background: url(can_img_23_sm/line-blue.png) bottom repeat-x; */
    width: 100%;
    height: 8px;
}


/*-- ill --*/

.ill-drawing-3 {
    bottom: 200px;
    left: -160px;
}

.ill-drawing-4 {
    right: -320px;
    bottom: 0;
}

.ill-3 {
    right: 10%;
    top: -1vh;
    width: 150px;
}

.ill-6 {
    left: 142px;
    top: -2vh;
    width: 160px;
}

.ill-7 {
    right: 99px;
    top: -1vh;
    width: 150px;
}

.ill-8 {
    top: 500px;
    left: -120px;
}

.ill-9 {
    top: 2000px;
    right: -120px;
}

.ill-10 {
    left: -120px;
    bottom: 120px;
}

.ill-11 {
    bottom: 600px;
    right: -120px;
}

.ill-12 {
    left: 36px;
    top: 9vh;
}



/*-- 1200px --*/

@media all and (max-width: 1200px) {
    .affordable-img-comment {
        bottom: 0;
        left: 0px;
    }

    .point {
        font-size: 16px;
    }

    .ill-sp-5,
    .ill-sp-6 {
        width: 100px;
        top: 7vh;
    }

    .ill-sp-6 {
        right: 0;
    }

    .ill-6 {
        left: -20px;
    }

    .ill-7 {
        right: -20px;
    }
}

/*-- 1024px --*/
@media all and (max-width: 1024px) {
    .ill-6 {
        left: 30px;
        top: -15px;
        width: 140px;
    }

    .ill-7 {
        right: 30px;
        top: 0;
        width: 130px;
    }
}


/*-- 768px --*/

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

    .ill-sp-5,
    .ill-sp-6 {
        width: 14vw;
        top: 3vh;
    }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
    #affordable {
        padding: 10px 0 20px;
    }

    .affordable-img-comment {
        bottom: -10px;
    }

    .affordable-package-kdwr {
        margin-left: 20px;
    }

    .ms-n190 {
        margin-left: -30%;
        margin-bottom: -50px;
    }

    .capacity-icon {
        right: -8px;
        width: 80px;
        height: 80px;
        font-size: 22px;
    }

    .point {
        font-size: 3.6vw;
    }

    .point-1 {
        left: 0vw;
    }

    .point-2 {
        right: -1vw;
        top: -19vw;
    }

    .ill-drawing-4 {
        right: 10px;
        width: 24vw;
    }

    .ill-sp-5,
    .ill-sp-6 {
        width: 16vw;
        top: 2vh;
    }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
    .affordable-package-osusume {
        height: 39vw;
        margin-left: 24px;
    }
}

/*-- 320px --*/
@media all and (max-width: 320px) {
    .capacity-icon {
        width: 68px;
        height: 68px;
        font-size: 18px;
    }

    .point-2 {
        top: -28vw;
    }
}

.set-contents2 {
    padding: 10px;
    background-color: #f1e1c7;
}

.set-contents2 p {
    font-size: 18px;
    line-height: 1.6;
}

.product-att-affordable {
    background: #843e23;
    color: white;
}

.product-att-affordable-noicon {
    background: #843e23;
    padding: 12px 0 12px 24px;
    border-radius: 10px 10px 0 0;
    font-size: 30px;
    color: white;
}

.section-sub-title h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    color: #6c3524;

    /*   text-shadow: 2px  2px 1px #ffffff,
   -2px  2px 1px #ffffff,
    2px -2px 1px #ffffff,
   -2px -2px 1px #ffffff,
    2px  0px 1px #ffffff,
    0px  2px 1px #ffffff,
   -2px  0px 1px #ffffff,
    0px -2px 1px #ffffff;*/
}

.big-comments li {
    text-indent: -1.4em;
    padding-left: 1em;
}

/*-- 576px --*/

@media all and (max-width: 576px) {
    .big-comments {
        margin-top: 4rem !important;
    }
}


/*--ラインアップ--*/
.section-title h1 {
    font-family: 'Kaisei Decol', serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
    /*  text-shadow: 3px  3px 1px #ffffff,
  -3px  3px 1px #ffffff,
   3px -3px 1px #ffffff,
  -3px -3px 1px #ffffff,
   3px  0px 1px #ffffff,
   0px  3px 1px #ffffff,
  -3px  0px 1px #ffffff,
   0px -3px 1px #ffffff;  */
}

.logo-can-white {
    width: 160px;
    margin: 0 auto;
}

.section-title-affordable,
.section-title-lineup {
    width: 400px;
    margin: 0% auto;
    display: block;
    color: #6e3700;
}

.section-title h1:before,
.section-title h1:after {
    content: '';
    display: block;
    margin: auto;
    width: 200px;
    height: 50px;
}

.section-title h1:before {
    background: url(can_img_23_wi/title-blog-top-a.svg) center top no-repeat;
}

.section-title-b h1:before {
    background: url(can_img_23_wi/title-blog-top-b.svg) center top no-repeat;
    margin-bottom: 10px;
}

.section-title-b h1:after {
    background: url(can_img_23_wi/title-blog-bottom-b.svg) center bottom no-repeat;
    margin-top: 10px;
}

.section-title-c h1:before {
    background: url(can_img_22_wi/title-blog-top.svg) center top no-repeat;
}

.section-title-c h1:after {
    background: url(can_img_22_wi/title-blog-bottom.svg) center bottom no-repeat;
}

.logo-can-white {
    width: 160px;
    margin: 0 auto;
}

.section-sub-title h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
}

.section-sub-title-flavors {
    width: 135px;
    margin: 0% auto 1%;
    display: block;
}


/*-- 992px --*/

@media all and (max-width: 992px) {

    .section-title h1 {
        font-size: 32px;
    }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
    .section-title h1 {
        padding-top: 3%;
        line-height: 1.1;
        font-size: 28px;
    }

    .section-title-affordable,
    .section-title-lineup {
        width: 300px;
    }

    .section-title h1:before,
    .section-title h1:after {
        width: 160px;
        height: 20px;
    }

    .section-title h1:before {
        margin-bottom: 5px !important;
    }

    .section-title h1:after {
        margin-top: 5px !important;
    }


    .logo-can-white {
        width: 120px;
    }

    .section-sub-title h2 {
        font-size: 24px;
    }

    .section-sub-title-flavors {
        width: 100px;
    }

    .bg-check-brown {
        background-size: 48px;
    }

    .bg-knit {
        background-size: 70px;
    }

    .bg-diamond-orange {
        background-size: 16%;
    }
}

/*-- 320px --*/

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

    .section-title-affordable,
    .section-title-lineup {
        width: 250px;
    }
}

.bg-c-voice {
    background-color: #cee8ff;
}

/*recipe*/
.bg-knit {
    background-image: url(can_img_22_wi/pattern-knit.png);
    background-repeat: repeat;
    background-position: center;
    background-color: #f2eae0;
}

/*-- 576px --*/

@media all and (max-width: 576px) {
    .bg-knit {
        background-size: 70px;
    }

    .button-buy {
        font-size: 22px;
    }
}

/*-- ill --*/

.ill-drawing-2 {
    right: -186px;
    bottom: 0;
}



/* /////////////////////////////////////////////////////////////////////
//  mv下
/////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 768px) {
    .md-mt-product {
        padding-top: 50px !important;
    }
}

@media screen and (max-width: 576px) {
    .md-mt-product {
        padding-top: 40px !important;
    }
}


/* /////////////////////////////////////////////////////////////////////
//  ココアラテ　120袋
/////////////////////////////////////////////////////////////////////*/

.comments-cocoa {
    margin-top: 13%;
    margin-bottom: 0;
}

/*-- 1200px --*/
@media all and (max-width: 1200px) {
    .comments-cocoa {
        margin-top: 13%;
        margin-bottom: 30px;
    }
}

/*-- 991px --*/
@media all and (max-width: 991px) {
    .comments-cocoa {
        margin-top: 7%;
        margin-bottom: 20px;
    }

    .mb-sp-5rem {
        margin-bottom: 0 !important;
    }

    .mb-sp-6rem {
        margin-bottom: 6rem !important;
    }
}

/*-- 768px --*/
@media all and (max-width: 768px) {
    .comments-cocoa {
        margin-top: 10%;
    }
}

/*-- 576px --*/
@media all and (max-width: 576px) {
    .comments-cocoa {
        margin-top: 11%;
    }
}

/*-- 350px --*/
@media all and (max-width: 350px) {
    .comments-cocoa {
        margin-top: 12%;
    }
}

/* /////////////////////////////////////////////////////////////////////
//  相当価格
/////////////////////////////////////////////////////////////////////*/
.product-desc .equivalent {
    margin-bottom: -10px;
}

/* /////////////////////////////////////////////////////////////////////
//  Line up
/////////////////////////////////////////////////////////////////////*/

.lineup-list ul .can_attention {
    padding: 0;
    width: calc(100% / 2 + 15%);
}

.lineup-list ul .can_attention_txt {
    padding: 0;
    width: calc(100% / 4 + 6%);
}

.lineup-list ul .can_attention li {
    width: 100%;
    padding: 0 20px 0 0;
}


@media all and (max-width: 991px) {
    .lineup-list ul .can_attention_txt {
        padding: 0;
        width: calc(100% / 3 + 15%);
    }
}

@media all and (max-width: 768px) {
    .lineup-list ul {
        padding-bottom: 10px;
    }

    .lineup-list ul .can_attention {
        padding: 0;
        width: 100%;
    }

    .md-flex {
        flex: 1;
    }
}


/* /////////////////////////////////////////////////////////////////////
//  product
/////////////////////////////////////////////////////////////////////*/

.product-frame {
    margin-bottom: 40px;
    /* padding: 20px 40px; */
    background-image: url(can_img_23_sm/frame-fireworks-left.png), url(can_img_23_sm/frame-fireworks-right.png);
    background-position: top 80px left 10px, right 10px bottom 10px;
    background-repeat: no-repeat, no-repeat;
    background-color: #fff;
    border-radius: 10px;
}

.product-att-affordable {
    background: rgb(226, 128, 147);
}

.button-buy {
    background-color: #ff8100;
    border: 2px solid #ff8100;
    border-radius: 56px;
    font-size: 22px;
    color: #fff;
    line-height: 50px;
    transition: all 0.2s ease-out;
}

.button-buy:hover {
    background-color: white;
    border: 2px solid #ff8100;
    box-shadow: 0 0 20px 0 #ffc080;
    color: #ff8100;
}

.set-contents {
    background-color: #ffeabf;
}

@media (max-width: 576px) {
    .button-buy {
        font-size: 19px;
        line-height: 41px;
        margin-bottom: 10px;
    }

    .product-att p,
    .product-att-affordable p {
        font-size: 18px;
    }
}


/*-- 限定商品エリア --*/

.bg-houndstooth {
    background-image: url(can_img_23_ha/pattern-houndstooth-pink.jpg);
    background-repeat: repeat;
    background-position: center;
}

hr {
    margin: 1rem 4rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
}

/*-- 576px --*/
@media screen and (max-width:576px) {
    hr {
        margin: 1rem;
    }
}


/*catchコピー：改行調整：抹茶カプチーノ、春のおすすめ、こだわり*/
.br-catch {
    display: none !important;
}

@media screen and (max-width:767px) {
    .br-catch {
        display: block !important;
    }
}

@media screen and (max-width:567px) {
    .br-catch {
        display: none !important;
    }
}

@media screen and (max-width:460px) {
    .br-catch {
        display: block !important;
    }
}

/*-- ラインアップ --*/

.ill-drawing-1 {
    left: 20vh;
    top: 0%;
    width: 120px;
}

@media all and (max-width: 1200px) {
    .ill-sp-1 {
        width: 18%;
        left: -3vh;
    }

    .ill-sp-2 {
        right: -26px;
        width: 114px;
    }

    .ill-3 {
        width: 13%;
        top: 0%;
    }

    .ill-drawing-1 {
        left: 0;
        top: 0;
        width: 120px;
    }
}

@media all and (max-width: 1024px) {
    .ill-drawing-1 {
        left: 0;
        top: 0;
        width: 106px;
    }

    .ill-3 {
        top: 0;
        right: 30px;
    }
}



/*-- 767px --*/
/* iPad mini用 -1px */

@media all and (max-width: 767px) {
    .ill-sp-1 {
        left: -5vh;
        top: -26px;
        width: 17%;
    }

    .ill-sp-2 {
        right: -6vh;
        width: 19%;
        top: -26px;
    }
}


@media all and (max-width: 576px) {
    .ill-sp-1 {
        width: 17vw;
        left: 10px;
        top: 0;
    }

    .ill-sp-2 {
        width: 18vw;
        right: 10px;
        top: 0;
    }
}


.logo-can-brown {
    width: 160px;
    margin: 0 auto;
}

/*-- 576px --*/
@media all and (max-width: 576px) {
    .logo-can-brown {
        width: 120px;
    }
}

.section-title h1:before {
    background: url(can_img_22_wi/title-blog-top.svg) center top no-repeat;
    margin-bottom: -10px;
}

.section-title h1:after {
    background: url(can_img_22_wi/title-blog-bottom.svg) center bottom no-repeat;
    margin-top: -10px;
}

/*-- レシピエリア --*/

.bg-knit-cross {
    background-image: url(can_img_23_ha/pattern-lancheonmat.png);
    background-repeat: repeat;
    background-position: center;
    background-color: #f5eddf;
}

/*-- footer --*/
.ft_pc_common_cp {
    padding-top: 5px;
}

/*---------------------------------------
ナビゲーション
--------------------------------------*/

.navigation {
    background-color: #fff86c;
}

.nav-wrap {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 6px;
}

.nav-wrap a {
    height: 72px;
    display: inline-flex;
    justify-content: center;
}

/*.nav-wrap > li:not(:last-child) {
  border-right: 2px solid #2770cd;
  height: 90px;
}*/

.nav-group {
    display: inline-flex;
    align-items: center;
}

.nav-group img {
    width: 100%;
}

.navigation li {
    position: relative;
}

.navigation li:before {
    content: "";
    height: calc(100% - 20px);
    width: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-left: 1px solid #2770cd;
}

.navigation li:first-child:before {
    content: none;
}

.navigation li:before:not(:last-child) {
    content: none;
}

.navigation li a:after {
    content: "";
    border-top: 7px solid #2770cd;
    border-right: 7px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    bottom: 3px;
    right: 50%;
    transform: translateX(50%);
    transition: 0.2s;
}

@media (max-width: 991px) {

    .nav-wrap a,
    .nav-wrap>li:not(:last-child) {
        height: 56px;
    }

    .nav-inner {
        font-size: 14px;
    }

    .navigation li a:after {
        border-top: 5px solid #2770cd;
        border-right: 5px solid transparent;
        border-bottom: 0 solid transparent;
        border-left: 5px solid transparent;
        bottom: -3px;
    }
}

@media (max-width: 768px) {
    .nav-wrap {
        width: 100%;
    }

    .nav-wrap a,
    .nav-wrap>li:not(:last-child) {
        height: 44px;
    }

    .navigation li a:after {
        bottom: 0;
    }
}

@media (max-width: 400px) {

    .nav-wrap a,
    .nav-wrap>li:not(:last-child) {
        height: 38px;
    }

    .navigation li a:after {
        bottom: -1px;
    }
}

@media (max-width: 320px) {

    .nav-wrap a,
    .nav-wrap>li:not(:last-child) {
        height: 34px;
    }
}


/*--- プラス塩 訴求 ------------------------------------------------------*/
#plussio {
    background-image: url(can_ml_aoume/product-shio-bg-suizai.jpg);
    background-size: cover;
    background-color: #caefee;
    /* color: #1c1c1c; */
}

#plussio .container {
    /* max-width: 980px; */
    z-index: 2;
}

.plussiolink {
    position: absolute;
    bottom: -18%;
    right: 2%;
    z-index: 10;
}

.plussiolink .anchor {
    width: 250px;
    height: auto;
    max-width: 333px;
}

@media (max-width: 1400px) {
    .plussiolink .anchor {
        width: 190px;
        height: auto;
    }

    .plussiolink {
        bottom: -19%;
        right: 2%;
    }
}

@media (max-width: 1200px) {
    .plussiolink {
        right: 1%;
        bottom: -20%;
    }

    .plussiolink .anchor {
        width: 160px;
        height: auto;
    }
}

@media (max-width: 1000px) {
    .plussiolink .anchor {
        width: 120px;
    }
}

@media (max-width: 992px) {
    .plussiolink {
        bottom: -19%;
        right: 1%;
    }
}

@media (max-width: 768px) {
    .plussiolink {
        bottom: 45%;
    }

    .plussiolink .anchor {
        width: 160px;
    }
}

@media (max-width: 576px) {
    .plussiolink {
        bottom: 43%;
    }

    .plussiolink .anchor {
        width: 120px;
    }
}

#plussio hr {
    margin: 1rem 0;
    height: 2px;
    color: #666666;
}


/*--- プラス塩のおすすめポイント ----*/
.sio-osusume {
    background: url(./can_img_25_sm/point-shio-bg.png) no-repeat;
    background-size: cover;
    background-position: 0px 60%;
    z-index: 0;
    /* background-position: -130px -60px; */
    /* background-size: 110% auto; */
}

@media (max-width: 1400px) {
    .sio-osusume {
        background-position: -130px 0%;
        background-size: 132% auto;
    }

}

/* .bg-circle { 
    --sample-color: 96 2 238;
    aspect-ratio: 1 / 1;
    background: radial-gradient(circle 60px, #ffffff40, #ffffff40, white);
    border-radius: 50%;
    filter: blur(50px);
    width: min(120%, 1280px);
    position: absolute;
    left: 1%;
    right: 10%;
    z-index: -1;
    top: 0%;
}*/

.sio-point-txt {
    padding: 1% 0 2%;
}

.plussio-content-title .fs-big {
    font-size: 110%;
}

.plussio-effect-description h2 span {
    color: #06b7ff;
    font-size: 34px;
}

.plussio-title,
.plussio-voice-title {
    margin-bottom: 2rem;
}

.plussio-content-title,
.plussio-content-result {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
    color: #1c1c1c;
    transform: rotate(0.03deg);
}

.section-title-sio h2 {
    color: #1c1c1c;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-top: 2rem;
    margin-bottom: 4rem;
    position: relative;
    padding: 0.8rem 0;
    border-bottom: 5px solid #666666;
    text-align: center;
    display: inline-block;
    text-shadow: 2px 2px 5px #ffffff, -2px 2px 5px #ffffff, 2px -2px 5px #ffffff, -2px -2px 5px #ffffff, 2px 0px 4px #ffffff, 0px 2px 5px #ffffff, -2px 0px 5px #ffffff, 0px -2px 5px #ffffff;
}

.section-title-sio h2:before,
h2:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.section-title-sio h2:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #666666;
    margin-left: -16px;
}

.section-title-sio h2:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: #666666;
    margin-left: -10px;
}


.section-title-sio h1:before,
.section-title-sio h1:after {
    background: none !important;
}

.section-title .plussio span {
    color: #06b7ff;
    font-size: 80px;
}

.sio-osusume .num {
    margin-top: -30px;
    width: 16%;
}

.sio-osusume .num-02 {
    width: 30%;
}

.fuki-bita {
    position: relative;
    padding: 5px;
    border: 2px solid #333;
    border-radius: 6px;
    background-color: white;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    font-size: 20px;
    transform: rotate(0.03deg);
}

.fuki-bita::before {
    position: absolute;
    top: -10px;
    left: 50px;
    transform: skew(-38deg);
    height: 14px;
    width: 7px;
    border-right: 3px solid #333;
    border-radius: 2px;
    background-color: white;
    content: "";
}

.yukisio {
    font-size: 1.8rem;
}

@media (max-width: 992px) {
    .sio-osusume {
        background: url(./can_img_25_sm/point-shio-img-bg--sp.jpg) no-repeat;
        background-size: 100% 100%;
        z-index: 0;
        /* background-position: top center; */
        background-position: 19% -80%;
    }

    .section-title-sio h2 {
        font-size: 29px;
        margin-top: 0rem;
        margin-bottom: 3rem;
    }

    .plussio-content-title {
        font-size: 1.8rem;
    }

    .sio-point-txt {
        /* background: radial-gradient(circle 60px, #ffffff40, #ffffff40, #ffffffd4); */
        padding: 2%;
        margin-bottom: 3rem;
    }

    .sio-osusume .num {
        margin-left: -10px;
        width: 20%;
    }

    .sio-osusume .num-02 {
        width: 34%;
    }

    .fuki-bita {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .sio-osusume .num {
        margin-left: -10px;
        margin-top: -17px;

    }
}


/*--- 社内モニターの声 ----*/
.sales-bg-white {
    background: #FFF;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    padding-bottom: 30px !important;
}

.border-blue {
    border-color: #06b7ff !important;
}

.voice-shio-h1 {
    color: #06b7ff;
    font-size: 4rem;
}

.voice-shio-h1 small {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}

#voice-shio ul {
    font-size: 18px;
    padding: 0 22% 0 0;
    margin: 10px 0 20px 47px;
}

#voice-shio li {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
    text-indent: -15px;
    line-height: 1.2;
}

#voice-shio li:before {
    content: url(can_img_25_sm/icon-ume.png);
    display: inline-block;
    height: auto;
    margin-right: 5px;
    position: relative;
    top: 6px;
    left: 0;
}

.color-pink {
    color: #fb2066;
}

.color-black {
    color: #1c1c1c;
}

.voice-shio-img {
    position: absolute;
    bottom: -56px;
    right: -38px;
}

.icon-shio-voice img {
    margin-top: -50px;
}

.border-2 {
    border-width: 2px !important;
}

@media (max-width: 1200px) {
    .voice-shio-img {
        width: 25%;
    }

    .voice-shio-img img {
        width: 90%;
        height: auto;
    }
}


.ill {
    position: absolute;
}


@media (max-width: 992px) {
    .voice-shio-h1 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .plususio-voice-title {
        font-size: 35px;
        margin-bottom: 1rem;
    }

    .plususio-voice-bg {
        padding: 2% 5% 5%;
        margin-top: 70px;
    }

    .plususio-pkg {
        top: -20%;
        left: 0%;
        width: 25%;
    }

    #voice-shio ul {
        margin: 0 0 10px 29px;
        font-size: 15px;
    }

    #voice-shio li {
        margin: 0 0 3px 0;
    }

    .voice-box li {
        font-size: 16px;
    }

    .voice-shio-img {
        bottom: auto;
        right: -1%;
        top: 24%;
        width: 23%;
    }

}

@media screen and (max-width: 991px) {
    .sales-bg-white {
        border-radius: 10px;
        padding-bottom: 10px !important;
    }
}

@media (min-width: 768px) {

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
}


@media screen and (max-width: 767px) {
    .icon-shio-voice {
        width: 100px;
    }

    .icon-shio-voice img {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    #voice-shio ul {
        padding: 0;
    }
}


/*--- 概要 ----*/
.product-line {
    height: 18px;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
    .product-line {
        height: 10px;
    }
}

.product-shio-bg {
    background-image: url(can_img_25_sm/product-shio-bg-80.jpg);
    background-position: 47% -1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e8e2e6;
}

.product-shio-catch {
    position: absolute;
    top: 13px;
    left: 19px;
    width: 65%;
    z-index: 3;
}

.product-shio-img {
    width: 95%;
    margin: 0 0 -33px 40px;
}

.product-shio-catch img {
    width: 100%;
    height: auto;
}

.product-shio-img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1200px) {
    .product-shio-bg {
        background-size: 169% auto;
        background-position: 59% -1px;
    }
}

@media (max-width: 992px) {
    .plussio-effect-description h2 span {
        font-size: 2rem;
    }

    .product-shio-catch {
        width: 97%;
        left: 1%;
        top: 1%;
    }

    .product-shio-img {
        width: 100%;
        margin: 0;
    }

    .section-title .plussio span {
        font-size: 50px;
    }
}

.content-1120 {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}