@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cardo&display=swap');

/*ヘッダー
---------------------------------------------------------------------------*/
nav {
	background: #fff;
	width: 100%;
	height: 130px;
	position: fixed;
	box-sizing: border-box;
	padding-top: 10px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
nav .navInner {
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
nav .navInner h1 a {
	font-size: 4.2rem;
	font-weight: 400;
	color: #a78543;
	display: block;
	text-align: center;
}
nav .navInner h1 img {
	width: 100%;
}
nav .navInner .navList {
	padding: 10px 50px;
	display: flex;
	justify-content: space-around;
}
nav .navInner .navList li {
	display: inline-block;
}
nav .navInner .navList li a {
	font-weight: 600;
	position: relative;
	transition: .3s;
	overflow: visible;
	color: #5b564e;
  font-size: 1.8rem;
}
nav .navInner .navList li a::after {
	position: absolute;
	bottom: -12px;
	left: 50%;
	content: '';
	width: 0;
	height: 3px;
	background-color: #a78542;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
nav .navInner .navList li.insta-icon a::after {
	bottom: -10px;
}

nav .navInner .navList li a:hover::after {
	width: 100%;
}
nav .navInner .navList .insta-icon {
	color: #5b564e;
  line-height: 1;
	position: relative;
}
nav .navInner .navList .insta-icon a {
	width: 30px;
	height: 30px;
	display: flex;
	align-content: center;
}
nav .navInner .navList .insta-icon span {
	display: none;
}
nav .navInner .navList .insta-icon::before {
  position: absolute;
  content: '\f16d';
  font-family: 'Font Awesome 5 Brands';
  font-size: 180%;
  color: #a78543;
  font-weight: 500;
  left: 0;
  right: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
}
.indent {text-indent: -1em; margin-left: 1em;}
.metaslider {
    margin-top: 130px;
}
.sp-br { display: none!important; }
.align-left {text-align: left!important;}
/*共通
---------------------------------------------------------------------------*/
#wrapper #contentsArea {
	background: #fbfaf8;
}
#wrapper #contentsArea .bg01 {
	background: #fbfaf8;
	background-repeat: repeat-y;
	background-size: 100%;
	padding: 110px 0;
}
#wrapper #contentsArea .bg02 {
	background: #fbfaf8;
	padding: 2% 0 10%;
	background-repeat: repeat-y;
	background-size: 100%;
	height: 100%;
}
#wrapper .ff-min {
	font-family: 'Cardo', serif;
}
#wrapper .fs-l {
	font-size: 2.1rem;
}
#wrapper .al-center {
	text-align: center;
}
#wrapper #contentsArea section .inner .lead p {
	margin-bottom: 3%;
	text-align: center;
	font-size: 2.1rem;
	line-height: 2.3em;
}
#wrapper #contentsArea .mb5 {margin-bottom: 5px;}
#wrapper #contentsArea .mb10 {margin-bottom: 10px;}
.bold {
	font-weight: 600;
}
#wrapper #contentsArea section .inner .note {
	font-size: 1.5rem;
	text-align: right;
}
.pt5 {
	padding-top: 5%;
}
.pb5 {
	padding-bottom: 5%;
}
.pb10 {
	padding-bottom: 10%;
}
.fc-gold {color: #c6963a;}
.arrow {
  display: flex;
} 
.arrow::after {
  content: '';
  width: 100px;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
/*見出し設定
---------------------------------------------------------------------------*/
#wrapper #contentsArea section .inner h2 {
  color: #222;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  background: url(../images/home/h2_line.png) no-repeat;
  background-position: center bottom;
  padding-bottom: .8em;
  margin-bottom: .8em;
}
/*詳細ページ
---------------------------------------------------------------------------*/
#contentsArea {
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
}
.section {
	padding-top: 3%;
	padding-bottom: 3%;
}
.section_ttl {
	text-align: left;
	margin: 5% 0 2%;
	font-family: "YuMincho", "Yu Mincho", serif;
	font-size: 2.5rem;
	color: #222;
	position: relative;
	z-index: 1;
}
.section_ttl:before {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #222;
  z-index: -1;
}
.section_ttl span {
	background: #fbfaf8;
	padding-right: 1%;
	z-index: 0;
}
.p_acc-in {
  display: flex;
}
.fl-sb {
	justify-content: space-between;
}
.fl-ae {
	align-items: end;
}

