@charset 'UTF-8'; /*PC*
 * ViewportScale v0.2.1
 * Copyright (c) 2018 Kite
 * MIT License
 */
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, td, th, p, span {
    transform: rotate(0.05deg);
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

li, dd {
    list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
    display: block;
}

img {
    border: none;
    vertical-align: bottom;
}

a {
    cursor: pointer;
    text-decoration: none;
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
    font-family: 'M PLUS 1p',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 1.6;
    font-size: 1.6rem;
}

.mplus1p {
    transform: rotate(0.05deg);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.font-min {
    font-family: 'Shippori Mincho';
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

a {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #595757;
}

a:hover {
    opacity: 0.6;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.right {
    float: right;
}

.container {
    max-width: 1270px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.btn {
    background: #B60005;
    font-size : 21px;
    line-height : 1.3;
    color : #FFFFFF;
    display: block;
    margin: 30px auto;
    padding: 20px 0px;
    border-radius: 2px;
    max-width: 410px;
    width: 100%;
    text-align: center;
    transform: rotate(0.05deg);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn:hover {
    opacity: 0.6;
}

.btn.line {
    background-color: #00b900;
}

.btn.inverse {
    background: #FFF;
    color: #B60005;
}

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

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

.txt-red {
    color: #b60005;
    font-weight: 700;
}

.txt-line {
    color: #00bd00;
    font-weight: 700;
}

section {
}

section .container {
}

section h2 {
    font-size : 36px;
    line-height : 1.4;
    color : #B60005;
    text-align: center;
    position: relative;
    margin: 0 0 50px;
    transform: rotate(0.05deg);
}

section h2 span::before {
    content: " ";
    display: block;
    width: 45px;
    height: 4px;
    background: #595757;
    position: absolute;
    top: -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

section h2 span {
    font-weight : bold;
    font-size : 20px;
    color : #FFFFFF;
    color : #595757;
    position: relative;
    display: block;
    margin: 33px 0 0;
}

section p {
    font-size : 21px;
    line-height: 1.8;
    letter-spacing: -0.1rem;
    color : #231815;
    margin: 0 0 30px;
    transform: rotate(0.05deg);
}

.site-header {
}

.site-header__top {
    padding: 10px 3% 0;
}

.site-header__top .container {
}

.site-header__title {
    font-size : 14px;
    color : #717071;
}

.site-header__bottom {
    margin: 0 0 6px;
    padding: 0 3%;
    position: relative;
    top: -9px;
}

.site-header__bottom .container {
}

.site-logo {
    width: 530px;
    padding: 25px 0 0;
}

.site-logo a {
    display: block;
}

.site-logo a img {
}

.site-header__buttons {
    width: calc(100% - 600px);
}

.site-header__buttons-first {
    margin: 0 0 10px;
}

.site-header__buttons-first ul {
    align-items: flex-end;
    justify-content: flex-end;
}

.site-header__buttons-first li {
}

.site-header__buttons-first li a {
    font-size : 16px;
    letter-spacing : 1.6px;
    position: relative;
}

.site-header__beginner {
    margin: 0 10px 0 0;
}

.site-header__beginner a {
    color : #B60005;
}

.site-header__beginner a::before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url(../img/common/icon_beginner.svg) no-repeat top left;
    position: relative;
    bottom: -1px;
    margin: 0 10px 0 0;
    left: 0;
    right: 0;
}

.site-header__contact {
}

.site-header__contact a {
    color : #231815;
}

.site-header__contact a::before {
    content: " ";
    display: inline-block;
    width: 19px;
    height: 14px;
    background: url(../img/common/icon_mail.svg) no-repeat 0 0;
    position: relative;
    bottom: -1px;
    margin: 0 5px 0 0;
    left: 0;
    right: 0;
}

.site-header__buttons-second {
    margin: 0 0 15px;
}

.site-header__buttons-second ul {
}

.site-header__buttons-second li {
    padding: 3px 6px;
    text-align: center;
}

.site-header__send-date {
    font-size: 22px;
    color : #B60005;
    width: 68%;
    background: #EAE4D1;
}
@keyframes blinking  {
	0%,100%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
}
.blink { animation: blinking 0.75s linear infinite alternate; }


.site-header__area {
    font-size: 22px;
    width: 30%;
    color : #FFFFFF;
    background: #595757;
}

.site-header__buttons-third {
}

.site-header__buttons-third ul {
    align-items: flex-end;
    justify-content: flex-end;
}

.site-header__buttons-third li {
}

.site-header__buttons-third a {
    font-size : 16px;
    letter-spacing : 1.6px;
    color : #231815;
    line-height: 1;
    border-left: 1px solid #B4B4B5;
    display: block;
    padding: 3px 10px;
}

.site-header__cart {
}

.site-header__cart a {
    position: relative;
    padding: 3px 0px 3px 40px;
    border: none;
}

.site-header__cart a::before {
    content: " ";
    display: block;
    width: 23px;
    height: 19px;
    background: url(../img/common/icon_cart.svg) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    bottom: 0;
    margin: auto 0;
    left: 13px;
    top: 0;
}

.site-header__nav {
    background: #B60005;
}

.site-header__nav .container {
}

.site-header__nav ul {
}

.site-header__nav li {
    width: 20%;
}

.site-header__nav a {
    font-weight : 700;
    font-size: 20px;
    letter-spacing: 0;
    color : #FFFFFF;
    display: block;
    text-align: center;
    padding: 20px 0 25px;
    position: relative;
}

.site-header__nav a::before {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/common/icon_rose.svg) no-repeat top left;
    background-size: contain;
    position: relative;
    top: 8px;
    margin: 0 5px 0 0;
}

.top-mb {
    background: url(../img/top/header_mb.jpg) no-repeat center center;
    background-size: cover;
}
.top-mb > .container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-mb > .container > h2 {
	color: white;
	font-size: 2.2rem;
	writing-mode:vertical-rl;
	text-orientation: upright;
	text-shadow: #ffffff 0px 0px 6px;
	margin: 100px 0 0;
}
.top-mv {display: none;}
@media (min-width: 769px) {
.top-mb {display: none}
.top-mv {display: block;}
.top-mv {
    background: url(../img/top/bg_03.jpg) no-repeat center center;
    background-size: cover;
}

}


/*
.top-mv {
    background: url(../img/top/bg_03.jpg) no-repeat center center;
    background-size: cover;
}
*/
.top-mv .container {
}

.top-mv .txt {
    padding: 100px 0;
    text-align: center;
}

.top-mv .t1 {
    font-weight : bold;
    font-size : 48px;
    line-height : 1.4;
    color : #FFFFFF;
    margin: 0 0 0px;
}

.top-mv .t2 {
    font-size : 72px;
    color: #FFF;
    line-height: 1.4;
    margin: 0;
}

.top-recommended {
    background: url(../img/top/bg_01.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 3% 10px;
}

.top-recommended.page {
    background: #EAE4D1;
}

.top-recommended .container {
}

.top-recommended h2 {
    color: #FFF;
}

.top-recommended h2 span::before {
    background: #FFF;
}

.top-recommended h2 span {
    color: #FFF;
}

.top-recommended ul {
}

.top-recommended li {
    width: 48%;
    margin: 0 0 60px;
}

.top-recommended .img {
    width: calc(100% - 320px);
    position: relative;
}

.top-recommended .img .recommend {
    display: block;
    background: url(../img/common/recommend.svg) no-repeat 0 0;
    background-size: contain;
    width: 180px;
    height: 70px;
    position: absolute;
    top: -16px;
    left: -10px;
}
.top-recommended .img .ranking {
    display: block;
    background-size: contain;
    width: 180px;
    height: 70px;
    position: absolute;
    top: -16px;
    left: -10px;
}
.top-recommended .img .ranking.ranking01 {background: url(../img/common/ranking01.svg) no-repeat 0 0;}
.top-recommended .img .ranking.ranking02 {background: url(../img/common/ranking02.svg) no-repeat 0 0;}
.top-recommended .img .ranking.ranking03 {background: url(../img/common/ranking03.svg) no-repeat 0 0;}
.top-recommended .img .ranking.ranking04 {background: url(../img/common/ranking04.svg) no-repeat 0 0;}
.top-recommended .img .ranking.ranking05 {background: url(../img/common/ranking05.svg) no-repeat 0 0;}
.top-recommended .img .ranking.ranking06 {background: url(../img/common/ranking06.svg) no-repeat 0 0;}
.top-recommended .img .ranking.rankingxmas {background: url(../img/common/rankingxmas.png) no-repeat 0 0;}
.top-recommended .img .ranking.rankingSeijin {background: url(../img/common/ranging_seijin.svg) no-repeat 0 0;}

.top-recommended .img img {
}

.top-recommended .txt {
    width: 300px;
}
.top-recommended .txt > ul {display: flex; align-items: center; justify-content: space-between}
.top-recommended .txt > ul > li {width: auto; margin:0}
.top-recommended .txt > ul > li.shippingDate {
	font-size: 18px;
    line-height: 1.6;
    color: #FFFFFF;
	margin: 0 0 10px;
}


.top-recommended .icon_rose {
    font-size : 18px;
    line-height : 1.6;
    color : #FFFFFF;
    display: block;
    position: relative;
    padding: 1px 0 0 36px;
    margin: 0 0 10px;
}

.top-recommended.page .icon_rose {
    color : #231815;
}

.top-recommended .icon_rose::before {
    content: " ";
    display: block;
    margin: 0 10px 0 0;
    background: url(../img/common/icon_rose.svg) no-repeat 0 0;
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.top-recommended h3 {
    font-weight : 700;
    font-size : 36px;
    letter-spacing: -0.2rem;
    line-height : 1.4;
    color : #FFFFFF;
    margin: 0 0 10px;
    padding: 0 0 20px;
    border-bottom: 2px solid #FFF;
}

.top-recommended.page h3 {
    color : #231815;
}

.top-recommended .des {
    font-size : 18px;
    line-height : 1.8;
    color : #FFFFFF;
    font-weight: 500;
    margin: 0;
}

.top-recommended.page .des {
    color : #231815;
}

.top-recommended .price {
    font-size : 24px;
    line-height : 1.8;
    color : #FFFFFF;
    margin: 0 0 20px;
}

.top-recommended.page .price {
    color : #231815;
}

.top-recommended .txt .btn {
    padding: 6px 20px 8px;
    font-size: 16px;
    display: inline;
}

.top-recommended .price span {
    font-size : 18px;
}

.top-recommended .btn {
    margin: 30px auto 60px;
}

.top-recommended p {
    font-weight : 700;
    font-size : 23px;
    line-height : 1.8;
    letter-spacing: -0.1rem;
    color : #FFFFFF;
}

.top-about {
    background: url(../img/top/bg_02.jpg) no-repeat center top;
    background-size: cover;
    padding: 50px 3% 50px;
    text-align: center;
}

.top-about .container {
}

.top-about h2 {
    color : #FFFFFF;
}

.top-about h2::before {
    background: #FFF;
}

.top-about h2 span {
    color : #FFFFFF;
}

.top-about h2 span::before {
    background: #FFF;
}

.top-about p {
    color : #FFFFFF;
}

.top-voice {
    background: #EAE4D1;
    padding: 50px 3%;
}

.top-voice .container {
}

.top-voice ul {
}

.top-voice li {
    width: 48%;
    margin: 0 0 40px;
}

.top-voice a {
    border: 1px solid #595757;
    align-items: center;
}

.top-voice .img {
    width: calc(100% - 400px);
}

.top-voice .img img {
}

.top-voice .txt {
    width: 370px;
    font-size : 25px;
    color : #595757;
    line-height: 1.8;
    padding: 0 20px 0 0;
}

.top-voice .date {
    margin: 0;
}

.top-voice .des {
    margin: 0;
}

.top-voice .btn {
}

.delivery-area {
    padding: 60px 3% 60px;
}

.delivery-area .container {
}

.delivery-area h2 {
}

.delivery-area h2 span {
}

.delivery-area__box {
}

.delivery-area__box .maps {
    width: calc(100% - 420px);
}

.delivery-area__box .maps img {
}

.delivery-area__box .txt {
    width: 400px;
}

.delivery-area__box .txt h3 {
    font-size : 44px;
    line-height: 1.5;
    color : #B60005;
    margin: 0 0 20px;
    letter-spacing: -0.1rem;
}

.delivery-area__box .txt p {
}

.delivery-area__box .table {
}

.delivery-area__box .table h4 {
    font-size : 16px;
    line-height : 39px;
    color : #000000;
}

.delivery-area__box table {
    width: 100%;
}

.delivery-area__box tbody {
}

.delivery-area__box tr {
}

.delivery-area__box th,.delivery-area__box td {
    font-size: 18px;
    line-height : 1.4;
    color : #231815;
    background: #EFC4CE;
    padding: 10px 10px;
    border-bottom: 4px solid #FFF;
    transform: rotate(0.05deg);
}

.delivery-area__box th {
    text-align: left;
}

.delivery-area__box td {
    text-align: right;
}

.delivery-area__box tr:nth-child(2n) th,.delivery-area__box tr:nth-child(2) td {
    background: #F4D176;
}

.delivery-area__box td span {
    font-size: 18px;
}

.receiving-store {
    padding: 0 3%;
}

.receiving-store .container {
}

.receiving-store h2 {
}

.receiving-store h2 span {
}

.receiving-store p {
    text-align: center;
}

.receiving-store__shops {
    border: 1px solid #717071;
    text-align: center;
    margin: 0 0 60px;
}

.receiving-store__shops h3 {
    background: #F5F2E9;
    font-size : 21px;
    line-height : 1.8;
    color : #231815;
    display: inline-block;
    margin: 0 auto 20px;
    max-width: 300px;
    width: 100%;
    transform: rotate(0.05deg);
}

.receiving-store__shops h4 {
    font-size : 24px;
    line-height : 1.8;
    color : #231815;
    transform: rotate(0.05deg);
}

.receiving-store__shops p {
}

.shop-service {
    margin: 0 0 50px;
}

.shop-service .container {
}

.shop-service__info {
}

.shop-service__info li {
    background: #F5F2E9;
    width: 19.6%;
    padding: 74px 10px 20px;
    position: relative;
    text-align: center;
}

.shop-service__info .icon {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 54px;
    height: 37px;
    text-align: center;
}

.shop-service__info li:nth-child(1) .icon {
    background-image: url(../img/common/icon_calendar.svg);
}

.shop-service__info li:nth-child(2) .icon {
    background-image: url(../img/common/icon_yen.svg);
}

.shop-service__info li:nth-child(3) .icon {
    background-image: url(../img/common/icon_send.svg);
}

.shop-service__info li:nth-child(4) .icon {
    background-image: url(../img/common/icon_mail.svg);
}

.shop-service__info li:nth-child(5) .icon {
    background-image: url(../img/common/icon_camera.svg);
}

.shop-service__info li:nth-child(6) .icon {
    background-image: url(../img/common/icon_camera.svg);
}

.shop-service__info h3 {
    font-weight : bold;
    font-size: 17px;
    color : #595757;
    background: #FFF;
    border-radius: 20px;
    text-align: center;
    padding: 3px 0;
    margin: 0 0 10px;
    transform: rotate(0.05deg);
}

.shop-service__info p {
    font-size: 16px;
    color : #595757;
    line-height: 1.6;
    margin: 0;
}

.shop-service__info p.txt-left {
    padding: 0 0 0 20px;
}

.shop-service__info p strong {
    color: #B60005;
    font-size: 26px;
    padding: 5px 0;
    display: inline-block;
}

.shop-service__info a {
    border: 1px solid #595757;
    display: inline-block;
    padding: 0 20px;
    margin: 10px 0 0;
    position: relative;
}

.shop-service__info a::before {
    content: " ";
    display: block;
    width: 8px;
    height: 8px;
    background: url(../img/common/v_02.svg) no-repeat top left;
    position: absolute;
    top : 0;
    margin: auto;
    bottom: 0;
    right: 5px;
}

.shop-service__links {
    margin: 15px 0;
}

.shop-service__links li {
    width: 24.4%;
}

.shop-service__links .btn {
    margin: 0;
    position: relative;
}

.shop-service__links .btn::before {
    content: " ";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/common/icon_rose.svg) no-repeat top left;
    position: relative;
    top: 3px;
    margin: 0 8px 0 0;
    left: 0;
}

.shop-contact {
    background: #EAE4D1;
    padding: 1px 3% 40px;
    text-align: center;
}

.shop-contact .container {
}

.shop-contact .container h2 {
    font-weight: 700;
    font-size : 30px;
    line-height: 1.4;
    color : #595757;
    margin: 50px 0 20px;
    transform: rotate(0.05deg);
}

.shop-contact p {
    line-height: 1.8;
    transform: rotate(0.05deg);
}

.shop-contact p a {
    color: #009FE8;
    text-decoration: underline;
}

.shop-contact .btn-list {
    max-width: 900px;
    margin: 40px auto 20px;
}

.shop-contact .btn-list .btn {
    width: 48%;
    margin: 0;
    max-width: 100%;
}

.shop-contact .btn {
}

.shop-contact .tel {
    font-size: 62px;
    line-height : 55.96px;
    color : #B60005;
    display: inline-block;
    margin: 0 0 20px;
    transform: rotate(0.05deg);
}

.site-footer {
}

.site-footer__top {
    background: #B60005;
    padding: 30px 3% 15px;
}

.site-footer__top .container {
}

.site-footer__top ul {
}

.site-footer__top li {
    margin: 0 0 20px;
    width: 20%;
    transform: rotate(0.05deg);
}

.site-footer__top a {
    display: block;
    font-size : 19px;
    line-height : 1.4;
    color : #FFFFFF;
    padding: 0 0 0 30px;
    position: relative;
}

.site-footer__top a::before {
    content: " ";
    display: block;
    width: 40px;
    height: 24px;
    background: url(../img/common/v_01.svg) no-repeat top left;
    position: absolute;
    top: 2px;
    margin: auto 0;
    left: 0;
    bottom: 0;
}

.site-footer__bottom {
    padding: 0 3%;
}

.site-footer__bottom .container {
}

.site-footer__redrose {
    width: 400px;
    padding: 30px 0 0;
}

.site-footer__logo {
    margin: 0 0 10px;
}

.site-footer__logo a {
}

.site-footer__logo img {
}

.site-footer__sns {
    padding: 0 0 0 63px;
}

.site-footer__sns ul {
    justify-content: flex-start;
    align-items: flex-start;
}

.site-footer__sns li {
    width: 26px;
    margin: 0 14px 0 0;
}

.site-footer__sns a {
    display: block;
}

.site-footer__sns img {
    display: block;
}

.site-footer__company {
    width: calc(100% - 550px);
    padding: 30px 0 0px;
}

.site-footer__company-logo {
    width: 230px;
    padding: 0px 30px 10px 0;
    border-right: 2px solid #B4B4B5;
}

.site-footer__company-logo a {
}

.site-footer__company-logo img {
}

.site-footer__company-address {
    width: calc(100% - 260px);
    padding: 10px 0 0;
}

.site-footer__company-address p {
    font-size : 19px;
    line-height : 1.8;
    color : #9E9E9F;
    transform: rotate(0.05deg);
}

.site-footer__bottom .sitemap {
    width: 100%;
    padding: 40px 0 10px;
    text-align: center;
}

.site-footer__bottom .sitemap a {
    color : #9E9E9F;
    text-decoration: underline;
}

.site-footer__bottom .copyright {
    font-size : 14px;
    line-height : 1.4;
    color : #9E9E9F;
    width: 100%;
    text-align: center;
    padding: 0px 0 20px;
}

.lower_mv {
    background-image: url(../img/rose_flower_language/mv.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 3%;
}

.lower_mv.no-bg {
    background: none;
}

.lower_mv .container {
}

.breadcrumbs {
    position: absolute;
    top: 10px;
    left: 0;
}

.breadcrumbs-list {
}

.shs_regular {
}

.breadcrumbs-list a,.breadcrumbs-list span {
    color: #FFF;
}

.no-bg .breadcrumbs-list a,.no-bg .breadcrumbs-list span {
    color: #231815;
}

.breadcrumbs-list li {
}

.breadcrumbs-list li {
    font-size: 17px;
}

.breadcrumbs-list li span {
    margin: 0 20px 0 0;
    position: relative;
    display: inline-block;
}

.breadcrumbs-list li > span::after {
    content: ">";
    display: inline-block;
    /* width:10px; */
    /* height:10px; */
    position: relative;
    top: 0;
    right: -10px;
    margin: 0 auto;
}

.breadcrumbs-list li:last-child > span::after {
    display: none;
}

.breadcrumbs-list li span a {
}

.breadcrumbs-list li span a span {
}

.breadcrumbs-list li.post {
}

.breadcrumbs-list li.post span {
}

.lower_mv .txt {
    text-align: center;
    padding: 60px 0;
}

.lower_mv p {
    font-size: 48px;
    line-height: 1.4;
    font-weight: 500;
    color : #FFFFFF;
    margin: 0 0 30px;
}

.lower_mv.no-bg p {
    color: #b60005;
}

.lower_mv.no-bg h1 {
    color : #231815;
}

.lower_mv.no-bg p::after {
    content: " ";
    display: block;
    width: 40px;
    height: 4px;
    background: #595757;
    position: absolute;
    bottom: -20px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.lower_mv h1 {
    font-weight: 500;
    font-size : 20px;
    color : #FFFFFF;
    position: relative;
}

.lower_mv h1::before {
    content: " ";
    display: block;
    width: 40px;
    height: 4px;
    background: #FFF;
    position: absolute;
    top: -20px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.rose-flower-language__lead {
    padding: 40px 3% 1px;
    background: #EAE4D1;
}

.rose-flower-language__lead .container {
}

.rose-flower-language__lead h2 {
    margin: 0 0 30px;
}

.rose-flower-language__lead p.lead {
    text-align: center;
}

.rose-flower-language__etc {
    padding: 50px 3% 10px;
}

.rose-flower-language__etc .container {
}

.rose-flower-language__etc h2 {
    font-size: 30px;
    color : #231815;
    margin: 0 0 30px;
}

.rose-flower-language__etc ul {
    margin: 0 0 30px;
    border-bottom: 1px solid #9E9E9F;
}

.rose-flower-language__etc li {
    border-top: 1px solid #9E9E9F;
}

.rose-flower-language__etc li a {
    padding: 10px 0 10px;
    align-items: center;
}

.rose-flower-language__etc li .icon_rose {
    font-size: 21px;
    display: block;
    width: 180px;
    line-height: 1.4;
    position: relative;
    top: -4px;
}

.rose-flower-language__etc li .icon_rose::before {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/common/icon_rose.svg) no-repeat top left;
    background-size: contain;
    position: relative;
    top: 8px;
    margin: 0 5px 0 0;
}

.rose-flower-language__etc li h3 {
    width: calc(100% - 380px);
    font-size: 21px;
    color : #B60005;
    padding: 0px 10px 0;
    line-height: 1.4;
}

.rose-flower-language__etc li .btn {
    padding: 6px 0;
    font-size: 18px;
    max-width: 100%;
    display: block;
    width: 150px;
    margin: 0;
}

.rose-flower-language__etc p {
    text-align: center;
}

.rose-flower-language__etc > .btn {
}

.item-detail {
    margin: 0 0 40px;
    padding: 0 3%;
}

.item-detail .container {
}

.item-detail .item-detail__img {
    width: calc(100% - 550px);
}

#main-img {
    margin: 0 0 24px;
    position: relative;
    padding-top: 86%;
    overflow: hidden; /* add */
}

#main-img img {
    box-shadow: 0 0 10px #e0e0e0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#sub-img {
}

#sub-img li {
    width: 31.5%;
    margin: 0 0 20px;
    box-shadow: 0 0 10px #e0e0e0;
}

#sub-img li img {
}

#sub-img li.current {
    box-shadow: 0 0 10px #ff4f54;
}

#sub-img li.current img {
}

.item-detail__txt {
    width: 510px;
    position: relative;
    top: -16px;
}

.item-detail__txt h1 {
    font-size: 38px;
    line-height: 1.4;
    color : #595757;
    font-weight: 500;
    margin: 0;
}

.item-detail__table { margin: 20px 0;}

.item-detail__table table {
    width: 100%;
    border-bottom: 3px solid #595757;
}

.item-detail__table tbody {
}

.item-detail__table tr {
}

.item-detail__table th,.item-detail__table td {
    text-align: left;
    font-size: 20px;
    line-height: 1.6;
    color : #595757;
    border-top: 3px solid #595757;
    padding: 5px 0;
}

.item-detail__table th {
    padding: 5px 20px 5px 0;
}

.item-detail__table td {
}

.item-detail__table-price {
    font-size: 30px;
}

.item-detail__message {
    padding: 0 0 20px;
    border-bottom: 1px solid #595757;
    margin: 0 0 20px;
	
    font-size: 18px;
    line-height: 1.6;
    color : #595757;
    margin: 0 0 7px;
    display: block;
}

.item-detail__message span {
    font-size: 18px;
    line-height: 1.6;
    color : #595757;
    margin: 0 0 7px;
    display: block;
}

.item-detail__txt .item-detail__message p {
    font-size: 22px;
    line-height: 1.7;
    color : #B60005;
    margin: 0 0 0px;
}

.item-detail__txt p {
    font-size: 18px;
    line-height: 1.8;
    color : #595757;
    margin: 0 0 10px;
}

.item-detail__txt small {
    font-size: 14px;
    line-height: 1.6;
    display: inline-block;
}

.item-option {
    margin: 0 auto 40px;
    max-width: 980px;
    width: 100%;
    padding: 0 0%;
}

.item-option .container {
}

.item-option__title {
    font-size: 24px;
    line-height: 1.4;
    color : #231815;
    text-align: center;
    font-weight: 700;
    margin: 0 0 10px;
}

.item-option__title + p {
    font-size: 18px;
    line-height: 1.8;
    color : #231815;
    text-align: center;
    font-weight: 500;
    margin: 0 0 20px;
}

.item-option__block {
    border-top: 1px solid #9E9E9F;
    padding: 40px 0 40px;
}

.item-option__block-txt {
    width: 320px;
    position: relative;
    top: -10px;
}

.item-detail__form .item-option__block-txt h3 {
    font-size: 22px;
    line-height: 1.5;
    color : #595757;
    color: #a22024;
    letter-spacing: -0.1rem;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #a22024;
}

.item-option__info {
    font-size: 15px;
    color : #595757;
    margin: 0 0 20px;
}

.item-option__detail {
    font-size: 18px;
    color : #595757;
    line-height: 1.8;
}

.item-option__img {
    width: calc(100% - 670px);
    /* min-width: 220px; */
}

.item-option__img img {
}

.item-option_radio-box {
    width: 310px;
}

.item-option_radio-box ul {
    border-bottom: 1px solid #9E9E9F;
}

.item-option_radio-box li {
    border: 1px solid #9E9E9F;
    border-bottom: none;
    font-size: 18px;
    /* color: #bbbbbb; */
    color: #595757;
    clear: both;
    /* opacity: 0.6; */
}

.item-option_radio-box li.active {
    /*     opacity: 1; */
    background: #EEEEEF;
}

.item-option_radio-box li span {
    opacity: 0.4;
}

.item-option_radio-box li.active span {
    opacity: 1;
}

.item-option_radio-box input {
    margin-right: 6px;
}

.item-option_radio-box label {
    padding: 15px 10px 14px 20px;
    display: block;
}

.item-option_radio-box label span {
}

.option-value {
    font-size: 16px;
    color: #FFF;
	display: inline-block;
    padding: 0 0px;
    width: 100%;
    max-width: 100px;
    text-align: center;
}

.option-text-black { color: #717071;}

.option-pink {
    font-size: 16px;
    background: #F19DB5;
    color: #FFF;
    display: inline-block;
    padding: 0 0px;
    width: 100%;
    max-width: 100px;
    text-align: center;
}

.option-blue {
    font-size: 16px;
    background: #82C1EA;
    color: #FFF;
    display: inline-block;
    padding: 0 0px;
    width: 100%;
    max-width: 100px;
    text-align: center;
}

.option-black {
    font-size: 16px;
    background: #231815;
    color: #FFF;
    display: inline-block;
    padding: 0 0px;
    width: 100%;
    max-width: 100px;
    text-align: center;
}

.option-gold {
    font-size: 16px;
    background: #FFE33F;
    color: #717071;
    display: inline-block;
    padding: 0 0px;
    width: 100%;
    max-width: 100px;
    text-align: center;
}

.option-danbowl {
    font-size: 16px;
    background: #C79F62;
    color: #FFF;
    display: inline-block;
    padding: 0 0px;
    width: 100%;
    max-width: 100px;
    text-align: center;
}

.submit-btn {
}

.submit-btn .btn.icon-cart {
    position: relative;
    padding: 14px 0 20px;
    cursor: pointer;
}

.submit-btn .btn.icon-cart:before {
    content: " ";
    display: inline-block;
    background: url(../img/common/icon_cart_wh.svg) no-repeat 0 0;
    background-size: contain;
    width: 26px;
    height: 26px;
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
}

.wrap-sitemap {
    padding: 0 3%;
    margin: 0 0 40px;
}

.sitemap-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sitemap-list li {
    width: 50%;
    margin: 0 0 10px;
    font-size: 20px;
}

.item-detail__form {
}

.item-detail__form h3 {
    font-size: 20px;
    margin: 0 0 20px;
    text-align: center;
    padding: 0 3% 0px;
    color: #a22024;
    font-weight: 700;
}

.item-option__custom {
    text-align: center;
    margin: 0 0 40px;
}

.item-option__custom .container {
    background: #EDD849;
    padding: 30px 0;
}

.item-option__custom-txt {
    font-size: 20px;
    line-height: 1.8;
    color : #231815;
    margin: 0 0 10px;
}

.item-option__custom-input {
}

.must {
    font-size: 16px;
    line-height: 1.2;
    color : #B60005;
    margin: 0 10px 0 0;
}

#item_option_input {
    font-size: 20px;
    padding: 10px 10px;
    max-width: 460px;
    width: 100%;
}

#item_option_input option {
}

.unit {
    font-size: 16px;
    margin: 0 0 0 10px;
}

.commitment-wrap {
    margin: 60px 0 60px;
    padding: 0 3%;
}

.commitment-block {
    margin: 0 0 20px;
}

.commitment-block .container {
}

.commitment-block h3 {
    background: #EAE4D1;
    padding: 0px 20px;
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 1;
    color : #B60005;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.commitment-block .num {
    font-size: 38px;
    background: #d7ccab;
    line-height: 24px;
    padding: 14px 12px;
    margin: 0 11px 0;
    display: inline-block;
    font-family: 'M PLUS 1p';
    font-weight: 500;
}

.commitment-block .eigo {
    font-size: 20px;
    letter-spacing : 4.8px;
    color: #c9c5b4;
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
    bottom: 1px;
}

.commitment-block .txt-img {
}

.commitment-block .img {
    width: 30%;
}

.commitment-block .img img {
}

.commitment-block .txt {
    width: 68%;
}

.commitment-block h4 {
    font-size: 26px;
    line-height: 1.5;
    color : #B60005;
    margin: -9px 0 20px;
}

.commitment-block p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 18px;
}

