@charset "UTF-8";
:root {
  --primary-orange: #f58220;
  --light-gray-border: #e0e0e0;
  --dark-gray-text: #333;
  --medium-gray-text: #666;
  --light-background: #f8f8f8;
  --headerTransformY: 0px;
  --mobileHeaderTransformY: 0px;
  --pcHeaderTransformY:0px;
}
/* clearfix
------------------------------------------------------------------------------*/
.clearfix:after {
content:'';
display:block;
clear:both;
}
/*
==================================================
共通
==================================================
*/
#suggestion_word_list {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	/* overflow:scroll; */
	/* overflow-x: hidden; */
	/* max-height: 254px; */
	position: absolute;
  background: white;
  width: 93%;
	z-index: 100000;
  font-size: 1.5rem;
}
.suggest_word {
  padding: 5px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.suggest_word:hover {
  background-color: #f0f0f0;
}
.text_cart {
  display: block;
  position: absolute;
  top: 0.1rem;
  right: -0.8rem;
  bottom: auto;
  left: auto;
  width: 1.8rem;
  height: 1.8rem;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: #DD6D22;
  content: "";
  text-align: center;
  color:white;
  font-size: 11px;
  line-height: 1.8rem;
}
@media (min-width: 960px) {
  .text_cart {
    top: -.00rem
  }
}
.hun-cart{
  position: relative;
}
body {
  position: relative;
  overflow-x: hidden;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1A1A1A;
  -webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast:none) {
	.btn a,li a,button span {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration  {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
  outline-offset: -2px;
}
#logo-img,h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
a {
  color: #1A1A1A;
}
main.cam-top {
  padding-top: 150px;
}
.cam-txt {
  text-align: center;
}
.cam-txt a {
  display: block;
  width: 100%;
  padding: 3px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #EA4800;
}
.mySwiper-slide:hover .logoCategoryList__title,
main .goods-list .block a:hover .goods-name,
main .goods-list .block a:hover .jichitai-name,
main .goods-list .block a:hover .area,
#history-goods a:hover .goods-name,
main .goods-list .block  a:hover .sub,
main .jichitai-goods a:hover .goods-name,
.wrap1280 #sub-contents #sub-search-other .sub-link li a:hover,
.wrap1280 #sub-contents .sub-link li a:hover,
.header-navi li a:hover,
main .btn-lg a:hover,
main .btn-rg a:hover,
main .btn-lg button:hover,
main .btn-w a:hover {
  color: #DD6D22;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
#blur-area.show {
  width: 100%;
  height: 100vh;
  pointer-events: none;
  transition: all .2s ease-out;
  -webkit-filter: blur(12px);
  -moz-filter: blur(12px);
  -ms-filter: blur(12px);
  filter: blur(12px);
}
#drawer-filter {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(103,103,103,.5);
  top: 0;
  left: 0;
}
.center {
  text-align: center;
}
.orange {
  color: #EA4800;
}
.bg-y {
  padding: 80px 0;
  background-color: #F8F6ED;
}
.bg-lo {
  padding: 30px 0;
  background-color: #F8E8B1;
}
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.abr1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.abr2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.abr3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.abr4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.youtube-wrapper {
  position: relative;
}
/* 20220822 追記 */
main {
  padding-top: 120px;
}
main.cam-txt-line01 {
  padding-top: 150px;
}
main.cam-txt-line02 {
  padding-top: 174px;
}
/* 20220822 追記ここまで */
main .youtube-wrapper .icon.icon-fav {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: auto;
  left: auto;
  bottom: 8px;
  right: 8px;
  background-color: #fff;
  transform:none;
}
main .youtube-wrapper .icon.icon-movie {
  width: 70px;
  height: 70px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: inherit;
  transform:none;
  pointer-events: none;
}
main .goods-list .youtube-wrapper .icon.icon-movie img {
  width: 100%;
}
.youtube-area {
  position: relative;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube-wrapper .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%);
}
.thumbnail {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: #1A1A1A;
  z-index: 150;
  pointer-events: none;
}
.youtube:hover,
.thumbnail:hover {
  cursor: pointer;
}
.thumbnail img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
main .youtube-wrapper .image-wrapper .icon.icon-fav {
  z-index: 200;
}
.modal-open {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.blocker {
  background-color: #1A1A1A;
  z-index: 99999;
}
/*
==================================================
header
==================================================
*/
header {
  position: fixed;
  width: 100%;
  box-shadow: 0px 2px 4px #00000029;
  z-index: 999;
  background-color: #fff;
}
header .inner {
  max-width: 1280px;
  padding: 8px 20px 0 20px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width:1280px) {
  header .inner {
    padding: 8px 20px 0 20px;
  }
}
header .header-logo {
  display: flex;
  font-size: 0;
  vertical-align: middle;
  align-items: center;
}
header #logo-img {
  display: inline-block;
  width: 100%;
  margin-right: 20px;
  vertical-align: middle;
}
header #logo-img img {
  width: 167px;
}
@media screen and (max-width:1280px) {
  header #logo-img {
    max-width: 120px;
  }
}
header .sub-txt {
  display: inline-block;
  max-width: 146px;
  width: 100%;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width:1025px) {
  header .sub-txt {
    display: none;
  }
}
.search-area {
  position: relative;
  display: inline-block;
  max-width: 418px;
  width: 100%;
  font-size: 0;
  vertical-align: middle;
}
.search-area form {
  position: relative;
}
.search-area input[type='search'] {
  display: block;
  width: 100%;
  padding: 13px 16px 13px 36px;
  height: 40px;
  border: 0.5px solid #C7C2B7;
  border-radius: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #F8F6ED;
}
.searchButton {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  padding: 10px;
  height: 100%;
  background: #E35E00;
  border-radius: 0 100px 100px 0;
  cursor: pointer;
}
.header-navi .searchButton {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  padding: 10px;
  height: 100%;
  background: #E35E00;
  border-radius: 0 100px 100px 0;
  cursor: pointer;
  width:auto;
}
.search-area button {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  background-image: url(../images/common/icon_search.svg);
  padding: 0;
  border: none;
  width: 26px;
  height: 26px;
}
.search-area span {
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
  margin: auto;
  background-image: url('../images/common/icon_search_v2.svg');
  padding: 0;
  border: none;
  width: 18px;
  height: 18px;
}
.header-navi {
  display: inline-block;
  flex: auto;
  text-align: right;
  font-size: 0;
}
.header-navi ul {
  display: flex;
  font-size: 0;
  align-items: center;
}
.login-after .header-navi ul {
  width: 260px;
}
.header-navi li {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.header-navi li:nth-child(4) {
  margin-right: 0;
}
.header-navi .login-btn {
  margin-right: 14px;
}
.header-navi li a {
  display: block;
  padding-top: 35px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.login-after .header-navi li:first-child {
  display: inline-block !important;
}
.login-after .header-navi li:first-child a {
  background: url('../images/common/icon_mypage.svg') no-repeat center 2px/32px auto;
}
.header-navi li:nth-child(2) a {
  background: url('../images/common/menu_limit.svg') no-repeat center 2px/32px auto;
}
.header-navi li:nth-child(3) a {
  background: url('../images/common/menu_favorite.svg') no-repeat center 2px/32px auto;
}
.header-navi li:nth-child(4) a {
  background: url('../images/common/icon_cart.svg') no-repeat center 2px/32px auto;
}
.header-navi li.login-btn a {
  display: block;
  max-width: 168px;
  padding: 0 12px 0 36px;
  border: 0.5px solid #C7C2B7;
  border-radius: 6px;
  line-height: 40px;
  background: url('../images/common/icon_mypage.svg') no-repeat 12px center/24px auto;
}
header nav.pc-menu {
  position: relative;
  height: 50px;
  margin-top: 8px;
  background-color: #F8E8B1;
}
header nav.pc-menu .inner {
  max-width: 1280px;
  padding: 0;
  height: 100%;
}
header nav.pc-menu ul {
  font-size: 0;
}
header nav.pc-menu li {
  display: inline-block;
  width: calc((100% / 7) - .01px);
  vertical-align: top;
  justify-content: center;
}
header nav.pc-menu li span.nav-top-icon {
  position: relative;
}
header nav.pc-menu li span.nav-top-icon::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 20px);
  background: #939393;
  margin: auto;
}
header nav.pc-menu li:last-of-type:before {
  content: unset;
}
header nav.pc-menu li span.nav-top {
  display: flex;
  padding: 0 5px;
  line-height: 50px;
  text-align: center;
  justify-content: center;
  gap: 4px;
  height: 50px;
  align-items: center;
}
header nav.pc-menu li span.nav-top-icon img {
  width: 32px;
  height: 32px;
}
header nav.pc-menu li span.nav-top-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
  text-align: left;
}
@media screen and (max-width:1025px) {
  header nav.pc-menu li span.nav-top-text {
    font-size: 11.8px;
  }
  header nav.pc-menu li span.nav-top-icon img {
    width: 28px;
    height: 28px;
  }
}
header nav.pc-menu li .gnavi-nest.jichitai span.nav-top {
  padding: 0;
}
header nav.pc-menu .gnavi > li.current > span.nav-top,
header nav.pc-menu .gnavi > li:hover > span.nav-top {
  background-color: #E35E00;
  cursor: pointer;
}
header nav.pc-menu li:hover span.nav-top-text {
  color: #ffffff;
}
header nav.pc-menu li .nav-top img {
  width: 100%;
  max-width: 128px;
  vertical-align: middle;
}
header nav.pc-menu li:nth-child(2) .nav-top img {
  max-width: 128px;
}
header nav.pc-menu li:nth-child(3) .nav-top img {
  max-width: 102px;
}
header nav.pc-menu li:nth-child(4) .nav-top img {
  max-width: 102px;
}
header nav.pc-menu li:nth-child(5) .nav-top img {
  max-width: 103px;
}
header nav.pc-menu li:nth-child(6) .nav-top img {
  max-width: 87px;
}
header nav.pc-menu li:last-child .nav-top img {
  max-width: 134px;
}
header nav.pc-menu .gnavi-nest {
  display: none;
  position: absolute;
  left: 0;
  top: bottom;
  width: 100%;
  border-top: 2px solid #E35E00;
  background-color: #F5EADA;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 9999;
}
header nav.pc-menu .gnavi-nest.tv {
  background: url("../images/common/bg_gmenu.png")repeat 0 0/1280px auto;
  z-index: 9999;
}
header nav.pc-menu li .gnavi-nest.menu-block {
  display: block;
}
header nav.pc-menu .gnavi-nest .inner {
  max-width: 1180px;
  padding: 40px 50px;
  margin: 0 auto;
}
header nav.pc-menu li .gnavi-nest .cap {
  padding: 0 0 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid #C7C2B7;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
header nav.pc-menu .gnavi-nest ul,
header nav.pc-menu .gnavi-nest ul li {
  border: none;
}
header nav.pc-menu .gnavi-nest li {
  width: calc((100% - 39px) / 4 - .01px);
  margin-right: 13px;
  margin-bottom: 12px;
}
header nav.pc-menu .gnavi-nest li:nth-child(4n) {
  margin-right: 0;
}
header nav.pc-menu .gnavi-nest a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 50px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  background: #fff url('../images/common/icon_noarrow_r_o.svg')no-repeat right 14px center/8px auto;
}
header nav.pc-menu .gnavi-nest a span {
  position: absolute;
  top: 50%;
  left: 20px;
  padding: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  padding-right: 25px;
}
header nav.pc-menu .gnavi-nest.tv a span {
  padding-right: 0;
  left: 0;
}
header nav.pc-menu .gnavi-nest.tv li {
  width: calc((100% - 80px) / 5 - .01px);
  margin-right: 20px;
  margin-bottom: 20px;
}
header nav.pc-menu .gnavi-nest.tv li:nth-child(5n) {
  margin-right: 0;
}
header nav.pc-menu .gnavi-nest.tv a {
  overflow: hidden;
  border-radius: 6px;
  background: none;
  height: auto;
}
header nav.pc-menu .gnavi-nest.tv .image {
  position: relative;
  display: block;
  height: 100px;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: none;
  -webkit- transform: none;
}
header nav.pc-menu .gnavi-nest.tv .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit- transform: translate(-50%,-50%);
}
header nav.pc-menu .gnavi-nest.tv li .image img {
  width: 149px;
}
header nav.pc-menu .gnavi-nest.tv .txt {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  padding: 10px 14px;
  min-height: 60px;
  transform: none;
  -webkit- transform: none;
  background-color: #F8F6ED;
}
header nav.pc-menu li .gnavi-nest.tv .btn-close {
  margin: 10px auto 0;
}
header nav.pc-menu .gnavi-nest.furulabo li {
  width: calc((100% - 24px) / 3 - .01px);
  margin-right: 12px;
  margin-bottom: 12px;
}
header nav.pc-menu .gnavi-nest.furulabo li:nth-child(3n) {
  margin-right: 0;
}
header nav.pc-menu .gnavi-nest.beginner li {
  width: calc((100% - 80px) / 5 - .01px);
  margin-right: 20px;
  margin-bottom: 0;
}
header nav.pc-menu .gnavi-nest.beginner li:nth-child(5n) {
  margin-right: 0;
}
header nav.pc-menu .gnavi-nest .article {
  margin-bottom: 12px;
}
header nav.pc-menu .gnavi-nest .article:last-child {
  margin-bottom: 0;
}
header nav.pc-menu .gnavi-nest.goods .article {
  width: 71.2962%;
  margin-right: 5.4629%;
}
header nav.pc-menu .gnavi-nest.goods .article:last-child {
  width: calc(100% - 76.76% - .01px);
  margin-right: 0;
}
header nav.pc-menu .gnavi-nest.goods li {
  width: calc((100% - 20px) / 3 - .01px);
  margin-right: 10px;
  margin-bottom: 10px;
}
header nav.pc-menu .gnavi-nest.goods li:nth-child(3n) {
  margin-right: 0;
}
header nav.pc-menu .gnavi-nest.goods .article:last-child li {
  width: 100%;
  margin-right: 0;
}
header nav.pc-menu .gnavi-nest.goods .article:last-child li:last-child {
  margin-bottom: 0;
}
header nav.pc-menu .gnavi-nest.jichitai .article {
  width: calc((100% - 39px) / 2);
  margin-right: 39px;
  margin-bottom: 0;
}
header nav.pc-menu .gnavi-nest.jichitai ul {
  width: calc((100% - 13px) / 2);
  margin-right: 13px;
}
header nav.pc-menu .gnavi-nest.jichitai .article:last-child,
header nav.pc-menu .gnavi-nest.jichitai ul:last-child {
  margin-right: 0;
}
header nav.pc-menu .gnavi-nest.jichitai li {
  display: block;
  width: 100%;
  margin-right: 0;
}
header nav.pc-menu .gnavi-nest.jichitai .article .image {
  position: relative;
  overflow: hidden;
  width: 38.4615%;
  max-width: 200px;
  height: auto;
  border-radius: 0;
}
header nav.pc-menu .gnavi-nest .article .image img {
  position: absolute;
  width: auto;
  max-width: none;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit- transform: translateX(-50%) translateY(-50%);
}
header nav.pc-menu .gnavi-nest.jichitai .wrapper {
  background-color: #fff;
  margin-bottom: 12px;
}
header nav.pc-menu .gnavi-nest.jichitai .wrapper:last-child {
  margin-bottom: 0;
}
header nav.pc-menu .gnavi-nest.jichitai .wrapper a {
  position: static;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  color: #000;
  text-align: left;
  background: #fff;
}
header nav.pc-menu .gnavi-nest.jichitai .txt-wrapper {
  width: calc(100% - 38.4615%);
  padding: 13px 19px 14px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555;
}
header nav.pc-menu .gnavi-nest.jichitai .kana {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}
header nav.pc-menu .gnavi-nest.jichitai .jichitai-name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}
header nav.pc-menu .gnavi-nest.jichitai .txt {
  min-height: 65.35px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  word-break: break-all;
}
header nav.pc-menu .gnavi-nest.feature .article {
  width: calc((100% - 60px) / 4 - .01px);
  margin-right: 20px;
  margin-bottom: 30px;
}
header nav.pc-menu .gnavi-nest.feature .article a {
  display: block;
  height: auto;
  padding: 0;
  border-radius: 10px;
  background: #fff;
}
header nav.pc-menu .gnavi-nest.feature .article a span {
  position: static;
  transform: none;
  padding: 0;
}
header nav.pc-menu .gnavi-nest.feature .article:last-child {
  margin-right: 0;
}
header nav.pc-menu .gnavi-nest.feature .article .image {
  position: relative;
  display: block;
  overflow: hidden;
  height: 117px;
}
header nav.pc-menu .gnavi-nest.feature .article .txt {
  display: block;
  height: auto;
  min-height: 72px;
  padding: 8px 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5555;
  background-color: #fff;
}
header nav.pc-menu .gnavi-nest .btn {
  max-width: 380px;
  height: 60px;
  margin: 0 auto;
}
header nav.pc-menu .gnavi-nest .btn-o a {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  background: #E35E00 url("../images/common/icon_arrow_r_w.svg") no-repeat right 20px center/14px auto;
  ;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
}
header nav.pc-menu .gnavi-nest .btn-o a img {
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
header nav.pc-menu .gnavi-nest.feature .btn-o a img {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  -webkit- transform: none;
  max-width: 103px;
  margin: 0 auto;
  padding: 21px 0;
}
header nav.pc-menu .gnavi-nest .first-menu a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 80px;
  padding: 0;
  border: 1px solid #C48D4D;
  border-radius: 10px;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  background: #fff;
}
header nav.pc-menu .gnavi-nest .first-menu span {
  min-width:150px;
  background: url('../images/common/icon_beginner.svg')no-repeat left center/25px auto;
}
header nav.pc-menu .gnavi-nest .first-menu li:nth-child(2) span {
  min-width:160px;
  min-height: 36px;
  background: url('../images/common/icon_logo_b.svg')no-repeat left center/36px auto;
}
header nav.pc-menu .gnavi-nest .first-menu li:nth-child(3) span {
  min-width:150px;
  min-height: 33px;
  background: url('../images/common/icon_simu_b.svg')no-repeat left center/27px auto;
}
header nav.pc-menu .gnavi-nest .first-menu li:nth-child(4) span {
  min-width:120px;
  min-height: 36px;
  background: url('../images/common/icon_faq_b.svg')no-repeat left center/36px auto;
}
header nav.pc-menu .gnavi-nest .first-menu li:nth-child(5) span {
  min-width:100px;
  min-height: 33px;
  background: url('../images/common/icon_column_b.svg')no-repeat left center/36px auto;
}
header nav.pc-menu .gnavi-nest .first-menu span {
  padding: 5px 0;
  left: 50%;
  padding-left: 39px;
  text-align: left;
  transform: translate(-50%,-50%);
  -webkit- transform: translate(-50%,-50%);
}
header nav.pc-menu .gnavi-nest .first-menu li:nth-child(2) span,
header nav.pc-menu .gnavi-nest .first-menu li:nth-child(4) span,
header nav.pc-menu .gnavi-nest .first-menu li:nth-child(5) span {
  padding-left: 46px;
}
header nav.pc-menu .gnavi-nest .first-menu li:nth-child(3) span {
  padding-left: 41px;
}
header nav.pc-menu .gnavi-nest.jichitai a:hover .kana,
header nav.pc-menu .gnavi-nest.jichitai a:hover .jichitai-name,
header nav.pc-menu .gnavi-nest.jichitai a:hover .txt,
header nav.pc-menu .gnavi-nest a:hover {
  color: #E35E00;
}
header nav.pc-menu li .gnavi-nest .btn-close {
  display: block;
  width: 100%;
  height: 40px;
  max-width: 380px;
  margin: 20px auto 0;
  border: 1px solid #C7C2B7;
  border-radius: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}
