/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
*/

/*===================================
Googleフォントインポート
===================================*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*===================================
Googleフォントインポート
===================================*/


/*===================================
共通部分
===================================*/

a {
    color: #131313;
    text-decoration: none;
}

p{
	    font-family: 'Noto Sans JP';
}

body.home.page-template.page-template-page-top.page-template-page-top-php.page.page-id-80.logged-in.admin-bar.customize-support {
    overflow: hidden;
}

/*===================================
共通部分
===================================*/



/*===================================
Header部分ここから
===================================*/

header {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
}

/* header#masthead {
    border: none;
} */

/*logo*/
.navwrap {
    padding: 0 1rem;
}

img.nav__ogo {
    width: 13rem;
    padding: 1rem 0;
}

.navbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0rem;
}


i.fa-solid.fa-bars {
    font-family: 'FontAwesome';
}

.navbuttan__icon {
    font-family: 'FontAwesome';
}


.navbutton {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}




/*アイコン*/
img.navbuttan__imgheart {
    width: 2rem;
}


img.navbuttan__cartimg {
    width: 2rem;
}


img.navbuttan__hambargerimg{
    width: 2rem;
}


.navbuttan__carticon {
    margin-top: -0.9rem;
}

.navbuttan__cart{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    padding-right: 0.5rem;
}


.tnavbuttan__icon {
    font-family: 'FontAwesome';
    padding: 0 0.5rem;
}



.navbuttan__cartcount {
    margin-left: 0.3rem;
}

.header__cats.header__top {
    display: flex;
    /* border-bottom: 1px solid #AFAFB1; */
    padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
.header__cats.header__top {
    display: flex;
    border-bottom: 1px solid #AFAFB1;
    padding-bottom: 0.5rem;
}
}

.header__cats.header__top.toppage {
    display: flex;
	border-bottom: none;
}

@media screen and (max-width: 768px) {
.header__cats.header__top.toppage {
    display: none;
}
}

/*2つの選択メニュー*/
i.fa-solid.fa-chevron-right {
    font-family: 'FontAwesome';
    margin-left: 1rem;
    font-style: normal;
}
/* レイアウト*/

body {
  margin: 0;
  padding: 0;
}




/*スライダー部分ここまで*/

/*===================================
Header部分ここまで
===================================*/
/*===================================
Tabここから
===================================*/

#content {
    padding: 0;
}

.topheader__cats {
  display: flex;
  gap: 0.9375rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .topheader__cats {
      display: none;
  }
}


i.fa.fa-search.top_tab {
    color: #ff6613;
    width: 7%;
    display: block;
    font-size: 1.2rem;
    border: none;

}


i.fa.fa-search.top_tab {
    color: #ff6613;
    width: 0%;
    display: block;
    font-size: 1.2rem;
    border: none;
    margin-right: 2rem;
    font-size: 1.5rem;
}

.catlistbox__list {
    text-align: center;
    max-width: 7rem;
    margin: 0 2rem;
}




.catlistbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    max-width: 70rem;
    margin: auto;
    justify-content: flex-start;
}
@media screen and (max-width: 768px) {
.catlistbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
}

@media screen and (max-width: 768px) {
.catlistbox__list {
    width: 15%;
    margin: auto;
    text-align: center;
    margin-top: 2rem;
}
}

@media screen and (max-width: 768px) {
.catlistbox__list {
    width: 50%;
    margin: auto;
    text-align: center;
    margin-top: 2rem;
}
}

img.catlistbox__img {
    width: 8rem;
    height: 8rem;
    display: block;
    margin: auto;
    object-fit: cover;
    margin-top: 1rem;
}

@media screen and (max-width: 768px) {
	img.catlistbox__img {
    width: 6rem;
    height: 6rem;
    display: block;
    margin: auto;
    object-fit: cover;
    margin-top: 1rem;
}
}


/*===================================
Tabここまで
===================================*/









/*===================================
 お問い合わせ
===================================*/



/*===================================
 フッター　
===================================*/


/*矢印部分*/
p.top-masthead__txt {
    font-family: 'Barlow';
    color: #fff;
    text-align: center;
}


#toTop {
    position: fixed;
    right: 1rem;
    bottom: 30%;
    background-color: rgba(0,0,0,0.6);
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    padding: 1rem 1rem;
    align-items: center;
    z-index: 3;
}


img.masthead__img {
    margin-top: 0.3rem;
}

/*===================================
 フッター　
===================================*/





/*===================================
 お客様の声
===================================*/
.voiceac {
    max-width: 1260px;
    margin: auto;
}

.uservoicewrapac {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}


h3.voicettl__txt {
    padding: 0 1rem;
    font-size: 2rem;
    margin-top: 3rem;
    margin-left: 5rem;
}

@media screen and (max-width: 768px) {
h3.voicettl__txt {
    padding: 0 1rem;
    font-size: 2rem;
    margin-top: 3rem;
}
}

.voiceboxac {
    padding: 0 1rem;
    margin: 2rem 0;
}



