@charset "utf-8";
html {
    visibility: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	font-size:62.5%;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}
body {
	background-color: #ffffff;
	color:#333333;
	font-size: 1.4rem;
	margin:0px auto;
	padding:0;
	font-family: "Noto Sans JP",sans-serif;
}
body , html {
    height: 100%;
}
#wrap {
	width:100%;
	margin:0 auto;
    height: 100%;
}
.red {
	color: #FF0004;
}
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
/* clearfix */
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
html{
	overflow-x:hidden;
	font-size: 62.5%;
}

a {
	color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img{
    transition:all 0.5s ease;
    }

a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

#logo {
	top: 20px;
	margin-left: 20px;
	position: absolute;
	z-index: 290;
}
#logo_f {
	top: 0px;
	margin-left: 20px;
	position: absolute;
	z-index: 1290;
animation-name:fadeInAnime;
animation-delay: 2s;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}
#logo_f a {
    margin: 0px;
	padding: 100px;
    display: block;
    text-decoration: none;
	background-image: url("../img/logo_w.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 180px auto;
}
@media (max-width: 640px) {
#logo_f a {
    margin: 0px;
	padding: 50px;
    display: block;
    text-decoration: none;
	background-image: url("../img/logo_w.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px auto;
}
}
#logo_f a span {
	display: none;
}
#logo_f a:hover {
    color: #3D3D3D;
}
#logo_f.logo_blue a {
    color: #174592;    
}

#header {
	clear:both;
}
#header img {
	width:100%;
	height:auto;
}
#contents {
	clear:both;
	padding:2em;
	background-color: #fff;
	position: relative;
	z-index: 4;
}


p {
	font-size:1.4rem;
}


#copy {
	display: none;
	color:#666;
	clear:both;
	text-align:center;
	margin:0px 0px 0px;
	padding:100px 7px 0px;
	font-family: Helvetica Neue, "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-size: 1.5em;
    font-weight: 500;
	position: fixed;
	bottom: 0;
}


.pc {display: inline-block;}
.sp {display: none;}


@media (max-width: 800px) {
/*--------------------------------------------------------*/

.pc {display: none;}
.sp {display: inline-block;}

section {
	clear:both;
	padding:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

}


@media (max-width: 640px) {
#wrap {
	width:100%;
	margin:0px auto;
	height: auto;
	overflow-x: hidden;
}


#contents {
	display: block;
	clear:both;
	padding:0.5em;
	width: 95%;
	position: relative;
	z-index: 100;
}
#contents_form {
	clear:both;
	padding:0.5em;
	width:100%;
	margin:0px auto;
}
}

h1 {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"TelopMinPro-D";
    font-weight: 500;
    font-style: normal;
	font-size: 3rem;
	margin: 0.5em 0;
	padding: 0;
    text-transform: uppercase;
}
#webpage .section-scroll h1 {
    color: #000;
}
h2 {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"TelopMinPro-D";
    font-weight: 600;
    font-style: normal;
	font-size: 2rem;
	margin: 0.5em 0 1em;
	padding: 0;
    -webkit-font-feature-settings: 'palt' 1;
    -moz-font-feature-settings: 'palt' 1;
    -ms-font-feature-settings: 'palt' 1;
    -o-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
}
h3 {
    font-family: a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"TelopMinPro-D";
    font-weight: 600;
    font-style: normal;
    -webkit-font-feature-settings: 'palt' 1;
    -moz-font-feature-settings: 'palt' 1;
    -ms-font-feature-settings: 'palt' 1;
    -o-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
	font-size: 1.5rem;
	margin: 0.5em 0 1em;
	padding: 0;
}


@media (max-width: 640px) {

#logo_f {
	top: 0px;
	margin-left: 10px;
	position: absolute;
	z-index: 1290;
}
#logo_f a {
	font-size: 3rem;
}

h1 {
	font-family: "HCo Tungsten Cond","Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 2rem;
	margin: 0.5em 0;
	padding: 0;
    text-transform: uppercase;
}
h2 {
    font-weight: 600;
    font-style: normal;
	font-size: 1.5rem;
	margin: 0.5em 0 0;
	padding: 0;
    -webkit-font-feature-settings: 'palt' 1; // for Android 4.4
    font-feature-settings: 'palt' 1;
}
}





.drw_menu {
	width: 60px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #222;
    z-index: 1000;
    box-sizing: border-box;
}

.drw_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 1.6rem;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.drw_menu a {
  color: inherit;
  text-decoration: none;
}

.drw_menu a:visited {
  color: inherit;
}

.drw_menu .drw_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 900;
  /*background-color: rgba(51, 51, 51, 0.5);*/
  display: none;
  top: 0;
	right: 60px;
}

.drw_menu .drw_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 42px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: absolute;
  top: 40%;
  right: 8px;
  z-index: 1300;
  text-align: center;
  outline: none;
}

.drw_menu .drw_button.active .drw_bar {
  width: 49px;
}

.drw_menu .drw_button.active .drw_bar1 {
  transform: rotate(30deg);
}

.drw_menu .drw_button.active .drw_bar2 {
  opacity: 0;
}

.drw_menu .drw_button.active .drw_bar3 {
  transform: rotate(-30deg);
}

.drw_menu .drw_button.active .drw_menu_text {
  display: none;
}

.drw_menu .drw_button.active .drw_close {
  display: block;
}

.drw_menu .drw_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.drw_menu .drw_text {
  text-align: center;
  font-size: 1rem;
}

.drw_menu .drw_close {
  letter-spacing: 0.08em;
  display: none;
}

