@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Pontano+Sans&subset=latin-ext");
@import url("https://rosegallery.itembox.design/item/css/xmas2.css");

/*
Description: ローズギャラリーのオリジナルテーマ
Version: 1.0
Author:
Author URI:
*/
/*-----------------------------------------------------------------
リセット
----------------------------------------------------------------- */
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

:focus,
:active {
    outline: 0;
}

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

th,
td {
    padding: 8px;
    line-height: 1.4em;
}

body {
    margin: 0;
    padding: 0;
    font: 14px/1.8 "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体",
        YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana,
        sans-serif;
    letter-spacing: 0.03em;
    color: #151515;
    cursor: pointer;
    cursor: hand;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dt,
dl,
dd {
    font-size: inherit;
    margin: 0;
    padding: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

@media screen and (min-width: 360px) {
    * {
        -webkit-text-size-adjust: none;
    }
}

/*----------------------------------------------------
clearfix
----------------------------------------------------*/
.clearfix:after,
.header:after,
.contents:after,
.col:after {
    content: ".";
    display: block;
    height: 0.1px;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
}

.clearfix,
.header,
.contents,
.col {
    display: inline-block;
    overflow: hidden;
    _overflow: visible;
    display: block;
}

* html .clearfix,
* html .header,
* html .contents,
* html .col {
    height: 1%;
}

/* ----------- anchor */
a {
    color: #151515;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

a.link {
    border-bottom: 1px solid;
}

a.link:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.5em;
}

.pcnone {
    display: none;
}

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

.spnone {
    display: block;
}

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

.pcfl {
    float: left;
}

@media screen and (max-width: 768px) {
    .pcfl {
        float: none;
    }
}

.pcfr {
    float: right;
}

@media screen and (max-width: 768px) {
    .pcfr {
        float: none;
    }
}

.inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.inner_10 {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .inner {
        width: 94%;
    }
}

.cont {
    width: 100%;
    padding: 80px 0;
    border-bottom: 1px solid #ddd;
}

.row {
    margin-bottom: 60px;
}

.bg01 {
    background: #151515;
    color: #fff;
}

.bg01 a {
    color: #fff;
}

.breadcrumbs {
    font-size: 12px;
    margin: 10px auto 40px;
}

.breadcrumbs a {
    text-decoration: underline;
}

.breadcrumbs a:hover {
    text-decoration: none;
    opacity: 1;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
#header {
    background: #151515;
    color: #fff;
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #header {
        position: static;
    }
}

#header .btn_area_pc {
    position: fixed;
    top: 20px;
    right: 0;
    z-index: 999;
}

@media screen and (max-width: 768px) {
    #header .btn_area_pc {
        position: static;
    }
}

@media screen and (max-width: 768px) {
    #header .btn_area_pc img {
        width: 25px;
    }

    #header .btn_area_pc img.pcnone {
        display: inline;
    }
}

.btn_area_pc {
    display: flex;
}

.btn_area_pc img {
    display: block;
    border-right: 1px solid #ffffff85;
}

.pcnone {
    display: none;
}

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

    .pcnone {
        display: flex;
        justify-content: flex-end;
    }
}

/* ヘッダーアイコン変更前のｃｓｓ↓ */

/* #header .btnShop {
  position: fixed;
  top: 20px;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #header .btnShop {
    position: static;
  }
}
#header .btnShop img {
  width: 155px;
}
@media screen and (max-width: 768px) {
  #header .btnShop img {
    width: 25px;
  }
  #header .btnShop img.pcnone {
    display: inline;
  }
} */

#headerLogo {
    text-align: center;
    padding: 30px 0 24px;
}

#headerLogo img {
    width: 220px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    #headerLogo img {
        width: 180px;
    }
}

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

#gNavi {
    display: none;
    height: 100vh;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #151515;
    padding-top: 10vh;
    overflow-y: scroll;
}

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

@media screen and (max-width: 768px) {
    #gNavi ul {
        margin-top: 0;
    }
}

#gNavi li {
    width: 100%;
    text-align: center;
}

#gNavi li a {
    display: block;
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #gNavi li a {
        padding: 10px 3%;
    }
}

.menuTrigger {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 999;
}

@media screen and (max-width: 768px) {
    .menuTrigger {
        position: static;
        display: inline-block;
        width: 18%;
    }
}

.menuTrigger:before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    position: fixed;
    top: 7px;
    left: 20px;
    background: #151515;
}

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

.menuTrigger span {
    display: block;
    width: 32px;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media screen and (max-width: 768px) {
    .menuTrigger span {
        width: 25px;
        margin: 0 auto;
    }
}

.menuTrigger .top {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media screen and (max-width: 768px) {
    .menuTrigger .top {
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}

.menuTrigger .bottom {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

@media screen and (max-width: 768px) {
    .menuTrigger .bottom {
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        -o-transform: translateY(7px);
        transform: translateY(7px);
    }
}

.menuTrigger.open .middle {
    background: none;
}

.menuTrigger.open .top {
    -webkit-transform: rotate(-45deg) translateY(2px);
    -ms-transform: rotate(-45deg) translateY(2px);
    -o-transform: rotate(-45deg) translateY(2px);
    transform: rotate(-45deg) translateY(2px);
}

.menuTrigger.open .bottom {
    -webkit-transform: rotate(45deg) translateY(-2px);
    -ms-transform: rotate(45deg) translateY(-2px);
    -o-transform: rotate(45deg) translateY(-2px);
    transform: rotate(45deg) translateY(-2px);
}

.spHeadSearchWrap {
    display: none;
}

@media screen and (max-width: 768px) {
    .spNaviWrap {
        background: #151515;
        padding: 18px 0%;
        height: 60px;
        position: fixed;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        z-index: 999;
    }

    .spNaviWrap a,
    .spNaviWrap button {
        display: inline-block;
        width: 19%;
        text-align: center;
        background-color: transparent;
    }

    .spNaviWrap a img,
    .spNaviWrap button img {
        height: 46px;
        vertical-align: middle;
        margin-top: -46px;
    }

    .spHeadSearchWrap {
        background: #151515;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        font-size: 12px;
        padding: 20px 0;
    }

    .spHeadSearchWrap .box {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid;
    }

    .spHeadSearchWrap .box:last-child {
        border-bottom: none;
    }

    .spHeadSearchWrap h3 {
        font-size: 1.2em;
        font-weight: normal;
        margin-bottom: 5px;
    }

    .spHeadSearchWrap .item li {
        display: inline-block;
        width: 48%;
        margin-bottom: 5px;
    }
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
#footer {
    background: #151515;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#footer a {
    color: #fff;
}

#footer .row {
    padding: 80px 0 0;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #footer .row {
        padding: 40px 0 0;
    }
}

.footerSns li {
    margin: 20px;
    display: inline-block;
}

.footerSns li i {
    font-size: 32px;
}

.footerLinks {
    text-align: left;
    padding-bottom: 40px;
}

.footerLinks .left,
.footerLinks .right {
    border-left: 1px solid;
    padding: 0 0 0 20px;
}

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

    .footerLinks .left,
    .footerLinks .right {
        border: none;
    }
}

.footerLinks .left {
    width: 540px;
    float: left;
}

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

.footerLinks .left li {
    width: 230px;
}

.footerLinks .right {
    width: 230px;
    float: left;
}

@media screen and (max-width: 768px) {
    .footerLinks .right {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
}

.footerLinks .right li {
    display: block;
    width: 100%;
}

.footerLinks .card {
    width: 210px;
    float: right;
}

@media screen and (max-width: 768px) {
    .footerLinks .card {
        width: 100%;
        float: none;
    }
}

.footerLinks .card img {
    width: 100%;
    margin-top: 10px;
}

.footerLinks h2 {
    font-family: "Pontano Sans", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

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

.footerLinks li {
    display: inline-block;
    margin-bottom: 5px;
}

.footerLinks li:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 1em;
}

.copyright {
    text-align: center;
    padding: 80px 0;
    font-size: 12px;
}

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

/*----------------------------------------------------
contents
----------------------------------------------------*/
/*title*/
h2.ttl01 {
    font-family: "Pontano Sans", "游ゴシック Medium", "Yu Gothic Medium",
        "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #444;
    margin-bottom: 30px;
    position: relative;
}

h2.ttl01 span {
    display: block;
}

h2.ttl01 .main {
    font-size: 26px;
}

h2.ttl01 .sub {
    font-size: 12px;
}

h3.ttl01 {
    font-family: "Pontano Sans", "游ゴシック Medium", "Yu Gothic Medium",
        "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #444;
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
}

h3.ttl01 span {
    background: #fff;
    padding: 0 20px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    h3.ttl01 span {
        padding: 0 10px;
    }
}

h3.ttl01:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #151515;
    z-index: -1;
}

h4.ttl01 {
    font-family: "Pontano Sans", "游ゴシック Medium", "Yu Gothic Medium",
        "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

/*column*/
.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.col>li .imgBox {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.col>li .imgBox img {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.col2 {
    margin: -10px -40px;
}

@media screen and (max-width: 768px) {
    .col2 {
        margin-left: auto;
        margin-right: auto;
    }
}

.col2>li {
    width: 460px;
    margin: 10px 40px;
}

@media screen and (max-width: 768px) {
    .col2>li {
        width: 100%;
        margin: 10px auto;
    }
}

.col3 {
    margin: -10px -40px;
}

@media screen and (max-width: 768px) {
    .col3 {
        margin-left: auto;
        margin-right: auto;
    }
}

.col3>li {
    width: 280px;
    margin: 10px 40px;
}

@media screen and (max-width: 768px) {
    .col3>li {
        width: 100%;
        margin: 10px auto;
    }
}

.col3_type2 {
    margin: -10px -40px;
}

@media screen and (max-width: 768px) {
    .col3_type2 {
        margin-left: auto;
        margin-right: auto;
    }
}

.col3_type2>li {
    width: 302px;
    margin: 10px 40px;
}

@media screen and (max-width: 768px) {
    .col3_type2>li {
        width: 100%;
        margin: 10px auto;
    }
}

.col4 {
    margin: -10px -40px;
}

@media screen and (max-width: 768px) {
    .col4 {
        margin: -10px -1%;
    }
}

.col4>li {
    width: 190px;
    margin: 10px 40px;
}

@media screen and (max-width: 768px) {
    .col4>li {
        width: 48%;
        margin: 10px 1%;
    }
}

/*button*/
.btn {
    display: block;
    border: 1px solid;
    font-family: "Pontano Sans", sans-serif;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.btn:after {
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    margin-left: 0.5em !important;
    position: absolute !important;
    right: 25px !important;
    top: 0 !important;
}

.btn:hover {
    opacity: 0.5;
}

.btn.btn01 {
    color: #151515;
}

.btn.btn02 {
    color: #fff;
}

.btn.btn03 {
    color: #fff;
    background: #c5a05b;
}

.btn.btnSS {
    width: 200px;
    height: 32px;
    line-height: 32px;
}

.btn.btnS {
    width: 240px;
    height: 55px;
    line-height: 55px;
}

.btn.btnM {
    width: 460px;
    height: 55px;
    line-height: 55px;
}

.btn.btnL {
    width: 470px;
    height: 55px;
    line-height: 55px;
}

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

    .btn.btnSS,
    .btn.btnS,
    .btn.btnM,
    .btn.btnL {
        width: 70% !important;
        height: 32px !important;
        line-height: 32px !important;
    }
}

/*table*/
table.table01 {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px dashed #ababab;
}

table.table01 th,
table.table01 td {
    border-bottom: 1px dashed #ababab;
    padding: 20px 0;
}

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

    table.table01 th,
    table.table01 td {
        width: 100%;
        display: block;
    }
}

table.table01 th {
    min-width: 130px;
    font-weight: normal;
    text-align: left;
}

@media screen and (max-width: 768px) {
    table.table01 th {
        width: 100%;
        border-bottom: none;
        padding-bottom: 0;
    }
}

table.table01 td {
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    table.table01 td {
        padding-left: 0;
    }
}

.contents#sub {
    padding-bottom: 80px;
}

/*list*/
ul.disc {
    list-style-type: disc;
    padding-left: 30px;
    line-height: 1.5em;
}

ul.disc li {
    list-style-type: disc;
}

/*----------------------------------------------------
TOP
----------------------------------------------------*/
.mainImg {
    text-align: center;
    padding-bottom: 85px;
}

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

.mainImg .imgBox {
    position: relative;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .mainImg .imgBox {
        margin-bottom: 20px;
    }
}

.mainImg .imgBox .btn {
    position: absolute;
    display: block;
    bottom: 40px;
    left: 50%;
    margin-left: -235px;
}

@media screen and (max-width: 768px) {
    .mainImg .imgBox .btn {
        bottom: 20px;
        margin-left: -35%;
    }
}

.mainImg .imgBox img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .mainImg .imgBox .pcnone {
        display: block;
    }

    .mainImg .imgBox .slick-list.draggable {
        display: block !important;
    }
}

.mainImg .txtBox .btn {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .mainImg .txtBox .btn {
        margin-top: 20px;
    }
}

.topInfoWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}