.voiceboxac__imgbox{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


img.voiceboxac__imgbox__img.wp-post-image {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}




.uservoicelistboxac {
    background-color: #fff;
    margin: 1rem 0;
    padding: 5rem 2rem;
    max-width: 35rem;
    align-content: center;
    flex-grow: 1;
}

@media screen and (max-width: 768px) {
	.uservoicelistboxac {
    background-color: #fff;
    margin: 1rem 0;
    padding: 1rem 1rem;
    max-width: 35rem;
    align-content: center;
    flex-grow: 1;
}

}

.uservoicelistboxac__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

img.uservoicelistboxac__list__img.wp-post-image {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.uservoicelistboxac__entity {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0.5rem;
}


.uservoicelistboxac__entityttl {
    color: #ff6000;
}


.uservoicelistboxac__entityttl__cont{
    position: relative;
    background: #fff;
    margin-top: 1rem;
    border-top: 1px solid #000;
    padding: 0.5rem 0;
}



.uservoicelistboxac__entityttl__cont:after, .uservoicelistboxac__entityttl__cont:before {
    bottom: 100%;
    left: 8%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.uservoicelistboxac__entityttl__cont:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: -9px;
}
.uservoicelistboxac__entityttl__cont:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000;
    border-width: 10px;
    margin-left: -10px;
}

.uservoicelistboxac__entityttl__cont　p{
	margin-top:0.5rem;
}



p.uservoicelistboxac__entity__listcat {
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
p.uservoicelistboxac__entity__listcat {
    font-size: 0.8rem;
}
}

@media screen and (max-width: 768px) {
p.uservoicelistboxac__entityttl__txt {
    font-size: 0.8rem;
	}
}

@media screen and (max-width: 768px) {
	img.voiceboxac__imgbox__img {
    width: 8%;
}

}


img.voiceboxac__imgbox__img {
    width: 2%;
}




@media screen and (max-width: 768px) {
	.uservoicelistboxac__entityttl__cont p {
    font-size: 0.8rem;
    line-height: 2;
}
}
/*===================================
 お客様の声
===================================*/

/*===================================
  NEWS
===================================*/

/* .archivewrap {
    padding: 0 5rem;
    margin-top: 3rem;
    max-width: 1260px;
    margin: auto;
}

@media screen and (max-width: 768px) {
	.archivewrap {
    padding: 0px 1rem;
    margin-top: 3rem;
}
} */






article.archivecont {
    width: 70%;
}

@media screen and (max-width: 768px) {
	article.archivecont {
    width: 100%;
}
}

p.backnumberbox__ttl {
    font-size: 1.3rem;
    font-weight: 500;
    padding-bottom: 1rem;
}

.backnumberbox {
    margin-top: 3rem;
}

p.catname__ttl {
    font-size: 1.2rem;
    font-weight: 500;
    padding-bottom: 1rem;
}

.backnumberbox {
    margin-top: 3rem;
    border-bottom: 1px solid #707070;
}



ul.backnumberconf {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}


.catname {
    margin-top: 5rem;
    border-bottom: 1px solid #707070;
}



i.fa-solid.fa-caret-right.catnamebox__list {
    font-family: 'FontAwesome';
}


.archivelist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
}


@media screen and (max-width: 768px) {
	.archivelist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem;
}

}


.post-li .post-title {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-family: 'Noto Sans JP';
    font-weight: 500;
}

.post-title {
    margin-left: 5rem;
}




.post-li article {
    margin-bottom: 1.071428em;
    padding-bottom: 3rem;
    overflow: hidden;
    border-bottom: none
}

.post-li time {
    display: block;
    font-size: 1rem;
    font-family: 'Noto Sans JP';
}

.archivelistttl {
    margin-left: 5rem;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
.archivelistttl {
    margin-left: 0
    font-size: 1.2rem;
    width: 100%;
    font-weight: 600;
    margin-left: 0;
}
}

.archivelistttl__cont p {
    margin-top: 2rem;
}

@media screen and (max-width: 768px) {
.archivelistttl__cont p {
    font-size: 1rem;
}
}


li.backnumberconf__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* width: 34%; */
    font-size: 1.1rem;
    padding-right: 1.7rem;
}

li.backnumberconf__list > a {
    position: relative;
    display: block;
    padding: 20px 0 20px 15px;
}


li.backnumberconf__list > a::before {
    content: "\f054";
    display: block;
    font-family: "FontAwesome";
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #ff6613;
}


li.backnumberconf__list > a {
    position: relative;
    display: block;
    padding: 20px 0 20px 15px;
    /* border-bottom: 1px solid #c0c0c0; */
}


p.catnamebox__list__txt {
    font-size: 1.1rem;
    position: relative;
    display: block;
    padding: 20px 0 20px 15px;
}

p.catnamebox__list__txt::before {
    content: "\f054";
    display: block;
    font-family: "FontAwesome";
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #ff6613;
}


.archivelistnac {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.archivenav {
    padding: unset;
    flex-direction: row;
    row-gap: 1rem;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin: 5rem auto;
}


@media screen and (max-width: 768px) {
.archivenav {
    margin-top: 60px;
    display: flex;
    -moz-column-gap: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    margin: 3rem 0;
	  width: 100%;
}
}

.archivenav__btn {
    flex-grow: 1;
    height: 60px;
    border-radius: 30px;
    font-size: 16px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnac--faq {
    border: 1px solid #868686;
    background-color: #f3f3f7;
    transition: 0.3s;
    width: -3rem;
    margin: 0 3rem;
}

@media screen and (max-width: 768px) {
	.btnac--faq {
    border: 1px solid #868686;
    background-color: #f3f3f7;
    transition: 0.3s;
    width: -3rem;
    padding: 0 -2rem;
    width: 100%;
}

}


.btnac--guide {
    background-color: #ff6613;
    border: 1px solid #ff6613;
    color: #fff;
    transition: 0.3s;
    margin: 0 3rem;
}


@media screen and (max-width: 768px) {
	.btnac--guide {
    background-color: #ff6613;
    border: 1px solid #ff6613;
    color: #fff;
    transition: 0.3s;
    width: 100%;
}
}

/*===================================
  NEWS
===================================*/
/*===================================
  固定ページ共通
===================================*/


a{
  color: #000;
	text-decoration: none;
}
a:hover{
  opacity: 0.9;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.store-inne{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}

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

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

.store {
    max-width: 1260px;
    padding: 0 5rem;
    margin: auto;
}

.jc-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.al {
	text-align: left;
}

.ac {
	text-align: center;
}

.fz__33 {
	font-size: 33px;
}

.fz__16 {
	font-size: 16px;
}

.fw__b {
    font-weight: bold;
}

h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 40px;
}


.mb__45 {
	margin-bottom: 45px;
}

.mb__40 {
	margin-bottom: 40px;
}

.mb__30 {
    margin-bottom: 30px;
    margin-top: 3rem;
}


.sp {
	display: none;
}
.contact {
  background-color: #f0f0f0;
  border-radius: 23px;
  padding-top: 70px;
  padding-bottom: 80px;
  margin-bottom: 70px;
	margin-top: 5rem;
}



@media screen and (max-width:768px) {
	*, *:before, *:after {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box
  }
  body {
    font-size: 14px;
  }
	#content,
	.wrap {
		width: 100%;

  }


  .sp {
	  display: block;
  }

  h2 {
	  margin-bottom: 15px;
  }
  .contact {
	  padding-top: 30px;
	  padding-bottom: 40px;
  }

  .contact p.mb__50 {
	  margin-bottom: 25px;
  }

}
/*===================================
固定ページ共通
===================================*/
/*===================================
FAQ
===================================*/
/* .faqwrap {
    max-width: 1260px;
    margin: auto;
} */

/* @media screen and (max-width: 768px) {
.faqwrap {
    padding: 0 1rem;
}
} */



.faq-list__txt {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

/* #faq-area {
    margin-bottom: 160px;
    margin: auto;
    padding: 0 5rem;
} */

/* #faq-area .list-area {
	width: 20%;
	margin-top: 100px;
	border-top: 1px solid #707070;
} */

#faq-area .list-area ul a li {
	padding: 25px 10px;
	border-bottom: 1px dotted #707070;
}

#faq-area .list-area ul a:last-child li{
	border-bottom: 1px solid #707070;
}


/* #faq-area .faq-box{
	width: 70%;
	margin-left: 45px;
	margin-top: 70px;
} */

#faq-area .faq-box .faq-list+.faq-list {
	margin-top: 100px;
}

