@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Serif JP', serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #232A23;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
	font-feature-settings : "palt";
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (max-width: 640px) {
     .sp640 {
		display: none !important;
    }
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: none !important;
	}
    .sp640 {
		display: none !important;
    }
}
@media all and (min-width: 321px) and (max-width: 767px){
    .sp640 {
		display: block !important;
    }
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
@media all and (max-width: 1100px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .topBox {
	padding-bottom: 30px;
	background: #131413;
	position: relative;
	z-index: 100;
}
#gHeader .topBox .logoBox {
	padding: 20px 30px 20px 0;
	float: right;
	position: relative;
	z-index: 100;
}
#gHeader .topBox .logoBox a {
	float: left;
	display: inline-block;
	margin-left: 28px;
}
#gHeader .topBox .logoBox a:hover {
	opacity: 0.7;
}
#gHeader .topBox .logoBox .link01 {
	padding-top: 1px;
}
#gHeader .logoImg {
	position: relative;
	top: -37px;
	text-align: center;
}
#gHeader .hBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 699;
    text-align: center;
    background: rgba(255,255,255,0.9);
	min-width: 1100px;
}
#gHeader .hBox .logo {
    position: absolute;
    left: 28px;
    top: 12px;
}
#gHeader .hBox .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 126px;
    overflow: hidden;
}
#gHeader .hBox .btn a {
    display: flex;
    padding-right: 1px;
    align-items: center;
    justify-content: center;
    height: 70px;
    position: relative;
    font-size: 1.7rem;
    color: #000; 
	letter-spacing: 0.2em;
    background: url("/img/common/icon03.png") no-repeat right 13px top 32px;
    background-size: 10px auto; 
}


