@charset "UTF-8";
/* CSS Document */

.main-content {
	background-color: #fff;
}


.dash-line{
	border-top: 2px dashed #787C7E;
	margin: 8px 0 8px;
	clear: both;
}

.serif{
	font-family: 'Prata', serif;
}

/* title */
.title img{
	display:block;
	margin: auto;
	width:100%;
	max-width: 640px;
	aspect-ratio: 8/3;
}

.title-sub{
	text-align: justify;
	box-sizing: border-box;
	padding: 16px 20px;
	font-size: 14px;
}



/* navi */
.navi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	margin-bottom: 32px;
	padding: 0 8px;
}
.navi ul > li{
	width: 30%;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.navi ul > li:nth-of-type(4n){
	border-right: none;
}

.navi ul > li a{
	display: block;
}

.navi ul > li img{
	display: block;
	width: 100%;
	aspect-ratio: 150/149;
}

.content-wrapper {
	padding: 32px 0 24px;
	background-color: #e7ecf0;
}

.content-wrapper.bg-white {
	background-color: #fff;
}

.size-title {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 10px;
}

.size-kensaku {
    margin: 64px auto 0;
    width: 1200px;
    text-align: center;
}

/* content-box */
.content-box{
	box-sizing: border-box;
	margin: auto;
	padding: 2px 12px;
}

.related-contents-container {
  margin: 40px 12px 0;
}

.related-contents-container h3 {
    display: block;
    font-size: 20px;
    text-align: center;
}

.related-contents-container a img {
    display: block;
    width: 600px;
    height: auto;
    aspect-ratio: 5/2;
    margin: 24px auto 0;
}

.contents-wrapper {
    display: flex;
    column-gap: 40px;
    justify-content: center;
}



/* imgbox */

.imgbox-mainimg{
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 5/6;
}

.l-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 32px;
}

.l-slider-reverse {
  flex-direction: row-reverse;
}

.l-slider-img {
  width: 100%;
}

.l-slider-desc {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  padding: 32px 5% 16px 5%;
  box-sizing: border-box;
}

.l-slider-comment-title {
  padding-bottom: 4px;
  font-size: 24px;
}