.ph-center {
	display: flex;
	justify-content: center;
}
.col2 > * {
	width: calc((100% / 2) - 2%);
}
.main-ph {
	padding: 3% 0;
}
/*スライダーのためのcss
---------------------------------------------------------------------------*/
.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}

/*会社概要
---------------------------------------------------------------------------*/
#wrapper #contentsArea section .inner .company_ph {
	width: 30%;
}
#wrapper #contentsArea section .inner .company_text {
	width: 65%;
}

#wrapper #contentsArea section .inner .brand {
	position: relative;
	border: 1px solid #222;
	padding: 3% 6%;
	margin: 10% 0 5%;
}
#wrapper #contentsArea section .inner .brand p {
	font-size: 1.8rem;
}
#wrapper #contentsArea section .inner .brand .brand-title {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
}
#wrapper #contentsArea section .inner .brand .brand-title span {
	background: #fbfaf8;
	padding: 0 2%;
}
#wrapper #contentsArea section .inner .ic_info {
	margin-top: 8%;
}
#wrapper #contentsArea section .inner .ic_info .p_sec__ttl {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}
#wrapper #contentsArea section .inner .ic-info_note {
	padding: 2% 0;
}
#wrapper #contentsArea section .inner .ic-info_note li {
	position: relative;
	padding-left: 1.3em;
	padding-bottom: .5%;
}
#wrapper #contentsArea section .inner .ic-info_note li:before {
	position: absolute;
	content: '◯';
	top: 0;
	bottomfont-size: 115%;: 0;
	left: 0;
	margin: auto;
}
/*オーダーシャツ
---------------------------------------------------------------------------*/
#wrapper #contentsArea section .inner .shirt-list {
	flex-wrap: wrap;
}
.price_ttl span {
	display: inline-block;
	padding: 0;
	position: relative;
}
.price_ttl span:before, .price_ttl span:after {
	border-top: 1px solid #DADADA;
	content: "";
	position: absolute;
	top: 50%;
	width: 99em;
}
.price_ttl span:before {
	right: 100%;
}
.price_ttl span:after {
	left: 100%;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.price_ttl_02 span {
	display: inline-block;
	padding-right: 0.5em;
	position: relative;
}
.price_ttl_02 span:before, .price_ttl_02 span:after {
	border-top: 1px solid #DADADA;
	content: "";
	position: absolute;
	top: 50%;
	width: 99em;
}
.price_ttl_02 span:before {
	right: 100%;
}
.price_ttl_02 span:after {
	left: 100%;
}
/*オーダープロセス
---------------------------------------------------------------------------*/
#wrapper #contentsArea section .inner .process_list {
	margin: 5% 0;
}
#wrapper #contentsArea section .inner .process_title {
	font-size: 2.2rem;
	background: #a9987f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-bottom: 3%;
}
#wrapper #contentsArea section .inner .process_list dt {
  font-size: 2.1rem;
  margin-bottom: 2%;
  padding-bottom: 1%;
  border-bottom: 1px solid #222;
}
#wrapper #contentsArea section .inner .process_list dd {
	font-size: 2.1rem;
}
#wrapper #contentsArea section .inner .process_chart {
	margin-top: 8%;
}
/*オーダーシャツ
---------------------------------------------------------------------------*/
#wrapper #contentsArea section .inner .shirt-list li {
	background: #fff;
	width: 45%;
	margin-bottom: 8%;
}
#wrapper #contentsArea section .inner .shirt-name {
	font-size: 90%;
	font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 1%;
}
#wrapper #contentsArea section .inner .shirt-name span {
	font-size: 2.2rem;
}
#wrapper #contentsArea section .inner .shirt-img {
	margin-bottom: 2%;
}
#wrapper #contentsArea section .inner .shirt-text {
	padding: 0 5% 3%;
}
#wrapper #contentsArea section .inner .price-title {
  font-size: 2rem;
  background: #a9987f;
  width: 20%;
  color: #fff;
  text-align: center;
  margin: 3% 0;
}
#wrapper #contentsArea section .inner .price-list {
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 1px solid #dadada;
  padding: 0 2% 2%;
  margin-bottom: 1%;
}
#wrapper #contentsArea section .inner .price-list > div {
  border-bottom: 1px dashed #dadada;
  padding: 2% 0 3%;
  margin-bottom: 2%;
}
/*インスタ誘導が復活したら削除*/
#wrapper #contentsArea section .inner .price-list > div:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#wrapper #contentsArea section .inner .price-list-cloth li{
	width: 49%;
}
#wrapper #contentsArea section .inner .price-list dt,
#wrapper #contentsArea section .inner .price-list dd {
	width: 50%;
}
/*インスタ誘導*/
.insta-info {
	justify-content: space-around;
	align-items: center;
}
.insta-info-lead {
	font-size: 2.1rem;
}
.insta-info-link {
	color: #5b564e;
  font-size: 2.6rem;
  font-weight: 600;
	position: relative;
}
.insta-info-link::before {
  position: absolute;
  content: '\f16d';
  font-family: 'Font Awesome 5 Brands';
  font-size: 125%;
  font-weight: 500;
  left: 20px;
  top: -6px;
  bottom: 0;
  margin: auto;
}
.insta-info-link .btnarrow1{
  position: relative;
  border: 1px solid #5b564e;
  padding: 8px 60px 8px 70px;
  text-align: center;
  text-decoration: none;
  color: #5b564e;
  font-weight: 500;
  outline: none;
  /*アニメーションの指定*/
  transition: all .2s linear;
}
.insta-info-link .btnarrow1:hover{
  background:#5b564e;
  color:#fff;
  opacity: 1;
}
/*矢印と下線の形状*/
.insta-info-link .btnarrow1::before{
  content:"";
  position: absolute;
  top:50%;
  right:-26px;
  width:60px;
  height:2px;
  background:#5b564e;
   transition: all .2s linear;
}
.insta-info-link .btnarrow1::after{
  content: "";
  position: absolute;
  top: 36%;
  right: -24px;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  transition: all .2s linear;
  border-top: solid 2px #5b564e;
}
/*hoverした際の移動*/
.insta-info-link .btnarrow1:hover::before{
  right:-30px;
}
.insta-info-link .btnarrow1:hover::after{
  right:-28px;
}
.insta-info-link:hover::after {
  position: absolute;
  content: '\f16d';
  font-family: 'Font Awesome 5 Brands';
  font-size: 125%;
  font-weight: 500;
  left: 20px;
  top: -6px;
  bottom: 0;
  margin: auto;
  color: #fff;
}
.link-btn01 {
	color: #1f5673;
  font-size: 2.3rem;
  font-weight: 600;
	position: relative;
	margin: 24px 0;
}
.link-btn01 .btnarrow1{
  position: relative;
  border: 1px solid #1f5673;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  color: #1f5673;
  font-weight: 500;
  outline: none;
  transition: all .2s linear;
}
.link-btn01 .btnarrow1:hover{
  opacity: 1;
}
/*矢印と下線の形状*/
.link-btn01 .btnarrow1::before{
  content:"";
  position: absolute;
  top:50%;
  right:-28px;
  width:50px;
  height:1px;
  background:#1f5673;
   transition: all .2s linear;
}
.link-btn01 .btnarrow1::after{
  content: "";
  position: absolute;
  top: 35%;
  right: -26px;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  transition: all .2s linear;
  border-top: solid 1px #1f5673;
}
/*hoverした際の移動*/
.link-btn01 .btnarrow1:hover::before{
  right:-32px;
}
.link-btn01 .btnarrow1:hover::after{
  right:-30px;
}
/*--------------------------------------------------------------------------
 下層ページbese
---------------------------------------------------------------------------*/
.p_sec-in {
  width: 970px;
}
/* ===========================================*/
/* アクセス・会社概要 */
/* -------------------------------------------*/