.border-top {
    border-top: 2px solid #b60005;
}

.border-bottom {
    border-bottom: 2px solid #b60005;
}

.entry-contents {
    padding: 50px 3% 40px;
    display: block;
}

.entry-contents .container {
    max-width: 900px;
}

.entry-contents p.date {
    line-height: 1;
    font-size: 22px;
}

.entry-contents h2 {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    color: #b60005;
    margin: 0 0 30px;
    font-size: 36px;
}

.entry-contents h3 {
    font-weight: 700;
    color: #b60005;
    border-bottom: 1px solid #b60005;
    margin: 0 0 20px;
    font-size: 19px;
    padding: 0 0 10px;
    line-height: 1.4;
}

.entry-contents p {
    font-size: 16px;
    margin: 0 0 30px;
    line-height: 1.8;
}

.entry-contents figure {
    margin: 0 0 20px;
}

.entry-contents .btn {
    margin: 40px auto;
}

.blog-list {
    margin: 0 0 50px;
}

.blog-list h2 {
    font-size: 24px;
    line-height: 1.6;
    color : #595757;
    text-align: center;
    margin: 0 0 40px;
}

.blog-list ul {
}

.blog-list li {
    margin: 0 0 30px;
}

.blog-list li a {
    background: #EEEEEF;
    border-right: 35px solid #E7E7E8;
    position: relative;
}