header nav.pc-menu li .gnavi-nest .btn-close:hover {
  cursor: pointer;
}
.drawer-nav {
  position: fixed;
  overflow: hidden;
  width: 340px;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  background-color: #F8F6ED;
  z-index: 99999;
  transition: all 0.5s;
  transform: translateX(340px);
}
header .hun-menu {
  display: none;
}
/*
==================================================
main
==================================================
*/
.link-o a {
  color: #DD6D22;
  font-weight: bold;
  text-decoration: underline;
}
.inner {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
.wrap1080 .inner {
  max-width: 1180px;
  padding: 0 50px;
}
main h1 {
  overflow: hidden;
  position: relative;
  height: 120px;
  margin-bottom: 15px;
  text-align: center;
  background: url("../images/common/bg_ttl.png")repeat 0 0;
}
main h1 span.bg_illust {
  position: absolute;
  min-width: 1280px;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
}
main h1 span {
  display: block;
  height: 120px;
  opacity: 1;
  text-align: center;
}
main h1 img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
main h1 span.ttl-wrapper {
  position: absolute;
  height: fit-content;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
main h1 span.ttl-sub,
main h1 span.ttl-img,
main h1 span.ttl-txt,
main h1 span.ttl-txt-sub {
  height: auto;
  line-height: 1.6;
}
main h1 span.ttl-sub {
  padding-top: 6px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}
main h1 span.ttl-img {
  display: block;
  margin-bottom: 8px;
}
main h1 span.ttl-txt {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
main h1 span.ttl-txt-sub {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
main h2.line-y {
  padding: 4px 0 4px 14px;
  margin-bottom: 24px;
  border-left: 8px solid #EACC69;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.14;
  font-weight: bold;
}
main h2.line-b {
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1A1A1A;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}
.bottom-fix {
  position: fixed;
  padding: 8px 0;
  bottom: 0;
  width: 100%;
  background-color: #F5EADA;
  z-index: 9999;
}
main section {
  margin-bottom: 60px;
}
main section:last-child {
  margin-bottom: 0;
}
main .lead {
  margin-bottom: 75px;
}
main .box-serach-o {
  padding: 7px 20px;
  border-radius: 10px;
  background-color: #F5EADA;
}
main .box-o {
  padding: 18px 20px;
  background-color: #FFEFEF;
  text-align: center;
  font-weight: bold;
  color: #EA4800;
}
main .box-ly {
  padding: 63px 28px 50px;
  border-radius: 20px;
  border: 4px solid #E5CD77;
  background-color: #fff;
}
/* 2column */
.wrap1280 {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
.wrap1280 .inner {
  padding: 0;
}
.wrap1280 #main-contents {
  float: right;
  width: calc(100% - 316px);
  margin: 0 27px 0 49px;
  text-align: left;
}
.wrap1280 #sub-contents {
  float: left;
  width: 240px;
}
.wrap1280 #sub-contents .box {
  padding: 22px 20px 20px;
  border-radius: 20px;
  margin-bottom: 15px;
  background-color: #F8F6ED;
}
.wrap1280 #sub-contents .sub-ttl {
  padding-bottom: 17px;
  margin-bottom: 20px;
  border-bottom: 1px solid #B27B2A;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.wrap1280 #sub-contents .block {
  margin-bottom: 30px;
}
.wrap1280 #sub-contents .sub-cap a {
  display: block;
  padding: 8px 0;
  border-top: 1px solid #B27B2A;
  border-bottom: 1px solid #B27B2A;
  font-size: 18px;
  font-size: 1.8rem;
  color: #B27B2A;
  font-weight: bold;
}
.wrap1280 #sub-contents .sub-btn {
  margin-bottom: 30px;
}
.sub-btn {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sub-btn__img {
  margin-right: 5px;
}
.sub-btn__link {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 12px 7px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 10px;
}
.wrap1280 #sub-contents .block:last-child,
.wrap1280 #sub-contents .sub-btn:last-child,
.wrap1280 #sub-contents .sub-btn li:last-child {
  margin-bottom: 0;
}
.wrap1280 #sub-contents #sub-goods .sub-btn a {
  padding: 0 20px 0 77px;
  background: #fff url('../images/common/icon_channel_b.svg')no-repeat 17px center/36px auto;
}
.wrap1280 #sub-contents #sub-goods .sub-btn a img {
/*  position: absolute;
  */
  max-width: 98px;
  /*top: 50%;
  left: 77px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);*/
}
.wrap1280 #sub-contents #sub-goods .sub-btn li:nth-child(2) a {
  background: #fff url('../images/common/icon_ichioshi_b.svg')no-repeat 24px center/34px auto;
}
.wrap1280 #sub-contents #sub-goods .sub-btn li:nth-child(2) a img {
  max-width: 89px;
  left: 79px;
}
.wrap1280 #sub-contents .sub-link li .line {
  position: relative;
  display: block;
  height: 1px;
}
.wrap1280 #sub-contents .sub-link li a {
  display: block;
  padding: 11px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: url(../images/common/icon_noarrow_orange.svg) no-repeat right 0 center / 14px auto;
}
.wrap1280 #sub-contents small {
  font-size: 14px;
  font-size: 1.4rem;
}
.wrap1280 #sub-contents #sub-search-other .sub-link {
  border-top: 1px solid #B27B2A;
}
.wrap1280 #sub-contents #sub-search-other .sub-link li {
  border-bottom: 1px solid #B27B2A;
}
.wrap1280 #sub-contents #sub-search-other .sub-link li a {
  padding: 10px 0 9px;
  color: #B27B2A;
  font-size: 18px;
  font-size: 1.8rem;
}
/* pagenation */
.pagenation {
  font-size: 0;
  margin: 50px 0 0;
  text-align: center;
}
.pagenation li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-bottom: 10px;
  vertical-align: top;
}
.pagenation li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #C7C2B7;
  border-radius: 50%;
  line-height: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}
