@charset "UTF-8";

/* common
================================================== */
#contents .section .cont:after,
#contents .section .box:after,
#contents .section .list:after,
#contents .section .item:after,
#contents .section .block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#contents .section .cont,
#contents .section .box,
#contents .section .list,
#contents .section .item,
#contents .section .block {
  zoom: 1;
}

#contents {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

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

.noNavigationWide #mainContents {
  text-align: center;
  float: none;
  width: auto;
}

/* 2023 seto commentout */
/*#topContents{
  z-index: 100;
}*/
/* 2023 seto commentout */
/*.fixedArea{
  z-index: 100 !important;
}*/


/* ==================================================
common + reset
================================================== */

html,
body {
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  
}

#contents {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 50px;
}

.inner {
  max-width: 1060px;
  margin: 0 auto;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.c_btn {
  transition: all .3s;
}

.c_btn:hover {
  opacity: .7;
}

.c_link {
  transition: all .3s;
}

.c_link:hover {
  background-color: #f6f4ec;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

a:link,
a:active,
a:visited {
  color: #000;
}

a {
  text-decoration: none;
}

a:link {
  color: #000;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

#pageBody img {
  width: 100%;
}


#contents .section .item:after {
  content: "";
}

/* ==================================================
mainVisual
================================================== */

#mainVisual {
  margin: 30px auto 0;
}

/* ==================================================
page_link
================================================== */

#SCT1 .cont .page_link {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-inline-start: 0;
}

#SCT1 .cont .page_link li {
  height: 100px;
  width: 33.3%;
  display: table;
  align-items: center;
  border-bottom: 1px solid #DDD9C9;
  border-left: 1px solid #DDD9C9;
  box-sizing: border-box;
}

#SCT1 .cont .page_link li:nth-child(3),
#SCT1 .cont .page_link li:nth-child(6) {
  border-right: 1px solid #DDD9C9;
}

#SCT1 .cont .page_link li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}

#SCT1 .cont .page_link li a span{
  font-size: 12px;
}

/* ==================================================
バナーエリア
================================================== */

#SCT1 .cont .bnr_area {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-around;
  width: 100%;
  margin: 20px auto 0;
}

#SCT1 .cont .bnr_area a {
  width: 450px;
  height: 120px;
  background-color: #FCF4ED;
  border: 1px solid #C6BD96;
  padding: 10px 15px;
}

#SCT1 .cont .bnr_area .bnr_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  letter-spacing: 0;
  margin: 0 5px 0;
}

#SCT1 .cont .bnr_area .bnr_01 .img img {
  max-width: 150px;
  margin: 0 40px 0 0;
}

#SCT1 .cont .bnr_area .bnr_01 .text h2 {
  font-size: 14px;
  font-weight: bold;
}

#SCT1 .cont .bnr_area .bnr_01 .text p {
  background-color: #ec6d81;
  margin: 0px 0 0;
  padding: 2px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  line-height: 1.4;
}

#SCT1 .cont .bnr_area .bnr_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin: 0 5px 0;
}

#SCT1 .cont .bnr_area .bnr_02 .text {
  width: 100%;
}

#SCT1 .cont .bnr_area .bnr_02 .text p {
  background: linear-gradient(transparent 95%, #000 0%);
  display: inline;
  padding: 0 0 2px;
}

#SCT1 .cont .bnr_area .bnr_02 .img {
  width: 100%;
}

#SCT1 .cont .bnr_area .bnr_02 .img img {
  width: 135px;
}

/* ==================================================
商品エリア
================================================== */

#SCT1 .cont .item {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

#SCT1 .cont .item .img {
  max-width: 46%;
  width: 100%;
  overflow: hidden;
  margin: 0 20px 0 0;
}

#SCT1 .cont .item .img .swiper-pagination {
  bottom: 190px;
}

:root {
  --swiper-theme-color: #000 !important;
}

#SCT1 .cont .swiper-slide-thumb-active {
  border: 1px solid #000;
  box-sizing: border-box;
}

#SCT1 .cont .thumb-none {
  display: none;
}

#SCT1 .cont .item .img .new {
  position: relative;
}

#SCT1 .cont .item .img .new:after {
  position: absolute;
  content: "";
  background-image: url(../img/icon_new.webp);
  background-size: cover;
  width: 42px;
  height: 20px;
  top: 0;
  left: 0;
  z-index: 999;
}

#SCT1 .cont .item .img .swiper-slide img {
  height: auto;
  width: 100%;
}

#SCT1 .cont .item .img .swiper-slide {
  margin: 0 0 20px;
}

.swiper-button-next,
.swiper-button-prev{
  top:38% !important;
}

.swiper-button-prev:after,
.swiper-button-next:after{
  font-size:20px !important;
}

#SCT1 .cont .attention {
  margin: 40px 0 0;
}

