@charset "UTF-8";

/* common */
html {
  font-size: 100%;
}

html {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  line-height: 200%;
  font-size: 86%;
  color: #222;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

.mrb4 {
  margin-bottom: 4px;
}

.mrb10 {
  margin-bottom: 10px;
}

.mrb15 {
  margin-bottom: 15px;
}

.mrb20 {
  margin-bottom: 20px;
}

.mrb30 {
  margin-bottom: 30px;
}

.mrb40 {
  margin-bottom: 40px;
}

.mrb60 {
  margin-bottom: 60px;
}

/* Pagetop */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 48px;
  text-align: center;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.6;
}

b,
strong,
.bold {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

/* .header */

.high {
  background: #fcf6e9;
}

.high .cps {
  width: 1260px;
  margin: 0 auto;
  color: #795139;
  font-size: 90%;
  font-weight: bold;
}

.header {
  width: 1260px;
  margin: 0 auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logos {
  width: 360px;
}

.h_logo {
  max-width: 230px;
}

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

.tp_area {
  width: 900px;
}

header h1,
.header h1 {
  color: #999999 !important;
  font-size: 80%;
  font-weight: normal;
  margin-bottom: 5px;
}

.guest_n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 86%;
  margin-bottom: 5px;
}

.guest_n li,
.tp_logs li {
  list-style: none;
  margin-left: 20px;
  position: relative;
}

.guest_n li:first-child {
  background: #bb9966;
  color: #fff;
  padding: 2px 10px;
}

.tp_logs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.tp_logs a {
  display: block;
}

.icon_login {
  background: url(../img/icon_login.svg) no-repeat left center / 21px 26px;
}

.icon_logout {
  background: url(../img/icon_login.svg) no-repeat left center / 21px 26px;
}

.icon_guide {
  background: url(../img/icon_guide.svg) no-repeat left center / 26px 26px;
}

.icon_cart {
  background: url(../img/icon_cart.svg) no-repeat left center / 26px 26px;
}

.icon_login,
.icon_logout,
.icon_guide,
.icon_cart {
  padding: 5px 0 5px 36px;
}

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnav > li {
  list-style: none;
  text-align: center;
  width: 16%;
  font-size: 90%;
  line-height: 1.6em;
  color: #333333;
  margin-left: 20px;
}

.gnav > li a {
  position: relative;
  display: inline-block;
  padding: 0 5%;
}

.gnav > li > a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #795139;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gnav > li > a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.gnav span {
  color: #795139;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 110%;
}

.gnav > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
  margin-top: 4px;
}

.gnav > li > a {
  display: block;
  padding: 0px 0em 15.5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.gnav .menu {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background: #fcf6e9;
  z-index: 200;
}

.menu_inner {
  width: 1120px;
  margin: 50px auto;
}

.nav_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
}

.nav_cate li {
  list-style: none;
  width: 15%;
  text-align: center;
  margin: 0 2% 2% 0;
  line-height: 1em;
}

.nav_cate li:nth-child(6n) {
  margin-right: 0;
}

.nav_cate a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 80px;
  height: auto;
}

.nav_cate a:hover img {
  opacity: 0.6;
}