summary {
	list-style: none;
	position: relative;
	padding: 12px 70px 12px 0px;
	cursor: pointer;
	border-bottom: 1px solid #707070;
  }

  @media not all and (min-width: 768px){
	summary {
	  padding: 20px 50px 20px 20px;
	}
  }

  summary::-webkit-details-marker {
	display: none;
  }

  summary::before,
  summary::after {
	content: '';
    display: inline-block;
	position: absolute;
	right: 1em;
    top: 1em;
    width: 1px;
    height: 16px;
    background-color: #000;
  }

  summary::after {
	transform: rotate(90deg);
	}

  details[open] summary::before {
	transform: rotate(90deg);
	transition: transform 1s;
  }

  .answer {
	padding: 20px 30px;
  }

  @media not all and (min-width: 768px){
	summary::before,
	summary::after {
	  content: '';
	  display: inline-block;
	  position: absolute;
	  right: 1em;
	  top: 1.75em;
	  width: 1px;
	  height: 16px;
	  background-color: #000;
	}
	summary::after {
		right: 0.7em;
		font-size: 20px;
		top: 1.2em;
	}

	.answer {
	  padding: 10px 20px;
	}
  }

  details[open] .answer {
	animation: fadein 0.5s ease;
  }

  @keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }

  body, p {
	margin: 0;
  }

  details {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
  }

  @media not all and (min-width: 640px){
	details {
	  width: 100%;
	}
  }

  details:first-of-type {
	margin-top: 30px;
  }


@media screen and (max-width: 768px) {
	#faq-area {
		margin-bottom: 100px;
	}
	#faq-area .list-area {
		width: 100%;
		margin-top: 60px;
		border-top: 1px solid #707070;
	}

	#faq-area .faq-box {
		width: 100%;
		margin-left: 0;
	}

	#faq-area .faq-box .faq-list {
		margin-bottom: 60px;
		margin-top: 5rem;
	}

	details:first-of-type {
		margin-top: 0px;
	  }

}

#faq-area .list-area {
    display: block;
}

@media screen and (max-width: 768px) {
#faq-area .list-area {
    display: none;
}
}

/*===================================
 FAQ
===================================*/
/*===================================
 ガイド
===================================*/

.guidewrap {
    /* max-width: 1260px; */
    /* padding: 0 5rem; */
    /* margin: auto; */
}


@media screen and (max-width: 768px) {
.guidewrap {
    max-width: 1260px;
    padding: 0 1rem;
}
}

#guide-area {
	margin-bottom: 160px;
}

#guide-area .list-area {
	width: 20%;
	margin-top: 100px;
	border-top: 1px solid #707070;
}

#guide-area .list-area ul a li {
	padding: 25px 10px;
	border-bottom: 1px dotted #707070;
}

#guide-area .list-area ul a:last-child li{
	border-bottom: 1px solid #707070;
}


#guide-area .guide-box h2 {
  margin: 1.5em 0 1em;
}

#guide-area .guide-box .guide-list {
	margin-bottom: 70px;
}

summary {
	list-style: none;
	position: relative;
	padding: 12px 70px 12px 0px;
	cursor: pointer;
	border-bottom: 1px solid #707070;
  }

  @media not all and (min-width: 768px){
	summary {
	  padding: 20px 50px 20px 20px;
	}
  }

  summary::-webkit-details-marker {
	display: none;
  }

  summary::before,
  summary::after {
	content: '';
    display: inline-block;
	position: absolute;
	right: 1em;
    top: 1em;
    width: 1px;
    height: 16px;
    background-color: #000;
  }

  summary::after {
	transform: rotate(90deg);
	}

  details[open] summary::before {
	transform: rotate(90deg);
	transition: transform 1s;
  }

  .answer {
	padding: 20px 30px;
  }

  @media not all and (min-width: 768px){
summary::before, summary::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 1.6rem;
    top: 2rem;
    width: 1px;
    height: 16px;
    background-color: #000;
}

	summary::after {
		right: 1.3em;
		font-size: 20px;
		top: 1.65em;
	}

	.answer {
	  padding: 10px 20px;
	}
  }

  details[open] .answer {
	animation: fadein 0.5s ease;
  }

  @keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }

  details {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
  }

  @media not all and (min-width: 640px){
	details {
	  width: 100%;
	}
  }

  details:first-of-type {
	margin-top: 30px;
  }

  @media screen and (max-width: 768px) {
	#guide-area {
		margin-bottom: 100px;
	}
	#guide-area .list-area {
		width: 100%;
		margin-top: 60px;
		border-top: 1px solid #707070;
	}

	/* #guide-area .guide-box {
		width: 100%;
		margin-left: 0;
	}

	#guide-area .guide-box .guide-list {
		margin-bottom: 60px;
	} */

	details:first-of-type {
		margin-top: 0px;
	  }

}