.pagenation li.prev,
.pagenation li.next {
  max-width: 200px;
  width: 18.5185%;
}
.pagenation li.prev {
  margin-right: 30px;
}
.pagenation li.next {
  margin-left: 22px;
}
.pagenation li.prev a {
  border-radius: 20px;
  background: #fff url('../images/common/icon_noarrow_l_b.svg') no-repeat 19px center/7.5px auto;
}
.pagenation li.next a {
  border-radius: 20px;
  background: #fff url('../images/common/icon_noarrow_r_b.svg') no-repeat right 19px center/7.5px auto;
}
.pagenation li.current a,
.pagenation li a:hover {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
  color: #fff;
}
.pagenation li.prev a:hover {
  background-image: url('../images/common/icon_noarrow_l_w.svg');
}
.pagenation li.next a:hover {
  background-image: url('../images/common/icon_noarrow_r_w.svg');
}
.pagenation li.page-dotted img {
  position: absolute;
  max-width: 16px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
/* path */
.path ul {
  margin-bottom: 20px;
  font-size: 0;
}
.path ul li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.path ul li a {
  color: #4C9DD8;
  text-decoration: underline;
}
.path ul li::after {
  content: ">";
  padding: 0 10px;
  font-weight: normal;
}
.path ul li:last-child::after {
  content: '';
}
/* .icon-rank */
main .icon-rank {
  position: absolute;
  width: 50px;
  height: 57px;
  padding: 7px 5px 5px;
  top: 0;
  left: 10px;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
main .icon-rank.no {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  line-height: 36px;
  top: 8px;
  left: 8px;
  background-color: #868686;
}
main .icon-rank.no1 {
  background: url('../images/common/icon_rank_01.svg')no-repeat 0 0/100% auto;
}
main .icon-rank.no2 {
  background: url('../images/common/icon_rank_02.svg')no-repeat 0 0/100% auto;
}
main .icon-rank.no3 {
  background: url('../images/common/icon_rank_03.svg')no-repeat 0 0/100% auto;
}
/* mypage-name */
.mypage-name {
  margin-bottom: 20px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
.mypage-name small {
  display: inline-block;
  margin-left: 7px;
  font-size: 18px;
  font-size: 1.8rem;
}
/* flow */
.input-flow {
  display: flex;
  max-width: 618px;
  width: 90%;
  margin: 0px auto 45px;
}
.input-flow.two {
  max-width: 398px;
}
.input-flow.four {
  max-width: 838px;
}
.input-flow li {
  position: relative;
  width: 33%;
  text-align: center;
}
.input-flow.two li {
  width: 50%;
}
.input-flow.four li {
  width: 25%;
}
.input-flow li::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  top: 10px;
  left: 0;
  right: 50%;
  transform: translateX(-50%);
  background: #707070;
  z-index: 0;
}
.input-flow li:first-child::after {
  content: none;
}
.input-flow li span {
  display: block;
  padding-top: 26px;
  font-weight: bold;
}
.input-flow li span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #1A1A1A;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.input-flow li.current span::before {
  background: #B25416;
  border: 1px solid #B25416;
}
.input-flow li.current span {
  color: #B25416;
}
.input-flow li:first-child.current:after {
  content: none;
}
/* form */
::-webkit-input-placeholder {
  color:#B7B7B7;
}
:-moz-placeholder {
  color:#B7B7B7;
}
::-moz-placeholder {
  color:#B7B7B7;
}
:-ms-input-placeholder {
  color:#B7B7B7;
}
form .error {
  padding-top: 3px;
  margin-bottom: 44px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #EA4800;
  font-weight: bold;
  text-align: center;
}
form td .error {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: left;
}
main form .input-form  input[type="text"].input-error,
main form .input-form  input[type="email"].input-error,
main form .input-form  input[type="password"].input-error,
main form .input-form  select.input-error,
main form .input-form  textarea.input-error {
  background-color: #FAEAE4;
}
main form .btn button:disabled,
main form .btn input[type="submit"]:disabled {
  background-color: #FFC49D;
}
main table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
main .input-wrapper {
  margin-bottom: 15px;
}
main .input-wrapper:last-of-type {
  margin-bottom: 35px;
}
main .f-cap {
  font-weight: bold;
}
main input[type="text"],
main input[type="password"] {
  width: 100%;
  padding: 6.5px;
  height: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #C6C2B8;
  border-radius: 4px;
  background-color: #fff;
}
main .multiple {
  font-size: 0;
}
main .size-m {
  display: inline-block;
  width: calc((100% - 20px) / 2 - .01px);
  margin-right: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
main .size-s {
  display: inline-block;
  max-width: 233px;
  width: calc((100% - 74px)/ 3 - .01px);
  margin-right: 37px;
  font-size: 18px;
  font-size: 1.8rem;
}
main .birth .size-s {
  display: inline-block;
  max-width: 100%;
  width: calc((100% - 28px) / 3 - .01px);
  margin-right: 14px;
}
main .birth .size-s span {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: text-top;
}
main .size-m:last-child,
main .size-s:last-child,
main .birth .size-s:last-child  {
  margin-right: 0;
}
/* .input-form */
main .req {
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-left: 12px;
  border-radius: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #D85624;
}
main .req.no-ml {
  margin-left: 0;
}
main .input-form {
  margin-bottom: 40px;
  border-top: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
}
main .input-form:last-child {
  margin-bottom: 0;
}
main .input-form input[type="text"] {
  width: 100%;
  padding: 1px 20px 0;
  border: 1px solid #1A1A1A;
  border-radius: 4px;
  background-color: #fff;
}
main .input-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
  background: transparent;
  width: 100%;
  min-height: 80px;
  padding: 10px 20px;
  border: 1px solid #1A1A1A;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.8rem;
}
main .input-form select {
  width: 100%;
  height: 40px;
  padding: 9px 20px;
  border: 1px solid #1A1A1A;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.8rem;
  text-overflow: '';
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../images/common/icon_select_down.svg") no-repeat right 14px center/12px auto;
}
main select.select-lg {
  width: 100%;
  height: 50px;
  padding: 9px 16px;
  border: 1px solid #C7C2B7;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.8rem;
  font-weight: bold;
  text-overflow: '';
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../images/common/icon_select_change.png") no-repeat right 14px center/8px auto;
}
main select.select-lg option {
  font-weight: normal;
}
main .birth .select-area {
  font-size: 0;
}
main .birth .size-s select {
  display: inline-block;
  width: calc(100% - 24px);
  max-width: 233px;
  margin-right: 6px;
}
main .sex select {
  max-width: 253px;
}
main form  input[type="checkbox"] {
  display: none;
}
main form label.check-form {
  position: relative;
  display: inline-block;
  width: auto;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
main form table label.check-form {
  width: 100%;
}
main form label.check-form::before {
  position: relative;
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  margin-top: 0;
  background: #F5F5F5;
  border: 1px solid #C6C2B8;
  border-radius: 4px;
  vertical-align: top;
}
main form label.check-form span {
  display: inline;
  margin-left: 10px;
}
main form input[type="checkbox"]:checked + label span::after {
  position: absolute;
  content: '';
  top: 8px;
  left: 8px;
  width: 8px;
  height: 6px;
  margin: auto;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
main form input[type="checkbox"]:checked + label::before {
  border-radius: 6px;
  background-color: #DD6D22;
  border-color: #DD6D22;
}
main form .radio li {
  min-height: 30px;
  margin-bottom: 16px;
}
main form .radio li:last-child {
  margin-bottom: 0;
}
main form .radio .inline-list {
  font-size: 0;
}
main form .radio .inline-list li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
}
main form .radio label {
  position: relative;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
main form .radio span {
  display: inline-block;
  width: calc(100% - 40px);
  padding-top: 3px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  word-break: break-all;
  vertical-align: top;
}
main form .radio label::before {
  position: static;
  display: inline-block;
  content: '';
  width: 28px;
  height: 28px;
  margin-right: 10px;
  left: 0;
  border: 1px solid #C6C2B8;
  border-radius: 50%;
  background: #F5F5F5;
  vertical-align: top;
}
main form input[type="radio"]:checked + span::after {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  top: 9px;
  left: 9px;
  background-color: #CF7336;
  border-radius: 50%;
}
main form input[type="radio"] {
  display: none;
}
main form .image-card {
  font-size: 0;
  margin-top: 10px;
}
main form .image-card li {
  display: inline-block;
  width: 56px;
  margin-right: 8px;
  margin-bottom: 0;
}
main form .image-card li.jcb {
  width: 53px;
}
main form .image-card li.amex {
  width: 39px;
}
main form .image-card li.diners {
  width: 46px;
}
main form .card-no input {
  max-width: 420px;
}
main form .card-limit td {
  font-size: 0;
}
main form .card-limit select {
  display: inline-block;
  max-width: 140px;
  margin-right: 20px;
  font-weight: bold;
}
main form .card-code input {
  max-width: 140px;
}
main .card-pass-area {
  position: relative;
  max-width: 140px;
}
main .card-pass-area span.field-icon {
  position: absolute;
  right: 10px;
  line-height: 40px;
}
main .input-form th {
  width: 250px;
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid #C6C2B8;
  font-weight: bold;
  text-align: left;
  background-color: #F8F6ED;
  vertical-align: top;
}
main .input-form td {
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid #C6C2B8;
  vertical-align: top;
}
main .input-form tr:last-child th,
main .input-form tr:last-child td {
  border-bottom: none;
}
main .input-form td .article {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C6C2B8;
}
main .input-form td .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
main .input-form td a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  font-weight: bold;
  text-decoration: underline;
}
main .input-form td .sub {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
main .price {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
}
main .price small {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
main .goods-image .image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
  text-align: center;
}
main .goods-image .image::before {
  content:"";
  display: block;
  padding-top: 69.9669%;
}
main .goods-image .image img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%);
}
main .jichitai-goods a {
  position: relative;
}
main .jichitai-goods .wrap-icon {
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 18px;
  right: -8px;
  top: -9px;
  z-index: 100;
}
main .input-form .delivery select {
  max-width: 420px;
  font-weight: bold;
}
main .input-form option {
  font-weight: normal;
}
main form .cam input {
  max-width: 420px;
}
main .pass-area {
  position: relative;
}
main .pass-area span.field-icon {
  position: absolute;
  right: 10px;
  line-height: 40px;
}
main .input-form input[type="password"] {
  width: 100%;
  padding: 1px 20px 0;
  border: 1px solid #1A1A1A;
  border-radius: 4px;
  background-color: #fff;
}
/* .btn */
main .btn-wrapper {
  width: 100%;
  max-width: 790px;
  font-size: 0;
  margin: 0 auto;
}
main .btn-wrapper .btn {
  display: inline-block;
  width: calc((100% - 30px) / 2 - .01px);
  margin-right: 30px;
  margin-top: 0;
}
main .btn-wrapper .btn:last-child {
  margin-right: 0;
}
input[type="submit"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main .btn  {
  max-width: 380px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
main .btn#logout-btn {
  max-width: 160px;
}
main .btn a,
main .btn input[type="submit"],
main .btn button {
  display: block;
  width: 100%;
  background: #DD6D22 url("../images/common/icon_arrow_r_w.svg") no-repeat right 20px center/14px auto;
  ;
  border-radius: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  box-shadow: 0 4px 0 rgba(206, 206, 206, 1);
}
main .btn-w a {
  display: block;
  width: 100%;
  background: #fff url("../images/common/icon_arrow_r_o.svg") no-repeat right 20px center/14px auto;
  border: 1px solid #DD6D22;
  border-radius: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #1A1A1A;
  text-align: center;
  line-height: 58px;
  font-weight: bold;
  box-shadow: 0 4px 0 rgba(206, 206, 206, 1);
}
main .btn-ol a  {
  display: block;
  width: 100%;
  background: #fff url("../images/common/icon_arrow_r_ol.svg") no-repeat right 20px center/14px auto;
  border: 1px solid #CF7336;
  border-radius: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #1A1A1A;
  text-align: center;
  line-height: 58px;
  font-weight: bold;
  box-shadow: 0 4px 0 rgba(206, 206, 206, 1);
}
main .btn-lg a  {
  display: block;
  width: 100%;
  background: #fff url("../images/common/icon_arrow_l_lg.svg") no-repeat 20px center/14px auto;
  border: 1px solid #C6C2B8;
  border-radius: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #1A1A1A;
  text-align: center;
  line-height: 58px;
  font-weight: bold;
  box-shadow: 0 4px 0 rgba(206, 206, 206, 1);
}
main .btn-rg a  {
  display: block;
  width: 100%;
  background: #fff url("../images/common/icon_arrow_r_lg.svg") no-repeat right 20px center/14px auto;
  border: 1px solid #C6C2B8;
  border-radius: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #1A1A1A;
  text-align: center;
  line-height: 58px;
  font-weight: bold;
  box-shadow: 0 4px 0 rgba(206, 206, 206, 1);
}
main .btn-g button {
  display: block;
  width: 100%;
  background: #B7B7B7;
  border-radius: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #1A1A1A;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  box-shadow: none;
}
main .btn-fav button {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #C7C2B7;
  border-radius: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #1A1A1A;
  text-align: center;
  line-height: 48px;
  font-weight: bold;
  box-shadow: none;
}
main .btn-fav button span.bg-fav {
  display: inline-block;
  min-height: 26px;
  padding-left: 35px;
  background: url("../images/common/icon_fav_off.png") no-repeat 0 center/26px auto;
}
main .btn#logout-btn a {
  background: #fff;
}
main .btn a:hover,
main .btn input[type="submit"]:hover,
main .btn button:hover {
  cursor: pointer;
}
header nav.pc-menu .gnavi-nest .btn-o a:hover,
.btn-o a:hover,
.btn-o button:hover,
.btn-o input[type="submit"]:hover {
  background-color: #B25416;
}
main .btn-wrapper#mypage-btn {
  max-width: 460px;
}
main .btn-wrapper#mypage-btn .btn a {
  font-size: 18px;
  font-size: 1.8rem;
}
main .btn-wrapper#mypage-btn .btn {
  width: 60.8695%;
  margin-right: 20px;
}
main .btn-wrapper#mypage-btn .btn:last-child {
  margin-right: 0;
}
/* #e404 */
#e404 main h1 {
  height: 120px;
  line-height: 120px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}
#e404 .path ul {
  margin-bottom: 52px;
}
#e404 main .lead {
  margin-bottom: 13px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
