@charset "utf-8";
/*
Theme Name: danshakupro2020
Author: kazDone
Author URI: https://danshaku-p.jp/
Description: 自作テーマ2020
Version: 0.1
License: GPL
*/

@import url("css/fonts/style.css");
@import url("css/font-awesome.css");

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}

* {
	margin : 0 ;
	padding : 0 ;
	font-size : 100% ;
	box-sizing: border-box;
}

body {
	font-size: 100%;
	font-family: "Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic Std","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	font-size: 87.5%; 
	/*font-weight: 200 !important;*/
	line-height: 1.6; letter-spacing: 1px;
	/*word-wrap: break-word; 
	word-break: break-all; overflow-wrap : break-word;*/
	color: #eeebe9;
	-webkit-font-smoothing: subpixel-antialiased;
}
html,body {
	height: 100%
	background-color: #110901;
}

body:after {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	content: "";
	background-color: #110901;
	background: linear-gradient(145deg, #2c1803 0%, #110901 100%);
	z-index: -1;
}
a{color: #eeebe9; text-decoration: none;}
a:link {color: #eeebe9;}
a:visited {color: #eeebe9;}
a:hover{color: #f39309;}
a:active {color: #eeebe9;}


.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px; 
}
.font15 {
	font-size: 15px; 
}
.font16 {
	font-size: 16px; 
}
.font17 {
	font-size: 17px; 
}
.font18 {
	font-size: 18px;
}
.font18w100 {
	font-size: 18px; font-weight: 100;
}
.font20 {
	font-size: 20px;
}
.font22 {
	font-size: 22px;
}
.font24 {
	font-size: 24px;
}
.font26 {
	font-size: 26px; font-weight: 400;
}
.font30 {
	font-size: 30px; font-weight: 400;
}
.font32 {
	font-size: 32px; font-weight: 400;
}
.font36 {
	font-size: 36px; font-weight: 300;
}
.font42 {
	font-size: 42px; font-weight: 300;
}

.paddingL20{padding-left: 20px;}
.paddingL30{padding-left: 30px;}
.paddingT10{padding-top: 10px;}
.paddingT20{padding-top: 20px;}
.paddingT30{padding-top: 30px;}
.paddingT40{padding-top: 40px;}
.paddingT50{padding-top: 50px;}
.paddingB5{padding-bottom: 5px;}
.paddingB10{padding-bottom: 10px;}
.paddingB20{padding-bottom: 20px;}
.paddingB30{padding-bottom: 30px;}
.marginT5{
	margin-top: 5px;
}
.marginT10{
	margin-top: 10px;
}
.marginT20{
	margin-top: 20px;
}
.marginT25{
	margin-top: 25px;
}
.marginT30{
	margin-top: 30px;
}
.marginT40{
	margin-top: 40px;
}
.marginT50{
	margin-top: 50px;
}
.marginT55{
	margin-top: 55px;
}
.marginT60{
	margin-top: 60px;
}
.marginT70{
	margin-top: 70px;
}
.marginT100{
	margin-top: 100px;
}
.marginB10{
	margin-bottom: 10px;
}
.marginB20{
	margin-bottom: 20px;
}
.marginB30{
	margin-bottom: 30px;
}
.marginB40{
	margin-bottom: 40px;
}
.marginB50{
	margin-bottom: 50px;
}
.marginB65{
	margin-bottom: 65px;
}
.marginTB10{
	margin: 10px 0;
}
.marginTB30{
	margin: 30px 0;
}
.marginTB50{
	margin: 50px 0;
}

.bold{font-weight: 600;}
.b200{font-weight: 200;}
.b300{font-weight: 300;}
.b400{font-weight: 400;}

.left{text-align: left;}
.center{text-align: center;}
.right{text-align: right;}
.letterW8{letter-spacing: 8px;}
.letterW6{letter-spacing: 6px;}
.letterW7{letter-spacing: 7px;}
.letterW5{letter-spacing: 5px;}
.letterW4{letter-spacing: 4px;}
.letterW3{letter-spacing: 3px;}
.letterW2{letter-spacing: 2px;}
.letterW1{letter-spacing: 1px;}
.line-h12{line-height: 1.2;}
.line-h13{line-height: 1.3;}
.line-h14{line-height: 1.4;}
.line-h15{line-height: 1.5;}
.line-h18{line-height: 1.8;}
.line-h20{line-height: 2;}
.line-h22{line-height: 2.2;}
.line-h24{line-height: 2.4;}
.line-h26{line-height: 2.6;}

.pagePagination {
	display: none;
	position: fixed;
	right: 30px;
	top: 48%; transform: translateY(-50%);
	z-index: 5;
	list-style: none;
}
.pagePagination.active {display: block;}
.pagePagination::before {
	content: '';
	position: absolute;
	width: 7px; height: 100%;
	border-right: 1px solid #444;
	left: 4px; top:0;
}
.pagePagination li {
	text-align: center;
	position: relative;
}
.pagePagination li span {
	position: absolute;
	right: 30px; top: 0px;
	width: 12em;
	height: 1em;text-align: right;
	transform:rotate(-45deg); 
	transform-origin: right top 0;
	color: #000;
	font-size: 11px; /*font-weight: bold;*/
}
.pagePagination li:not(:last-child) {
	padding-bottom: 70px;
}
.pagePagination li a {
	padding: 0 10px;
	width: 7px; height: 7px;
	display: block;
}
.pagePagination li a::before {
	content: '';
	position: absolute;
	width: 7px; height: 7px;
	border-radius: 8px;
	background: #444;
	border: 1px solid #444;
	margin-top: -3px;
	left: 7px;
}
.pagePagination li a:hover::before {
	background: #f39309;
	border: 1px solid #f39309;
}

.container {
	max-width: 1180px;
	margin: 0 auto;
}

.w100 {
	width: 100%; height: auto;
}
.w150 {
	width: 150px; height: auto;
}
.max100 {
	max-width: 100px; width: 100%; height: auto;
}
.max120 {
	max-width: 120px; width: 100%; height: auto;
}
.max150 {
	max-width: 150px; width: 100%; height: auto;
}
.max200 {
	max-width: 200px; width: 100%; height: auto;
}
.max300 {
	max-width: 300px; width: 100%; height: auto;
}
.max350 {
	max-width: 350px; width: 100%; height: auto;
}
.max400 {
	max-width: 400px; width: 100%; height: auto;
}

.w50p {
	width: 50%; height: auto;
}
.gFontMuli{
	font-family: 'Muli', sans-serif;
}

#head{
	padding: 20px 0 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#head header.sp{display: none;}
#head .navi1{width: 250px;}
#head .navi2{
	width: calc(100% - 250px); margin-left: 50px;
}
#glt-translate-trigger {
	/*left: 0px !important;*/
	right: 0px !important;
	padding: 3px 10px 3px !important;
	font-size: 15px !important;
}
#head #google_language_translator {
	display: none;
}
#head #google_language_translator{
	text-align: right;
}
#head #google_language_translator select.goog-te-combo {
	width: 110px !important; font-size: 12px;
	padding: 2px !important;
}
#head .goog-te-gadget {
	font-size: 0px !important;
}