.bland_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blandglist {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blandglist a {
  text-decoration: underline !important;
}

.blandglist li {
  list-style: none;
  text-align: left;
  width: 30%;
  margin-right: 5%;
}

.blandglist li:nth-child(3n) {
  margin-right: 0;
}

.chng_photos {
  width: 34%;
}

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

.chng_photos p {
  display: none !important;
}

.chng_photos p.active {
  display: block !important;
}

.pack_tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pack_tip li {
  list-style: none;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pack_img {
  width: 220px;
}

.pack_img img {
  width: 100%;
  height: auto;
  background: #eee;
  font-size: 0;
  line-height: 1em;
}

.pack_tip dl {
  width: 52%;
  height: 140px;
  text-align: left;
  position: relative;
}

.pack_tip dt {
  margin-bottom: 20px;
  font-weight: bold;
}

.pack_tip .base_btn {
  width: 100%;
  position: absolute;
  bottom: 15px;
}

.pack_tip .base_btn a {
  display: block;
  width: 100%;
  padding: 10px 5%;
}

/*TOP コンテンツ*/
.mv {
  margin: 0 0 50px;
}

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

.mv .slick-next {
  right: 20px;
  z-index: 99;
}

.mv .slick-prev {
  left: 15px;
  z-index: 100;
}

.sp-arrow {
  width: 32px !important;
  height: 32px !important;
}

.sp-previous-arrow {
  background: url(../img/prev_btn.png) no-repeat center center / 32px 32px;
  z-index: 100;
}

.sp-next-arrow {
  background: url(../img/next_btn.png) no-repeat center center / 32px 32px;
  z-index: 100;
  -webkit-transform: none !important;
  transform: none !important;
}

.sp-fade-arrows {
  opacity: 1 !important;
}

.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
  content: normal !important;
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #fff;
}

.sp-slide a img {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.sp-slide a:hover img {
  opacity: 0.5 !important;
}

.tp_serch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 700px;
  margin: 40px auto;
}

.eng_ser {
  color: #795139;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 110%;
  margin-right: 25px;
}

.keyword-ser {
  background: #efefef;
  padding: 5px 15px;
  border-radius: 30px;
  width: 560px;
}

.keyword-ser form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.keyword-ser label {
  width: 80%;
}

.keyword-ser input {
  border: none;
  background: none;
  width: 500px;
  padding: 5px;
}

.keyword-ser button {
  width: 20px;
  height: 20px;
  text-indent: -9998px;
  background: url(../img/icon_search.svg) no-repeat center center / 20px 20px;
  border: none;
}

.fir_guide {
  background: #ece6da;
  padding: 40px 0;
  margin-bottom: 60px;
}

.biginer {
  text-align: center;
  font-size: 120%;
  margin-bottom: 25px;
}

.biginer span {
  background: url(../img/biginer.svg) no-repeat left center / 28px 20px;
  padding: 5px 0 5px 36px;
}

.non_mem {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mem_vis {
  width: 1120px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mem_vis li {
  width: 32%;
  text-align: center;
  list-style: none;
}

.mem_vis li a {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 110%;
  font-weight: bold;
  line-height: 150%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../img/b_arrow.svg) no-repeat 96% center / 12px 12px #fff;
}

.mem_vis li a:hover {
  opacity: 0.6;
}

.ticks {
  width: 52%;
  background: #fff;
  padding: 2% 3%;
  letter-spacing: 1px;
}

.card {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.reves,
.abouts {
  width: 100%;
}

.reves a,
.abouts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6% 5%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../img/b_arrow.svg) no-repeat 96% center / 12px 12px #fff;
}

.reves a:hover,
.abouts a:hover {
  opacity: 0.6;
}

.abouts div {
  margin-bottom: 0;
}

.abouts img {
  display: none;
}

.joys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mail_m {
  text-align: center;
  font-weight: bold;
  color: #795139;
  font-size: 130%;
  line-height: 150%;
  margin-bottom: 25px;
}

.i_maga {
  background: url(../img/icon_magazine.svg) no-repeat left center / 32px 24px;
  padding: 5px 0 5px 46px;
}

.maga_num {
  margin-left: 20px;
  width: 50%;
}

.maga_num li {
  font-weight: bold;
}

.maga_num b {
  color: #dd0000;
}

.maga_num span {
  text-decoration: underline;
}

.get_maga {
  width: 45%;
  text-align: center;
}

.get_maga a {
  display: block;
  background: url(../img/w_arrow.svg) no-repeat 94% center / 10px 10px #c4b792;
  padding: 6% 5%;
  color: #fff;
  line-height: 150%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.get_maga a:hover {
  opacity: 0.6;
}

.re_eng {
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 20%;
  color: #200505;
}

.shop_news {
  width: 1260px;
  margin: 0 auto 60px;
  -webkit-box-shadow: 0 0 0 1px #ece6da inset;
  box-shadow: 0 0 0 1px #ece6da inset;
  padding: 2% 4%;
}

.shop_ntit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop_ntit h2 {
  font-size: 100%;
  margin-bottom: 20px;
}

.shop_ntit h2 span {
  color: #995544;
  margin-right: 30px;
  font-size: 150%;
}

.n_list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.n_list a {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.date {
  width: 120px;
  margin-right: 20px;
}

.shop_ntit .base_btn {
  width: 200px;
}

.base_btn a {
  display: block;
  background: url(../img/w_arrow.svg) no-repeat 94% center / 10px 10px #c4b792;
  padding: 6%;
  color: #fff;
  line-height: 150%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.base_btn a:hover {
  opacity: 0.6;
}

.sub_tit {
  text-align: center;
  margin-bottom: 40px;
}

.eng_sub {
  font-size: 180%;
}

.sub_tit h2 {
  font-size: 80%;
}

.slider {
  font-size: 90%;
  line-height: 150%;
}

.slider img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.slider a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider a:hover img {
  opacity: 0.6;
}

.new_items {
  width: 1260px;
  margin: 0 auto 60px;
  text-align: center;
  padding: 0 6%;
}

.new_items li {
  margin: 0 5px 0;
}

.new_items .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  text-indent: 0px;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: #000;
}

.new_items .slick-prev {
  left: -50px;
  background: url(../img/b_pre.svg) no-repeat center center / 30px 30px;
}

.new_items .slick-next {
  background: url(../img/b_arrow.svg) no-repeat center center / 30px 30px;
  right: -50px;
}

.cate_s {
  background: #ece6da;
  padding: 60px 0;
}

.cate_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 960px;
  margin: 0 auto;
}

.cate_lists li {
  list-style: none;
  width: 23.5%;
  text-align: center;
  margin: 0 2% 2% 0;
  line-height: 1em;
}

.cate_lists li:nth-child(4n) {
  margin-right: 0;
}

.cate_lists a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cate_lists a:hover img {
  opacity: 0.6;
}

.topics_tp {
  width: 1260px;
  margin: 60px auto;
}

.topics_tp a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topics_tp a:hover img {
  opacity: 0.6;
}

.ban_area {
  width: 1260px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1em;
  font-size: 0;
}

.ban_area p {
  width: 800px;
}

.ban_area ul {
  width: 420px;
}

.ban_area ul li {
  list-style: none;
  margin-bottom: 25.5px;
}

.ban_area ul li:last-child {
  margin-bottom: 0;
}

.ranking {
  width: 1120px;
  margin: 0 auto 60px;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab li {
  list-style: none;
  width: 26%;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 2%;
  font-size: 110%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

.tab .tab_gray {
  border-top: 2px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.tab .tab_red {
  border-top: 2px solid #c64a48;
  border-left: 1px solid #c64a48;
  border-right: 1px solid #c64a48;
}

.tab .tab_blue {
  border-top: 2px solid #75b5c9;
  border-left: 1px solid #75b5c9;
  border-right: 1px solid #75b5c9;
}

.tab .tab_gray:hover {
  border-top: 2px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}

.tab .tab_red:hover {
  border-top: 2px solid #c64a48;
  border-left: 1px solid #c64a48;
  border-right: 1px solid #c64a48;
  border-bottom: 1px solid #fff;
}

.tab .tab_blue:hover {
  border-top: 2px solid #75b5c9;
  border-left: 1px solid #75b5c9;
  border-right: 1px solid #75b5c9;
  border-bottom: 1px solid #fff;
}

.tab .tab_red.select {
  border-top: 2px solid #c64a48;
  border-left: 1px solid #c64a48;
  border-right: 1px solid #c64a48;
  border-bottom: 1px solid #fff;
}

.tab .tab_gray.select {
  border-top: 2px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}

.tab .tab_blue.select {
  border-top: 2px solid #75b5c9;
  border-left: 1px solid #75b5c9;
  border-right: 1px solid #75b5c9;
  border-bottom: 1px solid #fff;
}

.rank_base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sd_rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.rank_base dt {
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 0px;
}

.rank_1area {
  width: 35%;
}

.rank_1area a {
  position: relative;
}

.rank1 {
  position: absolute;
  top: -20px;
  left: 20px;
}

.sd_rank {
  width: 63%;
}

.sd_rank li {
  list-style: none;
  width: 48%;
  margin: 0 4% 3% 0;
}

.sd_rank li:nth-child(2n) {
  margin-right: 0;
}

.content > li {
  padding: 5% 4%;
  margin-top: -1px;
  list-style: none;
}

.content > .content_box_gray {
  border: 1px solid #ccc;
  z-index: 2;
}

.content > .content_box_red {
  border: 1px solid #c64a48;
  z-index: 2;
}

.content > .content_box_blue {
  border: 1px solid #75b5c9;
  z-index: 2;
}

.content > li a {
  position: relative;
  display: block;
}

.hide {
  display: none;
}

.sd_rank li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sd_rank li a p {
  width: 160px;
}

.sd_rank li a dl {
  width: 40%;
}

.rank_sd,
.rank_th {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  padding: 10px;
  font-size: 120%;
  color: #fff;
  line-height: 1em;
}

.rank_sd {
  background: #c4b792;
}

.rank_th {
  background: #cccccc;
}

.banner_area {
  width: 1260px;
  margin: 0 auto 60px;
}

.banner_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.banner_area li {
  list-style: none;
  line-height: 1em;
}

.ban_art {
  width: 610px;
  margin-right: 40px;
}

.bam_material {
  width: 610px;
}

.bam_gift {
  margin-top: 40px;
}

.blogs {
  background: #ece6da;
  padding: 60px 0;
  margin-bottom: 60px;
}

.blogs_news {
  width: 1260px;
  margin: 0 auto 0px;
  padding: 2% 4%;
  background: #fff;
}

.blogs_ntit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.blogs_ntit h2 {
  font-size: 100%;
}

.blogs_ntit h2 span {
  color: #995544;
  margin-right: 30px;
  font-size: 150%;
}

.blogs_ntit .base_btn {
  width: 140px;
}

.blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blog_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.blog_list dl dt {
  margin-right: 20px;
}

.blog_list dl dd {
  background: #795139;
  color: #fff;
  padding: 5px 10px;
  line-height: 1em;
}

.blog_thum {
  width: 80px !important;
  margin-right: 30px;
  line-height: 1em;
}

.blog_thum img {
  width: 100% !important;
  height: auto;
}

.blog_list li {
  list-style: none;
  width: 48%;
  margin: 0 4% 2% 0;
}

.blog_list li:nth-child(2n) {
  margin-right: 0;
}

.hist_areas {
  width: 1260px;
  margin: 0 auto 60px;
}

.hist_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hist_list li {
  list-style: none;
  text-align: center;
  width: 18.4%;
  margin-right: 2%;
}

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

.hist_list li:nth-child(5) {
  margin-right: 0;
}

.h_names {
  font-weight: bold;
}

.f_infotit {
  color: #444;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.f_infotit:before,
.f_infotit:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #c4b792;
  display: block;
}

.f_infotit:before {
  margin-right: 1.4em;
}

.f_infotit:after {
  margin-left: 1.4em;
}

.f_infotit h2 {
  font-size: 100%;
  color: #999999;
}

.ti_min {
  color: #999999;
  font-size: 14px;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin: 0 auto 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns li {
  list-style: none;
  margin: 0 10px;
  font-size: 110%;
}

.sns li:nth-of-type(6) img {
  width: 91px;
}

.sns img {
  width: 64px;
  height: 64px;
}

.footer {
  background: #ece6da;
  padding: 60px 0;
  color: #200505;
}

.footcover {
  width: 1260px;
  margin: 0 auto;
}

.pay_ry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.pay_ry li {
  width: 32%;
  list-style: none;
}

.pay_ry a {
  display: block;
  padding: 5% 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/b_arrow.svg) no-repeat 96% center #fff;
  background-size: 12px 12px;
}

.pay_ry .eng,
.real_shop .eng {
  font-size: 140%;
  font-weight: bold;
  margin-right: 10%;
  color: #200505;
}

.real_shop {
  background: #fff;
  padding: 1% 5% 3%;
  margin-bottom: 20px;
}

.linkshop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/b_arrow.svg) no-repeat 95% center #fff / 12px 12px;
  width: 48%;
  padding: 20px 20px 20px 0;
  margin-bottom: 10px;
}

.locals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.locals li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  width: 31%;
  margin-bottom: 15px;
}

.locals .locals_s {
  width: 23%;
}

.tempo {
  margin-right: 5%;
}

.locals dt {
  font-weight: bold;
  margin-bottom: 15px;
}

.stblog a {
  text-decoration: underline;
}

.acc_calender {
  background: #fff;
  padding: 3% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_contact {
  width: 48%;
  text-align: center;
}

.f_tels span {
  background: url(../img/phone.svg) no-repeat left center / 24px 24px;
  padding-left: 36px;
  font-size: 200%;
  line-height: 150%;
}

.f_tels {
  border-bottom: 1px solid #c4b792;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 130%;
  line-height: 150%;
}

.fax_mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fax_mail li {
  list-style: none;
  width: 45%;
  padding: 0 5%;
}

.fax_mail li:first-child {
  border-right: 1px solid #c4b792;
}

.fax_mail a {
  text-decoration: underline;
}

.calender {
  width: 42%;
}

.dates {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px;
}

.calender iframe {
  border: none;
  margin: 0 auto;
  width: 490px;
}

.end_cp {
  text-align: center;
  padding: 40px 0;
  color: #200505;
}

.copy {
  color: #999;
  font-weight: normal;
  font-size: 12px;
  margin-top: 10px;
}

.sidefix {
  position: fixed;
  top: 60%;
  right: 0;
}

/* ↓20thフローティングバナー設置時 */
/* .sidefix {
  position: fixed;
  right: 0;
  bottom: 345px;
} */
/* ↑20thフローティングバナー設置時 */

.foiicn {
  text-align: center;
}

.foiicn li {
  list-style: none;
  line-height: 1em;
  margin-bottom: 6px;
}

.foiicn img {
  width: auto;
  height: 24px;
}

.foiicn a {
  display: block;
  padding: 10px 12px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.foiicn a:hover {
  opacity: 0.6;
}

.fix_cart {
  background: #333;
}

.f_txt_w {
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  margin-top: 2px;
  letter-spacing: -1px;
}

.f_txt {
  font-size: 8px;
  font-weight: bold;
  margin-top: 2px;
  letter-spacing: -1px;
}

.fix_un {
  background: #c4b792;
}

.l_side {
  width: 280px;
}

.l_side li {
  list-style: none;
}

.l_search {
  background: #ece6da;
  padding: 5%;
  margin-bottom: 15px;
}

.l_srtut {
  text-align: center;
  margin-bottom: 20px;
}

.l_srtut dt {
  color: #795139;
  font-weight: bold;
  line-height: 150%;
  font-size: 130%;
}

.l_srtut dd {
  font-size: 90%;
  line-height: 150%;
}

.l_search input {
  width: 100%;
  border: none;
  padding: 10px;
  border-radius: 30px;
}

.l_search button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l_search button {
  text-align: center;
  width: 150px;
  margin: 10px auto 0;
  display: block;
  background: url(../img/icon_search.svg) no-repeat 90% center #c4b792;
  background-size: 16px 16px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 110%;
}

.l_gifts {
  margin-bottom: 40px;
}

.l_gifts li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 0;
  line-height: 1em;
}

.l_mins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/l_icons.gif) no-repeat left center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 35px;
}

.l_mins dt {
  color: #795139;
  font-size: 140%;
  font-weight: bold;
  margin-right: 5%;
}

.l_mins dd {
  font-size: 90%;
}

.l_cates li {
  background: url(../img/dot-line.gif) repeat-x left bottom;
}

.l_cates {
  margin-bottom: 30px;
}

.l_cates a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  line-height: 1em;
}