.drw_menu .drw_menu_text {
  display: block;
}

.drw_nav_wrapper {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: translate(100%);
  position: fixed;
  top: 0;
	right: 0;
  z-index: 900;
  background-color: #FFF;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.drw_nav_wrapper::-webkit-scrollbar {
 display:none;
}

.drw_nav_wrapper.open {
  transform: translate(0);
	right: 60px;
}

.drw_menu.left .drw_button {
  right: auto;
  left: 32px;
}

.drw_menu.left .drw_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}


.drw_menu.left .drw_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.drw_nav {
  padding: 60px 24px 0;
}

.drw_nav li {
  font-size: 2.4rem;
	list-style: none;
  margin-bottom: 5px;
    text-transform: uppercase;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
}


#blog .drw_nav {
  padding: 0px 24px;
}
#blog .drw_nav li {
  font-size: 2.4rem;
  margin-bottom: 3px;
}

.drw_nav_sub {
	margin: 0;
	padding: 20px 24px 20px;
	background-color: #696969;
}
.drw_nav_sub #logo_style {
	display: block;
	width: 100%;
	max-width: 145px;
	margin: 0 auto;
	text-align: center;
}
#webpage .drw_nav_sub #logo_style a {
	padding: 0;
	margin: 0;
}
.drw_nav_sub #logo_style img {
	max-width: 145px;
	height: auto;
	margin: 0;
	padding: 0;
}
#webpage .drw_nav_sub #logo_style img {
	margin-bottom: 10px;
}
.drw_nav_sub li {
	margin: 0;
	padding: 0;
	text-align: center;
}
.drw_nav_sub li ul {
	margin: 0;
	padding: 0;
}
.drw_nav_sub li ul {
	margin: 20px 0 0;
	padding: 0;
}
.drw_nav_sub li,
.drw_nav_sub li ul li {
  font-size: 2.4rem;
	list-style: none;
  margin:0 0 3px 0;
	padding: 0;
    text-transform: uppercase;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*+++ Default Button Color +++*/
.drw_menu .drw_button {
  color: #000;
}
.drw_menu .drw_button.drw_wite {
  color: #333;
}

.drw_menu .drw_button .drw_bar {
  background-color: #fff;
}


.drw_menu .drw_button.drw_wite .drw_bar {
  background-color: #333;
}

.drw_nav li a,
.drw_nav li a:link {
	display: block;
	color: #000;
	padding: 8px;
	text-decoration: none;
	text-align: center;
}
.drw_nav li a:hover {
	display: block;
    color: #999;
}
.drw_nav li.gNaviNone {
	display: block;
	padding: 8px;
	text-decoration: none;
	text-align: center;
	color: #e5e5e5;
}
.drw_nav_sub li a,
.drw_nav_sub li a:link {
	display: block;
	color: #DADADA;
	padding: 8px;
	text-decoration: none;
	text-align: center;
}
.drw_nav_sub li a:hover {
	display: block;
    color: #000;
}
.drw_nav_sub li #logo_style a {
	padding: 8px 0;
}

@media (max-width: 840px) {
.drw_menu {
	width: 60px;
    height: 60px;
    position: fixed;
    right: 10px;
    top: 10px;
    background:none;
    z-index: 1000;
    box-sizing: border-box;
}

.drw_menu .drw_nav {
  padding: 52px 24px;
}
.drw_menu .drw_button .drw_bar {
  background-color: #333;
}

.drw_menu .drw_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 42px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 1100;
  text-align: center;
  outline: none;
}

.drw_nav_wrapper.open {
  transform: translate(0);
	right: 0;
}
}

@media (max-width: 420px) {
	.drw_nav_wrapper {
		overflow-y: scroll;
	}
.drw_nav {
  padding: 80px 24px 0px;
}
.drw_nav li {
  font-size: 2.0rem;
  margin-bottom: 3px;
}
#blog .drw_nav li {
  font-size: 2.0rem;
  margin-bottom: 3px;
}

.drw_nav_sub #logo_style {
	display: block;
	width: 100%;
	max-width: 120px;
	margin: 0 auto;
	text-align: center;
}
.drw_nav_sub #logo_style img {
	width: auto;
	max-height: 60px;
}
.drw_nav_sub li ul {
	margin-top: 5px;
}
.drw_nav_sub li,
.drw_nav_sub li ul li {
  font-size: 2.0rem;
  margin-bottom: 3px;
}

}

.areablock{
  overflow: hidden;
}
.wrapblock{
  display: flex;
}
.block{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#indexpage-img .block {
	margin-bottom: -6px;
}
#indexpage-img .block a {
	display: block;
	width: 100%;
}
.block img {
		width: 100%;
		height: auto;
}
.block-w{
  width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.block-w img {
		width: 100%;
		height: auto;
}
	.block.img-half {
		width: 96%;
	}
.block.img-half img {
		width: 53%;
		height: auto;
}
.block.img-half p {
	padding: 1em;
}
	.block.txt-only {
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 2em;
		text-align: center;
	}
	.block.txt-only h2 {
		display: block;
		text-align: center;
	}
	.block.txt-only p {
		display: block;
		text-align: center;
	}
@media (max-width: 420px) {
	.block.img-half {
		display: block;
		width: 96%;
		margin: 20px auto;
	}
	.block.img-half img {
		width: 100%;
		height: auto;
	}
	.block.img-half p {
		padding: 0.5em 0.5em;
	}

}

#blog #logo_f {
	display: none;
}
#blog_header {
	width: 100%;
	height: 100%;
	padding-right: 60px;
	box-sizing: border-box;
}
#blog_header_listpage {
	width: 100%;
	height: 100%;
	padding-right: 60px;
	box-sizing: border-box;
}

