/*
  Theme Name: [NEW]山家漆器店のテーマ
  Theme URI: http://
  Description: 
  Version: 1.0.0

*/
html {
	box-sizing: border-box;
}


body {
	margin: 0;
	padding: 0;
	display: block;
	overflow-x: hidden;
	font-family: "BIZ UDGothic", sans-serif;
	letter-spacing: 1.5px;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

section,
div,
ul,
li {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* display: inline-block; */
	margin: 0;
	font-family: inherit;
	font-weight: bold;
}

p {
	/* display: inline-block; */
	margin: 0.5rem 0;
	line-height: 1.55;
	font-size: 1.1rem;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	display: block;
	color: inherit;
	transition: all 0.5s;
}
a:hover{
	filter: brightness(0.8);
}

img {
	max-width: 100%;
}

hr {
	margin: 3rem 0;
}
section {
	width: 100%;
	position: relative;
}

.cont {
	width: 80%;
	margin: auto;
	max-width: 1200px;
	padding: 4rem 0;
}

.cont h2:not(.contbottom h2) {
	position: relative;
	writing-mode: vertical-rl;
	width: 100%;
	font-size: 1.8rem;
	padding: 1rem;
	margin: 2rem 0;
	margin-left: auto;
	display: block;
}

.cont h2 span {
	position: relative;
	display: block;
}

.cont h2 span::before,
.cont h2 span::after {
	position: absolute;
	top: 0;
	content: "";
	display: block;
	width: 1px;
	height: 105%;
	background: #333;
}

.cont h2 span::before {
	left: -50%;
}

.cont h2 span::after {
	right: -50%;
}

.viewall {
	position: absolute;
	writing-mode: vertical-rl;
	left: -5%;
	height: fit-content;
	border: 0;
	bottom: 15%;
	font-size: 1.3rem;
	font-weight: 600;
}
.pc{
	display: block;
}
.sp{
	display: none!important;
}

/***********
****fadein
***********/
.fadeUpTrigger {
	opacity: 0;
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/***********
****blur
***********/
.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}

/***********
****order
***********/
.orderbox{
	opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/***********
****header
***********/
header {
	color: #736357;
	position: fixed;
	z-index: 700;
	width: 100%;
}

header .header_top {
	position: relative;
	text-align: center;
	padding: 12px 0;
}

header .header_top p {
	line-height: 1.0;
	font-size: 0.95rem;
	margin:auto;
	color:inherit;
}

header .header_top ul:not(.localization-form ul) {
	float: right;
	display: flex;
	margin: 0 10px;
	gap: 5px;
	position: absolute;
    top: 5px;
    right: 0;
	background: #fff;
}
header .header_top ul img {
	width: 25px;
}
.lang .disclosure{
	z-index:500;
}
.lang  .localization-form__select{
    margin: 0 !important;
    padding: 0 10px;
    font-size: 1rem;
    background: none;
    min-height: auto;
    height: auto;
    min-width: auto;
	width: 84px;
    justify-content: center;
	white-space: nowrap;
	
}
.lang  .localization-form__select:before,
.lang  .localization-form__select:after{
	display: none;
}
.lang  .localization-form{
	margin:0;
	padding:0;
}
.lang  .disclosure svg{
display:none;
}
.lang  .disclosure__list{
	font-size: 1rem;
    min-width: auto;
    padding: 0;
    width: auto;
}

.lang  .disclosure__list-wrapper{
	position: relative;
	background-color:#fff;
	font-size: 1rem;
    height: auto;
    min-height: auto;
    width: auto;
    min-width: auto;
	padding:0;
	margin:0;
	top: 1rem;
    border: 1px solid;
    border-radius: 5px;

}
.lang  .disclosure__link{
font-size: 1rem;
line-height:1.6;
padding: 0!important;
}



header .header_bottom {
	position: relative;
	/* top: 37px; */
	width: 100%;
	display: flex;
	left: 0;
	z-index: 300;
	justify-content: space-between;
	align-items: center;
	padding: 5px 1rem;
}

header .header_bottom ul:not(.lang ul) {
	display: flex;
}

header h1 a {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 2rem;
	position: relative;
}

header h1 img {
	width: 15rem;
}

header nav {
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	gap: 2rem;
}

header nav ul:first-child {
	gap: 2.2rem;
}

header nav ul.nav_icons {
	gap: 0.8rem;
	align-items: center;
}
header nav ul.nav_icons li:nth-child(1){
	width:1.8rem;
}
header nav ul.nav_icons li:nth-child(2){
	width:3.6rem;
}
header nav ul.nav_icons li a{
	width:100%;
}
header nav ul ul{
	display: block;
}
header nav ul li{
	position: relative;
	height: auto;
}




header nav li.has-child ul{
    position: absolute;
    right: 0;
    top: 0;
	margin-top:2rem;
    z-index: 0;
    width: max-content;
    transition: all .3s;
    flex-direction: column;
    gap: 0;
	opacity: 0;
	visibility: hidden;
    font-size: 1rem;
}
header nav li.has-child ul ul{
	right:auto;
	left:100%;
	top: 0;
	padding: 0;
}
header nav li.has-child li a{
	padding:1rem 1.5rem;
	background: #ffffffe3;
}
header nav li.has-child li a:hover{
	color:#b15e50;
}
header nav li.has-child:hover > ul,
header nav li.has-child:active > ul,
header nav li.has-child ul li:hover > ul,
header nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
  z-index:100;
  top: 1.2rem;
}
header nav li.has-child > ul > li:hover{
}
header nav li.has-child li:hover a{
    color:#fff;
	background: #736357;
}
header nav li.has-child ul li:hover > ul{
	right:auto;
	left: 100%;
    top: 0;
	padding: 0;
}
header nav li.has-child ul li:hover > ul a{
	color:inherit;
	background:#ffffffe3;
}



header.fixed_header {
	background: #fff;
	/* top: 0; */
	box-shadow: 0 0 5px 0px;
	animation: DownAnime 0.5s forwards;
}

header.fixed_header .header_top {
	/* display: none; */
}

header.fixed_header h1 img {
	width: 12rem;
}

header.fixed_header h1 a {
	font-size: 1.2rem;
}

@keyframes DownAnime {
	0% {
		opacity: 0;
		transform: translateY(-170px);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

/***********
****#sidebar
***********/
#sidebar{
	position: fixed;
	left: 0;
	top: 20vh;
	z-index: 200;
}

#sidebar .guide01,
#sidebar .guide02 {
	display: flex;
	position: relative;
	transition: left 0.5s;
	left: 0;
}

#sidebar img {
	max-width: 220px;
	display: block;
	padding: 8px 0;
	margin: auto;
}

#sidebar h2 {
	writing-mode: vertical-lr;
	font-size: 1rem;
	padding: 20px;
	color: #fff;
	max-height: fit-content;
	cursor: pointer;
}