.l_cates .cate_icon {
  width: 42px;
  margin-right: 15px;
  line-height: 1em;
  font-size: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l_cates .cate_icon img {
  width: 42px;
  height: 42px;
  display: block;
}

@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
  .l_cates .cate_icon {
    padding-top: 3px !important;
  }

  .l_cates li {
    margin-top: -25px;
  }
}

.catalog_l,
.list_item_l {
  text-align: center;
}

.list_item_l {
  margin-bottom: 40px;
}

.catalog_l {
  margin-bottom: 10px;
}

.catalog_l a {
  display: block;
  padding: 10px;
  background: #795138;
  color: #fff;
}

.list_item_l a {
  display: block;
  padding: 10px;
  background: #c4b792;
  color: #fff;
}

.catalog_l a span {
  background: url(../img/open-book.svg) no-repeat left center, url(../img/l_deltas.svg) no-repeat right center;
  background-size: 16px 16px, 12px 12px;
  padding: 0 26px;
}

.list_item_l a span {
  background: url(../img/l_deltas.svg) no-repeat right center;
  background-size: 12px 12px;
  padding: 0 26px 0 0;
}

.l_rankslist {
  margin-bottom: 40px;
}

.l_rankslist li {
  list-style: none;
  background: url(../img/dot-line.gif) repeat-x left bottom;
}

.l_rankslist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6% 0;
}

.l_rankimg {
  width: 40%;
}

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

.l_rankslist dl {
  width: 54%;
  line-height: 150%;
}

.l_rank01 {
  width: 60px;
}

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

.l_rankslist dt {
  font-size: 90%;
  line-height: 150%;
}

.l_rankslist span {
  color: #d00;
}

.l_rank2 {
  background: #c4b792;
  padding: 6px 10px;
  display: inline-block;
  line-height: 1em;
  color: #fff;
  margin-bottom: 10px;
}

.l_rank3 {
  background: #c4b792;
  padding: 6px 10px;
  display: inline-block;
  line-height: 1em;
  color: #fff;
  margin-bottom: 10px;
}

.l_rank {
  background: #ccc;
  padding: 6px 10px;
  display: inline-block;
  line-height: 1em;
  color: #fff;
  margin-bottom: 10px;
}

.l_serdesign {
  margin-bottom: 40px;
}

.l_serdesign li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 1em;
}

.fs-c-breadcrumb {
  max-width: 1260px;
  margin: 0 auto 20px;
  font-size: 14px;
}

.fs-c-heading--page {
  font-size: 150%;
  text-align: left;
  font-weight: bold;
  padding: 0 0 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  color: #200505;
}

/*個人情報の取り扱いについて*/
.adit_name {
  text-align: right;
  margin-bottom: 20px;
}

.privacys dt {
  color: #795138;
  font-weight: bold;
  font-size: 110%;
  line-height: 150%;
  margin-bottom: 20px;
}

.privacys dd {
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.privacys dd p {
  margin-bottom: 20px;
}

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

/*特定商取引法*/
.fs-c-documentArticle__heading {
  background: none;
  -webkit-box-shadow: 0 0 0 1px #ddd inset;
  box-shadow: 0 0 0 1px #ddd inset;
  padding: 10px;
  text-align: center;
  font-size: 130%;
  line-height: 150%;
  color: #795138;
}

.fs-c-documentColumn__heading {
  color: #795138;
  font-weight: bold;
  font-size: 110%;
  line-height: 150%;
  margin-bottom: 10px;
  border: none;
  padding: 0 0 10px;
  border-bottom: 1px solid #795138;
}

.fs-c-subSection__title {
  font-weight: bold;
  font-size: 110%;
  line-height: 150%;
  margin-bottom: 10px;
  padding: 0 0 10px;
}

.corp_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 660px;
  margin: 0 auto 50px;
}

.corp_list a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.corp_list a:hover img {
  opacity: 0.5;
}

.corp_list li {
  list-style: none;
  width: 200px;
  text-align: center;
  line-height: 150%;
}

.dules {
  margin-bottom: 15px;
}

/*購入エリア*/
.fs-c-cartPayment,
.fs-c-payWithAmazon {
  font-size: 100%;
  line-height: 150%;
}

.fs-c-button--primary,
.fs-c-button--secondary {
  font-size: 110%;
}

.fs-c-productPrice__addon,
.fs-c-listedProductName__variation,
.fs-c-listedProductName__selection {
  font-size: 100%;
}

/*ご利用ガイド*/
.guides {
  width: 960px;
}

#content-link {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

#content-link li {
  list-style: none;
  width: 18.4%;
  text-align: center;
}

#content-link li a {
  background: #faf2e8;
  padding: 10px;
  display: block;
}