/*===================================
 ガイド
===================================*/

/*===================================
特商法
===================================*/

.legalwrap {
    max-width: 1260px;
    padding: 0 5rem;
    margin: auto;
}

@media screen and (max-width: 768px) {
.legalwrap {
    max-width: 1260px;
    padding: 0 1rem;
}
}


.legal table {
	border-spacing: 10px;
	border-top: 1px solid #707070;
	margin: 0 auto 110px;
	width: 100%;
}

.legal table th,
.legal table td {
	padding: 15px 0 15px 30px;
	border-bottom: 1px dotted #707070;
}

.legal table th.solid,
.legal table td.solid {
	border-bottom: 1px solid #707070;
}

.legal table th {
	width: 30%;
	font-weight: normal;
}
/*===================================
特商法
===================================*/

/*===================================
会社紹介
===================================*/
.gaiwrap {
    max-width: 1260px;
    padding: 0 5rem;
    margin: auto;
}


@media screen and (max-width: 768px) {
	.gaiwrap {
    padding: 0 1rem;
}
}




.company {
	max-width: 1260px;
	margin-top: 3rem;
}

table {
    border-spacing: 10px;
    border-top: 1px solid #707070;
    margin: 0 auto 110px;
    margin-top: 5rem;
}

table th,
table td {
	padding: 15px 0 15px 30px;
	border-bottom: 1px dotted #707070;
}

table th.solid,
table td.solid {
	border-bottom: 1px solid #707070;
}

table th {
	width: 17%;
	font-weight: normal;
}

.store_left {
	width: 40%;
}
.store_left__img {
  width: 100%;
}

.store_left a {
	text-align: center;
    background-color: #f0f0f0;
    padding: 16px;
    border-radius: 30px;
    max-width: 310px;
    display: block;
    margin: 48px auto;
}

.store_right {
	width: 58%;
}

@media screen and (max-width: 768px) {
	.store_left,
	.store_right {
		width: 100%;
	}

	table th {
		width: 20%;
		font-weight: normal;
		padding-left: 0;
	}
}


/*===================================
会社紹介
===================================*/


/*===================================
プライバシーポリシー
===================================*/

.ppwrap {
    max-width: 1260px;
    padding: 0 5rem;
    margin: auto;
}

@media screen and (max-width: 768px) {
	.ppwrap {
    padding: 0 1rem;
}
}

h3.policy__ttl {
    font-size: 2rem;
    font-family: 'Noto Sans JP';
    margin-top: 3rem;
}


.policy p {
	margin-bottom: 50px;
	line-height: 2.5;
}

.policy ul li {
    margin-bottom: 15px;
    font-family: 'Noto Sans JP';
}


.policy__txt {
    margin-top: 5rem;
}
/*===================================
プライバシーポリシー
===================================*/

/*===================================
商品詳細・商品一覧
===================================*/
@charset "UTF-8";
a[href^="tel:"], .fmtstyle__body a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  a[href^="tel:"], .fmtstyle__body a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}
.is-fax, .is-fax a {
  pointer-events: none !important;
  text-decoration: none !important;
}

video {
  display: block;
}


.js-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  margin-top: unset !important;
}

.breadcrumb {
  font-family: "Noto Sans JP";
  margin-top: 30px;
  line-height: 1;
}
body.single:not(.single-post) .breadcrumb .breadcrumb__list,
body.page .breadcrumb .breadcrumb__list {
  padding: 0 3.125rem;
}
.breadcrumb, .breadcrumb a {
  color: #7e7e7e;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 10px; /*IE9以前に対応する*/
    font-size: 0.625rem;
  }
  body.single .breadcrumb .breadcrumb__list,
  body.page .breadcrumb .breadcrumb__list {
    padding: 0 0.4rem;
  }
}
.breadcrumb__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .breadcrumb__list {
    flex-wrap: wrap;
    row-gap: 1em;
  }
}
.breadcrumb__item {
  padding: 0 1.375em;
  position: relative;
}
.breadcrumb__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: currentColor;
}
.breadcrumb__item::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  width: 1px;
  height: calc(100% + 4px);
  background-color: currentColor;
  transform: rotate(45deg);
}
.breadcrumb__item--home {
  padding-left: 1.375rem;
}
.breadcrumb__item--home::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-image: url("./images/common/icon_home.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.breadcrumb__item:last-child::before {
  display: none;
}

.btn-login {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #afafaf;
  background-color: #fff;
  color: #ff6613;
  font-weight: bold;
  font-size: 14px; /*IE9以前に対応する*/
  font-size: 0.875rem;
  line-height: 1;
  transition: 0.3s;
  padding-right: 10px;
  padding-left: 10px;
}
@media (hover: hover) {
  .btn-login:hover {
    color: #ff6613;
    text-decoration: unset;
    opacity: 0.9;
  }
}
.btn-signup {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #ff6613;
  background-color: #ff6613;
  color: #fffefe;
  font-weight: bold;
  font-size: 14px; /*IE9以前に対応する*/
  font-size: 0.875rem;
  line-height: 1;
  transition: 0.3s;
}
@media (hover: hover) {
  .btn-signup:hover {
    color: #ffffff;
    text-decoration: unset;
    opacity: 0.9;
  }
}
.btn--faq {
  border: 1px solid #868686;
  background-color: #f3f3f7;
  transition: 0.3s;
}
@media (hover: hover) {
  .btn--faq:hover {
    text-decoration: unset;
  }
}
@media (hover: hover) {
  .btn--faq:hover {
    opacity: 0.9;
  }
}
.btn--guide {
  background-color: #ff6613;
  border: 1px solid #ff6613;
  color: #fff;
  transition: 0.3s;
}
@media (hover: hover) {
  .btn--guide:hover {
    color: #fff;
    text-decoration: unset;
  }
}
@media (hover: hover) {
  .btn--guide:hover {
    opacity: 0.9;
  }
}