#sidebar h2 span {
	position: relative;
	border-right: 1px solid;
	border-left: 1px solid;
	padding: 5px 10px 0;
}

#sidebar h2 span::after {
	position: relative;
	content: ">>>";
	writing-mode: horizontal-tb;
	font-weight: 300;
	left: -4px;
	top: 5px;
	font-size: 0.9rem;
}

#sidebar .guide01 h2 {
	background: #333;
	display: block;
}

#sidebar .guide02 h2 {
	background: #b15e50;
}

#sidebar .openmenu {
	padding: 0;
	background: #ffffff;
	text-align: center;
	width: auto;
	opacity: 0;
	height: 0;
}

#sidebar .guide02 .openmenu {
	background: #b15e50;
	color: #fff;
}

#sidebar .openmenu .nav1 h3,
#sidebar .openmenu .nav1 div a {
	background: #534741;
	color: #fff;
	padding: 8px 5px;
	width: 100%;
	border-radius: 5px;
	font-weight: 500;
	font-size: 0.9rem;
	white-space: nowrap;
}

#sidebar .openmenu .nav1 div {
	display: flex;
	gap: 3px;
}

#sidebar .openmenu .nav2 h3 {
	margin: 1.6rem 0;
	border-bottom: 1px solid;
	width: 90%;
	padding-bottom: 5px;
}

#sidebar .openmenu .nav2 ul li {
	padding: 5px 0;
}

#sidebar .guide01.active .openmenu,
#sidebar .guide02.active .openmenu {
	position: relative;
	height: auto;
	opacity: 1;
}

#sidebar .guide01.active,
#sidebar .guide02.active {
	left: 0;
}

/***********
****mv
***********/
.mv {
	position: relative;
	width: 100%;
	height: calc(100vh - 37px);
	top: 37px;
}

.mv video{
	width: 100%;
	height: calc(100vh - 37px);
	object-fit: cover;
	object-position: center;
}

.mv .mv_center {
	position: absolute;
	top: 27vh;
	left: 25vw;
	right: 25vw;
	text-align: center;
}

.mv .mv_center img {
	display: block;
	width: 15vw;
	max-width: 200px;
	margin: auto;
	opacity:0.75;
}

.mv .mv_center p {
	font-family: 'BIZ UDMincho';
	font-size: 1.3rem;
	line-height: 1.8;
	margin-top: 15px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 15px #fff;
}

/***********
****intro
***********/
section#intro .cont {
	position: relative;
	max-width: 1400px;
}

section#intro .catch_en {
	position: absolute;
	top: -5rem;
	font-size: 5rem;
	font-weight: 500;
	font-family: serif;
	letter-spacing: 3px;
	line-height: 1.3;
	z-index: 10;
}

section#intro .catch_en::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 28rem;
	top: 1rem;
	left: -2rem;
	background: #b15e50;
	display: block;
}

section#intro p.disc_en {
	position: absolute;
	top: 10rem;
	width: 40vw;
	line-height: 1.7;
	z-index: 100;
}

section#intro .image {
	position: relative;
	padding-top: 6rem;
	z-index: 0;
}

section#intro img {
	width: 52vw;
	height: auto;
	max-width: 900px;
	display: block;
	margin-bottom: 1.8rem;
}

section#intro .image img:nth-of-type(1) {
	margin-left: auto;
}

section#intro img:nth-of-type(2) {
	margin-left: auto;
	margin-right: auto;
}

section#intro img:nth-of-type(3) {
	margin-right: auto;
}

section#intro .image::after {
	position: absolute;
	content: "";
	display: block;
}

section#intro .catch_ja {
	position: absolute;
	bottom: 0;
	right: 3%;
	color: #b15e50;
	writing-mode: vertical-lr;
	font-weight: 600;
	font-size: 4.5rem;
	font-family: serif;
	letter-spacing: 10px;
}

section#intro .catch_ja p {
	writing-mode: initial;
	position: absolute;
	right: 100%;
	width: max-content;
	text-align: end;
	bottom: 2rem;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: normal;
	font-family: inirial;
}

section#intro .catch_ja::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 100%;
	top: -2rem;
	right: -2rem;
	background: #b15e50;
	display: block;
}

/***********
****movie
***********/
section#movie {
	width: 100%;
	background: url("img/top/bg_movie.jpg") no-repeat;
	background-size: cover;
	text-align: center;
	padding: 3rem;
}

section#movie div {
	max-width: 900px;
	margin: auto;
}

section#movie div iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 5/3;
}

/***********
****info-NEWS
***********/
.news ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-bottom: 6rem;
}

.news ul li {
	position: relative;
	padding: 10px 1rem;
	text-align: center;
	line-height: 1.5;
	text-decoration: underline;
}

.news ul li .date {
	display: block;
	margin: 7px 0;
}

.news ul li::after {
	position: absolute;
	content: "";
	display: block;
	right: 0;
	top: 10px;
	height: 70%;
	width: 5px;
	background: #6b785f;
}

/***********
****info-recommend
***********/
.recommend {
	margin: 3rem 0;
}
.home .recommend {
	background: #e7e3de;
}

.recommend .tabarea {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.recommend .tabarea li {
	width: 100%;
}

.recommend .tabarea a {
	width: 100%;
	display: block;
	font-size: 1.4rem;
	padding: 10px;
	color: #e7e3de;
	background: #fff;
	border: 1px solid #795548;
}

.recommend .tabarea a.active {
	background: #534741;
	color: #fff;
}
.recommend .catcont{
	display: none;
}
.recommend .catcont.is-active{
	display: inline-block;
}

.recommend .productlist {
	border: 2px solid #534741;
	padding: 1.5rem;

}
.productlist .shopify-buy__collection-products,
.productlist {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	font-family: "BIZ UDMincho";
}
.productlist .shopify-buy__collection-products a,
.productlist li .image {
	width: 100%;
	aspect-ratio: 1/1;
	background: #fff;
	overflow: hidden;
}
.productlist .shopify-buy__collection-products a img,
.productlist li .image img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}
.productlist .shopify-buy__collection-products p,
.productlist li p {
	line-height: 1.3;
	margin: 12px 0 10px;
}
.productlist button{
	width: 200px;
    font-size: 18px;
    border: none;
    padding: 12px;
    box-shadow: 1px 1px 9px #ddd;
    color: #fff;
    background: #b15e50;
    cursor: pointer;
    margin: 3rem auto 5rem;
    display: block;
}

/***********
****info-catlist
***********/
.product_cats ul {
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	gap: 7px;
	direction: rtl;
}
.product_cats ul a{
	background: #fff;
	border-radius: 6px;
}
.translated-ltr .product_cats.en{
	display: grid!important;
}
.translated-ltr .product_cats:not(.en){
	display: none!important;
}