#e404 main .txt {
  margin-bottom: 55px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4444;
  text-align: center;
}
/* mypage-header */
#mypage-header .mypage-link-wrapper {
  max-width: 1180px;
  padding: 0 50px;
  margin: 0 auto;
  font-size: 0;
}
#mypage-header .mypage-link {
  display: inline-block;
  width: calc((100% - 5px) / 2 - .01px);
  margin-right: 5px;
}
#mypage-header .mypage-link-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mypage-header ul li {
  position: relative;
  width: calc((100% - 10px) / 3 - .01px);
  height: 96px;
  margin-right: 5px;
  vertical-align: top;
  background: url("../images/mypage/bg_mypage_menu.png")no-repeat 0 0/100% 100%;
}
#mypage-header ul li.current,
#mypage-header ul li:hover {
  cursor: pointer;
  background-image: url("../images/mypage/bg_mypage_menu_on.png");
}
#mypage-header .mypage-link:last-child,
#mypage-header ul li:last-child {
  margin-right: 0;
}
#mypage-header ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
}
#mypage-header ul li a span {
  position: absolute;
  display: inline-block;
  width: 100%;
  padding-top: 40px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#mypage-header .mypage-link li::before {
  position: absolute;
  display: block;
  content: '';
  width: 36px;
  height: 36px;
  top: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../images/mypage/mypageicon_favorite_pc.png")no-repeat 0 center/36px auto;
}
#mypage-header .mypage-link li:nth-child(2)::before {
  background-image: url("../images/mypage/mypageicon_coustomer_pc.png");
}
#mypage-header .mypage-link li:nth-child(3)::before {
  background-image: url("../images/mypage/mypageicon_card_pc.png");
}
#mypage-header .mypage-link:last-child li::before {
  background-image: url("../images/mypage/mypageicon_delivery_pc.png");
}
#mypage-header .mypage-link:last-child li:nth-child(2)::before {
  background-image: url("../images/mypage/mypageicon_cart_pc.png");
}
#mypage-header .mypage-link:last-child li:nth-child(3)::before {
  background-image: url("../images/mypage/mypageicon_simu_pc.png");
}
main .goods-list .block {
  margin-bottom: 50px;
}
main .goods-list .block a {
  position: relative;
  display: block;
}
main .goods-list a .image-wrapper,
main .jichitai-goods a .image-wrapper {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 4px;
}
main .goods-list .block a:hover .image,
#history-goods a:hover .image,
main .jichitai-goods a:hover .image {
  transform:scale(1.05);
}
main .goods-list .block a .goods-name,
main .goods-list .block a .jichitai-name,
main .goods-list .block a .area,
#history-goods a .image,
#history-goods a .goods-name,
main .goods-list .block a .sub,
main .jichitai-goods a .image  {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
main .goods-list .image-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 6px;
}
main .goods-list .image-wrapper .image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
main .goods-list .image-wrapper .image::before {
  content:"";
  display: block;
  padding-top: 70.5882%;
}
main .goods-list .image-wrapper .image img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%);
}
main .goods-list .wrap-icon {
  position: absolute;
  display: inline-block;
  width: 130px;
  height: 32px;
  right: -8px;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
    main .goods-list .wrap-icon {
        width: 110px;
    }
}
main .goods-list .image-wrapper .icon {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #C7C2B7;
  bottom: 8px;
  right: 8px;
  z-index: 200;
  background-color: #fff;
}
main .goods-list .image-wrapper .icon span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
main .goods-list .image-wrapper .icon span:hover {
  cursor: pointer;
}
main .goods-list .image-wrapper .icon img {
  position: absolute;
  width: 22px;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%);
}
main .goods-list .add-info-wrapper {
  margin-bottom: 2px;
  align-items: center;
}
main .goods-list .add-info-wrapper .city-name {
  width: calc(100% - 40px);
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #1A1A1A;
  font-weight: normal;
}
main .goods-list .add-info-wrapper .icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  z-index: 200;
  bottom: 0;
  right: 0;
  background-color: #F8F6ED;
}
main .goods-list .add-info-wrapper .icon span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
main .goods-list .add-info-wrapper .icon span:hover {
  cursor: pointer;
}
main .goods-list .add-info-wrapper .icon img {
  position: absolute;
  width: 22px;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit- transform: translate(-50%, -50%);
}
main .goods-list .goods-name {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4444;
  word-break: break-all;
  font-weight: bold;
}
main .goods-list .cate-list {
  font-size: 0;
}
main .goods-list .cate-list li {
  display: inline-block;
  padding: 6px 12px 5px;
  margin-right: 6px;
  margin-bottom: 6px;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #EAE6DE;
  font-weight: bold;
}
main .goods-list .goods-price {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: right;
  font-weight: bold;
}
main .goods-list .goods-price small {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
main .goods-list .jichitai-info .jichitai-thum {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
}
main .goods-list .jichitai-info .flex-box {
  justify-content: center;
  align-items: center;
}
main .goods-list .jichitai-info .jichitai-thum img {
  position: absolute;
  width: auto;
  max-width: none;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
main .goods-list .jichitai-info .txt-wrapper {
  width: calc(100% - 60px);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
main .goods-list .jichitai-info .area {
  display: block;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
}
main .goods-list .jichitai-info .jichitai-name {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
main .movie-name,
main .movie-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
main .feature-list .image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
main .feature-list .image img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
main .feature-list .image::before {
  content:"";
  display: block;
  padding-top: 40.5882%;
}
main .feature-list .txt {
  overflow: hidden;
  padding: 13px 18px;
  border-radius: 0 0 10px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
#history-goods a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
#history-goods .block {
  width: 12.7851%;
  max-width: 137px;
  margin-right: 20px;
}
#history-goods .cap {
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
#history-goods .cap:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #DBDBDB;
}
#history-goods .cap span {
  position: relative;
  padding: 0 20px 0 0;
  background: #fff;
}
#history-goods .image-wrapper {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 7px;
}
#history-goods .image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  text-align: center;
}
#history-goods .image::before {
  content:"";
  display: block;
  padding-top: 70.0729%;
}
#history-goods .image img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%);
}
#history-goods .wrap-icon {
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 18px;
  right: -8px;
  top: 1px;
  z-index: 100;
}
#history-goods .goods-name {
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}
#history-goods .price {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: right;
}
/* #no-items */
#no-items {
  padding-top: 50px;
}
#no-items .lead {
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
#no-items .txt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
/*
==================================================
footer
==================================================
*/
footer {
  position: relative;
  margin-top: 180px;
  background: url("../images/common/bg_ttl.png")repeat 0 0;
}
footer .inner {
  position: relative;
  max-width: 1220px;
  padding: 20px;
}
footer .wrap1080 .inner {
  padding: 60px 50px;
}
footer img  {
  vertical-align: middle;
}
footer .cap {
  padding: 14px 10px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #F8E8B1;
}
footer .block-wrapper {
  font-size: 0;
}
footer #footer-menu {
  margin-bottom: 60px;
}
footer #footer-menu .block {
  display: inline-block;
  max-width: 700px;
  width: 64.8148%;
  margin-right: 5.5092%;
}
footer #footer-menu .block:last-child {
  display: inline-block;
  max-width: 320px;
  width: 29.6296%;
  margin-right: 0;
  vertical-align: top;
}
footer #footer-menu .block .ttl {
  margin-bottom: 11px;
}
footer #footer-menu .block .ttl a {
  display: block;
  background: url("../images/common/footer/icon_arrow_r_w.svg")no-repeat right 14px center/7.5px auto;
}
footer #footer-menu .block:last-child li a {
  display: block;
  background: url("../images/common/footer/icon_arrow_r_w.svg")no-repeat right 14px center/7.5px auto;
}
footer #footer-menu .block .list-wrapper {
  font-size: 0;
  padding-left: 20px;
}
footer #footer-menu .block:first-child .list {
  display: inline-block;
  vertical-align: top;
}
footer #footer-menu .block:first-child .list:last-child {
  padding-left: 20px;
}
footer #footer-menu .block:first-child ul {
  display: inline-block;
  width: calc((100% - 60px) / 2 - .01px);
  margin-right: 40px;
  vertical-align: top;
}
footer #footer-menu .block:first-child ul:last-child {
  margin-right: 20px;
}
footer #footer-menu .block:first-child .list:last-child ul {
  width: calc((100% - 40px) / 2 - .01px);
}
footer #footer-menu .block:first-child .list:last-child ul:last-child {
  margin-right: 0;
}
footer #footer-menu .block:first-child ul li {
  margin-bottom: 13px;
}
footer #footer-menu .block:first-child .article:last-child .ttl {
  line-height: 49px;
}
footer #footer-menu .block:first-child .article:last-child .list {
  width: 100%;
  padding-left: 0;
}
footer #footer-menu .block:first-child .article:last-child ul {
  width: calc((100% - 80px) / 3 - .01px);
}
footer .block li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
footer #footer-menu .block:first-child .article#footer-goods ul {
  display: flex;
  width: 100%;
  margin-right: 0;
}
footer #footer-menu .block:first-child .article#footer-goods ul li {
  width: calc((100% - 120px) / 4 - .01px);
  margin-right: 40px;
  width: calc((100% - 80px) / 5 - .01px);
  margin-right: 20px;
}
footer #footer-other-menu .block {
  display: inline-block;
  width: calc((100% - 120px) / 3 - .01px);
  margin-right: 60px;
  vertical-align: top;
}
footer #footer-other-menu .block:last-child {
  margin-right: 0;
}
footer #footer-other-menu .block .ttl {
  padding: 14px 10px;
  margin-bottom: 0;
  text-align: center;
  background-color: #F8E8B1;
  font-weight: bold;
}
footer #footer-other-menu .block:last-child .ttl {
  margin-bottom: 16px;
}
footer #footer-other-menu .block #sns-icon {
  padding-bottom: 16px;
  border-bottom: 1px solid #F8E8B1;
}
footer #footer-other-menu .block #sns-icon .ttl {
  padding: 12px 0 12px;
  margin-bottom: 0;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: inherit;
  font-weight: bold;
}
footer #footer-other-menu .block #sns-icon  li {
  display: inline-block;
}
footer #footer-other-menu .block li a {
  display: block;
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #F8E8B1;
  font-size: 18px;
  font-size: 1.8rem;
  background: url("../images/common/footer/icon_arrow_r_w.svg")no-repeat right 14px center/7.5px auto;
  background: none;
}
footer #footer-other-menu .block #sns-icon li a {
  padding: 0;
  margin-right: 18px;
  background: none;
  border: none;
}
footer .btn {
  margin-bottom: 10px;
}
footer #footer-other-menu .block li .btn-w a {
  position: relative;
  display: block;
  width: 100%;
  min-height: 60px;
  padding: 0;
  border: none;
  background: #fff url("../images/common/icon_arrow_r_b.svg") no-repeat right 15px center/14px auto;
  border-radius: 30px;
  font-size: 1.5vw;
  line-height: 1.3;
  color: #000;
  text-align: center;
  font-weight: bold;
}
footer #footer-other-menu .block li .btn-w a span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
footer #footer-logo-area {
  background-color: #fff;
}
footer #footer-logo-area .flex-box {
  justify-content: center;
  align-items: center;
}
footer #footer-logo {
  width: 205px;
  margin-right: 60px;
}
footer #footer-logo-area ul {
  width: calc(100% - 385px - .01px);
  font-size: 0;
}
footer #footer-logo-area ul li {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  vertical-align: middle;
  border-right: 1px solid #707070;
}
footer #footer-logo-area ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
footer #footer-logo-area ul li a {
  padding: 6px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
footer #footer-menu .blockli a img {
  width: 44px;
}
footer #footer-logo-area #copyright {
  width: 120px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}