.d_subs {
  color: #795138;
  font-weight: bold;
  font-size: 120%;
  border-left: 2px solid #795138;
  padding: 10px 15px;
  margin-bottom: 20px;
  background: #faf2e8;
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.stepnumber {
  background: #ce914f;
  padding: 2px 10px;
  letter-spacing: 1px;
  color: #fff;
  margin-right: 15px;
}

.step_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.step_txt {
  width: 60%;
}

.step_txt p {
  margin-bottom: 20px;
}

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

.step_img {
  max-width: 300px;
  width: 100%;
}

.step_inimg {
  margin-bottom: 10px;
}

.finstep {
  padding: 8px 0;
  font-weight: bold;
  border-top: 1px solid #795138;
  border-bottom: 1px solid #795138;
  margin: 40px auto 20px;
}

.guide_sec {
  margin-bottom: 70px;
}

.guide_sec h3 {
  color: #795138;
}

.payfax {
  text-align: center;
  color: #795138;
  font-weight: bold;
  border: 1px solid #eee;
  padding: 2%;
}

.payfax dd {
  font-size: 300%;
  line-height: 110%;
}

.paym {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.pay_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pay_time li {
  list-style: none;
  color: #d00;
  font-size: 80%;
}

.timing {
  -webkit-box-shadow: 0 0 0 1px inset #d00;
  box-shadow: 0 0 0 1px inset #d00;
  padding: 1px 10px;
  margin-left: 10px;
}

.payms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banks {
  -webkit-box-shadow: 0 0 0 1px #795138 inset;
  box-shadow: 0 0 0 1px #795138 inset;
  padding: 4%;
  margin-bottom: 30px;
}

.banks dt {
  font-weight: bold;
  color: #795138;
}

.col_red {
  color: #d00;
}

.total_bank {
  margin-bottom: 20px;
}

.step_txt p {
  margin-bottom: 20px;
}

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

.send_alls {
  color: #d00;
  margin-bottom: 40px;
}

.send_alls span {
  font-size: 140%;
  line-height: 150%;
  font-weight: bold;
}

.delmap {
  margin-bottom: 30px;
}

.allmap p {
  margin-bottom: 20px;
}

.reds {
  color: #d00;
}

.pay_num {
  -webkit-box-shadow: 0 0 0 1px #eee inset;
  box-shadow: 0 0 0 1px #eee inset;
  padding: 3%;
  margin-bottom: 25px;
}

.pay_num span {
  color: #999;
  font-size: 90%;
}

/* 商品一覧 */
.fs-c-productListItem__productName {
  font-size: 1rem;
  text-align: center;
}

.fs-c-sortItems__list__item.is-active {
  background: #b96;
}

.fs-c-salesPeriod__date {
  font-size: 100%;
  line-height: 150%;
}

.fs-c-productThumbnail__image {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}

.fs-c-subgroupList {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fs-c-subgroupList__item {
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
  margin: 0 5% 3% 0;
  width: 30%;
}

.fs-c-subgroupList__item:nth-child(3n) {
  margin-right: 0;
}

.fs-c-subgroupList__link {
  padding: 0;
  text-align: center;
  border: none;
  background: #fff;
  display: block;
}

.fs-c-subgroupList__image {
  margin: 0 auto 10px;
}

.fs-c-subgroupList__image > img {
  width: 100%;
}

.fs-c-subgroupList__label {
  color: #804000;
  font-weight: bold;
}

.fs-c-subgroupList__label,
.fs-c-subgroupList__comment {
  font-size: 110% !important;
  line-height: 150%;
}

.fs-c-subgroupList__link::after {
  content: none;
}

/* 商品詳細 */
#fs_ProductDetails .fs-c-productNameHeading {
  font-size: 150%;
  line-height: 150%;
}

.fs-c-productNumber {
  font-size: 80%;
  border: none;
  color: #999;
  padding: 0;
  margin-bottom: 10px;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 1.5rem;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail,
.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-c-button--particular.fs-c-button--hidePassword::before,
.fs-c-sortItems,
.fs-c-productListItem__notice {
  font-size: 100%;
}

.fs-c-productPointDisplay {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #c4b792;
  font-size: 100%;
}

.fs-c-productList__list__item {
  padding: 0;
  border: none;
}

.fs-c-variationCart--withImage > li {
  grid-template-columns: auto 1fr 3em 250px;
  font-size: 100%;
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.fs-c-variationAndActions {
  margin-bottom: 40px;
}

.rev_ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0;
}

.rev_ban .fs-c-productReview {
  width: 63%;
}

.rev_ban .sp_bansarea {
  width: 30%;
}

.fs-p-productDescription--full {
  width: 300px;
}

.send_php,
.about_lea {
  margin-bottom: 20px;
}

.l_care {
  font-size: 0;
  line-height: 1em;
  margin-bottom: 30px;
}

.ban_rapping,
.goen {
  margin-bottom: 30px;
}

.giftjoy {
  line-height: 150%;
  margin-bottom: 30px;
}

.about_hirameki {
  background: url(https://kawa.itembox.design/item/common/img/2017cart/cart_12.jpg) no-repeat;
  width: 300px;
  height: 165px;
  background-size: contain;
  padding: 76px 22px 0;
  line-height: 110%;
}

.fs-c-button--viewAllReviews,
.fs-c-button--addReview--detail {
  width: 50%;
  text-align: center;
  padding: 10px;
  display: block;
  background: #432611;
  color: #fff;
}

.fs-c-button--viewAllReviews {
  background: #c55a11;
}

.fs-c-button--viewAllReviews:hover,
.fs-c-button--addReview--detail:hover {
  color: #fff !important;
}

.fs-c-button--addToCart--detail {
  width: 50%;
  padding: 20px;
  font-size: 20px;
}

.fb_iframe_widget {
  margin-top: -7px;
}

/*商品レビュー*/
.fs-c-productReviewed__name {
  font-size: 120%;
}

.fs-c-productReview a:visited {
  color: #fff;
}

.fs-c-reveiwNotes {
  padding: 4%;
}

.fs-c-inputInformation__field {
  max-width: 100%;
}

.fs-c-aggregateRating__rating,
.fs-c-aggregateRating__count,
.fs-c-reviewer__profile {
  font-size: 1rem;
}

.fs-c-reviewerStatus,
.fs-c-reviewInfo__date {
  font-size: 100%;
}

.review_all dl {
  text-align: center;
}

.review_all {
  margin-bottom: 50px !important;
}

.review_all p {
  text-align: center;
}

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

.review_all dt {
  font-weight: bold;
  font-size: 120%;
  line-height: 150%;
  margin-bottom: 25px;
}

.review_all dd {
  width: 50%;
  margin: 0 auto;
}

.review_all dd a {
  display: block;
  padding: 20px;
  border-radius: 6px;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  background: #795138;
}

/*よくあるご質問*/
.quest {
  width: 960px;
}

.quest a {
  color: rgb(212, 156, 89);
  text-decoration: underline;
}

.quest a:visited {
  color: rgb(153, 51, 102);
}

#quest-link {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 60px;
}

#quest-link li {
  list-style: none;
  width: 23.5%;
  text-align: center;
  margin: 0 2% 2% 0;
}

#quest-link li:nth-child(4n) {
  margin-right: 0;
}

#quest-link li a {
  background: #faf2e8;
  padding: 10px;
  display: block;
}

.puestion {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #795138;
  padding: 10px 0;
}

.answer {
  padding: 2%;
  margin-bottom: 20px;
}

.answer p {
  margin-bottom: 20px;
}

.answer p:last-of-type {
  margin-bottom: 0px;
}

.gralsh {
  width: 100%;
  border-top: 1px solid rgb(231, 231, 205);
  border-left: 1px solid rgb(231, 231, 205);
  border-collapse: collapse;
  margin-bottom: 20px;
}

.gralsh th,
.gralsh td {
  border-right: 1px solid rgb(231, 231, 205);
  border-bottom: 1px solid rgb(231, 231, 205);
  padding: 10px;
  line-height: 150%;
  text-align: center;
}

.gralsh th {
  background: rgb(231, 231, 205);
}

.gral {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.gral th,
.gral td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px;
  line-height: 150%;
  text-align: left;
  font-size: 90%;
}

.gral th {
  background: #f5f5f5;
  width: 30%;
}

.gral th span {
  color: #d00;
  float: right;
}

.gral td input {
  padding: 10px;
}

.gral td textarea {
  border: 1px solid #ccc;
}

.mits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contsend,
.mits input[type="reset"] {
  width: 200px;
  padding: 10px;
  border: none;
  font-size: 15px;
}

.contsend {
  margin-right: 25px;
  background: #b96;
  color: #fff;
}

.mits input[type="reset"] {
  background: #444;
  color: #fff;
}

/*メルマガ登録*/
.maga_img {
  text-align: center;
  margin-bottom: 35px;
}

.mga_intro {
  text-align: center;
}

.mga_intro p {
  margin-bottom: 20px;
}

.ofcos {
  color: #ff8080;
  font-weight: bold;
}

.un_sub {
  font-weight: bold;
}

.fs-l-pageMain {
  max-width: 1260px;
  margin-bottom: 60px;
}

/*blog*/
.blog_pankuzu {
  max-width: 1260px;
  width: 90%;
  margin: 20px auto 40px;
}

.rch_tit {
  text-align: center;
  font-size: 180%;
  line-height: 150%;
  margin-bottom: 30px;
}