/***********
****bloglist
***********/
.blog_cats ul {
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	gap: 7px;
	direction: rtl;
	align-items: flex-end;
}

.blog_cats ul .viewall {
	position: relative;
	direction: ltr;
	padding: 0 1rem;
	/* top: 45%; */
	bottom: 0;
}


/***********
****top-blogcat
***********/
section#blog {
	background: #e7e3de;
}

section#blog .cont {
	width: 75%;
	margin-left: auto;
	position: relative;
}

.bloglist {
	position: relative;
}

.bloglist ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	direction: rtl;
	margin-right: 1rem;
	margin-bottom: 2rem;
}

.bloglist ul h3 {
	writing-mode: vertical-rl;
	height: 180px;
	font-size: 1.5rem;
	direction: ltr;
	padding: 10px 0;
}

.bloglist ul h3 strong {
	padding-right: 5px;
	border-right: 5px solid #6b785f;
	text-transform: uppercase;
	display: inline-block;
}

.bloglist ul h3 span {
	font-size: 1rem;
	font-weight: 500;
	display: block;
	text-align: start;
	line-height: 1.4;
	padding-right: 10px;
}
.bloglist ul li .date{
	font-size:0.8rem;
}
.bloglist ul li a{
	position:relative;
}
.bloglist ul li a span{
	position:absolute;
	left:0;
	top:0;
	background:#333;
	color: #fff;
    padding: 0.2em 1.2rem;
    letter-spacing: 3px;
    font-size: 1.2rem;
}
.bloglist ul img {
	border: 8px solid #6b785f;
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

section#blog .viewall {
	bottom: 0;
	left: -4%;
}

/***********
****top-SNS
***********/
section#sns .link_icon {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 4rem 0;
}
.link_icon img{
	width: 45px;
}

/***********
****footer-SNS
***********/
#sns .feed{
	width: 100%;
    direction: rtl;
	display: flex;
	gap: 2rem;
}
#sns .feed .account{
	direction: ltr;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    margin-bottom: 10px;
	margin-right: 0;
	height: 150px;
}
#sns .feed .account img{
	max-width: 40px;
    height: 100%;
	margin-left: 15px;
    display: block;
    object-fit: contain;
    object-position: bottom;
}
.feed-insta{
	width:30%;
}
.feed-twitter{
	width:30%;
}
.feedlist{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.instagram-box{
	width:100%;
	height: auto;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.instagram-box a{
	width:100%;
	height: 100%;
}
#sns .feedlist,
#sns .twitter-timeline{
	width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow-y: auto;
}


/***********
****footer
***********/
footer {
	background: #333;
	color: #fff;
}

footer .footer_inner {
	text-align: center;
}

footer .footer_inner nav div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
footer .footer_inner nav div img{
	width:40px;
}

footer .footer_inner ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem 0;
	gap: 2%;
}
footer .footer_inner ul img{
	width: 45px;
}

footer .footer_inner nav ul:nth-of-type(1) {
	font-size: 1.2rem;
	gap: 3%;
}

footer .footer_inner h1 img {
	width: 6rem;
	margin-bottom: 1rem;
}
	.shop-footer{
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
		padding: 0;
		color:#333;
	  }
	  .shop-footer h2 {
		color: #fff;
	  }
	  .shop-footer .box {
		background: #e7e3ded1;
		padding: 2rem;
		margin-bottom: 2rem;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	  }
	  dt {
		font-size: 1.5rem;
		font-weight: 600;
		text-align: center;
		border-bottom: 1px solid;
		padding: 10px;
	  }
	  dd {
		margin: 10px 0 20px;
		line-height: 1.2;
	  }
	  .shop-footer h4,
	  .shop-footer h5 {
		font-size: 1rem;
		margin: 3px 0;
		font-weight: 500;
		color: inherit;
	  }
	  .shop-footer a {
		color: #b15e50;
	  }
	  .cont table {
		width: 100%;
		margin: 10px 0;
		border-collapse: collapse;
	  }
	  .cont  th,
	  .cont td {
		font-size: 1rem;
		padding:10px;
		border:1px solid;
	  }
	  .cont th {
		background: #b15e505c;
	  }
	  .searchandfilter button, .searchandfilter input{
		background: #fff;
		padding: 7px 12px;
	  }
	  .searchandfilter input[type="submit"]{
		background:#333;
		color:#fff;
	  }
	  .searchandfilter.productSearch ul{
		display: flex;
	    justify-content: flex-end;
		width: 100%;
		margin: 2rem auto 4rem;
		gap:0px;
	  }
	  .searchandfilter.productSearch ul li{
		width:100%;
		max-width: 600px;
	  }
	  .searchandfilter.productSearch ul li:nth-child(2){
		width: fit-content;
	  }
	  .searchandfilter.productSearch input{
		padding:12px 15px;
	  }
	  .searchandfilter.productSearch input[type="text"]{
		border:1px solid #909090;
		width: 100%;
	  }