#en #gHeader .hBox .btn a{
	font-size: 1.1rem;
}
#gHeader .hBox .btn a:before {
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #C6AF81;
}
#gHeader .hBox .btn a:after {
	position: absolute;
	display: block;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: "";
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}
#gHeader .hBox .btn a:hover:after {
	left: 0;
	background-color: #E9B366;
}
#gHeader .hBox .naviUl {
    padding-top: 25px;
}
#gHeader .hBox .naviUl li {
    display: inline;
    margin: 0 15px;
}
#gHeader .hBox .naviUl li a {
	display: inline-block;
    color: #232923;
    position: relative;
    letter-spacing: 0.1em;
}
#gHeader .hBox .naviUl li a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #BA9257;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); 
}
#gHeader .hBox .naviUl li a:hover:after {
	width: 100%;
}
#gHeader .hBox .naviUl li a:hover {
    color: #BA9257;
}
#gHeader .hBox {
    opacity: 0;
    display: none;
}
#gHeader.on .hBox {
    opacity: 1;
    visibility: visible;
}
#gNavi {
	text-align: center;
}
#gNavi li {
	margin: 0 18px;
	display: inline-block;
    opacity: 0;
}
#gNavi li a {
	color: #fff;
	display: inline-block;
	position: relative;
	letter-spacing: 0.1em;
}
#gNavi li a:hover {
	color: #BA9257;
}
#gNavi .color a {
	color: #BA9257;
}
#gNavi a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #BA9257;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); 
}
#gNavi a:hover:after {
	width: 100%;
}
@media all and (max-width: 767px) {
	#gHeader .topBox {
		padding-bottom: 0;
	}
	#gHeader .logoImg {
		margin-bottom: 0;
		position: static;
		top: 0;
		padding: 34px 0 21px;
		width: 100%;
		text-align: center;
	}
	#gHeader .logoImg img {
		margin: 0 auto;
		display: block;
	}
    #gHeader .hBox {
        height: 50px;
		min-width: inherit;
    }
    #gHeader .hBox .logo {
        top: 7px;
        left: 20px;
        width: 58px;
    }
	#gNavi {
		display: none;
	}
    .menu {
        display: block;
		position: absolute;
		right: 3px;
		top: 0;
		cursor: pointer;
		width: 60px;
		height: 60px;
		z-index: 100;
	}
    #gHeader .hBox .menu span {
		background: #000;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
        position: absolute;
		right: 18px;
		width: 25px;
		height: 1px;
		background-color: #fff;
	}
	.menu span:nth-of-type(1) {
		top: 19px;
	}
	.menu span:nth-of-type(2) {
		top: 25px;
	}
	.menu span:nth-of-type(3) {
		top: 31px;
	}
    .menuBox {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #273629;
        z-index: 990;
        height: 100%;
        overflow-y: auto;
        box-sizing: border-box;
    }
	.menuBox .close {
		position: absolute;
		right: 25px;
		top: 18px;
		width: 18px;
		cursor: pointer;
	}
	.menuBox .infoMenu {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-content: space-between;
	}
    .menuBox .topBox {
		padding-top: 11%;
		display: flex;
		align-items: center;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
    }
    .menuBox .topBox .logo {
        margin-bottom: 35px;
        text-align: center;
    }
    .menuBox .topBox .spNavi {
        margin: 0 auto;
        height: 200px;
        width: 210px;
		padding-right: 12px;
        -webkit-writing-mode : tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: tb-rl;
        writing-mode: vertical-rl;
        direction: ltr; 
    }
    .menuBox .topBox .spNavi li {
        opacity: 0;
    }
    .menuBox .topBox .spNavi li a {
        padding: 0 9px;
        display: inline-block;
        color: #fff;
        font-size: 1.5rem;
        letter-spacing: 0.22em;
    }
	.menuBox .topBox .spNavi .color a {
		color: #BA9257;
	}
	.menuBox .btmBox {
		width: 100%;
		padding-bottom: 20px;
        margin-top: 2%;
        opacity: 0;
	}
	.menuBox .telBox {
		text-align: center;
		padding: 30px 0 32px;
		letter-spacing: 0.1em;
		font-weight: 500;
	}
	.menuBox .telBox span {
		display: block;
	}
	.menuBox .telBox .ttl {
		font-size: 1rem;
		color: #fff;
	}
	.menuBox .telBox .tel {
		margin: 3px 0 0 0;
		display: block;
	}
	.menuBox .telBox .tel a {
		padding: 0 30px;
		font-size: 2.5rem;
		color: #B9A052;
		background: url("/img/common/tel.png") no-repeat right top 3px;
		background-size: 30px 30px; 
		letter-spacing: 0.12em;
	}
	.menuBox .telBox .tel .time {
		margin-top: 5px;
		font-size: 1rem;
		color: #fff;
		letter-spacing: 0.08em;
	}
	.menuBox .btn a {
/*		width: 100%;*/
		color: #B9A052;
		display: block;
		padding: 18px 10px;
/*		max-width: 320px;*/
		margin: 0 26px 0;
		font-size: 1.5rem;
		font-weight: 500;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: 0.12em;
		background: url("../img/common/icon04.png") no-repeat right 16px center;
		background-color: rgba(242,239,234,0.06);
		background-size: 17px auto; 
		border: 1px solid #B9A052;
	}
	.menuBox .btn a {
		margin-bottom: 29px;
	}
	.menuBox .btn a img{
		height:60px
	}
	.menuBox .logoList {
		margin-bottom: 29px;
	}
	.menuBox .logoList li {
		padding: 0 14px;
	}
    .menuBox .subBox {
        padding-left: 17px;
    }
    .menuBox .subBox .faceBook {
        margin-right: 20px;
    }
    .menuBox .subBox .faceBook .imgSpan {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }
    .menuBox .subBox .faceBook .txtSpan {
        color: #FFF;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
    .menuBox .subBox .linkList {
        margin-bottom: 8px;
    }
    .menuBox .subBox .linkList li {
        display: inline;
        font-size: 1.2rem;
    }
    .menuBox .subBox .linkList li a {
        color: #fff;
        padding: 0 20px;
        position: relative;
        letter-spacing: 0.05em;
    }
    .menuBox .subBox .linkList li a:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        bottom: 1px;
        background: #fff;
        content: "";
        top: 2px;
    }
	.menuBox .subBox .linkList li:first-child a:before {
		display: none;
	}
    .menuBox .linkTxt {
        font-size: 1.2rem;
        text-align: center;
        letter-spacing: 0.05em;
    }
	.menuBox .linkTxt a {
		display: block;
		color: #fff;
	}
}
@media all and (max-width: 360px) {
	.menuBox .telBox .info {
		background-position: right 5px center;
	}
	.menuBox .subBox .linkList li a {
		padding: 0 10px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pageTop {
    margin-bottom: 76px;
    text-align: center;
}
.pageTop a:hover {
    opacity: 0.7;
}
#gFooter {
    padding: 0 0 30px;
}
#gFooter .fInner {
	max-width: 1100px;
	padding: 0 20px;
    margin: 0 auto;
}
#gFooter .lBox {
    width: 700px;
}
#gFooter .faceBook {
    margin-right: 21px;
}
#gFooter .faceBook a {
    display: block;
}
#gFooter .faceBook a:hover {
    opacity: 0.7;
}
#gFooter .faceBook .imgSpan {
    padding: 4px 10px 0 0;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}