footer #goto-top {
  position: fixed;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  right: 20px;
  bottom: 72px;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  z-index: 200;
}
footer #goto-top a {
  display: block;
  padding: 24px 21px 28px;
}
footer #goto-top a img {
  vertical-align: middle;
}
footer .cap img {
  width: 132px;
}
footer #footer-menu .block .ttl img {
  max-width: 113px;
}
footer #footer-menu .block:first-child .article:last-child .ttl img {
  max-width: 155px;
}
footer #footer-other-menu .block .ttl img {
  width: 220px;
}
footer #footer-other-menu .block:last-child img {
  max-width: 132px;
}
footer a:hover,
footer #footer-other-menu .block li .btn-w a:hover {
  color: #E35E00;
}
/*
==================================================
modal
==================================================
*/
.remodal-overlay {
  background-color: rgba(103,103,103,.5);
  z-index: 100;
}
.modal.remodal {
  max-width: 960px;
  width: 90%;
}
.modal .modal-block {
  position: relative;
  margin: 50px 0;
  background-color: #fff;
  border-radius: 20px 20px 0px 0px;
  text-align: left;
  z-index: 200;
}
.modal .modal-block .block-inner {
  overflow-y: scroll;
  height: 90vh;
  max-height: 900px;
  padding: 30px 50px;
}
.modal h2 {
  margin-bottom: 25px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.modal h3 {
  padding: 6px 10px 5px;
  margin-bottom: 15px;
  border-top: 1px solid #C7C2B7;
  border-bottom: 1px solid #C7C2B7;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #EAE6DE;
}
.modal h3 span {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
.modal .modal-block .btn-close {
  overflow: hidden;
  position: absolute;
  width: 100px;
  height: 100px;
  right: -36px;
  top: -36px;
  border-radius: 50px;
}
.modal .modal-block .btn-close button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #DD6D22;
  color: #fff;
}
.modal .modal-block .btn-close button:hover {
  cursor: pointer;
  opacity: 1;
}
.modal .modal-block table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.modal .modal-block .multiple {
  font-size: 0;
}
.modal .modal-block .size-m {
  display: inline-block;
  width: calc((100% - 20px) / 2 - .01px);
  margin-right: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.modal .modal-block .size-s {
  display: inline-block;
  max-width: 233px;
  width: calc((100% - 40px)/ 3 - .01px);
  margin-right: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.modal .modal-block .size-m:last-child,
.modal .modal-block .size-s:last-child  {
  margin-right: 0;
}
/* .input-form */
.modal .modal-block .req {
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-left: 12px;
  border-radius: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #D85624;
}
.modal .modal-block .input-form {
  margin-bottom: 49px;
  border-top: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
}
.modal .modal-block .input-form:last-child {
  margin-bottom: 0;
}
.modal .modal-block .input-form input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 1px 20px 0;
  border: 1px solid #1A1A1A;
  border-radius: 4px;
  background-color: #fff;
}
.modal .modal-block .input-form select {
  width: 100%;
  height: 40px;
  padding: 9px 20px;
  border: 1px solid #1A1A1A;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.8rem;
  text-overflow: '';
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../images/common/icon_select_down.svg") no-repeat right 14px center/12px auto;
}
.modal .modal-block form input[type="checkbox"],
.modal .modal-block form li input[type="radio"] {
  display: none;
}
.modal .modal-block form label.check-form {
  position: relative;
  display: inline-block;
  width: auto;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.modal .modal-block form table label.check-form {
  width: 100%;
}
.modal .modal-block form label.check-form::before {
  position: relative;
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  margin-top: 0;
  background: #F5F5F5;
  border: 1px solid #C6C2B8;
  border-radius: 4px;
  vertical-align: top;
}
.modal .modal-block form label.check-form span {
  display: inline-block;
  width: calc(100% - 36px);
  margin-left: 10px;
}
.modal .modal-block form input[type="checkbox"]:checked + label::before {
  border-radius: 6px;
  background-color: #DD6D22;
  border-color: #DD6D22;
}
.modal form label.check-form::before {
  position: relative;
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  margin-top: 0;
  background: #F5F5F5;
  border: 1px solid #C6C2B8;
  border-radius: 4px;
  vertical-align: top;
}
.modal form label.check-form {
  position: relative;
  display: inline-block;
  width: auto;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.modal form input[type="checkbox"]:checked + label.check-form span::after {
  position: absolute;
  content: '';
  top: 7px;
  left: 7px;
  width: 11px;
  height: 7px;
  margin: auto;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .modal-block .block {
  margin-bottom: 16px;
}
.modal .modal-block ul {
  font-size: 0;
}
.modal .modal-block li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.modal label.check-btn {
  cursor: pointer;
  display: inline-block;
  padding:8px 15px 8px 14px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #F8F6ED;
  border-radius: 20px;
}
.modal input[type="checkbox"].checkbox-btn {
  display: none;
}
.modal input[type="checkbox"].checkbox-btn:checked + label.check-btn,
.modal li input[type="radio"].checkbox-btn:checked + label.check-btn {
  background-color: #1A1A1A;
  color: #fff;
}
.modal .modal-block .input-form th {
  width: 250px;
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid #C6C2B8;
  font-weight: bold;
  text-align: left;
  background-color: #F8F6ED;
  vertical-align: top;
}
.modal .modal-block .input-form td {
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid #C6C2B8;
  vertical-align: top;
}
.modal .modal-block .input-form tr:last-child th,
.modal .modal-block .input-form tr:last-child td {
  border-bottom: none;
}
.modal .modal-block .input-form td .article {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C6C2B8;
}
.modal .modal-block .input-form td .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.modal .modal-block .input-form td a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.modal .modal-block .input-form td .sub {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.modal .modal-block #price li {
  width: calc((100% - 40px) / 6 - .1px);
  margin-right: 8px;
}
.modal .modal-block #sort li {
  width: calc((100% - 30px) / 4 - .1px);
  margin-right: 10px;
}
.modal .modal-block #outputnum li {
  width: calc((100% - 24px) / 3 - .1px);
  margin-right: 12px;
}
.modal .modal-block #price li:last-child,
.modal .modal-block #sort li:last-child,
.modal .modal-block #outputnum li:last-child {
  margin-right: 0;
}
.modal .modal-block #price label.check-btn,
.modal .modal-block #sort label.check-btn,
.modal .modal-block #outputnum label.check-btn {
  width: 100%;
  padding: 8px 0;
  text-align: center;
}
.modal .modal-block ul#cate li.open {
  border-color: #DD6D22;
}
.modal .modal-block ul#cate li:last-child {
  border-bottom: 1px solid #DBDBDB;
}
.modal .modal-block ul#cate li .sub-list li:first-child {
  border-top: 1px solid #DBDBDB;
}
.modal .modal-block ul#cate li .sub-list li:last-child {
  border-bottom: none;
}
.modal .modal-block ul#cate li .sub-list.color li:first-child {
  border-color: #DD6D22;
}
.modal .modal-block ul#cate li {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
  border-top: 1px solid #DBDBDB;
}
.modal .modal-block ul#cate li:first-child {
  border-top: none;
}
.modal .modal-block ul#cate li label {
  position: relative;
  width: 100%;
  padding: 8px 0;
}
.modal .modal-block ul#cate li .icon {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 28px;
  height: 28px;
}
.modal .modal-block ul#cate li .icon:hover {
  cursor: pointer;
}
.modal form ul#cate li input[type="checkbox"]:checked + label.check-form span::after {
  top: 15px;
}
.modal form ul#cate li .sub-list input[type="checkbox"]:checked + label.check-form span::after {
  left: 33px;
}
.modal .modal-block ul#cate li .sub-list {
  display: none;
}
.modal .modal-block ul#cate li .sub-list label {
  padding-left: 26px;
  background: none;
}
.modal .modal-block .btn-o  {
  max-width: 380px;
  width: 100%;
  height: 60px;
  margin: 0 auto 30px;
}
.modal .btn-wrapper .btn.btn-lg input  {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  text-align: center;
  line-height: 58px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  box-shadow: none;
}
.modal .modal-block .btn-o button {
  display: block;
  width: 100%;
  background: #DD6D22 url("../images/common/icon_arrow_r_w.svg") no-repeat right 20px center/14px auto;
  ;
  border-radius: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  box-shadow: 0 4px 0 rgba(206, 206, 206, 1);
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width:768px){
  .pc {
    display: none !important;
  }
  .sp
  {
    display: block !important;
  }
  .cam-txt a {
    min-height: 24px;
    padding: 1px 5px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  main .goods-list .block a:hover .goods-name,
  main .goods-list .block a:hover .jichitai-name,
  main .goods-list .block a:hover .area,
  #history-goods a:hover .goods-name,
  main .goods-list .block  a:hover .sub,
  main .jichitai-goods a:hover .goods-name,
  .wrap1280 #sub-contents #sub-search-other .sub-link li a:hover,
  .wrap1280 #sub-contents .sub-link li a:hover,
  .header-navi li a:hover,
  main .btn-lg a:hover,
  main .btn-rg a:hover,
  main .btn-lg button:hover,
  main .btn-w a:hover,
  main select,
  button {
    color: #1A1A1A;
  }
  header nav.pc-menu .gnavi-nest .btn-o a:hover,
  .btn-o a:hover,
  .btn-o button:hover,
  .btn-o input[type="submit"]:hover,
  main .btn a:hover {
    background-color: #DD6D22;
  }
  main .btn-w a:hover {
    background-color:#fff;
  }
  main .goods-list .block a:hover .image,
  #history-goods a:hover .image,
  main .jichitai-goods a:hover .image {
    transform:none;
  }
  a:hover,
  .youtube:hover,
  .thumbnail:hover {
    cursor: default;
  }
  .pagenation li.current a,
  .pagenation li a:hover {
    background: #fff;
    border-color: #C7C2B7;
    color: #1A1A1A;
  }
  .pagenation li.current a {
    background-color: #1A1A1A;
    border-color: #1A1A1A;
    color: #fff;
  }
  .pagenation li.prev a:hover {
    background: #fff url('../images/common/icon_noarrow_l_b.svg') no-repeat 12px center/6px auto;
    border-color: #C7C2B7;
    color: #1A1A1A;
  }
  .pagenation li.next a:hover {
    background: #fff url('../images/common/icon_noarrow_r_b.svg') no-repeat right 12px center/6px auto;
    border-color: #C7C2B7;
    color: #1A1A1A;
  }
  #mypage-header ul li:hover,
  #mypage-header ul li:hover a,
  #mypage-header ul li:hover {
    cursor: default;
    background: #EFEFEF;
  }
  main .goods-list .image-wrapper .icon span:hover,
  main .goods-list .add-info-wrapper .icon span:hover,
  .modal .modal-block .btn-close button:hover,
  .modal .modal-block ul#cate li .icon:hover,
  main .box-serach-o select:hover {
    cursor: default;
  }
  footer a:hover,
  footer #footer-other-menu .block li .btn-w a:hover {
    color: #1A1A1A;
  }
  body {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .bg-y {
    padding: 60px 0;
  }
  .wrap1280 .inner,
  .inner,
  .wrap1080 .inner {
    padding: 0 16px;
  }
  .wrap1280 {
    padding: 0;
  }
  .wrap1280 #main-contents {
    float: none;
    width: 100%;
    margin: 0;
  }
  .wrap1280 #sub-contents {
    display: none;
  }
  @media screen and (max-width:768px) {
    .wrap1280 .inner.--sppadding {
      padding: 0;
    }
  }
  /* 20220822 追記 */
  main {
    padding-top: 110px;
  }
  main.cam-txt-line01 {
    padding-top: 134px;
  }
  main.cam-txt-line02 {
    padding-top: 150px;
  }
  /* 20220822 追記ここまで */
  main.cam-top {
    padding-top: 135px;
  }
  main h1,
  main h1 span {
    height: 70px;
  }
  main h1 {
    margin-bottom: 12px;
  }
  main h1 span.ttl-sub {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  main h1 span.ttl-img {
    padding-top: 10px;
    margin-bottom: 6px;
  }
  main h1 span.ttl-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
  main h1 span.ttl-txt-sub {
  font-size: 13px;
  font-size: 1.3rem;
  }
  main h2.line-y {
    padding: 8px 0 7px 14px;
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  main h2.line-b {
    padding-bottom: 7px;
    margin-bottom: 17px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .pagenation {
    margin: 40px 0 0;
  }
  .pagenation li {
    width: 34px;
    height: 34px;
    margin: 10px 4px 10px 0;
  }
  .pagenation li.prev,
  .pagenation li.next {
    display: block;
    width: 120px;
    margin: 0 auto;
  }
  .pagenation li a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 32px;
  }
  .pagenation li.prev a {
    background-size: 6px auto;
    background-position: 12px center;
  }
  .pagenation li.next a {
    background-size: 6px auto;
    background-position: right 12px center;
  }
  .path ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .path ul li::after {
    padding: 0 8px;
  }
  main .icon-rank.no {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .mypage-name {
    margin-bottom: 24px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .mypage-name {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .input-flow.two {
    width: 66.76384%;
  }
  main .lead {
    margin-bottom: 35px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
  main .box-serach-o {
    padding: 25px 20px 12px;
  }
  main .box-o {
    padding: 27px 16px 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
  main .box-ly {
    padding: 32px 28px 46px;
  }
  form .error {
    padding: 0;
    margin-bottom: 22px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  main .input-wrapper {
    margin-bottom: 12px;
  }
  main .input-wrapper:last-of-type {
    margin-bottom: 20px;
  }
  ::-webkit-input-placeholder {
    color:#C7C2B7;
  }
  :-moz-placeholder {
    color:#C7C2B7;
  }
  ::-moz-placeholder {
    color:#C7C2B7;
  }
  :-ms-input-placeholder {
    color:#C7C2B7;
  }
  main input[type="text"],
  main input[type="password"] {
    height: 50px;
    padding: 12px 11px 11px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  main .req {
    margin-left: 18px;
    vertical-align: top;
  }
  main .req.no-ml {
    margin-left: 18px;
  }
  main .input-form {
    margin-bottom: 36px;
  }
  main .input-form th {
    display: block;
    width: 100%;
    padding: 13px 20px;
    border-bottom: none;
  }
  main .input-form td {
    display: block;
    width: 100%;
    padding: 14px 0 25px;
  }
  main .input-form .name .size-m {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  main .input-form .name .size-m:first-child {
    margin-bottom: 14px;
  }
  main .input-form input[type="text"] {
    padding: 12px 11px 11px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  main .input-form textarea {
    padding: 15px 14px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  main .input-form .post .size-m:first-child {
    width: 48.3965%;
    margin-right: 0;
  }
  main .input-form .post .size-m:last-child {
    width: 51.6035%;
    text-align: right;
  }
  main .input-form td .sub {
    font-size: 13px;
    font-size: 1.3rem;
  }
  main .input-form select {
    height: 50px;
    padding: 17px 11px 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  main .input-form .tel td {
    padding-right: 21px;
  }
  main .input-form .size-s {
    margin-right: 36px;
  }
  main .input-form .birth .size-s {
    margin-right: 14px;
  }
  main .input-form .size-s:last-child,
  main .input-form .birth .size-s:last-child {
    margin-right: 0;
  }
  main .input-form .sex select {
    max-width: none;
  }
  main .input-form .mail .size-m,
  main .input-form .pass .size-m {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  main .input-form td .article {
    margin-bottom: 15px;
  }
  .input-flow {
    margin-bottom: 26px;
  }
  .input-flow.four {
    max-width: none;
    width: 100%;
  }
  main form label span,
  main form .radio span {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .input-flow li span {
    padding-top: 24px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .input-flow li span::before {
    width: 14px;
    height: 14px;
  }
  .input-flow li::after {
    top: 8px;
  }
  .input-flow li span {
    padding-top: 22px;
  }
  main form .card-no input,
  main form .card-code input,
  main .input-form .delivery select,
  main form .cam input {
    max-width: none;
  }
  main form .card-limit select {
    max-width: 130px;
  }
  main .pass-area span.field-icon {
    line-height: 50px;
  }
  main .btn-wrapper {
    max-width: 100%;
  }
  main .btn-wrapper .btn,
  main .btn-wrapper .btn:last-child {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  main .btn-wrapper .btn:first-child {
    margin-bottom: 14px;
  }
  main .btn  {
    max-width: 280px;
    height: 50px;
  }
  main .btn-o a,
  main .btn-o input[type="submit"],
  main .btn-o button {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 50px;
    background-position: right 15px center;
    box-shadow: 0 3px 0 rgba(206, 206, 206, 1);
  }
  main .btn-ol a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 48px;
    background-position: right 15px center;
    box-shadow: 0 3px 0 rgba(206, 206, 206, 1);
  }
  main .btn-w a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 48px;
    background-position: right 15px center;
    box-shadow: 0 3px 0 rgba(206, 206, 206, 1);
  }
  main .btn-lg a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 48px;
    background-position: 15px center;
    box-shadow: 0 3px 0 rgba(206, 206, 206, 1);
  }
  main .btn-rg a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 48px;
    background-position: right 15px center;
    box-shadow: 0 3px 0 rgba(206, 206, 206, 1);
  }
  main .btn-g button {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 50px;
    background-position: 15px center;
    box-shadow: none;
  }
  main .btn-wrapper#mypage-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .btn-wrapper#mypage-btn .btn {
    display: block;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main .btn-wrapper#mypage-btn .btn:last-child {
    margin: 0 auto 15px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  #e404 main h1 {
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #e404 .path ul {
    margin-bottom: 54px;
  }
  #e404 main .lead {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545;
    font-weight: bold;
    text-align: left;
  }
  #e404 main .txt {
    margin-bottom: 27px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7333;
    text-align: left;
  }
  #mypage-header .mypage-link-wrapper {
    padding: 0 16px;
  }
  #mypage-header .mypage-link {
    display: inline-block;
    width: calc((100% - 11px) / 2 - .01px);
    margin-right: 11px;
  }
  #mypage-header ul li {
    overflow: hidden;
    width: 100%;
    height: 54px;
    margin-right: 0;
    margin-bottom: 11px;
    border-radius: 6px;
    border: 2px solid #EFEFEF;
    background: none;
  }
  #mypage-header ul li:nth-child(2n) {
    margin-right: 0;
  }
  #mypage-header ul li a {
    background-color: #EFEFEF;
    text-align: left;
  }
  #mypage-header ul li:last-child {
    margin-right: 0;
  }
  #mypage-header ul li::before {
    display: none;
  }
  #mypage-header ul li a span {
    padding-top: 0;
    padding-left: 40px;
  }
  #mypage-header ul li a::before {
    position: absolute;
    display: block;
    content: '';
    width: 26px;
    height: 26px;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    background: url("../images/mypage/mypageicon_favorite_sp.png")no-repeat 0 center/26px auto;
  }
  #mypage-header ul li:nth-child(2) a::before {
    background-image: url("../images/mypage/mypageicon_coustomer_sp.png");
  }
  #mypage-header ul li:nth-child(3) a::before {
    background-image: url("../images/mypage/mypageicon_card_sp.png");
  }
  #mypage-header .mypage-link:last-child li a::before {
    background-image: url("../images/mypage/mypageicon_delivery_sp.png");
  }
  #mypage-header .mypage-link:last-child li:nth-child(2) a::before {
    background-image: url("../images/mypage/mypageicon_cart_sp.png");
  }
  #mypage-header .mypage-link:last-child li:nth-child(3) a::before {
    background-image: url("../images/mypage/mypageicon_simu_sp.png");
  }
  #mypage-header ul li.current {
    background: #fff;
    border: 2px solid #C6C2B8;
  }
  #mypage-header ul li.current a {
    background: #fff;
  }
  main .goods-list .image-wrapper .image-wrapper {
    margin-bottom: 8px;
  }
  main .goods-list .add-info-wrapper .city-name {
    width: calc(100% - 28px);
  }
  main .goods-list .image-wrapper .icon,
  main .goods-list .add-info-wrapper .icon {
    width: 28px;
    height: 28px;
  }
  main .goods-list .image-wrapper .icon span,
  main .goods-list .add-info-wrapper .icon span {
    padding: 6px;
  }
  main .goods-list .add-info-wrapper .icon img {
    width: 16px;
  }
  main .goods-list .goods-name {
    margin-bottom: 3px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3333;
  }
  main .goods-list .cate-list li {
    padding: 6px 6px 5px;
  }
  main .goods-list .goods-price {
    font-size: 22px;
    font-size: 2.2rem;
  }
  main .goods-list .goods-price small {
    font-size: 15px;
    font-size: 1.5rem;
  }
  main .goods-list .jichitai-info .area {
    font-size: 11px;
    font-size: 1.1rem;
  }
  main .goods-list .jichitai-info .jichitai-thum {
    width: 36px;
    height: 36px;
  }
  main .feature-list .txt {
    padding: 10px 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #history-goods .cap {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #history-goods .cap span {
    padding-right: 15px;
  }
  #history-goods .block {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 22px;
  }
  #history-goods .block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #history-goods .image {
    display: inline-block;
    width: 130px;
    margin-bottom: 0;
  }
  #history-goods .txt-wrapper {
    position: relative;
    width: calc(100% - 130px);
    padding-left: 14px;
  }
  #history-goods .txt-wrapper .price {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #history-goods .wrap-icon {
    left: 48px;
  }
  main .jichitai-goods .wrap-icon {
    left: calc(37.9009% - 83px);
  }
  /* #no-items */
  #no-items .lead {
    margin-bottom: 24px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #no-items .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
  footer {
    margin-top: 120px;
  }
  footer .inner {
    position: relative;
    max-width: 1280px;
    padding: 0 16px;
  }
  footer .wrap1080 .inner {
    padding: 50px 16px;
  }
  footer #footer-menu {
    margin-bottom: 40px;
  }
  footer #footer-menu .block,
  footer #footer-menu .block:last-child,
  footer #footer-other-menu .block {
    display: block;
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
  footer #footer-menu .block .ttl {
    margin-bottom: 16px;
  }
  footer #footer-menu .block .list-wrapper {
    padding-left: 0;
  }
  /*footer #footer-menu .block:first-child  {
    margin-bottom: 20px;
  }*/
  footer #footer-menu .block:first-child ul,
  footer #footer-menu .block:first-child ul:last-child,
  footer #footer-menu .block:first-child .list:last-child ul,
  footer #footer-menu .block:first-child .article:last-child ul  {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  footer #footer-menu .block .list {
    display: inline-block;
    width: calc(100% / 2 - .01px);
    vertical-align: top;
    padding-left: 17px;
  }
  footer #footer-menu .block:first-child .list:last-child {
    padding-left: 18px;
  }
  footer #footer-menu .block:first-child .article:last-child .list {
    padding-left: 17px;
  }
  footer #footer-menu .block:first-child .article {
    margin-bottom: 40px;
    border-bottom: 1px solid #F8E8B1;
  }
  footer #footer-menu .block:first-child .article#footer-goods ul li {
    width: calc(100% / 2 - .01px);
    margin-right: 0;
    padding-left: 17px;
  }
  footer #footer-other-menu .block {
    margin-bottom: 40px;
  }
  footer #footer-other-menu .block:last-child {
    margin-bottom: 0;
  }
  footer #footer-other-menu .block li a {
    padding: 10px 20px 10px 0;
    background-position: right 12px center;
  }
  footer #footer-other-menu .block #sns-icon .ttl {
    padding: 14px 0;
  }
  footer #footer-other-menu .block li .btn-w a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  footer #footer-logo-area {
    padding: 40px 0 30px;
  }
  footer #footer-logo {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 28px;
  }
  footer #footer-logo-area ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
    text-align: center;
  }
  footer #footer-logo-area ul li {
    padding-right: 12px;
    margin-right: 12px;
    margin-bottom: 10px;
  }
  footer #footer-logo-area ul li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  footer #footer-logo-area #copyright {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer #goto-top {
    width: 50px;
    height: 50px;
  }
  footer #goto-top a {
    padding: 17px 15px 20px;
  }
  footer #goto-top img {
    width: 20px;
  }
  #history-goods .txt-wrapper .price{
    font-weight: bold;
  }
  .modal .modal-block {
    margin: auto;
  }
  .modal .modal-block .btn-close {
    width: 70px;
    height: 70px;
    right: -15px;
    top: -15px;
  }
  .modal .modal-block .block-inner {
    padding: 30px 20px;
  }
  .modal h2 {
    margin-bottom: 15px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .modal .modal-block .input-form {
    margin-bottom: 36px;
  }
  .modal .modal-block .input-form th {
    display: block;
    width: 100%;
    padding: 13px 20px;
    border-bottom: none;
  }
  .modal .modal-block .input-form td {
    display: block;
    width: 100%;
    padding: 14px 0 25px;
  }
  .modal .modal-block .input-form .name .size-m {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .modal .modal-block .input-form .name .size-m:first-child {
    margin-bottom: 14px;
  }
  .modal .modal-block .input-form input[type="text"] {
    padding: 12px 11px 11px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modal .modal-block .input-form textarea {
    padding: 15px 14px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modal .modal-block .input-form .post .size-m:first-child {
    width: 48.3965%;
    margin-right: 0;
  }
  .modal .modal-block .input-form .post .size-m:last-child {
    width: 51.6035%;
    text-align: right;
  }
  .modal .modal-block .input-form td .sub {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .modal .modal-block .input-form select {
    height: 50px;
    padding: 17px 11px 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modal .modal-block .input-form .tel td {
    padding-right: 21px;
  }
  .modal .modal-block form label.check-form span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modal .modal-block input-form .size-s {
    margin-right: 36px;
  }
  .modal label.check-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modal .modal-block #price li {
    width: calc((100% - 20px) / 3 - .1px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .modal .modal-block #sort li {
    width: calc((100% - 11px) / 2 - .1px);
    margin-right: 11px;
  }
  .modal .modal-block #price li:nth-child(3n),
  .modal .modal-block #price li:last-child,
  .modal .modal-block #sort li:nth-child(2n),
  .modal .modal-block #sort li:last-child {
    margin-right: 0;
  }
  .modal .modal-block #price label.check-btn,
  .modal .modal-block #sort label.check-btn {
    width: 100%;
    padding: 8px 0;
    text-align: center;
  }
  .modal .modal-block .btn-o {
    height: 50px;
  }
  .modal .btn-wrapper .btn.btn-lg input,
  .modal .modal-block .btn-o button {
    height: 50px;
    line-height: 50px;
  }
  .slick-arrow {
    position: absolute;
    width: 32px;
    height: 32px;
    opacity:0.7;
    z-index:10;
  }
  .slick-next {
    right: 8px;
    background: transparent url(../images/common/slide_icon_next_w.png) no-repeat center center/contain;
    border: none;
    outline: none;
    appearance:none;
    opacity: 1;
  }
  .slick-prev {
    left: -8px;
    background: transparent url(../images/common/slide_icon_prev_w.png) no-repeat center center/contain;
    border: none;
    outline: none;
    appearance:none;
    opacity: 1;
  }
  nav.pc-menu,
  header .sub-txt,
  header .login-btn {
    display: none;
  }
  header {
    padding: 0;
    z-index: 999;
  }
  header .header-logo {
    width: 153px;
    padding: 0 0 0 16px;
  }
  header #logo-img {
    width: 137px;
    margin-right: 0;
  }
  header .inner {
    position: relative;
    padding: 0;
  }
  header .search-area {
    position: absolute;
    width: 100%;
    padding: 7px 16px;
    max-width: none;
    height: 50px;
    bottom: -50px;
    left: 0;
    background-color: #F8E8B1;
    box-shadow: 0px 1px 2px #00000029;
  }
  .login-after .search-area {
    width: 100%;
  }
  .search-area button {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 10px;
    background-color: #fff;
    background-size: 21px 21px;
  }
  .header-navi {
    vertical-align: top;
  }
  .login-after .header-navi ul {
    width: auto;
  }
  .login-after .header-navi {
    width: calc(100% - 153px);
  }
  .header-navi ul {
    margin-left: 0;
    width: auto;
  }
  .header-navi ul li,
  .header-navi ul li:nth-child(3),
  .header-navi ul li:nth-child(4) {
    vertical-align: top;
    margin-right: 10px;
  }
  .header-navi ul li a {
    padding-top: 37px;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
  }
  .login-after .header-navi li:first-child {
    display: none !important;
  }
  .login-after .header-navi li:first-child a {
    background-size: 30px auto;
    background-position: center 7px;
  }
  .header-navi li:nth-child(2) a {
    min-width: 30px;
    padding-top: 40px;
    background-size: 30px auto;
    background-position: center 7px;
    text-align: left;
  }
  .header-navi li:nth-child(3) a {
    padding-top: 40px;
    background-size: 30px auto;
    background-position: center 6px;
  }
  .header-navi li:nth-child(4) a {
    padding-top: 40px;
    background-size: 30px auto;
    background-position: center 6px;
  }
  .header-navi ul li:last-child {
    padding-top: 40px;
    margin-right: 0;
    background-position: center 6px;
  }
  .header-navi ul li.hun-menu {
    display: inline-block;
    width: 66px;
    height: 60px;
    padding-top: 43px;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    background: #FBD723 url('../images/common/icon_menu.svg') no-repeat center 14px/30px auto;
  }
  .header-navi ul li.hun-menu:hover {
    cursor: pointer;
  }
  header .search-area input[type="search"] {
    font-size: 13px;
    height: 36px;
    background-color: #FFFFFF;
  }
  .drawer-wrapper {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
    transform: translateX(100%);
    z-index: 9999;
  }
  .drawer-nav .inner {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding:  0;
  }
  .drawer-nav .wrapper {
    position: relative;
    padding: 27px 30px;
  }
  .drawer-nav .drawer-top {
    transition: all 0.5s;
  }
  .drawerButtonArea {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }
  .drawerButtonArea__img {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 17px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    width: 100%;
    border-radius: 10px;
    gap:8px;
  }
  .drawerButtonArea__img img {
    width: 30px;
  }
  .drawer-nav .btn-close button {
    width: 100%;
    max-width: 280px;
    height: 50px;
    margin-bottom: 120px;
    border: 1px solid #C7C2B7;
    border-radius: 25px;
    background-color: #fff;
    line-height: 48px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  .drawer-logo {
    max-width: 137px;
    margin-bottom: 27px;
  }
  .drawer-nav .btn-close-icon {
    overflow: hidden;
    position: absolute;
    width: 70px;
    height: 70px;
    right: 12px;
    top: 12px;
    border-radius: 50px;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 9999;
    transition: all 0.5s;
  }
  .drawer-nav .btn-close-icon button {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #000;
    color: #fff;
  }
  .drawer-nav .btn-close-icon button img {
    width: 30px;
    height: 30px;
  }
  .drawer-nav .btn-close-icon button:hover {
    cursor: pointer;
    opacity: 1;
  }
  .drawer-nav .article {
    margin-bottom: 40px;
  }
  .drawer-nav .article .cap {
    padding-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
  .drawer-nav .article ul {
    border-top:1px solid #C7C2B7;
  }
  .drawer-nav .article li {
    position: relative;
    border-bottom:1px solid #C7C2B7;
  }
  .drawer-nav .article a,
  .drawer-nav .article span.link {
    display: block;
    padding: 16px 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    background: url('../images/common/icon_noarrow_orange.svg')no-repeat right 10px center/17px auto;
  }
  .drawer-nav .icon_link a {
    padding-left: 40px;
    background: url('../images/common/sideNavi_icon06.svg')no-repeat 0 center/30px auto, url('../images/common/icon_noarrow_orange.svg')no-repeat right 10px center/17px auto;
  }
  .drawer-nav .icon_link li:nth-child(2) a {
    padding-left: 40px;
    background: url('../images/common/sideNavi_icon03.svg')no-repeat 0 center/30px auto, url('../images/common/icon_noarrow_orange.svg')no-repeat right 10px center/17px auto;
  }
  .drawer-nav .icon_link li:nth-child(3) a {
    padding-left: 40px;
    background: url('../images/common/sideNavi_icon02.svg')no-repeat 0 center/30px auto, url('../images/common/icon_noarrow_orange.svg')no-repeat right 10px center/17px auto;
  }
  .drawer-nav .icon_link li:nth-child(4) a {
    padding-left: 40px;
    background: url('../images/common/sideNavi_icon04.svg')no-repeat 0 center/30px auto, url('../images/common/icon_noarrow_orange.svg')no-repeat right 10px center/17px auto;
  }
  .drawer-nav .icon_link li:nth-child(5) a {
    padding-left: 40px;
    background: url('../images/common/sideNavi_icon05.svg')no-repeat 0 center/30px auto, url('../images/common/icon_noarrow_orange.svg')no-repeat right 10px center/17px auto;
  }
  .drawer-nav .icon_link li:nth-child(6) a {
    padding-left: 40px;
    background: url('../images/common/sideNavi_icon05.svg')no-repeat 0 center/30px auto, url('../images/common/icon_noarrow_orange.svg')no-repeat right 10px center/17px auto;
  }
  .drawer-nav .article ul.btn-link {
    font-size: 0;
    border: none;
  }
  .drawer-nav .btn-link li {
    width: calc((100% - 12px) / 2 - .01px);
    margin-right: 12px;
    border: none;
  }
  .drawer-nav .btn-link li:last-child {
    margin-right: 0;
  }
  .drawer-nav .btn-link li a {
    display: block;
    height: 100%;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #C48D4D;
    border-radius: 10px;
    text-align: center;
    background: #fff url('../images/common/icon_beginner.svg')no-repeat center 14px/22px auto;
  }
  .drawer-nav .btn-link li:last-child a {
    background: #fff url('../images/common/icon_logo_b.svg')no-repeat center 14px/36px auto;
  }
  .drawer-nav .btn-link li a span {
    display: inline-block;
    width: 100%;
    height: 100px;
    line-height: 1.2857;
    padding-top: 54px;
    vertical-align: middle;
  }
  .drawer-nav .btn-link li:last-child a span {
    padding-top: 63px;
  }
  .drawer-nav .btn-link li a span br {
    display: inline-block;
  }
  .drawer-nav .drawer-sub-menu {
    display: none;
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    padding-top: 94px;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #F5EADA;
    transform: translateX(340px);
    transition: all 0.5s;
  }
  .link-back {
    position: absolute;
    padding: 5px 0 5px 22px;
    top: 37px;
    left: 15.5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    background: url('../images/common/icon_noarrow_l_o.svg')no-repeat 0 center/10px auto;
  }
  #sub-tv {
    background: url('../images/common/bg_drawer_line.png')repeat 0 center/340px auto;
  }
  #sub-tv .link-back {
    background: url('../images/common/icon_noarrow_l_w.svg')no-repeat 0 center/10px auto;
  }
  .drawer-nav #sub-tv .article ul {
    border: none;
  }
  .drawer-nav #sub-tv .article li {
    width: calc((100% - 12px) / 2 - .1px);
    margin-right: 12px;
    margin-bottom: 12px;
    border: none;
  }
  .drawer-nav #sub-tv .article li:nth-child(2n) {
    margin-right: 0;
  }
  .drawer-nav #sub-tv .article a {
    overflow: hidden;
    padding: 0;
    border-radius: 6px;
    background: none;
  }
  .drawer-nav #sub-tv .article .image {
    position: relative;
    display: block;
    height: 80px;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: none;
    -webkit- transform: none;
  }
  .drawer-nav #sub-tv .article .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit- transform: translate(-50%,-50%);
  }
  .drawer-nav #sub-tv .article li:first-child .image img {
    width: 64px;
  }
  .drawer-nav #sub-tv .article li:nth-child(2) .image img {
    width: 86px;
  }
  .drawer-nav #sub-tv .article li:nth-child(3) .image img {
    width: 102px;
  }
  .drawer-nav #sub-tv .article li:nth-child(4) .image img {
    width: 69px;
  }
  .drawer-nav #sub-tv .article li:nth-child(5) .image img {
    width: 109px;
  }
  .drawer-nav #sub-tv .article .txt {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    padding: 6px 9px 4px;
    min-height: 50px;
    font-size: 13px;
    font-size: 1.3rem;
    transform: none;
    background-color: #F8F6ED;
    -webkit- transform: none;
  }
  .drawer-nav #sub-tv .article .line-2 .txt {
    min-height: 50px;
  }
  .drawer-nav #sub-tv .article .line-3 .txt {
    min-height: 70px;
  }
}
@media (min-width: 1280px) {
  footer #footer-other-menu .block li .btn-w a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.search-area {
  width: 100%;
  max-width: 430px;
}
@media screen and (max-width: 1280px) {
  .search-area {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1110px) {
  .search-area {
    width: calc(100% - 370px);
  }
}
@media screen and (max-width: 900px) {
  .search-area {
    width: calc(100% - 350px);
  }
}
.search-area input[type='search'] {
  border: 0.5px solid #C7C2B7;
}
@media only screen and (max-width: 767px) {
  .search-area button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 1;
  }
}
div#company_logo-img {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0 10px;
  margin: 0 10px;
}
@media (max-width: 1110px) {
  div#company_logo-img {
    display: none;
  }
}
@media (max-width: 768px) {
  div#company_logo-img {
    display: block;
  }
}
div#company_logo-img::before,
div#company_logo-img::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 35px;
  background: #C7C2B7;
  transform: translateY(-50%);
}
div#company_logo-img::before {
  left: 0;
}
div#company_logo-img::after {
  right: 0;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header-navi li a {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header-navi .login-btn {
    margin-right: 10px;
  }
  .header-navi ul {
    width: auto;
  }
  .login-after .header-navi ul {
    width: auto;
  }
  .login-after header .inner {
    padding: 14px 14px 0 20px;
  }
  header.login-after nav.pc-menu {
    margin-top: 13px;
  }
  header nav.pc-menu {
    margin-top: 13px;
  }
}
#header {
  transition: .5s transform ease-out;
}
#header.js-active {
  transform: translateY(var(--pcHeaderTransformY));
}
.mobileHeader {
  display: none;
}
@media screen and (max-width:768px) {
  .mobileHeader {
    --arrow-w: 37px;
  }
  .mobileHeaderNextBtn {
    position: absolute;
    background: #f8f6ed;
    top: 0;
    right: 0;
    width: var(--arrow-w);
    height: 40px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #ccc;
    cursor: pointer;
  }
  .mobileHeaderList {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .mobileHeaderList::-webkit-scrollbar {
    display: none;
  }
  .mobileHeaderList__list {
    flex: 0 0 auto;
    margin-right: 12px;
    scroll-snap-align: start;
  }
  .mobileHeaderList__link {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    line-height: 40px;
    padding: 0 4px;
  }
  .mobileHeader {
    position: relative;
    width: 100%;
    height: 40px;
    display: block;
    background: #F8F6ED;
    padding: 0 40px 0 16px;
    overflow: hidden;
    box-sizing: border-box;
    transform: translateY(0);
  }
  #mobileHeader.is-past {
    position: fixed;
    top: 0;
    z-index: 500;
  }
  #mobileHeader.is-scrolling-up-past {
    transform: translateY(calc(var(--headerTransformY) * -1));
    transition: transform 0.5s ease-out;
  }
  #header.js-active {
    transform: translateY(var(--headerTransformY));
  }
  .search-area form {
    width: calc(100% - 110px);
  }
  .header-navi .search-area button {
    width: 50px;
    height: 100%;
    right: 0px;
    border-radius: 0 20px 20px 0;
    font-size: 1.3rem;
    background-color: #E35E00;
    background-image: unset;
    color: #fff;
    font-weight: bold;
  }
  div#company_logo-img::before,
  div#company_logo-img::after {
    content: unset;
  }
  div#company_logo-img {
    width: 80px;
    position: absolute;
    z-index: 10;
    bottom: -50px;
    height: 35px;
    right: 16px;
    margin: unset;
    padding: 0;
  }
  .login-after .search-area {
    max-width: unset;
  }
}
@media only screen and (max-width: 768px) {
  .inner.header_inner {
    padding: unset;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
#mypage {
  padding-right: unset !important;
}
@media screen and (max-width: 768px) {
  .login-after .search-area {
    width: 100%;
    max-width: unset;
  }
}
@media only screen and (min-width: 768px) {
  .header_inner01 {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .header-navi_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .header-navi_wrap {
    display: block;
  }
}
@media screen and (max-width: 1149px) {
  .header-navi_wrap {
    gap: 15px;
    justify-content: end;
    display: flex;
  }
}
.line-orange {
  padding: 4px 0 0 10px;
  margin-bottom: 10px;
  border-left: 6px solid #E35E00;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.14;
  font-weight: bold;
}
/* ラジオ & アコーディオンボタン */
/* コンポーネントの枠 */
.category-component {
  width: 100%;
  position: relative;
}
.dotLine {
  width: 100%;
  position: relative;
  border-top: 1px solid transparent;
  position: relative;
  z-index: 10;
}
.category-component.dotLine.open {
  border-top: 1px solid var(--primary-orange);
}
.dotLine:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  z-index: 1;
  height: 1px;
  background-image: linear-gradient(to right, transparent, transparent 5px, #C7C2B7 5px, #C7C2B7 10px);
  background-size: 10px 3px;
  width: 100%;
}
.dotLine.open .line.solid {
  position: relative;
  z-index: 100;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: var(--primary-orange);
}
.header {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* 本来のチェックボックスは非表示 */
.header input[type="checkbox"],
.item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* ラベル（クリック可能なボタン領域） */
.header label,
.item label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 12px 12px 38px;
  cursor: pointer;
  color: var(--dark-gray-text);
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  user-select: none;
  border-radius: 6px;
}
.item label {
  margin-left: 26px;
}
/* hover時にテキストへ下線 */
.header label:hover,
.item label:hover {
  text-decoration: underline;
}
/* ヘッダー全体にホバーしても下線（トグル上でも適用） */
.header:hover label {
  text-decoration: underline;
}
/* チェックボックスの枠（擬似要素） */
.header label::before,
.item label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid var(--light-gray-border);
  background: #fff;
  border-radius: 4px;
  transform: translateY(-50%);
  transition: background-color .2s, border-color .2s;
}
/* チェックマーク */
.header label::after,
.item label::after {
  content: '';
  position: absolute;
  left: 10px;
  top: calc(50% - 2px);
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity .2s;
}
/* チェック時の見た目 */
.header input[type="checkbox"]:checked+label::before,
.item input[type="checkbox"]:checked+label::before {
  background: var(--primary-orange);
  border-color: var(--primary-orange);
}
.header input[type="checkbox"]:checked+label::after,
.item input[type="checkbox"]:checked+label::after {
  opacity: 1;
}
/* トグルボタン（＋／−をCSSで描画） */
.toggle {
  position: relative;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--light-gray-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--medium-gray-text);
  transition: border-color .2s, color .2s;
}
.toggle[aria-expanded="true"].toggle {
  border: 1px solid var(--primary-orange);
}
.toggle:hover {
  border-color: var(--primary-orange);
  color: var(--primary-orange);
}
/* ＋（横棒と縦棒を重ねる） */
.toggle::before,
.toggle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #000000;
  border-radius: 1px;
  transform: translate(-50%, -50%);
  transition: opacity .2s;
}
.toggle::before {
  width: 12px;
  height: 2px;
}
/* 横棒 */
.toggle::after {
  width: 2px;
  height: 12px;
}
/* 縦棒 */
/* −（open時は縦棒を消す） */
.toggle[aria-expanded="true"]::after {
  opacity: 0;
}
.toggle[aria-expanded="true"]::before {
  background-color: var(--primary-orange);
}
/* 線 */
.line {
  width: 100%;
}
.line.solid {
  display: block;
}
.category-component.closed .line.solid {
  position: relative;
  z-index: 100;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: transparent;
}
.category-component.dotLine.open {
  border-top: 1px solid var(--primary-orange);
  z-index: 10;
  position: relative;
}
.category-component.closed .line.solid.js-active {
  background: var(--primary-orange);
}
/* 子リスト */
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.item {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted var(--light-gray-border);
}
.item:last-child {
  border-bottom: none;
}
/* 開閉による表示制御 */
.category-component.closed .list {
  display: none;
}
.category-component.no-children .list {
  display: none;
}
/* 子要素がない場合は常に非表示 */
/* h1タイトル */
.dacalationTitleWrap {
  width: 100%;
  text-align: center;
}
.dacalationTitle {
  position: relative;
}
.dacalationTitle::before,
.dacalationTitle::after {
  position: absolute;
  content: "";
  left: -60px;
  top: 0;
  width: 60px;
  height: 71px;
  background: url(../images/common/title_decoration_left.svg) no-repeat;
  background-size: 60px 60px;
}
.dacalationTitle::after {
  left: auto;
  right: -60px;
  background: url(../images/common/title_decoration_right.svg) no-repeat;
}
@media screen and (max-width:1110px) {
  .dacalationTitle::before,
  .dacalationTitle::after {
    left: -40px;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .dacalationTitle::after {
    left: auto;
    right: -40px;
  }
}
@media screen and (max-width:768px) {
  .dacalationTitle::before,
  .dacalationTitle::after {
    left: -66px;
    width: 66px;
    height: 66px;
    background-size: 66px 66px;
  }
  .dacalationTitle::after {
    left: auto;
    right: -66px;
  }
}
h1.dacalationTitle__title {
  height: 100%;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  background: unset;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:1110px) {
  h1.dacalationTitle__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width:768px) {
  h1.dacalationTitle__title {
    font-size: 24px;
  }
}
.dacalationTitle__underBar {
  display: block;
  width: 200px;
  height: 4px;
  background: linear-gradient(to right, #FBD723 50%, #E35E00 50%);
  margin: 8px 0;
}
p.dacalationTitle__text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  z-index: 100;
  position: relative;
}
.dacalationTitle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 1149px) {
  .header-navi_wrap {
    gap: 5px;
    justify-content: end;
    display: flex;
  }
}
.line-orange {
  padding: 4px 0 4px 10px;
  margin-bottom: 14px;
  border-left: 6px solid #E35E00;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.14;
  font-weight: bold;
}
/* footer用 251226*/
footer {
  background: unset;
}
footer .bg {
  background-color: #FBD723;
}
footer .cap.footer-watch {
  text-align: unset;
  background-color: unset;
}
footer #history-goods .goods-name {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  /* 137.5% */
}
footer #history-goods .price {
  color: #000;
  text-align: right;
  font-size: 26px;
  line-height: 22px;
  font-weight: bold;
  /* 84.615% */
}
footer #history-goods .price small {
  color: #000;
  text-align: right;
  font-size: 16px;
  line-height: 18px;
}
footer .cap.footer-search {
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: bold;
}
footer h2.line-o {
  padding: 4px 0 4px 14px;
  margin-bottom: 24px;
  border-left: 8px solid #FBD723;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.14;
  font-weight: bold;
}
footer .line-o {
  padding: 4px 0 4px 14px;
  margin-bottom: 24px;
  border-left: 6px solid #E35E00;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.14;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
/* footer-logo-area内のSNSアイコン用スタイル */
#footer-logo-area #sns-icon {
  margin: 0 20px;
  /* ロゴやリンク集との間隔。必要に応じて調整してください */
  display: flex;
  align-items: center;
}
#footer-logo-area #sns-icon ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer-logo-area #sns-icon li {
  margin-right: 15px;
  /* アイコン同士の間隔 */
}
#footer-logo-area #sns-icon li:last-child {
  margin-right: 0;
}
/* リンクのホバーエフェクト（既存のスタイルに合わせて調整してください） */
#footer-logo-area #sns-icon li a {
  display: block;
  transition: opacity 0.3s;
}
#footer-logo-area #sns-icon li a:hover {
  opacity: 0.7;
}
/* スマートフォン表示などのレスポンシブ対応（ブレークポイントはサイトに合わせてください） */
@media screen and (max-width: 768px) {
  #footer-logo-area .flex-box {
    flex-direction: column;
    /* 要素を縦積みにする場合 */
    align-items: center;
  }
  #footer-logo-area #sns-icon {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 767px) {
  footer #footer-logo-area ul {
    width: auto;
    font-size: 0;
  }
  footer #footer-logo-area .flex-box {
    display: flex;
    flex-wrap: wrap;
  }
  footer #footer-logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer-follow {
    color: var(--_, #E35E00);
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  #footer-logo-area #sns-icon {
    width: 100%;
    justify-content: center;
  }
  #footer-logo-area #sns-icon li {
    margin-right: 0;
    border: none;
    margin-bottom: 30px;
  }
  footer #footer-logo-area .footer-submenu {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  footer #footer-logo-area #copyright {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #footer-logo-area #sns-icon {
    margin: 10px 0 30px;
  }
  #footer-logo-area #sns-icon li {
    margin-right: 0;
    padding: 0 8px;
    margin-bottom: 0px;
    border: none;
  }
  footer #footer-logo-area {
    padding: 40px 0 40px;
  }
}
@media only screen and (min-width: 767px) {
  footer #footer-menu .block:last-child {
    width: 100%;
    max-width: unset;
  }
  footer #footer-menu .block {
    width: 100%;
    max-width: unset;
  }
  footer #footer-menu .block:first-child ul {
    width: 100%;
  }
  footer #footer-menu .block {
    display: flex;
    flex-wrap: wrap;
  }
  #footer-goods,
  #footer-other-search {
    width: 100%;
  }
  #footer-goods{
    margin-bottom: 18px;
  }
  #footer-jichitai{
    width: calc((100% - 25px) / 2 - .01px);
  }
  #footer-donation {
    width: calc((100% - 25px) / 2 - .01px);
  }
  footer #other-search {
    display: flex;
    justify-content: space-between;
  }
  footer #other-search li {
    width: 24%;
  }
  footer #footer-menu .block:first-child ul:last-child {
    margin-right: 0;
  }
  footer #footer-menu .block ul#other-search {
    display: flex;
  }
  footer #other-search li a {
    padding-right: 0px !important;
  }
  footer #footer-menu .block .list-wrapper {
    font-size: 0;
    padding-left: 0px;
  }
  footer #footer-menu .block:last-child {
    display: flex;
    justify-content: space-between;
  }
  footer #footer-menu .block:first-child .list:last-child ul {
    width: auto;
    margin: 0;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
  }
  footer #footer-menu .block:first-child .list:last-child {
    padding-left: 0;
  }
  footer .inner {
    max-width: 1220px;
    padding: 20px;
  }
  footer #footer-menu .block .ttl a {
    line-height: unset;
    padding: 5px 0 8px 0;
  }
  footer #footer-menu .block:first-child .article#footer-goods ul li:nth-child(5n) {
    margin-right: 0;
  }
  footer .line-o {
    margin-bottom: 8px;
  }
  footer #footer-menu .block:first-child ul li {
    margin-bottom: 8px;
  }
  .footer-menu-area {
    padding-top: 20px;
  }
  footer .block li a {
    font-size: 14px;
  }
  footer #footer-other-search {
    margin-bottom: 20px;
  }
  footer #footer-menu .block:first-child .article#footer-donation ul li {
    margin-right: 20px;
    margin-bottom: 0px;
  }
  #footer-other-menu .ttl {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
  }
  footer #footer-menu {
    margin-bottom: 85px
  }
  footer #footer-other-menu .block .ttl {
    padding: 8px 10px;
  }
  footer #footer-other-menu .block .ttl {
    margin-bottom: 8px
  }
  footer #footer-other-menu .block li .btn-w a {
    min-height: unset;
    padding: 12px 10px;
    max-width: 260px;
    margin: 0 auto;
  }
  footer #footer-other-menu .block li .btn-w a span {
    position: unset;
    font-size: 16px;
  }
}
footer #footer-menu .block .ttl {
  border-bottom: 1px solid #F8F6ED;
}
footer #footer-menu .block:last-child li {
  border-bottom: 1px solid #F8F6ED;
}
@media only screen and (max-width: 767px) {
  .footer_banner {
    padding: 10px 0px 50px;
    background: #fff;
  }
  #footer-menu-area {
    padding-top: 50px;
  }
  footer .cap {
    margin-bottom: 30px;
  }
  footer .block li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer #footer-menu .block .ttl a,
  footer #footer-menu .block:last-child li a {
    line-height: unset;
    padding-bottom: 8px;
  }
  footer #footer-menu .block:first-child ul li {
    margin-bottom: 8px;
  }
  footer #footer-menu .block:first-child .article#footer-goods ul li {
    padding-right: unset;
  }
  footer #footer-menu .block .ttl,
  footer #footer-menu .block:last-child ul {
    border: unset;
  }
  footer #footer-menu .block:first-child .article#footer-goods ul li {
    padding-left: unset;
  }
  footer #footer-menu .block .ttl a,
  footer #footer-menu .block:last-child li a {
    border-right: unset;
  }
  footer #footer-menu .block .ttl a,
  footer #footer-menu .block:last-child li a {
    padding-right: unset;
  }
  footer #footer-menu .block .ttl a,
  footer #footer-menu .block:last-child li a {
    padding-right: 10px;
  }
  footer #footer-goods li a {
    margin-right: 20px;
    border-bottom: 1px solid #F8F6ED;
    padding-right: 0 !important;
  }
  footer #footer-menu #footer-goods li {
    border: none;
  }
  footer #footer-menu .block:first-child .article {
    border: unset;
  }
  #footer-other-search ul :first-child li {
    border-top: 1px solid #F8F6ED;
  }
  footer #footer-other-search .other-search li:first-child {
    border-top: 1px solid #F8F6ED;
  }
  footer #footer-other-search ul .first {
    border-top: 1px solid #F8F6ED;
    padding-top: 8px;
  }
  footer #footer-menu .block:first-child .list:last-child {
    margin-right: unset;
    padding-left: unset;
  }
  footer #footer-menu .block:first-child .article#footer-jichitai ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer #footer-menu .block:first-child .article#footer-jichitai ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  footer #footer-menu .block:first-child .article#footer-jichitai .list {
    width: auto;
  }
  footer #footer-menu .block #footer-jichitai ul li {
    width: calc((100% - 40px) / 3);
  }
  footer #footer-menu .block:first-child .article#footer-donation .list {
    margin-left: unset;
    padding-left: unset;
  }
  footer #footer-menu .block #footer-donation ul li {
    width: calc((100% - 12px) / 2);
  }
  footer #footer-menu .block #footer-donation ul:last-child {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer #footer-donation li a {
    margin-right: 10px;
  }
  footer #footer-other-menu .block .ttl {
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    line-height: normal;
    margin-bottom: 20px;
  }
  footer #footer-other-menu .block:last-child .ttl {
    margin-bottom: 20px;
  }
  footer #footer-menu .block:first-child .article#footer-other-search {
    margin-bottom: 40px;
  }
  .footer_top .bg .inner {
    padding-bottom: 50px;
  }
  .footer-follow {
    color: var(--_, #E35E00);
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
  }
  footer #footer-logo-area #copyright {
    margin-top: 10px;
  }
  main .bg-y {
    margin-bottom: 50px;
  }
  #furulabo-area {
    margin-bottom: 50px;
  }
}
footer #footer-other-menu .block li .btn-w a {
  border: 1px solid #E35E00;
}
@media only screen and (min-width: 767px) {
  .other-search span {
    padding-left: 10px;
  }
  footer .bg .inner {
    padding: 50px 20px;
  }
  .footer_banner {
    padding: 40px 0px 30px 0;
    border-top: 1px solid #939393;
    background: #fff;
  }
  .wrap1080 #goods-area .inner {
    padding: 0 0px 0 50px;
  }
  .wrap1080 #jichitai-area .inner {
    padding: 0 0px 0 50px;
  }
  .wrap1080 #furulabo-area .inner {
    padding: 0 0px 0 50px;
  }
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
.pc-only {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
footer #footer-menu .block .ttl a,
footer #footer-menu .block:last-child li a {
  background: none;
}
#other-search span {
  margin-left: 10px;
}
/* 1230修正 */
@media only screen and (min-width: 767px) {
  footer .cap.footer-search {
    padding: 8px 10px;
    margin-bottom: 28px;
  }
  footer .line-o {
    margin-bottom: 14px;
  }
  footer #footer-menu .block #footer-goods li a {
    line-height: 18px;
    padding-bottom: 9px;
  }
  footer #footer-menu .block #footer-goods ul li {
    margin-bottom: 12px;
  }
  footer #other-search li a {
    line-height: 8px;
  }
  footer #footer-jichitai li {
    display: inline-block;
  }
  footer #footer-jichitai li a {
    line-height: 36px;
    padding-right: 0;
    text-align: center;
  }
  footer #footer-menu .block:first-child .article#footer-jichitai ul li {
    margin-bottom: 8px;
  }
  footer #footer-donation li {
    display: inline-block;
  }
  footer #footer-donation li a {
    line-height: 36px;
    padding-right: 0;
    text-align: center;
  }
  footer #footer-menu .block:last-child #footer-donation li {
    margin-right: 14px;
    margin-bottom: 8px;
  }
  footer #footer-menu .block:last-child #footer-donation li a {
    line-height: 36px;
    padding-right: 0;
    text-align: center;
  }
  footer #footer-other-menu .block .ttl {
    font-size: 1.4rem;
  }
  footer #footer-menu .block:last-child #footer-other-search li a span {
    padding-left: 10px;
    margin-left: 0;
  }
  footer #footer-menu .block:last-child #footer-other-search li a {
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 24px;
    padding-bottom: 12px;
  }
  footer #footer-other-menu .block.footer-other-menu01 li a {
    font-size: 1.4rem;
  }
  footer #footer-other-menu .block.footer-other-menu02 li a {
    font-size: 1.4rem;
  }
  footer #footer-other-menu .block.footer-other-menu03 li a {
    font-size: 1.6rem;
  }
  footer #footer-other-menu .block .ttl {
    font-size: 1.8rem;
  }
  footer #footer-logo {
    width: 296px;
  }
  footer #footer-logo-area ul li a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .cap.footer-search {
    padding: 8px 10px;
  }
  footer .line-o {
    margin-bottom: 12px;
  }
  footer #footer-menu .block #footer-goods li a {
    line-height: 24px;
    padding-bottom: 8px;
  }
  footer #footer-menu .block #footer-goods ul li {
    margin-bottom: 8px;
  }
  footer #footer-menu .block #footer-goods ul {
    margin-bottom: 20px;
  }
  footer #footer-other-menu .block .ttl {
    padding: 8px 10px;
    margin-bottom: 7px;
  }
  footer #footer-other-menu .block li .btn-w a {
    min-height: 44px;
    max-width: 260px;
  }
  footer #footer-other-menu .block li .btn-w a {
    margin: 10px auto 10px;
  }
}
footer #footer-other-menu .block.footer-other-menu01 li a {
  font-size: 1.4rem;
}
footer #footer-other-menu .block.footer-other-menu02 li a {
  font-size: 1.4rem;
}
footer #footer-other-menu .block.footer-other-menu03 li a {
  font-size: 1.6rem;
}
@media only screen and (min-width: 767px) {
  .mypage-link-wrapper li a {
    font-size: 1.6rem;
  }
  .mypage-menu-trigger::after {
    right: 20px;
  }
  .mypage-link-wrapper li a::after {
    right: 20px;
  }
  footer .cap.footer-watch {
    padding: 14px 10px 14px 0;
    ;
  }
  .footer_top #history-goods .block {
    width: 14.7851%;
    max-width: 169px;
    margin-right: 20px;
  }
  .footer_top #history-goods .block-wrapper {
    margin-bottom: 60px;
  }
}
footer .cap.footer-watch {
  padding: 14px 10px 14px 0;
  ;
}
@media only screen and (max-width: 767px) {
  .guide-menu__list {
    gap: 10px;
  }
  .guide-menu__link {
    column-gap: 0px;
    padding: 6px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 767px) {
  footer #history-goods .price {
    font-size: 22px;
  }
  footer #history-goods .goods-name {
    font-size: 15px;
  }
}
/* scope: guide-menu */
.guide-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
/* card link */
.guide-menu__link {
  display: grid;
  grid-template-columns: 44px 1fr 20px;
  align-items: center;
  column-gap: 6px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #F7F4EA;
  /* 薄いベージュ */
  color: inherit;
  text-decoration: none;
}
/* icon */
.guide-menu__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
}
.guide-menu__icon img {
  width: 32px;
  height: 32px;
  display: block;
}
/* text */
.guide-menu__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  min-width: 0;
}
/* arrow */
.guide-menu__arrow {
  width: 20px;
  height: 20px;
  position: relative;
}
.guide-menu__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #E35E00;
  border-right: 2px solid #E35E00;
  transform: rotate(45deg);
}
/* hover（PCのみ） */
@media (hover: hover) {
  .guide-menu__link:hover {
    background: #F2EEDC;
  }
}
/* PC layout */
@media (min-width: 768px) {
  .guide-menu__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
  .guide-menu__link {
    padding: 12px 14px;
  }
  .guide-menu__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  footer #history-goods .cap{
    font-size: 1.8rem;
  }
  footer #history-goods .cap{
    margin-bottom: 5px!important;
  }
  footer #history-goods .price{
    font-size: 22px;
  }
  footer #history-goods .block{
    margin-bottom: 14px;
  }
  footer .block-wrapper{
    margin-bottom: 27px;
  }
  footer .guide-menu__icon img{
    width: 38px;
    height: 38px;
  }
  footer .guide-menu__link{
    padding: 10px 8px;
  }
  footer .guide-menu__list{
    gap: 10px;
  }
  footer .cap{
    margin-bottom: 23px;
  }
  #other-search span{
    margin-right: 0;
  }
  footer .block-wrapper{
    border-bottom: 1px solid #939393;
    padding-bottom: 30px;
  }
}
 footer .price small {
  margin-left: 5px;
}
@media only screen and (min-width: 767px) {
  header nav.pc-menu {
  margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  footer #footer-menu-area .block-wrapper{
    border-bottom: unset;
  }
  #footer-other-menu {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  div#footer-menu{
    margin: 0;
    padding: 0;
  }
}
#header.has-cam-txt ~ main {
  padding-top: 150px;
}
@media screen and (min-width: 397px) and (max-width: 767px) {
    #header.has-cam-txt ~ main{
      padding-top: 136px;
  }
}
@media only screen and (min-width: 767px) {
      #header.has-cam-txt ~ main{
      padding-top: 149px;
  }
  footer #footer-menu #footer-jichitai ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0;
    column-gap: 1.95rem;
  }
  footer #footer-logo-area .inner{
    padding: 40px 0 0 0 ;
  }
}