.p_accInfo {
  width: 48%;
}

.p_accInfo dl {
  padding: 1rem;
  border-bottom: 1px dashed #949494;
}
.p_accInfo dl dt {
  font-weight: bold;
  padding: 1rem;
}
.p_accInfo dl dd {
  padding: 1rem;
}
.p_accMap {
  width: 50%;
  height: 0;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative;
}
.p_accMap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ===========================================*/
/* お問い合わせ */
/* -------------------------------------------*/

.p_contactFormText {
	text-align: center;
	margin-bottom: 2%;
	font-size: 2.1rem;
}
.p_contactForm dl {
  padding: 1rem;
  border-bottom: 1px dashed #949494;
  display: flex;
}
.p_contactForm dl dt {
  font-weight: bold;
  padding: .5em 0;
  width: 30%;
  font-size: 2.1rem;
}
.p_contactForm dl dd {
  padding: 1rem;
  width: 70%;
}
.p_contactForm dl dd input {
  width: 100%;
	padding: 1rem;
	font-size: 100%;
	border: 1px solid #222;
}
.p_contactForm dl dd textarea {
  width: 100%;
  font-size: 100%;
	padding: 1rem;
  font-family: none;
}
.p_contactFormBtn {
  text-align: center;
  margin: 5rem 2rem;
}
.p_contactFormBtn input {
  width: 300px;
  padding: 1rem 4rem;
  font-weight: 700;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: #283135;
	font-size: 2.2rem;
  letter-spacing: .5em;
}
.wpcf7-response-output {
  text-align: center;
  padding: 2rem;
  font-weight: bold;
}
.p_sec__ttl{
	margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {

	/*共通
	-------------------*/
	.pcNone {
		display: none!important;
	}
	.gNavi-sp {
		display: none;
	}
	
	/*コンテンツエリア
	---------------------------------------------------------------------------*/
	#wrapper #contentsArea section {
		padding: 5% 0;
	}
	#wrapper #contentsArea section .inner {
		max-width: 1040px;
		margin: 2% auto;
		padding-right: 2%;
		padding-left: 2%;
	}
	
	/*フッター
	---------------------------------------------------------------------------*/
	footer {
		background-color: #cabc9b;
		padding: 8px 0;
	}
	footer .ftrInner {
		width: 100%;
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	footer .ftrlogo {
		width: 22%;
		font-size: 2.2rem;
		font-weight: 400;
	}
	footer .ftrNavi {
		width: 68%;
	  font-size: 1.5rem;
	  font-weight: 700;
	  display: flex;
	  justify-content: space-around;
	}
	footer .ftrNavi li a {
		position: relative;
		padding-top: 0;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 0;
		transition: .3s;
		overflow: visible;
		color: #fff;
	}
	/*コピーライト
	----------------------------------------*/
	.copyRight {
		clear: both;
		text-align: center;
		font-size: 1.2rem;
		background-color: #cabc9b;
		padding: 5px;
	}
}