/***********
****SP
***********/
@media(max-width:890px) {
	.pc{
		display: none!important;
	}
	.sp{
		display: block!important;
	}
	p {
		font-size: 0.9rem;
	}

	.cont {
		width: 90%;
		padding: 2.5rem 0;
	}

	.cont h2:not(.contbottom h2) {
		margin: 1rem 0 1rem auto;
		font-size: 1.5rem;
	}

	header .header_top {
		display: none;
	}

	header .header_bottom {
		top: 0;
	}

	header h1 a {
		font-size: 1.2rem;
		z-index: 400;
	}

	header h1 img {
		width: 12rem;
	}

	header .openbtn {
		position: absolute;
		cursor: pointer;
		width: 50px;
		height: 50px;
		border-radius: 5px;
		z-index: 300;
		top: 15%;
		right: 3%;
	}

	.openbtn span {
		display: inline-block;
		position: absolute;
		left: 0;
		height: 2px;
		border-radius: 5px;
		transition: all 0.4s;
		background: #333;
		width: 80%;
	}

	.openbtn span:nth-of-type(1) {
		top: 8px;
	}

	.openbtn span:nth-of-type(2) {
		top: 20px;
	}

	.openbtn span:nth-of-type(3) {
		top: 32px;
	}

	header .openbtn.active span:nth-of-type(1) {
		transform: translateY(8px) rotate(30deg);
	}

	header .openbtn.active span:nth-of-type(2) {
		display: none;
	}

	header .openbtn.active span:nth-of-type(3) {
		transform: translateY(-15px) rotate(-30deg);
	}

	header nav {
		opacity: 0;
		position: absolute;
		top: 0;
		transition: auto 2s;
	}

	header nav.panelactive {
		display: block;
		opacity: 1;
		width: 100%;
		height: 100vh;
		background: #fff;
		position: absolute;
		left: 0;
		top: 0;
		color: #333;
		overflow-y: scroll;
		padding: 2rem;
		transition: auto 2s;
	}

	header nav.panelactive ul:not(.lang ul):first-child {
		flex-direction: column;
		margin: 5rem 0 2rem;
		text-align: center;
	}

	header nav.panelactive ul.nav_icons {
		margin: 1rem auto;
		justify-content: center;
	}
	header nav li.has-child ul{
		display: none!important;
	}
	header .header_bottom .header__icons{
		margin:auto;
	}
	header .header_bottom .lang{
		display: block!important;
		text-align: center;
	}
	header .header_bottom .tel{
		display: block!important;
		max-width: 240px;
		margin: 1.5rem auto;
	}

	#sidebar {
		top: auto;
		bottom: 0;
		display: flex;
		width: 100%;
		z-index: 700;
	}

	#sidebar .guide01,
	#sidebar .guide02 {
		width: 50%;
		flex-direction: column;
		left: 0;
	}

	#sidebar h2 {
		position: absolute;
		bottom: 0;
		writing-mode: horizontal-tb;
		font-size: 0.75rem;
		width: 100%;
		text-align: center;
		padding: 20px 5px;
	}

	#sidebar .active h2 {
		filter: brightness(0.5);
	}

	#sidebar h2 span::before,
	#sidebar h2 span::after {
		display: none;
	}

	#sidebar .guide01.active .openmenu{
		width: 100vw;
		height: max-content;
		left: 0;
		position: fixed;
		bottom: 55px;
		padding-bottom: 2rem;
	}

	.viewall {
		position: static;
		writing-mode: horizontal-tb;
		font-size: 1.1rem;
		text-align: end;
		margin: 1rem auto;
	}

	.mv {
		height: 100vh;
		top: 0;
	}

	.mv img:not(.mv_center img) {
		height: 100vh;
	}

	.mv .mv_center {
		top: 27vh;
		left: 10vw;
		right: 10vw;
	}

	.mv .mv_center p {
		font-size: 1rem;
	}
	.mv .mv_center img{
		width: 30vw;
	}

	section#intro .catch_en {
		font-size: 2.5rem;
		top: -4rem;
		padding-left: 1rem;
	}

	section#intro .catch_en::before {
		left: -1%;
		width: 5px;
	}

	section#intro p.disc_en {
		width: 100%;
		top: 7rem;
		padding-left: 1rem;
		line-height: 1.6;
	}

	section#intro .image {
		padding-top: 24rem;
		padding-bottom: 6rem;
	}

	section#intro img {
		width: 66vw;
		margin-bottom: 10px;
	}

	section#intro .catch_ja {
		font-size: 1.8rem;
		right: 1%;
		bottom: 0;
	}

	section#intro .catch_ja::after {
		top: -1rem;
		right: -10px;
		width: 5px;
	}

	section#intro .catch_ja p {
		font-size: 1rem;
		line-height: 1.6;
	}
	.news ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}

	.news ul li {
		padding: 1.2rem;
	}

	.news ul li::after {
		top: 0px;
		height: 5px;
		width: 100%;
	}
	.productlist .shopify-buy__collection-products,
	.productlist {
		grid-template-columns: repeat(2, 1fr);
	}

	.recommend .tabarea a {
		font-size: 1rem;
	}

	.product_cats ul {
		grid-template-columns: repeat(7, 1fr);
	}

	section#blog .cont {
		width: 90%;
	}

	.bloglist ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.bloglist ul h3 {
		letter-spacing: normal;
	}
	.bloglist ul h3 strong{
		letter-spacing: 1px;
		font-size: 1.2rem;
	}

	.bloglist ul h3 span {
		font-size: 0.8rem;
	}

	.blog_cats ul {
		grid-template-columns: repeat(7, 1fr);
	}

	.blog_cats ul .viewall {
		/* top: 25%; */
		writing-mode: vertical-lr;
	}

	footer .footer_inner nav ul {
		flex-direction: column;
		gap: 10px;
	}

	footer .footer_inner nav ul:nth-of-type(1) {
		font-size: 1.1rem;
		gap: 15px;
	}

	footer .footer_inner .linklist ul {
		max-width: 240px;
		margin: 1rem auto;
	}

	footer .footer_inner p {
		margin-bottom: 4rem;
		font-size: 0.75rem;
		line-height: 1.5;
	}
	.shop-footer .box{
		grid-template-columns: repeat(1, 1fr);
		font-size:0.9rem;
		padding:1.2rem;
	}
	.shop-footer dt{
		font-size: 1.2rem;
	}
	#sns .feed{
		flex-direction: column;
		margin: 2rem auto;
		direction: initial;
	}
	#sns .feed .account{
		display: flow-root;
		height: fit-content;
		writing-mode: initial;
		width: 100%;
		direction: initial;
	}
	#sns .feed .account img{
		height: auto;
	}

	.feed-insta,.feed-twitter{
		width:100%;
		height: fit-content;
		display: flow-root;
	}
}

/*PAGE*/
.subvisual {
	width: 100%;
	position: relative;
	top: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 125px;
	height: auto;
	background-image:url('img/archives/05_blog_top.jpg');
	background-size: cover;
	background-position: center;
	min-height: 50vh;
}

.subvisual h1 {
	font-size: 2rem;
	writing-mode: vertical-rl;
	padding: 2rem 0;
	position: relative;
	font-family: 'BIZ UDMincho';
	font-weight: 500;
	letter-spacing: 10px;
	line-height: 1.3;
	margin-bottom: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	color: #fff;
	width: auto;
	height: fit-content;


}

.subvisual h1 span {
	text-align: center;
	writing-mode: horizontal-tb;
	font-size: 1.2rem;
	letter-spacing: 0px;
	width: fit-content;
}

.bg_color {
	background: #e2dad4;
}
#subtitle{
	text-align: center;
}
#subtitle .catch_ja {
	display: inline-block;
	position: relative;
	bottom: auto;
	right: auto;
	color: #b15e50;
	writing-mode: vertical-rl;
	font-weight: 600;
	font-size: clamp(16px, 9vw, 90px);
	font-family: serif;
	letter-spacing: 10px;
	padding: 4rem 2.5rem;
	line-height: 1.2;
	margin: auto;
	white-space: nowrap;
    text-align: left;
}

#subtitle .catch_ja::after,
#subtitle .catch_ja::before {
	position: relative;
	content: "";
	width: 6px;
	height: 100%;
	top: auto;
	right: 1rem;
	background: #b15e50;
	display: block;
	margin: auto;
}

#subtitle .catch_ja::before {
	right: auto;
	left: 1rem;
}

.category #subtitle .catch_ja {
	font-family: inherit;
	font-size: 1.4rem;
	letter-spacing: 4px;
	line-height: 1.8;
}

.category #subtitle .catch_ja::before,
.category #subtitle .catch_ja::after {
	display: none;
}