.l-slider-comment-title span {
  background: linear-gradient(transparent 98%, #a8439a 0%);
}

.l-slider-comment-title+p {
  margin-top: 24px;
}

.l-slider-desc>div p {
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 1.7;
}

.m-item-list {
  margin-left: 12px;
}

.m-item-list li {
  font-size: 13px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  overflow: hidden;
  margin-bottom: 10px;
}

.m-item-list-thumb {
  width: 50px;
  height: 60px;
  margin-right: 8px;
  float: left;
}

.m-item-list-thumb img {
  width: 100%;
  height: auto;
}

/* ↓↓↓↓ここからスライダー↓↓↓↓ */

.slider-contents-main {
  /* 追加 */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.slider-contents-main-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  /*height: 300px;*/
  /* ここから追加 */
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.slider-contents {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  /*line-height: 300px;*/
  text-align: center;
  font-size: 0;
  background-color: #e3e0dd;

}

.swiper-pagination-bullets {
  position: static;
}

/*
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
   background: #333 !important;
  }

  .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }
*/
.slider-contents img {
  width: 100%;
  height: auto;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}


.slider-contents-btn-prev {
  background: url(../esw250919_edit/arrow_back.svg) 10px center no-repeat;
  width: 55px;
  height: 55px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
  position: static;
  margin-top: 0;
}

.slider-contents-btn-next {
  background: url(../esw250919_edit/arrow_forward.svg) 28px center no-repeat;
  width: 55px;
  height: 55px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
  position: static;
  margin-top: 0;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet,
.slider-contents-main2 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  display: inline-block;
  background: none;
  border-radius: 0;
  border: 1px solid #9E9E9E;
  box-sizing: border-box;
  opacity: 1;
  cursor: pointer;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet-active,
.slider-contents-main2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #9E9E9E;
  opacity: 1;
}


.button-sandp {
  display: block;
  background-image: url(../esw250919_edit/icon_pause.svg);
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  z-index: 2;
}

.button-sandp.paused {
  background-image: url(../esw250919_edit/icon_start.svg);
}

.swiper-command-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}


.section-ttl {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #212121;
  font-size: 45px;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
}

/* .section-ttl-title {
  text-align: right;
} */


/*.section-ttl::after {
  display: block;
  content: url(./underline.png);
  position: relative;
  top: -20px;  
}*/


.section-ttl-sub {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 14px;
}

.l-scrolldown {
  width: 100px;
  margin: 0 auto 16px;
}

.l-scrolldown img {
  width: 100%;
}

/* codelist */

.main-grid-item-detail-four {
    align-self: end;
    margin: 16px auto 0;
}

.con_items_list {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    margin: 0 25px 0 0;
}

.codeitem {
    font-family: 'Prata', serif;
    font-size: 15px;
    color: #787C7E;
    margin: 10px 0;
}

.con_items_list p {
    overflow: hidden;
    margin: 0;
    font-size: 13px;
}

.con_items_list p a {
    display: block;
    overflow: hidden;
    color: #000;
    padding: 0;
    line-height: 1.7;
    margin-bottom: 10px;
    text-decoration: none;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.con_items_list p a::after {
    font-size: 10px;
    content: "Check";
    color: #cc6d00;
    padding: 3px 3px;
    border-radius: 2px;
    margin-left: 4px;
}

/* itembox */
.itembox{
	/*background: #f7f6f2;*/
	box-sizing: border-box;
	padding: 20px 8px;
}

.itembox .m-btn-active{
	margin-top: 16px;
}

.itembox-txt b{
	display: block;
	font-size: 1.2em;
}

.itembox-txt {
	font-size: 14px;
}

.itembox-point {
	margin-bottom: 24px;
	padding-left: 28px;
}

.itembox-point li {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: -0.02em;
	text-indent: -28px;
	margin-bottom: 4px;
}

.itembox-point li::before {
	content: "";
	background-image: url(checkbox.svg);
	background-size: contain;
	background-repeat: no-repeat;	
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	margin-bottom: 4px;
}


.itembox-details-inner img{
	aspect-ratio: 5/6;
	width: 100%;
}


.item-head{
	background: #787C7E;
	border-radius: 100px;
	color: #fff;
	line-height: 1;
	margin-top: 12px;
	padding: 6px 0;
	text-align: center;
	width: 100%;
}

.itembox .c-price {
	font-size: 20px;
}

.price-sale {
	color: red;
	font-weight: bold;
}

.itembox-details-inner-head{
	color: #787C7E;
	font-size: 24px;
	margin-top: 24px;
	margin-bottom: 12px;
}




/* headline */

.headline {
	margin-bottom: 12px;
}

.headline img{
	width: 100%;
	aspect-ratio: 16/3;
}



/* itemlist */
.itemlist ul{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto 24px;
}
.itemlist ul > li{
	/*background: #f7f6f2;*/
	box-sizing: border-box;
	margin-top: 12px;
	padding: 12px;
	width: calc(50% - 6px);
}


.itemlist ul > li a{
	display: block;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.itemlist ul > li p{
	margin-top: 8px;
}
.itemlist ul > li b{
	display: block;
}
.itemlist ul > li img{
	aspect-ratio: 5/6;
	width: 100%;
}

.itemlist .c-price {
	padding-bottom: 8px;
}

.itemlist ul .m-btn-active{
	height: 32px;
	line-height: 32px;
	margin: auto auto 0;
}

.itemlist-headline{
	width: 96%;
	font-size: 20px;
	margin: 32px auto 0;
	text-align: center;
    display: flex;
    align-items: center;	
}

.itemlist-headline:before,
.itemlist-headline:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #787C7E;
}
 
.itemlist-headline:before {
    margin-right: 1rem;
}
 
.itemlist-headline:after {
    margin-left: 1rem;
}

.itembox-details-txt {
	text-align: justify;
	font-size: 14px;	

}

.itembox-details-balloon {
	position: relative;
	background-color: #fff;
	padding: 16px;
	border-radius: 4px;
	background: #ffffff;
}

.bg-white .itembox-details-balloon {
	background-color: #eee;

}

.bg-white .itembox-details-balloon::before {
	border-bottom: 15px solid #eee;

} 

.itembox-details-balloon::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffffff;
}

.sml_ttl_box_underbtn2 {
display: block;
overflow: hidden;
padding: 0 0 80px 0;
position: relative;
}

.sml_ttl_box_underbtn2 a {
	display: block;
	overflow: hidden;
	width: 300px;
	margin: 10px auto;
	text-align: center;
	background-color: #45423f;
	color: #fff;
	border-radius: 4px;
}

.con_under_sharebox {
	width: 100%;
	text-align: center;
  }
  
  .con_under_sharebox a {
	width: 45px;
	margin: 5px 10px;
	display: inline-block;
  }
  
  .con_under_sharebox a img {
	width: 100%;
  }
  
  .con_under_mailbox {
	margin: 10px auto 0;
	padding: 30px 0;
	border: solid 1px #d1c0a5;
	text-align: center;
	width: 96%;
  }
  
  .con_under_mailbox span {
	font-size: 12px;
  }
  
  .con_under_mailbox span a {
	display: inline-block;
  }

  .con_under_mailbox .m-btn-inactive{
	width: 50%;
}

.spacer {
    width: 100%;
}

@media screen and (min-width:641px){
/*--------*/
/*   PC   */
/*--------*/

/* PC title */
.title-sub{
	text-align: center;
}

.navi ul > li{
	width: 120px;
}

.sp-br {
	margin-left: 0;
}

/* PC content-box */
.content-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 32px;
}

.spacer {
    width: 0;
}

.itembox-point li {
	letter-spacing: normal;
}



/* PC imgbox */
.imgbox{
	width: 500px;
}

.headline{
	width: 1000px;
	margin: 0 auto 12px;
}
.headline img {
	width: 100%;
	aspect-ratio: 200/23;
}
.imgbox-main{
	order: 3;
}

/* PC itembox */
.itembox{
	margin-left: 30px;
	width: 470px;
}
.itembox-details-txt::before{
	transform: rotate(-90deg);
	transform: translateY(-50%);
	position: absolute;
	left: -50px;
	top: 0;
}

.itembox-details{
	display: block;
}

.itembox-txt {
	font-size: 16px;
}

.itembox .c-price {
	font-size: 22px;
}

.itembox-txt b{
	font-size: 1.3em;
}

/* PC itemlist*/
.itemlist ul{
	width: 1000px;
}
.itemlist ul > li{
	width: calc(25% - calc(36px / 4));
}
.itemlist ul > li:not(:first-of-type){
	margin-left: 12px;
}

.itemlist-headline{
	width: 1000px;
	font-size: 20px;
	margin: 32px auto 0;
	text-align: center;
    display: flex;
    align-items: center;	
}

.con_under_sharebox a img:hover {
    opacity: 0.7;
  }

  .con_under_sharebox a {
    width: 67px;
  }

  .con_under_mailbox {
    width: 500px;
  }

/*--------*/
/* HOVER  */
/*--------*/

.main-content .m-btn-active:hover{
	background: #45423f;
}
.main-content a:hover{
	opacity: .6;
}

}/* end media */

@media screen and (max-width:640px){

.contents-wrapper {
  display: block;
}

.related-contents-container a img {
  width: 100%;
}

.size-kensaku {
  width: 90%;
  margin: 0 auto;
}

.size-kensaku-img {
  width: 100%;
}

.size-title {
  font-size: 22px;
}

.sml_ttl_box_underbtn2 {
  padding: 0;
}

}