@charset "utf-8";


/*##### Privacy Policy #####*/
.boxPrivacy01 {
  padding-top: 2em;
  padding-bottom: 7em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 {
    padding-top: 0;
    padding-bottom: 2.5em;
  }
}

.boxPrivacy01 .boxCont01One + .boxCont01One {
  margin-top: 4em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One + .boxCont01One {
    margin-top: 2em;
  }
}

.boxPrivacy01 .boxCont01One .ttl01 {
  margin-bottom: 1.0em;
  line-height: 1.6;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .ttl01 {
    margin-bottom: 0.5em;
    font-size: 1.1rem;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child {
  margin-top: 1.5em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child {
    margin-top: 1.0em;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .boxCompanyName {
  margin-top: 1.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName {
  margin-bottom: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName > p {
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxCompanyName > p {
    font-size: 0.95rem;
  }
}

.boxPrivacy01 .boxCont01One .dlBase.type01 {
  margin-bottom: 0.2em;
}

.boxPrivacy01 .boxCont01One .boxAddress {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.2em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxAddress {
    font-size: 0.9rem;
  }
}

.boxPrivacy01 .boxCont01One .boxAddress .txtZipcode {
  margin-right: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxPrivacy01 .boxCont01One .boxTelFax .dlBase:first-child {
  margin-right: 1.0em;
}

/*会社案内*/
.boxAbout01 {
	max-width: 1220px;
	padding-left: 60px;
	position: relative;
	z-index: 1;
}
.boxAbout01 .ttl {
	font-size: 1.875rem;
	letter-spacing: 0.2em;
	margin-bottom: 1.5em;
}
.boxAbout01 .cont {
	position: relative;
	padding-right: 24%;
}
.boxAbout01 .cont:after {
	content: "";
	width: 598px;
	height: 594px;
	background: url("../../images/about/img01.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: -210px;
	bottom: -6.875rem;
	z-index: -1;
	pointer-events: none;
}
.boxAbout01 .name {
	display: flex;
	align-items: center;
}
.boxAbout01 .name span {
	font-size: 1.375rem;
	padding-left: 0.5em;
}
.boxAbout01Wrap {
	padding: 5rem 0 6.875rem 0;
}
.boxAbout02Wrap {
	padding: 7.75rem 0 80px 0;
	background-color: #fff;
}
.boxAbout02 > .boxFlex {
	flex-direction: row-reverse;
}
.boxAbout02 .img {
	width: 38.5%;
	margin-right: auto;
}
.boxAbout02 .cont {
	width: 61.5%;
	padding-left: 3.5%;
}
.boxAbout02 .gmap {
	letter-spacing: 0.14em;
	text-decoration: underline;
	padding-right: 1.5em;
	background: url("../../images/about/icn01.svg") no-repeat right center;
	background-size: 13px;
	margin-left: auto;
	font-size: 0.875rem;
}
.boxAbout02 dd.flex {
	display: flex;
	align-items: baseline;
}
.boxAbout02 ul {
	display: flex;
	color: #fff;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}
.boxAbout02 ul li {
	width: 32.4%;
	min-width: 303px;
	border-radius: 1rem;
	overflow: hidden;
	height: 94px;
	background: url("../../images/about/bg01.png") no-repeat left top;
	background-size: cover;
	margin-bottom: 0.8rem;
	margin-right: 1.4%;
}
.boxAbout02 ul li:last-child {
	margin-right: 0;
}
.boxAbout02 ul li a {
	display: block;
	height: 100%;
	background: url("../../images/about/img-menu01.png") no-repeat right top;
	padding: 15px 0 0 14px;
}
.boxAbout02 ul li:nth-of-type(2) {
	background-image: url("../../images/about/bg03.png");
}
.boxAbout02 ul li:nth-of-type(3) {
	background-image: url("../../images/about/bg03.png");
}
.boxAbout02 ul li:nth-of-type(2) a {
	background-image: url("../../images/about/img-menu03.png");
}
.boxAbout02 ul li:nth-of-type(3) a {
	background-image: url("../../images/about/img-menu03.png");
}
.boxAbout02 ul li span:nth-of-type(1) {
	display: block;
	font-weight: bold;
	font-size: 1.625rem;
	padding-left: 1em;
	background: url("../../images/about/icn-dot.png") no-repeat left center;
}
.boxAbout02 ul li span:nth-of-type(2) {
	display: block;
	margin-top: 0.4em;
}
.boxAbout03Wrap {
	padding: 7.75rem 0 613px 0;
	background: url("../../images/about/img03.png") no-repeat right bottom;
}
.boxAbout03 {
	max-width: 1080px;
	display: flex;
	align-items: flex-start;
}
.boxAbout03 h2 {
	color: #684634;
	font-weight: bold;
	font-size: 2.125rem;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	font-feature-settings: initial;
	letter-spacing: 0.28em;
	position: relative;
	width: 160px;
}
.boxAbout03 .cont {
	width: calc(100% - 160px);
}
.boxAbout03 h2 .en {
	font-size: 0.35em;
	opacity: 0.7;
	letter-spacing: 0.1em;
	position: absolute;
	left: 4.5em;
	top: 0;
	font-weight: normal;
}
.boxAbout03 dl {
	margin-bottom: 1.2rem;
	display: flex;
}
.boxAbout03 dl dt {
	position: relative;
	padding-left: 1.2em;
	width: 8.125rem;
}
.boxAbout03 dl dt:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 10em;
	background-color: #dec388;
	position: absolute;
	left: 0;
	top: 0.5em;
}
.boxAbout03 dl dd {
	width: calc(100% - 8.125rem);
}
.boxAbout04Wrap {
	padding: 7.75rem 0;
}
.boxAbout04 .boxFlex {
	justify-content: space-between;
}
.boxAbout04 .cont {
	width: 49%;
}
.boxAbout04 .cont .img {
	margin-bottom: 30px;
	position: relative;
}
@media only screen and (min-width:751px) {
.boxAbout04 .boxFlex .cont .img .img-jfs {
	content: "";
	width: 30%;
	max-width: 231px;
	height: 320px;
	position: absolute;
	right: 40px;
	bottom: -230px;
	z-index: 1;
}
}
@media only screen and (max-width: 1540px) and (min-width: 751px) {
	.boxAbout04 .boxFlex .cont .img .img-jfs {
		bottom: -28vw;
		height: auto;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 751px) {
	.boxAbout04 .boxFlex .cont:first-child .img .img-jfs {
		bottom: -363px;
		height: auto;
	}
}
.boxAbout04 .boxFlex .cont:first-child p {
	padding-right: 320px;
}
.boxAbout04 .cont p {
	line-height: 1.75;
	padding-left: 1.5rem;
	margin-bottom: 2rem;
}
.boxAbout04 .cont .btn {
	background-color: #fff;
	border-radius: 10em;
	font-size: 1.125rem;
	font-weight: bold;
	padding: 0.6em 1.8em;
	margin-left: 1.5rem;
}
.boxAbout04 .cont .ttlBaseH4 {
	margin-left: 1.5rem;
}
.boxAbout04 .cont .box_wrap {
	display: flex;
	flex-wrap: wrap;
	padding-left: 1.5rem;
}
.boxAbout04 .cont .box_wrap .box {
	width: 50%;
	display: flex;
	align-items: center;
	margin-bottom: 13px;
	position: relative;
}
.boxAbout04 .cont .box_wrap .box:nth-of-type(2n) {
	width: 50%;
	padding-left: 1.5rem;
}
.boxAbout04 .cont .box_wrap .box span {
	margin-right: 4px;
}
.boxAbout04 .cont .box_wrap .box:nth-of-type(4) p {
	padding-left: 150px;
}
.boxAbout04 .cont .box_wrap .box span:last-child {
	margin: 0;
}
.boxAbout04 .cont .box_wrap .box span img {
	width: 38px;
}
.boxAbout04 .cont .box_wrap .box p {
	margin-bottom: 0;
	font-size: 1.125rem;
	font-weight: bold;
}
.boxAbout04 .cont .box_wrap .box:last-child:after {
	content: "など";
	margin-left: auto;
	font-weight: normal;
	font-size: 1rem;
	position: absolute;
	right: 0;
	bottom: -1.5em;
}
.boxFooterMenu01 {
	display: flex;
}
.boxFooterMenu01 a {
	width: 25%;
	height: 300px;
	background: url("../../images/about/bg-menu01.png") no-repeat left top;
	background-size: cover;
	position: relative;	
}
.boxFooterMenu01 a:nth-of-type(2) {
	background-image: url("../../images/about/bg-menu02.png");
}
.boxFooterMenu01 a:nth-of-type(3) {
	background-image: url("../../images/about/bg-menu03.png");
}
.boxFooterMenu01 a:nth-of-type(4) {
	background-image: url("../../images/about/bg-menu04.png");
}
.boxFooterMenu01 a .ttl {
	width: 155px;
	height: 252px;
	border-top-left-radius: 1rem;
	background: url("../../images/about/bg-orange.png") no-repeat left top;
	background-size: cover;
	color: #fff;
	font-size: 1.875rem;
	letter-spacing: 0.16em;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	font-feature-settings: initial;
	position: relative;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-top: 40px;
	display: flex;
	align-items: center;
}
.boxFooterMenu01 a:nth-of-type(1) .ttl {
	letter-spacing: 0.28em;	
}
.boxFooterMenu01 a:nth-of-type(2) .ttl {
	background-image: url("../../images/about/bg-green.png");
}
.boxFooterMenu01 a:nth-of-type(3) .ttl {
	letter-spacing: 0.02em;
	background-image: url("../../images/about/bg-pink.png");
}
.boxFooterMenu01 a:nth-of-type(4) .ttl {
	background-image: url("../../images/about/bg-brown.png");
}

.boxFooterMenu01 a .ttl .en {
	font-size: 0.4em;
	letter-spacing: 0.18em;
	opacity: 0.7;
	position: absolute;
	right: 36px;
	top: 45px;
}

/*CONTACT*/
.pageContact {
	
}
.boxContact01Wrap {
	background-color: #fff;
	padding-top: 5em;
}
.btnContactBase01 {
	max-width: 557px;
	height: 64px;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #fff;
	border-radius: 10em;
	background: url("../../images/common/bg-btn-submit01.png") no-repeat;
	background-size: cover;
	font-size: 1.5rem;
	cursor: pointer;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	border: none;
}
.boxFormPrivacyIn {
	font-weight: bold;
}
.boxFormPrivacyIn a {
	padding-right: 1.4em;
	background-image: url(./../../images/common/base-icn-external-link01.png);
	background-repeat: no-repeat;
	background-position: 97% 0.2em;
	background-size: 0.75em;
	text-decoration: underline;
	font-weight: bold;
}
.boxCsnkFormWrap .mwform-checkbox-field-text {
	font-weight: bold;
}
.csnkForm .dlForm > dt {
	font-weight: bold;
}
.csnkForm input#zip {
	width: 200px;
}
.csnkForm select[name="都道府県"] {
	width: 200px;
	margin: 0.5em 0;
	height: 2.5em;
}
.csnkForm input[name="住所"] {
	max-width: 650px!important;
}
.mw_wp_form_confirm .boxFormSubmit {
	display: block;
}
.mw_wp_form_confirm .btnContactBase01 {
	margin: auto;
}
.btnContactBack {
	background: none;
	border: none;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	text-align: center;
	margin: 1.5em auto 0 auto;
	font-size: 1.125rem;
	font-weight: bold;
	color: #583c34;
	letter-spacing: 0.08em;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}
.pageContact .boxPageWrap {
	padding-bottom: 0;
}

/*NEWS*/
ul.page-numbers > li.liPrev, ul.page-numbers > li.liNext {
	position: static;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
ul.page-numbers > li.liPrev {
	margin-right: 4.75rem;
}
ul.page-numbers > li.liNext {
	margin-left: 4.75rem;
}
ul.page-numbers > li.liNext a,.boxSingleNavi a[rel="next"] {
	background: url("../../images/common/svg/arrow.svg") no-repeat right 53%;
	background-size: 2em;
	padding-right: 3em;
}
ul.page-numbers > li.liPrev a,.boxSingleNavi a[rel="prev"] {
	background: url("../../images/common/svg/arrow-prev.svg") no-repeat left 53%;
	background-size: 2em;
	padding-left: 3em;
}
ul.page-numbers > li > .page-numbers.current {
	background: url("../../images/common/bg-btn-submit01.png") no-repeat left center;
	background-size: cover;
	border-radius: 10em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	color: #fff;
	padding-left: 0.1em;
}
ul.page-numbers > li > .page-numbers {
	font-size: 1.125rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	margin: 0 1em;
	padding-top: 0.2em;
}
ul.page-numbers > li > .page-numbers:not(.current):hover {
	background-color: transparent!important;
}
.dlBaseCatMenu01 > dd .ul01 > li a,
.boxBaseSingle01 .ulSingleCat > li, .boxBaseSingle02 .ulSingleCat > li {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	min-height: 1.7em;
	margin-bottom: 0.3em;
	padding: 0.3em 0.4em 0.2em 0.4em;
	background-color: #eee;
	line-height: 1.0;
	font-size: 0.9375rem;
    width: 6.7em;
    height: 1.75em;
    border-radius: 10em;
    flex-shrink: 0;
	font-weight: bold;
}
.dlBaseCatMenu01 > dd .ul01 > li:not(:last-child):after {
	content: none;
}
.dlBaseCatMenu01 > dd .ul01 > li {
	margin-right: 1em;
}
.boxBaseCatYmMenu01 {
	width: calc(100% - 310px);
    padding-left: 80px;
	margin: 0 0 4em auto;
}
.dlBaseCatMenu01 > dt, .dlBaseYmMenu01 > dt {
	font-size: 1.375rem;
}
.dlBaseCatMenu01.type02 {
	margin-bottom: 0.8rem;
}
.dlBaseYmMenu01 > dd select[name="select_archive"] {
	background-color: #fff;
	border-radius: 10em;
}
.pageShopNews .boxBaseCatYmMenu01 {
	width: calc(100% - 160px);
	padding-left: 0;
	margin: 0 auto 120px 280px;
	
}
.pageShopNews .boxPageWrap {
	padding-top: 0;
	padding-bottom: 0;
}
.pageShopNews .boxNews01Wrap {
	padding-left: 195px;
}
.single-shop-news .boxNewsS01Wrap {
	padding-left: 195px;
}
.single-shop-news .boxBaseSingle01 {
	padding-top: 0;
}
.pageShopNews .boxBaseList02 {
	margin-bottom: 0;
}
.pageShopNews .boxBaseList02 .boxListOne {
	margin-bottom: 0;
}
.pageShopNews .boxBaseList02 .boxListOne:nth-child(n+5) {
	margin-top: 2em;
}
body.pageAbout .boxMvWrap {
    overflow: hidden;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    background-image: url(./../../images/about/about-mv.png);
}
body.pageNews .boxMvWrap {
    overflow: hidden;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    background-image: url(./../../images/news/news-mv.png);
}
body.pageForMessage .boxMvWrap {
    overflow: hidden;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    background-image: url(./../../images/contact/contact-mv.png);
}
body.pageThanks .boxMvWrap {
    overflow: hidden;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    background-image: url(./../../images/contact/contact-mv.png);
}

.boxShopTaxAnchor {
	margin-top: 8rem!important;
}
body.term-setomian_btob .boxPageWrap {
	padding-bottom: 0;
}
body.term-9 .boxMvWrap {
	background-image: url("../../images/item/mv-tax-classic.png");
}
body.term-10 .boxMvWrap {
	background-image: url("../../images/item/mv-tax-setomian.png");
}
body.term-11 .boxMvWrap {
	background-image: url("../../images/item/mv-tax-other_btob.png");
}
body.taxBtob #container:before {
	content: none;
}

@media all and (max-width: 750px){
	.boxContentHeaderWrap {
		padding-top: 19.46vw!important;
		padding-left: 0!important;
		position: relative;
    right: auto;
    top: auto;
    width: 100%;
	}
	.boxContentHeader {
		padding-left: 5vw;
	}
	.boxFooterMenu01 {
		display: block;
	}
	.boxFooterMenu01 a {
		display: block;
		width: 100%;
		background-position: center center;
		height: 40vw;
	}
	.boxFooterMenu01 a .ttl {
		writing-mode: horizontal-tb;
		height: auto;
		width: 48%;
		display: block;
		padding: 1rem;
	}
	.boxFooterMenu01 a .ttl .en {
		position: static;
		display: block;
	}
	.boxAbout01Wrap {
		padding: 5em 0;
	}
	.boxAbout01 {
		padding-left: 0;
	}
	.boxAbout01 .cont {
		padding-right: 0;
	}
	.boxAbout01 .cont:after {
    width: 60vw;
    height: 57vw;
    background-size: contain;
    right: -21vw;
    bottom: -5em;
	}
	.boxAbout01 .sp_pd {
		padding-right: 39%;
		display: inline-block;
		position: relative;
		z-index: 1;
	}
	.boxAbout02Wrap {
		padding: 5em 0;
	}
	.boxAbout02 .cont {
		width: 100%;
		padding: 0;
	}
	.boxAbout02 dd.flex {
		flex-wrap: wrap;
	}
	.boxAbout02 .gmap {
		margin: 0.5em 0 0 0;
	}
	.boxAbout02 ul li {
		width: 100%;
		display: flex;
		align-items: center;
		height: auto;
	}
	.boxAbout02 ul li a {
		width: 100%;
		padding: 5vw 0 5vw 1.2rem;
	}
	.boxAbout02 ul li span:nth-of-type(1) {
		padding-left: 1.25em;
	}
	.boxAbout02 .img {
		width: 100%;
	}
	.boxAbout03Wrap {
		padding: 5rem 0 70vw 0;
		background-size: 250%;
	}
	.boxAbout03 h2 {
		width: 21vw;
	}
	.boxAbout03 .cont {
		width: calc(100% - 21vw);
	}
	.boxAbout04Wrap {
		padding: 5em 0;
	}
	.boxAbout04 .cont {
		width: 100%;
		margin-bottom: 3rem;
	}
	.boxAbout04 .boxFlex .cont:first-child .img:after {
    width: 23%;
    height: 28vw;
    right: -3vw;
    bottom: -10vw;
	}
	.boxAbout04 .boxFlex .cont:first-child p {
		padding: 0;
		margin-top: 1em;
	}
	.boxAbout04 .cont .btn {
		margin-left: 0;
		color: #fff;
		background-color: #f97728;
		display: block;
		width: 13em;
		text-align: center;
		margin: auto;
	}
	.boxAbout04 .cont p {
		padding-left: 0;
	}
	.boxAbout04 .cont .ttlBaseH4 {
		margin-left: 0;
	}
	.boxAbout04 .cont .box_wrap {
		display: block;
	}
	.boxAbout04 .cont .box_wrap .box {
		width: 100%!important;
		margin-bottom: 2rem;
	}
	.boxAbout04 .cont .box_wrap .box:nth-of-type(2n) {
		padding-left: 0;
	}
	.boxAbout04 .cont .box_wrap .box span {
		width: 15%;
		flex-shrink: 0;
	}
	.boxAbout04 .cont .box_wrap .box span img {
		width: 100%;
	}
	.boxAbout04 .cont .box_wrap .box p {
		padding-left: 1em!important;
	}
	.dlBaseCatMenu01 > dd .ul01 > li a, .boxBaseSingle01 .ulSingleCat > li, .boxBaseSingle02 .ulSingleCat > li {
		padding-bottom: 0.27em;
	}
	.dlBaseYmMenu01 > dd select[name="select_archive"] {
		padding-bottom: 0.4em;
		height: 2.5em;
	}
	
	/*MV sp*/
	.boxMvWrap {
		padding-top: 43.73vw;
		border-radius: 0!important;
		background-image: url("../../images/about/about-mv-sp.png");
		background-size: cover;
	}
	body.pageNews .boxMvWrap {
		background-image: url("../../images/news/news-mv-sp.png");
	}
	body.term-9 .boxMvWrap {
		background-image: url("../../images/item/mv-tax-classic-sp.png");
	}
	body.term-10 .boxMvWrap {
		background-image: url("../../images/item/mv-tax-setomian-sp.png");
	}
	.boxAbout03 dl dt {
		width: 7.5em;
	}
	.boxAbout03 dl dd {
		width: calc(100% - 7.5em)
	}

	
	
}
body.term-btob .boxPageWrap {
	padding-bottom: 0;
}
/*btob タクソノミーページ*/

body.btob .boxMvWrap {
	display: none;
}
body.btob .boxTax_btob .boxShopItemS01 {
    width: calc(100% - 310px);
    margin: -437px 0 0 auto;
	padding: 0 80px 0 80px;
	position: relative;
	z-index: 1;
	
}
/*
body.btob .boxTax_btob .boxShopItemS01Wrap {
    position: absolute;
    right: 0;
    top: 170px;
    width: calc(100% - 310px);
    padding-left: 80px;
}

body.btob .boxTax_btob .boxShopItemS01Wrap {
	
}
body.btob .boxShopItemS01Wrap:after {
	content: none;
}
body.btob .boxShopItemS01 {
	padding-left: 0;
}
body.btob .boxContent {
	position: relative;
}
*/
.pagePrivacyPolicy .boxMvWrap {
	background-image: url("../../images/contact/contact-mv.png");
}
.boxAbout04 .cont .box_wrap .box span {
	flex-shrink: 0;
}
@media only screen and (max-width: 1600px) and (min-width: 751px) {
	.boxFooterMenu01 a .ttl {
		width: 80px;
	}
	.boxFooterMenu01 a .ttl .en {
		opacity: 0.5;
		right: 3px;
	}
	.boxAbout04 .boxFlex .cont:first-child .img:after {
		bottom: -457px;
	}
	.boxAbout04 .boxFlex .cont:first-child p {
		padding-right: 42%;
	}
	.boxAbout04 .cont .box_wrap .box {
		flex-wrap: wrap;
		position: relative;
	}
	.boxAbout04 .cont .box_wrap .box p {
		width: 100%;
		padding: 0.5em 0 0 0!important;
	}
	.boxAbout04 .cont .box_wrap .box:last-child:after {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.boxAbout01 .cont {
		padding-right: 30%;
	}
	
	
	
	
}

@media only screen and (max-width:750px) {
		body.btob .boxTax_btob .boxShopItemS01 {
		width: 90%;
    margin:0 auto;
		padding: 0;
	}
	body.btob .boxHeaderSp01 .logo {
		opacity: 1!important;
	}
	/*
	.boxAbout04 .boxFlex .cont .img .img-jfs {
    width: 30%;
    max-width: 231px;
    height: auto;
    position: absolute;
    right: 5vw;
    bottom: -25vw;
	}*/
	.boxAbout04 .boxFlex .cont .img .img-jfs {
    position: absolute;
    right: 5vw;
    bottom: -25vw;
		width: 30%;
	}

}
a.link_border {
	text-decoration: underline;
}
.boxAbout05Wrap {
	background-color: #fff;
	padding-bottom: 65px;
}
.boxAbout05 .boxFlex {
	justify-content: center;
}
.boxAbout05 .boxFlex .img {
	transition: all 0.2s ease;
	opacity: 0;
	transform: translateY(50px);
	top: -100px;
	position: relative;
}
.boxInview02.show .boxAbout05 .boxFlex .img {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}
.boxAbout05 .boxFlex .img img {
}
.boxAbout05 .boxFlex .cont {
	margin-left: 30px;
}
.boxAbout05 .boxFlex .cont .ttlBaseCsnk03 .ttlJa:before {
	top: 0.55em;
}
.boxAbout05 .boxFlex .cont .ttl span {
}
.boxAbout05 .boxFlex .cont p {
	line-height: 1.75;
	padding-left: 1.6em;
}

@media only screen and (max-width:750px) {
	.boxAbout05 .boxFlex .img {
		width: 65%;
		margin: 0 auto;
		top: -6vw!important;
		transition: all 0.5s ease;
		-webkit-transition:all 0.5s ease;
		transform: translateY(50px);
		-webkit-transform: translate3d(0, 50px, 0);
	}
	.boxInview02.show .boxAbout05 .boxFlex .img {
		opacity: 1;
    transform: translateY(0);
		-webkit-transform: translate3d(0, 0, 0);
		transition-delay: 0s;
	}	
	.pageAbout .ulBaseTopMenu,
	.pageOemPb .ulBaseTopMenu {
		justify-content: space-between;
	}
	.pageAbout .ulBaseTopMenu > li,
	.pageOemPb .ulBaseTopMenu > li {
		margin: 0 0 2em 0;
		width: 47%;
	}
}
.pagePrivacyPolicy .boxPageWrap {
	padding-top: 8em;
}
.boxProductsAdd01 {
  margin: 3.5rem 0;
}
.boxProductsAdd01 .ttl01 {
  margin-bottom: 1.33em;
  letter-spacing: 0.092em;
  font-size: 1.95rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.boxProductsAdd01 .box_wrap {
  display: flex;
  align-items: flex-end;
}
.boxProductsAdd01 .img {
  margin-left: auto;
  padding-left: 5%;
}
.boxProductsAdd01 .img img {
  border-radius: 22px;
}

.boxProductsAdd01 .lead {
  margin-bottom: 2rem;
}
.boxProductsAdd01 dl {
  display: flex;
}
.boxProductsAdd01 dl dt {
  font-weight: bold;
  width: 10em;
}
.boxProductsAdd01 dl dd {
  width: calc(100% - 10em);
}
.boxProductsAdd01 dl:nth-child(n+2) {
  margin-top: 1em;
}
.boxProductsAdd01 .ttl01 span:before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: -0.6em;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #dec388;
}

@media only screen and (max-width:750px) {
  .boxProductsAdd01 dl {
    display: block;
  }
  .boxProductsAdd01 dl dt {
    width: 100%;
  }
  .boxProductsAdd01 dl dd {
    width: 100%;
    margin-top: 1em;
  }
  .boxProductsAdd01 dl:nth-child(n+2) {
  margin-top: 1.5em;
}
  .boxProductsAdd01 .ttlBaseCsnk03 {
    padding-left: 0;
  }
  .boxProductsAdd01 .ttlBaseCsnk03 span:before {
    left: 0;
  }
  .boxProductsAdd01 .ttlBaseCsnk03 span {
    padding-left: 0.8em;
  }
  .boxProductsAdd01 .box_wrap {
    display: block;
  }
  .boxProductsAdd01 .box_wrap .img {
    margin-top: 2.5rem;
    text-align: center;
    padding-left: 0;
  }
}


.news-template-default .gallery {
	padding:2rem 0;
	display:flex;
	gap:10px;
}
.news-template-default .gallery-caption{
	font-weight:700;
	padding:1rem 0;
	line-height: 1.95;
    font-size: 1.1rem;
	letter-spacing: 0.107em;
}

.news-template-default .gallery img{
	border:none!important;
}
@media all and (max-width: 750px){
.news-template-default .gallery {
	flex-direction:column;
	width:100%;
}
.news-template-default .gallery .gallery-item,
.news-template-default .gallery img{
	width:100%!important;
}
	
}