.page #creative .cont,
.page #wholesale .cont,
.page #communication .cont {
	width: 70%;
	max-width: 1000px;
	position: relative;
}

.page #creative .catch,
.page #wholesale .catch,
.page #communication .catch {
	position: absolute;
	right: -13%;
	top: 4rem;
	color: #b15e50;
	writing-mode: vertical-rl;
	font-weight: 600;
	font-size: clamp(16px, 5.5vw, 75px);
	font-family: serif;
	letter-spacing: 4px;
}

.page #creative p,
.page #communication p {
	color: #b15e50;
}
.page-template:not(.home) section#movie{
	background:url("img/about/bg_movie.jpg") no-repeat;
}

.page #wholesale .catch {
	font-size: clamp(16px, 5vw, 70px);
	color: #333;
}

.page #message .cont div {
	display: flow-root;
}
.page #message .cont div img{
	max-width: 480px;
    padding: 0 1rem;
}
.page #message .cont div p {
	float:left;
	width: 50%;
}

.page #message .cont div strong {
	font-size: 1.2rem;
	display: block;
}
#partner{
	clear:both;
}
#partner h2 span::before{
    left: -25%;
}
#partner h2 span::after{
    right: -25%;
}
#partner ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	margin-bottom: 2rem;
}

#partner ul li {
	/* display: flex; */
	gap: 1rem;
	justify-content: space-between;
	align-items: flex-start;
	direction: initial;
	text-align: left;
}

#partner ul li img {
	width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 2 / 1.5;
    object-position: top;
}
#partner ul li div{
	width: 100%;
	margin-top:1rem;
}
#partner ul li p{
	font-size: 0.9rem;
}
#partner ul li a{
	text-decoration: underline;
	color:#6b785f;
}
#company{
	background:url("img/about/bg_company.jpg") no-repeat;
	background-size:cover;
}
#company table{
	color:#fff;
	width: 100%;
	max-width:max-content;
	margin:auto;
}
#company table td{
	border:none;
	padding: 12px 15px;
    line-height: 1.5;
}
.page-template-page-guide .title{
	top: 125px;
    width: 100%;
    z-index: 1;
    margin-bottom: 125px;
	font-size: 2rem;
    text-align: center;
    color: #534741;
	line-height: 1.5;
}
.page-template-page-guide .cont h2.wp-block-heading{
	writing-mode: horizontal-tb;
	font-size: 1.5rem;
    padding-left: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #530107;
	color: #530107;
}
.page-template-page-guide .wp-block-separator{
	border: none;
    border-top: 6px dotted #8c8c8c;
    margin: 1rem 0;
}

.breadcrumb {
	display: flex;
	width:100%;
	/* margin-left: auto; */
	direction: rtl;
	gap: 0.8rem;
	align-items: start;
}
.breadcrumb h2:not(.contbottom h2){
	width: auto;
	margin-left: 0;

}

.breadcrumb h3 {
	writing-mode: vertical-rl;
	width: auto;
	font-size: 1.8rem;
	padding: 1rem;
	margin: 2rem 0;
	margin-left: 0;
	display: block;
	position: relative;
}
.breadcrumb h3 a{
	direction: ltr;
}

.breadcrumb h3::after,
.breadcrumb h2::after {
	content: "<";
	display: block;
	position: absolute;
	bottom: -7%;
	left: 20%;
	transform: rotateX(45deg);
	font-size: 2.2rem;
	font-weight: 400;
}

.breadcrumb .current{
	color: #b15e50;
}

.conttop {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 3rem;
}

.single .title {
	width: fit-content;
	min-width: 60%;
	margin: auto;
	text-align: center;
}

.single .cont .title h2 {
	writing-mode: horizontal-tb;
	color: #fff;
	text-align: left;
	background: #b15e50;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
}

.single .title .date {
	display: block;
	text-align: end;
	color: #b15e50;
	letter-spacing: 0px;
	font-size: 1rem;
}

.single .conttop .archive-nav {
	width: 20%;
}

.single .conttop .archive-nav ul li {
	color: #b15e50;
	margin-bottom: 1rem;
	position: relative;
	font-weight: 600;
	cursor: pointer;
}

.single .conttop .archive-nav .month-list {
	display: none;
	margin-left: 15px;
}

.single .conttop .archive-nav li.open .month-list {
	position: relative;
	margin: 1rem 1.5rem;
	font-size: 0.9rem;
}

.single .conttop .archive-nav ul li:not(.month-list li)::after {
	position: absolute;
	content: ">";
	top: 0;
	left: 3rem;
}

.single .conttop .term {
	width: 20%;
	text-align: center;
}

.single .conttop .thum {
	width: 60%;
	text-align: center;
	max-width: 600px;
}

.single .conttop .thum img {
	width: 100%;
}

.single .conttop .term img {
	width: 60px;
}

.single .cont p {
	display: block;
	margin:1rem 0;
}

.contbottom {
	position: relative;
}
.contbottom img{
	display: block;
	margin:auto;
}
.card__badge{
	display: none!important;
}
.full-unstyled-link:hover{
	filter:none;
}
.full-unstyled-link{
	transition:unset;
	font-size: 1.1rem;
	font-family: "BIZ UDMincho";
    color:#333;
}
.product-grid .card__information{
	padding-top:1.0rem;
}
.product-grid .price{
	margin-top:0!important;
}
.product-grid .card__information,
.product-grid .price span{
	font-size: 1.1rem;
	font-family: "BIZ UDMincho";
    color:#333;
}
.page-width.facet-filters__field{
	margin:1rem auto;
	justify-content: flex-start;
}
.collection-list-wrapper .collection-list:not(.slider){
	padding:0!important;
	margin-bottom:6rem;
}
.collection-card-wrapper .card__information{
	padding:0;
	text-align: end;
}
.cont .wp-pagenavi,
.pager {
	position: absolute;
	background: #b15e5036;
	position: absolute;
	bottom: 0;
	left: -5%;
	padding: 10px 0;
}