@media screen and (max-width: 768px) {
  .icn--cart {
    width: 100%;
    max-width: 2rem;
  }
}



._sp {
  display: none;
}

._tb {
  display: none;
}

._tb-sp {
  display: none;
}

@media screen and (max-width: 1279px) {
  ._pc {
    display: none;
  }
  ._tb {
    display: block;
  }
  ._tb-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  ._pc-tb {
    display: none;
  }
  ._tb {
    display: none;
  }
  ._sp {
    display: block;
  }
}

.header__inner, .drawer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .header__inner, .drawer__head {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner, .drawer__head {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 48.3vw;
  }
  .header__logo img {
    width: 100%;
  }
}

.header__search {
  flex-basis: 360px;
}
@media screen and (max-width: 1279px) {
  .header__search {
    flex-basis: calc(100% - 300px);
  }
}
@media screen and (max-width: 768px) {
  .header__search {
    flex-basis: unset;
    width: 100%;
  }
}
.header__cats {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .header__cats {
    width: 100vw;
    gap: unset;
    margin-left: -2.415vw;
    margin-right: -2.415vw;
	 border-bottom: 1px solid #afafaf;
    padding: 1rem;
  }
}

.header-cat {
  min-width: 82px;
  position: relative;
  cursor: pointer;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .header-cat {
    flex-basis: 50%;
    font-size: 3.62vw;
    line-height: 1.333;
  }
}
@media screen and (max-width: 768px) {
  .header-cat:first-child::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #afafaf;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.header-cat__head {
  padding: 6px 20px 6px 0;
  border-bottom: 1px solid #afafaf;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-cat__head {
    border-bottom: unset;
    padding: unset;
  }
}