.naviweb{
	background: #eeefef;
	position: relative;/* megaDrop menu */
}
.naviweb .flex3{
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.naviweb .flex3 .l {width: 250px;}
.naviweb .flex3 .l h2 {
	margin-right: 0px;
	position: relative;
}
.naviweb .flex3 .l h2::after {
	content: '';
	position: absolute;
	display: block;
	border-right: solid 1px #444140;
	top: 10px; right: 0;
	padding: 34px 0 0px;
	width: 1px;
	height: auto;
}
.naviweb .flex3 .r{
	width: calc(100% - 250px); margin-left: 50px;
}

.naviweb .r, .naviweb ul.flex {
	display: flex; justify-content: space-between;
}
.naviweb ul.flex.web {
	width: calc(100% - 150px); margin-right: 150px;
	
}
.naviweb ul.flex.web > li{
	font-size: 24px;	font-weight: 200;
	font-family: 'Muli', sans-serif; line-height: 1;
}
.naviweb .flex3 .l h2 a, .naviweb ul li a{
	padding: 12px 10px; display: block;
}
.naviweb .flex3 .l h2 a {
    padding: 14px 10px 10px 0px !important;
}
.naviweb .flex3 .l h2 a {
	padding: 14px 10px 10px;
}
.naviweb ul.flex.icon {
	width: 150px;
}

/* megaDrop menu */
.megaDrop {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	overflow:hidden;
	z-index:20;
}
.megaDrop .megaColumn {
	width:100%;
	height:300px;
	max-height:0;
	margin:0 auto;
	background-color: rgba(240,240,240,1);
	transition:max-height .5s ease;
}
ul.header-nav-list > li:hover .megaDrop .megaColumn {
	max-height:300px; z-index:20;
	border-top: 1px solid #444140;
}
ul.header-nav-list > li:hover > a{
	position: relative;
}
ul.header-nav-list > li:hover > a::after {
	content: '';
	position: absolute;
	display: block;
	border-bottom: 2px solid #999;
	bottom: 3px; left: 50%; transform: translateX(-50%);
	width: 50%; margin: 0 auto;
}

.megaDrop .megaColumn .artist_nav {
	display: flex; flex-wrap: wrap;
	padding: 20px 0 30px;
}
.megaDrop .megaColumn .artist_nav li {
	width: calc(20% - 20px);
	text-align: center;
	margin-top: 10px;
}
.megaDrop .megaColumn .artist_nav li a {
	display: block;
	font-size: 15px;letter-spacing: 2px;
	border: none;
}
.megaDrop .megaColumn .artist_nav li .t3 {
	font-size: 14px; margin-top: 5px;
}

.megaDrop .megaColumn ul.artist_term_list.nav {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	padding: 30px 0 30px;
}
.megaDrop .megaColumn ul.artist_term_list.nav li {
	width: calc(16.66% - 15px);
	text-align: center;
	margin-top: 20px;
}
.megaDrop .megaColumn ul.artist_term_list.nav li a {
	display: block;
	padding: 0em 0;
	text-align: center;
	font-size: 15px; font-weight: 300;
	letter-spacing: 2px;
	border: none;
}
.megaDrop .megaColumn ul.artist_term_list.nav li a{
	background: none; color: #444140;
}


#head .flex {
	display: flex;
	align-items: center;
}
#head .flex.logo {
	margin-right: 0px;
	position: relative;
}
#head .flex.logo::after {
	content: '';
	position: absolute;
	display: block;
	border-right: solid 1px #eeebe9;
	top: 0px; right: 0;
	padding: 30px 0 0px;
	width: 1px;
	height: auto;
}

