@charset "UTF-8";

/*
|---------------------------------------------------------------
| CP 共通 css
|---------------------------------------------------------------
*/
/* ===============================================================
*
* base
*
=============================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

*,
*::before,
*::after {
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font: normal 1.4rem/1.5 "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", Meiryo,
    sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
}

:active,
:focus {
  outline: none;
}

sup {
  font-size: 0.625em;
}

/* ===============================================================
*
* 色css
*
=============================================================== */
.fc_orange {
  color: #dc4514 !important;
}

.fc_red {
  color: #c20000 !important;
}

.fc_teiban {
  color: #d77d05 !important;
}

.fc_genen {
  color: #009943 !important;
}

.fc_beige {
  color: #c8a583 !important;
}

.bg_red {
  background: #c30d23 !important;
}

.bg_green {
  background: #579535 !important;
}

.bg_blue {
  background: #008fd9 !important;
}

.bg_brown {
  background: #6f322a !important;
}

/* ===============================================================
*
* 汎用css
*
=============================================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.fw_normal {
  font-weight: normal !important;
}

.fw_bold {
  font-weight: bold !important;
}

.fw_lighter {
  font-weight: lighter !important;
}

.fw_bolder {
  font-weight: bolder !important;
}

.alignc {
  text-align: center;
}

.alignl {
  text-align: left;
}

.alignr {
  text-align: right;
}

.floatc {
  float: center;
}

.floatl {
  float: left;
}

.floatr {
  float: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.w0 {
  width: 0% !important;
}

.h0 {
  height: 0% !important;
}

.w50 {
  width: 50% !important;
}

.h50 {
  height: 50% !important;
}

.w100 {
  width: 100% !important;
}

.h100 {
  height: 100% !important;
}

.js--hide {
  display: none !important;
}

.media img {
  width: 37%;
  max-width: 125px;
}

/* ===============================================================
*
* common
*
=============================================================== */
.wrapper {
  max-width: 750px;
  margin: 0 auto;
}

.container {
  padding-left: 4.2666%;
  padding-right: 4.2666%;
}

.on-scroll .wrapper {
  padding-bottom: 280px;
}

.frame_txt span {
  display: inline-block;
  padding: 0.1em 0.7em;
  border: 1px solid #c20000;
  font-weight: bold;
}

.att_num_list li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.icon_check:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin: 0 5px;
  background: url(../images/icon_check.gif) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

/* ===============================================================
ボタン
=============================================================== */
.btn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}

.btn:not(:disabled) {
  cursor: pointer;
}