.header-cat__head a {
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  .header-cat__head a:hover {
    text-decoration: unset;
  }
}
@media (hover: hover) {
  .header-cat__head a:hover {
    opacity: 0.9;
  }
}
.header-cat__list {
  background-color: #fff;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 0;
  opacity: 0;
  /* overflow: hidden; */
  transition: 0.3s;
  width: 15rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  max-height: 80vh;
  overflow-y: auto;
}
@media (hover: hover) {
  .header-cat:hover .header-cat__list {
    height: auto;
    opacity: 1;
  }
}
.header-cat__item {
  border-bottom: 1px solid #f2f2f2;
}
.header__login {
  height: 40px;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px; /*IE9以前に対応する*/
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header-nav {
    position: absolute;
    top: -4px;
    right: -4px;
    min-height: 6.4vw;
    width: 42.27vw;
    justify-content: flex-end;
    padding-right: 10px;
  }
}
.header-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
}
@media (hover: hover) {
  .header-nav__link:hover {
    opacity: 0.9;
    text-decoration: unset;
  }
}
.header-nav__incart-btn {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
.header-nav__top-cart {
  position: relative;
}


.header-news__list {
  line-height: 1;
  background-color: #f4f4f4;
  border-radius: 8px;
  overflow: hidden;
}
.header-news__link {
  /* padding: 1rem 0 1rem 1rem; */
  padding: 1rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  text-decoration: unset;
  color: #4b4b4b;
}
@media (hover: hover) {
  .header-news__link:hover {
    text-decoration: unset;
  }
}
.header-news__term {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}

.header-news__date {
  text-decoration: underline;
  white-space: nowrap;
}
.header-news__desc {
  text-decoration: underline;
}

.drawer {
  font-family: "Noto Sans JP";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: transform 0.2s;
  z-index: 101;
  background-color: #fff;
  padding-top: 20px;
}
.drawer.open {
  transform: translate(0);
}
.drawer__inner {
  margin-left: 2.415vw;
  margin-right: 2.415vw;
}
.drawer__body {
  background-color: #f3f3f7;
  padding-bottom: 140px;
}
.drawer__foot {
  margin-top: 45px;
}
.drawer__nav {
  justify-content: flex-end;
  padding-right: unset;
}
.drawer-user {
  margin-top: 10px;
  padding: 15px 0;
  background-color: #f3f3f7;
}
.drawer-user__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: 2.415vw;
  margin-right: 2.415vw;
}
.drawer-user__btn {
  flex-basis: calc((100% - 10px) / 2);
  height: 45px;
}
.drawer-pages__inner {
  display: flex;
}
.drawer-pages__item {
  flex-grow: 1;
  padding: 20px 1.25rem;
}
.drawer-pages__item:nth-child(odd) {
  border-right: 1px solid #afafaf;
}
.drawer-cat__ttl {
  padding: 0.5rem 0 0.5rem 2.415vw;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 18px; /*IE9以前に対応する*/
  font-size: 1.125rem;
  font-weight: 500;
}
.drawer-cat__list {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.drawer-cat__item {
  flex-basis: 50%;
  min-height: 65px;
  position: relative;
}
.drawer-cat__item::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 3px solid #ff6613;
  border-bottom: 3px solid #ff6613;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-75%) rotate(45deg);
}
.drawer-cat__item:nth-child(odd) {
  border-right: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
.drawer-cat__item:nth-child(even) {
  border-bottom: 1px solid #afafaf;
}
.drawer-cat__item:nth-child(odd):nth-last-child(-n+2) {
  border-bottom: unset;
}
.drawer-cat__item:nth-child(even):nth-last-child(-n+1) {
  border-bottom: unset;
}
.drawer-cat__link {
  display: flex;
  height: 100%;
  align-items: center;
  /* justify-content: center; */
  padding: 0 0 0 1.25rem;
}
.drawer-cat__img {
  flex-basis: 33.2%;
  text-align: center;
}
.drawer-cat__img img {
  max-width: 2rem;
}
.drawer-cat__txt {
    font-size: min(1rem, 3.26vw);
    display: block;
    /* text-align: center; */
    /* margin-left: -6rem; */
}
.drawer-footer__row {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 11.7%;
       column-gap: 11.7%;
}
.drawer-footer__link {
  padding-bottom: 0.5rem;
  line-height: 1;
  border-bottom: 1px solid currentColor;
}



.footer {
  font-family: "Noto Sans JP";
  padding: 40px 0;
  background-color: #fff;
  color: #000;
  border-top: 1px solid #838383;
  border-bottom: 1px solid #838383;
}
@media screen and (max-width: 768px) {
  .footer {
    border-top-color: #e8e8e8;
    border-top-width: 3px;
    border-bottom: unset;
    padding: unset;
  }
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .footer__inner {
    flex-direction: column-reverse;
  }
}
.footer__info {
  font-weight: 600;
}
@media screen and (max-width: 1279px) {
  .footer__info {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1279px) {
  .footer__logo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 48.3vw;
  }
  .footer__logo img {
    width: 100%;
  }
}
.footer__address {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: normal;
}
.footer__address a {
  color: #000;
}
.footer__copy {
  margin-top: 0.9375rem;
  font-size: 0.78375rem;
}
@media screen and (max-width: 1279px) {
  .footer__copy {
    margin-top: 10px;
    text-align: center;
    font-size: 10px; /*IE9以前に対応する*/
    font-size: 0.625rem;
  }
}
.footer__nav {
  width: auto;
  margin: unset;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    padding: 25px 0;
    border-bottom: 1px solid #afafaf;
  }
}
.footer__list01 {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: 16px; /*IE9以前に対応する*/
  font-size: 1rem;
}
@media screen and (max-width: 1279px) {
  .footer__list01 {
    font-size: 12px; /*IE9以前に対応する*/
    font-size: 0.75rem;
    flex-wrap: wrap;
    row-gap: 1rem;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .footer__list01 {
    display: none;
  }
}
.footer__item01 {
  width: auto;
  margin-bottom: unset;
  padding-right: 1.4rem;
  /* position: relative; */
}
/* .footer__item01::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
} */
.footer__item01 a {
  color: inherit;
}
.footer__list02 {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  color: #6c6c6c;
  font-size: 14px; /*IE9以前に対応する*/
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .footer__list02 {
    margin-top: unset;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    color: #4a4d5b;
  }
}
.footer__item02 {
  width: auto;
  padding-right: unset;
  padding-left: 20px;
  margin-bottom: unset;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__item02 {
    padding-right: 20px;
    text-align: center;
  }
}
.footer__item02:not(:last-child) {
  padding-right: 20px;
}
.footer__item02:not(:last-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: currentColor;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .footer__item02:not(:last-child)::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__item02:last-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: currentColor;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__item02:first-child {
    flex-basis: 100%;
  }
}
.footer__item02 a {
  color: inherit;
}

.search-form {
  position: relative;
  display: flex;
  align-items: stretch;
  border: 1px solid #afafaf;
  border-radius: 8px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .search-form {
    height: 2.5rem;
  }
}
.search-form__input {
  flex-grow: 1;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .search-form__input {
    margin-right: 36px;
  }
}
.search-form__input input[type=text] {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  border-radius: unset;
}
.search-form__select {
  border: none;
  border-right: 1px solid #afafaf;
  width: 30.5%;
}
@media screen and (max-width: 768px) {
  .search-form__select {
    width: 33.37%;
  }
}
.search-form form {
  display: block;
  height: 100%;
}

.search-form div.s-box {
  display: block;
  height: 100%;
}

.wc-single, .wc-archive {
  padding: 0 0 60px;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  .wc-single, .wc-archive {
    padding: 25px 0 45px;
  }
}
.wc-single__inner, .wc-archive__inner {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 4.1666%;
       column-gap: 4.1666%;
}
@media screen and (max-width: 1279px) {
  .wc-single__inner, .wc-archive__inner {
    flex-direction: column;
    row-gap: 30px;
  }
}
.wc-single__cont, .wc-archive__cont {
  flex-grow: 1;
}
.wc-single__sidebar, .wc-archive__sidebar {
  flex-basis: 18.333%;
  flex-shrink: 0;
}
.wc-single__nav {
  margin-top: 60px;
  padding: 0 55px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .wc-single__nav {
    margin-top: 45px;
    margin-left: 2.415vw;
    margin-right: 2.415vw;
    padding: unset;
    flex-direction: column;
    row-gap: 1rem;
  }
}
.wc-single__btn {
  flex-grow: 1;
  height: 60px;
  border-radius: 30px;
  font-size: 16px; /*IE9以前に対応する*/
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .wc-single__btn {
    width: 100%;
    height: 55px;
    border-radius: 27.5px;
  }
}

.wc-single-cont__inner {
  display: flex;
  -moz-column-gap: 5.37%;
       column-gap: 5.37%;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__inner {
    flex-direction: column;
    row-gap: 30px;
  }
}
.wc-single-cont__gallery {
  flex-basis: 46.23%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__gallery {
    margin-left: 2.415vw;
    margin-right: 2.415vw;
  }
}
.wc-single-cont__detail {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__detail {
    margin-left: 2.415vw;
    margin-right: 2.415vw;
  }
}
.wc-single-cont__img--main {
  text-align: center;
  background-color: #ededed;
  aspect-ratio: 1/1;
}
.wc-single-cont__img--main img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wc-single-cont__img--thumb {
  margin-top: 20px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.wc-single-cont__img--thumb a {
  width: calc((100% - 80px) / 5);
  aspect-ratio: 1/1;
  border: 1px solid #f1f1f1;
}
.wc-single-cont__img--thumb img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wc-single-cont__itemcode {
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__itemcode {
    font-size: 0.875rem;
  }
}
.wc-single-cont__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__header {
    margin-top: 15px;
  }
}
.wc-single-cont__ttl {
  font-size: 26px; /*IE9以前に対応する*/
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__ttl {
    font-size: 20px; /*IE9以前に対応する*/
    font-size: 1.25rem;
  }
}

.wc-single-cont__benefit {
  margin-top: 20px;
  display: inline-block;
  padding: 10px;
  line-height: 1;
  color: #ff6613;
  border: 1px solid currentColor;
  font-size: 16px; /*IE9以前に対応する*/
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__benefit {
    margin-top: unset;
  }
}
.wc-single-cont__shipment {
  margin-top: 20px;
  line-height: 1.75;
  font-size: 16px; /*IE9以前に対応する*/
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__shipment {
    margin-top: 25px;
  }
}
.wc-single-cont__shipment span {
  font-weight: normal;
}
.wc-single-cont__price {
  padding-bottom: 10px;
  border-bottom: 1px solid #afafaf;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__price {
    margin-top: 25px;
    border-top: 1px solid #afafaf;
    border-bottom: unset;
  }
}
.wc-single-cont__price--num {
  font-size: 48px; /*IE9以前に対応する*/
  font-size: 3rem;
  line-height: 1.75;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__price--num {
    font-size: 36px; /*IE9以前に対応する*/
    font-size: 2.25rem;
  }
}
.wc-single-cont__price .tax {
  font-size: 16px; /*IE9以前に対応する*/
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}
.wc-single-cont__quantity {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px; /*IE9以前に対応する*/
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__quantity {
    padding-top: 0.5rem;
    padding-bottom: unset;
    justify-content: space-between;
    font-size: 16px; /*IE9以前に対応する*/
    font-size: 1rem;
  }
}
.wc-single-cont__quantity--txt {
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__quantity--txt {
    margin-right: unset;
  }
}
.wc-single-cont__quantity--input {
  position: relative;
  width: 135px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #afafaf;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__quantity--input {
    width: 116px;
  }
}
.wc-single-cont__quantity--input input[type=text],
.wc-single-cont__quantity--input input[type=number] {
  max-width: 100%;
  padding: 1rem;
  border-radius: unset;
  border: 0;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__quantity--input input[type=text],
  .wc-single-cont__quantity--input input[type=number] {
    padding: 1.25rem;
  }
}
.wc-single-cont__quantity--spinner {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background-color: #fcf5eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  caret-color: transparent;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__quantity--spinner {
    width: 40px;
  }
}
.wc-single-cont__quantity--arrow {
  cursor: pointer;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wc-single-cont__quantity--arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
}
.wc-single-cont__quantity--arrow._up::before {
  border-top: 2px solid #4b4b4b;
  border-right: 2px solid #4b4b4b;
  transform: rotate(-45deg);
}
.wc-single-cont__quantity--arrow._down::before {
  border-bottom: 2px solid #4b4b4b;
  border-right: 2px solid #4b4b4b;
  transform: rotate(45deg);
}
.wc-single-cont__submit {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__submit {
    margin-top: 2.25rem;
  }
  .wc-single-cont__quantity--arrow._up::before,
  .wc-single-cont__quantity--arrow._down::before {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }
}
.wc-single-cont__submit input[type=submit] {
  background-color: #ff6613;
  color: #fff;
  font-size: 20px; /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  border-radius: 36px;
  transition: 0.3s;
}
@media (hover: hover) {
  .wc-single-cont__submit input[type=submit]:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 768px) {
  .wc-single-cont__submit input[type=submit] {
    font-size: 16px; /*IE9以前に対応する*/
    font-size: 1rem;
    height: 55px;
    border-radius: 27.5px;
  }
}
.wc-single-cont__desc {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #afafaf;
  font-size: 16px; /*IE9以前に対応する*/
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__desc {
    margin-top: 2.25rem;
    padding-top: 25px;
  }
}
.wc-single-cont__desc .loopimg {
  display: none;
}
.wc-single-cont__info {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #afafaf;
}
@media screen and (max-width: 768px) {
  .wc-single-cont__info {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #afafaf;
  }
}