#head .flex.me {
	justify-content: space-between;
	margin-top: 0px;
}
#head .flex.me li a {
	font-size: 17px;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	line-height: 1.3;text-align: center;
}
#head .flex.me li a:hover {color: #f39309;}
#head .flex.me li a.current{
	padding-bottom: 2px;
	border-bottom: solid 3px #444140;
}
#head .flex.me li a span{
	font-size: 11px; font-weight: 100;
	display: block;
}


#mmenu .flex.me {
	font-size: 48px;
	font-family: 'Muli', sans-serif;
	display: block;
	width: 100%;
	line-height: 1;
	margin: 0 50px 0;
}
#mmenu .flex.me > li {
	padding: 20px 0;
}
#mmenu .flex.me span{
	font-size: 24px; font-weight: 200;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}

#footer .sp{display: none;}
#footer{
	background: #544b40;
	padding: 30px 0px 20px;
	margin-top: 80px;
}
#footer ul.flex{
	display: flex;
	justify-content: space-around;
	font-size: 15px;
}

#footer ul.flex.fme2{
	max-width: 530px;margin: 30px auto 0;
}
#footer div.flex.sns{
	display: flex;
	justify-content: space-around;
	max-width: 140px;margin: 20px auto 0;
}
#footer ul.flex.site{
	display: flex;
	justify-content: space-between;
	/*border-left: solid 1px #444140;*/
	margin: 30px 0 50px;
}
#footer ul.flex.site li {
	/*border-right: solid 1px #444140;*/
	text-align: left; /*width: 20%;*/
	/*padding-left: 20px;*/
}