.btn[type] {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn_cart {
  width: 75%;
  height: 50px;
  max-width: 260px;
  margin: 32px auto;
  color: #fff;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ff3f6e),
      to(#db073b));
  background: -webkit-linear-gradient(top, #ff3f6e, #db073b);
  background: -o-linear-gradient(top, #ff3f6e, #db073b);
  background: linear-gradient(to bottom, #ff3f6e, #db073b);
  border: 1px solid #e7013b;
  border-radius: 5px;
  font-size: 21px;
  font-weight: bold;
  line-height: 50px;
}

.btn_cart__text::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 31px;
  margin-right: 10px;
  background: url(../images/icon_cart.png) no-repeat 0 0;
  background-size: contain;
  vertical-align: sub;
}

.btn_modal {
  height: 40px;
  margin: 5px 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#eb9400),
      to(#eb7600));
  background: -webkit-linear-gradient(top, #eb9400, #eb7600);
  background: -o-linear-gradient(top, #eb9400, #eb7600);
  background: linear-gradient(to bottom, #eb9400, #eb7600);
  border: 1px solid #eb7400;
  border-radius: 5px;
  line-height: 40px;
}

.btn_modal_close {
  width: 80%;
  height: 50px;
  margin: 25px auto 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#cc8037),
      to(#9b5b1d));
  background: -webkit-linear-gradient(top, #cc8037, #9b5b1d);
  background: -o-linear-gradient(top, #cc8037, #9b5b1d);
  background: linear-gradient(to bottom, #cc8037, #9b5b1d);
  border: 1px solid #935922;
  border-radius: 5px;
  line-height: 50px;
}

/* ===============================================================
*
* order
*
=============================================================== */
.order__header {
  display: block;
  padding: 32px 0;
}

.order__header__title {
  width: 28.5%;
  margin: 0 auto 25px;
  font-weight: 600;
}

.order__body {
  display: block;
}

.order_guide {
  display: block;
}

.order_guide__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.order_guide__list {
  display: block;
  list-style: none;
  margin-bottom: 15px;
  counter-reset: order_guide_counter;
}

.order_guide__list__item {
  display: block;
  padding-left: 27px;
  text-indent: -27px;
  font-size: 17px;
  font-weight: 500;
  counter-increment: order_guide_counter;
}

.order_guide__list__item+.order_guide__list__item {
  margin-top: 8px;
}

.order_guide__list__item::before {
  content: counter(order_guide_counter);
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  background: #7d7d7d;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  text-indent: 0;
}

/* ===============================================================
*
* カートボタン下部
*
=============================================================== */
.sticky_menu {
  display: block;
  opacity: 0;
  width: 100%;
  border-top: 1px solid #d6a4b1;
  transition: opacity 0.4s;
  z-index: 9990;
}

.on-scroll .sticky_menu {
  position: fixed;
  opacity: 1;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.sticky_menu__container {
  display: block;
  position: relative;
}

.sticky_menu__pagetop {
  display: block;
  width: 50%;
  min-width: 175px;
  height: 46px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
  color: #736a6d;
  background: #ffecf1;
  border: 1px solid #d6a4b1;
  border-bottom: 0;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.02em;
  z-index: 1;
}

.sticky_menu__pagetop::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 13px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #736a6d transparent;
}

.on-scroll .sticky_menu__pagetop {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.sticky_menu__pagetop__text {
  display: block;
  height: 100%;
  margin: 0 3px;
  border-bottom: 1px dashed #d6a4b1;
}

.sticky_menu__main {
  display: block;
  padding-top: 15px;
  padding-bottom: 12px;
  position: relative;
  background: #ffecf1;
  z-index: 2;
}

.sticky_menu__main__text {
  display: block;
  font-size: 17px;
  margin: 0 0 8px;
}


.sticky_menu__main__text--small {
  font-size: 15px;
  line-height: 1.2;
}

@media screen and (max-width:740px) {
  .sticky_menu__main__text {
    font-size: clamp(11px, 6vw, 14px);
  }

  .sticky_menu__main__text--small {
    font-size: clamp(9px, 4vw, 12px);
  }
}

/* ===============================================================
*
* 商品
*
=============================================================== */
.products {
  display: block;
  padding: 40px 0 0;
}

.products__list {
  display: block;
  border-top: 1px solid #be7024;
  counter-reset: anchor-count;
}

.products__list__item {
  display: block;
  width: 100%;
  counter-increment: anchor-count;
}

/* ===============================================================
*
* 商品
*
=============================================================== */
.product {
  display: block;
  position: relative;
}

.product__title {
  position: relative;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #be7024;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5%;
  background: #fdf9e9;
  font-size: 18px;
  font-weight: bold;
  /*cursor: pointer;*/
}

/* .product__title::before { content: counter(anchor-count); display: block; width: 25px; height: 25px; position: absolute; top: 50%; left: 2%; z-index: 2; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: #fff; border-radius: 50%; font-size: 16px; font-weight: bold; text-align: center; line-height: 25px; } */

/* .product__title::after { position: absolute; top: calc(50% - 10px); right: 3%; display: block; content: ''; width: 0; height: 0; border-style: solid; border-width: 10px 8px 0 8px; border-color: #be7024 transparent transparent transparent; } */

.product__title.active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product__content {
  /*display: none;*/
  padding: 28px 4.8%;
  /*border-bottom: 1px solid #be7024;*/
}

.product_detail {
  display: block;
  overflow: hidden;
}

.product_detail__header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.product_detail__header__image {
  display: block;
  max-width: 36%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 36%;
  -ms-flex: 1 0 36%;
  flex: 1 0 36%;
}

.product_detail__header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 60%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 60%;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
}

.product_detail__header__content__header {
  display: block;
  width: 100%;
}

.product_detail__header__content__body {
  display: block;
  width: 100%;
  margin-top: auto;
}

.product_detail__body {
  display: block;
}

.product_name {
  display: block;
  width: 100%;
}

.product_name__main {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.product_name__sub {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.product_image {
  display: block;
  /* border は画像 */
}

.pd_table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.pd_table+.pd_table {
  margin-top: 15px;
}

.pd_table__heading .pd_table__heading__title,
.pd_table__heading .pd_table__heading__order {
  color: #fff;
  background: #c8a583;
  border: 1px solid #c8a583;
  text-align: center;
}

.pd_table__heading__title {
  font-size: 14px;
  font-weight: normal;
}

.pd_table__heading__order {
  font-size: 14px;
  font-weight: normal;
}

.pd_table__body .pd_table__body__th,
.pd_table__body .pd_table__body__td,
.pd_table__body .pd_table__body__td--price,
.pd_table__body .pd_table__body__td--order {
  padding: 10px;
  border: 1px solid #c8a583;
  vertical-align: middle;
  text-align: left;
}

.pd_table__body__th {
  width: 30%;
  background: #fcf7e6;
  font-size: 16px;
  font-weight: bold;
}

.pd_table__body__td--price {
  font-size: 14px;
  font-weight: bold;
}

.pd_table__body__td--order {
  width: 20%;
}

.pd_table__off {
  display: inline-block;
  padding: 0.1em 0.4em;
  text-align: center;
  border-radius: 2.5px;
  color: #fcff00;
  background: #c20000;
}

.pd_table__off2 {
  display: inline-block;
  color: #c20000;
}

.pd_price {
  font-size: 14px;
  font-weight: bold;
}

.pd_price__selling {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #c20000;
  font-weight: 700;
}

.pd_price__selling__value {
  font-size: 1.42857em;
}

.pd_price__selling__post {
  display: inline-block;
  padding: 0.1em 0.4em;
  text-align: center;
  border-radius: 2.5px;
  color: #fff;
  background: #eb7600;
}

.pd_price__linethrough {
  display: inline-block;
  position: relative;
}

.pd_price__linethrough::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #f00;
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
}

.pd_checkbox {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.pd_checkbox input[type="checkbox"] {
  display: none;
}

.pd_checkbox__checkmark {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.pd_checkbox__checkmark::before {
  content: "";
  display: block;
  width: 25px;
  height: 27px;
  margin: 0 auto;
  background: url(../images/input_check.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

input[type="checkbox"]:checked+.pd_checkbox__checkmark::before {
  opacity: 1;
}

.pd_checkbox__checkmark::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 1px solid #c8a583;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

input[type="checkbox"]:checked+.pd_checkbox__checkmark::after {
  background: #c8a583;
}

.pd_note {
  display: block;
  margin-top: 15px;
}

.pd_note p {
  display: block;
}

/* ===============================================================
*
* モーダル（Colorbox）
*
=============================================================== */
#cboxOverlay {
  background: #be7024;
}

#cboxContent {
  margin-top: 0;
  background: #be7024;
}

#cboxLoadedContent {
  background: #be7024;
}

#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 135px;
  height: 32px;
  position: absolute;
  top: 8px;
  right: 4.3%;
  background: url(./images/modal_close.png) no-repeat 0 0;
  background-size: contain;
}

.modal_wrap {
  display: none;
}

.pd_modal {
  position: relative;
  max-width: 750px;
  height: 90vh;
  margin: 50px auto 20px;
  z-index: 10;
}

@media screen and (max-width: 599px) {
  .pd_modal {
    /* スマートフォン表示の場合 */
    padding-left: 4.2666%;
    padding-right: 4.2666%;
  }
}

.modal_container {
  padding-left: 2.8%;
  padding-right: 2.8%;
}

.modal_content {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

.modal_content__header {
  position: relative;
  padding: 15px 10px 15px 43px;
  background: #fdf5d8;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}

.modal_content__header .product_name__main {
  font-size: 17px;
  font-weight: bold;
}

.modal_content__body {
  display: block;
  margin: 0;
  padding: 13px 0 20px;
  background: #fff;
  border-radius: 0 0 10px 10px / 0 0 10px 10px;
}

.modal_detail__img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto 20px;
}

.modal_detail__pd_img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 17px auto 0;
}

.modal_detail__pd_img+.modal_detail__pd_img {
  margin-top: 0;
}

.modal_detail__text {
  display: block;
  margin: 18px 0 0;
}

.modal_detail__text p {
  margin: 8px 0 0;
}

.modal_detail__catchcopy {
  font-size: 16px;
}

.modal_detail__attention {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.2;
}

.modal_detail__attention p {
  font-size: 1em;
}

.modal_detail__attention ul {
  display: block;
  list-style: none;
}

.modal_detail__attention ul li {
  display: block;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.detail__num {
  position: absolute;
  top: 15px;
  left: 10px;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}

.detail__num_brown {
  background: #6c1919;
}

.detail__num_orange {
  background: #eb7400;
}

.detail__num_green {
  background: #6bb031;
}

.detail__num_blue {
  background: #1397bc;
}

.detail__num_pink {
  background: #e9546b;
}

.att_for_gift {
  margin: 36px 0px 0px;
  text-align: center;
}