@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*ローディング▼*/
#loading {
position: fixed;
z-index: 99999999;
width: 100%;
height: 100%;
background:#fff;
text-align:center;
color:#fff;
}
#loading-img {
position: absolute;
top: 50%;
left: 50%;
	z-index: 999;
transform: translate(-50%, -50%);
}
#loading_img img {
	width:20%;
	position: absolute;
top: 40%;
left: 50%;
	z-index: 999;
transform: translate(-50%, -50%);
}
#loading_text {
position: absolute;
top: 50%;
left: 50%;
z-index: 999;
width: 100%;
transform: translate(-50%, -50%);
color: #000;
}
/*ローディング▲*/

#wpadminbar {display:none;}
/**/
html {scroll-behavior: smooth;}
.parallax-sticky .inn {
  position: relative;
  z-index: 1;
}
.parallax-sticky .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.parallax-sticky .parallax-bg .bg {
  background: no-repeat center center/cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -1;
}
.parallax-sticky .parallax-bg .bg01 {
  background-image: url("");
}
.parallax-sticky .parallax-bg .bg02 {
  background-image: url("");
}
/**/

@media screen and (min-width: 768px){
.br-sp {display: none; }
}

#content {margin:0;}
.wrap {width:100%;}
.entry-content {
	margin-top:0;
	margin-bottom:0;
}
.main {padding:0;}

/*ロード画面▼*/
.lp-screen span {width: 200px !important;}
#lp_ls_img {width: 180px !important; display: block; margin: 0 auto;}
.lp-screen-text {margin-top: 0 !important; font-size: 20px !important; font-family: "fot-matisse-pron", sans-serif !important; }
/*ロード画面▲*/

h1.entry-title {display:none !important;}
.logo-header {display:none;}

/*ヘッダーロゴ▼*/
.header-container {margin-top:-30px;}
.header_logo {
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	height: 90px;
	position: fixed;
	top:0;
	left:0;
	z-index: 10;
}
.header_logo img {
	position: fixed;
	width:200px;
	top:20px;
	left: 30px;
	z-index: 10;
}
.tagline {color:#fff;}
/*ヘッダーロゴ▲*/

/*カートアイコン▼*/
.karticon {
	position: fixed;
	right: 130px;
	z-index: 10;
}
.karticon img {
	position: fixed;
	width: 37px;
	top: 23px;
}
/*カートアイコン▲*/



/*ビデオ▼*/
.video_wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.v_pc { display: block !important; }
.v_tab { display: none !important; }
.v_sp { display: none !important; }

/* タブレットで見たときは"tab"のclassがついた画像が表示される */
@media only screen and (max-width: 1023px) {
   .v_pc { display: none !important; }
	.v_tab { display: block !important; }
	.v_sp { display: none !important; } 

}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
   .v_pc { display: none !important; }
	.v_tab { display: none !important; }
	.v_sp { display: block !important; } 
}

/*ビデオ▲*/

/*麺写真▼*/
.men-pc{position: relative;}
.g_logo_t_pc {
	position:absolute;
	top:0;
	left:0;
	margin-left: 46.5%;
	width: 7%;
	padding-top: 15%;
	filter: drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff);
	z-index:210;
}
.mask{
	position:absolute;
	top:5%;
	left:0;
	mix-blend-mode: screen;
	mask-image:url("/wp-content/uploads/2023/11/yuge_mask.png");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position:  center;
	-webkit-mask-image: url("/wp-content/uploads/2023/11/yuge_mask.png");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position:  center;
}
/*麺写真▲*/

/*麺キャッチコピー▼*/
div.tategaki {
	text-align: start;
	padding-top: 100px;
}

div.tategaki div {
	writing-mode: vertical-rl;
	display: block;
	margin:0 auto;
	line-height: 4;
	filter: drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff)drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff);
}

/*麺キャッチコピー▲*/