#blog_logo {
	width: 16vw;
	height: auto;
	margin: 15% auto 0;
animation-name:fadeInAnime;
animation-delay: 1s;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  0% { opacity: 0;}
  25% { opacity: 0.3;}
  50% { opacity: 0.5;}
  75% { opacity: 0.7;}
  100% { opacity: 1;}
}

#blog_logo img {
	width: 100%;
	height: auto;
}
#bh_l {
	float: left;
	width: 45%;
	height: auto;
	text-align: center;
}
#bh_r {
	float: right;
	width: 50%;
	height: 100%;
animation-name:fadeInbh;
animation-delay: 1.5s;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
	position: fixed;
	right: 60px;
}
@keyframes fadeInbh{
  0% { opacity: 0;}
  25% { opacity: 0.3;}
  50% { opacity: 0.5;}
  75% { opacity: 0.7;}
  100% { opacity: 1;}
}


#blog_mainimg {
	width: auto;
	height: 100vh;
	text-align: right;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right top;
}
#blog_mainimg img {
	width:auto;
	height:100vh;
}
#blogindex_mainimg {
	width: auto;
	height: 100vh;
	text-align: right;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right top;
}
#blogindex_mainimg img {
	width:100%;
	height:auto;
}

.entrypage {
	float: right;
	width: 50%;
	height: 100%;
	animation-name:fadeInEntry;
	animation-delay: 1.5s;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	margin-right: 60px;
	box-sizing: border-box;
}
@keyframes fadeInEntry{
  0% { opacity: 0;}
  25% { opacity: 0.3;}
  50% { opacity: 0.5;}
  75% { opacity: 0.7;}
  100% { opacity: 1;}
}
.entrybox {
	background-color: #ffffff;
	padding: 1em 40px;
	box-sizing: border-box;
	height: auto;
}
.entrybox h1 {
	font-size: 2.4rem;
    font-weight: bold;
	text-transform:none;
}
.entrybox p + h3 {
	margin-top: 2em;
}
.entrybox-end {
	height: 100vh;
}
.entrybox-end a {
	display: block;
	height: 100vh;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	padding: 35% 0 0 0;
	box-sizing: border-box;
}
.entrybox-end img {
	width: 60%;
	height: auto;
}
.entrybox-end span {
	display: block;
	text-indent: -9999px;
}

.entrybox-end-link {
	height: 100vh;
}
.entrybox-end-link ul {
	display: block;
	margin: 0 auto 0;
	padding: 30vh 0 0 0;
	list-style: none;
	text-align: center;
}
.entrybox-end-link ul li {
	display: block;
	width: 80%;
	max-width: 240px;
	margin: 7px auto 0px !important;
	padding: 0;
	text-align: center;
}
.entrybox-end-link ul li a {
	display: block;
	height: auto;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	padding:1em;
	box-sizing: border-box;
	background-color: #333333;
	color: #ffffff;
	border: 1px solid #333333;
	text-decoration: none;
}
.entrybox-end-link ul li a:hover {
	color: #333;
	background-color: #dcdcdc;
	border: 1px solid #333;
}





@media (max-width: 840px) {
#blogindex_mainimg {
	width: auto;
	height: auto;
	text-align: right;
	background-image: none;
}

#blogindex_mainimg img {
	width:100%;
	height:auto;
}
.entrybox-end img {
	width: 70%;
	height: auto;
}

}
ul.entrylist {
	clear: both;
	float: right;
	/*display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;*/
	margin: 30px 60px 0px 0;
	padding: 20px;
	list-style: none;
	width: 100%;
	max-width: 630px;
	background-color: #ffffff;
}
ul.entrylist2 {
	clear: both;
	/*display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;*/
	margin: 0px 60px 0px 0;
	padding: 20px;
	list-style: none;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
}

@media (min-width: 841px) {
	ul.entrylist {
	clear: both;
	float: right;
	/*display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;*/
	margin: 30px 60px 0px 0;
	padding: 20px;
	list-style: none;
	width: 100%;
	max-width: 630px;
	background-color: #ffffff;
	box-sizing: border-box;
}
	ul.entrylist2 {
	clear: both;
	/*display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;*/
	margin: 0px 60px 0px 0;
	padding: 20px;
	list-style: none;
	width: 100%;
	max-width: 100%;
	background-color: #ffffff;
	box-sizing: border-box;
}

	ul#listpage.entrylist {
		position: absolute;
		top: -60px;
		right: 0px;
	}
}