@media screen and (max-width: 1024px) {
	/*共通
	-------------------*/
	.spNone {
		display: none!important;
	}
	#wrapper .fs-l {
	  font-size: 1.8rem;
	}

	/*ヘッダー
	---------------------------------------------------------------------------*/
	nav {
		background-color: rgba(255,255,255,0.73);
	}
	.nav-head {
	  text-align: center;
	  position: fixed;
	  z-index: 999;
	  position: fixed;
	  z-index: 999;
	  top: 0;
	  left: 0;
	  width: 100%;
	  padding: 16px 40px;
	  background: #fff;
	  box-sizing: border-box;
	  height: 64px;
	}
	.navInner h1 a {
	    color: #c6963a;
	    font-size: 2.8rem;
	    height: 40px;
	}
	/*コンテンツエリア
	---------------------------------------------------------------------------*/
	#wrapper #contentsArea section {
		width: 100%;
		padding-top: 8%;
		padding-bottom: 8%;
		clear: both;
	}
	#wrapper #contentsArea section .inner {
		width: 100%;
		margin: 0px auto;
		padding-left: 0px;
		padding-right: 0px;
	}
	#wrapper #contentsArea section .contentsWrap {
		padding-top: 5%;
		padding-bottom: 5%;
	}
	#wrapper #contentsArea .bg01 {
	  padding: 70px 30px;
	}
	#wrapper #contentsArea .bg02 {
	  padding: 40px 30px 70px;
	}
	.metaslider {
	    margin-top: 64px;
	}
	#wrapper #contentsArea section .inner .lead p {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 0;
	}
	#wrapper #contentsArea section .inner .process_title {
		font-size: 2rem;
	}
	#wrapper #contentsArea section .inner .process_list dt {
	  font-size: 2rem;
	  line-height: 1.7;
	  padding-left: 2em;
	  text-indent: -2em;
	  padding-bottom: 8px;
	}
	#wrapper #contentsArea section .inner .process_list dd {
	    font-size: 1.8rem;
	}
	#wrapper #contentsArea section .inner .price-list-cloth {
	  padding: 8px 0 16px;
	}
	.insta-info {
		display: block;
	  justify-content: space-between;
	}
	.insta-info-lead {
	  font-size: 2rem;
	}
	.insta-info-link {
	  margin: 20px auto;
	  width: 280px;
	}
	#wrapper #contentsArea section .inner .price-list {
	    display: flex;
	    padding: 2% 0 5%;
	}
	.main-ph {
		margin-bottom: 10px;
	}
	#wrapper #contentsArea section .inner .brand .brand-title {
		font-size: 2.1rem;
	}
	#wrapper #contentsArea section .inner .brand {
		padding: 16px;
		margin: 50px 0 30px;
	}
	#wrapper #contentsArea section .inner .company_text{
		width: 100%;
	}
	#wrapper #contentsArea section .inner .company_ph {
		width: 70%;
		margin: 20px auto;
	}
	.section_ttl {
		font-size: 2.1rem;
		margin: 24px 0 8px;
	}
	#wrapper #contentsArea section .inner .ic_info .p_sec__ttl {
	  font-size: 2.1rem;
	}
	#wrapper #contentsArea section .inner .shirt-list li {
	  background: #fff;
	  width: 45%;
	  margin-bottom: 8%;
	}
	.link-btn01 {
    margin: 24px 0;
	}

	/*見出し
	---------------------------------------------------------------------------*/
	#wrapper #contentsArea section .inner h2 {
	  font-size: 2.3rem;
		background-size: contain;
	  margin-bottom: .8em;
		text-align: center;
		font-weight: bold;
	}
	#wrapper #contentsArea section .inner .h2_line {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		max-width: 713px;
		margin-top: -1%;
		margin-bottom: 3%;
	}
	#wrapper #contentsArea section .inner .h2_line img {
		width: 100%;
	}
	
	/*　商品詳細
	---------------------------------------------------------------------------*/
	.img_left {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2%;
	}
	.img_left img {
		width: 100%;
	}
	.img_right {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2%;
	}
	.img_right img {
		width: 100%;
	}
	.p_right {
		margin-left: auto;
		margin-right: auto;
		color: #222;
		line-height: 1.8em;
		font-family: "YuMincho", "Yu Mincho", serif;
		font-size: 1.7rem;
	}
	.p_right ul li {
		list-style: disc!important;
		list-style-position: outside!important;
		font-size: 110%!important;
		border-bottom: 1px dotted #999;
		padding-bottom: 2%;
		margin-bottom: 2%;
	}
	.p_left {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		color: #222;
		line-height: 1.7em;
		font-family: "YuMincho", "Yu Mincho", serif;
		font-size: 90%;
	}
	/*フッター
	---------------------------------------------------------------------------*/
	footer .ftrInner {
		display: none;
	}
	footer .ftrlogo {
		float: left;
		width: 150px;
	}
	.ftrNavi {
		display: none;
	}
	/*コピーライト
	----------------------------------------*/
	.copyRight {
		clear: both;
		text-align: center;
		font-size: 13px;
		background-color: #E8E1D3;
		padding: 5px;
	}
	/*spグローバルナビ
	----------------------------------------*/
	.nav-head input {
	  display: none;
	}
	.nav-head label {
	  position: absolute;
	  top: 20px;
	  right: 20px;
	  z-index: 1000;
	  height: 26px;
	}
	.nav-head span {
	  display: inline-block;
	  transition: all .2s;
	  width: 32px;
	  height: 20px;
	}
	.nav-head span i {
	  position: absolute;
	  width: 100%;
	  height: 2px;
	  background-color: #000;
	  display: block;
	  transition: all .2s ease-in-out;
	}
	.nav-head span i:nth-child(1) {
	  top: 0;
	}
	.nav-head span i:nth-child(2) {
	  margin: auto;
	  top: 0;
	  bottom: 0;
	}
	.nav-head span i:nth-child(3) {
	  bottom: 0;
	}
	.nav-head input:checked + label span i:nth-child(1) {
	  margin: auto;
	  transform: rotate(45deg);
	  right: 0;
	  bottom: 0;
	  left: 0;
	  top: 0;
	}
	.nav-head input:checked + label span i:nth-child(2) {
	  transform: rotateX(90deg);
	  top: 0;
	  bottom: 0;
	}
	.nav-head input:checked + label span i:nth-child(3) {
	  margin: auto;
	  transform: rotate(-45deg);
	  top: 0;
	  right: 0;
	  bottom: 0;
	}
	.nav-head input:checked + label + .hamburger-list {
	  position: fixed;
	  z-index: 99;
	  opacity: 1;
	  visibility: visible;
	}
	.hamburger-list {
	  opacity: 0;
	  background-color: rgba(255, 255, 255, 0.7);
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: -1;
	  transition: opacity .3s ease-in-out,z-index .3s ease-in-out;
	  visibility: hidden;
	}
	.hamburger-list__wrap {
	  width: 70%;
	  background-color: rgb(192 180 155);
	  position: absolute;
	  right: 0;
	  top: 0;
	  bottom:0;
	  transition: right .3s ease-in-out;
	  padding: 24px;
	  height: 100vh;
	}
	.nav-head input:checked + label + .hamburger-list > .hamburger-list__wrap {
	    right: 0;
	}
	.nav-head a {
	  padding: 0;
	  color: #fff;
	  font-size: 2.2rem;
	  height: 64px;
	  text-decoration: none;
	  display: flex;
	  flex-direction: column;
	  align-items: flex-start;
	  justify-content: center;
	  text-decoration: none;
	}