.blog_area {
  width: 1260px;
  margin: 60px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog_area article {
  width: 73%;
}

.blot_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.new_list {
  margin-bottom: 60px;
}

.blot_list .date,
.new_list .date {
  font-weight: bold;
  margin-bottom: 15px;
}

.blot_list dt,
.new_list dt {
  font-weight: bold;
  font-size: 120%;
  line-height: 150%;
  margin-bottom: 20px;
}

.blo_cate {
  background: #c4b792;
  color: #fff;
  padding: 7px 10px 5px;
  display: inline-block;
  line-height: 1em;
  margin-bottom: 5px;
}

.blot_list li {
  list-style: none;
  width: 30%;
  margin: 0 5% 5% 0;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
}

.new_list li {
  list-style: none;
  margin: 0 0% 20px 0;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
}

.new_list li:last-child {
  margin-bottom: 0;
}

.blot_list li:nth-child(3n) {
  margin-right: 0;
}

.blot_list li a,
.blot_list li a img,
.new_list li a,
.new_list li a img {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.new_list li a img {
  line-height: 1em;
}

.new_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blot_list li a:hover img,
.new_list li a:hover img {
  opacity: 0.5;
}

.blot_list img,
.new_list img {
  width: 100%;
  height: auto;
}

.new_list .photo {
  width: 280px;
  font-size: 0;
  line-height: 1em;
}

.blot_list dl {
  padding: 8% 8% 12%;
}

.new_list dl {
  width: 68%;
  padding: 0% 5% 0%;
}

.blog_area aside {
  width: 24%;
}

aside ul {
  margin-bottom: 60px;
}

.popular li,
.sidecate li {
  list-style: none;
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.popular li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popular li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popular li div {
  width: 60%;
}

.bsidetit {
  font-size: 130%;
  color: #795138;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #b96;
}

.details h2 {
  font-size: 160%;
  line-height: 150%;
  margin-bottom: 30px;
  border-bottom: 2px solid #b96;
  padding-bottom: 20px;
}

.details h3 {
  background: #efefef;
  padding: 15px;
  margin-bottom: 20px;
}

.details h4 {
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding: 15px;
  margin-bottom: 20px;
}

.details .dates {
  text-align: left;
  font-weight: normal;
  margin: 10px 0;
  font-size: 90%;
}

.b_list {
  width: 28%;
}

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

.t_title {
  width: 64%;
  display: block;
}

.dates {
  color: #999;
  margin-bottom: 0px;
}

.end_share {
  clear: both;
  margin: 50px auto 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 50px 0;
}

.end_share dt {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 20px;
}

.end_share dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 30%;
  margin: 0 auto;
}

.end_share dd ul li {
  list-style: none;
}

.end_share dd ul li img {
  width: 40px;
  height: 40px;
}

.details .mb_txt p {
  margin-bottom: 25px;
}

.details .mb_txt p img {
  max-width: 100%;
  height: auto;
}

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

.hist_back {
  text-align: right;
  margin-bottom: 60px;
}

.hist_back a {
  padding: 6px 20px;
  background: #b96;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hist_back a:hover {
  background: #ce914f;
}

.wp_rp_content {
  width: 100%;
}

.related_post_title {
  display: none;
}

.related_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.related_post li {
  width: 30%;
  list-style: none;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
}

.related_post li a {
  text-decoration: none;
}

ul.related_post li a:hover {
  text-decoration: underline;
}

.related_post li img {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.related_post li:hover img {
  opacity: 0.5;
}

.related_post li img {
  width: 100%;
  height: auto;
}

.wp_rp_title {
  padding: 10% 8%;
  display: block;
}

/*会員ログイン後ページ*/
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  font-size: 86% !important;
}

.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.fs-c-productListCarousel {
  position: relative;
}

.fs-c-button--carousel {
  font-size: 2em;
}

.fs-c-slick .slick-slide {
  margin-right: 40px;
}

/*カート*/
.fs-c-continueShopping {
  margin-bottom: 50px;
}

.fs-c-continueShopping .fs-c-button__label,
.fs-c-cartDiscountInfo__note,
.fs-c-cartTable__actionButton__container > button {
  font-size: 100%;
  line-height: 150%;
}

.fs-c-cartDiscountInfo__info {
  font-size: 150%;
  line-height: 150%;
}

.fs-c-checkout-couponList__item .fs-c-checkout-couponList__control {
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
}

.fs-c-checkout-couponList__item .fs-c-checkout-couponList__control .fs-c-checkout-couponStatus {
  width: 140px;
}

.fs-c-checkout-customerInfo__name,
.fs-c-checkout-multiDestination__info__name {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.fs-c-checkout-multiDestination__subtitle {
  margin-bottom: 10px;
}

.fs-c-totalAndActions button:not(.fs-c-button--image) {
  font-size: 1.6rem;
}

/*ヘッダー吉日*/

.high_kiti_con {
  margin: 0 auto;
  width: 1260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.head_kiti {
  margin-right: 5px;
}

.head_kiti_txt {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 10px 0 5px;
}

#kitijitu {
  color: #dd0000;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #d00;
}

.high .cps02 {
  color: #795139;
  font-size: 90%;
  font-weight: bold;
}

/*追記*/

.footer .tempo {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 140px;
}

.footer .tempo img {
  height: auto;
}

.kiti img {
  width: auto;
  height: 18px;
}

@supports (-ms-ime-align: auto) {
  .footer .tempo {
    width: 140px;
  }

  .footer .locals dl {
    width: 183px;
  }
}

/*追加*/

.good_main02 {
  text-align: left;
}

.font-gc {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.colorbox {
  background-color: #f6f4f1;
  padding-bottom: 100px;
}

.good_main02 p,
.good_main02 h2,
.good_main02 h3 {
  margin: 0;
}

.good_main02 .mrb00 {
  margin-bottom: 1%;
}

.good_main02 .mrb01 {
  margin-bottom: 3%;
}

.good_main02 .mrb02 {
  margin-bottom: 5%;
}

.good_main02 .mrb03 {
  margin-bottom: 8%;
}

.good_main02 .mrb04 {
  margin-bottom: 10%;
}

.good_main02 .mrb05 {
  margin-bottom: 13%;
}

.good_main02 .mrb06 {
  margin-bottom: 15%;
}

.good_main02 .mrbem01 {
  margin-bottom: 1em;
}

.good_main02 .mrbpx01 {
  margin-bottom: 10px;
}

.good_main02 .mrbpx02 {
  margin-bottom: 5px;
}

.good_main02 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.good_main02 p {
  font-size: 20px;
}

.good_main02 ul {
  list-style: none;
}

.good_main02 .fw-bl {
  font-weight: bold;
}

.good_main02 .fw-nm {
  font-weight: normal;
}

.good_main02 .fc-w {
  color: #fff;
}

.good_main02 .let-spac3 {
  letter-spacing: 3px;
}

.comment-wrapper .font-g .fm-eng {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 2px;
}

.comment-wrapper .font-g .ftm-s {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.good_main02 .ft-rs,
.good_main02.ft-rs {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.good_main02 .ft-rs02 {
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
}

.good_main02 .m_tit {
  text-align: center;
  font-size: 36px;
  line-height: 44px;
}

.good_main02 .m_subtit {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 1%;
}

.good_main02 .m_subtit02 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 1%;
}

.good_main02 .subtit {
  text-align: center;
  font-size: 30px;
}

.good_main02 .subtit02 {
  text-align: center;
  font-size: 28px;
}

.good_main02 .sub-etit {
  text-align: center;
  font-size: 36px;
}

.good_main02 .ft-24 {
  font-size: 24px;
}

.good_main02 .ft-a1 {
  font-size: 28px;
  line-height: 160%;
}

.good_main02 .ft-b1 {
  font-size: 48px;
  line-height: 120%;
}

.good_main02 .ft-b2 {
  font-size: 44px;
  line-height: 120%;
}

.good_main02 .txt_c {
  text-align: center;
}

.good_main02 .txt_r {
  text-align: right;
}

.good_main02 .txt_l {
  text-align: left;
}

.good_main02 .pbox {
  padding: 0 3%;
}

.good_main02 .mbox {
  margin: 0 3%;
}

.good_main02 .skey_con {
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.good_main02 .fl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.good_main02 .fl_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.good_main02 .fl_li48 {
  width: 22%;
  margin-right: 4%;
}

.good_main02 .fl_li48:nth-child(4n) {
  margin-right: 0;
}

.good_main02 .fl_li48 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.good_main02 .nlife_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.good_main02 .nlife_box li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4%;
}

.good_main02 .nlife_box li:nth-child(4n) {
  margin-right: 0;
}

.skey_con_l {
  margin-right: 10%;
}

.good_main02 .bx-pager {
  margin-bottom: -20px;
}

.good_main02 .redbox {
  background-color: #df3d3d;
}

.good_main02 .p-sbox {
  padding: 1%;
}

.good_main02 .hdc_grbox {
  font-size: 32px;
  font-weight: bold;
  padding: 3%;
  background-color: #32b16c;
  color: #fff;
  text-align: center;
}

.good_main02 .ft_bold {
  font-weight: bold;
}

.good_main02 .ft_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff100));
  background: linear-gradient(transparent 60%, #fff100 60%);
}

.good_main02 .ft_udline {
  text-decoration: underline;
}

/*
.good_main02 .ft_udline:hover {
    text-decoration: none;
}
*/

.good_main02 .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.good_main02 .popup.is-show {
  opacity: 1;
  visibility: visible;
}

.good_main02 .popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 30px;
  background-color: #fff;
  z-index: 2;
}

.good_main02 .popup-inner img {
  width: 100%;
}

.good_main02 .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.good_main02 .close-btn i {
  font-size: 20px;
  color: #333;
}

.good_main02 .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

.good_main02 #js-close-btn {
  display: block;
  width: 40px;
  height: 32px;
  position: relative;
  z-index: 100;
}

.good_main02 #js-close-btn div {
  position: relative;
  margin-top: 6px;
}

.good_main02 #js-close-btn span {
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.good_main02 #js-close-btn span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.good_main02 #js-close-btn span:nth-child(2) {
  width: 0;
  left: 50%;
}

.good_main02 #js-close-btn span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.open #nav_toggle span {
  background: #fff;
}

.good_main02 .popup-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.good_main02 .popup-notxt {
  font-size: 26px;
  font-weight: bold;
}

.good_main02 .popup-closebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.good_main02 .popup-close {
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
}