@media (min-width: 840px) {
	ul.entrylist {max-width: 48%;}
}
ul.entrylist li {
	width: auto;
	height: auto;
	opacity: 0;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #ffffff;
}
ul.entrylist li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.4em;
	font-weight: bold;
}
ul.entrylist li a:hover {
	background-color: #fff;
	opacity: 0.9;
	color: #3D3D3D;
}
ul.entrylist li img {
	width: 100%;
	max-width: 200px;
	height: auto;
}
ul.entrylist li span {
	display: block;
	padding: 1.6rem;
	letter-spacing: 0.01em;
}
ul.entrylist2 li {
	width: auto;
	height: auto;
	opacity: 0;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #ffffff;
}
ul.entrylist2 li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.4em;
	font-weight: bold;
}
ul.entrylist2 li a:hover {
	background-color: #fff;
	opacity: 0.9;
	color: #3D3D3D;
}
ul.entrylist2 li img {
	width: 100%;
	max-width: 200px;
	height: auto;
}
ul.entrylist2 li span {
	display: block;
	padding: 1.6rem;
	letter-spacing: 0.01em;
}
@media (max-width: 840px) {
ul.entrylist {
	clear: both;
	float: none;
	/*display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;*/
	margin: 0px 0px 60px 0px;
	padding: 20px 10px 0;
	list-style: none;
	width: 100%;
	max-width: 580px;
	box-sizing: border-box;
	overflow-x: hidden;
	background-color: #ffffff;
}
	ul.entrylist li {
	width: 100%;
	height: auto;
	opacity: 0;
	margin: 0 0 20px 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
	background-color: #ffffff;
}
ul.entrylist li img {
	width: 100%;
	max-width: 120px;
	height: auto;
}
ul.entrylist li span {
	display: block;
	padding: 1em 1.2em 1em 1em;
}
ul.entrylist2 {
	clear: both;
	float: none;
	/*display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;*/
	margin: 0px 0px 60px 0px;
	padding: 20px 10px 0;
	list-style: none;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
	background-color: #ffffff;
}
	ul.entrylist2 li {
	width: 100%;
	height: auto;
	opacity: 0;
	margin: 0 0 20px 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
	background-color: #ffffff;
}
ul.entrylist2 li img {
	width: 100%;
	max-width: 120px;
	height: auto;
}
ul.entrylist2 li span {
	display: block;
	padding: 1em 1.2em 1em 1em;
}

	
.entrypage {
	float: none;
	width: 100%;
	height: 100%;
	animation-name:fadeInEntry;
	animation-delay: 1.5s;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	margin: 0px;
	padding: 0 0;
	box-sizing: border-box;
}

.entrybox {
	background-color: #ffffff;
	padding: 1em;
	margin-bottom: 0;
	box-sizing: border-box;
	height: auto;
}
.entrybox h1 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0;
	text-transform:none;
}
.entrybox h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0;
}
.entrybox p+p {
    font-size: 1.4rem;
    margin: 0 0 1.2em 0;
    padding: 0 0;
    line-height: 1.5em;
}
}


#bh_l {
	position: fixed;
}
.area{
  overflow: hidden;
	position: sticky;

}
.wrap {
  display: flex;
}
.item {
  height: 100vh;
  font-size: 1.4rem;
  font-weight: bold;
	box-sizing: border-box;
}
.item.box {
	background-color: #fff !important;
	text-align: left;
}

@media (min-width: 840px) {
.item.box {
	opacity: 0;
	animation: appeare 0.3s ease 2s normal forwards;
}

}
@keyframes appeare {
  0% { opacity: 0;}
  25% { opacity: 0.3;}
  50% { opacity: 0.5;}
  75% { opacity: 0.7;}
  100% { opacity: 1;}
}


.item.entrytxt {
	padding:1em 2em;	
}
.item h1 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 1em;
}
.item h2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 1em;
}
.item p {
	font-size: 1.4rem;
	margin: 0 0 1.2em 0;
	padding: 0 1em;
	line-height: 1.5em;
}
.item p + img {
	margin: 0;
}

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

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

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


@media (max-width: 840px) {
section#blog_header {
	width: 100%;
	height: 100vh;
	max-height: 610px;
	padding: 0px;
	box-sizing: border-box;
}
section#blog_header_listpage {
	width: 100%;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
}
#blog_logo {
	width: 16vw;
	height: auto;
	margin: 10px auto 0;
}
#blog_logo img {
	width: 100%;
	height: auto;
}
#bh_l {
	float: none;
	width: 100%;
	height: 80px;
	text-align: center;
	top: 0;
	background-color: #fff;
	z-index: 100;
}
#bh_r {
	float: none;
	margin-top: 80px;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	right: 0;
}
#blog_mainimg {
	display: block;
	width: 100%;
	height: 80vh;
	max-height: 500px;
	margin-top: 10px;
	padding-top: 80vh;
	text-align: right;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
}