#gFooter .faceBook .txtSpan {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
}
#gFooter .fNavi li {
    font-size: 1.2rem;
    display: inline-block;
    letter-spacing: 0.05em;
}
#gFooter .fNavi li a {
    display: inline-block;
    padding: 5px 18px;
    position: relative;
}
#gFooter .fNavi li a:hover {
    opacity: 0.7;
}
#gFooter .fNavi li a:before {
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background: #707070;
    content: "";
}
#gFooter .fNavi li:first-child a:before {
	display: none;
} 
#gFooter .rBox {
    width: 300px;
    align-items: center;
    justify-content: flex-end;
}
#gFooter .rBox .imgBox {
    padding-right: 5px;
}
#gFooter address {
    font-size: 1.2rem;
    color: #333;
    font-style: normal;
    letter-spacing: 0.05em;
}
@media all and (max-width: 767px) {
	.pageTop {
		margin-bottom: 66px;
	}
	#gFooter {
		padding-bottom: 30px;
	}
	#gFooter .fInner {
		max-width: auto;
		padding: 0;
		display: block;
	}
	#gFooter .lBox {
		margin-bottom: 22px;
		width: auto;
		justify-content: center;
		text-align: center;
	}
	#gFooter .faceBook {
		margin-right: 20px;
	}
	#gFooter .fNavi li a {
		padding: 0 18px;
	}
	#gFooter .fNavi li:nth-child(2) a {
		padding-right: 0;
	}
	#gFooter .spLink {
		margin-bottom: 36px;
		font-size: 1.2rem;
		text-align: center;
		letter-spacing: 0.05em;
	}
	#gFooter .rBox {
		display: block;
		width: auto;
	}
	#gFooter .rBox .imgBox {
		padding: 0;
		margin: 0 auto 15px;
		text-align: center;
	}
	#gFooter address {
		text-align: center;	
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1060px;
    padding: 0 20px;
}
@media all and (max-width: 767px) {
	.content {
		width: inherit;
	}
}
.headLine01 {
	margin-bottom: 48px;
	font-size: 2.8rem;
	color: #232923;
	font-weight: 600;
	letter-spacing: 0.16em;
}
@media all and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 40px;
		font-size: 2.2rem;
		text-align: center;
		line-height: 1.7;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	height: 330px;
	position: relative;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	direction: ltr; 
}
.headLine02:before {
	position: absolute;
	left: -8px;
	top: 0;
	width: 1px;
	height: 0;
	background: rgba(255,255,255,0.39);
	content: "";
    transition: height .9s .9s cubic-bezier(.455,.03,.515,.955);
}
.headLine02.visible:before {
    height: 328px;
}
.headLine02:after {
	position: absolute;
	right: 15px;
	bottom: 28px;
	width: 0;
	height: 1px;
	background: rgba(255,255,255,0.39);
	content: "";
    transition: width .9s .9s cubic-bezier(.455,.03,.515,.955);
}
.headLine02.visible:after {
    width: 180px;
}
.headLine02 .en {
	height: 330px;
	width: 35px;
	direction: ltr; 
	display: block;
	color: #D0BB78;
	font-weight: 400;
	font-family: 'EB Garamond', serif;
	letter-spacing: 0.1em;
}
.headLine02 .jp {
	height: 330px;
	padding-left: 33px;
	width: 30px;
	color: #fff;
	display: block;
	font-size: 2.7rem;
	font-weight: 500;
	letter-spacing: 0.3em;
}
@media all and (max-width: 767px) {
	.headLine02 {
		width: 140px;
		margin: 0 auto;
		height: 249px;
	}
	.headLine02:before {
		left: 8px;
		top: 0;
	}
    .headLine02.visible:before {
        height: 242px;
    }
	.headLine02:after {
		right: 10px;
		bottom: 22px;
	}
    .headLine02.visible:after {
        width: 138px;
    }
	.headLine02 .en {
		height: 247px;
		width: 35px;
	}
	.headLine02 .jp {
		height: 247px;
		padding: 0 54px 0 20px;
		width: 30px;
		font-size: 2rem;
		letter-spacing: 0.35em;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 66px;
    text-align: center;
}
.headLine03 .jp {
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	direction: ltr; 
    height: 150px;
    font-size: 2.8rem;
    margin: 0 auto 2px;
    width: 30px;
    font-weight: 500;
    letter-spacing: 0.3em;
}

#en .headLine03 .jp {
    writing-mode: horizontal-tb;
    letter-spacing: 0.1;
}