.cont .wp-pagenavi a,
.wp-pagenavi span,
.pager li {
	border: none;
	color: #736357;
	font-size: 1.2rem;
	padding: 15px 5px;
	display: block;
	text-align: center;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last,
.pager li a {
	writing-mode: vertical-lr;
}
.cont .wp-pagenavi span.current {
	border: none;
	padding: 15px 5px;

}
select[name="archive-dropdown"]{
	display: none;
}
.page-template-default:not(.home) .cont h3{
	text-align: left;
    font-size: 1.3rem;
    border-bottom: 1px solid;
    margin: 2rem 0;
    padding: 10px;
	color:#b15e50;
}
.shopify-section-group-header-group {
	position: absolute;
  }
.shopify-section-group-footer-group{
margin-top:0;
}
.collection-list-wrapper .card--card .card__inner .card__media{
	width: 100%;
	margin:0;
}
.btob .product__info-wrapper .tpo_option-tooltip-icon svg path{
fill:#fff;
}
.btob .breadcrumb h3:last-child,
.btob .tpo_option-help-text{
color:#fff!important;
}

/*LP*/
.page-child .subvisual{
aspect-ratio: 3/1;
min-height: auto;
}
.page-child .subvisual h1{
	display: none;
}
.lp h2:not(.contbottom h2){
	writing-mode: horizontal-tb;
	font-family:serif;
	padding-left:0;
}
.lp .wp-block-button__link{
	font-family: serif;
    padding: 1.2rem 0.8rem;
    white-space: nowrap;
}



/*ご購入の流れ*/
.order-flow{
	display:flex;
	gap:5%; 
	width: 100%;
	margin-bottom:50px;
}
.order-step{
	background-color:#B02929;
	border-radius:50%;
	width:120px;
	height:120px;
	margin:auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.order-step::before{
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background: #333;
    bottom: 100%;
    left: 50%;
}
.order-flow:nth-child(1) .order-step::before{
	display: none;
}
.order-step span{
	text-align: center;
    color: #fff;
    font-size: 85%;
    font-weight: 600;
    line-height: 1.6;
}
.order-flow p{display:flex; justify-content: center; align-items: center; margin:auto;}
.order-flow p{width:80%; justify-content: flex-start;}
.slick-dots li button.thumbnail{height:100px;}

#detail_not_stock_box__description_detail{background-color:#faebd7; padding:10px; width: 90%; margin: auto;}


@media(max-width:890px) {
	.subvisual,
	.page-template-page-guide .title {
		top: 65px;
		margin-bottom: 65px;
	}
	.subvisual h1{
		font-size: 1.5rem;
	}
	.breadcrumb{
		margin-bottom:1.5rem;
		gap: 0.3rem;
	}

	.breadcrumb h3 {
		margin: 1rem 0 1rem;
		font-size: 1.5rem;
	}
	.breadcrumb h2::after,
	.breadcrumb h3::after{
		bottom: -13%;
		left:16%;
	}

	.page #creative .cont,
	.page #wholesale .cont,
	.page #communication .cont {
		width: 75%;
	}

	.page #creative .catch,
	.page #wholesale .catch,
	.page #communication .catch {
		right: -11%;
		top: 2.5rem;
	}

	.page #message .cont div {
		flex-direction: column;
		gap: 0.5rem;
	}

	.page #message .cont div p {
		width: 100%;
	}

	.page #partner ul {
		grid-template-columns: repeat(1, 1fr);
	}

	.page #partner ul li {
		flex-direction: column;
	}

	.page #partner ul li img {
		width: 100%;
	}
	.page #partner ul li div {
		width: 100%;
	}

	.single .cont .title h2 {
		line-height: 1.4;
		font-size: 1.1rem;
		padding: 10px;
	}

	.single .conttop {
		gap: 1rem;
		margin-bottom: 1.5rem;
	}

	.single .title {
		width: 100%;
		max-width: 100%;
	}

	.single .conttop .term img {
		width: 45px;
	}

	.single .conttop .thum {
		width: 80%;
	}

	.single .conttop .archive-nav {
		width: 20%;
		position: absolute;
		top: 100%;
	}
	.cont .wp-pagenavi,
	.pager {
		position: relative;
		bottom: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		margin: 2rem 0;
	}

	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .first,
	.wp-pagenavi .last,
	.pager li a {
		writing-mode: horizontal-tb;
	}
	.cont .wp-pagenavi a, .wp-pagenavi span, .pager li{
		font-size: 0.9rem;
	}
	select[name="archive-dropdown"]{
		display: block;
		width: 100%;
		appearance: none;
		padding: 10px;
		border: 1px solid;
		color: #736357;
		border-radius: 2px;
	}
	td,th{
		display: block;
		text-align: left;
		border:none!important;
	}
	tr{
		border:none!important;
	}
	cart-items .cart-item{
		border-bottom:1px solid!important;
	}
	.full-unstyled-link{
		font-size: 0.9rem;
	}
	.product-grid .card-information,
	.product-grid .price span{
		font-size: 0.9rem;
	}
	.collection-list-wrapper .card--card.card--media>.card__content{
		padding-right: 0;
		padding-left: 0;
	}
	.single-product main{
		padding-top:4rem;
	}
	.order-flow{
		flex-direction: column;
		gap: 1rem;
	}
	.order-flow p{
		width: 100%;
		justify-content: center;
	}
	.order-step::before{
		display: none;
	}
}


/*ENG*/
.translated-ltr .page-template-page-about #subtitle,
.translated-ltr .page-template-page-about #subtitle .catch_ja{
	padding-bottom: 3rem;
}
.translated-ltr .page-template-page-about #subtitle .catch_ja,
.translated-ltr .page-template-page-about #subtitle .catch_ja{
	writing-mode: horizontal-tb;
    font-size: clamp(16px, 6vw, 53px);
    letter-spacing: 6px;
    white-space: normal;
    text-align: center;
}
.translated-ltr .page-template-page-about #subtitle .catch_ja::before,
.translated-ltr .page-template-page-about #subtitle .catch_ja::before{
    top: -15px;
    left: 0;
    width: 100%;
    height: 7px;
    margin-bottom: 1rem;
}
.translated-ltr .page-template-page-about #subtitle .catch_ja::after,
.translated-ltr .page-template-page-about #subtitle .catch_ja::after{
    top: 15px;
    left: 0;
    width: 100%;
    height: 7px;
    margin-top: 1rem;
}
.translated-ltr .page-template-page-about #creative .catch,
.translated-ltr .page-template-page-about #wholesale .catch,
.translated-ltr .page-template-page-about #communication .catch{
	position: relative;
    writing-mode: horizontal-tb;
    right: auto;
    top: auto;
    text-align: center;
	font-size: clamp(16px, 6.5vw, 53px);
	margin-bottom: 1rem;
	color: #b15e50;
}
.translated-ltr .page-template-page-about .viewall{
	position: static;
    text-align: end;
    writing-mode: horizontal-tb;
    margin-top: 2rem;
}
.translated-ltr .page-template-page-about #creative p,
.translated-ltr .page-template-page-about #wholesale p,
.translated-ltr .page-template-page-about #communication p{
	color:#b15e50;
	margin:1rem 0;
}

@media(max-width:890px) {

	.translated-ltr .page-template-page-about #subtitle{
		padding-bottom: 1rem;
	}
	.translated-ltr .page-template-page-about #subtitle .catch_ja{
		padding:2.5rem 1rem;
	}
	.translated-ltr .page-template-page-about #subtitle .catch_ja::before{
		margin-bottom: 0;
	}
	.translated-ltr .page-template-page-about #subtitle .catch_ja::after{
		margin-top: 0;
	}
	.page #creative .cont, .page #wholesale .cont, .page #communication .cont{
		width: 82%;
        margin: auto;
        margin-right: 12%;
	}
	.translated-ltr .page-template-page-about #creative .cont, .translated-ltr .page-template-page-about #wholesale .cont, .translated-ltr .page-template-page-about #communication .cont{
		width: 90%;
        margin-right: auto;
	}
	.translated-ltr .page-template-page-about .viewall{
		font-size: 1rem;
	}
}