.area{
  overflow: auto;
	position: relative;
}
.wrap {
  display: block;
}
.item {
  height: auto;
  font-size: 1.4rem;
  font-weight: bold;
	box-sizing: border-box;
}
.js-wrap div#block-start {
		display: none;
}
.item.entrytxt {
	width: 100%;
	padding:1em 7px;
	box-sizing: border-box;
}

}
@media (max-width: 420px) {
section#blog_header.listpage {
	width: 100%;
	height: 80px !important;
	max-height: 80px !important;
	margin-top: 0px !important;
	padding: 0px;
	box-sizing: border-box;
}
section#blog_header_listpage {
	clear: both;
	width: 100%;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
}
ul#listpage.entrylist {
	clear: both;
	float: none;
	margin: 0px 0px 60px 0px;
	padding: 0px 10px 0 !important;
	list-style: none;
	width: 100%;
	max-width: 580px;
	height: auto;
	box-sizing: border-box;
	background-color: #ffffff;
}
#blog_logo {
	width: 62px;
	height: 62px;
	margin: 10px auto 0;
}
#blogindex_mainimg {
	margin-top: 10px;
}
#blog_mainimg {
	display: block;
	width: 100%;
	height: auto;
	max-height: 500px;
	margin-top: 10px;
	padding-top: 500px;
	text-align: right;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
}

}
.scroll-up{
	opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.page-arrow {
	display: block;
	padding: 0px 0px;
	position: absolute;
	opacity: 0.8;
	visibility: visible;
	transform: translate(0px, 0px);
}
@media (max-width: 840px) {
	.page-arrow {
		display: none;
	}
}
.fadeout {
	opacity: 0;
	transition: all 1ms;
	visibility: hidden;
	transform: translate(0px, 50px);
} 
a.page-arrow:hover {
	opacity: 0.5;	
}
.page-arrow.leftbtn {
	top: 40%;
	left: 2px;
	 border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #333;
}
.page-arrow.rightbtn {
	top: 40%;
	right: 2px;
	 border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #333;
}
a.rightbtn99 {
	display: none;
}

.mt-be-columns div {
	width: 50%;
	box-sizing: border-box;
	padding: 1em;
}
.mt-be-column img {
	width: 100%;
	max-width: 320px;
	height: auto;
}
#shopinfo {
	clear: both;
	display: flex;
}
#shopinfo h3 {
	display: block;
	margin: 0 0 0 20px;
	padding: 0;
}
#shopinfo div {
	width: 50%;
}
#f_adress {
	clear: both;
	margin: 30px 0 0 -50px;
}
#f_adress dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 12px 0 0 0;
}
#f_adress dl dt {
	width: 30%;
	margin: 0 0 7px 0;
	padding: 0;
}
#f_adress dl dd {
	width: 70%;
	margin: 0 0 7px 0;
	padding: 0;
}
#contact ul {
	margin: 40px 0 0 20px;
	padding: 0;
	list-style: none;
}
#contact ul li {
	margin: 0 0 12px 0;
	padding: 0;
}
#contact a {
	display: block;
	color: #fff;
	background-color: #333;
	text-align: center;
	padding: 7px;
	text-decoration: none;
	width: 100%;
	max-width: 200px;
	box-sizing: border-box;
}
#contact a:hover {
	color: #333;
	background-color: #dcdcdc;
}

@media (max-width: 840px) {
.page-arrow.leftbtn {
	display: none;
}
.page-arrow.rightbtn {
	display: none;
}

.mt-be-columns div {
	width: 100%;
	box-sizing: border-box;
	padding: 1em;
}
.mt-be-column img {
	width: 100%;
	max-width: 90%;
	height: auto;
}

#shopinfo {
	display: block;
}
#shopinfo h3 {
	display: block;
	text-align: center;
	margin: 0 0 1em 0;
	padding: 0;
}
#shopinfo div {
	width: 100%;
}
#f_adress {
	margin: 30px auto 0;
}
#f_adress dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 12px 0;
}
#f_adress dl dt {
	width: 45%;
	margin: 0 0 7px 0;
	padding: 0 1.4em 0 0;
	text-align: right;
	box-sizing: border-box;
}
#f_adress dl dd {
	width: 55%;
	margin: 0 0 7px 0;
	padding: 0;
	box-sizing: border-box;
}

#contact ul {
	display: flex;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}
	#contact ul li {
		width: 50%;
		margin: 3px;
	}
}

footer.footer-area {
	clear: both;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	flex-wrap: wrap;
	width: 100%;
	min-height: 300px;
	padding: 0px;
	background-color: #DCDCDC;
}


#footer_logo {
	text-align: center;
	width: 25%;
	padding: 0 0 0;
}
#foot_adress {
	text-align: left;
	padding: 5% 0 0;
}
footer.footer-area #contact_foot {
	width: 25%;
	text-align: left;
}
footer.footer-area #contact_foot ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
footer.footer-area #contact_foot ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
#contact_foot a {
	display: block;
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
	text-align: center;
	padding: 7px;
	text-decoration: none;
	width: 100%;
	max-width: 200px;
	box-sizing: border-box;
}
#contact_foot a:hover {
	color: #333;
	background-color: #dcdcdc;
	border: 1px solid #333;
}


@media (max-width: 840px) {
footer.footer-area {
	clear: both;
	display: block;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	min-height: 300px;
	margin: 0;
	padding: 30px 20px;
	background-color: #DCDCDC;
	box-sizing: border-box;
}
#footer_logo {
	text-align: center;
	width: 100%;
	padding: 0 0 0;
}
footer.footer-area #contact_foot {
	width: 100%;
	text-align: center;
}
#foot_adress {
	text-align: center;
	padding: 20px 0 20px;
	line-height: 1.6em;
}

footer.footer-area #contact_foot ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
footer.footer-area #contact_foot ul li {
	display: inline-block;
	width: 48%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
}

@media (max-width: 420px) {
	footer.footer-area {
	padding: 30px 10px;
}

	#footer_logo img {
		width: 120px;
		height: auto;
	}
	footer.footer-area #contact_foot ul li {
	width: 49%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

}

#f_img {
}
#f_img img {
	width: 50%;
	height: auto;
	opacity: 0.6;
}
h3#cat_date {
	display: block;
	font-size: 1.4rem;
	font-weight: 100 !important;
	margin: 20% auto 0;
	padding: 0;
	text-align: center;
	color: #333;
}
dl#cat_date {
	margin: 15% auto 10%;
	padding: 0;
	text-align: center;
}
dl#cat_date dt {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
dl#cat_date dd {
	text-align: center;
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
}
#cat_date_btm {
	display: none;
}
#page-title {
	font-size: 1.6rem;
	font-weight: bold;
	width: 90%;
	max-width: 420px;
	text-align: center;
	margin: 0 auto;
	padding: 1em;
	box-sizing: border-box;
}
#page-title a {
	text-decoration: none;
}
@media (max-width: 840px) {
#cat_date_btm {
	display: block;
	text-align: center;
	margin: 1em auto;
	padding: 0;
}
h3#cat_date,dl#cat_date,#page-title {
	display: none;
}