.wc-single-customfield {
  font-size: 16px; /*IE9以前に対応する*/
  font-size: 1rem;
}
.wc-single-customfield__item {
  display: flex;
  -moz-column-gap: 6.88%;
       column-gap: 6.88%;
}
@media screen and (max-width: 768px) {
  .wc-single-customfield__item {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
.wc-single-customfield__term {
  flex-basis: 20%;
  padding: 1rem 0;
  font-weight: 500;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  .wc-single-customfield__term {
    padding: 1.5625rem 0;
    flex-basis: 100px;
    border-bottom: unset;
  }
}
.wc-single-customfield__desc {
  padding: 1rem 0;
  flex-grow: 1;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  .wc-single-customfield__desc {
    padding: 1.5625rem 0;
    border-bottom: unset;
  }
}

.wc-single-recom {
  margin-top: 75px;
  padding: 45px 0;
  background-color: #fcf5eb;
}
@media screen and (max-width: 768px) {
  .wc-single-recom {
    margin-top: 45px;
    padding: 40px 0;
    margin-left: -2.415vw;
    margin-right: -2.415vw;
  }
}
.wc-single-recom__ttl {
  text-align: center;
  font-family: "Barlow";
  font-weight: 600;
  font-size: 36px; /*IE9以前に対応する*/
  font-size: 2.25rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .wc-single-recom__ttl {
    font-size: 24px; /*IE9以前に対応する*/
    font-size: 1.5rem;
  }
}
.wc-single-recom__list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .wc-single-recom__list {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 4.83vw;
    margin-right: 4.83vw;
  }
}
.wc-single-recom__item {
  flex-basis: 18.27%;
}
@media screen and (max-width: 768px) {
  .wc-single-recom__item {
    flex-basis: calc((100% - 20px) / 2);
  }
}
.wc-single-recom__img {
  aspect-ratio: 1/1;
  border: 1px solid #868686;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-single-recom__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wc-single-recom__txt {
  margin-top: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .wc-single-recom__txt {
    margin-top: 1rem;
  }
}

dl.item-sku {
  border-color: #afafaf;
  border-bottom: unset;
  border-right: unset;
  padding: 0;
  font-size: 16px; /*IE9以前に対応する*/
  font-size: 1rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  dl.item-sku {
    margin-top: 25px;
    border-bottom: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    flex-direction: column;
    font-weight: 500;
  }
}
dl.item-sku dt {
  /* flex-basis: 25.5%; */
  /* padding-left: 20px; */
  padding: 0 20px;
  height: 50px;
  background-color: #fcf5eb;
  font-weight: normal;
  display: flex;
  align-items: center;
  border-right: unset;
  border-bottom-color: #afafaf;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  dl.item-sku dt {
    flex-basis: unset;
    height: auto;
    padding: 0.75rem;
    border-bottom: unset;
  }
}
dl.item-sku dd {
  /* flex-basis: 74.5%; */
  width: 100%;
  height: 50px;
  padding-left: unset;
  display: inline-block;
  margin: 0;
  border-right-color: #afafaf;
  border-bottom-color: #afafaf;
  position: relative;
}
@media screen and (max-width: 768px) {
  dl.item-sku dd {
    flex-grow: 4;
    flex-basis: unset;
    height: auto;
    border-right: unset;
    border-bottom: unset;
  }
}
dl.item-sku dd::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #ff6613;
  border-right: 3px solid #ff6613;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-75%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  dl.item-sku dd::before {
    width: 12px;
    height: 12px;
  }
}
dl.item-sku select {
  width: 100%;
  height: 100%;
  padding: 0 30px 0 20px;
  border: unset;
  background: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  dl.item-sku select {
    padding: 1.25rem 1.75rem 1.25rem 0.75rem;
  }
}
dl.item-sku select::-ms-expand {
  display: none;
}

