@charset "utf-8";

/*------------------------------------------------------------
	中国語フォントの追加
------------------------------------------------------------*/
/* Noto Sans SC */

@font-face {
  font-family: "Noto Sans SC";
  src: url("../assets/fonts/NotoSansSC-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans SC";
  src: url("../assets/fonts/NotoSansSC-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans SC";
  src: url("../assets/fonts/NotoSansSC-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans SC";
  src: url("../assets/fonts/NotoSansSC-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans SC";
  src: url("../assets/fonts/NotoSansSC-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans SC";
  src: url("../assets/fonts/NotoSansSC-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body, table, input, textarea, select, option {
  font-family: "Noto Sans SC","PingFang SC", "Microsoft YaHei", "Heiti SC", sans-serif;
}
* {
  font-synthesis: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: none;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
@media all and (min-width: 768px) and (max-width: 1200px) {
	html {
		font-size: calc(1000vw / 1200);
	}
}
body, table, input, textarea, select, option {
	/* font-family: "Roboto","Noto Sans JP", serif; */
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	font-feature-settings: "palt";
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F5F3F0;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 3.5rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
#gHeader h1 {
	width: 33.1rem;
}
#gHeader h1 a {
	display: block;
}
@media all and (max-width: 767px) {
	#gHeader {
		padding: 3rem 2.2rem;
	}
	#gHeader h1 {
		width: 27.5rem;
	}
}
/* 言語切り替えボタンの追加 */
#gHeader {
	/* overflow: hidden; */
}
#gHeader .logoBox {
	width: 27.5rem;
	float: left;
}
#gHeader .langBox {
	width: 2rem;
	float: right;
	position: relative;
	top: -10px;
	font-size: 1.5rem;
}
#gHeader .langBox .langIcon {
	width: 2rem;
	position: relative;
	left: 1px;
}
#gHeader .langBox .jpLink {
	margin-top: 3px;
	border-bottom: solid 1px #000;
	padding: 0 0 4px 1px;
}
#gHeader .langBox .enLink {
	margin-top: 5px;
}
#gHeader .langBox .onLink a {
	color: rgba(0, 0, 0, 0.2);
}
@media all and (min-width: 768px) {
	#gHeader .logoBox {
		width: 33rem;
	}
	#gHeader .langBox {
		width: auto;
		top: 0px;
		/* overflow: hidden; */
		margin-right: 64rem;
	}
	#gHeader .langBox .langIcon {
		float: left;
		left: 0;
	}
	#gHeader .langBox .jpLink {
		float: left;
		margin: 0 0 0 6px;
		border-right: solid 1px #000;
		border-bottom: none;
		padding: 0 10px 0 0;
	}
	#gHeader .langBox .enLink {
		float: left;
		margin: 0 0 0 10px;
	}
}

/* 言語切り替え__プルダウン式の追加 */
.lang-selector {
  position: relative;
  cursor: pointer;
}
.lang-current {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 5px 5px;
}
.lang-current .lang-current .lang-text{
    position: relative;
    top: -3px;
}
.lang-current .lang-text img{
    max-width: 20px;
    position: relative;
    top: 1px;
}
.arrow-icon {
  display: inline-block;
width: 12px;
height: 12px;
border-right: 1.5px solid rgba(0, 0, 0, 0.2);
border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
  transform: rotate(45deg);
  margin-left: 5px;
  margin-top: -4px;
  transition: transform 0.3s;
}
.arrow-icon2 {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #fff;
    border-top: 1.5px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 1.5em;
}
.lang-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.2);
  min-width: 127px;
  z-index: 1000;
}
.lang-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.lang-list li:last-child {
  border-bottom: none;
}

.lang-list li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.2s;
  text-align: center;
}
.lang-list li a span {
  margin-right: 8px;
  font-weight: bold;
}

.lang-list li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* --- :hover --- */
@media screen and (min-width: 769px) {
    .lang-selector:hover .lang-list {
    display: block;
    }
    .lang-selector:hover .arrow-icon {
    transform: rotate(-135deg);
    }
}
.lang-selector:hover .arrow-icon {
  margin-top: 4px;
}

@media all and (max-width: 768px) {
     #gHeader .langBox{
        width: 130px;
        top: -3px;
     }
     .lang-current .lang-text img{
        max-width: 16px;
     }
     
}
@media all and (max-width: 457px) {
    #gHeader .langBox{
        width: 110px;
     }
     .lang-list{
        min-width: 110px;
        max-width: 110px;
     }
    #gHeader .logoBox,
    #gHeader h1 {
        width: 57vw;
        max-width: 260px;
    }
    .lang-current{
        padding: 5px 0px;
    }
    .arrow-icon{
        width: 10px;
        height: 10px;
        margin-top: 0px;
        margin-left: 2px;
    }
    .lang-list li a{
        padding: 10px 15px 10px 26px;
    }
    
}
/* -- is-open -- */
@media screen and (max-width: 768px) {
    .lang-selector.is-open .lang-list {
        display: block;
    }
    .lang-selector.is-open .arrow-icon {
        transform: rotate(-135deg);
    }
    .lang-selector:not(.is-open) .arrow-icon{
        transform: rotate(45deg);
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 1.7rem 0;
	text-align: center;
	background-color: #000;
}
@media all and (max-width: 767px) {
	#gFooter img {
		width: 27.5rem;
	}
}