dl#cat_date {
	position: absolute;
	margin: 0 auto 0;
	padding: 0;
	text-align: left;
	left: 10px;
	top: 20px;
}
dl#cat_date dt {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
dl#cat_date dd {
	text-align: left;
	font-size: 1.1rem;
	margin: 0;
	padding: 0;
}

}

p#index-copy {
	color: #fff;
	font-size: 3.429vw;
	font-style: italic;
	position: absolute;
	font-family: Times,"Times New Roman", "serif";
	left: 5%;
	text-shadow: 1px 1px 3px #555;
}
p.main-copy,
h2.main-copy{
	color: #fff;
	font-size: 3.429vw;
	font-style: italic;
	position: absolute;
	font-family: Times,"Times New Roman", "serif";
	left: 5%;
	text-shadow: 1px 1px 3px #555;
	margin: auto;
}
h2.main-copy.jpn{
	color: #7777777;
	font-size: 1.8vw;
	font-style: italic;
	position: absolute;
	font-family: Times,"Times New Roman", "serif";
	left: 5%;
	text-shadow: 1px 1px 3px #555;
	margin: auto;
}

p.main-copy a img ,
h2.main-copy a img {
	width: 100%;
	height: auto;
}

#blog-entrylist {
	clear: both;
	margin: 2em 0 1em 0;
	width: 100%;
}
#blog-entrylist h2,
#blog-entrylist h2 a {
	color: #999999;
	text-align: center;
	text-decoration: none;
	font-size: 4.615vw;
	font-family: Times,"Times New Roman", "serif";
	margin: 0;
	padding: 0;
}

#blog-entrylist ul {
	list-style: none;
	display: flex;
	margin: 0 60px 0 0;
	padding: 0;
	overflow-x: auto;
}
#blog-entrylist ul li {
	width: 40%;
	min-width: 240px;
	height: auto;
	padding: 10px 5px 10px;
	box-sizing: border-box;
}
#blog-entrylist ul li span {
	display: block;
}
#blog-entrylist ul li img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#blog-entrylist ul li#viewmore {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 5% 10px 0;
}
#blog-entrylist ul li#viewmore img {
	width: 120px;
	height: auto;
}
#blog-entrylist ul li#viewmore a {
	display: block;
	color: #DADADA;
	width: 200px;
	height: 200px;
	background-color: #696969;
}
#blog-entrylist ul li#viewmore a:hover {
	color: #B9B9B9;
}
#blog-entrylist ul li a {
	text-decoration: none;
}
#blog-entrylist ul {
    scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/  
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/   
}

#blog-entrylist ul::-webkit-scrollbar {  
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media (min-width: 1440px) {
#blog-entrylist ul li#viewmore {
	margin: 40px 10px 0;
}
}
@media (max-width: 840px) {
#blog-entrylist ul {
	list-style: none;
	display: flex;
	margin: 0 0 0;
	padding: 0;
	overflow-x: auto;
}
#blog-entrylist ul li#viewmore {
	display: inline-block;
	width: 20%;
	height: 20%;
	text-align: center;
	vertical-align: middle;
	margin: 7% 10px 0;
}
}
@media (max-width: 460px) {
#blog-entrylist ul li#viewmore {
	display: inline-block;
	width: 20%;
	height: 20%;
	text-align: center;
	vertical-align: middle;
	margin: 15% 10px;
}

}

@media (max-width: 840px) {
p#index-copy {
	font-size: 4.615vw;
	bottom:auto;
	top: 37%;
	}
p.main-copy,
h2.main-copy{
	font-size: 4.615vw;
	bottom:auto;
	}
}
@media (max-width: 440px) {
p#index-copy {
	font-size: 4.615vw;
	bottom:auto;
	top: 23%;
	}
p.main-copy,
h2.main-copy{
	font-size: 4.615vw;
	bottom:auto;
	}
}

#webpage section h1 {
	text-align: center;
}


.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 4s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}


dl.tablelayout {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 30px auto;
    padding: 0;
}
dl.tablelayout dt {
    width: 30%;
    box-sizing: border-box;
    padding: 7px 1em;
    margin: 0;
    text-align: right;
}
dl.tablelayout dd {
    width: 70%;
    box-sizing: border-box;
    padding: 7px 1em 7px 1em;
    margin: 0;
    text-align: left;
}
@media screen and (max-width: 420px) {
  dl.tablelayout {
    flex-flow: column nowrap;
  }
  dl.tablelayout dt,
  dl.tablelayout dd {
    width: 100%;
	  text-align: left;
	  
  }
  dl.tablelayout dd {
      padding-top: 2px;
      padding-left: 5em;
      padding-bottom: 1.5em;
}
}
.mt3 {
	display: inline-block;
	margin-top: 6px;
}


.box_c {
	width: 100%;
	max-width: 840px;
	height: auto;
	margin: 20px auto;
}
.box_c iframe {
	width: 100%;
	min-height: 540px;
}
.text-block {
	clear: both;
	width: 100%;
	max-width: 720px;
	margin: 20px auto;
	padding: 0.7em 1em 0.7em 1.3em;
	box-sizing: border-box;
}
.text-block p + h2 {
	margin-top: 2em;
}
.text-block h2 {
	font-weight: bold !important;
}
.text-block-m {
	clear: both;
	width: 100%;
	max-width: 480px;
	margin: 20px auto;
	padding: 0.7em 1em;
	box-sizing: border-box;
}
.text-block-m p + h2 {
	margin-top: 2em;
}
.text-block-m h2 {
	font-weight: bold !important;
}