.topInfoWrap .txtBox {
    width: 735px;
}

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

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

.topInfoWrap .btn {
    width: 240px;
}

@media screen and (max-width: 768px) {
    .topInfoWrap .btn {
        width: 70%;
        margin-top: 20px;
    }
}

.infoList dt {
    font-size: 12px;
}

.infoList dd {
    margin-bottom: 20px;
}

.infoList dd:last-child {
    margin-bottom: 0;
}

.lineupList {
    margin-bottom: 40px;
}

.lineupList .ttl {
    font-size: 16px;
    text-align: center;
    font-family: "Pontano Sans", "游ゴシック Medium", "Yu Gothic Medium",
        "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 10px;
}

.lineupList .ttl span {
    font-size: 0.5em;
    text-transform: uppercase;
    margin-left: 1em;
    letter-spacing: 0.03em;
}

.lineupList .imgBox {
    width: 100%;
    height: 260px;
    position: relative;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .lineupList .imgBox {
        width: 94vw;
        height: 94vw;
        margin-bottom: 10px;
    }
}

.lineupList .imgBox .btn {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
}

@media screen and (max-width: 768px) {
    .lineupList .imgBox .btn {
        margin-left: -35%;
    }
}

.lineupList .txt {
    font-size: 12px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; */
}

.lineupList a {
    display: block;
}

.topSceneList .imgBox {
    width: 100%;
    height: 190px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .topSceneList .imgBox {
        width: 46vw;
        height: 46vw;
        margin-bottom: 5px;
    }
}

.topSceneList .ttl {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    font-weight: normal;
    text-transform: uppercase;
}

.topSceneList .ttl span {
    font-family: "Pontano Sans", sans-serif;
    font-size: 1.5em;
    display: block;
}

/* ---------------------------------------------------------
about
--------------------------------------------------------- */
.aboutSign {
    text-align: right;
}

.aboutSign img {
    width: 100px;
    margin-left: 10px;
    float: right;
}

/* ---------------------------------------------------------

--------------------------------------------------------- */
input.btn {
    background: none;
    padding: 0;
}

/*select*/
select {
    border: 1px solid #ababab;
    padding: 5px;
    font-size: 1em;
}

/*checkbox*/
.checkbox01-input {
    display: none;
}

.checkbox01-parts {
    padding-left: 20px;
    position: relative;
    padding-left: 30px;
}

.checkbox01-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #151515;
    border-radius: 2px;
}

.checkbox01-input:checked+.checkbox01-parts {
    color: #c5a05b;
}

.checkbox01-input:checked+.checkbox01-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
    width: 8px;
    height: 16px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #c5a05b;
    border-right: 3px solid #c5a05b;
}

/*radio*/
.radio02-input {
    display: none;
}

.radio02-input+label {
    padding-left: 50px;
    position: relative;
    /*margin-right: 20px;*/
}

.radio02-input+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #151515;
    border-radius: 50%;
}

.radio02-input:checked+label {
    color: #c5a05b;
}

.radio02-input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    background: #c5a05b;
    border-radius: 50%;
}