#footer ul.flex.site li a:hover, 
#footer ul.flex.fme2 li a:hover {
	color: #f39309;
}

#footer address {
	font-style: normal;
	text-align : center;
	font-size: 14px;
}
#footer .tx2{
	font-weight: 300;
	letter-spacing: 2px;
	text-align: center;
}



/*  */
.ppMenu{
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #444;
	border-radius: 50%;
}

/* PAGE TOPへ */
#pagetop {
	position: fixed;/* PC only */
	bottom: 50px; right: 10px;
}
#pagetop a {
	display: inline-block;
}
#pagetop a::before {
	content: '';
	display: inline-block;
	background-image: url(../imgheader/arrow_u.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 20px; height: 95px;
	padding-right: 15px;
}

#breadcrumb{
	background: #544b40;
	padding: 3px; margin-bottom: 30px;
}
#breadcrumb ul.step {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
}
#breadcrumb ul.step li {
	line-height: 1.0;font-size: 13px;
}

.wh{color: #fff;}
.orange{color: #f39309;}
.gMuli20 {
	font-family: 'Muli', sans-serif;
	font-size: 20px; font-weight: 400;
	line-height: 1.5; text-align: center;
	letter-spacing: 2px;
}
.gMuli22 {
	font-family: 'Muli', sans-serif;
	font-size: 22px; font-weight: 400;
	line-height: 1.5; text-align: center;
	letter-spacing: 2px;
}
.gMuli24 {
	font-family: 'Muli', sans-serif;
	font-size: 24px; font-weight: 400;
	line-height: 1.3; text-align: center;
	letter-spacing: 2px;
}
.gMuli24 p {
	font-size: 15px; font-weight: 200;
	letter-spacing: 0px;
}

h3.gMuli24 {
	border: 2px solid #eeebe9;
	padding: 10px 10px;
	display: inline-block;
}



.flex_head1 {
	display: flex; color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 16px; font-weight: 100;
	letter-spacing: 2px; 
}
.flex_head1 p.inter a {color: #fff;}
.flex_head1 p.inter a:hover{color: #f39309;}

.gMuli48 {
	font-family: 'Muli', sans-serif;
	font-size: 48px; font-weight: 300;
	line-height: 1.5; text-align: center;
	letter-spacing: 3px;
	/*margin-bottom: 50px;*/
}


/* webshop */
.h3_parent {
	display: flex;
	justify-content: center; /* 子要素を中央揃え */
	position: relative;
}
.h3_parent .right {
	position: absolute;
	right: 0; /* 右寄せ */
}


/*ハンバーガーメニュー*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 44px;
	height: 31px;
	top: 5px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #eeebe9;
  border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(14px) rotate(-37.5deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-14px) rotate(37.5deg);
}
#mmenu.fadeIn {
	display: block;
	animation-fill-mode:both;
	animation-duration: 0.8s;
	animation-name: fadeIn;
	visibility: visible !important;
	position: fixed;
	top: 72px; right: 0; bottom: 0; left: 0;
	/*overflow-y: scroll;*/
	width: 100vw; height: calc(100vh - 72px);
	background: #180d01;
	z-index:999;
	/*border-top: 1px solid #444140;*/
	overflow-x: hidden;
	overflow-y: scroll;
}
@keyframes fadeIn {
	0% { opacity: 0; /*transform: translateY(-20px);*/ }
	100% { opacity: 1; /*transform: translateY(0);*/ }
}
#mmenu{display: none;}
.no-scroll{overflow: hidden;}
.gotop{
	display: none;
	text-align: center; margin: 30px 0;
}
.gotop a{display: block;}
.gotop a img{
	margin: 0 auto;
	height: auto;
}
.fa-chevron-circle-up::before {font-size: 30px;}
strong {
	font-weight: 600;
	/*color: #ff0099;*/
}

.exhib_flex {
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	padding: 0px 0 30px;
	margin: 0 auto;
}
.exhib_flex .ph{
	width: 200px;
}
.exhib_flex .ph img{
	width: 100%; height: auto;
	max-width: 200px;
}
.exhib_flex .desc{
	width: calc(100% - 230px);
	margin-left: 30px;
}

/* new pagination */
.pnavi {
	text-align: center;
	margin-top: 30px;
}
.pnavi a {
	display: inline-block;
	margin-left: 10px;
	padding: 0px 10px;
}
.pnavi a:nth-child(1) {
	margin-left: 0px;
}

.pnavi .page-numbers.current {
	display: inline-block;
	margin-left: 10px;
	padding: 0px 10px;
	background: #544b40;
	color: #fff;
}
br.display768{display: none;}


@media screen and (max-width: 1220px){
	
	#breadcrumb p {
		width: auto; padding: 0 20px;
	}
	#read {padding: 0 20px;}
	br.sp{display: none;}
}
@media screen and (max-width: 1200px){
	.container {margin: 0px 20px 0 20px;}
	.h3_parent {margin-top: 20px;}
	#breadcrumb ul.step {margin: 0 20px;}
	br.none1200{display: none;}
}
@media screen and (max-width: 1080px){
	
}

@media screen and (max-width: 950px){
	#head{
		align-items: flex-start;position: relative;
	}
	#head.active::before{
		content: '';
		position: absolute;
		width: 100%; height: 1px;
		bottom: 0px; left: 0; 
		/*border-bottom: 1px solid #281e1c;*/
		z-index:11;
	}
	#head header.sp{display: block;padding-top: 0px;}
	#head .navi2{display: none;}
	.naviweb{display: none;}
	
	#head .flex {justify-content: flex-start;}
	#head .flex h1{margin-right: 30px;}
	#head .flex.logo::after {display: none;}
	#head .flex img.logo1 {width: 200px; height: auto;}

	#head #google_language_translator {
	text-align: right;
	position: absolute;
	right: 80px;
	}
	
	#mmenu .flex.me {
		font-size: 30px; margin: 20px 40px 0;
	}
	#mmenu .flex.me > li {padding: 20px 0;}
	#mmenu .flex.me span{font-size: 16px;}
	#breadcrumb{
		padding: 6px; margin-bottom: 20px;
	}
	
	#mmenu ul.flex.icon > li{padding: 0px 0px 0px 15px;}
	#mmenu ul.sp-nav-list{margin-left: 30px;}
	#mmenu ul.sp-nav-list li a{padding: 15px 0; font-size: 24px;display: inline-block;}
}
@media screen and (max-width: 850px){
	.container {margin: 0px 20px 0 20px;}
	#head #google_language_translator {right: 70px;}
}
@media screen and (max-width: 900px){
	/*#footer .pc{display: none;}
	#footer .sp{display: block;}*/
	#footer ul.flex.site {display: block;margin: 10px 0 50px;}
	#footer ul.flex.site li:nth-child(1) {text-align: center;}
	#footer ul.flex.site li {margin-bottom: 10px;}
	#footer ul.flex.site li p.ch {margin-left: 1em;}
}