.widget_title {
  font-family: "Barlow";
  font-weight: bold;
  font-size: 16px; /*IE9以前に対応する*/
  font-size: 1rem;
  margin-bottom: 15px;
  padding: 0.5rem 0 0.5rem 0.5rem;
  background-color: #ededed;
}

.cat-item {
  font-weight: 600;
  font-size: 16px; /*IE9以前に対応する*/
  font-size: 1rem;
}
.cat-item > a {
  position: relative;
  display: block;
  padding: 20px 20px 20px 15px;
  border-bottom: 1px solid #c0c0c0;
}
/* .cat-item > a::before {
  content: "\f054";
  display: block;
  font-family: "FontAwesome";
  font-size: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #ff6000;
} */
.cat-item__arrow {
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 10px;
  width: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #ff6613;
  transition: transform 0.3s;
}
.cat-item__arrow.active {
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
}
.cat-item__arrow i {
  font-style: normal;
}
.cat-item > .children {
  display: none;
}
.cat-item > .children > .children {
  display: none;
}

.wc-archive__ttl {
  font-size: 32px; /*IE9以前に対応する*/
  font-size: 2rem;
  line-height: 1.333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wc-archive__ttl {
    font-size: 24px; /*IE9以前に対応する*/
    font-size: 1.5rem;
  }
}
.wc-archive__desc {
  margin-top: 2.25rem;
  font-size: 16px; /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
.wc-archive__order {
  /* margin-top: 3.5rem; */
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wc-archive__select {
  position: relative;
}
.wc-archive__select::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #ff6613;
  border-right: 3px solid #ff6613;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-75%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .wc-archive__select::before {
    width: 12px;
    height: 12px;
  }
}
.wc-archive__select select {
  cursor: pointer;
  border-color: #afafaf;
  background: none;
}
.wc-archive__wrapper {
  margin-top: 75px;
  margin-bottom: 8rem;
}
.wc-archive__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .wc-archive__list {
    row-gap: 30px;
  }
}
.wc-archive__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .wc-archive__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wc-archive__item {
    width: calc((100% - 30px) / 2);
  }
}
.wc-archive__nopost {
  text-align: center;
  width: 100%;
  font-size: 16px; /*IE9以前に対応する*/
  font-size: 1rem;
}
.wc-archive-post__img {
  aspect-ratio: 1/1;
  background-color: #ededed;
}
.wc-archive-post__img img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.wc-archive-post__ttl {
  margin: 20px 0 0;
  font-size: 16px; /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 1.875;
  font-weight: bold;
}
.wc-archive-post__price {
  margin-top: 10px;
  font-size: 1rem;
}
.wc-archive-post__price .tax {
  font-size: 0.875rem;
  color: #000;
}

.js-toggle-list {
  display: none;
}
.js-toggle-list.active {
  display: block;
}

.assistance_item h3 {
  font-size: 20px;
}
.assistance_item .detail {
  display: flex;
  justify-content: space-between;
}
.assistance_item .assist_excerpt h4{
  height: auto;
}
.assistance_item .assist_excerpt p{
  display: none;
}
/*===================================
商品詳細・商品一覧
===================================*/

/*===================================
内容確認画面
===================================*/
.header_explanation a,
.wc_confirm_notes_area a {
  color: var(--wp--preset--color--vivid-red) !important;
}
.header_explanation a:hover,
.wc_confirm_notes_area a:hover {
  text-decoration: underline;
}