/*********Shikioriori**********/
main.brand{
	font-family: "BIZ UDPMincho", serif;
	font-weight: 600;
	color:#666666;
	font-size: clamp(14px, 1.5vw, 20px);
	letter-spacing: 5px;
	line-height: 1.8;
	word-break: break-word;
}
.brand .fixed{
	background-attachment: fixed;
}
.brand_iframe iframe{
	aspect-ratio: 2/1;
}
.brandsec01{
	width:100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.brandsec01 video{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.brandsec01 .wrap{
	top:0;
	left:0%;
	width:100%;
	height: 100%;
	position: absolute;
}
.brandsec01 .wrap .logo{
	height: 100%;
    width: 100%;
}
.brandsec01 .wrap .logo img{
	width: 20vw;
    max-width: 360px;
    margin: auto;
    display: block;
    height: 100%;
    object-fit: contain;
}
.brandsec01 .wrap .catch01,
.brandsec01 .wrap .catch02{
	top:15%;
	right: 5%;
	position: absolute;
	color:#fff;
	writing-mode:vertical-lr;
	font-size:clamp(16px,1.8vw,40px);
}
.brandsec01 .wrap .catch02{
	right: auto;
    left: 5%;
    white-space: nowrap;
}
.brandsec02 .title{
width:100%;
background:url('img/brand/sec02_bg.jpg') no-repeat;
background-size:cover;
background-position: center;
background-attachment: fixed;
}

.brandsec02 .info{
width:100%;
height: auto;
aspect-ratio: 2/1;
background:url('img/brand/sec02_info_bg.jpg') no-repeat;
background-size:cover;
background-position: center;
padding: 4rem 0;
}

.brandsec03{
	background:#d6d0cf;
}
.brandsec03 .wrap{
	width:90%;
	max-width:1500px;
	margin:auto;
	padding:4rem 0;
}
.brandsec03 h2.bg_white{
	font-size: clamp(14px, 3.8vw, 44px);
    text-align: center;
    margin: 2rem auto 4rem;
	padding:0 1.5rem;
	width: fit-content;
}
.brandsec03 h2.bg_white span{
	transform: skew(12deg);
    display: block;
}

.brandsec03 p{
	font-size:clamp(14px, 1.5vw, 20px);
	line-height: 2;
}
.brandsec03 .bg_white{
	background:#fff;
	padding:1.5rem;
	margin: 2rem 0 4rem;
	position: relative;
	transform: skew(-12deg);
	width: calc(100% - 7%);
}
.brandsec03 .bg_white > div{
	transform: skew(12deg);
}
.brandsec03 .bg_white::before,
.brandsec03 .bg_white::after{

}
.brandsec03 .bg_white:nth-of-type(2){
	text-align: center;
	letter-spacing: 1px;
	line-height: 2;
	padding:1.5rem 0.5rem;
}
.brandsec03 dl{
margin-bottom:2rem;
}
.brandsec03 dd,
.brandsec03 dt{
	border:none;
	font-size:clamp(12px, 1.0vw, 20px);
	text-align: center;
	padding: 0;
    line-height: 2;
    margin: 0;
}
.brandsec03 ul{
	display: flex;
	gap:1rem;
	margin-top:3rem;
}
.brandsec04 .wrap{
	width:90%;
	max-width:1400px;
	margin: 4rem auto 6rem;
}
.brandsec04 .flex{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	gap:2.0rem;
	margin-bottom: 4rem;
}
.brandsec04 .flex .image,
.brandsec04 .flex .text{
	width:50%;
}
.brandsec04 .flex .text h4{
	font-size: clamp(16px, 2.0vw, 36px);
    padding: 1rem 0;
    line-height: 1.4;
}
.brandsec04 .flex .text p{
	font-size: clamp(14px, 1.5vw, 20px);
    letter-spacing: 3px;
    line-height: 1.8;
}
.brandsec04 .flex .text a{
	margin: 1rem 0;
    font-size: clamp(14px, 1.2vw, 18px);
	word-break: break-all;
}
.brandsec05{
	position: relative;
}
.brandsec05 div{
	position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
	z-index: 2;
}
.brandsec05 img:not(.logo2){
	width:100%;
	height: auto;
	aspect-ratio: 4/2;
	object-fit: cover;
}
.brandsec07 .box{
	display: flex;
	justify-content: center;
	width:100%;
	align-items: stretch;
}
.brandsec07 .box .image img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.brandsec07 .box{
	background: #d6d0cf;
}
.brandsec07 .box .text{
	padding:3%;
}
.brandsec07 .box .text .ja{
	margin-left: auto;
	width: fit-content;
}
.brandsec07 .box .text .ja p{
	font-size:clamp(20px, 1.8vw, 45px);
	font-weight: 600;
	writing-mode: vertical-rl;
	letter-spacing: 6px;
    line-height: 1.8;
}
.brandsec07 .box .text .en{
	margin-left: 5%;
    width: fit-content;
    position: relative;
    margin-top: -12%;
	max-width:50vw;
}
.brandsec07 .box .text .en p{
	font-size:clamp(14px, 1.2vw, 30px);
	font-weight: 600;
	letter-spacing: 3px;
    line-height: 2.0;
	color:#fff;
}
.brandsec07 .box:nth-child(1) .image{
	width:40%;
}
.brandsec07 .box:nth-child(2) .image{
	width:60%;
}
.brandsec07 .box:nth-child(3) .image{
	width:40%;
}
.brandsec07 .box:nth-child(1) .text{
	width:60%;
}
.brandsec07 .box:nth-child(2) .text{
	width:40%;
}
.brandsec07 .box:nth-child(2) .text .ja{
	margin-right:35%;
}
.brandsec07 .box:nth-child(2) .text .en{
    margin-left: -150%;
    max-width: 60vw;
}
.brandsec07 .box:nth-child(3) .text{
	width:60%;
}
.brandsec07 .box:nth-child(3) .text .ja{
	margin-right:20%;
	display: flex;
		flex-direction: row-reverse;
		align-items: end;
		gap: 1rem;
}
.brandsec07 .box:nth-child(3) .text .en{
	margin-left: auto;
    margin-right: -65%;
    margin-top: -30%;
}
.brandsec07 .box:nth-child(3) .text .icon_ig{
	width: 50px;
	margin-top: -100%;
}
.brandsec07 .box .text .ja p{
	font-size:clamp(16px, 1.5vw, 35px);
}

.brandsec08 .title{
	position: relative;
}
.brandsec08 .title img{
	width:100%;
}
.brandsec08 .title h3{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	writing-mode: vertical-lr;
	color: #b7b2af;
    font-size: clamp(18px, 6.0vw, 70px);
    letter-spacing: 18px;
}
.brandsec08 .title h4{
	position: absolute;
    bottom: 10%;
    right: 5%;
    font-size: clamp(18px, 4vw, 50px);
    color: #fff;
    text-align: end;
    line-height: 1.5;
}
.brandsec08 ul{
	display: flex;
    justify-content: center;
    text-align: center;
    margin: 2rem auto 4rem;
    gap: 1rem;
    width: 90%;
    max-width: 1400px;
}
.brandsec08 ul li{
	width:25%;
}
.brandsec08 ul li span{
	font-size: 20px;
    display: block;
    padding: 1rem 0;
}
.brandsec08 .flex h3{
	background: #666666;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    margin: 1rem 0 0.5rem;
}
.brandsec08 .flex{
	width:90%;
	max-width:1500px;
	margin:2rem auto;
	display: flex;
	gap:2rem;
}
.brandsec08 .flex .text{
	width:65%;
}
.brandsec08 .flex .image{
	width:35%;
}
.brandsec09 div{
	width:100%;
	height: auto;
	aspect-ratio: 2/1;
	background-image:url(img/brand/sec09_img2.jpg) ;
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;
}
.brandsec09 img{
width:100%;
height: auto;
}
.brandsec10{
	background: #d6d0cf;
}
.brandsec10 .wrap{
    width: 90%;
    max-width: 1500px;
    margin: auto;
    padding: 4rem 0;
}
.brandsec10 h2{
	font-size:2rem;
}
.brandsec10 .flex h3{
	background: #666666;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    margin:  1rem 0 0.5rem;
}
.brandsec10 .flex{
	display: flex;
	gap:2rem;
	margin: 2rem 0;
}
.brandsec10 .flex .text{
	width:65%;
}
.brandsec10 .flex .image{
	width:35%;
}
.brandsec11{
	background: #d6d0cf;
}
.brandsec11 .wrap{
    width: 90%;
    max-width: 1500px;
    margin: auto;
    padding: 4rem 0;
}

.brandsec11 h3{
	background: #666666;
    color: #fff;
    padding: 3px 10px;
    margin:  1rem 0 0.5rem;
}
.brandsec11 .flex{
	display: flex;
	gap:2rem;
	margin: 2rem 0;
}
.brandsec11 .flex .text{
	width:65%;
}
.brandsec11 .flex .text p{
	line-height: 1.7;
}
.brandsec11 .flex .image{
	width:35%;
}
.brandsec11 .flex .image img{
	height: 100%;
	object-fit: cover;
}
.brandsec11 .flex hr{
	margin:1rem 0;
}

.brand_en{
	letter-spacing: 2px!important;
}
.brand_en a{
	text-decoration: underline;
}
.brand_en .flex{
	display: flex;
	gap:2rem;
}
.brand_en .flex .col{
	width:50%;
}
.brand_en .brandsec03 h2.bg_white{
	font-size: clamp(14px, 3.8vw, 22px);
	height: 115px;
    display: flex;
    align-items: center;
}
.brand_en .brandsec03 .bg_white{
	font-size: clamp(14px, 1.5vw, 18px);
}

.brand_en .brandsec07 .box .text .en{
	min-width:70vw;
    max-width: 70vw;
	margin-top:3%;
}
.brand_en .brandsec07 .box .text .ita{
	margin-left: 10%;
    width: fit-content;
    position: relative;
    margin-top: 20%;
	min-width:72vw;
}
.brand_en .brandsec07 .box .text .en p{
	font-size: clamp(14px, 1.2vw, 20px);

letter-spacing: 2px;
}
.brand_en .brandsec07 .box .text .ita p{
	font-size: clamp(14px, 1.2vw, 20px);
    font-weight: 600;
    line-height: 2.0;
}
.brand_en .brandsec07 .box:nth-child(2) .text .ita{
    margin-left: -130%;
}
.brand_en .brandsec07 .box:nth-child(3) .text .icon_ig{
	margin-top:2%;
}


@media(max-width:890px){
	.brandsec02{
		aspect-ratio: auto;
	}
	.brandsec04 .flex{
		flex-direction: column;
	}
	.brandsec04 .flex .image, .brandsec04 .flex .text{
		width:100%;
	}
	.brandsec07 .box{
		flex-direction: column;
	}
	.brandsec02 .title{
		background-image:url('img/brand/sec02_bg_sp.jpg');
		background-attachment: initial;
		}
		
		.brandsec02 .info{
		background-image:url('img/brand/sec02_info_bg_sp.jpg');
		}
	.brandsec03 .wrap{
		padding:2rem 0;
	}
	.brandsec03 .bg_white{
		transform: skew(-5deg);
		margin: 2rem auto;
	}
	.brandsec03 .bg_white:nth-of-type(2){
		font-size:90%;
	}
	.brandsec03 h2.bg_white span,
	.brandsec03 .bg_white > div{
		transform: skew(5deg);
	}
	.brandsec07 .box .text,
	.brandsec07 .box .image{
		width:100%!important;
		overflow-x: hidden;
	}
	.brandsec07 .box .text .ja{
		margin: auto!important;
	}
	.brandsec07 .box .text .en{
		max-width:90vw!important;
		margin: auto !important;
	}
	.brandsec07 .box:nth-child(2){
		flex-direction: column-reverse;
	}
	.brandsec08 .title img{
		width: 100%;
		min-height: 30vh;
		object-fit: cover;
	}
	.brandsec09 div{
		background-attachment: initial;
	}
	.brandsec08 ul{
		margin-bottom:1rem;
	}
	.brandsec08 ul li span{
		font-size:12px;
	}
	.brandsec08 .flex{
		flex-direction: column;
	}
	.brandsec08 .flex .text{
		width:100%;
	}
	.brandsec08 .flex .image{
		width:100%;
	}
	.brandsec10 .wrap{
		padding:2rem 0;
	}
	.brandsec10 h2{
		font-size:1.5rem;
	}
	.brandsec10 .flex{
		flex-direction: column;
	}
	.brandsec10 .flex .text{
		width:100%;
	}
	.brandsec10 .flex .image{
		width:100%;
	}
	.brandsec11 .wrap{
		padding:2rem 0;
	}
	.brandsec11 .flex{
		flex-direction: column;
	}
	.brandsec11 .flex .text{
		width:100%;
	}
	.brandsec11 .flex .image{
		width:100%;
	}

	.brand_en .flex{
		flex-direction: column;
		gap:0.5rem;
	}
	.brand_en .flex .col{
		width:100%;
	}
	.brand_en .brandsec07 .box:nth-child(2) .text .ita{
		margin-left:10%;
	}

}