/*稲庭うどん1▼*/
h1.inaniwa1-title {
	text-align: center;
	padding-top: 230px;
	font-size: 30px;
	filter: drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff)drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff);
}
/*稲庭うどん1▲*/

/*稲庭うどん2▼*/
div.tategaki2 {
	text-align: start;
	padding-top: 150px;
	writing-mode: vertical-rl;
    margin: 0 auto;
}
div.tategaki3 {
	    text-align: start;
    writing-mode: vertical-rl;
    margin: 0 auto;
    padding-top: 70px;
}
.inaniwa2-honbun1 {
	text-align: justify;
	height: 255px;
	line-height: 4;
	filter: drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff)drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff);
	margin:30px 0 0 0;
}
.inaniwa2-honbun2 {
	height: 255px;
	text-align: justify;
	line-height: 4;
	filter: drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff)drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff);
}
/*稲庭うどん2▲*/

/*ショップ▼*/
.shohin {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width:90%;
	margin:0 auto;
	gap:35px;
}
.shohin_kobets {width:30%;}

.ecimg-pc {display:block;}
.ecimg-sp {display:none;}
.eclogo {
	width: 40%;
	margin: 0px auto 50px auto;
	display: block;
	padding-top: 130px;
}
.ecimgflex{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 170px;
}
.ecimgphoto1{
	width: 14.3%;
	height: fit-content;
}
.ecimgphoto2{
	width: 14.3%;
	height: fit-content;
	padding-top: 70px;
}
.ecpackageflex{
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
    flex-direction: row;
}
.ecpackageflex2{
	margin: 50px auto 70px auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	flex-direction: row;
}
.ecpackageflex img {
	width: 70%;
	margin: 0 auto;
	display: block;
	filter: drop-shadow(7px 7px 7px #aaa);
}
.ecpkbox {
	width:20%;
	margin:40px 25px;
}
.ectxt {
	text-align:center;
	color:#000;
	line-height:1.3;
	font-size:20px;
	font-weight:500;
	margin-top:15px;
}
.ectxt2 {
	font-size:16px;
	display:inline-block;
	line-height:1.3;
}
.syouhinsetumei {
	width:100%;
	color:#000;
	font-size:15px;
	line-height:1.4;
	text-align:justify;
	margin:15px auto 0 auto;
}
.ecbut{
	text-align:center;
	padding:50px 0 100px 0;
}
.ecbut a{
	text-decoration: none;
	color: #333;
	border: 1px solid;
	padding: 5px 15px 7px 15px;
	border-radius: 7px;
}
.ecbut a:hover{
	background-color:#333;
	color:#fff;
}
/*ショップ▲*/

/*会社概要▼*/
.abut_us_flex {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 800px;
	padding-top: 15%;
	align-items: flex-start;
}
img.abut_us_logo {
	width: 15%;
	margin-right: 30px;
}
.c-font {padding-top:4%;}
.kaishagaiyo {
	border-bottom: 1px solid;
	width: 100%;
	display: block;
	font-size: 22px;
	margin-bottom: -20px;
	filter: drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff);
}
.abut_us_gyoukan {filter: drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff);}
.abut_us_gyoukan {line-height:2.4;}
.abut_us_indent1,
.abut_us_indent2,
.abut_us_indent3,
.abut_us_indent4,
.abut_us_indent8,
.abut_us_indent9 {padding-left:3em;}
.abut_us_indent5,
.abut_us_indent6,
.abut_us_indent7 {padding-left:2em;}
/*会社概要▲*/

/*OEM▼*/
.oemttl{
	text-align: center;
	padding-top: 180px;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 50px;
}
.oemtxt{
	width:50%;
	margin:0 auto 70px auto;
}
.oembut{
	text-align:center;
}
.oembut a{
	text-decoration: none;
	color: #fff;
	background: #333;
	padding: 5px 15px 7px 15px;
	border: 1px solid #333;
	border-radius: 7px;
}
.oembut a:hover{
	background: #A37E39;
	border: 1px solid #A37E39;
}
/*OEM▲*/

