/*
* 基本スタイル
* ┗共通スタイル
* ヘッダー
* ┗グローバルナビゲーション
* フッター
* 汎用
* パーツ
*/
/* LESS Document */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  width: 100%;
  touch-action: manipulation;
}
@media screen and (max-width: 767px) {
  html {
    min-width: 320px;
  }
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.2rem;
  font-feature-settings: "pwid";
  color: #473735;
}
p {
  margin-bottom: 1em;
}
p:nth-last-child(1) {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  clear: both;
  border: none;
  border-top: #999 1px dotted;
  margin: 30px 0;
}
h1 {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  font-weight: bold;
}
h3 {
  color: #A7948B;
}
/* -------------------------------- table */
table {
  margin: 0 auto;
}
table th,
table td {
  padding: 8px 010px;
  border: #473735 1px solid;
}
table .noBorder {
  border: none;
  background: none;
}
table thead th {
  background: #FDFBF8;
}
table tbody th {
  background: #FAF5F0;
}
/* -------------------------------- リスト */
.listDisc_01 {
  padding: 0 0 0 2rem;
  list-style: disc;
}
.listDisc_01 li ::marker {
  color: #DDD;
}
.listDisc_01 li:not(:last-child) {
  margin: 0 0 5px;
}
.listDisc_02 {
  padding: 0 0 0 2rem;
}
.listDisc_02 li:not(:last-child) {
  margin: 0 0 5px;
}
.listDisc_02 li::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  width: 1.8rem;
  margin: 0 0 0 -1.8rem;
  text-align: center;
}
.listDisc_03 {
  padding: 0 0 0 1.5rem;
}
.listDisc_03 li:not(:last-child) {
  margin: 0 0 0;
}
.listDisc_03 li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #473735;
  margin-right: -8px;
  font-size: 1rem;
  text-align: center;
  vertical-align: 2px;
  position: relative;
  left: -12px;
}
.listDecimal_01 {
  list-style: decimal;
  padding-left: 25px;
}
.listDecimal_01 > li {
  text-indent: 0;
}
.listDecimal_02 {
  padding: 0 0 0 2.5rem;
}
.listDecimal_02 > li {
  counter-increment: number;
  margin-bottom: 10px;
}
.listDecimal_02 > li::before {
  content: '(' counter(number) ') ';
  display: inline-block;
  width: 2.5rem;
  margin: 0 0 0 -2.5rem;
}
/* -------------------------------- 定義リスト */
/* dlリスト
dl_01…PC横並び、SP以下改行
dl_02…PC、SP共に横並びリスト
*/
.dlList_01 > div {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.dlList_01 > div dt {
  min-width: 0;
}
.dlList_01 > div dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .dlList_01 > div {
    display: block;
  }
  .dlList_01 > div dt {
    width: 100%;
    padding: 8px 0 2px;
  }
  .dlList_01 > div dd {
    width: 100%;
    padding: 2px 0 8px;
  }
  .dlList_01 > div dd:nth-of-type(n+2) {
    border: none;
  }
}
.dlList_01.dlBorder > div {
  border-bottom: #666 1px dotted;
}
.dlList_02 > div {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.dlList_02 > div dt {
  min-width: 0;
}
.dlList_02 > div dd {
  flex: 1;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	共通スタイル
+++++++++++++++++++++++++++++++++++++++++++ */
main {
  padding: 114px 0 25px;
  background-color: #FDFBF8;
}
main.bgWhite {
  background: #FFF;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 94px;
    padding-bottom: 160px;
  }
  main.sp_mainNavFixedMargin {
    padding-top: 138px;
  }
  main.sp_bgWhite {
    background: #FFF;
  }
}
main.out_time {
  padding-top: 188px;
}
.tabmargin {
  padding: 140px 0 25px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	ヘッダー
+++++++++++++++++++++++++++++++++++++++++++ */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding: 0 15px;
  background: #FFF;
  box-shadow: 0 2px 4px rgba(112, 112, 112, 0.23);
  position: relative;
  z-index: 4;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  header {
    padding-left: 10px;
    padding-right: 0;
  }
}
header .login {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .login .loginName {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  header .login .loginName {
    margin-right: 10px;
  }
}
header .login .loginBtn {
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
}
header .login .loginBtn a {
  text-decoration: none;
  color: #473735;
}
header .login .closeBtn {
  text-align: center;
  line-height: 1.5;
  font-size: 0.8rem;
}
header .login .closeBtn a {
  text-decoration: none;
  color: #473735;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	グローバルナビゲーション
+++++++++++++++++++++++++++++++++++++++++++ */
#gNav {
  width: 26.5rem;
  min-width: 0;
  padding: 74px 10px 0;
  z-index: 3;
  padding-bottom: 114px;
}
@media screen and (max-width: 767px) {
  #gNav {
    width: 100%;
    max-height: 670px;
    padding: 80px 10px 5px;
    transition: 0.4s;
  }
}
#gNav .drawer-menu {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 114px;
  -webkit-overflow-scrolling: touch;
}
#gNav ul {
  margin: 0;
  padding: 0;
  border-bottom: #F3F0EE 2px solid;
}
@media screen and (max-width: 767px) {
  #gNav ul li {
    border-bottom: #FDFBF8 2px solid;
  }
}
#gNav ul li a {
  display: block;
  padding: 12px 5px 12px 25px;
  color: #473735;
  font-size: 1.5rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #gNav ul li a {
    padding-left: 0;
  }
}
#gNav ul li a:hover {
  color: rgba(71, 55, 53, 0.7);
}
#gNav ul li a img {
  width: 24px;
  margin-right: 5px;
  vertical-align: -7px;
}
/* +++++++++++++++++++++++++++++++++++++++++++ drawer */
.drawer--right .drawer-nav {
  display: none;
  right: -28rem !important;
}
@media screen and (max-width: 767px) {
  .drawer--right .drawer-nav {
    right: 0!important;
    top: -670px;
  }
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 28rem !important;
}
.drawer--right.drawer-open .drawer-nav {
  display: block;
  right: 0 !important;
}
@media screen and (max-width: 767px) {
  .drawer--right.drawer-open .drawer-nav {
    top: 0;
  }
}
header .drawer-nav {
  z-index: 100;
  position: fixed;
  width: 28rem;
}
header .drawer-nav .drawer-menu {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
header .drawer-hamburger {
  position: static;
  background: none;
  z-index: 10000;
  width: 3.5rem;
  padding: 25px 15px 38px;
}
header .drawer-hamburger .drawer-text {
  white-space: nowrap;
  color: #473735;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.2rem;
}
header .drawer-hamburger:hover {
  background: none;
}
header .drawer-hamburger-icon {
  margin: 0;
  position: relative;
  top: 6px;
  background: #473735;
  height: 3px;
  width: 24px;
  margin-top: 17px;
}
header .drawer-hamburger-icon::before,
header .drawer-hamburger-icon::after {
  background: #473735;
  height: 3px;
}
header .drawer-hamburger-word {
  margin-top: 17px;
  margin-left: -10px;
  font-size: 1rem;
}
.drawer-open .drawer-hamburger-word:after {
  content: "閉じる";
}
.drawer-close .drawer-hamburger-word:after,
.drawer-hamburger-word:after {
  content: "メニュー";
  color: #473735;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  top: -8px !important;
}
.drawer-hamburger-icon:after {
  top: 8px !important;
}
.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(35deg) !important;
  top: 0px !important;
}
.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-35deg) !important;
  top: 0px !important;
}
.drawer-overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 2 !important;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	フッター
+++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 767px) {
  footer {
    display: none;
  }
}
footer nav {
  padding: 15px 40px 24px;
}
@media screen and (max-width: 767px) {
  footer nav {
    padding: 0;
  }
}
footer nav ul {
  padding: 0;
}
footer nav li a {
  display: block;
  text-decoration: none;
  color: #473735;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  footer nav li a {
    padding: 5px 0;
  }
}
footer .copyright {
  font: normal normal normal 14px/20px Source Han Sans JP;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 30px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	リンク
+++++++++++++++++++++++++++++++++++++++++++ */
a {
  color: #2C96A4;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease;
}
a:hover img.noOpacity {
  opacity: 1;
}
a.link::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7.5px;
  border-color: transparent transparent transparent #2DA7E0;
  margin: 0 3px 0 0;
  vertical-align: baseline;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  cursor: text;
  color: inherit;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
    cursor: pointer;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	汎用
+++++++++++++++++++++++++++++++++++++++++++ */
.clear {
  clear: both;
}
.texCenter {
  text-align: center!important;
}
.texLeft {
  text-align: left!important;
}
.texRight {
  text-align: right!important;
}
@media screen and (max-width: 767px) {
  .texCenter_sp {
    text-align: center!important;
  }
  .texLeft_sp {
    text-align: left!important;
  }
  .texRight_sp {
    text-align: right!important;
  }
}
.weightNormal {
  font-weight: 500!important;
}
.weightBold {
  font-weight: bold!important;
}
.borderNone {
  border: none!important;
}
.overflowHidden {
  overflow: hidden;
}
.lineHeight20 {
  line-height: 2;
}
.lineHeight19 {
  line-height: 1.9;
}
.lineHeight18 {
  line-height: 1.8;
}
.lineHeight17 {
  line-height: 1.7;
}
.lineHeight16 {
  line-height: 1.6;
}
.lineHeight15 {
  line-height: 1.5;
}
.lineHeight14 {
  line-height: 1.4;
}
.lineHeight13 {
  line-height: 1.3;
}
.lineHeight12 {
  line-height: 1.2;
}
.iBlock {
  display: inline-block;
}
.inline {
  display: inline;
}
.boxCenter {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	color
+++++++++++++++++++++++++++++++++++++++++++ */
.colorRed {
  color: #D90000;
}
.colorBlack {
  color: #473735;
}
.colorBrown {
  color: #7C252F;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	font-size
+++++++++++++++++++++++++++++++++++++++++++ */
.fs10 {
  font-size: 1rem!important;
}
.fs11 {
  font-size: 1.1rem !important;
}
.fs12 {
  font-size: 1.2rem !important;
}
.fs13 {
  font-size: 1.3rem !important;
}
.fs14 {
  font-size: 1.4rem !important;
}
.fs15 {
  font-size: 1.5rem !important;
}
.fs16 {
  font-size: 1.6rem !important;
}
.fs17 {
  font-size: 1.7rem !important;
}
.fs18 {
  font-size: 1.8rem !important;
}
.fs19 {
  font-size: 1.9rem !important;
}
.fs20 {
  font-size: 2rem!important;
}
.fs21 {
  font-size: 2.1rem !important;
}
.fs22 {
  font-size: 2.2rem !important;
}
.fs23 {
  font-size: 2.3rem !important;
}
.fs24 {
  font-size: 2.4rem !important;
}
.fs25 {
  font-size: 2.5rem !important;
}
.fs26 {
  font-size: 2.6rem !important;
}
.fs27 {
  font-size: 2.7rem !important;
}
.fs28 {
  font-size: 2.8rem !important;
}
.fs29 {
  font-size: 2.9rem !important;
}
.fs30 {
  font-size: 3rem!important;
}
.fs32 {
  font-size: 3.2rem !important;
}
.fs34 {
  font-size: 3.4rem !important;
}
.fs36 {
  font-size: 3.6rem !important;
}
.fs38 {
  font-size: 3.8rem !important;
}
.fs40 {
  font-size: 4rem!important;
}
.fs42 {
  font-size: 4.2rem !important;
}
.fs44 {
  font-size: 4.4rem !important;
}
.fs46 {
  font-size: 4.6rem !important;
}
.fs48 {
  font-size: 4.8rem !important;
}
@media screen and (max-width: 767px) {
  .fs10 {
    font-size: 2vw!important;
  }
  .fs11 {
    font-size: 2.2vw !important;
  }
  .fs12 {
    font-size: 2.4vw !important;
  }
  .fs13 {
    font-size: 2.6vw !important;
  }
  .fs14 {
    font-size: 2.8vw !important;
  }
  .fs15 {
    font-size: 3vw!important;
  }
  .fs16 {
    font-size: 3.2vw !important;
  }
  .fs17 {
    font-size: 3.4vw !important;
  }
  .fs18 {
    font-size: 3.6vw !important;
  }
  .fs19 {
    font-size: 3.8vw !important;
  }
  .fs20 {
    font-size: 4vw!important;
  }
  .fs21 {
    font-size: 4.2vw !important;
  }
  .fs22 {
    font-size: 4.4vw !important;
  }
  .fs23 {
    font-size: 4.6vw !important;
  }
  .fs24 {
    font-size: 4.8vw !important;
  }
  .fs25 {
    font-size: 5vw!important;
  }
  .fs26 {
    font-size: 5.2vw !important;
  }
  .fs27 {
    font-size: 5.4vw !important;
  }
  .fs28 {
    font-size: 5.6vw !important;
  }
  .fs29 {
    font-size: 5.8vw !important;
  }
  .fs30 {
    font-size: 6vw!important;
  }
  .fs32 {
    font-size: 6.4vw !important;
  }
  .fs34 {
    font-size: 6.8vw !important;
  }
  .fs36 {
    font-size: 7.2vw !important;
  }
  .fs38 {
    font-size: 7.6vw !important;
  }
  .fs40 {
    font-size: 8vw!important;
  }
  .fs42 {
    font-size: 8.4vw !important;
  }
  .fs44 {
    font-size: 8.8vw !important;
  }
  .fs46 {
    font-size: 9.2vw !important;
  }
  .fs48 {
    font-size: 9.6vw !important;
  }
  .fs10_sp {
    font-size: 2vw!important;
  }
  .fs11_sp {
    font-size: 2.2vw !important;
  }
  .fs12_sp {
    font-size: 2.4vw !important;
  }
  .fs13_sp {
    font-size: 2.6vw !important;
  }
  .fs14_sp {
    font-size: 2.8vw !important;
  }
  .fs15_sp {
    font-size: 3vw!important;
  }
  .fs16_sp {
    font-size: 3.2vw !important;
  }
  .fs17_sp {
    font-size: 3.4vw !important;
  }
  .fs18_sp {
    font-size: 3.6vw !important;
  }
  .fs19_sp {
    font-size: 3.8vw !important;
  }
  .fs20_sp {
    font-size: 4vw!important;
  }
  .fs21_sp {
    font-size: 4.2vw !important;
  }
  .fs22_sp {
    font-size: 4.4vw !important;
  }
  .fs23_sp {
    font-size: 4.6vw !important;
  }
  .fs24_sp {
    font-size: 4.8vw !important;
  }
  .fs25_sp {
    font-size: 5vw!important;
  }
  .fs26_sp {
    font-size: 5.2vw !important;
  }
  .fs27_sp {
    font-size: 5.4vw !important;
  }
  .fs28_sp {
    font-size: 5.6vw !important;
  }
  .fs29_sp {
    font-size: 5.8vw !important;
  }
  .fs30_sp {
    font-size: 6vw!important;
  }
  .fs32_sp {
    font-size: 6.4vw !important;
  }
  .fs34_sp {
    font-size: 6.8vw !important;
  }
  .fs36_sp {
    font-size: 7.2vw !important;
  }
  .fs38_sp {
    font-size: 7.6vw !important;
  }
  .fs40_sp {
    font-size: 8vw!important;
  }
  .fs42_sp {
    font-size: 8.4vw !important;
  }
  .fs44_sp {
    font-size: 8.8vw !important;
  }
  .fs46_sp {
    font-size: 9.2vw !important;
  }
  .fs48_sp {
    font-size: 9.6vw !important;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	margin
+++++++++++++++++++++++++++++++++++++++++++ */
.mt0 {
  margin-top: 0!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt35 {
  margin-top: 35px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt45 {
  margin-top: 45px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb35 {
  margin-bottom: 35px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb45 {
  margin-bottom: 45px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mr0 {
  margin-right: 0!important;
}
.mr5 {
  margin-right: 5px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mr15 {
  margin-right: 15px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mr25 {
  margin-right: 25px!important;
}
.mr30 {
  margin-right: 30px!important;
}
.mr35 {
  margin-right: 35px!important;
}
.mr40 {
  margin-right: 40px!important;
}
.mr45 {
  margin-right: 45px!important;
}
.mr50 {
  margin-right: 50px!important;
}
.ml0 {
  margin-left: 0!important;
}
.ml5 {
  margin-left: 5px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.ml25 {
  margin-left: 25px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.ml35 {
  margin-left: 35px!important;
}
.ml40 {
  margin-left: 40px!important;
}
.ml45 {
  margin-left: 45px!important;
}
.ml50 {
  margin-left: 50px!important;
}
@media screen and (max-width: 767px) {
  .mt0_sp {
    margin-top: 0px!important;
  }
  .mt5_sp {
    margin-top: 5px!important;
  }
  .mt10_sp {
    margin-top: 10px!important;
  }
  .mt15_sp {
    margin-top: 15px!important;
  }
  .mt20_sp {
    margin-top: 20px!important;
  }
  .mt25_sp {
    margin-top: 25px!important;
  }
  .mt30_sp {
    margin-top: 30px!important;
  }
  .mt35_sp {
    margin-top: 35px!important;
  }
  .mt40_sp {
    margin-top: 40px!important;
  }
  .mt45_sp {
    margin-top: 45px!important;
  }
  .mt50_sp {
    margin-top: 50px!important;
  }
  .mb0_sp {
    margin-bottom: 0px!important;
  }
  .mb5_sp {
    margin-bottom: 5px!important;
  }
  .mb10_sp {
    margin-bottom: 10px!important;
  }
  .mb15_sp {
    margin-bottom: 15px!important;
  }
  .mb20_sp {
    margin-bottom: 20px!important;
  }
  .mb25_sp {
    margin-bottom: 25px!important;
  }
  .mb30_sp {
    margin-bottom: 30px!important;
  }
  .mb35_sp {
    margin-bottom: 35px!important;
  }
  .mb40_sp {
    margin-bottom: 40px!important;
  }
  .mb45_sp {
    margin-bottom: 45px!important;
  }
  .mb50_sp {
    margin-bottom: 50px!important;
  }
  .mr0_sp {
    margin-right: 0px!important;
  }
  .mr5_sp {
    margin-right: 5px!important;
  }
  .mr10_sp {
    margin-right: 10px!important;
  }
  .mr15_sp {
    margin-right: 15px!important;
  }
  .mr20_sp {
    margin-right: 20px!important;
  }
  .mr25_sp {
    margin-right: 25px!important;
  }
  .mr30_sp {
    margin-right: 30px!important;
  }
  .mr35_sp {
    margin-right: 35px!important;
  }
  .mr40_sp {
    margin-right: 40px!important;
  }
  .mr45_sp {
    margin-right: 45px!important;
  }
  .mr50_sp {
    margin-right: 50px!important;
  }
  .ml0_sp {
    margin-left: 0px!important;
  }
  .ml5_sp {
    margin-left: 5px!important;
  }
  .ml10_sp {
    margin-left: 10px!important;
  }
  .ml15_sp {
    margin-left: 15px!important;
  }
  .ml20_sp {
    margin-left: 20px!important;
  }
  .ml25_sp {
    margin-left: 25px!important;
  }
  .ml30_sp {
    margin-left: 30px!important;
  }
  .ml35_sp {
    margin-left: 35px!important;
  }
  .ml40_sp {
    margin-left: 40px!important;
  }
  .ml45_sp {
    margin-left: 45px!important;
  }
  .ml50_sp {
    margin-left: 50px!important;
  }
}
.pd0 {
  padding: 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	TB用、SP用
+++++++++++++++++++++++++++++++++++++++++++ */
.tb_show,
.sp_show {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tb_hide {
    display: none;
  }
  .tb_show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
  .sp_show {
    display: block;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パーツ
+++++++++++++++++++++++++++++++++++++++++++ */
.gekijyouArea {
  background: #FAF5F0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .gekijyouArea {
    background: #FDFBF8;
    padding-top: 30px;
  }
}
.gekijyouArea h2 {
  margin-top: 60px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .gekijyouArea h2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .gekijyouArea .col-2 {
    max-width: 60px;
  }
}
.theaterBox {
  display: block;
  height: 100%;
  background: #FFF;
  text-decoration: none;
  color: #473735;
  padding: 8px 8px 10px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(170, 85, 28, 0.4);
}
.theaterBox h3 {
  color: #473735;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.theaterBox h3 .pref {
  color: #A7948B;
  font-size: 1.5rem;
}
.theaterBox h3 .thater_name {
  color: #473735;
  font-size: 1.6rem;
}
.theaterBox:hover {
  opacity: 0.7;
  color: #473735;
}
.theaterBox.disabled {
  color: gray;
  background-color: #e1dcdc;
}
.theaterBox.disabled .pref {
  color: gray !important;
  display: flex;
  align-items: center;
}
.theaterBox.disabled .pref span {
  color: red;
  font-size: 1rem;
  margin-left: 20px;
}
.theaterBox.disabled h3 {
  color: gray !important;
}
.loginForm {
  max-width: 350px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .loginForm {
    max-width: none;
  }
}
.loginForm .btn {
  padding: 10px 0;
}
.loginForm .btn.btn-primary {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .loginForm strong {
    font-weight: normal;
  }
}
.inputPass {
  position: relative;
}
.inputPass #buttonEye {
  position: absolute;
  top: 9px;
  right: 5px;
}
.inputPass #buttonEye.show::before {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background: #A7948B;
  border: #FFF 1px solid;
  transform: rotate(35deg);
  position: absolute;
  top: 8px;
  left: -3px;
  z-index: 1;
}
::-webkit-input-placeholder {
  color: #D3C9C5 !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  ::-webkit-input-placeholder {
    color: #DFDFDF !important;
  }
}
::-ms-reveal {
  display: none;
}
.container-inner {
  max-width: calc(1000px + 15px);
  margin: 0 auto;
  padding: 0 7.5px;
}
.return a {
  padding: 0 0 0 15px;
  background: url("../img/icon_arrow_right.png") no-repeat 0 3px;
  font-size: 1.5rem;
  color: #473735;
  text-decoration: none;
}
.subText {
  color: #A7948B;
  font-size: 1.2rem;
}
.subText.amazon_pay {
  font-size: 1.6rem;
}
.orderHistory {
  padding: 15px 0 0px;
  background: #FAF5F0;
}
.orderHistory:nth-of-type(2n + 1) {
  background: #FAF5F0;
}
.orderHistory h2 {
  color: #7C252F;
  font-size: 1.3rem;
}
.orderHistory p {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .orderHistory p {
    font-size: 1.2rem;
  }
}
.orderHistory .row {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .orderHistory .row .text-end {
    font-size: 1.3rem;
  }
}
.orderHistory .subText {
  font-size: 1.2rem;
  line-height: 2rem;
}
.orderHistory .subText.subColor2 {
  color: #D3C9C5;
}
@media screen and (max-width: 767px) {
  .orderHistory .subText.subColor2 {
    color: #A7948B;
  }
}
.orderHistory .btn {
  width: 198px;
  height: 40px;
}
.orderHistory hr {
  border: none;
  /*水平線の境界線を消す*/
  border-top-style: solid;
  /*線の種類*/
  border-top-width: 1px;
  /*線の太さ*/
  border-top-color: #996666;
  /*線の色*/
  margin: 0;
  margin-top: 20px;
}
.container-xl {
  max-width: 1250px;
}
#menuNav {
  background: #D0C5C1;
  padding: 18px 0 0;
  top: 44px;
  width: 100%;
  height: 69px;
  position: fixed;
  left: 0;
  z-index: 2;
}
#menuNav.out_time {
  height: 119px;
}
@media screen and (max-width: 767px) {
  #menuNav .container-xl {
    padding: 0;
  }
}
#menuNav div.tab-delimitor {
  background-color: #FDFBF8;
  height: 2px;
}
#menuNav ul.row {
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #menuNav ul.row {
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #menuNav ul.row -webkit-scrollbar {
    display: none;
  }
}
#menuNav ul.row li {
  height: 48px;
  padding-left: 2px;
  padding-right: 2px;
}
@media screen and (max-width: 767px) {
  #menuNav ul.row li {
    width: max-content;
    padding: 0 2px;
  }
}
#menuNav ul.row li.current {
  height: 52px;
}
#menuNav ul.row li.current a {
  background: #FDFBF8;
  font-weight: bold;
  color: #7C252F;
}
@media (hover: hover) {
  #menuNav ul.row li:hover,
  #menuNav ul.row li.current {
    height: 52px;
  }
  #menuNav ul.row li:hover a,
  #menuNav ul.row li.current a {
    background: #FDFBF8;
    font-weight: bold;
    color: #7C252F;
  }
}
#menuNav ul.row li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #7C252F;
  color: #FFF;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #menuNav ul.row li a {
    padding: 0 10px;
  }
}
.productsList a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px;
  margin: 0 0 24px;
  box-shadow: 0 1px 2px rgba(170, 85, 28, 0.4);
  background: #FFF;
  text-decoration: none;
  color: #473735;
  position: relative;
  border-radius: 4px;
}
.productsList a.productsStop {
  pointer-events: none;
  position: relative;
}
.productsList a.productsStop .productsStopText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /*
				width: calc(~'100% - 16px');
				height: 10vw;
                */
  height: 100px;
  width: auto;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  background: rgba(26, 10, 0, 0.35);
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .productsList a.productsStop .productsStopText {
    height: 100px;
    width: auto;
  }
}
.productsList a.productsStop .productsImg,
.productsList a.productsStop .productsTitle,
.productsList a.productsStop .price,
.productsList a.productsStop .icon {
  opacity: 0.5;
}
@media (hover: hover) {
  .productsList a:hover {
    color: #2C96A4;
  }
  .productsList a:hover img {
    opacity: 1;
    transform: scale(1.1);
  }
}
@media (hover: hover) and screen and (max-width: 767px) {
  .productsList a:hover {
    color: #473735;
  }
}
.productsList a .productsImg {
  width: 225px;
  margin: 0 0 10px;
  object-fit: cover;
  object-position: center center;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .productsList a .productsImg {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.productsList a .productsImg img {
  max-height: 100px;
  /*
				max-width: none;
                */
}
.productsList a .productsTitle {
  width: 100%;
  height: 54px;
  margin: 6px 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 400;
  color: #552302;
}
.productsList a .price {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.productsList a .icon {
  position: absolute;
  left: 8px;
  bottom: 8px;
}
.test {
  top: 287px;
  left: 330px;
  width: 12px;
  height: 7px;
  transform: matrix(0, -1, 1, 0, 0, 0);
  opacity: 1;
}
.checkTrayBox {
  display: flex;
  justify-content: flex-start;
  padding-left: 24px;
  font-size: 1.2rem;
}
.checkTrayBox .check-tray {
  color: #7C252F;
}
.checkTrayBox .check-tray.arrow {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  line-height: 26px;
}
.checkTrayBox .check-tray.arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  position: absolute;
  left: 10px;
  top: 8px;
  transform: rotate(-45deg);
  top: 10px;
}
.checkTrayBox .check-tray.arrow.collapsed::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  position: absolute;
  left: 10px;
  top: 8px;
  transform: rotate(135deg);
}
.sideMenu {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sideMenu {
    width: 100%;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 6;
  }
  .sideMenu.tray-none {
    display: none;
  }
}
.sideMenu .allDel {
  display: block;
  min-width: 76px;
  background: #FEF6F1;
  color: #473735;
  border-radius: 4px;
  position: absolute;
  top: 13px;
  right: 18px;
  z-index: 2;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sideMenu .allDel {
    font-size: 1.1rem;
    top: 15px;
    right: 12px;
  }
}
.sideMenu .accordion-button {
  display: block;
  padding: 0;
  pointer-events: none;
  color: #FFF !important;
}
@media screen and (max-width: 767px) {
  .sideMenu .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 7px 17px 77px;
    background: #7C252F url("../img/icon_cart.svg") no-repeat 44px 50% !important;
    color: #FFF;
    font-size: 1.6rem;
    border-radius: 5px 5px 0 0;
    pointer-events: auto;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
}
.sideMenu .accordion-button::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .sideMenu .accordion-button::after {
    content: '';
    background: url("../img/icon_arrow_top.png") !important;
    width: 18px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: 10px;
  }
}
.sideMenu .accordion-button ~ .accordionShadow {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .sideMenu .accordion-button ~ .accordionShadow {
    display: block;
  }
}
.sideMenu .accordion-button.collapsed {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sideMenu .accordion-button.collapsed {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 7px 10px 77px;
    background: #7C252F url("../img/icon_cart.svg") no-repeat 44px 50% !important;
    color: #FFF;
    font-size: 1.6rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .sideMenu .accordion-button.collapsed .sideCartTitle {
    display: none;
  }
  .sideMenu .accordion-button.collapsed .sideCartTitleSp {
    display: flex;
  }
  .sideMenu .accordion-button.collapsed + .allDel {
    display: none;
  }
  .sideMenu .accordion-button.collapsed::before {
    content: none;
  }
  .sideMenu .accordion-button.collapsed ~ .accordionShadow {
    display: none;
  }
}
.sideMenu .accordion-button .sideCartTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 7px 13px 47px;
  background: #7C252F url("../img/icon_cart.svg") no-repeat 16px 15px;
  color: #FFF;
  font-size: 1.6rem;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .sideMenu .accordion-button .sideCartTitle {
    display: block;
    background: none;
    padding: 0;
    font-size: 1.4rem;
  }
}
.sideMenu .accordion-button .sideCartTitle .btn {
  min-width: 76px;
  background: #FEF6F1;
  color: #473735;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .sideMenu .accordion-button .sideCartTitle .btn {
    display: none;
  }
}
.sideMenu .accordion-button .sideCartTitleSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sideMenu .accordion-collapse {
    max-height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .sideMenu .accordion-collapse.selection {
    margin-bottom: 126px;
  }
}
@media screen and (max-width: 430px) {
  .sideMenu .accordion-collapse {
    max-height: 63vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .sideMenu .accordion-collapse.selection {
    margin-bottom: 126px;
  }
}
@media screen and (max-width: 420px) {
  .sideMenu .accordion-collapse {
    max-height: 62vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .sideMenu .accordion-collapse.selection {
    margin-bottom: 126px;
  }
}
@media screen and (max-width: 390px) {
  .sideMenu .accordion-collapse {
    max-height: 62vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .sideMenu .accordion-collapse.selection {
    margin-bottom: 126px;
  }
}
@media screen and (max-width: 375px) {
  .sideMenu .accordion-collapse {
    max-height: 52vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .sideMenu .accordion-collapse.selection {
    margin-bottom: 126px;
  }
}
@media screen and (max-width: 360px) {
  .sideMenu .accordion-collapse {
    max-height: 56vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .sideMenu .accordion-collapse.selection {
    margin-bottom: 126px;
  }
}
.sideMenu .collapse:not(.show) {
  display: block;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sideMenu .collapse:not(.show) {
    display: none;
  }
}
.sideMenu hr {
  border: none;
  /*水平線の境界線を消す*/
  border-top-style: dashed;
  /*線の種類*/
  border-top-width: 1px;
  /*線の太さ*/
  border-top-color: #996666;
  /*線の色*/
  margin: 0 20px;
}
.sideCartItem {
  padding: 16px 12px 16px 12px;
  background: #FFF !important;
}
@media screen and (max-width: 767px) {
  .sideCartItem {
    background: #FFF !important;
  }
}
.sideCartItem:has(> .errorMessage) {
  background-color: #F6DBE0 !important;
}
.sideCartItem.errorItem {
  background: rgba(191, 15, 48, 0.15);
}
.sideCartItem .col-3 {
  min-width: 90px;
  flex: 0;
}
.sideCartItem .col-6 {
  flex: 1;
}
.sideCartItem .errorMessage {
  margin: 0 0 8px;
  padding: 0 0 0 38px;
  background: url("../img/icon_exclamation.png") no-repeat 0 center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #7C252F;
}
@media screen and (max-width: 767px) {
  .sideCartItem .errorMessage {
    font-size: 1.4rem;
  }
}
.sideCartItem .productsName {
  font-size: 1.5rem;
  line-height: 1.5;
}
.sideCartItem .price {
  font-size: 1.8rem;
}
.totalPrice {
  padding: 5px 10px;
  font-size: 1.5rem;
  text-align: right;
  background: #A7948B;
  color: white;
}
@media screen and (max-width: 767px) {
  .totalPrice.selection {
    height: 48px;
    font-size: 1.6rem;
    position: absolute;
    bottom: 80px;
    width: 100%;
  }
}
.totalPrice .tax_info {
  opacity: 1;
  font-size: 1rem;
  font-weight: normal;
}
.totalPrice .productNum {
  text-align: left;
  font-size: 1.5rem;
}
.totalPrice .summary {
  font-size: 2.4rem;
}
.totalBtn {
  padding: 16px 12px;
  background: #D3C9C5;
  border-radius: 0 0 5px 5px;
}
.totalBtn.selection {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .totalBtn.selection {
    font-size: 1.6rem;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
}
.totalBtn .btn {
  height: 48px;
  font-weight: bold;
  width: 311px;
  padding: 0;
}
.offHoursText {
  display: block;
  margin: 0 0 3px;
  text-align: center;
  color: #473735;
  line-height: 1.5;
}
.offHoursText strong {
  font-size: 1.8rem;
}
.offHoursText.selection {
  background: #CAC2BE;
  height: 60px;
  margin-top: -34px;
  padding-top: 6px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .offHoursText.selection {
    margin-top: -14px;
  }
}
.offHoursText.selection .info {
  font-size: 1.2rem;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.spinner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  max-width: 100px;
}
.spinner-container::selection {
  background: none;
}
.spinner-container .spinnerMinus,
.spinner-container .spinnerPlus,
.spinner-container .spinnerRemove {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  padding-bottom: 1px;
  font-size: 2rem;
  color: #FFF2DC;
  background: #473735;
  cursor: pointer;
  user-select: none;
  border: none;
  line-height: 1;
  overflow: hidden;
}
.spinner-container .spinnerMinus::selection,
.spinner-container .spinnerPlus::selection,
.spinner-container .spinnerRemove::selection {
  background: none;
}
.spinner-container .spinnerMinus {
  font-size: 1.8rem;
}
.spinner-container .spinnerPlus {
  padding-bottom: 2px;
}
.spinner-container .spinnerPlus.disabled {
  background: #473735;
  color: #FDFBF8;
}
.spinner-container .disabled {
  opacity: 0.4;
  border: #473735 1px solid;
  background: none;
  color: #473735;
}
.spinner-container .spinnerRemove {
  width: 30px;
  font-size: 1.1rem;
  white-space: nowrap;
}
.spinner-container .errorNum {
  background: #7C252F;
}
.spinner-container .qty {
  width: 18px;
  background: none;
  border: none;
  text-align: center;
  user-select: none;
  color: #473735;
}
.spinner-container .qty::-webkit-inner-spin-button,
.spinner-container .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.spinner-container .qty:focus {
  outline: none;
}
.spinner-container .qty::selection {
  background: none;
}
.spinner-container .errorQty {
  color: #7C252F;
  font-weight: bold;
}
.col-20per {
  width: 25%;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .col-20per {
    width: 50%;
  }
}
.inner {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
}
.productsMain {
  margin: -40px 0 0;
  padding: 35px 0 40px;
  background: #FFF;
  min-height: auto;
}
@media screen and (max-width: 767px) {
  .productsMain {
    padding-bottom: 20px;
  }
}
.productsMain a {
  color: #0087D1;
  font-size: 1rem!important;
}
@media screen and (max-width: 767px) {
  .productsMain a {
    color: #2C96A4;
  }
}
@media screen and (max-width: 767px) {
  .productsMain img {
    display: block;
    margin: 0 auto;
  }
}
.productsMain img.product-image {
  max-width: 345px;
  max-height: 230px;
  margin-bottom: 12px;
}
.productsMain h1 {
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .productsMain h1 {
    margin-bottom: 12px;
  }
}
.productsMain p {
  margin-bottom: 4px;
}
.productsMain .priceArea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 26.5px;
}
.productsMain .priceArea.sizeVer {
  justify-content: space-between;
}
.productsMain .priceArea.sizeVer .priceQty {
  margin: 0 0 0 auto;
}
.productsMain .priceArea .price {
  font-size: 2.4rem;
  font-weight: bold;
}
.productsMain .priceArea .price strong {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .productsMain .priceArea .priceQty {
    display: none;
  }
}
.productsMain .priceArea .priceQty .qty {
  width: 52px;
  font-size: 2.4rem;
}
.productsSub {
  padding: 20px 0 20px;
  background: #FAF5F0;
}
@media screen and (max-width: 767px) {
  .productsSub {
    padding: 10px 0;
  }
}
.productsSub:nth-of-type(2n + 1) {
  background: #FAF5F0;
}
.productsSub h2 {
  margin-bottom: 20px;
}
.productsSub h2.please-select {
  display: flex;
  align-items: center;
  line-height: 18px;
  font-size: 2rem;
}
.productsSub h2 span {
  margin-left: 10px;
}
.productsSub h3 {
  font-weight: 400;
  font-size: 1.6rem;
}
.productsSub .add_size h3,
.productsSub .add_option h3 {
  font-weight: 900;
  font-size: 1.4rem;
  color: #473735;
  margin-left: 32px;
}
.productsSub .add_size p,
.productsSub .add_option p {
  padding-left: 47px;
  display: flex;
  justify-content: space-between;
}
.productsSub .add_size .item-row,
.productsSub .add_option .item-row {
  display: flex;
  justify-content: space-between;
}
.productsSub p {
  font-size: 1.6rem;
}
.productsSub p.text-info {
  font-size: 1.3rem;
}
.productsSub .productsOption {
  font-size: 1.6rem;
  margin-left: 47px;
}
.productsSub .productsOption label {
  margin: 0 20px 0 0;
  cursor: pointer;
  font-size: 1.6rem;
  color: #473735;
  padding-bottom: 2px;
}
.productsSub hr {
  clear: both;
  border: none;
  border-top: #000000 2px dotted;
  margin: 0;
  margin-top: 10px;
}
.productsSelectArea {
  margin: 0 0 32px;
  padding: 20px 23px 16px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 2px 2px 0 rgba(201, 194, 190, 0.55);
}
@media screen and (max-width: 767px) {
  .productsSelectArea {
    padding: 10px 5px 10px;
  }
}
.productsSelectArea.noBg {
  background: none;
  box-shadow: none;
  padding: 0;
}
.productsSelectArea .sel_img {
  height: 50px;
  max-width: 75px;
  display: inline-block;
}
.productsSelectArea .productsSubDetail {
  margin: 0 50px;
}
@media screen and (max-width: 767px) {
  .productsSelectArea .productsSubDetail {
    margin: 0 0;
  }
}
.productsSelectArea .productsSubDetail .name {
  text-align: left;
}
.productsSelectArea .productsSubDetail .cardSize {
  height: 158px;
}
.productsSelectArea .productsSubDetail .subImgSize {
  height: 80px;
}
.productsSelectArea .productsSubDetail .setSoldOutText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
  color: #FFF;
  background: rgba(26, 10, 0, 0.35);
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 1;
  height: 80px;
}
.productsSelectArea .productsSubDetail .setSoldOut {
  opacity: 0.2;
  pointer-events: none;
}
.productsSelectArea h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productsSelectArea h3 a {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  outline: none;
  position: relative;
}
.productsSelectArea h3 a::before,
.productsSelectArea h3 a::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #A7948B;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
.productsSelectArea h3 a.collapsed::after {
  transform: rotate(270deg);
}
.productsSelectArea .priceFix {
  position: absolute;
  bottom: 0;
  padding-bottom: 16px;
  transform: translate(120%, 0%);
}
@media screen and (max-width: 767px) {
  .productsSelectArea .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 16px;
    transform: translate(50%, 0%);
  }
}
@media screen and (max-width: 430px) {
  .productsSelectArea .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 16px;
    transform: translate(75%, 0%);
  }
}
@media screen and (max-width: 420px) {
  .productsSelectArea .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 16px;
    transform: translate(65%, 0%);
  }
}
@media screen and (max-width: 390px) {
  .productsSelectArea .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 16px;
    transform: translate(60%, 0%);
  }
}
@media screen and (max-width: 375px) {
  .productsSelectArea .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 16px;
    transform: translate(60%, 0%);
  }
}
@media screen and (max-width: 360px) {
  .productsSelectArea .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 16px;
    transform: translate(50%, 0%);
  }
}
.productsSelectArea label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 7px 12px;
  border-radius: 4px;
  color: #473735;
  font-size: 1.4rem;
  background: #FFF;
  box-shadow: 1px 1px 0 rgba(167, 148, 139, 0.5);
  cursor: pointer;
  line-break: strict;
  border: #FAF5F0 1px solid;
  position: relative;
}
.productsSelectArea label:hover {
  background: rgba(167, 148, 139, 0.1);
}
.productsSelectArea label.soldOut {
  opacity: 0.2;
  pointer-events: none;
}
.productsSelectArea label.soldOut .price {
  display: none;
}
.productsSelectArea label .add {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 10px;
  text-align: right;
}
.productsSelectArea label .text-overflow {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.productsSelectArea input[type="radio"] {
  display: none;
}
.productsSelectArea input[type="radio"] + .priceFix {
  position: absolute;
  bottom: 0;
  padding-bottom: 16px;
  transform: translate(120%, 0%);
}
@media screen and (max-width: 767px) {
  .productsSelectArea input[type="radio"] + .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 16px;
    transform: translate(50%, 0%);
  }
}
@media screen and (max-width: 430px) {
  .productsSelectArea input[type="radio"] + .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 16px;
    transform: translate(75%, 0%);
  }
}
@media screen and (max-width: 420px) {
  .productsSelectArea input[type="radio"] + .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 16px;
    transform: translate(65%, 0%);
  }
}
@media screen and (max-width: 390px) {
  .productsSelectArea input[type="radio"] + .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 16px;
    transform: translate(60%, 0%);
  }
}
@media screen and (max-width: 375px) {
  .productsSelectArea input[type="radio"] + .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 16px;
    transform: translate(60%, 0%);
  }
}
@media screen and (max-width: 360px) {
  .productsSelectArea input[type="radio"] + .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 16px;
    transform: translate(50%, 0%);
  }
}
.productsSelectArea input[type="radio"]:checked + label {
  border: #7C252F 4px solid;
  padding: 4px 9px;
  background: #FFF;
}
.productsSelectArea input[type="radio"]:checked + label .add {
  bottom: 2px;
  right: 7px;
}
.productsSelectArea input[type="radio"]:checked + label .priceFix {
  position: absolute;
  bottom: 0;
  padding-bottom: 13px;
  transform: translate(120%, 0%);
}
@media screen and (max-width: 767px) {
  .productsSelectArea input[type="radio"]:checked + label .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 13px;
    transform: translate(50%, 0%);
  }
}
@media screen and (max-width: 430px) {
  .productsSelectArea input[type="radio"]:checked + label .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 13px;
    transform: translate(75%, 0%);
  }
}
@media screen and (max-width: 420px) {
  .productsSelectArea input[type="radio"]:checked + label .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 13px;
    transform: translate(65%, 0%);
  }
}
@media screen and (max-width: 390px) {
  .productsSelectArea input[type="radio"]:checked + label .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 13px;
    transform: translate(60%, 0%);
  }
}
@media screen and (max-width: 375px) {
  .productsSelectArea input[type="radio"]:checked + label .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 13px;
    transform: translate(60%, 0%);
  }
}
@media screen and (max-width: 360px) {
  .productsSelectArea input[type="radio"]:checked + label .priceFix {
    position: absolute;
    bottom: 0;
    padding-bottom: 13px;
    transform: translate(50%, 0%);
  }
}
.productsSelectArea input[type="radio"] + label {
  display: inline-block;
  padding: 7px 12px;
  background: #FFF;
  position: relative;
}
.productsSelectArea input[type="radio"] + label.height_52 {
  nin-height: 52px;
}
.productsSelectArea input[type="radio"] + label.height_77 {
  min-height: 97px;
}
.productsSelectArea input[type="radio"] + label.height_98 {
  display: flex;
  align-items: center;
  min-height: 98px;
  padding-top: 12px;
  padding-bottom: 30px;
}
.productsSelectArea input[type="radio"] + label.height_98 .price {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.productsSelectArea input[type="radio"] + label.height_150 {
  min-height: 150px;
  padding-bottom: 35px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .productsSelectArea input[type="radio"] + label.height_150 {
    min-height: 140px;
  }
}
.productsSelectArea img {
  display: block;
  margin: 0 auto;
}
.modalSize .modalItem {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.modalSize .modalItem label {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  line-height: 20px;
}
@media screen and (max-width: 640px) {
  .modalSize .modalItem label {
    max-width: 355px;
  }
}
@media screen and (max-width: 390px) {
  .modalSize .modalItem label {
    max-width: 362px;
  }
}
.modalSize .modalItem label span {
  flex: 1;
}
.modalSize .modalItem label span.text-primary {
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .modalSize .modalItem.pos {
    padding-left: 37px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 390px) {
  .modalSize .modalItem.pos {
    padding-left: 5px;
    padding-right: 5px;
  }
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label {
  background-image: url("../img/icon_checkbox_on.png");
}
input[type="checkbox"] + label {
  display: inline-block;
  min-height: 24px;
  padding: 0 0 0 30px;
  background: url("../img/icon_checkbox_off.png") no-repeat 0 50%;
  background-size: 24px 24px;
  font-size: 1.2rem;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label {
  background-image: url("../img/icon_radio_on.png");
}
input[type="radio"] + label {
  display: inline-block;
  min-height: 24px;
  padding: 0 0 0 30px;
  background: url("../img/icon_radio_off.png") no-repeat 0 50%;
  background-size: 24px 24px;
}
@media screen and (max-width: 767px) {
  .cartFormSP.padding_auth {
    padding-bottom: 310px;
  }
}
@media screen and (max-width: 767px) {
  .cartFormSP.padding_cart {
    padding-bottom: 210px;
  }
}
.button-pos {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .button-pos {
    align-items: center;
    flex-direction: column-reverse;
  }
}
.button-pos-vertical {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cartArea {
  padding: 30px 0;
  background: #D3C9C5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cartArea {
    padding: 15px 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.cartArea .priceQty {
  display: block;
  margin: 0 0 30px;
  font-size: 1.6rem;
  text-align: center;
}
.cartArea .priceQty .spinner-container {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cartArea .priceQty {
    display: block;
    margin: 0 0 15px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.cartArea .btn {
  max-width: 311px;
  width: 100%;
  margin: 0 8px;
  padding: 0;
  height: 48px;
}
.cartArea .btn.btnCart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .cartArea .btn.btnCart {
    padding: 5px 0px;
    margin-bottom: 8px;
  }
}
.cartArea .btn.btnCart .price {
  font-size: 1.6rem;
}
.cartArea .btn.btnCart .price strong {
  font-size: 2.4rem;
  vertical-align: -3px;
}
.cartArea .btn.btnCart.disabled {
  color: white;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .cartArea .btn.btnCart,
  .cartArea .btn.btnCartcan {
    max-width: 311px;
  }
  .cartArea .btn.btnCart.addtray,
  .cartArea .btn.btnCartcan.addtray {
    max-width: 311px;
    width: 100%;
    padding: 0 50px;
    height: 48px;
  }
  .cartArea .btn.btnCart.disabled,
  .cartArea .btn.btnCartcan.disabled {
    color: white;
  }
}
.cartArea .amazon_button {
  margin-bottom: 40px;
}
.allergyArea {
  min-height: 100vh;
  background: #FFF;
  padding: 40px 0 100px;
}
@media screen and (max-width: 767px) {
  .allergyArea {
    padding: 20px 0 40px;
  }
}
.allergyArea .allergyRead {
  max-width: max-content;
  margin: 24px auto;
}
.allergyArea table {
  line-height: 1.5;
}
.allergyArea table thead th {
  text-align: center;
}
.allergyArea table thead th:not(:first-child) {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .allergyArea table thead th:not(:first-child) {
    width: 30px !important;
    padding: 2px;
  }
}
@media screen and (max-width: 767px) {
  .allergyArea table thead th {
    writing-mode: vertical-rl;
  }
  .allergyArea table thead th span {
    /*↓縦書きの記述*/
    writing-mode: vertical-rl;
    /*↓縦書きの記述を改行させないための記述*/
    white-space: pre;
    /*↓いるかどうかわからない*/
    display: inline-block;
  }
}
.allergyArea table th {
  font-weight: normal;
  padding: 2px 4px;
}
.allergyArea table td {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .allergyArea table td {
    padding: 2px;
  }
}
.allergyArea table td.unused {
  color: #FEF6F1;
}
.orderH1 {
  margin: -40px 0 0;
  padding: 40px 0 20px;
  background: #FFF;
  text-align: center;
}
.orderH1 h1 {
  margin: 25px;
}
@media screen and (max-width: 767px) {
  .orderH1 h1 {
    margin: 5px;
  }
}
.orderH1 hr {
  border: none;
  /*水平線の境界線を消す*/
  border-top-style: solid;
  /*線の種類*/
  border-top-width: 1px;
  /*線の太さ*/
  border-top-color: #996666;
  /*線の色*/
  margin: 0;
}
.confirmArea {
  padding: 15px 0 0;
  padding-right: 10px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .confirmArea {
    text-align: center;
  }
}
.confirmArea h2 {
  font-size: 2.4rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .confirmArea h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .confirmArea {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .confirmArea .sideMenu {
    position: static;
    padding: 0;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .confirmArea .sideCartItem {
    padding: 20px 0px;
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
.confirmArea .sideCartTitle {
  text-align: center;
  pointer-events: none;
  background-position: 43% 50%;
}
@media screen and (max-width: 767px) {
  .confirmArea .sideCartTitle {
    text-align: left;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .confirmArea .accordion-collapse {
    max-height: none;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .confirmArea .accordion-button {
    background-color: #A7948B !important;
  }
}
@media screen and (max-width: 767px) {
  .confirmArea .accordion-button.collapsed {
    background-color: #A7948B !important;
    padding: 17px 7px 17px 77px;
  }
}
.confirmArea .accordion-button.collapsed .sideCartTitle {
  display: block;
}
.confirmArea .accordion-button.collapsed::after {
  transform: rotate(180deg);
  transition: 0.2s;
}
.confirmArea .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  transition: 0.2s;
}
.confirmArea .collapse:not(.show) {
  display: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .confirmArea .collapse:not(.show) {
    display: none;
  }
}
.confirmArea .col-2 {
  max-width: 90px;
}
.confirmArea .totalPrice {
  margin: 0 0 20px;
  padding: 20px 10px 15px;
  border-radius: 0 0 4px 4px;
  background: #D3C9C5;
}
@media screen and (max-width: 767px) {
  .confirmArea .totalPrice {
    margin: 0 0 0;
    background: #D3C9C5;
  }
}
.confirmArea .totalPrice .row {
  max-width: 400px;
  margin: 0 auto 7px;
  color: #473735;
}
.couponItem {
  color: #7C252F;
}
.couponItem .sideCartItem {
  background: #FFF !important;
}
@media screen and (max-width: 767px) {
  .couponItem .sideCartItem {
    background: #FFF !important;
  }
}
.couponItem .sideCartItem .productsName {
  text-align: left;
  margin-left: 20px;
}
.couponItem .price {
  font-weight: bold;
}
.couponItem .btn-close {
  margin: 0 0 0 10px;
  background: url("../img/icon_time.png") no-repeat 50% 50% / 11px 11px;
  opacity: 1;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .couponItem .btn-close {
    margin-left: 5px;
    background-image: url("../img/icon_time_sp.png");
  }
}
.modal-dialog.modal-dialog-centered {
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .modal-dialog.modal-dialog-centered {
    width: auto;
  }
}
.modal-dialog.modal-dialog-centered.modal-coupon {
  width: fit-content;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.modal-dialog.modal-dialog-centered.modal-coupon .modal-footer {
  padding-top: 0px;
}
.modal-coupon .modal-content {
  width: 720px;
  background: #FAF5F0;
}
@media screen and (max-width: 767px) {
  .modal-coupon .modal-content {
    width: 360px;
  }
}
.modal-coupon .modal-content h1.modal-title {
  margin: 0px;
}
.modal-coupon .modal-content .modalCoupon {
  width: 720px;
  padding-top: 24px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .modal-coupon .modal-content .modalCoupon {
    width: 360px;
  }
}
.modal-coupon .modal-content .modalCoupon .modalCouponWrap {
  padding: 16px 52px;
  margin: 0 10px;
  background: #FAF5F0;
}
@media screen and (max-width: 767px) {
  .modal-coupon .modal-content .modalCoupon .modalCouponWrap {
    padding: 16px 0px;
  }
}
.modal-coupon .modal-content .modalCoupon input + .modalCouponBox {
  display: block;
  padding: 14px;
  margin: 0 0 12px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(170, 85, 28, 0.4);
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .head-area {
  display: flex;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .head-area img {
  max-width: 128px;
  max-height: 96px;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .head-area .head-info {
  width: 100%;
  margin-left: 10px;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .head-area .head-info .head-name {
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  color: #000000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .modal-coupon .modal-content .modalCoupon .modalCouponBox .head-area .head-info .head-name {
    font-size: 1.1rem;
  }
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .head-area .head-info .head-price {
  width: 100%;
  font-size: 1.8rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .modal-coupon .modal-content .modalCoupon .modalCouponBox .head-area .head-info .head-price {
    font-size: 1.1rem;
    text-align: left;
  }
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .head-area .head-info .head-price span {
  display: inline-block;
  vertical-align: middle;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .info {
  font-size: 1.1rem;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .info pre {
  white-space: pre-wrap;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .info pre.error {
  color: red;
  margin-bottom: 0;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .info .use-cond {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .info.cond-block {
  display: none;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .info.cond-block:has(.use-cond) {
  display: block;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .use-items {
  display: block;
  height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .use-items:focus {
  white-space: pre;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .toggle-desc {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .arrow {
  position: relative;
  display: inline-block;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .arrow.arrow-top {
  transform: rotate(-45deg);
  top: -2px;
  left: -4px;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .arrow.arrow-bottom::before {
  transform: rotate(135deg);
  top: -4px;
}
.modal-coupon .modal-content .modalCoupon .modalCouponBox .arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: double 3px #A7948B;
  border-right: double 3px #A7948B;
  position: absolute;
  left: -6px;
}
.modal_confirm .modal-content .modal-body {
  padding-top: 14px;
  padding-right: 16px;
  padding-bottom: 4px;
  padding-left: 16px;
}
.modal_confirm .title {
  margin-bottom: 0px;
  font-weight: bold;
}
.modal_confirm .title img {
  margin-bottom: 2px;
}
.modal_confirm .order_confirm {
  color: #7C252F;
}
.modal_confirm .guidance {
  color: #844324;
  border: 1px dashed #844324;
  border-radius: 9px;
  padding: 8px;
  font-size: 1.4rem !important;
}
.couponArea {
  padding: 5px 0 20px;
  background: #FFF;
}
.couponArea h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .couponArea h2 {
    font-size: 1.8rem;
  }
}
.couponArea .couponBtn {
  max-width: 228px;
  margin: 0 auto;
}
.couponArea .couponBtn .btn-outline-primary {
  background-color: transparent;
  background: #FDFBF8;
  border-color: #7C252F;
  padding: 7px 0;
}
.couponArea .couponBtn .btn-outline-primary a:focus {
  background-color: yellow;
  color: black;
}
.couponPriceArea {
  padding-left: 8px;
  padding-right: 10px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .couponPriceArea {
    text-align: center;
  }
}
.couponPriceArea .totalPrice {
  background: transparent;
  color: black;
}
.couponPriceArea h2 {
  font-size: 1.9rem;
  display: flex;
  justify-content: space-between;
}
.buyInfoArea {
  padding: 5px 0 0;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .buyInfoArea {
    text-align: center;
  }
}
.buyInfoArea h2 {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .buyInfoArea h2 {
    font-size: 1.8rem;
  }
}
.buyInfoArea .totalPrice {
  padding: 5px 0px 5px 10px;
  font-size: 1.5rem;
  text-align: right;
  background: transparent;
  color: black;
}
.buyInfoArea .totalPrice.right-item {
  display: flex;
  flex-direction: column;
}
.buyInfoArea .totalPrice .totla_info {
  line-height: 25px;
  font-size: 2.4rem;
}
.buyInfoArea .totalPrice .tax_info {
  opacity: 1;
  font-size: 1rem;
  font-weight: normal;
}
.buyInfoArea .totalPrice .priceSummary {
  font-size: 2.4rem;
}
.buyInfoArea .totalPrice .payMethod {
  font-size: 1.4rem;
}
.buyInfoArea .totalPrice .productNum {
  text-align: left;
}
.buyInfoArea .totalPrice .summary {
  font-size: 2.4rem;
}
.buyInfoArea .item-summary {
  display: flex;
  justify-content: space-between;
}
.buyInfoArea .productNum {
  margin-left: 23px;
  font-size: 1.6rem;
  color: #000000;
}
.locationArea {
  padding: 10px 0;
  background: #FFF;
}
.locationArea h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .locationArea h2 {
    font-size: 1.8rem;
  }
}
.locationArea .information {
  padding-left: 20px;
}
.paymentArea {
  padding: 5px 0 0px;
}
.paymentArea .row {
  margin: 0 16px;
}
.paymentArea h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .paymentArea h2 {
    font-size: 1.8rem;
  }
}
.paymentArea h2 + p {
  font-size: 1.3rem;
  margin: 0 25px 10px;
}
@media screen and (max-width: 767px) {
  .paymentArea h2 + p {
    display: block;
  }
}
.paymentArea .pay_kind {
  width: 100%;
  min-height: 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.paymentArea .pay_kind.pay_kind1 {
  height: 50px;
}
.paymentArea .pay_kind.pay_kind1 img {
  height: 25px;
  width: auto;
}
.paymentArea .pay_kind.pay_kind2 {
  height: 50px;
}
.paymentArea .pay_kind.pay_kind2 img {
  height: 40px;
  width: auto;
}
.paymentArea .pay_kind.pay_kind3 {
  height: 50px;
}
.paymentArea .pay_kind.pay_kind3 img {
  max-height: 26px;
  width: auto;
}
.paymentArea input[type="radio"] + .labelBox {
  display: block;
  padding: 0 5px;
  background: none;
  box-shadow: 0 1px 2px rgba(170, 85, 28, 0.4);
  border: #FFF 4px solid;
  border-radius: 4px;
  text-align: center;
  background: #FFF;
  font-size: 1.6rem;
  min-width: 311px;
  cursor: pointer;
  margin: 0 auto 20px;
}
.paymentArea input[type="radio"] + .labelBox label {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .paymentArea input[type="radio"] + .labelBox {
    max-width: 170px;
  }
}
.paymentArea input[type="radio"] + .labelBox .creditInput {
  margin-bottom: 10px;
  padding: 0 0 0;
  text-align: left;
  display: none;
}
.paymentArea input[type="radio"] + .labelBox .creditInput h3 {
  text-align: left;
  font-size: 1.3rem;
}
.paymentArea input[type="radio"] + .labelBox .creditInput hr {
  clear: both;
  border: none;
  border-top: #996666 1px solid;
  margin: 0;
}
.paymentArea input[type="radio"]:checked + .labelBox {
  border: #7C252F 4px solid;
  box-shadow: none;
}
.paymentArea input[type="radio"]:checked + .labelBox.labelBoxW100 {
  width: 100%;
  max-width: none;
  max-height: max-content;
}
.paymentArea input[type="radio"]:checked + .labelBox .creditInput {
  display: block;
}
.redistCredit {
  margin-bottom: 15px;
}
.formCardInfo {
  display: flex;
}
@media screen and (max-width: 767px) {
  .formCardInfo {
    display: block;
  }
}
.formCardInfo div {
  margin-right: 11px;
}
.formCardNo input,
.formHolderName input,
.formMailAddress input {
  width: 260px;
}
.formCardNo .invalid-feedback,
.formHolderName .invalid-feedback,
.formMailAddress .invalid-feedback {
  font-size: 1.3rem;
}
.formDeadline {
  position: relative;
}
.formDeadline .form-control {
  display: inline-block;
  width: 60px;
  margin: 0 10px 0 0;
}
.formDeadline .invalid-feedback {
  background: #FFF;
  font-size: 1.3rem;
}
.formDeadlineSecurity input {
  width: 100px;
}
.formDeadlineSecurity .invalid-feedback {
  font-size: 1.3rem;
}
.orderArea {
  margin-top: -40px;
  padding-top: 40px;
  background: #FFF;
  text-align: center;
}
.orderArea h1 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .orderArea h1 {
    margin: 0 0 10px;
    font-size: 2rem;
  }
}
.orderArea .order_start {
  width: 100%;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #7C252F 2px solid;
  color: #7C252F;
  padding: 0 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .orderArea .order_start {
    font-size: 1.6rem;
  }
}
.orderArea .cartArea {
  padding: 10px 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .orderArea .cartArea {
    position: static;
  }
}
.orderArea .cartArea .btnCart {
  flex-direction: column;
  font-size: 2.2rem;
  height: 72px;
  justify-content: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .orderArea .cartArea .btnCart {
    height: 70px;
  }
}
.orderArea .cartArea .btnCart .small {
  font-weight: bold;
  font-size: 1.6rem;
}
.orderArea .cartArea .btnCart.receive_titile {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .orderArea .cartArea .btnCart.receive_titile {
    font-size: 1.2rem;
  }
}
.orderArea .cartArea .btnCart.receive {
  height: 80px;
  width: 311px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .orderArea .cartArea .btnCart.receive {
    height: 48px;
    padding-top: 0px ;
    font-size: 18px;
  }
}
.orderArea .cartArea .btnCartcan {
  display: flex;
  justify-content: center;
  align-items: center;
}
.orderArea .locationArea {
  padding-left: 25px;
  padding-right: 25px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .orderArea .locationArea {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .orderArea .locationArea {
    text-align: center;
  }
}
.orderArea .locationArea h2 {
  font-size: 2.4rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .orderArea .locationArea h2 {
    font-size: 1.8rem;
  }
}
.orderArea .locationArea .limit_time {
  color: #7C252F;
  font-weight: 400;
}
.orderArea .guidance {
  background: #fcf7f2;
  border-radius: 15px;
  padding: 14px;
}
.orderArea .guidance .title {
  text-align: center;
  letter-spacing: 0px;
  color: #844324;
  opacity: 1;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .orderArea .guidance .title {
    font-size: 1.6rem;
  }
}
.orderArea .guidance .info_row {
  text-align: center;
  letter-spacing: 0px;
  color: #844324;
  opacity: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .orderArea .guidance .info_row {
    font-size: 1.6rem;
  }
}
.orderArea .guide_warn {
  padding: 0px 24px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .orderArea .guide_warn {
    font-size: 1.5rem;
  }
}
.orderArea .information {
  font-size: 1.8rem;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .orderArea .information {
    font-size: 1.6rem;
  }
}
.processIcon {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAABHNCSVQICAgIfAhkiAAADqVJREFUeF7tXVtvG8cV5uyVuyRFXS3XdVHXEJJYtgULeiiSNoCApC3yA/or+wOKtAkgIE2DPhAKfKHtQEj9oNqxJEqieBP3wu05a9KgKXLP7HJJzoq7AAEBmt05c76Zc58Zlrkmz04mo2q3bytSLqd0FEXVbVtyczlmuC5zOx3/p+q6hMO12+2OLEke/lqy7MmNhtdW1Y7kOHan0XD0w0N7L5NxrgNrWEIHIe/s7OiGZekmY6ony8okxtFwXUeTJKt2dGSVXr++hD46k+hnkt9MCsBs984dXVlZ0SXb1icFKMVoBNxU1bZTqbT3Xr1qQ3uPemfW/xca4K82NvSaYZjMcbLwCEUrivmMpl0e1uutg4MDBFvIRyimIYd2MxlFuXs3B5AaPZ0pJOf6iOrYtlu/vGwZBwdN0XS3MABvbm5qv2Es39G0rOiAjqLv8vLS8xTlsqVp9VKpZIswjpkDjGLYUpS8ZBi6CAyJi4ZOq9V+I0m1crlsxfXNKN+ZGcBgBatmp7MIy1WNQnhS3kGg3RcvqrMS3bMAWNp99GhBZcyMEyQGFi7+3FbLlfJ5R242naNisVMolTxgLlq7+Ou5OegPM9D3rLazw25Uq5JrmkqnXlc8TVNkTQPnOF7XS6nV6n8/OKhN2/KeKsCwas1Cq7UwrvGEuk52XdtmrP3WdS2wYlEMxu2yMFAf2mkmoxuSpLmyrI5ryaMx1jw/v/jh8LAV5+QO+ta0AJZ3P/poSc3ltKgD80HV9ZYBbgmshEkASpHm++KZxcXsuNJHsqzLr589O++TKFTfkf8/cYDRiAKrcinKqkVQTUlqX1SrLZj1GEmKe5VGZRz79PbtrJnPmxZjWpSVjav5XNdPJ21tTxTg329sLGiqmgvLgN5q3fvxR9RZblQUpvHeXzMZ+fjRo4LbbhuRxslYba9crk+K1kkBLIFIXo4ikm3PayYB2EFAekBHEd9dkX02CQkVO8BgmSrygwcrkqrKYWZly3Fa/3ry5EL0FUuNCYF+8/DhgqEoBtW2//+gf+zv9vcrcevlWAHGaNSNTGY5jL7FgVXa7eqsAwJhwOBpi7xYVJTFXAh3C/Wy+/RpBdy62FKVsQEMRoeRX1tb4hk8tsFgPSQSLsDIaPK+k8R2f97aylmOU+Cd9MiXQ8s6iyuBEQvAOAgIDBR5AbAhx7pXKqHOEdqA4h0P1Q7F9i/b28thonb22dkppCTRcxjrGRvgsCvXq1Yb3/z8c3UsqpP5MvtyZ2eBdTo5HvLRk6gwVhlXdY0FMPq4TqGwwkOwnz9tNs/jmJU8/YnaBheEUigs8rhUXTVWGcdXjgywnyxoNlenRaiogEWhC3kHIdsVHr3sL4xy+SSq4RUJYHSFMpubqzwETsIyjMJU0d5BHvK6k8jDb58+PY7iQkUBmH22tbXGY/5jducfjx+jbzcXxlTYSYTG1+mDB6s8MQNMO3774gXyMtQTGmBI9S3yRGu6s+4kBZfEQ/6CE2QQ1xdhw5qhAOa1mMfVGyRLrlkDXpWHlnXTNE/CGF1hAJZ3NzfXKL0bhYhrhlek4WDka8XzViijtSsZj6ATrswaN8C7OzuraqdD5nOhcqEC+Vphy0gjcX9KL0G+OasuLS1T3XUTMphPJh8ugLESYxnqp6ivRdER1Dfn7f8gJfMgJReocf+v3T7hCYLwACxBpzco0dxNeUGFS/qMy4EvPvlkhaoy7XooKKoDHxJgHqs5rF6giEr/n5HAsl6j3CceiRkIMEZcQDSvBTE8NaomMx15jC70VsBtwlU8clNcIMCfb2+vURmQZrNZ+/7lSyytSZ+YOYAlTwuFQj7os5TBNRJgHosuFc0xI3r1cwxE9Y0gUY0S9Obz50d/GxEtHA0wh1sUV85y4mxKcAc8waWgVTwU4A1IA/6OSAOmVvP0Zg0UMK4GFTDiKv4OVjFQdCXmPxRg6oM4tH/u778d9sHpDXt+etqFzJO6vQ3lbqOfUYUUVwBG6+3Xur46jmKfH9ZPb6R/fPhwiarUhEX3y6BFfQVgyu+llPr0hjxfPeEhM8vg1QSNGoIfVUjPNvrbDALMPr9372ZQwLtbv4wFc+kzZQ58ev/+cj5gg3y3thoLA94/HwDMZbHt7x/txVi3O2UeJbo7nsCTPYDPBwBTMdBhMyTRHEsg8VTw6QL2If/n4AB3iPhPP8ASiOf1IPE8TMYnkEeJJpnKNnWDT+jhfAgwT/H6MCst0dxKJvHSn7a3bwaR3p9KfL+C/wIKPOiEm6hFX8nkodhUU6q0Pz/wHmAQz78KEs/14+OzaR49IDaLZ0sdVYBhNxrW3k8/YcHjOx3ME9xIxfNsQR3oXQYxvT6Kom7oEoMeng8wpbhT61kocH1iIMu0HpRl+i/UxuEORR9gSqbP8YYx8ZDtUkRFHHvukg8wpX/TtKB4OFNBqZ5RjAAHynMcGujfNyjPxRvmXFMUiFvPH2ZU7nfQcZ5rlgo2eLCdbgZVu+LCZFSAI/V/BUO1jxwqb38qSce467wYtOs8NbAEBpjYCIixC0ZZ0DALzq/7QSniQhhMGeXeYkSLUdkJ3i0SSWVSkummKl+xGA918I2go3MH84tJZsh1o52KQNbh0FOsuw2MiCxCcd2omtvrxrCkjYcq40EDmXGY2lcKuZLGiOtKLx4BcR4Uk4bz5ngAToMc4s6QwNwwxjAYZCVuBdEPzvJrcceXUhaEH2aVsIoyMA+cAiz2JCIB5tDBqYgWF2NaRFNuUrpFRVx0qUSRfxMNFehI/WBxAd4l9ixhoQbjCViHOZdJXHZcP8qoQAfWZpGx6PRYJHEnBhWqxC2+jNq1lha7iwswler1Y9F/+PjjgmmahVHDSNOF4gJM1WXhKTx4wVPgXQtpwl9ggImd/1hLhxc0Bu4eT0t2BAaYKNlBD8ivquQIV6YJB/FwJvcoYRTSB5gKdqRls+KhS6nW3mYFH2DKkk4NLfEAJg2sd1cEnvsAU5uZ0q0r4gFMFWr0Ngu+25vEcUxPWvwuFMg8mxV8u+n99lHeGSHUMOeUmC24aW494Ka5BiQZ/v34sX/U8HuAKZmenmwnzmyi8geeJDW+KZX82+XeA7xz65a5vL4eeKp7ukdYCJBJ8dzv9fQfwkKekZXGpWcPMFXs3t38jUUa/vPBMUqUu5Ra07MHmMzfd92joQBT6Sd8CTc0pfnh2QDNcxDa4E6Uq2dVEvHN9CjD2YCLvVJHGQ7LG1wB+Mu7d4usWBx5xy3KePn58+O99DjDqSKNsQr33r21oJOQhl2vcHUFcwQ9qHsCpjryOemMso+QDcMKJIceCE4dioYfS/csTW9m4eqlDgQfteiGAkwVc+HQcOfaD8+epRdhTQFnag930BneIy/loD6K40rTiJNHl8ezCTJ8RwJMHc6CQ0uv1Zk4wOS1Or7rur9/XIL1NoyakQBjYyrmiW3Si7EmBzLPxViUqgwGmMM0T6+2mwzAPFfbBV2n06MqEGBsRPnFqaieCMBcl1PySE8SYCAfN4mvU9fLUqJiImy4ph/lMXB5q115AM7wpBKR12m2afwZR2WLej3wbiniApjX4MJ2vWNsxx/q/H2BxyVCroSRltwAw3dlmF1rlKhOja5oE5PHqIpi74QBOMM7w/Di4ky5fLKXJiS40N4FbwWO3V/lWTwVxirlctni+jCqTd6GvXbU2Za9dl0jAO8NuHIjZtg+r3l7GQoeV6nr3JEHPFbzIK9CA4yT4rOtrbWcLCsU4/EIAbhLr5KCPJxTeM7VKSe4/RdtUHzv/38UgP06ah6R0tMZ7tOnlVRcfwgL8lB+8GCFZ+V2pSHeSdgJAy62jQQwvshrFGBb1Mk1w6ikpT7v4MHSm0KrtULp3B7v1srl46jHSUYGGDvnNbp6hIISOd979Qpq9+b3wU1j+sJCkQdc5NK4NXBjAezPRo566n4453kjG6+BivxCd/ONbZ/i1TjjLIexAcbOqbMiBgnslt9iscC8WNgylLsuZ+GSZ16w4sq1xwIwEk3tVx0cGOrlU0WpPR64sZqXAUlph5PfcpwCr0hGvsCmotMwvm4QL2IDGDvBIoHbmrbEOxhfFIENVmm3q3ENSBTg0QhdVJRFHneyRzNay3F7HLEC7BteIcz/fjC6ZSd4sXGixTb6tof37xeDrmIfNgm7agtjBqFdoamt4L6OJKgGWVZzOS3siupWB9YSCLQMOzQLKmNm2DF3kwdn8F7sl4/FvoL7B8dTcjJ0NmNxva634AiCJADtA+u220ZQUfqocRqqegHRvkbYScHbfqIA+yL7zp1sxjQXw+jlHvHoKmieZzXr9SbcXYz+c+wznJdRA+3wfLGsmc+bFmNaWGDxW6hvz3X9dNLBn4kD3GVMaDdhGONRT0OiuwXBEvQNpw02g8mqO4WCYSiKEXFi+K91RfJ53Pp2GE3TAtjvO6zLMIqJ/v4o17VtxtpvXdeCYACmz+IGnH21saGBs64bkqS5sqxGWan9Y/Ct5Hq9Os1o3lQB7g5Wgn02xXFXwSD4/uHX8HNbLVfK5x252XSOisVOoVTy9t6Bj7+ehSrB33jKH6vt7LAb1arkmqbSqdcVT9OUjKIoPEmAMKu4e58v2hRxT8RAMmYBsE+Qn6zQ9WKY6E4YhorSFs/6dF+8qMIkc2ZB08wA7g3WN8I0LR/FpZoFw3j7RD1rZbO1SRtRFD0zB7hHIEbBfqsoeckwdIpoUf+PtoGnKJfKkye1Wa3YK6pLNGZhrnTp7Mx0slkjims1i/Gg8XRp283vX75sQv9CReKEWcHDgEHxjW4JcwDubFYoWv3CQk27PLKspshxdKGYFrD6/MCCvrqqy46jx23h8q56jBfna7U2+OPWNF0dXvqGtUsKwB/QDu6NAu6NZliWbjKmBl2POw5zEFDZ8+z2yUkbImkYXIk1ETAObbzvJhLgIYNjoLsV7e1bpZPNqpKuK7ptS24uxwzXZW6n4/96Oh3FqyxJHv5asuzJjYbn6LrrWZajttt25tUrRxQjiRfIUe3+D2Xs68dNwaLyAAAAAElFTkSuQmCC') no-repeat 0 0 / contain;
  width: 60px;
  height: 60px;
  margin: 20px auto;
}
.processIcon::before {
  content: '';
  display: block;
  background: url('data:image/png;base64,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') no-repeat 0 0 / contain;
  width: 60px;
  height: 60px;
  animation: 1.5s linear infinite rotation;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.orderNumber {
  margin: 0 0 30px;
}
.orderNumber p {
  font-size: 1.6rem;
  margin: 0;
}
.orderNumber p strong {
  display: block;
  font-size: 7.4rem;
  font-weight: bold;
  line-height: 1;
  color: #E77D04;
}
@media screen and (max-width: 767px) {
  .orderNumber p strong {
    font-size: 6.4rem;
  }
}
.orderNumber + p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .orderNumber + p {
    font-size: 1.3rem;
  }
}
.noLoginWindow {
  width: 100%;
  height: 300px;
  min-height: 287px;
  padding: 20px;
  background: #CAC2BE;
  color: #FFF;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .noLoginWindow {
    height: 310px;
  }
}
@media screen and (max-width: 767px) {
  .noLoginWindow {
    position: fixed;
  }
}
.noLoginWindow p {
  margin-bottom: 5px;
  color: #473735;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .noLoginWindow p {
    font-size: 1.4rem;
  }
}
.noLoginWindow .btn {
  width: 150px;
}
.noLoginWindow .loginWindowTop {
  margin: 0 0 20px;
}
.noLoginWindow .loginWindowTop .btn {
  font-size: 1.6rem;
  font-weight: bold;
  width: 300px;
  height: 50px;
  padding-top: 10px;
  background: #DC3545;
}
.noLoginWindow .loginWindowMid .btn {
  font-size: 1.6rem;
  padding-top: 14px;
  width: 300px;
  height: 50px;
}
.noLoginWindow .loginWindowBottom .btn {
  font-size: 1.6rem;
  width: 300px;
  height: 50px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	Bootstrap 上書き
+++++++++++++++++++++++++++++++++++++++++++ */
.form-control {
  padding: 10px 15px;
  color: #473735;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  border: #A7948B 1px solid;
}
.form-control.is-invalid {
  background-color: #BF0F301A;
}
.form-control.defaultAlert {
  background-color: #fff;
}
.form-control.form-holder {
  background-color: #BF0F301A;
}
.was-validated .form-control:invalid {
  background: none;
  border-color: #BF0F30;
  background: rgba(191, 15, 48, 0.1);
}
.was-validated .invalid-feedback {
  color: #BF0F30;
  font-size: 1.3rem;
}
.text-primary {
  color: #7C252F !important;
}
.text-info {
  color: #A7948B !important;
}
.btn:active {
  background: transparent !important;
  color: #7C252F !important;
}
.btn-primary {
  background: #7C252F;
  border: none;
  font-size: 1.8rem;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus-visible {
  color: white !important;
  background: #7C252F !important;
  border: none !important;
}
.btn-outline-primary {
  border: #7C252F 2px solid;
  color: #7C252F;
  font-size: 1.8rem;
  background: #FFF;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible {
  border: #7C252F 2px solid !important;
  color: #7C252F !important;
  background: #FFF !important;
  --bs-btn-focus-shadow-rgb: white !important;
}
.btn-outline-secondary {
  min-width: 80px;
  border: #A7948B 2px solid;
  color: #473735;
  font-size: 1.4rem;
  background: #FFF;
  --bs-btn-hover-bg: #FFFFFF;
  --bs-btn-hover-color: black;
  --bs-btn-hover-border-color: #A7948B 2px solid;
  --bs-btn-focus-box-shadow: none;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:active {
  background: #bdafa8 !important;
  border: #A7948B 2px solid !important;
}
.btn.disabled {
  background: #A7948B;
  color: #FFFFFF;
  border-color: #D3C9C5;
  opacity: 0.4;
}
.badge {
  width: 50px;
}
.badge.text-bg-secondary {
  background: #A7948B !important;
  font-size: 8px;
  vertical-align: 2px;
}
.badge.text-bg-warning {
  background: #7C252F !important;
  border-radius: 12px;
  font-size: 1.3rem;
  color: #FFF !important;
  width: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge.text-bg-coupon {
  background: #7C252F !important;
  border-radius: 12px;
  font-size: 1.2rem;
  line-height: 17px;
  font-weight: bold;
  color: #FFF !important;
  vertical-align: -1px;
  width: 152px;
}
@media screen and (max-width: 767px) {
  .badge.text-bg-coupon {
    width: 100%;
  }
}
.badge.text-bg-coupon.disable {
  color: #FFF !important;
  background: #928C8C !important;
}
.badge.text-bg-delete {
  background: #7C252F !important;
  border-radius: 12px;
  font-size: 1.3rem;
  color: #FFF !important;
  vertical-align: 0px;
  width: 34px;
}
.modal {
  background: rgba(0, 0, 0, 0.7);
  padding-left: 17px !important;
  padding-right: 17px !important;
}
@media screen and (max-width: 767px) {
  .modal {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.modal-content {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .modal-content {
    width: 360px;
    margin: auto;
  }
}
.modal-content .modal-body {
  padding: 24px 16px;
}
.modal-content .modal-body .modal-title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 1.8rem;
}
.modal-content .modal-body p {
  font-size: 1.6rem;
}
.modal-content .chk_start {
  font-size: 1.4rem;
}
.modal-content .modal-footer {
  padding-top: 16px;
  padding-bottom: 16px;
  border: none;
  justify-content: center;
}
.modal-content .modal-footer .row {
  flex: none;
  width: 100%;
}
.modal-content .modal-footer .btn {
  width: 160px;
  height: 48px;
  line-height: 1.2;
  padding-left: 3px;
  padding-right: 3px;
}
@media screen and (max-width: 767px) {
  .modal-content .modal-footer .btn {
    max-width: 160px;
  }
}
.modal-content .modal-footer .btn.btn-primary {
  font-weight: bold;
}
.modal-content .modal-footer .btn_cancel,
.modal-content .modal-footer .btn_decision {
  padding-left: 0px;
  padding-right: 0px;
}
.accordion-item {
  border: none;
  color: #473735;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.icon-tab {
  width: 20px;
  height: 20px;
}
.ttl-notice {
  margin-bottom: 0px;
  font-size: 16px;
  color: #e40012;
}
.list-notice {
  padding: 0px 15px 0px;
  border-radius: 4px;
  font-size: 15px;
}
.sample {
  pointer-events: none;
}
.selected-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.selectProductsDifference {
  float: right;
  margin-right: 10px;
  white-space: nowrap;
}
.selected-difference {
  color: #8E434C;
}
.selected-name {
  color: #473735;
}
.selection-container {
  margin-bottom: 60px;
  margin-top: 10px;
  /*
    .MEDIA({
        padding: 0;
    });
    */
}
.wrap-multitext {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.wrap-multitext2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