@media screen and (max-width: 780px){
	.marginT70 {margin-top: 50px;}
	#footer {margin-top: 0px;}
	.gotop{display: block;}
	#mmenu .flex.me li.ph img {width: 200px; height: auto;}
}
@media screen and (max-width: 768px){
	.container {margin: 0px 10px 0;}
	#breadcrumb ul.step {margin: 0 10px;}
	#pagetop {display: none;}
	#head {padding: 14px 0 14px;/*border-bottom: 1px solid #eeebe9;*/}

	#mmenu.fadeIn {top: 61px; height: calc(100vh - 61px);}
	#mmenu .flex.me {margin: 20px 20px 0;}
	#head .flex h1{margin-right: 20px;}
	#head .flex img.logo1 {width: 200px;}
	header.sp a img {width: 32px; height: auto;}
	
	#breadcrumb {display: none;}
	.gMuli24 {font-size: 20px;}
	.gMuli36p16.bk {margin-top: 20px;}
	.gMuli30 {font-size: 24px;text-align: center;}
	.gMuli52 {font-size: 32px; margin-top: 30px;margin-bottom: 30px;}
	.gMuli36p16 {font-size: 24px;letter-spacing: 3px;}
	
	.menu-trigger {width: 28px; height: 20px;}
	.menu-trigger span {
		height: 2px; border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(2) {top: 9px;}
	.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(9px) rotate(-37.5deg);}
	.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-9px) rotate(37.5deg);}

	.bold{font-weight: bold;}
	.flex_head1 {display: block; font-size: 15px; text-align: center;}
	.flex_head1 p.inter {display: inline-block;}
	.flex_head1 p.inter a {font-weight: 400;}
	.flex_head1 img {vertical-align: middle;}
	.spMagintop20{margin-top: 20px;}

	br.none768{display: none;}
	br.display768{display: block;}
	#head #google_language_translator {right: 60px;}
}
@media screen and (max-width: 640px){
	.font32 {font-size: 22px;}
	.font24 {font-size: 18px;}
	.font22 {font-size: 18px;}
	.font20 {font-size: 15px;}
	.gMuli36p16 {font-size: 20px;letter-spacing: 2px;margin-bottom: 7px;}
	.gMuli36p16 p {font-size: 15px;}
	.gMuli18 {font-size: 22px;letter-spacing: 2px;}
	
	#footer div.flex.sns{margin: 5px auto 0;}
	#footer {padding: 35px 0px 35px;}
	.marginT40 {margin-top: 30px;}
	#footer {margin-top: 30px;}
	.gotop a img{width: 80px;}

	.exhib_flex {display: block;}
	.exhib_flex .ph{max-width: 300px;width: 300px;margin: 0 auto 20px;}
	.exhib_flex .desc{width: auto;margin-left: 0;}

	#mmenu .webshop ul.flex.icon {padding-left: 20px;}
	#mmenu ul.flex.icon > li{padding: 0px 0px 0px 10px;}
	#head #google_language_translator {right: 40px;}
}
@media screen and (max-width: 600px){
	#read {padding: 0 10px;}
	
	.h3_parent {display: block;}
	.h3_parent .right {position: static;}
	#head{padding: 12px 0 12px;}
	#head h1{padding-right : 0px;padding-bottom : 0px;}
	#mmenu.fadeIn {top: 60px; height: calc(100vh - 60px);}
	#mmenu .flex.me {font-size: 25px;margin: 0px 10px 0;}
	#mmenu .flex.me > li {padding: 15px 0;}
	#mmenu ul.sp-nav-list li a{padding: 10px 0; font-size: 20px;}
	#mmenu .flex.me span{font-size: 14px;}
	#mmenu .flex.me li.ph img {width: 150px;}

	#breadcrumb p {padding: 0 10px;}
	.gMuli52{font-size: 32px; line-height: 1.1; }
	.gMuli52	p{padding-top : 10px;}
}
@media screen and (max-width: 500px){
	#mmenu li.webshop ul.flex.icon {padding-left: 20px;}
	#mmenu ul.flex.icon > li{padding: 0px 0px 0px 10px;}
}
@media screen and (max-width:450px){
	.font32 {font-size: 24px;}
	.font24 {font-size: 19px;}
	.font22 {font-size: 18px;}
	.font20 {font-size: 16px;}
	.font18 {font-size: 15px;}
	.gotop a img{width: 60px;}
	br.none450{display: none;}
	#mmenu .webshop ul.flex.icon {padding-left: 15px;}
	#mmenu ul.flex.icon > li{padding: 0px 0px 0px 8px;}
	#head #google_language_translator {right: 40px;}
}
@media screen and (max-width: 375px){
	#head .flex h1 {margin-right: 6px;}
	#head .flex img.logo1 {width: 119px;}
	#head .flex img.logo2 {width: 142px;}
	header.sp a img {width: 30px;}
}
@media screen and (max-width: 320px){
	.none320{display: none;}
	
}