.good_main02 .popup-name {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.good_main02 .popup-nickname {
  font-size: 28px;
  margin-bottom: 15px;
}

.modal-content {
  display: none;
}

.good_main02 .modal-content {
  width: 100%;
  max-width: 785px;
  margin: 0;
  padding: 30px;
  background: #fff;
  display: none;
  z-index: 2;
}

.good_main02 .popup-img {
  width: 100%;
  max-width: 784px;
  margin: 0 auto;
}

.good_main02 .modal-content img {
  width: 100%;
  height: auto;
}

.good_main02 #modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
}

.good_main02 .button-link {
  color: #00f;
  text-decoration: underline;
}

.good_main02 .button-link:hover {
  cursor: pointer;
  color: #f00;
}

.good_main02 .btn_fbox {
  padding: 7% 0;
  background: url(https://kawa.itembox.design/item/event/hdc-pouch-star.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.dp_fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

#modal-win {
  width: 100%;
  position: absolute;
}

#modal-win-inner {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  position: relative;
  z-index: 101;
  border-radius: 10px;
}

#modal-win-inner > * {
  border-radius: 10px;
}

#modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}

#modal-win .popup-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

#modal-win .popup-notxt {
  font-size: 26px;
  font-weight: bold;
}

#modal-win .popup-closebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#modal-win .popup-close {
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
}

#modal-win .popup-name {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#modal-win .popup-nickname {
  font-size: 28px;
  margin-bottom: 15px;
}

#modal-win .modal-content {
  width: 100%;
  max-width: 785px;
  margin: 0;
  padding: 20px;
  background: #fff;
  z-index: 2;
  display: none;
}

#modal-win .popup-img {
  width: 100%;
  max-width: 784px;
  margin: 0 auto;
}

#modal-win .modal-content img {
  width: 100%;
  height: auto;
}

#modal-win #modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
}

#modal-win .button-link {
  color: #00f;
  text-decoration: underline;
}

#modal-win .button-link:hover {
  cursor: pointer;
  color: #f00;
}

#modal-win #js-close-btn {
  display: block;
  width: 40px;
  height: 32px;
  position: relative;
  z-index: 100;
}

#modal-win #js-close-btn div {
  position: relative;
  margin-top: 6px;
}

#modal-win #js-close-btn span {
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#modal-win #js-close-btn span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#modal-win #js-close-btn span:nth-child(2) {
  width: 0;
  left: 50%;
}

#modal-win #js-close-btn span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#modal-win-inner {
  margin: 0 auto;
  padding: 0 40px;
  background-color: #fff;
  width: 90% !important;
  max-width: 785px !important;
}

#modal-win-inner .link_next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

#modal-win-inner .link_back {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

#modal-win-inner .link_next img,
#modal-win-inner .link_back img {
  width: 100%;
  height: auto;
  max-width: 34px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/*追記*/

.allmap .delmap02 {
  margin-bottom: 0;
}

.step_txt02 {
  margin-bottom: 40px;
}

.step_txt02 p {
  margin-bottom: 20px;
}

.step_txt02 .step_mtxt {
  font-size: 140%;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 0;
}

.step_txt02 .step_minmrb {
  margin-bottom: 10px;
}

.send_alls02 {
  color: #d00;
  margin-bottom: 40px;
}

.send_alls02 .large {
  font-size: 140%;
  line-height: 150%;
  font-weight: bold;
}

.lt-spac {
  letter-spacing: -10px;
  margin-right: 10px;
  margin-left: -10px;
}

.good_main02 .mrt_minus01 {
  margin-top: -45px;
}

.good_main02 .furigana {
  font-size: 14px;
  line-height: 20px;
}

.good_main02 .name_tit {
  font-size: 28px;
  line-height: 36px;
}

.good_main02 .lt_spac01 {
  letter-spacing: 1px;
}

.good_main02 .lt_spac02 {
  letter-spacing: 2px;
}

.good_main02 .lt_spac03 {
  letter-spacing: 3px;
}

.good_main02 .im_txt {
  font-size: 16px;
}

.good_main02 .mo_color_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 3%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.good_main02 .mo_color_con {
  width: 42%;
  margin-bottom: 10%;
}

.good_main02 .mo_color_con_tit {
  margin-bottom: 3%;
  font-size: 24px;
  line-height: 32px;
}

.pay_ry02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.pay_ry02 .pay_ry_list01 {
  width: 100%;
  margin-bottom: 20px;
}

.pay_ry02 .pay_ry_list02 {
  width: 48%;
  margin-bottom: 20px;
}

.pay_ry_list01 a {
  display: block;
  padding: 30px 60px;
  background: url(../img/b_arrow.svg) no-repeat 96% center #fff;
  background-size: 12px 12px;
}

.pay_ry_list02 a {
  padding: 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/b_arrow.svg) no-repeat 96% center #fff;
  background-size: 12px 12px;
}

.pay_ry02 .eng {
  font-size: 140%;
  font-weight: bold;
  margin-right: 40px;
  color: #200505;
}

.pay_ry02_txtfl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.pay_ry02_kind {
  font-size: 90%;
  margin-bottom: 10px;
}

.pay_ry02 .pay_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pay_ry02 .pay_icon p {
  max-width: 170px;
  margin-right: 10px;
}

.pay_ry02 .pay_icon img {
  width: 100%;
  height: auto;
}

.rakuten_ft {
  margin-right: 10px;
}

.rakuten_ft iframe {
  border: solid 1px #ccc;
}

/* オンライン相談室追加 */
.good_main02 .ft-35 {
  font-size: 35px;
  line-height: 120%;
}

.c-room {
  color: #494949;
  background-color: #fbfbfb;
}

.good_main02 .txt_brown {
  color: #6d4833;
}

.good_main02 .txt_uline {
  text-decoration: underline;
}

.good_main02 .dbox_brown {
  margin: 3%;
  border: 1px #764a13 solid;
  padding: 3%;
}

.good_main02 .dbox_brown p {
  color: #764a13;
  font-size: 30px;
  line-height: 160%;
  letter-spacing: 2px;
}

.good_main02 .ln-h-160 {
  line-height: 160%;
}

.good_main02 .txt_green {
  color: #0ab02d;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: #494949;
  text-decoration-color: #494949;
}

.c-room .staff_container {
  position: relative;
  margin: 3% auto;
  width: 93.5%;
  max-width: 868px;
  border: 1px #aa7d45 solid;
  height: 410px;
}

.c-room .staff_container:before {
  content: "";
  display: block;
  padding-top: 65%;
}

.c-room .staff_container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.c-room .photo_box {
  width: 28%;
  padding: 4% 0 4% 4%;
}

.c-room .staff_name {
  font-size: 24px;
  color: #494949;
  padding: 5% 0 0;
}

.c-room .staff_name:before {
  content: "name　";
}

.c-room .staff_txtbox {
  width: 72%;
  padding: 4%;
  position: relative;
}

.c-room .staff_txtbox:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.c-room .st_scroll_area {
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 6%;
}

.c-room .st_tit {
  font-size: 24px;
  color: #5e3411;
  text-decoration: underline;
  -webkit-text-decoration-color: #8e786a;
  text-decoration-color: #8e786a;
  line-height: 1.4;
}

.c-room .st_txt {
  font-size: 24px;
  color: #494949;
  padding: 2% 0 5%;
  line-height: 1.4;
}

.fs-body-cart .fs-l-cart__mainColumn {
  -ms-grid-columns: 1fr 340px;
}

.fs-body-cart .cart_side {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
}

_:-ms-lang(x)::-ms-backdrop,
.fs-body-cart .cart_side {
  margin-left: 20px;
}

.ranking .content .rank_base img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.ranking .content .rank_base .rank_1area {
  max-width: 346px;
}

.good_main02 .order-d_tcon {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.good_main02 .order-furigana {
  font-size: 14px;
  line-height: 14px;
}

.good_main02 .order-name_tit {
  font-size: 28px;
  line-height: 30px;
}

.good_main02 .order-d_year {
  margin: 0 15px;
}

.good_main02 .order_itme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.good_main02 .order_itme_t {
}

.good_main02 .order_itme_list {
  margin: 0 3%;
  max-width: 343px;
  width: 46%;
}

.good_main02 .order_itme_clist {
  margin: 0 3%;
  max-width: 372px;
  width: 46%;
}

.good_main02 .order_itme_txt {
  color: #7a7a7a;
  font-size: 36px;
  margin-top: 20px;
  text-align: center;
}

.good_main02 .order_itme_txt_cov {
  margin-top: -60px;
}

.good_main02 .order_itme_txt_cov02 {
  margin-top: -40px;
}

.good_main02 .size_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
  padding: 0 3%;
}

.good_main02 .size_list {
  width: 48%;
}

.good_main02 .diaru_img {
  margin-bottom: 70px;
}

.good-order {
  background-color: #fdf9f2;
  padding-bottom: 150px;
}

.kiti {
  display: block;
}

.head_kiti_txt {
  width: 450px;
}

.head_kiti img {
  display: block;
}

.head_kiti_ntxt {
  font-size: 16px;
  font-weight: bold;
}