.hamburger-list__wrap .navList .insta-icon {
  line-height: 2;
	position: relative;
}
.hamburger-list__wrap .navList .insta-icon a {
	width: 100%;
	height: 64px;
	display: block;
}
.hamburger-list__wrap .navList .insta-icon span {
	display: none;
}
.hamburger-list__wrap .navList .insta-icon::before {
  position: absolute;
  content: '\f16d';
  font-family: 'Font Awesome 5 Brands';
  font-size: 180%;
  color: #fff;
  font-weight: 500;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
  .p_sec-in {
    width: 100%;
  }
  .p_accInfo {
    width: 50%;
    margin-right: 20px;
  }
	.p_contactForm dl dt {
		font-size: 1.9rem;
	}
}

@media (max-width: 768px) {
	.sp-br { display: block!important; }
	.nav-head span {
	    width: 28px;
	    transition: all .4s
	}
	.nav-head label {
	    position: absolute;
	    top: 22px;
	    right: 18px;
	    height: 23px;
	}
  .p_acc-in {
    display: block;
  }
  .col2 > * {
    width: 100%;
    margin-bottom: 16px;
	}
	#wrapper #contentsArea .bg01 {
	  padding: 50px 24px;
	}
	#wrapper #contentsArea .bg02 {
	  padding: 40px 24px 70px;
	}
	#wrapper #contentsArea section .inner .lead p {
		font-size: 2rem;
		text-align: left;
	}
	#wrapper #contentsArea section .inner .lead p.pt2 {
		text-align: center;
	}
	#wrapper #contentsArea section .inner .shirt-list {
		flex-wrap: wrap;
	}
	#wrapper #contentsArea section .inner .shirt-list li {
		width: 80%;
		margin: 0 auto;
	}
	#wrapper #contentsArea section .inner .price-list-cloth li {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 16px;
	}
	#wrapper #contentsArea section .inner .shirt-list li,
	#wrapper #contentsArea section .inner .price-list-cloth li {
		margin-bottom: 24px;
	}
	#wrapper #contentsArea section .inner .shirt-list li,
	#wrapper #contentsArea section .inner .price-list-cloth li,
	#wrapper #contentsArea section .inner .price-title {
	    width: 100%;
	}
  .p_accMap {
    width: 100%;
    padding-bottom: 68.25%;
    margin: 20px 0 0;
  }
  .p_contactForm dl {
  	display: block;
  }
	.p_contactForm dl dt,
	.p_contactForm dl dd {
		width: 100%;
		padding: .2em;
	}
	.p_accInfo {
	    width: 100%;
	    margin-right: 0;
	}
#wrapper #contentsArea section .inner .ic_info .p_sec__ttl {
	text-align: left;
}
#wrapper #contentsArea section .inner .price-list dt {
	width: 70%;
}
#wrapper #contentsArea section .inner .price-list dd {
	width: 30%;
}
#wrapper #contentsArea section .inner .shirt-text {
	padding: 0 .5em .5em;
}
	.p_right {
		font-size: 4.5vmin;
	}
}
@media (max-width: 480px) {
	#wrapper #contentsArea .bg01 {
	  padding: 50px 15px;
	}	
}

.language-pc{
	position: absolute;
	top: 15px;
	right: 40px;
}
.language-pc a {
	color: #968b73;
}
.language-pc span {
	color: #5b564e;
	padding: 0 10px;
	font-weight: 600;
}
@media (max-width: 1000px) {
	.navList li.language {
		padding-left: 0px;
    display: flex;
    color: #fff;
    font-size: 2.2rem;
	}
	.navList li.language a {
		display: inline-block;
		color: #786c55;
	}
	.navList li.language .jp {
		margin: 0 10px 0 0;
	}
	.navList li.language .en {
		margin: 0 0 0 10px;
	}
	nav .navInner .navList li.language a:hover {
		color: #5b564e!important;
	}
}