/*問い合わせページ▼*/
.hissu{
	color:red;
	font-size:15px;
}
.nini {font-size:15px;}
input.wpcf7-form-control.wpcf7-submit.has-spinner{
	width: 30%;
	margin: 0 auto;
	display: block;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background-color:#333;
	color:#fff;
}
/*問い合わせ確認▼*/
.wpcf7cp-btns {text-align:center}
.wpcf7-form-control.wpcf7cp-cfm-edit-btn{
	padding:5px 54px;
}
.wpcf7-form-control.wpcf7-submit.wpcf7cp-cfm-submit-btn {
	padding: 5px 20px;
}
.wpcf7-form-control.wpcf7cp-cfm-edit-btn:hover, .wpcf7-form-control.wpcf7-submit.wpcf7cp-cfm-submit-btn:hover{
	background:#333;
	color:#fff;
}
/*問い合わせページ▲*/

/*フッター▼*/
.article {margin-bottom:0 !important;}
#footer {display:none;}
img.footer_logo {
	width: 20%;
	margin: 0 auto;
	display: block;
	padding-top: 10%;
}
.footer_menu {
	text-align:center;
	margin-top: 90px;
}
.f_menu_txt {
	    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    width: 700px;
}
.footer_menu a {
	color:#000;
	text-decoration:none;
	margin: 0 20px 20px 0;
	filter: drop-shadow(4px 4px 4px #fff) drop-shadow(-4px -4px 4px #fff) drop-shadow(4px 4px 4px #fff) drop-shadow(-4px -4px 4px #fff);
}
.copyright {
	font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #fff;
    margin: 0 auto;
	filter: drop-shadow(7px 7px 7px #000)drop-shadow(-7px -7px 7px #000);
}
/*フッター▲*/

/**/
.parallax {margin:0;}
.sticky {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.header {
	z-index: 100;
}
.content_1 {
	z-index: 200;
}
.content_2 {
	background: rgba(255,255,255,0.9);
	z-index: 300;
	margin-top:75px;
	height: 150vh;
}
.sticky-background {
	position: absolute;
	z-index: -1; 
	width: 100%; 
	height: 150vh;
}
.sticky-background-ec {
	position: absolute;
	z-index: -1; 
	width: 100%; 
	height: 100%;
}
.sticky-background-footer {
	position: absolute;
	z-index: -1; 
	width: 100%; 
	height: 100vh;
}
.content_3 {
	z-index: 350;
	/*position: relative;*/
	height: 150vh;
}
.content_4 {
	z-index: 400;
	  height: 150vh;
}
.content_5 {
	z-index: 450;
	  height: 150vh;
}
.content_6{
	z-index: 500;
	height: 150vh;
}
.content_7{
	z-index: 550;
	height: auto;
	position: relative;
}
.content_11 {
	z-index: 750;
	height: 150vh;
}
.content_contact{
	background-color:#F7F7F7;
	z-index: 600;
	height: 150vh;
}
.original_footer {
	background-color:#fff;
	z-index: 999;
	margin:0;
}


/*ハンバーガー▼*/
.navToggle {
  display : block;
  position: fixed;
  z-index : 99;
  right : 30px;
  top: 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.navToggle span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.navToggle span:nth-child(1) {
  top: 10px;
}
.navToggle span:nth-child(2) {
  top: 20px;
}
.navToggle span:nth-child(3) {
  top: 30px;
}
/* ナビ開いてる時のボタン */
.navToggle.active span:nth-child(1) {
  top : 16px;
  left: 6px;
	background-color:#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 16px;
	background-color:#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  color: #000;
  background: #ffffff00;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
	height: 100vh;
}
nav.globalMenuSp ul {
  background: rgba(0,0,0,0.7);
  margin: 0 auto;
  padding: 120px 0 100px 0;
  width: 100%;
	height: 100vh;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
	text-align: center;
	margin: 0 auto;
    width: 240px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {transform: translateX(0%);}
/*ハンバーガー▲*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	/*ローディング▼*/
	#loading_img img {
	width:35%;
	position: absolute;
top: 40%;
left: 50%;
	z-index: 999;
transform: translate(-50%, -50%);
}
/*ローディング▲*/

	main.main, div.sidebar {padding:0 !important;}
	.header_logo img {
		width:140px;
		top:30px;
	}
	.men-pc {margin-top: -15px;}

	
	/*麺キャッチコピー▼*/
	div.tategaki {
		text-align: start;
		padding-top: 150px;
	}
	div.tategaki div {
		writing-mode: vertical-rl;
		display: block;
		margin:0 auto;
		line-height: 2;
		filter: drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff)drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff);
	}
	.tategaki.sp {padding-top:80px;}
	
	.g_logo_t_pc {
		position: absolute;
		top: 21%;
		left: 0;
		margin-left: 41.5%;
		width: 18%;
		filter: drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff);
		z-index: 210;
	}
	.mask{
		position:absolute;
		top:5%;
		left:0;
		mix-blend-mode: screen;
		mask-image:url("/wp-content/uploads/2023/11/yuge_mask_SP.png");
		mask-size: contain;
		mask-repeat: no-repeat;
		mask-position:  center;
		-webkit-mask-image: url("/wp-content/uploads/2023/11/yuge_mask_SP.png");
		-webkit-mask-size: contain;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position:  center;
	}
	h1.inaniwa1-title {
		padding-top: 150px;
		font-size:25px;
	}
	.inaniwa2-honbun1 {
		height:200px;
		line-height:2;
	}
	div.tategaki2 {
		text-align: start;
		padding-top: 90px;
		writing-mode: vertical-rl;
		margin: 0 auto;
	}
	div.tategaki3 {
	    text-align: start;
		writing-mode: vertical-rl;
		margin: 0 auto;
		padding-top: 40px;
	}
	.inaniwa2-honbun2 {
		height:200px;
		line-height:2;
	}
	
	.shop_logo {
		width: 85%;
		padding-top: 70%;
	}
	.shop-redfont {
		width: auto;
		margin: 0 20px;
		line-height: 1.5;
		color:red;
	}
	.shop-item {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.shop-item-cobetsu {
		width:45%;
		height: 100%;
    margin-bottom: 50px;
	}
	.shop-photo {
		height: 250px;
		width: 100%;
		margin: 5px 0 10px 0;
	}
	.item_info {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.shop-title1 {
		margin:0;
		width:100%;
	}
	.shop-title2 {font-size:16px;}
	.shop-setsumei {
		line-height: 1.3;
		width: auto;
		font-size: 13px;
		text-align: justify;
		margin-bottom: 20px !important;
	}
	.shop-but {
		width:75%;
		margin:0 auto 5px auto;
	}
	.shop-but a {
		display:block;
		text-align:center;
	}
	
	.abut_us_flex {
		width:auto;
		padding-top: 22%;
	}
	img.abut_us_logo {
		width:25%;
		margin-right: 15px;
	}
	.c-font {margin-right:15px;}
	.kaishagaiyo {font-size:17px;}
	.abut_us_gyoukan {
		line-height:normal;
		font-size:15px;
	}
	.abut_us_indent1,
	.abut_us_indent2,
	.abut_us_indent3,
	.abut_us_indent4,
	.abut_us_indent8,
	.abut_us_indent9 {padding-left:2em;}
	.abut_us_indent5,
	.abut_us_indent6,
	.abut_us_indent7 {padding-left:1em;}
	.abut_us_indent10 {padding-left:5em;}
	
	/*shop▼*/
	.ecimg-pc {display:none;}
	.ecimg-sp {
		display:block;
		margin-bottom:70px;
	}
	.eclogo {
		width: 90%;
		padding-top:20px;
	}
	.shohin {gap: 20px;}
	.shohin_kobets {width:95%;}
	.ecimgflex{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		margin-bottom: 120px;
	}
	.ecimgphoto1{
		width: 14.3%;
		height: fit-content;
	}
	.ecimgphoto2{
		width: 14.3%;
		height: fit-content;
		padding-top: 0px;
	}
	.ecpackageflex{
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		flex-direction: row;
	}
	.ecpackageflex2{
		margin: 50px auto 70px auto;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		flex-direction: row;
	}
	.ecpackageflex img {
		width: 70%;
		margin: 0 auto;
		display: block;
	}
	.ecpkbox {
		width: 40%;
		margin: 20px 10px;
	}
	.ectxt {
		text-align:center;
		color:#333;
		line-height:1.3;
		font-size:16px;
		font-weight:500;
		margin-top:15px;
	}
	.ectxt2 {font-size:14px;}
	.ectxt2.sp {display:none;}
	.syouhinsetumei {
		width:70%;
		color:#000;
		font-size:15px;
		line-height:1.4;
		text-align:justify;
		margin:15px auto 0 auto;
	}
	.ecbut{
		text-align:center;
		padding: 50px 0 70px 0;
	}
	.ecbut a{
		text-decoration: none;
		color: #333;
		border: 1px solid;
		padding: 5px 15px 7px 15px;
		border-radius: 7px;
	}
	.ecbut a:hover{
		background-color:#A37E39;
		color:#fff;
	}
	/*shop▲*/
	
	.oemttl {
		padding-top: 100px;
		font-size: 22px;
		margin-bottom:30px;
		line-height: 1.5;
	}
	.oemtxt {
		width:90%;
		margin: 0 auto 50px auto;
	}
	img.footer_logo {
		width: 50%;
		margin: 0 auto;
		display: block;
		padding-top: 27%;
	}
	.footer_menu {
		display: flex;
		flex-direction: column;
		    text-align: center;
    margin-top: 30px;
    gap: 7px;
	}
	.f_menu_txt {
		display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
		width:auto;
	}
	.footer_menu a {
		margin: 0px 20px 5px 0;
	}
	.copyright {
		font-size:11px;
		padding-left: 15px;
	}
	
	/**/
	.parallax {margin:0;}
	.sticky {
		width: 100%;
		height: 150vh;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
	.header {z-index: 100;}
	.content_1 {z-index: 200;}
	.content_2 {
		background: #fff;
		z-index: 300;
		margin-top:125px;
		height: 150vh;
	}
	.content_3 {
		z-index: 350;
		/*position: relative;*/
		width: auto;
		height:100vh !important;
	}
	.content_4 {
		z-index: 400;
		height: 150vh;
		width: auto;
	}
	.content_5 {
		z-index: 450;
		height: 150vh;
		width: auto;
	}
	.content_6 {
		z-index: 500;
		height: 150vh;
	}
	.content_7 {
		z-index: 550;
		position: relative;
		width: auto;
		height:auto;
	}
	.content_8 {
		background: #fff;
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;
		z-index: 600;
		position: relative;
		width: auto;;
		height: 150vh;
	}	
	.content_11 {
		z-index: 750;
		width: auto;;
		height: 150vh;
	}
	.content_contact{
		
	}
	.original_footer {
		margin:0;
		width: auto;
		height:100vh;
	}
	.sticky-background {
		position: absolute;
		z-index: -1; 
		width: 100%; 
		height: auto;
	}
	.sticky-background-footer {
		position: absolute;
		z-index: -1; 
		width: 100%; 
		height: 100vh;
	}
}


@media screen and (max-width: 415px){
	.g_logo_t_pc {
		position: absolute;
		top: 17%;
		left: 0;
		margin-left: 41.5%;
		width: 18%;
		filter: drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff);
		z-index: 210;
	}
}

@media screen and (max-width: 376px){
	.g_logo_t_pc {
		position: absolute;
		top: 16%;
		left: 0;
		margin-left: 41.5%;
		width: 18%;
		filter: drop-shadow(7px 7px 7px #fff)drop-shadow(-7px -7px 7px #fff);
		z-index: 210;
	}
}