.head_kiti_ntxtlink {
  color: #cc0704 !important;
  text-decoration: underline;
}

.news-cart_txt {
  margin: 20px 0;
}

.news-cart_more {
  color: #2a61bb;
  text-decoration: underline;
}

.news-cart_box {
  margin: 0 0 15px;
}

.news-cart_box__txt:not(:last-child) {
  margin-bottom: 20px;
}

.news-cart_box__txtlink {
  color: #2a61bb;
  text-decoration: underline;
}

.news-cart_close {
  background-color: #bc9966;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  padding: 3px;
  text-align: center;
  width: 200px;
}

.news-cart_area {
  display: none;
}

.news-cart {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-row: 2;
  grid-column: 1;
}

.fs-body-cart .fs-l-cart__mainColumn {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1;
}

.fs-body-cart .cart_side {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-row: 1 / 4;
  grid-column: 2;
}

.high_kiti {
  padding-bottom: 5px;
}

.online-room {
  background-color: #fbfbfb;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding-bottom: 150px;
}

.online-room img {
  display: block;
  height: auto;
  max-width: 100%;
}

.online-room_mv {
  margin-bottom: 50px;
}

.online-room_tit {
  color: #6d4833;
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 30px;
  text-align: center;
}

.online-room_pbox {
  color: #6d4833;
  font-size: 30px;
  line-height: 42px;
  padding: 0 30px;
}

.online-room_ctxt {
  text-align: center;
}

.online-room_txt01 {
  margin-bottom: 30px;
}

.online-room_lbtn {
  margin: 0 auto 80px;
  width: 820px;
}

.online-room_lbtnlink {
  background-color: #06c755;
  border-radius: 100px;
  color: #fff !important;
  display: block;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 56px;
  padding: 40px 10px;
  text-align: center;
}

.online-room_lbtnimg {
  background: url(../../c-room/hirameki_online_line.png) no-repeat left center / 93px;
  padding: 40px 0 40px 120px;
}

.online-room_bold {
  font-weight: bold;
}

.online-room_txt02 {
  margin-bottom: 25px;
}

.online-room_btn {
  margin: 0 auto 50px;
  width: 656px;
}

.online-room_btnlink {
  background-color: #6d4833;
  border-radius: 100px;
  color: #fff !important;
  display: block;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 41px;
  padding: 25px 10px;
  text-align: center;
}

.online-room_consultation {
  background: url(../../c-room/hirameki_online_titc01.png) no-repeat left center / 138px, url(../../c-room/hirameki_online_titc02.png) no-repeat right center / 138px;
  margin: 0 auto 40px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 25px 100px 30px;
}

.online-room_consultation_tit {
  color: #6d4833;
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 50px;
  text-align: center;
}

.online-room_consultation_txt {
  color: #6d4833;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
}

.online-room_consultation__img {
  margin-bottom: 70px;
}

.online-room_consultation__img02 {
  margin-bottom: 60px;
}

.online-room_mrb01 {
  margin-bottom: 25px;
}

.online-room_td {
  text-decoration: underline;
}

.online-room_note {
  color: #6d4833;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 60px;
  padding: 0 30px;
}

.online-room_border02 {
  margin-bottom: 100px;
}

.online-room_lbox {
  background: url(../../c-room/hirameki_online_titl01.png) no-repeat left center / 53px, url(../../c-room/hirameki_online_titl02.png) no-repeat right center / 53px;
  margin: 0 auto 65px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 100px;
}

.online-room_lbox__tit {
  color: #6d4833;
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 35px;
  text-align: center;
}

.online-room_lbox__txt {
  color: #b7aa9f;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}

.online-room_lbox__eng {
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

.online-room_voice {
  margin-bottom: 170px;
  padding: 0 30px;
}

.online-room_voice_txt {
  border-bottom: solid 5px #aa7d45;
  color: #666;
  font-size: 24px;
  line-height: 36px;
  padding: 35px 0;
}

.online-room_voice_txt:first-child {
  padding-top: 0;
}

.online-room_voice_txt:last-child {
  border: none;
  padding-bottom: 0;
}

.online-room_stuff_tit {
  color: #6d4833;
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 35px;
  text-align: center;
}

.online-room_stuff_etit {
  color: #b7aa9f;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 80px;
  text-align: center;
}

.online-room_stuff_box {
  margin: 0 auto 70px;
  width: 868px;
}

.online-room_stuff_box__con {
  background-color: #f5f4f4;
  border: 3px solid #aa7d45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding: 30px 25px;
}

.online-room_stuff_box__img {
  width: 36%;
  margin-right: 4%;
}

.online-room_stuff_box__tcon {
  width: 60%;
}

.online-room_stuff_box__name {
  color: #6d4833;
  font-size: 38px;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 15px;
}

.online-room_stuff_box__txt {
  color: #6d4833;
  font-size: 28px;
  line-height: 40px;
}

.online-room_stuff_box__mrb {
  margin-bottom: 80px;
}

.online-room_stuff_box__mrb02 {
  margin-bottom: 40px;
}

.online-room_other {
  color: #6d4833;
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 35px;
  text-align: center;
}

.online-room_flogo {
  margin: 0 auto;
  max-width: 329px;
  width: 80%;
}

.online-room_support_img {
  margin-bottom: 30px;
}

.insta_items {
  width: 1260px;
  margin: 0 auto 60px;
  text-align: center;
}

.sub_tit_insta {
}

.eng_sub_insta {
  line-height: 120%;
  margin-bottom: 5px;
}

.insta_name {
  font-size: 80%;
  font-weight: 500;
  line-height: 1.2;
}

.line-bn {
  max-width: 675px;
  margin: 0 auto 30px;
}

.line-bn img {
  width: 100%;
  height: auto;
}

.hdb_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hdb_cate_list {
  margin: 0 calc(13% / 2) calc(13% / 2) 0;
  width: 29%;
}

.hdb_cate_list:nth-child(3n) {
  margin-right: 0;
}

.insta_click_txt {
  margin: 10px 0 5px;
}

.insta_items .sub_tit.sub_tit_insta {
  margin-bottom: 10px;
}

.topbnr_tenpoint--bnr img {
  display: block;
  height: auto;
  max-width: 100%;
}

picture.topbnr_tenpoint--bnr {
  display: block;
  width: 1260px;
  margin: 0 auto;
}

.topbnr_tenpoint--bnr-area {
  background-color: #c1ab3b;
  display: block;
}

#fs_ProductDetails .topbnr_tenpoint--bnr-area {
  display: none;
}

.order-worksheet-con {
  padding: 3%;
  border: solid 3px #a99660;
  margin: 0 0 40px 0;
  width: 80%;
}

.order-worksheet-con-tit {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.order-worksheet-con-txt {
  text-align: center;
  margin-bottom: 5px;
}

.base_btn.order a {
  font-weight: bold;
  padding: 10px 30px 10px 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

/* 価格改定案内用 ここから */
.price-rev table {
  margin: 0 auto;
}

.price-rev .tab_h {
  border-collapse: collapse;
  padding: 10px;
  border: 0;
  background-color: #fff;
}

.price-rev .tab_b {
  border-collapse: collapse;
  border: 1px #000 solid;
  background-color: #fff;
  margin-bottom: 3%;
}

.price-rev .tab_b th,
.price-rev .tab_b td {
  border: 1px #000 solid;
  padding: 0 5px;
}

.price-rev .tab_b th {
  padding: 5px 5px;
}

.price-rev .tab_b th a,
.price-rev .tab_b td a {
  text-decoration: underline;
}

.price-rev .tab_b th a:hover,
.price-rev .tab_b td a:hover {
  text-decoration: none;
}

.price-rev .txt-c {
  text-align: center;
}

.price-rev .txt-r {
  text-align: right;
}

.price-rev .red_h {
  background-color: #ecac82;
}

.price-rev .red_b {
  background-color: #fae2d4;
  color: #b41d23;
}

.price-rev .val_t {
  vertical-align: top;
}

.price-rev-cat {
  text-align: center;
}

.price-rev-cat .dp_fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 0;
}

/* 価格改定案内用 ここまで */
.sponly {
  display: none;
}

.fs-c-agreementConfirmation__message {
  background: #fff;
  padding: 8px;
}

#fs_registrationUncheckedMessage {
  margin: 0 0 30px 5%;
}

.rgs__agree-txt {
  color: #930217;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.6;
}

.rgs__agree-txt-l {
  font-size: 18px;
  text-decoration: underline;
}

.imgmax {
  display: block;
  max-width: 100%;
  height: auto;
}

.riyuru_con p {
  font-size: 30px;
  line-height: 44px;
}

.riyuru_con .riyuru_tit {
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  position: relative;
}

.riyuru_con .riyuru_tit:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #000;
}

.riyuru_con .riyuru_tit span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.riyuru_con .riyuru_stit {
  font-size: 46px;
  line-height: 52px;
  text-align: center;
  position: relative;
}