/* ==================================================
商品エリア 右ブロック
================================================== */

#SCT1 .cont .item .text {
  max-width: 480px;
  text-align: left;
}

#SCT1 .cont .item .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 0;
}

#SCT1 .cont .item .text .price {
  margin: 20px 0;
  display: flex;
  align-items: center;
  text-align: center;
}

#SCT1 .cont .item .text .price .sale {
  margin: 0 25px 0 0;
  padding: 0 25px 0 0;
  border-right: 1px dotted #BABABA;
}

#SCT1 .cont .item .text .price .sale p {
  background-color: #E94729;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
}

#SCT1 .cont .item .text .price .sale h4 {
  font-size: 25px;
  font-weight: bold;
  color: #E94729;
  padding: 5px 0 0 ;
}

#SCT1 .cont .item .text .price .sale h4 span {
  font-size: 14px;
  margin: 0 0 0 2px;
}

#SCT1 .cont .item .text .price .normal p {
  background-color: #434343;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
}

#SCT1 .cont .item .text .price .normal h4 {
  font-size: 25px;
  font-weight: bold;
  color: #434343;
  padding: 5px 0 0 ;
}

#SCT1 .cont .item .text .price .normal h4 span {
  font-size: 14px;
  margin: 0 0 0 2px;
}


#SCT1 .cont .item .text .price .off {
  display: flex;
  align-items: center;
  height: 60px;
}

#SCT1 .cont .item .text .price .off img {
  width: 44px;
}

#SCT1 .cont .item .text .price .off .comp {
  margin: 0 0 0 8px;
  line-height: 1;
  font-size: 15px;
}

#SCT1 .cont .item .text .price .off .comp h5 {
  font-size: 20px;
  font-weight: normal;
  margin: 5px 0 0;
}

#SCT1 .cont .item .text .price .off .comp h5 span {
  font-size: 14px;
  margin: 0 0 0 2px;
}

#SCT1 .cont .item .text .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  background-color: #F39632;
  border-radius: 4px;
}

#SCT1 .cont .item .text .button a img {
  width: 38px;
  height: 29px;
  margin: 0 10px 0 0;
}

#SCT1 .cont .item .text .button span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#SCT1 .cont .item .text .soldout {
  width: 100%;
  background-color: #BABABA;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 0 20px;
  border-radius: 4px;
}



/* ==================================================
商品エリア　セレクタ
================================================== */

#SCT1 .cont .item .text .select {
  width: 100%;
  position: relative;
  margin: 0 0 20px;
}

#SCT1 .cont .item .text .select select {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

#SCT1 .cont .item .text .select::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  pointer-events: none;
}

select::-ms-expand {
  display: none;
}

/* ==================================================
商品エリア　売り切れ表示
================================================== */

#SCT1 .cont .item .text .zaikoNotice {
  font-size: 14px;
}

/* ==================================================
商品エリア　タブ
================================================== */

#SCT1 .cont label {
  cursor: pointer;
}

#SCT1 .cont .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 480px;
  margin: 30px 0 0;
  text-align: center;
  border: 1px solid #E0E0E0;
}

#SCT1 .cont .tab-label {
  width: 50%;
  height: 60px;
  line-height: 60px;
  background: #F8F8F8;
  border-bottom: 1px solid #E0E0E0;
  order: -1;
}

#SCT1 .cont .tab-wrap .line {
  box-sizing: border-box;
  border-right: 1px solid #E0E0E0;
}

#SCT1 .cont .tab-content {
  width: 100%;
  height: 220px;
  display: none;
  font-size: 14px;
  text-align: left;
  padding: 20px;
  overflow: scroll;
}

#SCT1 .cont .tab-content p {
  text-align: left;
}

#SCT1 .cont .tab-content .top {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #E0E0E0;
}

#SCT1 .cont .tab-content .bottom .split {
  display: flex;
  justify-content: start;
}

#SCT1 .cont .tab-content .bottom .split .left {
  margin: 0 10px 0 0 ;
}

#SCT1 .cont .tab-switch:checked+.tab-label {
  background: #fff;
  border-bottom: none;
}

#SCT1 .cont .tab-switch:checked+.tab-label+.tab-content {
  display: block;
}

#SCT1 .cont .tab-switch {
  display: none;
}

#SCT1 .cont .tab-wrap .tab-content .review02 {
  border-top: 1px solid #E0E0E0;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
}

#SCT1 .cont .tab-wrap .tab-content .review .title {
  font-weight: bold;
  margin: 0 0 10px 0;
}

#SCT1 .cont .tab-wrap .tab-content .review .star {
  width: 90px;
  margin: 0 0 15px 0;
}

#SCT1 .cont .tab-wrap .tab-content .review .name {
  margin: 0 0 10px 0;
}

/* ==================================================
コラムエリア
================================================== */

#S1_BOX {
  margin: 40px 0 50px 0;
}