.blog-list li a::after {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/common/v_04.svg) no-repeat top left;
    position: absolute;
    top : 0;
    margin: auto;
    right: -27px;
    bottom: 0;
}

.blog-list .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* padding-top: 20%; */
    width: 39%;
}

.blog-list .txt {
    width: 57%;
    padding: 30px 20px 30px 0;
}

.blog-list .date {
    font-size: 19px;
    line-height: 1;
    color : #595757;
    margin: 0 0 10px;
}

.blog-list h3 {
    font-size: 22px;
    line-height: 1.6;
    color : #B60005;
    margin: 0 0 10px;
}

.blog-list .des {
    font-size: 16px;
    line-height: 1.9;
    color : #595757;
}

.pagenation {
    margin: 0 0 40px;
}

.pagenation ul {
    text-align: center;
}

.pagenation li {
    display: inline-block;
    margin: 0 10px 0;
}

.pagenation-prev {
}

.pagenation-prev::before {
    content: " ";
    display: block;
    width: 10px;
    height: 12px;
    background: url(../img/common/v_05.svg) no-repeat top left;
    transform: rotate(180deg);
    position: absolute;
    top : 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.pagenation-next::before {
    content: " ";
    display: block;
    width: 10px;
    height: 12px;
    background: url(../img/common/v_05.svg) no-repeat top left;
    position: absolute;
    top : 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.pagenation-next {
}

.prev-next {
    position: relative;
    height: 19px;
    bottom: -3px;
}

.pagenation li span {
    background: #EEEEEF;
    border-radius: 50%;
    padding: 4px 10px;
    color: #b60005;
}

.pagenation li a {
    display: block;
    padding: 4px 10px;
}

.qa-wrap {
    padding: 50px 3% 50px;
}

.qa-wrap .container {
    max-width: 1000px;
}

.qa-wrap p {
    margin: 0 0 40px;
    text-align: center;
}

.qa-block {
    margin: 0 0 40px;
}

.qa-block h3 {
    font-size: 26px;
    color : #B60005;
    font-weight: 500;
    border: 3px solid #B60005;
    padding: 8px 20px;
    position: relative;
    margin: 0 0 26px;
}

.qa-block h3::before {
    content: " ";
    display: block;
    width: 26px;
    height: 21px;
    background: url(../img/common/v_06.svg) no-repeat top left;
    position: absolute;
    bottom: -23px;
    margin: 0;
    left: 32px;
}

.aboxdiv, 
.abox {
    position: relative;
    padding: 0 0 0 63px;
}
.aboxdiv > span,
.abox span {
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    background: #9E9E9F;
    color: #FFF;
    padding: 8px 13px;
    line-height: 1;
    font-size: 26px;
}
.aboxdiv p,
.abox p {
    text-align: left;
    margin: 0;
    font-size: 18px;
}

.user-guide__contents {
    padding: 50px 3% 50px;
    display: block;
}

.user-guide__contents .container {
    max-width: 1000px;
}

.user-guide__block {
    margin: 0px 0% 70px;
}

.user-guide__block h2 {
    font-size: 20px;
    letter-spacing : 2px;
    color : #595757;
    line-height: 1.4;
    margin: 0 0 40px;
    border-bottom: 3px solid #b60005;
    padding: 0 0 20px;
}

.howto-list {
}

.howto-list ul {
}

.howto-list li {
}

.howto-list .img {
    width: 40%;
    padding: 0 0 50px;
}

.howto-list .img img {
    border: 1px solid #dedede;
}

.howto-list .txt {
    width: 55.7%;
    position: relative;
    padding: 0 0 50px 40px;
    border-left: 3px solid #9e9e9f;
}

.howto-list li:last-child .txt {
    border-left-color: #FFF;
}

.howto-list .txt span {
    position: absolute;
    display: block;
    background: #9E9E9F;
    font-size: 22px;
    color: #FFF;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    left: -27px;
    top: 0;
}

.howto-list h3 {
    font-size: 22px;
    line-height: 1.4;
    color : #B60005;
    margin: 10px 0 20px;
    /* position: static; */
}

.user-guide__block .howto-list p {
    font-size: 16px;
    line-height: 1.8;
    color : #595757;
    text-align: left;
}

.user-guide__block p {
    font-size: 20px;
    line-height: 1.8;
    color : #595757;
    text-align: center;
    margin: 0 0 40px;
}

.user-guide__block .delivery-area__box {
    margin: 60px 0 70px;
}

.user-guide__block .delivery-area__box .maps {
}

.user-guide__block .delivery-area__box .maps img {
}

.user-guide__block .delivery-area__box .txt {
}

.user-guide__block .delivery-area__box h3 {
}

.user-guide__block .delivery-area__box p {
    text-align: left;
    margin: 0 0 30px;
}

.user-guide__block .delivery-area__box .table {
}

.user-guide__block .delivery-area__box h4 {
}

.user-guide__block .delivery-area__box table {
}

.user-guide__block .delivery-area__box tbody {
}

.user-guide__block .delivery-area__box tr {
}

.user-guide__block .delivery-area__box th {
}

.user-guide__block .delivery-area__box td {
}

.user-guide__block .receiving-store__shops {
}

.user-guide__block .receiving-store__shops h3 {
}

.user-guide__block .receiving-store__shops h4 {
}

.user-guide__block .receiving-store__shops p {
}

.send-able {
    margin: 0 auto 70px;
    width: 100%;
    max-width: 1100px;
}

.send-able .gray-txt {
    width: calc(100% - 320px);
    background: #EAE4D1;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.send-able .txt-wrap {
}

.send-able .gray-txt h4 {
    font-size: 30px;
    line-height: 1.4;
    color : #B60005;
}

.send-able .gray-txt p {
    font-size: 16px;
    line-height : 28px;
    color : #595757;
    text-align: left;
    margin: 0;
}

.send-able .txt {
    width: 300px;
}

.send-able .txt p {
    font-size: 16px;
    text-align: left;
    margin: 0;
}

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

.payment__box ul {
}

.payment__box li {
    margin: 0 0 30px;
}

.payment__box h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

.payment__box p {
    font-size: 16px;
    text-align: left;
}

.photo-mail__box {
    max-width: 800px;
    margin: 0 auto 0;
    width: 100%;
}

.photo-mail__box h3 {
    font-size: 32px;
    line-height: 1.4;
    color : #B60005;
    text-align: center;
    margin: 0 0 30px;
}

.photo-mail__box h4 {
    font-size: 24px;
    line-height: 1.8;
    color : #595757;
    margin: 0 0 30px;
    text-align: center;
}

.photo-mail__box p {
    font-size: 18px;
    line-height: 1.8;
    color : #595757;
    margin: 0 0 30px;
    text-align: left;
}

.contact-box {
}

.contact-box__attend {
    border-bottom: 1px solid #000;
    margin: 0 0 60px;
    padding: 0 0 30px;
}

.contact-box__attend ul {
}

.contact-box__attend li {
    position: relative;
    padding: 0 0 0 20px;
}

.contact-box__attend li::before {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    background: #595757;
    position: absolute;
    top: 8px;
    margin: 0;
    left: 0;
}

.contact-box__attend p {
}

.contact-box__attend a {
    color: #b60005;
    font-weight: 700;
    text-decoration: underline;
}

.contact-box__attend a.tel {
    text-decoration: none;
}

.form-box {
}

.form-box p {
}

.form-box .must {
}

.form-box .table {
}

.form-box table {
    width: 100%;
    table-layout: fixed;
}

.form-box tbody {
}

.form-box tr {
}

.form-box th {
    text-align: left;
    font-weight: 700;
    color: #595757;
    padding: 20px 0 20px;
    width: 240px;
    vertical-align: top;
    font-size: 16px;
}

.form-box th .must {
}

.form-box td {
    padding: 10px 0;
}

.form-box input {
    padding: 10px 10px;
    font-size: 16px;
    width: 100%;
}

.form-box select {
    padding: 10px 10px;
    font-size: 16px;
    width: 100%;
}

.form-box textarea {
    width: 100%;
}

.fileup_btn {
    background: #e6e6e6;
    padding: 10px 20px;
    margin: 0 0 20px;
    border-radius: 24px;
    border: 1px solid #717171;
    cursor: pointer;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fileup_btn:hover {
    opacity: 0.6;
}

.form-box button.btn {
    margin: 40px 0 40px 240px;
}

.btnspinner {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.spinner_area input {
    padding: 9px 10px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    width: calc(100% - 20px);
    vertical-align: middle;
    /* デフォルトのスピナーを消す */
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.spinner_area input[type="button"] {
    cursor: pointer;
}

.spinner_area input.spinner_up {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    padding: 0;
    line-height: 1;
}

.spinner_area input.spinner_down {
    position: absolute;
    right: 0;
    top: 20px;
    width: 20px;
    padding: 0;
    line-height: 1;
}

.cart-box {
    margin: 0 0 20px;
}

.cart-box__flow {
}

.cart-box__flow ul {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
}

.cart-box__flow ul::before {
    content: " ";
    display: block;
    width: 88%;
    height: 2px;
    background: #B4B4B5;
    position: absolute;
    top: 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.cart-box__flow li { width: 13.333%; }

.cart-box__flow span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 8px;
    background: #B4B4B5;
    color: #FFF;
    border-radius: 50%;
}

.cart-box__flow span.current {
    background: #595757;
}

.cart-box__flow p {
    font-size: 18px;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    color: #595757;
}

.cart-box__table {
}

.cart-box__table table {
    width: 100%;
    table-layout: fixed;
}

.cart-box__table thead {
}

.cart-box__table thead tr {
    background: #c8c9ca;
}

.cart-box__table th {
    background: #C8C9CA;
    padding: 8px 0px;
}

.cart-box__table-img {
    width: 200px;
}

.cart-box__table-name {
}

.cart-box__table-num {
    width: 100px;
}

.cart-box__table-delete {
    width: 80px;
}

.cart-box__table th span {
    border-left: 1px solid #595757;
    display: block;
}

.cart-box__table tbody {
}

.cart-box__table tbody tr:last-child td {
    border-bottom: none;
}

.cart-box__table td {
    vertical-align: middle;
    padding: 30px 10px;
    text-align: center;
    border-bottom: 1px solid #717071;
}

.cart-box__table td.cart-box__table-name {
    text-align: left;
}

.cart-box__table td img {
}

.cart-box__table .spinner_area {
    position: relative;
    text-align: left;
}

.cart-box__table .spinner_area input.counter1 {
}

.cart-box__table .spinner_area input.btnspinner {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    padding: 0;
    line-height: 1;
}

.cart-box__table .spinner_area input.btnspinner:last-child {
    top: 20px;
}

.cart-box__table td p {
    margin: 0;
}

.cart_delete {
    position: relative;
    background: #b60005;
    color: #FFF;
    font-weight: normal;
    width: 30px;
    line-height: 1;
    height: 30px;
    padding: 0 0 0px;
    margin: 0 auto;
    border: none;
    border-radius: 3px;
    display: block;
    cursor: pointer;
}

.cart_delete::before, .cart_delete::after {
    content: " ";
    display: block;
    width: 70%;
    height: 2px;
    background: #FFF;
    position: absolute;
    top : 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.cart_delete::after {
    transform: rotate(-45deg);
}

.cart-box__sum {
    background: #DBDCDC;
    padding: 8px 10px 10px;
    text-align: right;
    margin: 0 0 20px;
}

.cart-box__sum .cart-box__sum-price {
    font-size: 20px;
    color : #595757;
    margin: 0 0 5px;
    /* display: inline-block; */
    padding: 0 0 0px 30px;
}

.cart-box__sum .cart-box__sum-price span {
    color : #E50012;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 0 10px;
}

.cart-box__sum .cart-box__sum-attend {
    margin: 0;
    border-top: 1px solid #717071;
    display: inline-block;
    padding: 6px 0 0 20px;
    font-size: 14px;
}

.cart-box__btns {
    align-items: flex-end;
    justify-content: flex-end;
}

.cart-box__btns .btn.inverse {
    margin: 0 auto 0 0;
    max-width: 260px;
    border: 2px solid #b60005;
}

.cart-box__btns .btn {
    margin: 0 0px 5px 14px;
    display: inline-block;
    /* max-width: 200px; */
    padding: 10px 0;
    /* font-size: 16px; */
}