.riyuru_con .udline {
  text-decoration: underline;
}

.riyuru_con .riyuru_red {
  color: #881414;
}

.riyuru_con .riyuru_green {
  color: #2c9210;
}

.radio_con01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.radio_con02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 98%;
}

.radio_con03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 96%;
}

.radio_con01_list {
}

.radio_con01_list:not(:last-child) {
  margin-right: 20%;
}

.radio_con02_list {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 32%;
}

.radio_con03_list {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 30%;
}

.radio_con01_list p {
  margin-bottom: 10px;
  text-align: center;
}

.radio_con02_list p,
.radio_con03_list p {
  margin-bottom: 20px;
  text-align: center;
}

.radio_con01 input,
.radio_con02 input,
.radio_con03 input {
  display: block;
  margin: 0 auto;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.riyuru_con .select_item {
  display: none;
  margin-top: 80px;
}

.item-w.bks.c-bk .select_item01,
.item-w.bks.c-ca .select_item02,
.item-w.bks.c-brd .select_item03,
.item-w.ftg.c-bk .select_item04,
.item-w.ftg.c-ca .select_item05,
.item-w.ftg.c-brd .select_item06,
.item-w.grd.c-bk .select_item07,
.item-w.grd.c-ca .select_item08,
.item-w.grd.c-brd .select_item09,
.item-f.bks.c-bk .select_item10,
.item-f.bks.c-ca .select_item11,
.item-f.bks.c-brd .select_item12,
.item-f.ftg.c-bk .select_item13,
.item-f.ftg.c-ca .select_item14,
.item-f.ftg.c-brd .select_item15,
.item-f.grd.c-bk .select_item16,
.item-f.grd.c-ca .select_item17,
.item-f.grd.c-brd .select_item18 {
  display: block;
}

.riyuru_con .riyuru_etit {
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 1px;
  text-align: center;
}

.riyuru_con .riyuru_etit-s {
  font-size: 34px;
  line-height: 42px;
  text-align: center;
}

.ft-ten-mincho {
  font-family: "ten-mincho", serif !important;
}

.riyuru_con .green_box02 {
  padding: 20px;
  text-align: center;
  background: #323f32;
  font-weight: bold;
  color: #dcbe96;
  font-size: 35px;
}

.riyuru_con ol {
  padding: 0 0 0 3%;
  font-size: 30px;
  line-height: 38px;
}

.riyuru_con .orange {
  color: #b22803;
}

.riyuru_con .tab_con02 {
  font-size: 30px;
  width: 100%;
}

.riyuru_con .col4 tr th {
  text-align: center;
  vertical-align: top;
  width: 24%;
}

.riyuru_con .col4,
.riyuru_con .col4 th,
.riyuru_con .col4 td {
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: -0.2px;
  padding: 1.7%;
  border: 1px solid #000;
  border-collapse: collapse;
}

.riyuru_con .col4 .col_pb p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.riyuru_con .riyuru_con_fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 13%;
  width: 98%;
}

.riyuru_con .riyuru_con_fl_list {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 49%;
}

.riyuru_con .riyuru_con_logo {
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 38%;
}

.riyuru_con .riyuru_con_ortit {
  font-size: 50px;
  line-height: 58px;
  text-align: center;
}

.riyuru_con .riyuru_con_ortit span {
  background: url(https://kawa.itembox.design/item/22xmas/22xmas_order_triangle.png) no-repeat left center / 34px, url(https://kawa.itembox.design/item/22xmas/22xmas_order_triangle.png) no-repeat right center / 34px;
  padding: 0 45px;
}

.item-main .tit_qa {
  font-size: 29px;
  font-weight: 600;
  color: #533c1b;
  background-color: #ddccb3;
  padding: 1.5rem;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 5%;
}
.balloon_q {
  position: relative;
  padding: 1.3rem;
  border: 3px solid #b57803;
  background-color: #fff;
  width: 87%;
  margin: 3% 9% 3% 4%;
}

.balloon_q:before {
  position: absolute;
  top: 45%;
  left: -28px;
  height: 18px;
  width: 28px;
  border-top: 3px solid #b57803;
  background-color: #fff;
  transform: skew(0deg, -18deg);
  content: "";
}

.balloon_a {
  position: relative;
  padding: 1.3rem;
  border: 3px solid #6d4833;
  background-color: #fff;
  width: 87%;
  margin: 3% 4% 7% 9%;
}

.balloon_a:before {
  position: absolute;
  top: 33%;
  right: -28px;
  height: 28px;
  width: 28px;
  border-bottom: 3px solid #6d4833;
  background-color: #fff;
  transform: skew(0deg, -28deg);
  content: "";
}

.balloon_q p,
.balloon_a p {
  font-size: 21px;
  color: #6d4833;
  font-weight: 600;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.items_youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 20px;
}

.items_youtube iframe {
  width: 100%;
  height: 100%;
}

.hirameki_20th-fb {
  display: none;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 10;
}
.hirameki_20th-fb-close-btn {
  position: absolute;
  top: 100px;
  right: 0;
}

.price-rev .c-price {
  color: #ff0000;
  text-align: right;
}

.price-rev th.n-price {
  background-color: #fce4d6;
}

.price-rev td.n-price {
  background-color: #fce4d6;
  color: #000;
  font-weight: 600;
  text-align: right;
}
/* 241016_ヘッダーh1タグ変更ここから */
.header_txt {
  color: #999999 !important;
  font-size: 80%;
  font-weight: normal;
  margin-bottom: 5px;
}
/* 241016_ヘッダーh1タグ変更ここまで */
/* 241022_自動更新エリアここから */
#limited_area {
  display: none;
  text-align: center;
}
#limited_area .pbox {
  text-align: left;
}
/* 241022_自動更新エリアここまで */
/* 241111_ブログメンテナンス中表示ここから */
.blogs .blogs_ntit.maintenance {
  justify-content: center;
}
.blogs .maintenance_txt {
  text-align: center;
  font-size: 16px;
}
/* 241111_ブログメンテナンス中表示ここまで */

/* 241122_ページトップフローティングバナーここから */
.cover__20th .cl_bnr {
  margin: 0 auto;
}
/* 241122_ページトップフローティングバナーここまで */

/* 250423 注文履歴ページ ここから */
@media screen and (min-width: 768px) {
  #fs_MyOrders .fs-c-orderHistoryItem__product {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-gap: 8px;
    align-items: start;
    padding: 16px 0;
  }

  #fs_MyOrders .fs-c-orderHistoryItem__productImage {
    grid-column: 1;
    grid-row: 1 / 5;
  }

  #fs_MyOrders .fs-c-orderHistoryItem__productName {
    grid-column: 2;
    grid-row: 1;
    margin-top: auto;
    display: flex;
    flex-direction: column;
  }

  #fs_MyOrders .fs-c-orderHistoryItem__unitPrice {
    grid-column: 2;
    grid-row: 2;
  }

  #fs_MyOrders .fs-c-orderHistoryItem__productQuantity {
    grid-column: 2;
    grid-row: 3;
    text-align: right;
  }

  #fs_MyOrders .fs-c-orderHistoryItem__deliveryInfo {
    font-size: 1.2rem;
    grid-column: 2;
    grid-row: 4;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    margin: 0;
  }

  #fs_MyOrders .fs-c-orderHistoryItem__button {
    grid-column: 1 / 3;
    grid-row: 5;
    justify-content: center;
  }
}
#fs_MyOrders .fs-c-orderHistoryItem__product {
  font-size: 16px;
}

#fs_MyOrders .fs-c-priceDisplay {
  font-size: 16px;
  margin-bottom: 20px;
}

#fs_MyOrders .fs-c-listedOptionPrice {
  font-size: 16px;
  display: block;
}

#fs_MyOrders .fs-c-price__addon {
  font-size: 16px;
}

#fs_MyOrders .fs-c-orderHistoryItem__productQuantity {
  font-size: 16px;
}

#fs_MyOrders .fs-c-orderHistoryItem__productQuantity__label {
  font-size: 16px;
}

#fs_MyOrders .fs-c-listedOptionPrice__option__value {
  line-height: 1.5;
}

#fs_MyOrders .fs-c-orderHistoryItem__deliveryInfo {
  font-size: 16px;
}

#fs_MyOrders .fs-c-history .fs-c-button--addReview--detail:visited {
  color: #fff;
}
/* 250423 注文履歴ページ ここまで */

/* 250423 カートページ ここから */
#fs_ShoppingCart #fs-cartContent-container .fs-c-listedOptionPrice {
  font-size: inherit;
  display: block;
}

#fs_ShoppingCart #fs-cartContent-container .fs-c-price__addon {
  font-size: inherit;
}

#fs_ShoppingCart #fs-cartContent-container .fs-c-listedOptionPrice__option__label {
  line-height: 1.5;
}

#fs_ShoppingCart #fs-cartContent-container .fs-c-listedProductName__name {
  line-height: 1.5;
}
/* 250423 カートページ ここまで */