.text-block-s {
	clear: both;
	width: 100%;
	max-width: 380px;
	margin: 20px auto;
	padding: 0.7em 1em;
	box-sizing: border-box;
}
.text-block-s p + h2 {
	margin-top: 2em;
}
.text-block-s h2 {
	font-weight: bold !important;
}


.text-block.formpage {
	clear: both;
	width: 100%;
	max-width: 640px;
	margin: 20px auto;
	padding: 0.7em;
}
.text-block.formpage p + h2 {
	margin-top: 2em;
}
.text-block.formpage h2 {
	font-weight: bold !important;
}


.lg-sub-html {
  display: none;
}
.grid {
	clear: both;
	margin: 30px auto;
}
.grid-item {
	width: 25%;
	padding: 0px;
	box-sizing: border-box;
}
.grid-item img {
	display: block;
	width: 100%
}

ul.ul-type01 {
	text-align: left;
	display: block;
	width: 100%;
	max-width: 640px;
	height: auto;
	margin: 3em auto 0;
	padding: 0;
}
ul.ul-type01 li {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}
.ultxL {
	text-align: center;
}
.ultxL ul.ul-type01 {
	display: inline-block;
	width: auto;
	max-width: auto;
	height: auto;
	margin: 3em auto 0;
	padding: 0;
}
ul.ul-type01 li {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: left;
}

.cta-btn {
	clear: both;
	width: 85%;
	max-width: 350px;
	margin: 30px auto 30px !important;
	display: block !important;
}

span.cta-btn {
	display: block;
}
.cta-btn a {
	display: block !important;
	color: #fff;
	font-size: 1.3em;
	background-color: #333;
	border: 1px solid #333;
	text-align: center;
	padding: 1em 1em 1em 1em;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
}

/*
.cta-btn a::after {
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block !important;
    width: 10px;
    height: 10px;
    position: absolute !important;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
}
*/
.cta-btn a:hover {
	color: #333;
	background-color: #dcdcdc;
	border: 1px solid #333;
}
.cta-btn:hover a::after {
    border-top: solid 2px #333;
    border-right: solid 2px #333;
}


span.cta-btn-dstyle {
	display: block;
}
.cta-btn-dstyle a {
	display: block;
	color: #fff;
	font-size: 1.3em;
	background-color: #333;
	border: 1px solid #333;
	text-align: left;
	padding: 1.3em 1em 1.3em 29%;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
	background-image: url("../img/logo_style.png");
	background-position: 10px 7px;
	background-size: auto 85%;
	background-repeat: no-repeat;
}
a.arrow-button::after {
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
.cta-btn-dstyle a:hover {
	color: #333;
	background-color: #dcdcdc;
	border: 1px solid #333;
}
.cta-btn-dstyle:hover a.arrow-button::after {
    border-top: solid 2px #333;
    border-right: solid 2px #333;
}


@media (max-width: 420px) {
.cta-btn {
	clear: both;
	width: 87%;
	margin: 10px auto 10px;
}
	.cta-btn +.cta-btn {
	margin: 0px auto 10px;
	}
.cta-btn a {
	display: block;
	color: #fff;
	font-size: 1.2em;
	background-color: #333;
	border: 1px solid #333;
	text-align: center;
	padding: 0.8em;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
}

}

@media screen and (min-width: 640px) {
	a[href^="tel:"]{
		pointer-events: none !important;
		cursor: default;
		text-decoration: none !important;
	}
}



#catchcopy {
	display: block;
	margin-top: -450px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: 1px 2px 3px #333;
	line-height: 1.6em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"TelopMinPro-D";
}

.insta-prof {
	clear: both;
	display:flex;
	justify-content:space-around;
	padding: 20px 0 0;
	background-color: #ffffff;
}
.photo {
	display: block;
	width: 30%;
	height: auto;
	margin: 0 auto 15px;
	text-align: center;
	color: #555555;
	box-sizing: border-box;
}
.photo img {
	border-radius: 50%;
}
.book {
	display: block;
	width: 30%;
	height: auto;
	margin: 0 auto 15px;
	padding: 0 5px 0 0;
	text-align: center;
	color: #555555;
	box-sizing: border-box;
}

.name-link {
	display: block;
	width: 70%;
	padding: 5px 7px 0px 1em;
	box-sizing: border-box;
}
.name-link span {
	font-weight: bold;
	display: inline-block;
}

@media screen and (max-width: 640px) {
#catchcopy {
	display: block;
	margin-top: -250px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: 1px 2px 3px #333;
	line-height: 1.6em;
	}
.insta-prof {
	clear: both;
	display:flex;
	justify-content:space-around;
	padding: 10px 0 10px;
	background-color: #ffffff;
}
.photo {
	display: block;
	width: 25%;
	height: auto;
	margin: 0 auto 15px;
	text-align: center;
	color: #555555;
	box-sizing: border-box;
}

.photo img {
	width: 100%;
	height: auto;
	max-width: 85px;
	max-height: 85px;
	}
.name-link {
	display: block;
	width: 70%;
	padding: 0px 0px 0px;
	box-sizing: border-box;
}

}

h1#gl-img {
    color: #777777;
    font-family: sans-serif;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    margin: 0;
    padding: 60px 0 0 0;
}
h2#gl-img {
    color: #777777;
    font-family: sans-serif;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    margin: 0;
    padding: 30px 0 0 0;
}


#block-info-fair {
	background-color:  #f5f5f5;
}

.img-auto img {
	width: 100%;
	height: auto;
}