/* ------------------------------------------------
common
---------------------------------------------- */
.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb90 {
    margin-bottom: 90px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml12 {
    margin-left: 12px;
}

.ml13 {
    margin-left: 13px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb100 {
    padding-bottom: 100px;
}

.text10 {
    font-size: 72%;
}

.text11 {
    font-size: 79%;
}

.text12 {
    font-size: 86%;
    letter-spacing: 0.01em;
}

.text13 {
    font-size: 93%;
}

.text14 {
    font-size: 100%;
}

.text16 {
    font-size: 115%;
}

.text18 {
    font-size: 129%;
}

.text20 {
    font-size: 143%;
}

.text24 {
    font-size: 172%;
}

.text28 {
    font-size: 200%;
}

.text30 {
    font-size: 214%;
}

.textC {
    text-align: center;
}

.textR {
    text-align: right;
}

.textL {
    text-align: left;
}

.textB {
    font-weight: bolder;
}

.textGold {
    color: #c5a05b !important;
}

.red {
    color: #f00;
}

.box10p {
    width: 10%;
}

.box15p {
    width: 15%;
}

.box20p {
    width: 20%;
}

.box35p {
    width: 35%;
}

.box40p {
    width: 40%;
}

.box45p {
    width: 45%;
}

.box49p {
    width: 49%;
}

.box50p {
    width: 50%;
}

.box55p {
    width: 55%;
}

.box60p {
    width: 60%;
}

.box80p {
    width: 80%;
}

.lrAuto {
    margin-left: auto;
    margin-right: auto;
}

.link a {
    color: #fd7e33;
    text-decoration: underline;
    font-weight: bold;
}

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

.va_b {
    vertical-align: bottom;
}

.va_m {
    display: inline-block;
    vertical-align: middle;
}

/*# sourceMappingURL=style.css.map */

.mail_add {
    width: 167px;
}

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

@media screen and (max-width: 768px) {
    .col3>li.lineupList_inner {
        width: 48%;
        margin: 10px 1%;
    }

    .col>li .topimgBox {
        width: 45vw;
        height: 42vw;
        margin-bottom: 10px;
    }

    .col>li .onlineimgBox {
        width: 45vw;
        height: 60vw !important;
    }

    .lineupList .ttl span {
        margin-left: 0;
    }
}

/*------- campaign --------*/
.campaign {
    font-family: "Roboto", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体",
        YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana,
        sans-serif;
    letter-spacing: 1px;
}

.campaign_inner {
    position: relative;
    margin-bottom: 150px;
}

.campaign_title {
    margin-bottom: 80px;
}

.campaign_bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 46%;
    z-index: -1;
    background: #e2cba0;
}

p.campaign_front_ttl {
    position: absolute;
    font-size: 40px;
    left: 4rem;
}

p.campaign_ttl {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.campaign_explanation {
    font-size: 16px;
    margin-bottom: 30px;
}

.campaign_day {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 10px;
}

.campaign_cap {
    padding-left: 1em;
    text-indent: -1em;
}

.campaign_explanation span {
    color: #f42d28;
}

.campaign_product {
    background: #cbb388;
    padding: 10px;
    margin-bottom: 20px;
}

.campaign_product p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.content_flex {
    display: flex;
}

img.campaign_img {
    padding-top: 14px;
}

.scale-box {
    width: 50%;
    overflow: hidden;
}

.scale-box img {
    width: 100%;
}

.campaign_details {
    width: 50%;
    padding-left: 70px;
    padding-right: 70px;
}

.campaign_details_inner {
    max-width: 540px;
    margin-top: 30px;
    width: 100%;
}

.campaign_tag {
    margin-bottom: 30px;
}

.campaign_details ul li {
    font-size: 18px;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
}

.campaign_details ul li:first-child {
    background: #f42d28;
    margin-right: 10px;
}

.campaign_details ul li:last-child {
    background: #0d0d0d;
    border: 1px solid #0d0d0d;
}

.campaign_tag ul {
    display: flex;
}

.c-scrollEffect__obj {
    padding-top: 80px;
    padding-bottom: 50px;
}

.c-more {
    font-weight: bold;
    letter-spacing: 0.1em;
    display: block;
    position: relative;
    color: #0d0d0d;
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
}

.c-more .line {
    position: absolute;
    top: 50%;
    right: 10rem;
    left: 0;
    height: 1px;
    background: #e3e3e3;
}

.c-more .line:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 1px;
    background: #0d0d0d;
}

.campaign_content {
    padding-top: 80px;
}

.rose_explanation .content_flex {
    flex-direction: row-reverse;
}

.rose_explanation_bg {
    background-image: url(assets/img/campaign/rose_fragrance_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.rose_explanation_bg_2 {
    background-image: url(assets/img/campaign/rose_fragrance_bg_2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.rose_campaign_postage_bg {
    background-image: url(assets/img/campaign/rose_campaign_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.rose_explanation_inner .rose_explanation_inner_ttl {
    position: absolute;
    left: 50%;
    width: 50%;
    background: #000;
    color: #fff;
    padding: 40px 40px 40px 4%;
    font-size: 40px;
    line-height: 0.8em;
}

.rose_explanation_inner_ttl p img {
    width: 100%;
    max-width: 527px;
}

.rose_explanation p span {
    font-size: 18px;
}

. {
    padding-top: 200px;
    padding-left: 54%;
    font-size: 16px;
    padding-bottom: 150px;
}

.rose_explanation_txt_2 {
    padding-top: 200px;
    padding-left: 50%;
    font-size: 16px;
    padding-bottom: 150px;
}

.rose_explanation_txt_inner {
    padding-left: 4rem;
    padding-right: 4rem;
    width: 50%;
    margin: auto;
}

.rose_explanation_txt_inner .rose_explanation_ttl {
    font-size: 40px;
    line-height: 1.4em;
}

.rose_explanation_txt_sub {
    padding-top: 60px;
    font-size: 16px;
}

.rose_explanation_img {
    width: 50%;
}

.rose_explanation_img img {
    width: 100%;
}

.rose_how_to_bg {
    background-image: url(assets/img/campaign/how_bg.jpg);
    background-repeat: no-repeat;
}

.rose_how_to p {
    position: absolute;
    left: 0;
    width: 50%;
    background: #000;
    color: #fff;
    padding: 40px 0 40px 70px;
    font-size: 40px;
    line-height: 0.8em;
}

.rose_how_to p span {
    font-size: 18px;
}

.rose_how_to_txt {
    padding-top: 200px;
    padding-left: 45%;
    font-size: 16px;
    padding-bottom: 150px;
}

.rose_how_to_txt_sub {
    padding-top: 210px;
    padding-bottom: 180px;
    font-size: 16px;
    padding-left: 4rem;
}

.campaign_lineup_ttl p {
    font-size: 40px;
    margin-bottom: 10px;
}

.campaign_lineup_inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.campaign_slide_content {
    display: flex;
    flex-wrap: wrap;
}

/* .bxslider .campaign_slider_list{
  margin-right: 78px;
} */

.campaign_slider {
    position: relative;
}

.custom-control {
    position: absolute;
    display: flex;
    top: -50px;
    right: 0;
}

.custom-control a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    /* z-index: 9999; */
}

.custom-next .bx-next {
    right: 10px;
    background: url(assets/img/campaign/controls_next.png) no-repeat 0 0;
    z-index: 1;
}

.custom-prev .bx-prev {
    left: -90px;
    background: url(assets/img/campaign/controls_prev.png) no-repeat 0 0;
    z-index: 1;
}

.custom-next a {
    text-indent: -9999px;
}

.custom-prev a {
    text-indent: -9999px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    /* z-index: 9999; */
}

.campaign_slider_list img {
    margin-bottom: 40px;
}

.lineup_name {
    font-size: 23px;
    color: #c6a15c;
    font-weight: bold;
    text-align: center;
}

.lineup_cap {
    font-size: 16px;
    color: #c6a15c;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1em;
}

.lineup_txt {
    font-size: 16px;
}

.campaign_slider_list .c-scrollEffect__obj {
    padding-top: 30px;
    padding-bottom: 0;
}

.campaign_slider_list .c-more .line {
    right: 5rem;
}

.rose_how_to p img {
    width: 100%;
    max-width: 527px;
}

.campaign_during_bg {
    height: 580px;
    background-image: url(assets/img/campaign/campaign_during_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.campaign_during_bg_2 {
    height: 580px;
    background-image: url(assets/img/campaign/campaign_during_bg_2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.campaign_item_list_ttl {
    font-size: 40px;
    text-align: center;
}

.campaign_item_list_cap {
    text-align: center;
    font-size: 16px;
}

.campaign_item_list_explanation {
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.campaign_img_wrap {
    display: flex;
    flex-wrap: wrap;
}

.campaign_img_wrap_box {
    transition-duration: 0.5s;
}

.campaign_img_wrap_box {
    width: 20%;
    cursor: pointer;
}

.campaign_img_wrap_box:hover {
    box-shadow: -1px 5px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
    transition-duration: 0.5s;
}

.campaign_item_product {
    font-size: 16px;
    padding-top: 30px;
}

.campaign_item_price {
    font-size: 16px;
    color: #c6a15c;
}

.campaign_img_wrap_box_inner {
    padding-bottom: 30px;
    padding-left: 30px;
}

.campaign_img_wrap_box img {
    width: 100%;
}

.campaign_details a:hover {
    opacity: 1;
}

/*アニメーション*/
@media screen and (min-width: 769px) {
    .scale-img {
        overflow: hidden;
    }

    .scale-img img,
    .campaign_bg::before,
    .c-more,
    .c-more .line,
    .c-more .line:before {
        transition: 0.6s;
    }

    .campaign_bg:hover .campaign_ttl {
        color: #fff;
    }

    .campaign_bg:hover .campaign_explanation {
        color: #fff;
    }

    .campaign_bg:hover .campaign_day {
        color: #fff;
    }

    .campaign_bg:hover .campaign_cap {
        color: #fff;
    }

    .campaign_bg:hover .campaign_product {
        background: #2f2f2f;
    }

    .campaign_bg:hover .campaign_details ul li:last-child {
        border: 1px solid #fff;
    }

    .campaign_bg:hover .campaign_details ul li {}

    .scale-img img {
        display: block;
    }

    .campaign_bg:hover .scale-img img {
        transform: scale(1.2);
    }

    .campaign_bg:hover.campaign_bg::before {
        background: #0d0d0d;
    }

    .campaign_bg:hover .c-more {
        color: #fff;
    }

    .c-more .line {
        overflow: hidden;
    }

    .campaign_bg:hover .c-more .line {
        background: #000;
    }

    .campaign_bg:hover .c-more .line:before {
        opacity: 0;
    }

    .c-more .line:after {
        content: "";
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 1px;
        background: #fff;
    }

    .campaign_bg:hover .c-more .line:after {
        animation: Anime 0.6s;
        left: calc(100% - 1.5rem);
    }

    @keyframes Anime {
        0% {
            left: -100%;
        }

        100% {
            left: calc(100% - 1.5rem);
        }
    }
}

@media screen and (max-width: 1454px) {
    .rose_explanation_txt_inner .rose_explanation_ttl {
        font-size: 28px;
    }

    p.campaign_ttl {
        font-size: 28px;
    }

    .rose_explanation_txt_sub {
        padding-top: 40px;
    }

    .rose_how_to_bg {
        background-position: 45% 100%;
    }
}

@media screen and (max-width: 1255px) {
    p.campaign_ttl {
        font-size: 32px;
    }

    p.campaign_front_ttl img {
        width: 90%;
    }
}

@media screen and (max-width: 1104px) {
    .rose_explanation_txt_inner .rose_explanation_ttl {
        font-size: 23px;
    }

    .rose_explanation_txt_sub {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1100px) {
    p.campaign_ttl {
        font-size: 24px;
    }

    .campaign_explanation {
        font-size: 14px;
    }

    p.campaign_front_ttl img {
        width: 80%;
    }

    .campaign_product p {
        font-size: 14px;
    }
}

@media screen and (max-width: 990px) {
    p.campaign_front_ttl img {
        width: 60%;
    }

    .campaign_details ul li {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .campaign_inner {
        margin-bottom: 60px;
    }

    .campaign_title {
        margin-bottom: 30px;
    }

    .campaign_title {
        padding: 0 30px 0 30px;
    }

    .campaign_bg::before {
        display: none;
    }

    p.campaign_front_ttl {
        display: none;
    }

    .content_flex {
        display: block;
    }

    .scale-box {
        width: 100%;
    }

    .campaign_details {
        width: 100%;
    }

    .campaign_content {
        padding-top: 0;
    }

    .scale-img {
        width: 100%;
        margin-top: -14px;
    }

    .scale-img:hover {
        transform: none;
    }

    .campaign_details {
        padding-left: 20px;
        padding-right: 20px;
    }

    .campaign_details ul li {
        font-size: 16px;
        padding: 0px 5px;
        color: #fff;
        font-weight: bold;
    }

    .campaign_details ul li:first-child {
        margin-right: 5px;
    }

    .campaign_tag {
        margin-bottom: 20px;
    }

    p.campaign_ttl {
        font-size: 23px;
        margin-bottom: 20px;
        letter-spacing: 0.1em;
        line-height: 1.3em;
    }

    .campaign_explanation {
        font-size: 14px;
    }

    .campaign_product {
        padding: 15px;
    }

    .campaign_product p span {
        font-size: 16px;
    }

    .campaign_product p {
        font-size: 14px;
    }

    .c-scrollEffect__obj {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .campaign_details:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #e2cba0;
    }

    .c-more .line {
        right: 9rem;
    }

    .c-more {
        font-size: 14px;
    }

    .rose_explanation_inner .rose_explanation_inner_ttl {
        width: 100%;
        left: 0;
        padding: 30px 20px 20px 20px;
        font-size: 28px;
        line-height: 1.4em;
        letter-spacing: 0.1em;
    }

    .rose_explanation_bg {
        background-image: url(assets/img/campaign/rose_fragrance_bg_sp.jpg);
        background-repeat: no-repeat;
        background-position: 0% 130px;
        background-size: contain;
    }

    .rose_explanation_bg_2 {
        background-image: url(assets/img/campaign/rose_fragrance_bg_2_sp.jpg);
        background-repeat: no-repeat;
        background-position: 0% 130px;
        background-size: contain;
    }

    .rose_campaign_postage_bg {
        background-image: url(assets/img/campaign/rose_campaign_bg_sp.jpg);
        background-repeat: no-repeat;
        background-position: 0% 130px;
        background-size: contain;
    }

    .rose_explanation_txt {
        padding-top: 120%;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 14px;
        padding-bottom: 60px;
    }

    .rose_explanation_txt_2 {
        padding-top: 120%;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 14px;
        padding-bottom: 60px;
    }

    .rose_explanation_txt_inner .rose_explanation_ttl {
        font-size: 23px;
        line-height: 1.4em;
        letter-spacing: 0.1em;
    }

    .rose_explanation_txt_inner {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        margin: auto;
    }

    .rose_explanation_txt_sub {
        padding-top: 20px;
        font-size: 14px;
    }

    .rose_explanation_img img {
        width: 100%;
    }

    .rose_explanation_img {
        width: 100%;
        padding-bottom: 20px;
    }

    .rose_how_to p {
        width: 100%;
        padding: 30px 0 20px 20px;
        font-size: 28px;
        line-height: 1.4em;
        letter-spacing: 0.1em;
    }

    .rose_how_to_bg {
        background-image: none;
    }

    .rose_how_to_txt_sub {
        padding-top: 110%;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 14px;
        padding-bottom: 60px;
    }

    .rose_how_to_img {
        width: 100%;
        padding-top: 131px;
    }

    .rose_how_to_img img {
        width: 100%;
    }

    .rose_how_to_txt_sub {
        padding: 20px 20px 0 20px;
        font-size: 14px;
    }

    .campaign_lineup_ttl p {
        font-size: 28px;
        text-align: center;
    }

    .custom-prev .bx-prev {
        left: 0;
    }

    .custom-next .bx-next {
        right: 7%;
    }

    .campaign_during_bg {
        height: 200px;
        background-image: url(assets/img/campaign/campaign_during_bg_sp.jpg);
        background-attachment: unset;
    }

    .campaign_during_bg_2 {
        height: 200px;
        background-image: url(assets/img/campaign/campaign_during_bg_2_sp.jpg);
        background-attachment: unset;
    }

    .campaign_item_list_ttl {
        font-size: 28px;
    }

    .campaign_item_list_explanation {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 30px;
        padding: 0 20px;
    }

    .campaign_img_wrap_box {
        width: 33.333%;
    }

    .campaign_item_product {
        font-size: 14px;
        padding-top: 0px;
    }

    .campaign_item_price {
        font-size: 14px;
        color: #c6a15c;
    }

    .campaign_img_wrap_box_inner {
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .custom-control {
        top: 130px;
        width: 93%;
    }

    .campaign_slider {
        overflow: hidden;
    }

    /* .campaign_slider .bx-viewport {
  padding-left: 25px;
} */
    /* .bxslider .campaign_slider_list {
  width: 318px!important;
  margin-right: 5px;
  margin-left: 5px;
} */
    .bx-wrapper {
        margin-bottom: 0 !important;
    }

    .bx-controls {
        display: none;
    }

    .bx-viewport {
        overflow: visible !important;
    }

    ul.scene_navi_box li {
        border-bottom: 1px solid #000;
    }

    ul.scene_navi_box li a {
        padding: 30px 15px;
        display: block;
        font-size: 16px;
        position: relative;
    }

    .scene_navi_btn {
        font-family: "Pontano Sans", sans-serif;
        font-size: 12px;
        right: 0;
    }

    .scene_navi_btn:after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 0.5em;
        position: absolute;
        right: 15px;
        top: 35%;
    }

    .bx-wrapper {
        margin: 0 auto;
    }

    .bx-wrapper {
        box-shadow: 0 0 5px #fff !important;
        border: 0 solid #fff !important;
    }

    .lineup_txt {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .lineup_explanation {
        padding: 0 20px;
    }

    .campaign_img_wrap_box {
        transition-duration: none;
    }

    .campaign_img_wrap_box:hover {
        box-shadow: none;
        transform: none;
        transition-duration: none;
    }

    .cont.single_cont {
        padding-top: 0;
    }
}

.rose_product_txt_inner {
    padding-left: 8%;
    padding-right: 0;
    padding-top: 4%;
    padding-bottom: 4%;
    width: 50%;
    background: #000;
}

.rose_product_txt_inner .rose_explanation_ttl {
    font-size: 40px;
    line-height: 1.4em;
    color: #fff;
}

.rose_product_txt_inner .rose_explanation_txt_sub {
    color: #fff;
}

.rowflex {
    flex-direction: row-reverse !important;
}

.rose_explanation_img_bg {
    background-image: url(assets/img/campaign/rose_campaign_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

@media screen and (max-width: 768px) {
    .rose_explanation_img_bg {
        background-image: url(assets/img/campaign/rose_campaign_bg_sp.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        height: 300px;
    }

    .rose_product_txt_inner {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        margin: auto;
    }

    .rose_product_txt_inner .rose_explanation_ttl {
        font-size: 23px;
        line-height: 1.4em;
        letter-spacing: 0.1em;
    }

    .rose_product_txt_inner {
        background: #fff;
    }

    .rose_product_txt_inner .rose_explanation_ttl {
        color: #000;
    }

    .rose_product_txt_inner .rose_explanation_txt_sub {
        color: #000;
        font-size: 13px;
    }
}

@media screen and (max-width: 1104px) {
    .rose_product_txt_inner .rose_explanation_ttl {
        font-size: 23px;
    }
}

/*------- campaign END --------*/

/*---- 20191016 イベントテストページ ----*/

.campaign_img_wrap_box_sub {
    width: 25%;
    cursor: pointer;
}

.campaign_img_wrap_box_sub:hover {
    box-shadow: -1px 5px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
    transition-duration: 0.5s;
}

.campaign_img_wrap_box_sub img {
    width: 100%;
}

.campaign_img_wrap_box_sub {
    transition-duration: 0.5s;
}

.wrap_margin {
    margin-bottom: 60px;
}

.campaign_wrap_ttl .ttl {
    font-size: 16px;
    font-family: "Pontano Sans", "游ゴシック Medium", "Yu Gothic Medium",
        "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 5px;
}

.campaign_wrap_ttl .ttl span {
    font-size: 0.5em;
    text-transform: uppercase;
    margin-left: 1em;
    letter-spacing: 0.03em;
}

.campaign_wrap_ttl .txt {
    font-size: 12px;
    margin-bottom: 20px;
}

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

    .wrap_margin {
        margin-bottom: 40px;
    }

    .campaign_item_list_explanation span {
        font-size: 10px;
    }
}

.campaign_item_list_explanation span {
    font-size: 12px;
}

/*---- 20191016 イベントテストページ END ----*/

.online_campaign {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}

.online_campaign h1 {
    font-size: 2.1rem;
    font-weight: normal;
    margin-bottom: 20px;
}

.online_campaign p {
    font-size: 1.3rem;
}

.online_campaign p:last-child {
    margin-bottom: 0;
}

.online_campaign_inner {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .online_campaign h1 {
        font-size: 1.4rem;
        font-weight: normal;
    }

    .online_campaign {
        width: 100%;
        margin: 0 auto 30px;
        text-align: center;
        border: 1px solid #32373c;
        padding: 10px 20px;
    }

    .online_campaign p {
        font-size: 0.8rem;
    }
}

.pc_none {
    display: block !important;
}

.sp_none {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .pc_none {
        display: none !important;
    }

    .sp_none {
        display: block !important;
    }

    img.top_br {
        width: 100%;
    }
}

.rose-color-list {
    margin-top: -4px;
    position: absolute;
    left: 25px;
}

.rose-color-list li img {
    width: 18px;
    vertical-align: bottom;
    margin-right: 10px;
}

.rose-icon-mt {
    margin-top: 12px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .footerLinks {
        text-align: left;
        padding-bottom: 0px;
    }
}

/*---- 20200525 トップランキング ----*/

.rankingBox_inner {
    counter-reset: number 0;
}

.rankingBox_inner {
    list-style: none;
    position: relative;
}

.rankingBox:before {
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 12px;
    color: #fff;
    background: #191919;
    z-index: 1;
    font-size: 1.2rem;
    font-weight: bold;
}

.rankingBox:nth-child(1):before {
    background: #d5a300;
}

.rankingBox:nth-child(2):before {
    left: 7px;
    background: #8e8e8e;
}

.rankingBox:nth-child(3):before {
    left: 2px;
    background: #96572f;
}

@media screen and (max-width: 768px) {
    .rankingBox:nth-child(2):before {
        left: 0;
    }

    .rankingBox:nth-child(3):before {
        left: 0;
    }
}

/*---- 20200525 トップランキング　END ----*/

/*---- 20200604 お客様の声 ----*/

.voice_bnr {
    margin-top: 0 !important;
    margin-bottom: 60px;
}

section.inner_2.contents {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.col3_type2 {
    margin: -10px -40px;
text-align: center;
}

.col3_type2>li {
    margin: 10px 40px 100px;
    width: 27.2%;
}

@media screen and (max-width: 375px) {
    .col3_type2>li.lineupList_inner.voice_innner {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 99% !important;
    }
}

@media screen and (max-width: 1104px) {
    .col3_type2>li.lineupList_inner.voice_innner {
        margin: 10px 4%;
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .voice {
        display: block;
        overflow: hidden;
        display: inline-block;
    }

    .col3_type2 {
        margin-left: auto;
        margin-right: auto;
    }

    .col3_type2>li.lineupList_inner.voice_innner {

margin: 10px 1%;
        width: 48%;
    }

    section.inner_2.contents {
        width: 100%;
    }
}

@media screen and (max-width: 530px) {
    .col3_type2>li.lineupList_inner.voice_innner {
        width: 100% !important;
    }
}

/*---- 20200604 お客様の声END ----*/

.product_introduct {
    font-weight: bold;
    margin-bottom: 10px;
}

.message_box img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .about_short_movie {
        width: 100%;
        height: 0;
        position: relative;
        padding-top: 56.25%;
        overflow: hidden;
    }

    .about_short_movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}

/*---- 20200720 動画埋め込みEND ----*/

/*---- 202009 カテゴリー絞り込み ----*/

.contents_menu {
    max-width: 1030px;
    text-align: right;
    width: 1030px;
}

.contents_select {
    display: inline-block;
    margin-bottom: 50px;
}

select.post-catselect {
    border: none;
    font-weight: bold;
    width: 95px;
    text-decoration: underline;
}

.contents_select.lineup {
    margin-right: 35px;
}

@media screen and (max-width: 768px) {
    .contents_menu {
        text-align: center;
        max-width: 750px;
        width: auto;
    }
}

@media screen and (max-width: 455px) {
    .contents_select {
        margin-right: 10px;
    }

    .contents_select.lineup {
        margin-right: 0;
    }

    select.post-catselect.a {
        width: 95px !important;
        margin-right: 10px;
    }

    select.post-catselect {
        width: 52px;
    }
}

/*---- 202009 カテゴリー絞り込みEND ----*/

.top_sp_bnr_content a img {
    width: 100%;
}

.to_home {
    margin-top: 30px;
}

/* アコーディオン */
.information_title {
    position: relative;
}

.informatin_title::before {
    positioon: absolute;
    content: "";
    width: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
    background: url(assets/img/campaign/) no-repeat center;
    background-size: 15px;
}

.informatin_title.active_accordion::before {
    background: url(assets/img/campaign/) no-repeat center;
    background-size: 15px;
}

/* ここからよくあるご質問 */
.information_body {
    font-family: "BIZ UDP明朝";
}

.information_container {
    max-width: 1000px;
    margin: 0 auto;
}

.information_h2 h2 {
    font-size: 35px;
    text-align: center;
    margin: 50px 0 30px;
}

/* .information_area {
  font-weight: 600;
} */

.information_h2 span {
    display: block;
    font-size: 18px;
    color: rgb(165, 165, 165);
    text-align: center;
    padding-bottom: 20px;
}

.information_title ul {
    display: none;
}

.information_title li div {
    display: none;
}

.information_sub_title {
    padding-left: 10px;
}

.information_sub_title table tbody tr td {
    border: 1px solid rgb(100, 100, 100);
}

.information_sub_title table tbody tr:nth-child(odd) {
    background-color: rgb(228, 228, 228);
}

.information_sub_title_p {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid rgb(204, 204, 204);
    cursor: pointer;
}

.information_sub_title_p {
    position: relative;
}

.information_sub_title_p::before {
    position: absolute;
    content: "";
    width: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
    background: url(https://rosegallery.itembox.design/item/contact/jyuji.png?t=20250620152506) no-repeat center;
    background-size: 15px;
}

.information_sub_title_p.active_accordion::before {
    background: url(https://rosegallery.itembox.design/item/boo.png?t=20250620152506) no-repeat center;
    background-size: 15px;
}

.information_sub_title_q {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    margin: 15px 0 10px;
    border: 1px solid rgb(204, 204, 204);
    padding: 8px;
    cursor: pointer;
}

.information_sub_title_a {
    display: inline-block;
    color: red;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.infomation_p {
    color: red;
}

.infomation_p p {
    margin-bottom: 10px;
}

.fs-c-breadcrumb__list {
    padding: 1px !important;
}

/* カテゴリー一覧の動的に差し込むうタイトルエリア */
.category_title_area {
    width: 100%;
}

.category_title_area .ttl01 {
    margin-bottom: 15px;
}

.category_title_area p {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .category_title_area p {
        text-align: center;
    }

    .fs-body-category-come-up-roses-heart br {
        display: none;
    }

    p.txt {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;

        /*IE対策*/
        line-height: 1.5em;
        max-height: 4.5em;
    }
}

/* 0609追加css */

.important_information_area {
    padding: 80px 0;
    border-bottom: 1px solid #ddd;
}

.news_guidance.bottom_news {
    margin-bottom: 10px;
}

.btn.news_guidance_btn {
    max-width: 180px;
    margin-top: 10px;
}

a.news_guidance_links {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .inner.news_guidance_inner {
        width: 90%;
    }

    .news_guidance.bottom_news {
        margin-bottom: 10px;
    }

    .news_guidance {
        max-width: 660px;
        width: 100%;
        margin: 0 auto;
        display: flex;
    }

    .news_guidance_txt {
        width: 100%;
        text-align: left;
    }

    .btn.news_guidance_btn {
        width: 30%;
        margin-top: 0;
    }
}

.topics_area {
    padding: 80px 0;
    border-bottom: 1px solid #ddd;
}

.topics_area .contents_area {
    display: flex;
    align-items: center;
}

.topics_area_contents {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .topics_area_contents {
        flex: 1;
    }
}

.information_area {
    padding: 80px 0;
    border-bottom: 1px solid #ddd;
}

.itemName {
    font-size: 18px;
}

.itemName span {
    font-size: 13px;
    color: rgb(143, 143, 143);
}

.voice_wrap .inner {
    width: auto;
}

.card_online_img_area {
    display: grid;
}

.card_online_img_area .card {
    margin-bottom: 20px;
}

4 .online p {
    margin-bottom: 10px;
}

li.lineupList_inner.voice_innner {
    height: 550px;
    overflow-y: scroll;
}

.message_card_best_wishes_p {
    display: block;
    margin-left: -7px;
    margin-top: 10px;
}

.line_up_scene_button_area {
    display: flex;
    margin-top: 35px;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .line_up_scene_button_area {
        margin-top: 0;
    }
}


.line_up_button_area {
    font-size: 13px;
    border: 1px solid rgb(0, 0, 0);
    padding: 5px 25px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .line_up_button_area {
        padding: 5px 10px;
    }
}

.scene_button_area {
    font-size: 13px;
    border: 1px solid rgb(0, 0, 0);
    padding: 5px 30px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .scene_button_area {
        padding: 5px 15px;
    }
}

.button_area_img {
    margin-top: 3px;
    margin-left: 15px;
    width: 8%;
}

.logout_button_area {
    margin-top: 9px;
    margin-left: 8px;
}

.logout_button_area .logout_button {
    box-shadow: 0 0 2px #b2b2b2;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #3c3c3c;
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    padding: 21px 27px;
}

.logout_button_img {
    width: 60%;
    margin: 0 auto;
}

.modal-button {
    display: none;
}

/*---- 20210617 トップINFOMATION ----*/
.topInfoWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}

.topInfoWrap .txtBox {
    width: 735px;
}

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

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

.topInfoWrap .btn {
    width: 240px;
}

@media screen and (max-width: 768px) {
    .topInfoWrap .btn {
        width: 70%;
        margin-top: 20px;
    }
}

.infoList dt {
    font-size: 12px;
}

.infoList dd {
    margin-bottom: 20px;
}

.infoList dd:last-child {
    margin-bottom: 0;
}

.infoList dt {
    font-size: 12px;
}

.infoList dd {
    margin-bottom: 20px;
}

.infoList dd:last-child {
    margin-bottom: 0;
}

/*---- 20210617 トップINFOMATION END ----*/

/*---- カートポイントメッセージ START ----*/
.fs-c-pointmessage-area {
    width: 600px;
    background: none !important;
    border: 1px solid #c5a05b;
    margin: 20px auto !important;
}

.fs-c-pointmessage-area .textGold {
    margin-left: 10px;
}

.cart-text-large {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .fs-c-pointmessage-area {
        width: 100%;
    }
}

/*---- カートポイントメッセージ END ----*/

/*---- 商品詳細　説明文色変更 ----*/

span.intro_product__txt {
    color: red;
}

/*---- 商品詳細　説明文色変更 END ----*/

/*---- 個人情報取扱いについて ----*/

.privacy-form_btn a {
    margin: 0;
}

/*---- 個人情報取扱いについて END ----*/


/*---- トップバナーリンク ----*/
@media screen and (min-width: 769px) {
    .shipment_inner {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding-top: 80px;
    }

    .shipment_inner.shipment_inner_sub {
        width: 100%;
        max-width: 600px;
        margin: 20px auto;
        padding-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .shipment_inner {
        width: 94%;
        margin: 0 auto;
        padding-top: 60px;
    }

    .shipment_inner.shipment_inner_sub {
        width: 94%;
        margin: 20px auto;
        padding-top: 0;
    }
}

/*---- トップバナーリンク END ----*/

/*---- カテゴリーページ ----*/

.recommend__innner__box h2 {
    text-align: center;
}

span.memory_ttl_span {
    font-family: "Arial";
}

@media screen and (min-width: 769px) {
    .category_bnr_area {
        width: 100%;
        max-width: 710px;
        margin: 60px auto;
    }

    .recommend__innner__box {
        margin: 60px auto 0;
        width: 100%;
        max-width: 900px;
    }

    .recommend__innner__box h2 span {
        display: inline-block !important;
    }

    .recommend__innner__box h2 {
        font-size: 21px;
    }

    img.img_recommend_main {
        margin: 30px auto 60px;
        border: 1px solid #707070;
    }

    img.img_recommend_main {
        margin: 30px auto 0;
        border: 1px solid #707070;
    }

    p.txt_recommend_main {
        text-align: right;
        margin-bottom: 60px;
        font-size: 18px;
    }

    p.annotation_recommend_txt {
        margin-top: 0px;
    }

    .category_bnr_area ul {
        display: flex;
    }

    .category_bnr_area ul li {
        width: 65%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
        line-height: 2.3em;
    }

    .category_bnr_area ul li:first-child {
        width: 35%;
        padding-right: 30px;
    }

    .recommend__innner__box_memory {
        margin-bottom: 90px;
    }

    .recommend__innner__box_memory ul {
        display: flex;
        width: 100%;
        max-width: 800px;
        margin: 0 auto 60px;
    }

    .recommend__innner__box_memory ul li p.memory_ttl {
        font-size: 26px;
        line-height: 1.2em;
        max-width: 400px;
    }

    .recommend__innner__box_memory ul li p span.memory_ttl_span {
        border-bottom: 2px solid #000;
    }

    .recommend__innner_btn a {
        font-size: 24px;
        background: #bda264;
        border: 1px solid #707070;
    }

    .recommend__innner_btn a.btn.btnM {
        width: 530px;
        height: 55px;
        line-height: 55px;
    }

    .recommend__innner_btn a.btn:after {
        content: none !important;
    }

    .recommend__innner_btn a span {
        color: #fff;
    }

    .recommend__innner__box_memory ul li p span.memory_txt {
        font-size: 18px;
    }

    .recommend__innner__box_memory ul li img {
        border-radius: 15%;
        border: 1px solid #707070;
    }

    .recommend__innner__box_memory ul li:first-child {
        margin-right: 5%;
        width: 40%;
    }

    .recommend__innner__box_memory ul li:last-child {
        margin-left: 5%;
        width: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
    }

    .recommend__innner_secret h2 {
        font-size: 40px;
        padding: 20px 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin-bottom: 60px;
    }

    p.recommend__secret_ttl {
        font-size: 36px;
        margin-bottom: 40px;
    }

    p.recommend__secret_ttl span {
        color: #c5a05b;
    }

    .recommend__innner_secret ul {
        display: flex;
        margin-bottom: 60px;
        flex-direction: row-reverse;
    }

    .recommend__innner_secret ul li:first-child {
        width: 48%;
        margin-left: 2%;
        font-size: 22px;
        line-height: 1.5em;
    }

    .recommend__innner_secret ul li:last-child {
        width: 48%;
        margin-right: 2%;
        font-size: 16px;
    }

    p.recommend__secret_ttl {
        position: relative;
        line-height: 2.5em;
        padding-left: 3.7em;
    }

    p.recommend__secret_ttl_01:before {
        position: absolute;
        left: 0;
        content: "";
        display: inline-block;
        width: 3em;
        height: 3em;
        background: url(https://rosegallery.itembox.design/item/category/img_birth_recommend_no_secret01.png) no-repeat;
        background-size: contain;
    }

    p.recommend__secret_ttl_02:before {
        position: absolute;
        left: 0;
        content: "";
        display: inline-block;
        width: 3em;
        height: 3em;
        background: url(https://rosegallery.itembox.design/item/category/img_birth_recommend_no_secret02.png) no-repeat;
        background-size: contain;
    }

    p.recommend__secret_ttl_03:before {
        position: absolute;
        left: 0;
        content: "";
        display: inline-block;
        width: 3em;
        height: 3em;
        background: url(https://rosegallery.itembox.design/item/category/img_birth_recommend_no_secret03.png) no-repeat;
        background-size: contain;
    }

    .recommend__innner__box_memory ul li p.memory_ttl.propose_memory_ttl span {
        width: 398px;
        line-height: 2.5rem;
        margin-bottom: 10px;
    }

    .recommend__innner__box_memory ul li p.memory_ttl.propose_memory_ttl span:nth-child(2) {
        width: 240px;
        margin: 0 auto;
    }

    span.memory_txt {
        letter-spacing: -0.03em;
    }

    .recommend__innner__box_birthday ul li p.memory_ttl span {
        width: 162px;
        line-height: 2.5rem;
        margin: 0 auto 10px;
    }

    .recommend__innner__box_birthday ul li p.memory_ttl span:nth-child(2) {
        width: 269px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .category_bnr_area ul li:first-child {
        margin: 20px 0;
    }

    .recommend__innner__box {
        margin-top: 40px;
    }

    .recommend__innner__box h2 {
        font-size: 16px;
    }

    span.memory_ttl_span {
        text-align: center;
        text-decoration: underline;
        font-size: 18px;
        margin: 15px auto;
        line-height: 1.5em;
    }

    .recommend__innner__box_memory {
        margin-bottom: 40px;
    }

    .recommend__innner__box_memory ul li {
        text-align: center;
    }

    .recommend__innner__box_memory ul li img {
        width: 50%;
        border-radius: 15px;
        border: 1px solid #707070;
    }

    p.memory_ttl {
        max-width: 280px;
        margin: 0 auto;
    }

    .recommend__innner_btn a {
        font-size: 18px;
        background: #bda264;
        border: 1px solid #707070;
    }

    .recommend__innner_btn a.btn:after {
        content: none !important;
    }

    .recommend__innner_btn a span {
        color: #fff;
    }

    .recommend__innner_btn {
        margin: 20px auto 0;
    }

    .recommend__innner_secret h2 {
        padding: 5px 0;
        font-size: 22px;
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        max-width: 300px;
        width: 100%;
        margin: 0 auto 20px;
    }

    .recommend__innner_secret ul {
        margin-bottom: 60px;
        padding: 0 10px;
    }

    .recommend__innner_secret ul li:first-child {
        line-height: 1.5em;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .recommend__innner_secret ul li:last-child {}

    .recommend__innner_secret ul li img {
        border: 1px solid #707070;
    }

    p.recommend__secret_ttl {
        position: relative;
        font-size: 20px;
        letter-spacing: -0.01em;
        line-height: 1.3em;
        padding-left: 4.6em;
        margin-bottom: 20px;
    }

    .recommend__innner_secret ul li:last-child {
        font-size: 14px;
    }

    p.recommend__secret_ttl_01:before {
        position: absolute;
        left: 3%;
        content: "";
        display: inline-block;
        width: 3.5em;
        height: 3.5em;
        background: url(https://rosegallery.itembox.design/item/category/img_birth_recommend_no_secret01.png) no-repeat;
        background-size: contain;
    }

    p.recommend__secret_ttl_02:before {
        position: absolute;
        left: 3%;
        content: "";
        display: inline-block;
        width: 3.5em;
        height: 3.5em;
        background: url(https://rosegallery.itembox.design/item/category/img_birth_recommend_no_secret02.png) no-repeat;
        background-size: contain;
    }

    p.recommend__secret_ttl_03:before {
        position: absolute;
        left: 3%;
        content: "";
        display: inline-block;
        width: 3.5em;
        height: 3.5em;
        background: url(https://rosegallery.itembox.design/item/category/img_birth_recommend_no_secret03.png) no-repeat;
        background-size: contain;
    }

    p.recommend__secret_ttl span {
        color: #c5a05b;
    }

    p.recommend__secret_ttl {
        font-weight: bold;
    }

    img.img_recommend_main {
        border: 1px solid #707070;
    }

    .recommend__innner__box_memory {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 769px) {
    .recommend__innner__box_memory ul li p.memory_ttl.business_memory_ttl span {
        width: 420px;
        line-height: 2.5rem;
        margin-bottom: 10px;
    }

    .recommend__innner__box_memory ul li p.memory_ttl.business_memory_ttl span:nth-child(2) {
        width: 190px;
        margin: 0 auto;
    }

    p.memory_ttl.business_memory_ttl {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .recommend__innner__box_memory ul li p.memory_ttl.business_memory_ttl {
        max-width: 320px;
        margin: 0 auto;
    }

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

/*---- カテゴリーページ END ----*/



/*---- お客様の声　商品情報追加 ----*/
.col3_type2>div.voice_product_box {
    margin: 10px 40px 100px;
    width: 27.2%;
    padding-bottom: 50px;
}

.col3_type2>div.voice_product_box:last-child {
    padding-bottom: 0;
}

.voice_product_pcnone {
    display: none;
}

.voice_product_spnone {
    display: block;
}

.voice_product_flex-box {
    width: 100%;
    display: flex;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
}

.voice_product_f-left {
    width: 45%;
}

.voice_product_f-right {
    max-width: 170px;
    margin: 0 auto;
    width: 50%;
}

.voice_product_f-right h2 {
    margin-bottom: 15px;
}

.voice_product_price_box p span.voice_price, .voice_product_price_box p span.voice_price_yen {
    color: #c5a05b;
    font-size: 22px;
}

.voice_product_look-box a {
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
}

@media screen and (min-width:531px) and (max-width:768px) {
    .voice_product_flex-box {
        display: block;
    }

    .voice_product_f-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .voice_product_f-right {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }
}

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

@media screen and (min-width: 769px) {
    .col3_type2>div.voice_product_box {
        padding-bottom: 0;
    }

    .voice_product_f-right {
        max-width: 170px;
    }

    .recommend__innner__box_memory ul li p.memory_ttl.anniversary_memory_ttl {
        text-align: center;
    }

    .recommend__innner__box_memory ul li p.memory_ttl.anniversary_memory_ttl span {
        max-width: 290px;
        text-align: center;
        margin: 0 auto;
    }

    .recommend__innner__box_memory ul li p.memory_ttl.anniversary_memory_ttl span:first-child {
        line-height: 2.5rem;
        margin-bottom: 10px;
    }

    .recommend__innner__box_memory ul li p.memory_ttl.anniversary_memory_ttl span:nth-child(2) {
        max-width: 160px;
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 375px) {
    .col3_type2>div.voice_product_box {
        margin-left: auto;
        margin-right: auto;
        width: 99%;
    }
}

@media screen and (max-width: 1104px) {
    .col3_type2>div.voice_product_box {
        margin: 10px 4%;
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .col3_type2>div.voice_product_box {
        margin: 10px 1%;
        width: 48%;
    }

    .voice_wrap .inner.voice_product_insta_box {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 530px) {
    .col3_type2>div.voice_product_box {
        width: 100%;
    }

    .voice_product_pcnone {
        display: block;
    }

    .voice_product_spnone {
        display: none;
    }

    .voice_product_flex-box {
        margin-top: 15px;
    }

    .voice_product_f-left {
        padding-right: 5px;
    }
}

/*---- お客様の声　商品情報追加 END ----*/

/*---- ご注文手続き ----*/

.order_procedure_box {
    margin: 24px 0;
    padding: 0 0 8px;
    width: 100%
}

.order_procedure_box p {
    font-size: 16px;
    line-height: 1.5em;
    color: #ff0000;
}

/*---- ご注文手続き END ----*/

.search__cont_img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .search__cont_img ul li {
        text-align: center;
    }
}

/*---- PICKUP ----*/
.pickupList {
    margin-bottom: 40px;
}

.pickupList .imgBox {
    width: 100%;
    height: 260px;
    position: relative;
    margin-bottom: 20px;
}

.pickupList .imgBox .btn {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
}

.pickupList .ttl {
    font-size: 16px;
    text-align: center;
    font-family: "Pontano Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 10px;
}

.pickupList .ttl span {
    font-size: 0.5em;
    text-transform: uppercase;
    margin-left: 1em;
    letter-spacing: 0.03em;
}

.pickupList .txt {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .col3>li.pickupList_inner {
        width: 48%;
        margin: 10px 1%;
    }

    .pickupList .ttl span {
        margin-left: 0;
    }

    .pickupList .imgBox .btn {
        margin-left: -35%;
    }

    .pickupList .ttl {
        font-size: 12px;
    }
}

/*---- PICKUP END ----*/


/*ーーーー- ホワイトデー　追加 ーーーーー*/

#benefits-heading p.section-content-title-cap {
    font-size: 40px;
    color: #151515;
    margin-top: -10px;
}

#benefits-heading p.section-content-title-cap-sub {
    font-size: 30px;
    margin-top: -10px;
}

section.message-box-inner {
    background: #000;
    padding: 80px 20px;
    margin-bottom: 130px;
}

section.message-box-inner .message-grid__item {
    text-align: center;
}

section.message-box-inner .message-grid__item h2 {
    font-size: 40px;
    color: #fff;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
}

section.message-box-inner .message-grid__item p {
    font-size: 17px;
    margin-bottom: 35px;
    color: #fff;
}

section.message-box-inner .message-grid__item p:last-child {
    margin-bottom: 0;
}

.line-through {
    text-decoration: line-through;
}

#benefits-heading p.end_benefits {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    font-size: 2.6rem;
    margin-top: 30px;
    font-weight: bold;
}

@media screen and (max-width: 1199px) {
    section.message-box-inner .message-grid__item h2 {
        font-size: 28px;
    }
}

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

    #benefits-heading p.section-content-title-cap {
        margin: -20px 0 5px 0;
        font-size: 22px;
    }

    #benefits-heading p.section-content-title-cap-sub {
        font-size: 15px;
        margin-top: -10px;
    }

    .section-content .benefits-contents {
        text-align: center;
        display: block;
        max-width: 327px;
        width: 100%;
        margin: 0 auto;
    }

    section.message-box-inner {
        padding: 60px 20px;
        margin-bottom: 80px;
    }

    section.message-box-inner .message-grid__item {
        text-align: left;
    }

    section.message-box-inner .message-grid__item h2 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    section.message-box-inner .message-grid__item p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    #benefits-heading p.end_benefits {
        max-width: 940px;
        width: 100%;
        margin: 0 auto;
        font-size: 1.6rem;
        margin-top: 30px;
        font-weight: bold;
    }
}

/*ーーーー- ホワイトデー　END ーーーーー*/

/*-----------------------------------------------------------------
商品一覧　2カラム用
----------------------------------------------------------------- */

.search__cont_img ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search__cont_img ul li {
    width: 49%;
    line-height: 0;
}

.search__cont_img ul li:first-child {

}

.search__cont_img ul li:last-child {

}

@media screen and (max-width: 768px) {
    .search__cont_img ul {
        display: block;
        margin-top: 20px;
    }

    .search__cont_img ul li {
        width: 100%;
    }

    .search__cont_img ul li:first-child {
        padding-right: 0;
    }

    .search__cont_img ul li:last-child {
        padding-left: 0;
    }
}

/* =============================
proposeページ全体共通
============================= */
.page-propose * {
    box-sizing: border-box;
}

main.page-propose {
    margin-bottom: 100px;
}


.page-propose .section-content-body .itemPoint .cart_btn {
    background: none;
    padding-left: 0;
}

.container {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
}

/* ー タイトル ー */
.title-sideline {
    display: flex;
    gap: 20px;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 1.5;
}

.title-sideline::before,
.title-sideline::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #000;
}


/* リスト */
.list-square li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}

.list-square li :not(:first-of-type) {
    margin-top: .5em;
}

.list-square li::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #C5A05B;
    position: absolute;
    left: 0;
    top: 10px;
}


@media only screen and (max-width: 768px) {
    .title-sideline {
        font-size: 26px;
        padding-bottom: .2em;
        border-bottom: 1px solid #151515;
    }

    .title-sideline::before,
    .title-sideline::after {
        content: none;
    }

    .list-square li {
        padding-left: 20px;
        font-size: 14px;
    }

    .list-square li::before {
        width: 8px;
        height: 8px;
        top: 8px;
    }
}

/* =============================
MV
============================= */
.fs-body-category-propose .propose-mv {
    margin: 0 calc(50% - 49vw);
}

.propose-mv__inner {
    display: flex;
}

.propose-mv__inner>* {
    flex: 1;
}

.propose-mv__text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.propose-mv__copy-sub {
    font-size: 30px;
    letter-spacing: .06em;
    font-weight: 500;
}

.propose-mv__copy-main {
    margin-top: .3em;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.75;
}

.propose-mv__copy-main span {
    display: block;
}

.br-mv {
    display: none;
}

@media only screen and (max-width: 1770px) {
    .propose-mv__copy-sub {
        font-size: 20px;
    }

    .propose-mv__copy-main {
        font-size: 33px;
    }
}

@media only screen and (max-width: 1200px) {
    .propose-mv__copy-sub {
        font-size: 14px;
    }

    .propose-mv__copy-main {
        font-size: 24px;
    }
}

@media only screen and (max-width: 900px) {
    .br-mv {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .propose-mv__inner {
        flex-direction: column;
    }

    .propose-mv__text {
        padding: 30px;
    }

}


/* =============================
feature  特徴
============================= */

.propose-feature {
    margin-top: 150px;
}

.feature-item {
    display: flex;
}

.feature-item:nth-child(odd) {
    flex-direction: row-reverse;
}
.feature-item.page-whiteday {
    flex-direction: row;
}

.feature-item:not(:first-of-type) {
    margin-top: 60px;
}

.feature-item:not(:first-of-type).page-whiteday {
    flex-direction: row-reverse;
}

.feature-item__img {
    width: 50%;
    flex-shrink: 0;
}

.feature-item__textarea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 24px;
}


.feature-item:nth-child(odd) .feature-item__textarea {
    padding-left: 0;
    padding-right: 24px;
}

.feature-item:nth-child(odd) .feature-item__textarea.page-whiteday {
    padding-left: 24px;
    padding-right: 0;
}

.feature-item__textarea.page-whiteday:not(:first-of-type) {
    padding-left: 0;
    padding-right: 24px;
}

.feature-item__title {
    font-size: 30px;
    color: #C5A05B;
    border-bottom: 1px solid #C5A05B;
}

.feature-item__text {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.75;
}

@media only screen and (max-width: 768px) {
    .propose-feature {
        margin-top: 80px;
    }

    .feature-item__textarea {
        padding: 0;
    }

    .feature-item:nth-child(odd) .feature-item__textarea {
        padding: 0;
    }

    .feature-item__img {
        margin-top: 30px;
        width: 100%;
    }

    .feature-item__title {
        font-size: 24px;
    }

    .feature-item__text {
        margin-top: 20px;
        font-size: 14px;
    }
}

/* =============================
customer-voice お客様の声
============================= */



.title-instagram {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
}

.title-instagram__ico {
    width: 50px;
    flex-shrink: 0;
}

.customer-voice {
    margin-top: 100px;
    margin-bottom: 150px;
}

.customer-voice__heading {
    padding: 50px;
    background: #C5A05B;
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    margin: 0 calc(50% - 49vw);
}

.customer-voice .insta-voice {
    margin-top: 50px;
}


.insta-voice {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.insta-voice__item {
    width: calc((100% - 20px) / 3);
    aspect-ratio: 1/1;
}

.insta-voice__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insta-voice .remodal {
    max-width: 500px !important;
}

.modal-insta__inner {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.fs-body-category-propose .modal-insta__inner {
    flex-direction: column;
}

.modal-insta__inner>* {
    flex: 1;
}

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

.modal-insta__link {
    text-align: left;

}

.modal-insta__link a {
    display: inline-block;
    padding-left: 35px;
    position: relative;
}

.modal-insta__link a::before {
    content: "";
    display: block;
    background-image: url(/item/common/icon_insta.png);
    width: 25px;
    height: 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}


@media only screen and (min-width: 768px) {
    .remodal.modal-insta {
        max-width: 500px;
        width: 70vw;
    }

}

@media only screen and (max-width: 768px) {
    .customer-voice__heading {
        padding: 30px;
        font-size: 26px;
    }

    .customer-voice .insta-voice {
        margin-top: 40px;
    }

    .insta-voice {
        margin-top: 30px;
        gap: 5px;
    }

    .fs-body-category-propose .modal-insta__inner {
        flex-direction: column;
    }

    .title-instagram {
        font-size: 25px;
        margin-top: 35px;
    }

    .title-instagram__ico {
        width: 35px;
    }

}



/* =============================
おすすめアイテム一覧
============================= */

.page-propose .section-content {
    max-width: 1240px;
    padding-right: 20px;
    padding-left: 20px;
}

#section-item.recommend-item {
    margin-top: 150px;
}

.recommend-item .section-content-body:first-of-type {
    margin-top: 30px;
}

.recommend-item .section-content-body .itemName h2 {
    line-height: 1.3;
}

.recommend-item .section-content-body {
    grid-template-rows: auto;
}

.recommend-item .section-content-body .itemPoint p {
    flex-shrink: 0;
}

.recommend-item .section-content-body .flower-language {
    margin-top: 1em;
    display: block;
    font-size: inherit;
    color: #151515;
}

@media only screen and (max-width: 768px) {
    #section-item.recommend-item {
        margin-top: 80px;
    }

    .recommend-item .section-content-body:first-child {
        margin-top: 25px;
    }
}

/* =============================
ご注文からお届けまで
============================= */

.shipping-info {
    border: 1px solid #C5A05B;
    padding: 50px 60px;
    margin-bottom: 100px;
}

.shipping-info__list {
    margin-top: 80px;
}

@media only screen and (max-width: 768px) {
    .shipping-info {
        padding: 30px 15px;
        margin-bottom: 50px;
    }

    .shipping-info__list {
        margin-top: 30px;
    }
}

/* =============================
プロポーズページ改修2209
============================= */
.page-propose p.price {
    text-align: right;
    margin: 20px 0 -20px;
    font-size: 20px;
    color: #c5a05b;
}

.page-propose .shipping-info {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.page-propose .shipping-info__list {
    display: flex;
    flex-flow: row wrap;
    gap: 50px 40px;
}

.page-propose .shipping-info__list li {
    width: calc(100% / 2 - 20px);
}

.page-propose .shipping-info__list h3 {
    font-size: 24px;
    color: #C5A05B;
    margin: 5px 0;
}

.page-propose .insta-voice__item {
    width: calc((100% - 30px) / 4);
}

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

    .page-propose .shipping-info__list {
        gap: 40px;
    }

    .page-propose .shipping-info__list li {
        width: 100%;
    }

    .page-propose .shipping-info__list h3 {
        font-size: 20px;
        margin: 0;
    }

    .page-propose .insta-voice__item {
        width: calc((100% - 5px) / 2);
    }
}

@media screen and (max-width: 768px) {
    .fs-body-product .fs-l-main .fs-c-productCarouselMainImage .pcnone {
        display: block;
    }

    .fs-body-product .fs-l-main .fs-c-productCarouselMainImage .slick-list.draggable {
        display: block !important;
    }
}

/* 追加CSS 20230621 */
.fs-body-customerDetails .fs-l-main,
.fs-body-checkout .fs-l-page {
    padding-top: 110px !important;
}

@media screen and (max-width: 768px) {
    .fs-body-customerDetails .fs-l-main,
    .fs-body-checkout .fs-l-page {
        padding-top: 0  !important;
    }
}


/* =============================
誕生日ページ改修20240312
============================= */

.fs-body-category-birthday .inner {
    max-width: 1000px;
}

.fs-body-category-birthday .propose-mv {
    margin: 0 calc(50% - 49vw);
}

.fs-body-category-birthday .propose-mv__copy-main span._small {
    font-size: 2rem;
}

.fs-body-category-birthday iframe#instagram-embed-0 {
    position: relative !important;
}

.fs-body-category-birthday .cart_btn {
    display: block;
    border: solid 1px #c5a05b;
    color: #c5a05b;
    text-align: center;
    font-size: 14px;
}

.fs-body-category-birthday .section-content-body .itemPoint .cart_btn {
    position: relative;
    margin: 40px auto 0 auto;
    padding-left: 30px;
    width: 300px;
    height: 60px;
    background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 70px 18px;
    line-height: 60px;
}

.fs-body-category-birthday .section-content-body .itemPoint #cart-btn{
    background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 35px 18px;
}

.fs-body-category-birthday .remodal.modal-insta{
    max-width: 500px;
    width: 70vw;
    vertical-align: middle;
}

.fs-body-category-birthday .modal-insta__inner {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.fs-body-category-birthday .propose-mv__copy-main span._small {
    font-size: 30px;
}

@media only screen and (max-width: 1770px){
    .fs-body-category-birthday .propose-mv__copy-main span._small {
        font-size: 22px;
    }

}

@media only screen and (max-width: 1200px){
    .fs-body-category-birthday .propose-mv__copy-main span._small {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .fs-body-category-birthday .remodal.modal-insta {
        max-width: none;
        width: 95vw;
        vertical-align: middle;
    }
    .fs-body-category-birthday .buttom {
        width: 300px;
    }
    .fs-body-category-birthday .section-content-body .itemPoint #cart-btn {
        margin: 0 4px 0 4px;
        padding: 0 0 0 15px;
        display: block;
        margin-top: 30px;
        width: 100%;
        height: 45px;
        border: solid 1px #c5a05b;
        background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 3px 10px;
        background-size: 20px;
        text-align: center;
        line-height: 45px;
    }
}  


/* =============================
トップページInstagram編集20240409
============================= */

#_fs_main {
    z-index: 9000 !important;
}

._fs_chat {
    z-index: 9000 !important;
}

/* =============================
記念日ページ改修20240424
============================= */

.fs-body-category-anniversary-test .inner {
    max-width: 1000px;
}

.fs-body-category-anniversary-test .propose-mv {
    margin: 0 calc(50% - 49vw);
}

.fs-body-category-anniversary-test .propose-mv__copy-main span._small {
    font-size: 2rem;
}

.fs-body-category-anniversary-test iframe#instagram-embed-0 {
    position: relative !important;
}

.fs-body-category-anniversary-test .cart_btn {
    display: block;
    border: solid 1px #c5a05b;
    color: #c5a05b;
    text-align: center;
    font-size: 14px;
}

.fs-body-category-anniversary-test .section-content-body .itemPoint .cart_btn {
    position: relative;
    margin: 40px auto 0 auto;
    padding-left: 30px;
    width: 300px;
    height: 60px;
    background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 70px 18px;
    line-height: 60px;
}

.fs-body-category-anniversary-test .section-content-body .itemPoint #cart-btn{
    background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 35px 18px;
}

.fs-body-category-anniversary-test .remodal.modal-insta{
    max-width: 500px;
    width: 70vw;
    vertical-align: middle;
}

.fs-body-category-anniversary-test .modal-insta__inner {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.fs-body-category-anniversary-test .propose-mv__copy-main span._small {
    font-size: 29px;
}

@media only screen and (max-width: 1770px){
    .fs-body-category-anniversary-test .propose-mv__copy-main span._small {
        font-size: 22px;
    }

}

@media only screen and (max-width: 1200px){
    .fs-body-category-anniversary-test .propose-mv__copy-main span._small {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .fs-body-category-anniversary-test .remodal.modal-insta {
        max-width: none;
        width: 95vw;
        vertical-align: middle;
    }
    .fs-body-category-anniversary-test .buttom {
        width: 300px;
    }
    .fs-body-category-anniversary-test .section-content-body .itemPoint #cart-btn {
        margin: 0 4px 0 4px;
        padding: 0 0 0 15px;
        display: block;
        margin-top: 30px;
        width: 100%;
        height: 45px;
        border: solid 1px #c5a05b;
        background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 3px 10px;
        background-size: 20px;
        text-align: center;
        line-height: 45px;
    }
}  
/* =============================
記念日ページ改修20240424
============================= */

.fs-body-category-anniversary .inner {
    max-width: 1000px;
}

.fs-body-category-anniversary .propose-mv {
    margin: 0 calc(50% - 49vw);
}

.fs-body-category-anniversary .propose-mv__copy-main span._small {
    font-size: 2rem;
}

.fs-body-category-anniversary iframe#instagram-embed-0 {
    position: relative !important;
}

.fs-body-category-anniversary .cart_btn {
    display: block;
    border: solid 1px #c5a05b;
    color: #c5a05b;
    text-align: center;
    font-size: 14px;
}

.fs-body-category-anniversary .section-content-body .itemPoint .cart_btn {
    position: relative;
    margin: 40px auto 0 auto;
    width: 300px;
    height: 60px;
    background: none;
    line-height: 60px;
}



.fs-body-category-anniversary .remodal.modal-insta{
    max-width: 500px;
    width: 70vw;
    vertical-align: middle;
}

.fs-body-category-anniversary .modal-insta__inner {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.fs-body-category-anniversary .propose-mv__copy-main span._small {
    font-size: 29px;
}

@media only screen and (max-width: 1770px){
    .fs-body-category-anniversary .propose-mv__copy-main span._small {
        font-size: 22px;
    }

}

@media only screen and (max-width: 1200px){
    .fs-body-category-anniversary .propose-mv__copy-main span._small {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .fs-body-category-anniversary .remodal.modal-insta {
        max-width: none;
        width: 95vw;
        vertical-align: middle;
    }
    .fs-body-category-anniversary .buttom {
        width: 300px;
    }
    .fs-body-category-anniversary .section-content-body .itemPoint #cart-btn {
        margin: 0 4px 0 4px;
        padding: 0;
        display: block;
        margin-top: 30px;
        width: 100%;
        height: 45px;
        border: solid 1px #c5a05b;
        background: none;
        background-size: 20px;
        text-align: center;
        line-height: 45px;
    }
} 

/* =============================
ビジネスページ改修20240628
============================= */

.fs-body-category-business .inner {
    max-width: 1000px;
}

.fs-body-category-business .propose-mv {
    margin: 0 calc(50% - 49vw);
}

.fs-body-category-business .propose-mv__copy-main span._small {
    font-size: 2rem;
}

.fs-body-category-business iframe#instagram-embed-0 {
    position: relative !important;
}

.fs-body-category-business .cart_btn {
    display: block;
    border: solid 1px #c5a05b;
    color: #c5a05b;
    text-align: center;
    font-size: 14px;
}

.fs-body-category-business .section-content-body .itemPoint .cart_btn {
    position: relative;
    margin: 40px auto 0 auto;
    padding-left: 30px;
    width: 300px;
    height: 60px;
    background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 70px 18px;
    line-height: 60px;
}

.fs-body-category-business .section-content-body .itemPoint #cart-btn{
    background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 35px 18px;
}

.fs-body-category-business .business-best{
    padding: 120px 20px 0;
}

.fs-body-category-business .business-best__inner {
    display: flex;
    justify-content: center;
    flex-direction: row;
gap: 0 20px;
    text-align: center;
padding: 40px 0 0;
}

.fs-body-category-business .business-best__item {
    width: calc(100% / 3);
}

.fs-body-category-business .business-best__item img{
    max-width:760px;
    width: 100%;
    height: auto;
}

.fs-body-category-business .business-best__item p{
    font-size: 24px;
}

.fs-body-category-business .propose-mv__copy-main span._small {
    font-size: 29px;
}

@media only screen and (max-width: 1770px){
    .fs-body-category-business .propose-mv__copy-main span._small {
        font-size: 22px;
    }

}

@media only screen and (max-width: 1200px){
    .fs-body-category-business .propose-mv__copy-main span._small {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .fs-body-category-business .remodal.modal-insta {
        max-width: none;
        width: 95vw;
        vertical-align: middle;
    }
    .fs-body-category-business .buttom {
        width: 300px;
    }
    .fs-body-category-business .section-content-body .itemPoint #cart-btn {
        margin: 0 4px 0 4px;
        padding: 0 0 0 15px;
        display: block;
        margin-top: 30px;
        width: 100%;
        height: 45px;
        border: solid 1px #c5a05b;
        background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 3px 10px;
        background-size: 20px;
        text-align: center;
        line-height: 45px;
    }

.fs-body-category-business .business-best__inner {
    display: block;
padding: 0;
}

.fs-body-category-business .business-best__item {
    width: 100%;
padding-top: 40px;
}
.fs-body-category-business .business-best__item p{
    font-size: 20px;
}
} 


/* =============================
プロポーズ、記念日ページ改修2408
============================= */

.fs-body-category-propose .section-content-body .itemPoint .cart_btn {
    position: relative;
    margin: 40px auto 0 auto;
    padding-left: 30px;
    width: 300px;
    height: 60px;
    background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 70px 18px;
    line-height: 60px;
}

.fs-body-category-propose .section-content-body .itemPoint #cart-btn{
    background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 35px 18px;
}


@media screen and (max-width: 768px) {
    .fs-body-category-propose .section-content-body .itemPoint #cart-btn {
        margin: 0 4px 0 4px;
        padding: 0 0 0 15px;
        display: block;
        margin-top: 30px;
        width: 100%;
        height: 45px;
        border: solid 1px #c5a05b;
        background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 3px 10px;
        background-size: 20px;
        text-align: center;
        line-height: 45px;
    }
}

.fs-body-category-anniversary .section-content-body .itemPoint .cart_btn {
    position: relative;
    margin: 40px auto 0 auto;
    padding-left: 30px;
    width: 300px;
    height: 60px;
    background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 70px 18px;
    line-height: 60px;
}

.fs-body-category-anniversary .section-content-body .itemPoint #cart-btn{
    background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 35px 18px;
}


@media screen and (max-width: 768px) {
    .fs-body-category-anniversary .section-content-body .itemPoint #cart-btn {
        margin: 0 4px 0 4px;
        padding: 0 0 0 15px;
        display: block;
        margin-top: 30px;
        width: 100%;
        height: 45px;
        border: solid 1px #c5a05b;
        background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 3px 10px;
        background-size: 20px;
        text-align: center;
        line-height: 45px;
    }
}

/* =============================
お客様の声改修2408
============================= */
.voice_tab {
  width: 100%;
  margin: 0 auto;
}
.tab_menu  {
  width: calc(100%/6);
  height: 70px;
  font-size: 16px;
line-height:70px;
  text-align: center;
  color: #0d0d0d;
  background-color: #fff;
  display: block;
  float: left;
  text-align: center;
border-top: 1px solid #0d0d0d;
border-left: 1px solid #0d0d0d;
border-bottom: 1px solid #0d0d0d;
box-sizing: border-box;
  transition: all 0.2s ease;
}
.tab_menu:last-of-type{
 border-right: 1px solid #0d0d0d;
}
.tab_menu:hover {
  background-color: #0d0d0d;
  color: #fff;
}
input[name="tab_menu"] {
  display: none;
}
.tab_contents {
  display: none;
  clear: both;
  overflow: hidden;
  transition: .5s opacity;
padding-top: 60px;
}
#tab_menu01:checked ~ #tab_menu01,
#tab_menu02:checked ~ #tab_menu02,
#tab_menu03:checked ~ #tab_menu03,
#tab_menu04:checked ~ #tab_menu04,
#tab_menu05:checked ~ #tab_menu05,
#tab_menu06:checked ~ #tab_menu06  {
  display: block;
}
.voice_tab input:checked + .tab_menu {
  background-color: #0d0d0d;
  color: #fff;
}
.instagram-media {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (max-width: 768px) {
.tab_menu {
  width: calc(100%/2);
  height: 50px;
line-height:50px;
border-bottom: 0px;
}
.tab_contents {
padding-top: 40px;
}
.tab_menu:nth-child(4),
.tab_menu:nth-child(8){
 border-right: 1px solid #0d0d0d;
}
.tab_menu:nth-last-of-type(-n+2){
 border-bottom: 1px solid #0d0d0d;
}
    .sp_ct li{
width: 100% !important;
    }
}
@media screen and (max-width: 530px) {
    .sp_ct{
margin: 0 auto;
padding: 0 20px;
    }
.instagram-media{
    width:530px !important;
    max-width: 100% !important;
    min-width: initial !important;
    margin: 0 -1px !important;
    border-right: none !important;
    border-left: none !important;
}
}



.fs-body-category-propose-test .propose-mv {
    margin: 0 calc(50% - 49vw);
}

.propose-mv__inner {
    display: flex;
}

.propose-mv__inner>* {
    flex: 1;
}

.propose-mv__text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.propose-mv__copy-sub {
    font-size: 30px;
    letter-spacing: .06em;
    font-weight: 500;
}

.propose-mv__copy-main {
    margin-top: .3em;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.75;
}

.propose-mv__copy-main span {
    display: block;
}

.br-mv {
    display: none;
}

@media only screen and (max-width: 1770px) {
    .propose-mv__copy-sub {
        font-size: 20px;
    }

    .propose-mv__copy-main {
        font-size: 33px;
    }
}

@media only screen and (max-width: 1200px) {
    .propose-mv__copy-sub {
        font-size: 14px;
    }

    .propose-mv__copy-main {
        font-size: 24px;
    }
}

@media only screen and (max-width: 900px) {
    .br-mv {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .propose-mv__inner {
        flex-direction: column;
    }

    .propose-mv__text {
        padding: 30px;
    }

}
.fs-body-category-propose-test .section-content-body .itemPoint .cart_btn {
    position: relative;
    margin: 40px auto 0 auto;
    padding-left: 30px;
    width: 300px;
    height: 60px;
    background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 70px 18px;
    line-height: 60px;
}

.fs-body-category-propose-test .section-content-body .itemPoint #cart-btn{
    background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 35px 18px;
}


@media screen and (max-width: 768px) {
    .fs-body-category-propose-test .section-content-body .itemPoint #cart-btn {
        margin: 0 4px 0 4px;
        padding: 0 0 0 15px;
        display: block;
        margin-top: 30px;
        width: 100%;
        height: 45px;
        border: solid 1px #c5a05b;
        background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 3px 10px;
        background-size: 20px;
        text-align: center;
        line-height: 45px;
    }
}

/* =============================
クリスマス用バナー2411
============================= */
.top_2024xmas{
margin: 40px auto;
}

.sp_onlybn{
display: none;
}
@media only screen and (max-width: 768px) {
.sp_onlybn{
display: block;
}
}
/* =============================
還暦ページ2412
============================= */
@import url('https://fonts.googleapis.com/css2?family=Pontano+Sans:wght@300..700&display=swap');

.fs-body-category-kanreki {
  font-family: "Pontano Sans", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
}

.kanreki-mv__inner {
  position: relative;
  text-align: center;
}

.kanreki-mv__img img {
  max-width: 3840px;
  width: 100%;
}

.kanreki-mv__text {
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0 auto;
  color: #fff;
}

.kanreki-mv__copy-sub {
  font-size: 30px;
  margin-bottom: 40px;
}

.kanreki-mv__copy-main {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.4;
}

.kanreki-mv__copy-main span {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .kanreki-mv__copy-sub {
    font-size: 2.5vw;
  }

  .kanreki-mv__copy-main {
    font-size: 5vw;
  }
}

@media only screen and (max-width: 768px) {
  .kanreki-mv__text {
    padding: 15px;
    top: 48%;
  }

  .kanreki-mv__copy-sub {
    font-size: 4.5vw;
    margin-bottom: 20px;
  }

  .kanreki-mv__copy-main {
    font-size: 10vw;
  }
}

.kanreki-feature {
  margin-top: 120px;
}

.kanreki-feature .feature-item {
  display: block;
}

.kanreki-feature .feature-item__img {
  width: 100%;
}

.kanreki-feature .feature-item__textarea {
  display: block;
}

.kanreki-feature .feature-item__title {
  font-size: 26px;
  color: #C5A05B;
  text-align: center;
  border-bottom: none;
  margin-top: 40px;
}

.kanreki-feature .feature-item__text {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}

.kanreki-feature .feature-about {
  background-color: #f3f3f3;
  margin-top: 40px;
  padding: 30px 20px;
}

.kanreki-feature .feature-about__title {
  font-size: 22px;
  text-align: center;
  border-bottom: none;
}

.kanreki-feature .feature-about__title:before {
  content: url(https://rosegallery.itembox.design/item//kanreki/kanreki-aboutico.png);
  margin-right: 10px;
}

.kanreki-feature .feature-about__text {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;

}

@media only screen and (max-width: 768px) {
  .kanreki-feature {
    margin-top: 80px;
  }

  .kanreki-feature .feature-item__textarea {
    padding: 0;
  }

  .kanreki-feature .feature-item__img {
    margin-top: 40px;
    width: 100%;
  }

  .kanreki-feature .feature-item__title {
    font-size: 20px;
  }

  .kanreki-feature .feature-item__text {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
  }

  .kanreki-feature .feature-about__title {
    font-size: 20px;
  }

  .kanreki-feature .feature-about__text {
    font-size: 14px;
    text-align: left;
  }
}

.page-kanreki .section-content {
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
}

#section-item.recommend-item {
  margin-top: 150px;
}

.recommend-item .kanreki-content-body .itemName {
  display: flex;
  flex-direction: column;
}

.recommend-item .kanreki-content-body .itemName h2 {
  line-height: 1.3;
}

.recommend-item .kanreki-content-body .itemName .itemImg_sub {
  margin-top: auto;
}

.kanreki-content-body p.e-title {
  font-family: Pontano Sans;
  margin-bottom: 20px;
  font-size: 14px;
  color: #c5a05b;
}

.kanreki-content-body p.price {
  text-align: left;
  margin: 20px 0;
  font-size: 20px;
  color: #0d0d0d;
}

.kanreki-content-body p.price span {
  color: #0d0d0d;
}

.recommend-item .kanreki-content-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;

}

.recommend-item .kanreki-content-body h2 {
  font-size: 28px;
}

.recommend-item .kanreki-content-body:first-of-type {
  margin-top: 30px;
}

.recommend-item .section-content-body .itemPoint p {
  flex-shrink: 0;
}

.kanreki-content-body img {
  width: 100%;
}

.recommend-item .kanreki-content-body .flower-language {
  margin-top: 1em;
  display: block;
  font-size: inherit;
  color: #151515;
}

.kanreki-cart {
  margin: 20px auto 160px;
}

.kanreki-cart .cart_btn {
  position: relative;
  margin: 40px auto 0 auto;
  padding-left: 30px;
  width: 300px;
  height: 60px;
  background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 70px 18px;
  line-height: 60px;
}

.kanreki-other {
  margin: 40px auto 0;
  text-align: center;
}

.kanreki-other p {
  font-size: 26px;
  margin-bottom: 20px;
}

.kanreki-merit {
  padding: 120px 20px;
}

.kanreki-merit__inner {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 0 40px;
  text-align: center;
  padding: 40px 0 0;
}

.kanreki-merit__item {
  width: calc(100% / 3);
}

.kanreki-merit__item h3 {
  text-align: center;
  font-size: 24px;
  margin: 5px 0;
}

.kanreki-merit__item img {
  max-width: 760px;
  width: 100%;
  height: auto;
}

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

.kanreki-merit__item p.h3_no {
  font-family: Pontano Sans;
  text-align: center;
  font-size: 20px;
  color: #C5A05B;
}

@media only screen and (max-width: 768px) {
.kanreki-cart {
  margin: 0 auto 60px;
}

.kanreki-cart .cart_btn {
  margin: 20px auto 0 auto;
}
  #section-item.recommend-item {
    margin-top: 80px;
  }

  .recommend-item .kanreki-content-body .itemName {
    display: block;
    padding-left: 0;
  }

  .recommend-item .kanreki-content-body .itemName h2 {
    font-size: 23px;
  }

  .recommend-item .kanreki-content-body .itemName p {
    font-size: 14px;
    padding: 10px 0;
  }

  .kanreki-content-body p.e-title {
    margin: 20px 0 0;
  }

  .kanreki-content-body p.price {
    text-align: left;
    margin: 20px 0;
    font-size: 20px;
    color: #0d0d0d;
  }

  .recommend-item .kanreki-content-body {
    display: block;
  }

  .recommend-item .kanreki-content-body:first-child {
    margin-top: 25px;
  }

  .recommend-item .kanreki-content-body p.price {
    margin: 10px 0 0;
    font-size: 18px;
  }

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

  .kanreki-other p {
    font-size: 16px;
  }

  .kanreki-merit {
    padding: 120px 0;
  }

  .kanreki-merit__inner {
    display: block;
    padding: 0;
  }

  .kanreki-merit__item {
    width: 100%;
    padding-top: 40px;
  }

  .kanreki-merit__item h3 {
    font-size: 20px;
  }

  .kanreki-merit__item p {
    font-size: 14px;
  }
}


.page-kanreki .shipping-info {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.page-kanreki .shipping-info__list {
  display: flex;
  flex-flow: row wrap;
  gap: 50px 40px;
  margin-top: 40px !important;
}

.page-kanreki .shipping-info__list li {
  width: calc(100% / 2 - 20px);
  font-size: 18px;
}

.page-kanreki .shipping-info__list h3 {
  text-align: center;
  font-size: 24px;
  color: #C5A05B;
  margin: 5px 0;
}

p.sip_sub {
  color: #959595;
  font-size: 16px;
  margin-top: 10px;
  text-indent: -16px;
  padding-left: 16px;
}

@media only screen and (max-width: 768px) {
  .page-kanreki .shipping-info__list {
    gap: 40px;
  }

  .page-kanreki .shipping-info__list li {
    width: 100%;
    font-size: 16px;
  }

  .page-kanreki .shipping-info__list h3 {
    font-size: 20px;
    margin: 0;
  }

  p.sip_sub {
    font-size: 14px;
    text-indent: -14px;
    padding-left: 14px;
  }

  .page-kanreki .insta-voice__item {
    width: calc((100% - 5px) / 2);
  }
}

.kanreki-faq .information_title {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px dotted #c6c6c6;
}

.kanreki-faq .information_title:first-of-type {
  margin-top: 20px;
}

.kanreki-faq .information_title div {
  display: none;
}


.kanreki-faq .information_sub_title_p {
  position: relative;
  padding: 0;
  font-size: 22px;
  font-weight: normal;
  border: none;
  text-indent: -22px;
  padding-left: 22px;
}

.kanreki-faq .information_sub_title_p::before {
  position: absolute;
  content: "";
  width: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background: url(https://rosegallery.itembox.design/item/kanreki/kanreki_pl.png?t=20250620152506) no-repeat center;
  background-size: 21px;
}

.kanreki-faq .information_sub_title_p.active_accordion::before {
  background: url(https://rosegallery.itembox.design/item/kanreki/kanreki_mn.png?t=20250620152506) no-repeat center;
  background-size: 21px;
}

.kanreki-faq .information_sub_title_p span {
  color: #C5A05B;
}

.kanreki-faq {
  padding: 120px 20px;
}

.kanreki-faq .information_sub_title_a {
  display: inline-block;
  color: #0d0d0d;
  font-size: 16px;
  font-weight: normal;
  margin: 30px 5px 0;
  text-indent: -22px;
  padding-left: 22px;
}

@media only screen and (max-width: 768px) {
  .kanreki-faq {
    padding: 120px 0;
  }

  .kanreki-faq .information_sub_title_p {
    font-size: 18px;
    text-indent: -18px;
    padding-left: 18px;
    padding-right: 30px;
  }

  .kanreki-faq .information_sub_title_a {
    font-size: 14px;
    text-indent: -20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
 .fs-c-productListItem__image{
margin-bottom: 12vw!important;

}
 .fs-c-productListItem__image img {
 width: 100%!important;
    height: 60vw!important;
    object-fit: contain!important;

}
}
@media only screen and (max-width: 390px) {
 .fs-c-productListItem__image{
margin-bottom: 6vw!important;

}
}
/* =============================
ホワイトデー2025
============================= */

.wday-feature {
  margin-top: 120px;
}

.wday-feature .feature-item {
  display: block;
}

.wday-feature .feature-item__img {
  width: 100%;
}

.wday-feature .feature-item__textarea {
  display: block;
}

.wday-feature .feature-item__title {
  font-size: 26px;
  color: #C5A05B;
  text-align: center;
  border-bottom: none;
  margin-top: 40px;
}

.wday-feature .feature-item__text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}
.wday-feature .feature-item__text2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}

.wday-item__textarea {
  display: block;
}

.wday-item__title {
  font-size: 22px;
  color: #0d0d0d;
  text-align: center;
  border-top: 1px solid #0d0d0d;
  border-bottom: 1px solid #0d0d0d;
  margin-top: 40px;
padding: 10px;
}
.wday-item__title2 {
  font-size: 22px;
  color: #0d0d0d;
  text-align: center;
  border-top: 1px solid #0d0d0d;
  border-bottom: 1px solid #0d0d0d;
  margin-top: 60px;
padding: 10px;
}
.wday-item__text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}
.wday-about__textarea {
  display: block;
}
.wday-about__text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}
.wd_mt40{
  margin-top: 20px;
}
.kanreki-cart2 {
  margin: 20px auto 160px;
 display: flex;
justify-content: center;
gap: 0 20px;
}

.kanreki-cart2 .cart_btn {
  position: relative;
  margin: 40px 0 0;
  padding-left: 30px;
  width: 240px;
  height: 60px;
  background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 40px 18px;
  line-height: 60px;
}
.osusume-item-img__wrap{
display: block;
}
.osusume-item-img__txt{
width: 100%;
font-size: 16px;
}
@media only screen and (max-width: 768px) {
.wd_mt40{
  margin-top: 0;
}
  .wday-feature {
    margin-top: 80px;
  }

  .wday-feature .feature-item__textarea {
    padding: 0;
  }

  .wday-feature .feature-item__img {
    margin-top: 40px;
    width: 100%;
  }

  .wday-feature .feature-item__title {
    font-size: 20px;
  }

  .wday-feature .feature-item__text {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
  }
  .wday-feature .feature-item__text2 {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
  }
.wday-item__title {
  font-size: 18px;

}
.wday-item__title2 {
  font-size: 18px;

}
.wday-item__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.wday-about__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.kanreki-cart2 {
gap: 0 10px;
  margin: 0 auto 60px;

}
.kanreki-cart2 .cart_btn {
  margin: 20px 0 0;
  padding-left: 15px;
font-size: 12px!important;
   width: calc(100% / 2 - 10px);
  background: url(https://rosegallery.itembox.design/item//xmas/cart_ico.png) no-repeat 10px 18px;
}
.osusume-item-img__wrap{
display: flex;
align-items: center;
gap: 0 20px;
}
.osusume-item-img__img{
 width: 35%;
}
.osusume-item-img__txt{
 width: 65%;

}
}
.ranking-item2 {
  width: calc(25% - 30px);
}
.ranking-item__number.rank-4 {
  background: #0d0d0d;
}
.sub-header {
  background-color: #fff;
  font-size: 18px;
  padding: 30px 20px 10px;
  position: -webkit-sticky;
  position:         sticky;
  text-align: center;
  top: 0;
  width: 100%;
z-index:100000;
}
.sub-header_sp {
display: none;
}
@media only screen and (max-width: 1000px) {
.sub-header {
  font-size: 1.5vw;
}
.sub-header_link a {
  padding-right: 10px;
}
}

.sub-header_link{
 display: flex;
justify-content: space-between;
max-width: 860px;
margin: 0 auto;
}
.sub-header_link a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.sub-header_link a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #0d0d0d;
  border-right: solid 1px #0d0d0d;
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.sub-header_link a:hover{
  color:#c5a05b;
opacity: 1;
}
.sub-header_link a:hover::before{
  border-bottom: solid 1px #c5a05b;
  border-right: solid 1px #c5a05b;
opacity: 1;
}
@media screen and (max-width: 767px) {
.sub-header {
display: none;
}
.sub-header_sp {
display: block;
position: fixed;
  background-color: #c5a05b;
  width: 100%;
    top: 0;
    left: 0;
z-index:100000;
}
.sub-header_link_sp{
 display: flex;

}
.sub-header_link_sp a{
  font-size: 14px;
line-height: 18px;
color: #fff!important;
  text-align: center;
width: calc(100vw / 3);
  padding: 5px;
}
.sub-header_link_sp a:nth-child(2){
border-left: 1px solid #a37f3d;
border-right: 1px solid #a37f3d;
}
.sub-header_link_sp a img{
  width: 20px;
}
}

.wday-about__link .btn .btn2{
font-family: 游ゴシック体, "Yu Gothic"!important;
}

table.wd2025_tbl {
  border-spacing: 0;
  border-collapse: collapse;
max-width: 950px;
width: 100%;
font-size: 16px;
margin: 40px auto;
}
table.wd2025_tbl th:nth-child(1),
table.wd2025_tbl td:nth-child(1) {
  width: 35%;
}
table.wd2025_tbl th,
table.wd2025_tbl td {
  border-top: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
}

table.wd2025_tbl th {
  padding: 16px;
  background: #F4F0E1;
  color: #9E8211;
border-bottom: 1px solid #F4F0E1;
text-align: center;
}

table.wd2025_tbl td {
  padding: 16px;
  color: #0D0D0D;
text-align: center;
}

table.wd2025_tbl th:last-child,
table.wd2025_tbl td:last-child {
  border-right: 1px solid #C6C6C6;
}

table.wd2025_tbl tr:last-child th,
table.wd2025_tbl tr:last-child td {
  border-bottom: 1px solid #C6C6C6;
}
.wday-about__link {
  margin: 30px auto 0;
  text-align: center;
 display: flex;
justify-content: center;
gap: 0 20px;
}
.wday-about__link .btn{
  margin: 0;
color:#0d0d0d;
width:300px;
font-size: 16px!important;
}

@media only screen and (max-width: 768px) {
table.wd2025_tbl td {
text-align: left;
}
table.wd2025_tbl th:nth-child(1),
table td:nth-child(1) {
    /* width: 25%; */
text-align: center;
}
table.wd2025_tbl {
font-size: 14px;
}
} /* 閉じタグ漏れを修正 */

.fs-c-checkout-delivery__method__deliveryDate dd, .fs-c-checkout-delivery__method__deliveryDateTime dd {
  /* 太字に変更 (太すぎると感じた場合、boldを400か500に変更をお試しください)*/
  font-weight: bold;
  /* 赤文字に変更（#cc0000） */
  color: #cc0000;
  /* 文字サイズを変更（1.6rem、1.remと、適宜ご変更ください） */
  font-size: 1.7rem;
}

/* Shutto翻訳を導入した際、右上にボックスが出現したため、元々のメニューの位置を少し下にずらす */
@media screen and (min-width: 768px) {
    #header .btn_area_pc {
        top: 46px;
    }
    .menuTrigger {
        top: 50px;
    }
    .menuTrigger:before {
        top: 26px;
        cursor: pointer;
    }
    #header .btn_area_pc .btn_1 img{
        background: #ccae77;
        border-radius: 50px 0 0 50px;
    }
}