span.jp {}
.headLine03 .en {
    color: #B79F34;
    font-weight: 400;
    font-family: 'EB Garamond', serif;
    display: block;
    letter-spacing: 0.05em;
}
@media all and (max-width: 767px) {
	.headLine03 .jp {
		font-size: 2.2rem;
		height: 120px;
	}
}
@media all and (max-width: 356px) {
    #gFooter .fNavi li a {
        padding: 0 14px;
    }
}
/*------------------------------------------------------------
	fadeInAnim
------------------------------------------------------------*/
.fadeInAnim {
    opacity: 0;
    transition: opacity .9s cubic-bezier(.455,.03,.515,.955);
    will-change: opacity;
}
.fadeInAnim.visible {
    opacity: 1;
}
@media all and (min-width: 768px) and (max-width: 1100px) {
	#gNavi li a:hover {
		color: #fff;
	}
	#gNavi .color a {
		color: #BA9257 !important;
	}
    #gNavi .color a:hover {
        color: #BA9257 !important;
    }
	#gHeader .hBox .naviUl li a:hover {
		color: #232923;
	}
	#gNavi li a:hover:after {
		width: 0;
	}
	#gHeader .hBox .naviUl li a:hover:after {
		width: 0;
	}
    #gHeader .hBox .btn a:hover:after {
        background-color: #C6AF81;
    }
}
#cover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: #000;
}
#cover img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


@media all and (max-width: 360px){
    .menuBox .topBox .logo {
    margin-bottom: 25px;
    text-align: center;
    }
    
/*
    .menuBox .telBox {
    padding: 10px 10px;
    }
*/
    
    .menuBox .telBox {
    margin: 0 26px 0;
    }
    
/*
    .menuBox .topBox{
    padding-top: 25px;   
    }
*/
    
    .menuBox .subBox .linkList li ,.menuBox .subBox .linkList li {
    font-size: 1.1rem;
    } 
    
    .menuBox .telBox {
    padding: 25px 0 30px;
    }
    
    .menuBox .logoList {
    margin-bottom: 25px;
    }
}

/*language link*/
#gNavi .headLanguage{
    position: fixed;
    left: 26px;
    top: 25px;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease,visibility .5s ease;
    opacity: 1;
    visibility: visible;
	display: flex;
	justify-content: center;
}

#gNavi .headLanguage > li{
    margin: 0;
}

#gNavi .headLanguage > li a{
    padding: 0 10px;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 1px;
    color: #cccccc;
    box-sizing: border-box;
    top: 2px;
}

#gNavi .headLanguage > li:after{
    content: '|';
    display: inline-block;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 1px;
    color: #fff;
}

#gNavi .headLanguage > li:nth-child(2):after{
    display: none;
}

#gNavi .headLanguage > li a:hover{
    opacity: .5;
}
#gNavi .headLanguage > li a:after{
    display: none;
}
/*言語選択*/
/* --- 右下固定 --- */
.stt-lang-select {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  font-family: sans-serif;
}

/* --- 表示中の言語 --- */
.stt-lang-select .current-lang {
  background: #333;
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s;
}

.stt-lang-select .current-lang:hover {
  background: #444;
}

/* --- 言語リスト --- */
.stt-lang-select .lang-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}

/* open 時に表示 */
.stt-lang-select.open .lang-list {
  display: block;
}

.stt-lang-select .lang-list li {
  position: relative;
}

.stt-lang-select .lang-list li a {
  display: block;
  padding: 10px 34px 10px 14px; /* 右に余白を増やす（●用） */
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.stt-lang-select .lang-list li:last-child a {
  border-bottom: none;
}

.stt-lang-select .lang-list li a:hover {
  background: #f0f0f0;
}

/* ★ ここで選択中言語に ● を付ける */
.stt-lang-select .lang-list li.is-current a::after {
  content: "●";
  color: #1a73e8;   /* Googleっぽい青。色は変更OK */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
/*言語選択ここまで*/
@media all and (max-width: 767px) {
    .lang{
        margin: 0 0 7%;
        padding: 13.5% 25px 0 24px;
        font-size: 12px;
		opacity: 0;
		display: flex;
		width: 100%;
		align-items: center;
		box-sizing: border-box;
		justify-content: space-between;
    }
    .lang .infoLang a {
		display: inline-block;
		vertical-align: top;
        color: #cccccc;
        letter-spacing: 1px;
    }
    .lang .infoLang a:after{
        content: '|';
        display: inline-block;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: -2px;
        color: #fff;
        padding-left: 10px;
    }
    .lang .infoLang a:nth-child(2):after{
        display: none;
    }
    .lang .infoLang a:nth-child(2){
         padding-left: 12px;
    }
	.lang .snsList {
		display: flex;
	}
	.lang .snsList li {
		width: 22px;
		padding-left: 21px;
	}
    .lang_jp{
        font-family: 'Noto Serif JP', serif;
        font-weight: 600;
    }
}