.related-pagelist {
	width: 100%;
	max-width: 640px;
	height: auto;
	margin: 0 auto;
	padding: 30px 10px 30px;
	box-sizing: border-box;
}
.related-pagelist h2 {
	font-weight: 600 !important;
}
.related-pagelist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.related-pagelist ul li {
	margin: 0;
	padding: 0;
	text-align: center;	
}
.related-pagelist ul li img {
	width: 100%;
	height: auto;
}
.related-pagelist ul li.current img {
	filter: grayscale(100%);
}
.related-pagelist ul li a {
	text-decoration: none;
	font-weight: bold;
}
.related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* 任意の間隔 */
  padding: 0;
  margin: 0;
  list-style: none;
}

.related-list li {
  flex: 1 1 calc(50% - 10px); /* 2列にする */
  box-sizing: border-box;
}

/* モバイル（画面幅が768px未満）の場合に1列に */
@media (max-width: 767px) {
  .related-list li {
    flex: 1 1 100%;
  }
}
:root {
  --mobile-anchor-offset: 72px;
}


@media (max-width: 840px) {
  [id^="block-"] {
    scroll-margin-top: var(--mobile-anchor-offset);
  }
  :target {
    scroll-margin-top: var(--mobile-anchor-offset);
  }
}

#logo_menu img {
	width: 140px;
	max-width: 145px;
	height: auto;
}
#logo_menu {
	display: block;
	margin-bottom: 20px;
}

nav.navW {
	display: flex ;
	flex-wrap: wrap ;
	width: 100% ;
}
nav.navW ul.navL {
	width:55%;
	box-sizing: border-box;
	padding: 10px 0 0 0;
}

nav.navW ul.navR {
	width: 45%;
	box-sizing: border-box;
	padding-right: 60px;
}
@media (max-width: 840px) {
  nav.navW {
    display: block !important;
    width: 100% !important;
  }

  nav.navW ul.navL,
  nav.navW ul.navR {
    width: 100% !important;
    box-sizing: border-box;
  }

  /* 上段：DORSOロゴ + HOME以降 */
  nav.navW ul.navL {
    position: relative;
    padding: 40px 24px 30px 130px !important;
  }

  nav.navW ul.navL > li:first-child {
    position: absolute;
    left: 24px;
    top: 40px;
    margin: 0;
    padding: 0;
  }

  /* 下段：DORSO STYLEロゴ + WHY I ORDERED以降 */
  nav.navW ul.navR {
    position: relative;
    padding: 50px 24px 50px 130px !important;
  }

  nav.navW ul.navR > li:first-child {
    position: absolute;
    left: 24px;
    top: 50px;
    margin: 0;
    padding: 0;
  }

  /* ロゴ画像サイズ */
  #logo_menu,
  .drw_nav_sub #logo_style {
    display: block;
    width: 80px;
    max-width: 80px;
    margin: 0;
    text-align: left;
  }

  #logo_menu img,
  .drw_nav_sub #logo_style img {
    display: block;
    width: 80px;
    max-width: 80px;
    height: auto;
    margin: 0;
  }

  /* テキストメニュー左寄せ */
  .drw_nav li,
  .drw_nav_sub li {
    text-align: left;
  }

  .drw_nav li a,
  .drw_nav li a:link,
  .drw_nav_sub li a,
  .drw_nav_sub li a:link {
    text-align: left;
  }

  nav.navW ul.navL > li:not(:first-child) > a,
  nav.navW ul.navR > li:not(:first-child) > a {
    padding-left: calc(8px + 1.3em);
  }
}

header:has(.drw_nav_wrapper.open) #logo_f {
    display: none;
  }

/* =========================================================
   Blog menu layout fix for 840px and below
   - Supports Blog pages where DORSO STYLE menu is nested
   - Keeps PC layout unchanged
========================================================= */
@media (max-width: 840px) {
/* Blogページ専用：DORSO STYLE側 */
#blog nav.navW ul.navL {
  position: relative;
  width: 100% !important;
  padding: 40px 24px 30px 115px !important;
  box-sizing: border-box;
}
  /* Blogでは最初のliの中にロゴとサブメニューが入っているため、li自体は絶対配置しない */
  #blog nav.navW ul.navL > li:first-child {
    position: static !important;
    left: auto !important;
    top: auto !important;
    margin: 0;
    padding: 0;
  }

/* DORSO STYLEロゴだけを左側に固定 */
#blog nav.navW ul.navL #logo_style {
  position: absolute;
  left: 24px;
  top: 40px;
  display: block;
  width: 80px;
  max-width: 80px;
  margin: 0;
  text-align: left;
}

  #blog nav.navW ul.navL #logo_style img {
    display: block;
    width: 80px;
    max-width: 80px;
    height: auto;
    margin: 0;
  }

  /* DORSO STYLE側のテキストメニュー */
  #blog nav.navW ul.navL > li:first-child > ul {
    margin: 0;
    padding: 0;
  }

  #blog nav.navW ul.navL > li:first-child > ul li {
    text-align: left;
  }

  #blog nav.navW ul.navL > li:first-child > ul li a {
    text-align: left;
    padding-left: calc(8px + 1.3em);
  }

/* Blogページ専用：DORSO側 */
#blog nav.navW ul.navR {
  position: relative;
  width: 100% !important;
  padding: 25px 24px 50px 115px !important;
  box-sizing: border-box;
}

#blog nav.navW ul.navR > li:first-child {
  position: absolute;
  left: 24px;
  top: 25px;
  margin: 0;
  padding: 0;
}

  #blog nav.navW ul.navR > li:not(:first-child) > a {
    text-align: left;
    padding-left: calc(8px + 1.3em);
  }
}

