


@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}


.globalHeader { transition: all ease .4s; }
.globalHeader.sticky {
	transition: all ease .6s;
	position: fixed;
	width: 100%;
	top: -220px;
	left: 0;
	z-index: 999;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
}
.globalHeader.sticky.on {
	transition: all ease .4s;
	top: 0;
}
.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12.3px;
	font-size: inherit;
	display: inline-block;
	margin-right: 7px;
	transition: all ease .4s;
}
.triangle.triBlack { border-color: transparent transparent transparent #371d00; }
.triangle.triBrown { border-color: transparent transparent transparent #633e27; }
.triangle.triWhite { border-color: transparent transparent transparent #fff; }
.triangle.triPurple { border-color: transparent transparent transparent #dd0066; }
i.close {
	display: inline-block;
	position: relative;
	top: 3px;
	margin: 0 20px 0 7px;
	padding: 0;
	width: 3px;
	height: 20px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
i.close:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	width: 20px;
	height: 3px;
	margin-top: -2px;
	background: #fff;
}
i.close.brown {
	width: 2px;
	height: 16px;
	background: #633e27;
	margin: 0 10px 0 7px;
}
i.close.brown:before {
	background: #633e27;
	height: 2px;
	width: 15px;
	left: -6.5px;
	margin-top: -1px;
}
.edgeWhite{
	text-shadow: 
		white 2px 0px,  white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px , white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px,  white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px,  white -2px 1px,
		white 2px -1px, white -2px -1px;
}

.edgeBlack{
	text-shadow: 
		#281203 2px 0px,  #281203 -2px 0px,
		#281203 0px -2px, #281203 0px 2px,
		#281203 2px 2px , #281203 -2px 2px,
		#281203 2px -2px, #281203 -2px -2px,
		#281203 1px 2px,  #281203 -1px 2px,
		#281203 1px -2px, #281203 -1px -2px,
		#281203 2px 1px,  #281203 -2px 1px,
		#281203 2px -1px, #281203 -2px -1px,
		#000 0px 0px 20px , #000 0px 0px 20px;
}
.edgeBlack02{
	text-shadow: 
		#281203 1px 0px,  #281203 -1px 0px,
		#281203 0px -1px, #281203 0px 1px,
		#281203 1px 1px , #281203 -1px 1px,
		#281203 1px -1px, #281203 -1px -1px,
		#281203 1px 1px,  #281203 -1px 1px,
		#281203 1px -1px, #281203 -1px -1px,
		#281203 1px 1px,  #281203 -1px 1px,
		#281203 1px -1px, #281203 -1px -1px,
		#000 0px 0px 20px , #000 0px 0px 20px;
}
#pageTop {
	z-index: 999 !important;
	cursor: pointer;
}
#pageTop img {
	width: 100%;
	margin: 0;
	display: block;
}

/* globalTop
============================================================= */
#globalTop #mainvisual {
	position: relative;
	height: 540px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	background: url(../image/top_title_bg_pc.jpg) top center no-repeat,
		url(../image/top_mainvisal_bg.jpg) repeat;
}
#globalTop #mainvisual h2 {
	top: 86px;
	text-align: center;
	position: absolute;
	left: calc(50% - 440px);
}
#globalTop #mainvisual .bnr {
	display: block;
	position: absolute;
	top: 148px;
	left: calc(50% + 280px);
}
#globalTop .sec01 h3 {
	width: 277px;
	margin: 0 auto;
	padding: 68px 0 20px;
	text-align: center;
}
#globalTop .sec01 h3 + p { letter-spacing: .05em; }
#globalTop .sec01 p { text-align: center; }
#globalTop .sec01 h3 img { width: 100%; }
#globalTop .sec01 .products {
	-ms-flex-wrap : wrap; /*for IE10*/
	-webkit-flex-wrap : wrap; /*for old webkit browser*/
	flex-wrap: wrap;
	
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	
     -webkit-align-items: start;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
    align-items: start;
}

#globalTop .sec01 .products > div {
	width: 455px;
	padding-top: 30px;
}
#globalTop .sec01 .products > div:nth-of-type(2) {
	margin-left: 38px;
	width: 505px;
}
#globalTop .sec01 .products > div:nth-of-type(2) .flex img { width: 153px; }
#globalTop .sec01 .products > div:last-of-type {
	width: 498px;
	margin-bottom: 70px;
	padding-top: 42px;
}
#globalTop .sec01 .products .flex {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	margin-top: 25px;
}
#globalTop .sec01 .products .flex span {
	position: relative;
}
#globalTop .sec01 .products .flex span .ico {
	position: absolute;
	top: -30px;
	right: -18px;
}
#globalTop .sec01 .products .flex span .ico img {
	width: auto;
}
#globalTop .sec01 .products .flex img { width: 136px; }
#globalTop .sec01 .products > div:last-of-type .flex img { width: 150px; }
#globalTop #globalTop .sec02 h3 {
	margin: 0 auto;
	width: 716px;
	padding: 75px 0 35px;
}

#globalTop  .sec02 { padding: 70px 0 100px; }
#globalTop  .sec02 h3 {
	width: 758px;
	margin: 0px auto 30px;
}
#globalTop  .sec02 #tab {
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	max-width: 930px;
	width: 100%;
	margin: 0 auto 70px;
	box-shadow: 0 0 28px #e8e8e8;
}
#globalTop  .sec02 #tab ul {
	margin-bottom: 40px;
	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#globalTop  .sec02 #tab li {
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	float: left;
	transition: all ease .4s;
	position: relative;
}

@-moz-document url-prefix() {
	#globalTop  .sec02 #tab li{
		line-height: 1;
	}
}

#globalTop .sec02 #tab li picture { transition: all ease .4s; }
.hover #globalTop .sec02 #tab li:hover picture {
	opacity: 0;
	transition: all ease .4s;
}
#globalTop .sec02 #tab li.on picture {
	opacity: 0;
	transition: all ease .4s;
}
#globalTop .sec02 #tab li i {
	position: absolute;
	top: 50%;
	left: 25px;
	-ms-transform: translate(0,-50%) rotate(0);
	-webkit-transform: translate(0,-50%) rotate(0);
	transform: translate(0,-50%) rotate(0);
	transition: all ease .4s;
	z-index: 1;
}
#globalTop .sec02 #tab li:first-child i { left: 45px; }
.hover #globalTop .sec02 #tab li:hover i {
	-ms-transform: translate(0,-50%) rotate(90deg);
	-webkit-transform: translate(0,-50%) rotate(90deg);
	transform: translate(0,-50%) rotate(90deg);
	transition: all ease .4s;
	border-color: transparent transparent transparent #fff;
}
#globalTop .sec02 #tab li.on i {
	-ms-transform: translate(0,-50%) rotate(90deg);
	-webkit-transform: translate(0,-50%) rotate(90deg);
	transform: translate(0,-50%) rotate(90deg);
	transition: all ease .4s;
	border-color: transparent transparent transparent #fff;
}
#globalTop .sec02 #tab li.all { background: url(../image/top_btn_tab01_on.gif) top center no-repeat; }
#globalTop .sec02 #tab li.seven { background: url(../image/top_btn_tab02_on.gif) top center no-repeat; }
#globalTop .sec02 #tab li.nine { background: url(../image/top_btn_tab03_on.gif) top center no-repeat; }
#globalTop .sec02 #tab li.twelve { background: url(../image/top_btn_tab04_on.gif) top center no-repeat; }

#globalTop .sec02 #tab img { width: auto; }

@supports (-ms-ime-align: auto) {
	#globalTop .sec02 #tab img { vertical-align: bottom; }
}
@media all and (-ms-high-contrast:none){
	#globalTop .sec02 #tab img { vertical-align: bottom; }
}

#globalTop .sec02 .tabContent div { margin-bottom: 20px; }
#globalTop .sec02 .tabContent div:last-of-type { margin-bottom: 40px; }
#globalTop .tabContent.tab_seven,
#globalTop .tabContent.tab_nine,
#globalTop .tabContent.tab_twelve { display: none; }
#globalTop #tab .tabContent .flex {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
	padding-top: 20px;
}
#globalTop #tab .tabContent .flex img {
	width: auto;
	height: 220px;
}
#globalTop #tab .tabContent .flex img:first-of-type { margin-right: 60px; }
#globalTop #tab .tabContent.tab_seven .flex img:nth-last-of-type(2),
#globalTop #tab .tabContent.tab_nine .flex img:nth-last-of-type(2),
#globalTop #tab .tabContent.tab_twelve .flex img:nth-last-of-type(2) { margin-right: 60px; }
#globalTop .sec02 .commit {
	max-width: 930px;
	width: 100%;
	margin: 0 auto;
	background-image: url(../image/top_good_bg.jpg);
	padding: 30px 20px 20px;
	box-sizing: border-box;
	box-shadow: 0 0 28px #e8e8e8;
}
#globalTop .sec02 .commit ul {
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
}
#globalTop .sec02 .commit li {
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex;
	display: flex;
	
	-ms-flex-wrap : wrap; /*for IE10*/
	-webkit-flex-wrap : wrap; /*for old webkit browser*/
	flex-wrap: wrap;
	
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	
	max-width: 22.5%;
}
#globalTop .sec02 h4 {
	width: 680px;
	margin: 0 auto 20px;
}
#globalTop .sec02 h5 {
	width: 100%;
	font-size: 18px;
	text-align: center;
	color: #5e310d;
	padding: 75px 0 10px;
	background: url(../image/top_ico_flag01.png) no-repeat left 2px top 15px;
}
#globalTop .sec02 li:nth-of-type(2) h5 { background: url(../image/top_ico_flag02.png) no-repeat left 2px top 30px; }
#globalTop .sec02 li:nth-of-type(3) h5 { background: url(../image/top_ico_flag03.png) no-repeat left 10px top 15px; }
#globalTop .sec02 li:last-of-type h5 { background: url(../image/top_ico_flag04.png) no-repeat left 8px top 30px; }
#globalTop .sec02 li p {
	padding: 0 3px;
	box-sizing: border-box;
}
#globalTop .sec02 span {
	display: block;
	font-size: 12px;
}
#globalTop .sec02 .cap {
	font-size: 12px;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	font-family: 'Noto Sans Japanese 400';
	color: #442c11;
}
#globalTop .sec03 {
	background: url(../image/bg_pc.jpg) top center;
	padding-bottom: 30px;
}
#globalTop .sec03 .inner div.seven { padding-top: 70px; }
#globalTop .sec03 .inner div p:last-of-type { margin-bottom: 50px; }
#globalTop .sec03 h3 { margin-bottom: 30px; }
#globalTop .sec03 div p {
	margin-bottom: 20px;
	position: relative;
}
#globalTop .sec03 span.btn {
	position: absolute;
	top: 200px;
	left: 220px;
	width: 276px;
	display: block;
}
#globalTop .sec03 span.btn a {
	font-family: 'Noto Sans Japanese 500';
	font-size: 18px;
	display: block;
	text-align: center;
	padding: 5px 0 7px;
	letter-spacing: .04em;
	border-radius: 5px;
}
#globalTop .sec03 span.btn.white a {
	background: #fff;
	color: #371d00;
	font-family: 'Noto Sans Japanese 600';
}
#globalTop .sec03 span.btn.black a {
	background: #371d00;
	color: #fff;
}
#globalTop .sec03 div p.band {
	position: absolute;
	top: 0;
	left: 194px;
}
#globalTop .sec03 div p.material {
	position: absolute;
	top: 0;
	right: 0px;
}

#globalTop .sec03 div h4 {
	font-family: -apple-system, BlinkMacSystemFont,"Yu Gothic", YuGothic, sans-serif;
/*	font-family: -apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;*/
	font-weight: bold;
	font-size: 38px;
	line-height: 1.2em;
	color: #3C2302;
	position: absolute;
	top: 90px;
	left: 210px;
}
#globalTop .sec03 div h4.white { color: #fff; }
#globalTop .sec03 div h4 span {
	font-family: -apple-system, BlinkMacSystemFont,"Yu Gothic", YuGothic, sans-serif;
/*	font-family: -apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;*/
	font-weight: bold;
	font-size: 28px;
}
#globalTop .sec03 div.p02 h4 { left: 217px; }
#globalTop .sec03 div.p03 h4 { left: 215px; }
#globalTop .sec03 div.p04 h4 {
	font-size: 37px;
	left: 215px;
}
#globalTop .sec03 div.p05 h4 { left: 217px; }
#globalTop .sec03 div.p06 h4 { letter-spacing: -.05em; }
#globalTop .sec03 div.p07 h4 { left: 217px; }
#globalTop .sec04 {
	background: url(../image/top_sec04_bg.jpg);
	padding: 40px;
	box-sizing: border-box;
	position: relative;
}
#globalTop .sec04:before {
	content: "";
	display: block;
	width: 100%;
	background: url(../image/top_line.png);
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
}
#globalTop .sec04:after {
	content: "";
	display: block;
	width: 100%;
	background: url(../image/top_line.png);
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#globalTop .sec04 h3 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 26px;
	font-family: 'Noto Sans Japanese 600';
	color: #e40065;
	background: url(../image/top_sec04_ttl.png) no-repeat center center;
	padding-left: .5em;
	letter-spacing: .05em;
}
#globalTop .sec04 .ele,
#globalAdvice .ele{
	background: rgba(255,255,255,.6);
	padding: 20px 52px;
	width: 640px;
	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 5px;
	margin-right: 65px;
	box-sizing: border-box;
}
#globalTop .sec04 li,
#globalAdvice .ele li{
	font-family: 'Noto Sans Japanese 500';
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: .05em;
}
#globalTop .sec04 li span,
#globalAdvice .ele li span{
	color: #fff;
	font-size: 22px;
	text-shadow: none;
	padding: 1px 10px 2px;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 3px;
	margin-right: 10px;
}
#globalTop .sec04 li:first-child span,
#globalAdvice .ele li:first-child span{ background: #5e310d; }
#globalTop .sec04 li:first-child,
#globalAdvice .ele li:first-child{
	color:#5e310d;
	font-size: 26px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #5e310d;
	margin-bottom: 10px;
	letter-spacing: .08em;
}
#globalTop .sec04 li:first-child span {
	background: none;
	padding: 0;
	margin: 0;
	color: #5e310d;
	text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}
#globalTop .sec04 li:nth-child(2) span,
#globalAdvice .ele li:nth-child(2) span{ background: #ee806c; }
#globalTop .sec04 li:nth-child(2),
#globalAdvice .ele li:nth-child(2) { color:#ee806c; }
#globalTop .sec04 li:nth-child(3) span,
#globalAdvice .ele li:nth-child(3) span{ background: #b0cf01; }
#globalTop .sec04 li:nth-child(3),
#globalAdvice .ele li:nth-child(3) { color:#b0cf01; }
#globalTop .sec04 li:nth-child(4) span,
#globalAdvice .ele li:nth-child(4) span{ background: #cc75ac; }
#globalTop .sec04 li:nth-child(4),
#globalAdvice .ele li:nth-child(4) { color:#cc75ac; }
#globalTop .sec04 li:nth-child(5) span,
#globalAdvice .ele li:nth-child(5) span{ background: #009e9a; }
#globalTop .sec04 li:nth-child(5),
#globalAdvice .ele li:nth-child(5) { color:#009e9a; }
#globalTop .sec04 li:nth-child(6) span,
#globalAdvice .ele li:nth-child(6) span{ background: #83c0e5; }
#globalTop .sec04 li:nth-child(6),
#globalAdvice .ele li:nth-child(6) {
	color:#83c0e5;
	margin-bottom: 0;
}
#globalTop .sec04 .teacher { text-align: center; }
#globalTop .sec04 .teacher img { margin-bottom: 15px; }
#globalTop .sec04 .teacher p {
	font-size: 14px;
	text-align: center;
	font-family: 'Noto Sans Japanese 500';
	margin-bottom: 6px;
}
#globalTop .sec04 h4 {
	font-family: 'Noto Sans Japanese 600';
	font-size: 20px;
	letter-spacing: .08em;
	margin-bottom: 6px;
}
#globalTop .sec04 h4 em {
	padding-right: .15em;
	padding-left: .4em;
}
#globalTop .sec04 h4 span { font-size: 15px; }
#globalTop .sec04 .btn {
	width: 515px;
	margin: 0 auto;
	padding-top: 45px;
}
#globalTop .sec04 .btn a {
	font-size: 18px;
	font-family: 'Noto Sans Japanese 600';
	color: #dd0066;
	padding: 14px;
	box-sizing: border-box;
	display: block;
	background: #fff;
	text-align: center;
	border: 2px solid #dd0066;
	border-radius: 5px;
	transition: all ease .4s;
}
.hover #globalTop .sec04 .btn a:hover {
	color: #fff;
	background: #dd0066;
	transition: all ease .4s;
	opacity: 1;
}
.hover #globalTop .sec04 .btn a:hover i {
	border-color: transparent transparent transparent #fff;
	transition: all ease .4s;
}

/* globalLineup
============================================================= */
#globalLineup { color: #633e27; }
#globalLineup #keyVisual {
	background: url(../image/key_img_pc.jpg) top center no-repeat ,
		url(../image/top_mainvisal_bg.jpg) repeat;
}
#globalLineup .sec01 p {
	text-align: center;
	padding: 50px 0;
}
#globalLineup .sec01 p.main__copy { letter-spacing: .05em; }
#globalLineup .sec01{ color: #371d00; }
#globalLineup .sec01 .anchor{ padding-bottom: 90px; }
#globalLineup .sec01 .anchor ul{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#globalLineup .sec01 .anchor li{
	width: 225px;
	transition: all ease .4s;
	cursor: pointer;
}
.hover #globalLineup .sec01 .anchor li:hover {
	opacity: .75;
	transition: all ease .4s;
}
#globalLineup .sec01 .anchor ul li a{ display: block; }
#globalLineup .sec01 .detail {
	position: relative;
	margin-bottom: 60px;
}
#globalLineup .sec01 .detail.p07 { margin-bottom: 100px; }
#globalLineup .sec01 h3 { margin-bottom: 60px; }
#globalLineup .detail .productVisual {
	height: 307px;
	background: url(../image/lineup_product_seven01_pc.jpg);
	position: relative;
}
#globalLineup .detail.p02 .productVisual {
	height: 305px;
	background: url(../image/lineup_product_seven02_pc.jpg);
}
#globalLineup .detail.p03 .productVisual {
	height: 307px;
	background: url(../image/lineup_product_nine01_pc.jpg);
}
#globalLineup .detail.p04 .productVisual {
	height: 305px;
	background: url(../image/lineup_product_nine02_pc.jpg);
}
#globalLineup .detail.p05 .productVisual {
	height: 307px;
	background: url(../image/lineup_product_twelve01_pc.jpg);
}
#globalLineup .detail.p06 .productVisual {
	height: 306px;
	background: url(../image/lineup_product_twelve02_pc.jpg);
}
#globalLineup .detail.p07 .productVisual {
	height: 307px;
	background: url(../image/lineup_product_twelve03_pc.jpg);
}
#globalLineup .detail.p08 .productVisual {
	height: 307px;
	background: url(../image/lineup_product_seven03_pc.jpg);
}
#globalLineup .detail.p09 .productVisual {
	height: 305px;
	background: url(../image/lineup_product_nine03_pc.jpg);
}
#globalLineup .detail .productVisual picture {
	position: absolute;
	top: 0px;
	left: 0px;
}
#globalLineup .detail.p02 .productVisual picture,
#globalLineup .detail.p04 .productVisual picture,
#globalLineup .detail.p06 .productVisual picture,
#globalLineup .detail.p09 .productVisual picture {
	position: absolute;
	top: 0px;
	left: inherit;
	right: 0px;
}
#globalLineup .detail .productVisual picture img { width: auto; }
#globalLineup .detail .productVisual h4 {
	font-family: -apple-system, BlinkMacSystemFont,"Yu Gothic", YuGothic, sans-serif;
	font-weight: bold;
	font-size: 46px;
	color: #fff;
	line-height: 1.15em;
	position: absolute;
	left: 30px;
	bottom: 25px;
	letter-spacing: 0em;
	text-align-last: justify;
}
#globalLineup .detail .productVisual h4.align__reset { text-align-last: left; }
#globalLineup .detail.p02 .productVisual h4,
#globalLineup .detail.p04 .productVisual h4,
#globalLineup .detail.p06 .productVisual h4,
#globalLineup .detail.p09 .productVisual h4 {
	color: #371d00;
	left: inherit;
	right: 66px;
}
@-moz-document url-prefix() {
	#globalLineup .detail.p02 .productVisual h4 {
		right: 70px;
	}
}
#globalLineup .detail.p04 .productVisual h4 {
	right: 35px;
	letter-spacing: -.03em;
}
#globalLineup .detail.p04 .productVisual h4 em {
	font-family: -apple-system, BlinkMacSystemFont,"Yu Gothic", YuGothic, sans-serif;
	font-weight: bold;
	font-size: 46px;
	letter-spacing: -.1em;
}
#globalLineup .detail.p04 .productVisual h4 em:last-of-type {
	font-size: 38px;
}
#globalLineup .detail.p06 .productVisual h4 {
	letter-spacing: -.06em;
	right: 35px;
}
#globalLineup .detail.p06 .productVisual h4 em {
	font-family: -apple-system, BlinkMacSystemFont,"Yu Gothic", YuGothic, sans-serif;
	font-weight: bold;
	font-size: 46px;
}
#globalLineup .detail .productVisual h4 span {
	font-size: 36px;
	font-family: -apple-system, BlinkMacSystemFont,"Yu Gothic", YuGothic, sans-serif;
/*	font-family: -apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;*/
	font-weight: bold;
}
#globalLineup .detail.p04 .productVisual h4 span.thin {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
#globalLineup .detail .productVisual h4 span.fz30 { font-size: 30px; }
#globalLineup .detail .txt_detail {
	padding: 35px;
	box-sizing: border-box;
	background: #fff;
}
#globalLineup .detail .txt_detail p {
	text-align: left;
	padding: 0;
	font-size: 16px;
}
#globalLineup .detail .net { padding: 15px 0 30px; }
#globalLineup .detail .net p {
	background: url(../image/lineup_bg_net01.jpg) no-repeat;
	font-size: 12px;
	padding: 3px 14px;
	background-size: 100% 100%;
}
#globalLineup .detail .net p:last-of-type {
	background: url(../image/lineup_bg_net02.jpg) no-repeat;
	background-size: 100% 100%;
	margin-left: 10px;
}
#globalLineup .detail .taste {
	clear: both;
	padding-left: 82px;
	margin-bottom: 40px;
	background: url(../image/lineup_ico_taste.png) no-repeat left center;
}
#globalLineup .detail.p02 .taste { margin-bottom: 50px; }
#globalLineup .detail.p04 .taste { margin-bottom: 52px; }
#globalLineup .detail .taste p {
	font-size: 17px;
	letter-spacing: .05em;
}
#globalLineup .detail .taste p span {
	color: #ee806c;
	font-size: 30px;
}
#globalLineup .detail .taste p:first-of-type {
	line-height: 1;
	margin-bottom: 8px;
}
#globalLineup .detail .taste img { width: auto; }
#globalLineup .detail .photo{
	position: absolute;
	top: 50px;
	right: -165px;
	padding: 0;
}
#globalLineup .detail.p02 .photo {
	left: -160px;
	top: 70px;
}
#globalLineup .detail.p03 .photo {
	right: -172px;
}
#globalLineup .detail.p04 .photo {
	left: -140px;
	top: 20px;
}
#globalLineup .detail.p05 .photo {
	top: 25px;
	right: -170px;
}
#globalLineup .detail.p06 .photo {
	left: -120px;
	top: -10px;
}
#globalLineup .detail.p07 .photo { right: -192px; }
#globalLineup .detail.p08 .photo {
	top: 65px;
	right: -125px;
}
#globalLineup .detail.p09 .photo {
	left: -120px;
	top: 30px;
}

#globalLineup .detail .btn a { display: block; }
#globalLineup .detail p.element { margin-right: 30px; }
#globalLineup .detail p.element a {
	color: #fff;
	font-size: 15px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0px 0 92px;
	width: 310px;
	box-sizing: border-box;
	background: url(../image/lineup_ico_btn01.png) no-repeat left 45px center #633e27;
	border-radius: 5px;
	letter-spacing: .05em;
	font-family: 'Noto Sans Japanese 400';
}
#globalLineup .detail p.talking a {
	color: #fff;
	height: 80px;
	display: block;
/*	vertical-align: middle;*/
	font-size: 22px;
	width: 590px;
	padding: 14px 0 0 112px;
	box-sizing: border-box;
	border-radius: 5px;
	background: url(../image/lineup_ico_btn02.png) no-repeat left 30px center #b0cf01;
	position: relative;
	line-height: 1;
}
.hover #globalLineup .detail p.talking a img:hover { opacity: 1; }
#globalLineup .detail p.talking a span {
	display: block;
	font-size: 15px;
	font-family: 'Noto Sans Japanese 400';
	padding-top: 12px;
}
#globalLineup .detail p.talking a span.parent {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}
#globalLineup .detail .flex.btn { clear: both; }
#globalLineup .detail .text__right { float: right; }
#globalLineup .detail.p02 .text__right { padding-right: 15px; }
#globalLineup .detail.p04 .text__right { padding-right: 95px; }
#globalLineup .detail.p06 .text__right { padding-right: 55px; }
#globalLineup .detail.p09 .text__right { padding-right: 68px }
#globalLineup .detail.align__right .photo { right: inherit; }
#globalLineup .sec02.boardBg{ padding: 45px 0 90px; }
#globalLineup .sec02 h3 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
	font-family: 'Noto Sans Japanese 600';
	letter-spacing: .03em;
}
#globalLineup .sec02 h3 + p {
	color: #fff;
	font-size: 22px;
	background: #633e27;
	padding: 0px 0px 2px;
	border-radius: 30px;
	width: 180px;
	margin: 0 auto 20px;
	text-align: center;
	box-sizing: border-box;
}
#globalLineup .sec02 h3 + p + p {
	text-align: center;
	color: #371d00;
	font-size: 16px;
}
#globalLineup .sec02 h3 span { color: #d80b15; }
#globalLineup .sec02 .flex {
	-webkit-justify-content: space-between;
	-ms-flex-pack: distribute;
	justify-content: space-between;
	
	padding-top: 50px;
	
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	
	width: 895px;
	margin: 0 auto;
}
@supports (-ms-ime-align: auto) {
	#globalLineup .sec02 .flex { justify-content: space-around; }
}

#globalLineup .sec02 .caution__col2 {
	width: 416px;
	background: url(../image/lineup_caution01_bg.gif) no-repeat ;
	position: relative;
	padding: 50px 30px;
	box-sizing: border-box;
	color: #371d00;
}
#globalLineup .sec02 .caution__col2:last-of-type { background: url(../image/lineup_caution02_bg.gif) no-repeat ; }
#globalLineup .sec02 .caution__col2 p { font-size: 16px; }
#globalLineup .sec02 .caution__col2 p:last-of-type {
	color: #d80b15;
	font-size: 12px;
	padding-top: 30px;
}
#globalLineup .sec02 .caution__col2 span { color: #d80b15; }
#globalLineup .sec02 h4 {
	width: 233px;
	position: absolute;
	top: -18px;
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
#globalLineup .sec02 .caution__col2:last-of-type  h4 { width: 296px; }
#globalLineup .sec03 {
	background: url(../image/menu_bottomline_pc.gif) bottom center repeat-x,url(../image/bg_pc.jpg) top center;
	height: 105px;
}
.modaal-wrapper {
	color: #371d00;
	font-size: 14px;
	font-family: 'Noto Sans Japanese 500';
}
.modaal-wrapper h2 {
	margin-bottom: 55px;
	position: relative;
}

.modaal-wrapper h2 img { max-width: 100%; }
.modaal-wrapper .part1 {
	margin-bottom: 55px;
	color: #371d00;
}
.modaal-wrapper .part1 h3 {
	font-size: 16px;
	padding-left: 22px;
	margin-bottom: 15px;
	background: url(../image/popup_ico_square.gif) no-repeat left center;
}
.modaal-wrapper .flex {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.modaal-wrapper dl {
	width: 50%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	
	-ms-flex-wrap : wrap; /*for IE10*/
	-webkit-flex-wrap : wrap; /*for old webkit browser*/
	flex-wrap: wrap;
	
	border: 1px solid #ded3cf;
	box-sizing: border-box;
}
.modaal-wrapper dl:first-of-type { margin-right: 12px; }
.modaal-wrapper dt,
.modaal-wrapper dd {
	padding: 6px 20px;
	border: 1px solid #ded3cf;
	width: 50%;
}
.modaal-wrapper dt { background: #f8f6f5; }
.modaal-wrapper dd {
	text-align: right;
	border: 1px solid #ded3cf;
}
.modaal-wrapper .other {
	padding-top: 10px;
	margin-bottom: 30px;
}
.modaal-wrapper .edge {
	border: 2px solid #ded3cf;
	padding: 12px 15px;
	margin-bottom: 25px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}
.modaal-wrapper .edge.ls04 {
	letter-spacing: 0.04em;
}
.modaal-wrapper .part2 {
	color: #371d00;
	margin-bottom: 35px;
}
.modaal-wrapper .part2 h3 {
	font-size: 22px;
	text-align: center;
	padding: 10px 0;
	border-top: 1px dashed #371d00;
	border-bottom: 1px dashed #371d00;
	margin-bottom: 28px;
}
.modaal-wrapper .caution h4 {
	padding: 15px 38px;
	background: url(../image/popup_ico_caution.jpg) no-repeat left center;
}
.modaal-wrapper .caution ul li {
	font-size: 12px;
	margin-bottom: 6px;
	padding-left: 1.3em;
	position: relative;
}
.modaal-wrapper .caution ul li:before {
	content: "●";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.modaal-wrapper .caution ul .red { color: #ff0000; }
.modaal-wrapper .part2 .caution ul li { line-height: 1.6em; }
.modaal-wrapper .caution ul ul li { padding-left: 0; }
.modaal-wrapper .caution ul ul li:before { content: none; }
.modaal-wrapper .table  {
	width: 100%;
	margin-bottom: 30px;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex;
	display: flex;
	
	-ms-flex-wrap : wrap; /*for IE10*/
	-webkit-flex-wrap : wrap; /*for old webkit browser*/
	flex-wrap: wrap;
	border-top: 2px solid #ded3cf;
	border-left: 2px solid #ded3cf;
	box-sizing: border-box;
}
.modaal-wrapper .table:after {
	content: "";
	display: block;
	clear: both;
}
.modaal-wrapper .clm dl {
	width: 100%;
	margin: 0;
	border-right: 2px solid #ded3cf;
	border-bottom: 2px solid #ded3cf;
	border-left: none;
	border-top: none;
}
.modaal-wrapper .clm dt,
.modaal-wrapper .clm dd {
	width: 100%;
	text-align: center;
	border: none;
	padding: 14px;
}
.modaal-wrapper .clm {
	width: 12.5%;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex;
	display: flex;
}
.modaal-wrapper .clm:
.modaal-wrapper .clm dl {
	width: 100%;
	margin: 0;
}
.modaal-wrapper .clm dt {
	background: #e1fdd4;
	border-bottom: 2px dashed #ded3cf;
}
.modaal-wrapper .clm dt.line2 { padding: 4px 14px; }
.modaal-wrapper .clm .bgYlw { background: #fdffbc; }
.modaal-wrapper .clm dd { border-top: none; }
.modaal-wrapper .clm dd:empty:after {
	content: "　";
	display: block;
}
.modaal-wrapper .clm .bgBlu { background: #d8ffff; }
.modaal-wrapper .btn a {
	font-size: 22px;
	color: #fff;
	background: #633e27;
	display: block;
	width: 380px;
	margin: 0 auto;
	text-align: center;
	padding: 16px 0 12px;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 6px;
}
.modaal-wrapper .btn a i {
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	border-radius: 5px;
	background: url(../image/popup_ico_print.gif) no-repeat center center;
}
.modaal-wrapper .btn a span { vertical-align: top; }

.modaal-wrapper h2 {
	font-size: 34px;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 2px #281203, 0 0 2px #281203, 0 0 2px #281203, 0 0 2px #281203, 0 0 2px #281203, 0 0 2px #281203, 0 0 2px #281203, 0 0 2px #281203, 0 0 2px #281203, 0 0 2px #281203, 0 0 2px #281203, 0 0 10px #000, 0 0 10px #000;
	line-height: 80px;
	letter-spacing: 0.05em;
	font-family: -apple-system, BlinkMacSystemFont,"Yu Gothic", YuGothic, sans-serif;
	font-weight: bold;

	background: url(../image/popup_title_bg_pc.jpg) no-repeat;
	background-size: cover;
}

@media all and (-ms-high-contrast: none){
	.modaal-wrapper h2 { padding-top: 8px; }
}

.modaal-wrapper .part1 h3 {
	margin-top: 30px;
	clear: both;
}

/* globalAdvice
============================================================= */
#globalAdvice #globalContents:after { height: 3px; }
#globalAdvice {
	color: #633e27;
	font-size: 16px;
}
#globalAdvice #keyVisual {
	background: url(../image/key_img_pc1.jpg) top center no-repeat,
		url(../image/top_mainvisal_bg.jpg) repeat;
}
#globalAdvice #keyVisual h2 span {
	font-size: 46px;
	padding-top: 36px;
}
#globalAdvice #keyVisual h2 span em { font-size: 36px; }
#globalAdvice .white__area {
	background: #fff;
	padding: 40px 50px 60px;
	margin-bottom: 40px;
}
#globalAdvice .sec01,
#globalAdvice .sec02,
#globalAdvice .sec03{
	font-size: 16px;
	color: #371d00;
	margin-bottom: 60px;
}
#globalAdvice .sec01 p.main__copy {
	text-align: center;
	padding: 0px 0 50px;
	font-size: 18px;
	line-height: 1.9em;
	letter-spacing: .05em;
}
.tabSet {
	font-family: 'Noto Sans Japanese 500';
	line-height: 1.7;
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.tabSet.tabSetTop {
	padding-top: 80px;
	margin-bottom: 50px;
}
.tabSet.tabSetBottom { padding-bottom: 80px; }
#globalAdvice .tabSet .flex {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#globalAdvice .tabSet li {
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	font-size: 18px;
	border: 1px solid #dd0066;
	border-radius: 5px;
	cursor: pointer;
	transition: all ease .4s;
}
#globalAdvice .tabSet li a{
	color: #dd0066;
	padding: 15px 30px;
	display: block;
}
#globalAdvice .tabSet li.on {
	background: #dd0066;
	color: #fff;
}
#globalAdvice .tabSet li.on a { color: #fff; }
#globalAdvice .tabSet li.on .triangle {
	border-color: transparent transparent transparent #fff;
	transform: rotate(90deg);
	transition: all ease .4s;
}
#globalAdvice .tabSet.tabSetBottom li.on .triangle {
	border-color: transparent transparent transparent #fff;
	transform: rotate(-90deg);
	transition: all ease .4s;
}
.hover #globalAdvice .tabSet li:hover { background: #dd0066; }
.hover #globalAdvice .tabSet li:hover a {
	color: #fff;
	opacity: 1;
}
#globalAdvice .tabSet li .triangle {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all ease .4s;
}
.hover #globalAdvice .tabSet.tabSetTop li:hover .triangle{
	transition: all ease .4s;
	border-color: transparent transparent transparent #fff;
}
.hover #globalAdvice .tabSet.tabSetBottom li:hover .triangle {
	transition: all ease .4s;
	border-color: transparent transparent transparent #fff;
}
#globalAdvice .inner h3 {
	font-size: 42px;
	color: #dd0066;
	text-align: center;
	margin-bottom: 25px;
}
#globalAdvice .inner h3:before {
	content: url(../image/advice_ttl_deco_left.gif);
	display: inline-block;
	padding-right: 12px;
}
#globalAdvice .inner h3:after {
	content: url(../image/advice_ttl_deco_right.gif);
	display: inline-block;
	padding-left: 12px;
}
#globalAdvice .inner h3 + p {
	text-align: center;
	margin-bottom: 50px;
}
#globalAdvice .sec01 .inner p.enlargement {
	text-align: right;
	font-size: 19px;
	padding-right: 98px;
	color: #dd0066;
	margin-bottom: -7px;
}
#globalAdvice .sec01 .inner .contents__box { margin-bottom: 60px; }
#globalAdvice .sec01 .inner .contents__box:last-of-type { margin-bottom: 0; }
#globalAdvice .sec01 .contents__box h4 {
	font-size: 30px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #371d00;
	margin-bottom: 20px;
}
#globalAdvice .sec01 .inner p.txt {
	letter-spacing: -.008em;
	font-size: 15px;
	line-height: 1.8em;
	font-family: "YakuHanJP",'Noto Sans Japanese 400';
}
#globalAdvice .sec01 .inner p.img {
	width: 190px;
	margin-left: 70px;
}
#globalAdvice .sec01 .inner p.img02 { padding-top: 40px; }
#globalAdvice .sec01 .box p:first-of-type { padding: 50px 12px 15px; }
#globalAdvice .sec01 .box p:after {
	content: "";
	display: block;
	clear: both;
}
#globalAdvice .sec01 span.purple {
	font-size: 22px;
	color: #fff;
	background: #dd0066;
	display: inline-block;
	line-height: 1;
	padding: 5px;
	text-align: center;
	width: 382px;
	border-radius: 15px;
}
#globalAdvice .sec01 span.purple:last-of-type { float: right; }
#globalAdvice .sec01  .box { margin-bottom: 55px; }
#globalAdvice #globalContents .sec01 .dot__line__box {
	border: 2px dashed #371d00;
	padding: 50px 50px 40px;
	box-sizing: border-box;
	position: relative;
	border-radius: 17px;
}
#globalAdvice .sec01 .dot__line__box h5 {
	color: #dd0066;
	font-size: 30px;
	text-align: center;
	
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	
	width: 580px;
	background: #fff;
	position: absolute;
	top: -30px;
	left: calc(50% - 290px);
}
#globalAdvice .sec01 .dot__line__box h5:before {
	content: "";
	display: inline-block;
	margin-right: 12px;
	background: url(../image/advice_ttl_deco02_left.gif) no-repeat;
	width: 22px;
	height: 40px;
	background-size: contain;
}
#globalAdvice .sec01 .dot__line__box h5:after {
	content: "";
	display: inline-block;
	margin-left: 12px;
	background: url(../image/advice_ttl_deco02_right.gif) no-repeat;
	width: 22px;
	height: 40px;
	background-size: contain;
}
#globalAdvice .sec01 .dot__line__box p img {
	float: right;
	width: 270px;
}
#globalAdvice .sec01 .dot__line__box p { line-height: 2em; }
#globalAdvice .supervision {
	background: url(../image/advice_images04_pc.jpg) no-repeat;
	height: 270px;
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 60px;
}
#globalAdvice .supervision .white__space {
	position: absolute;
	top: 40px;
	left: 40px;
	background: rgba(255,255,255,.95);
	padding: 40px 30px;
	border-radius: 5px;
	color: #371d00;
}
#globalAdvice .white__space h5 {
	font-size: 18px;
	margin-bottom: 15px;
	font-family: 'Noto Sans Japanese 600';
}
#globalAdvice .white__space h5 span {
	font-size: 15px;
	padding-left: .2em;
	vertical-align: text-bottom;
}
#globalAdvice .white__space p {
	font-size: 13px;
	font-family: 'Noto Sans Japanese 500';
	line-height: 1.8em;
}
#globalAdvice .sec02 .inner .white__area p {
	line-height: 2em;
	font-size: 15px;
}
#globalAdvice .sec02 .inner .white__area p.main__copy {
	font-size: 16px;
	letter-spacing: .05em;
}
#globalAdvice .sec02 .inner .white__area .border__area {
	border: 1px dashed #371d00;
	padding: 30px 35px 15px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-bottom: 70px;
}
#globalAdvice .sec02 .inner .white__area .border__area h4 {
	font-size: 28px;
	text-align: center;
	background-image: url(../image/advice_ttl_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 670px;
	margin: 0 auto 30px;
	letter-spacing: .05em;
}
#globalAdvice .sec02 .inner .white__area .border__area h4 + p {
	font-size: 15px;
	font-family: "YakuHanJP",'Noto Sans Japanese 500';
	line-height: 2em;
}
#globalAdvice .sec02 .border__area .ele {
	margin: 0 auto;
	width: 492px;
	padding: 20px 0;
}
#globalAdvice .sec02 .border__area .ele ul li {
	font-size: 17px;
	margin-bottom: 8px;
}
#globalAdvice .sec02 .border__area .ele ul li:first-child {
	font-size: 22px;
}
#globalAdvice .sec02 .border__area .ele ul li:first-child span {
	background: none;
	padding: 0;
	margin: 0;
	color: #5e310d;
}
#globalAdvice .sec02 .border__area .ele ul li span {
	font-size: 19px;
	line-height: 1.4;
}
#globalAdvice .sec02 .inner .white__area .contents__box {
	margin-bottom: 60px;
	border-bottom: 1px solid #eeeae6;
	padding-bottom: 40px;
	
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#globalAdvice .sec02 .inner .white__area .contents__box:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
#globalAdvice .sec02 .inner .white__area .contents__box h5 {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 25px;
}
#globalAdvice .sec02 .inner .white__area .contents__box h5 span {
	position: relative;
	background: #ee806c;
	width: 188px;
	display: inline-block;
	padding: 5px 48px;
	box-sizing: border-box;
	text-align: right;
	color: #fff;
	border-radius: 4px;
	letter-spacing: .07em;
}
#globalAdvice .sec02 .inner .white__area .contents__box h5 span:before {
	content: "";
	display: block;
	position: absolute;
	width: 44px;
	height: 57px;
	background: url(../image/advice_subttl_ico01.png) no-repeat;
	top: -25px;
	left: 30px;
}
#globalAdvice .sec02 .inner .white__area .contents__box h5.cont02 span { background: #b0cf01; }
#globalAdvice .sec02 .inner .white__area .contents__box h5.cont02 span:before { background: url(../image/advice_subttl_ico02.png) no-repeat; }
#globalAdvice .sec02 .inner .white__area .contents__box h5.cont03 span { background: #cc75ac; }
#globalAdvice .sec02 .inner .white__area .contents__box h5.cont03 span:before { background: url(../image/advice_subttl_ico03.png) no-repeat; }
#globalAdvice .sec02 .inner .white__area .contents__box h5.cont04 span { background: #009e9a; }
#globalAdvice .sec02 .inner .white__area .contents__box h5.cont04 span:before { background: url(../image/advice_subttl_ico04.png) no-repeat; }
#globalAdvice .sec02 .inner .white__area .contents__box h5.cont05 span { background: #83c0e5; }
#globalAdvice .sec02 .inner .white__area .contents__box h5.cont05 span:before { background: url(../image/advice_subttl_ico05.png) no-repeat; }
#globalAdvice .sec03 .anchor {
	max-width: 740px;
	width: 100%;
	margin: 0 auto 35px;
}
#globalAdvice .sec03 .anchor ul{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#globalAdvice .sec03 .anchor ul li { cursor: pointer; }
#globalAdvice .sec03 .anchor ul li a{ transition: all ease .4s; }
#globalAdvice .sec03 .inner .white__area p.caution {
	font-size: 14px;
	text-align: center;
	padding: 10px;
	border: 1px solid #371d00;
	margin-bottom: 50px;
}
#globalAdvice .sec03 .inner .white__area h4 { margin-bottom: 30px; }
#globalAdvice .sec03 .inner .white__area .contents__box { margin-bottom: 70px; }
#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(4),
#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(7) { margin-bottom: 110px; }
#globalAdvice .sec03 .inner .white__area .contents__box:last-of-type { margin-bottom: 0; }
#globalAdvice .sec03 .inner .white__area .contents__box .flex { margin-bottom: 40px; }
#globalAdvice .sec03 .inner .white__area .contents__box .flex .txt { padding-top: 30px; }
#globalAdvice .sec03 .inner .white__area .contents__box .flex .txt.txt__left { margin-right: 40px; }
#globalAdvice .sec03 .inner .white__area .contents__box .flex .txt.txt__right { margin-left: 40px; }
#globalAdvice .sec03 .inner .white__area .contents__box .flex  h5 {
	color: #ff755e;
	font-size: 38px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #371d00;
	padding: 0 38px 10px 56px;
}
#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(2) .flex  h5 {
	background: url(../image/advice_ico_play01.gif) no-repeat left top 4px;
	background-size: 47px auto;
}
#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(3) .flex  h5 {
	background: url(../image/advice_ico_play02.gif) no-repeat left top 4px;
	background-size: 47px auto;
}
#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(4) .flex  h5 {
	background: url(../image/advice_ico_play03.gif) no-repeat left top 4px;
	background-size: 47px auto;
}
#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(5) .flex  h5 {
	background: url(../image/advice_ico_play04.gif) no-repeat left top 4px;
	background-size: 47px auto;
	color: #ffaf14;
}
#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(6) .flex  h5 {
	background: url(../image/advice_ico_play05.gif) no-repeat left top 4px;
	background-size: 47px auto;
	color: #ffaf14;
}
#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(7) .flex  h5 {
	background: url(../image/advice_ico_play06.gif) no-repeat left top 4px;
	background-size: 47px auto;
	color: #ffaf14;
}
#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(8) .flex  h5 {
	background: url(../image/advice_ico_play07.gif) no-repeat left top 4px;
	background-size: 47px auto;
	color: #90c914;
}
#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(9) .flex  h5 {
	background: url(../image/advice_ico_play08.gif) no-repeat left top 4px;
	background-size: 47px auto;
	color: #90c914;
}
#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(10) .flex  h5 {
	background: url(../image/advice_ico_play09.gif) no-repeat left top 4px;
	background-size: 47px auto;
	color: #90c914;
}
#globalAdvice .sec03 .inner .white__area .contents__box .flex  p {
	line-height: 2em;
	font-size: 15px;
}
#globalAdvice .sec03 .inner .white__area .contents__box ul li span:first-child {
	padding: 11px 46px 11px 12px;
	width: 158px;
	text-align: right;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: .05em;
	margin-right: 30px;
	font-size: 17px;

	display: table-cell;
	vertical-align: middle;
}
#globalAdvice .sec03 .inner .white__area .contents__box ul li.vision span:first-child  {
	background: url(../image/advice_ico_01_pc.png) no-repeat left 34px center #22b7a8;
	background-size: 32px auto;
}
#globalAdvice .sec03 .inner .white__area .contents__box ul li.tactile span:first-child  {
	background: url(../image/advice_ico_02_pc.png) no-repeat left 34px center #83c0e5;
	background-size: 32px auto;
}
#globalAdvice .sec03 .inner .white__area .contents__box ul li.hearing {
	display: table;
	width: 100%;
}
#globalAdvice .sec03 .inner .white__area .contents__box ul li.hearing span:first-child  {
	background: url(../image/advice_ico_03_pc.png) no-repeat left 34px center #b0cf01;
	background-size: 32px auto;
}
#globalAdvice .sec03 .inner .white__area .contents__box ul li {
	background: #f8f6f5;
	margin-bottom: 8px;
}
#globalAdvice .sec03 .inner .white__area .contents__box ul li.olfaction span:first-child {
	background: url(../image/advice_ico_04_pc.png) no-repeat left 34px center #cc75ac;
	background-size: 32px auto;
}
#globalAdvice .sec03 .inner .white__area .contents__box ul li span:last-child {
	display: table-cell;
	padding: 10px 30px;
}

/* globalHowto
============================================================= */
#globalHowto #keyVisual h2 { padding-top: 86px; }
#globalHowto .sec01 > .inner {
	min-width: 1000px;
	width: 100%;
	color: #371d00;
	padding-bottom: 120px;
	background: url(../image/menu_bottomline_pc.gif) bottom center repeat-x;
}
#globalHowto #keyVisual {
	background: url(../image/key_img_pc2.jpg) top center no-repeat,
		url(../image/top_mainvisal_bg.jpg) repeat;
}
#globalHowto .sec01 .anchor {
	width: 742px;
	margin: 0 auto;
}
#globalHowto .sec01 .anchor ul {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#globalHowto .sec01 .anchor li {
	width: 225px;
	transition: all ease .4s;
	cursor: pointer;
}
.hover #globalHowto .sec01 .anchor li:hover {
	opacity: .7;
	transition: all ease .4s;
}
#globalHowto .sec01 .main__copy {
	text-align: center;
	padding: 45px 0;
	letter-spacing: .05em;
}
#globalHowto .sec01 h3 {
	width: 1000px;
	margin: 90px auto 0;
}
#globalHowto .detail {
	margin-top: 44px;
	background-repeat: no-repeat;
	background-position: calc(50% - 460px) 0;
}
#globalHowto .detail:nth-of-type(odd) { background-position: calc(50% + 460px) 0; }
#globalHowto #video01.detail { background-image: url(../image/howto_video01img_pc.png); }
#globalHowto #video02.detail { background-image: url(../image/howto_video02img_pc.png); }
#globalHowto #video03.detail { background-image: url(../image/howto_video03img_pc.png); }
#globalHowto #video04.detail { background-image: url(../image/howto_video04img_pc.png); }
#globalHowto #video05.detail { background-image: url(../image/howto_video05img_pc.png); }
#globalHowto #video06.detail { background-image: url(../image/howto_video06img_pc.png); }
#globalHowto #video07.detail {
	background-image: url(../image/howto_video07img_pc.png);
	background-position: calc(50% - 280px) 80px;
}
#globalHowto .detail:nth-of-type(even) .inner { padding-left: 293px; }
#globalHowto .detail:nth-of-type(odd) .inner { padding-right: 293px; }
#globalHowto .detail .inner {
	width: 1000px;
	margin: 0 auto;
}
#globalHowto .product04.detail .inner { padding-right: 168px; }
#globalHowto .detail h4 {
	padding: 23px 0;
	background-size: auto 95px ;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#globalHowto .detail h4 span {
	font-size: 30px;
	font-family: 'Noto Sans Japanese 600';
	color: #5e310d;
	letter-spacing: 0.01em;
	position: relative;
	display: inline-block;
	line-height: 50px;
	margin-left: 90px;
	padding: 0 20px 0 18px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
#globalHowto #video01.detail h4 span,
#globalHowto #video02.detail h4 span { margin-left: 80px; }
#globalHowto .detail h4 span:before,
#globalHowto .detail h4 span:after {
	content: " ";
	display: block;
	width: 18px;
	height: 26px;
	position: absolute;
}
#globalHowto .detail h4 span:before { background-image: url(../image/howto_brackets_l_pc.png); top: 0; left: 0; }
#globalHowto .detail h4 span:after { background-image: url(../image/howto_brackets_r_pc.png); bottom: 0; right: 0; }
#globalHowto .detail .video {
	padding: 27px;
	background: url(../image/howto_videobg01_pc.png) no-repeat;
}
#globalHowto .detail:nth-of-type(odd) .video { background: url(../image/howto_videobg02_pc.png) no-repeat; }
#globalHowto .detail .video img { width: 660px; }
#globalHowto #video01.detail h4 { background-image: url(../image/howto_pkg01.jpg); background-position: 105px center; padding-left: 105px; }
#globalHowto #video02.detail h4 { background-image: url(../image/howto_pkg02.jpg); background-position: 135px center; padding-left: 135px; letter-spacing: 0.02em;}
#globalHowto #video03.detail h4 { background-image: url(../image/howto_pkg03.jpg); background-position: 98px center; padding-left: 98px; }
#globalHowto #video04.detail h4 { background-image: url(../image/howto_pkg04.jpg); background-position: 95px center; padding-left: 95px; }
#globalHowto #video05.detail h4 { background-image: url(../image/howto_pkg05.jpg); background-position: 95px center; padding-left: 95px; }
#globalHowto #video06.detail h4 { background-image: url(../image/howto_pkg06.jpg); background-position: 50px center; padding-left: 50px; }
#globalHowto #video07.detail h4 { background-image: url(../image/howto_pkg07.jpg); background-position: 100px center; padding-left: 100px; }

#globalHowto .desc {
	margin-bottom: 35px;
}

#globalHowto .detail h5 {
	margin: 13px auto 15px;
	text-align: center;
}
#globalHowto .detail h5 span {
	position: relative;
	padding: 20px 35px 0 114px;
	font-size: 24px;
	color: #633e27;
	line-height: 1;
	display: inline-block;
}
#globalHowto .detail h5 span:before,
#globalHowto .detail h5 span:after {
	content: " ";
	display: block;
	position: absolute;
}
#globalHowto .detail h5 span:before {
	top: 4px;
	left: 0;
	width: 140px;
	height: 45px;
	background: url(../image/howto_ico01_pc.png) no-repeat;
}
#globalHowto .detail h5.num2 span:before {
	background: url(../image/howto_ico03_pc.png) no-repeat;
}
#globalHowto .detail h5.num3 span:before {
	background: url(../image/howto_ico04_pc.png) no-repeat;
}
#globalHowto .detail h5 span:after {
	top: 0;
	right: 0;
	width: 32px;
	height: 43px;
	background: url(../image/howto_ico02_pc.png) no-repeat;
}
#globalHowto .detail p {
	color: #633e27;
	font-size: 15px;
	line-height: 34px;
	text-align: center;
	letter-spacing: -0.02em;
	padding-bottom: 1px;
	background: url(../image/howto_txt_line_pc.png);
}
html.scrollHidden { overflow: hidden; }
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	display: none;
}
.overlay .modal {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.overlay .close {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	background: url(../image/video_close.png) no-repeat;
	background-size: 100%;
	right: -50px;
	top: -50px;
	cursor: pointer;
}





/* TABLET
============================================================= */
@media only screen and (max-width: 1025px) {
	#globalLineup .detail.p02 .productVisual h4 { right: 8vw; }
	#globalLineup .detail.p04 .productVisual h4 { right: 5vw; }
	#globalLineup .detail.p06 .productVisual h4 { right: 6vw; }
}





/* SP
============================================================= */
@media only screen and (max-width: 768px) {
	html,body { height: 100%; }
	html.scrollHidden body {/*		overflow: hidden;*/ }
	a { -webkit-tap-highlight-color: transparent; }
	#pageTop a:hover { opacity: 1; }
	.globalHeader.sticky { top: -100px; }
	.globalHeader.sticky .globalHeaderNav li:last-child {
		padding-top: 2px;
		margin-bottom: 4px;
	}
	.globalHeader.sticky .globalHeaderNav li:last-child a {
		width: 25vw;
		margin: -0.55vw 0;
		padding: 1vw 3vw 1.5vw;
		height: auto;
		background: url(../image/menu04_bg_sticky_sp.jpg) center no-repeat;
		background-size:100% 100%;
	}
	.triangle { border-width: 6px 0 6px 9.3px; }
	
	/* globalTop
	============================================================= */
	#globalTop #mainvisual {
		height: auto;
		background: url(../image/top_title_bg_sp.jpg) top center no-repeat;
		background-size: 100% auto;
		padding-bottom: 8vw;
	}
	#globalTop #mainvisual h2 {
		padding: 13.5vw 0 6vw;
		position: static;
		width: 100%;
	}
	#globalTop #mainvisual .bnr {
		position: static;
		width: 85.5vw;
		margin: 0 auto;
	}
	#globalTop .sec01 h2 {
		width: 55vw;
		padding: 14.6vw 0 4vw;
	}
	#globalTop .sec01 .products { padding: 2.7vw; }
	#globalTop .sec01 h3 {
		padding: 55px 0 20px;
		width: 55vw;
		min-width: 207px;
	}
	#globalTop .sec01 .products > div:first-child { padding-top: 10px; }
	#globalTop .sec01 .products .flex {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	#globalTop .sec01 .products .flex span .ico {
		top: -8vw;
		right: 0;
		padding-top: 0 !important;
	}
	#globalTop .sec01 .products .month_title_7,
	#globalTop .sec01 .products .month_title_9 {
		margin-bottom: 9vw
	}
	
	#globalTop .sec01 .products .flex img { width: 36vw; }
	#globalTop .sec01 .products > div:nth-of-type(2) .flex img { width: 37vw; }
	#globalTop .sec01 .products > div:last-of-type .flex img { width: 38vw; }
	
	#globalTop .sec01 .products .flex span:nth-of-type(2) { margin-left: 8vw; }
	#globalTop .sec01 .products > div:nth-of-type(2) { margin-left: 0; }
	#globalTop .sec01 .products div:last-of-type .flex {
		-ms-flex-wrap : wrap; /*for IE10*/
		-webkit-flex-wrap : wrap; /*for old webkit browser*/
		flex-wrap: wrap;
	}
	#globalTop .sec01 .products div .flex span:last-of-type { padding-top: 20px; }
	#globalTop .sec01 .products > div:last-of-type { margin-bottom: 40px; }
	#globalTop .sec01 p { font-size: 1.28rem; }
	#globalTop .sec02 { padding: 40px 0 70px; }
	#globalTop .sec02 .inner,
	#globalTop .sec03 .inner{
		padding: 0 10px;
		box-sizing: border-box;
	}
	#globalTop .sec02 h3 {
		width: 100%;
		margin: 0px auto 20px;
	}
	#globalTop .sec02 h4 {
		width: 100%;
		margin-bottom: 10px;
	}
	#globalTop .sec02 #tab {
		padding: 20px 10px;
		margin-bottom: 55px;
	}
	#globalTop .sec02 #tab ul { margin-bottom: 20px; }
	#globalTop .sec02 .tabContent div { margin-bottom: 10px; }
	#globalTop .sec02 .tabContent div:last-of-type { margin-bottom: 20px; }
	#globalTop .sec02 #tab li.all {
		background: url(../image/top_btn_tab01_on_sp.gif) top center no-repeat;
		background-size: contain;
	}
	#globalTop .sec02 #tab li.seven {
		background: url(../image/top_btn_tab02_on_sp.gif) top center no-repeat;
		background-size: contain;
	}
	#globalTop .sec02 #tab li.nine {
		background: url(../image/top_btn_tab03_on_sp.gif) top center no-repeat;
		background-size: contain;
		margin-right: 0;
	}
	#globalTop .sec02 #tab li.twelve {
		background: url(../image/top_btn_tab04_on_sp.gif) top center no-repeat;
		background-size: contain;
	}
	#globalTop .sec02 #tab li { width: 24%; }
	#globalTop .sec02 #tab li:first-child i { left: 2.5vw; }
	#globalTop .sec02 #tab li i { left: 2vw; }
	#globalTop .sec02 #tab li i.triangle { border-width: 5px 0 5px 8.3px; }
	#globalTop #tab .tabContent .flex {
		margin-bottom: 20px;
		padding-top: 0;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#globalTop #tab .tabContent .flex img {
		width: auto;
		height: 52vw !important;
	}
	#globalTop #tab .tabContent .flex img:first-of-type { margin-right: 20px; }
	#globalTop #tab .tabContent.tab_seven .flex img:nth-last-of-type(2),
	#globalTop #tab .tabContent.tab_nine .flex img:nth-last-of-type(2),
	#globalTop #tab .tabContent.tab_twelve .flex img:nth-last-of-type(2) { margin-right: 0; }
	#globalTop #tab .tabContent .flex img:last-of-type { padding-top: 20px; }
	#globalTop .sec02 .commit { padding: 20px 10px 10px; }
	#globalTop .sec02 .commit ul {
		-ms-flex-wrap : wrap; /*for IE10*/
		-webkit-flex-wrap : wrap; /*for old webkit browser*/
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#globalTop .sec02 .commit li {
		width: calc(50% - 8px);
		max-width: none;
	}
	#globalTop .sec02 .commit li:first-child,
	#globalTop .sec02 li:nth-of-type(3){ margin-right: 15px; }
	#globalTop .sec02 h5 {
		font-size: 1.2rem;
		background: url(../image/top_ico_flag01.png) no-repeat left 0.2vw top 2vw;
		background-size: auto 41px;
	}
	#globalTop .sec02 span { font-size: .8rem; }
	#globalTop .sec02 li:nth-of-type(2) h5 {
		background: url(../image/top_ico_flag02.png) no-repeat left 0vw top 4vw;
		background-size: auto 41px;
	}
	#globalTop .sec02 li:nth-of-type(3) h5 {
		background: url(../image/top_ico_flag03.png) no-repeat left 1.4vw top 2vw;
		background-size: auto 41px;
	}
	#globalTop .sec02 li:last-of-type h5 {
		background: url(../image/top_ico_flag04.png) no-repeat left 0vw top 4vw;
		background-size: auto 41px;
	}
	#globalTop .sec02 h5 { padding: 40px 0 3px; }
	#globalTop .sec02 .cap {
		padding-top: 15px;
		padding-right: 0;
		font-size: .8rem;
	}
	#globalContents:after,#globalContents:before { content: none; }
	#globalTop .sec03 .inner div.seven { padding-top: 50px; }
	#globalTop .sec03 h3 { margin-bottom: 20px; }
	#globalTop .sec03 .inner div p:last-of-type { margin-bottom: 40px; }
	#globalTop .sec03 .inner div.twelve p:last-of-type { margin-bottom: 20px; }
	#globalTop .sec03 span.btn {
		top: inherit;
		bottom: 6vw;
		left: 50%;
		-webkit-transform:translate(-50%,0);
		transform:translate(-50%,0);
		width: calc(100% - 40px);
	}
	#globalTop .sec03 span.btn a {
		font-family: 'Noto Sans Japanese 600';
		font-size: 1.4rem;
	}
	#globalTop .sec03 div p { margin-bottom: 8px; }
	#globalTop .sec04 { padding: 40px 10px; }
	#globalTop .sec04 h3 {
		margin-bottom: 24px;
		background: url(../image/top_sec04_ttl_sp.png) no-repeat center bottom;
		background-size: contain;
		font-size: 1.7rem;
	}
	#globalTop .sec04 .flex {
		display: block;
		padding: 0 10px;
	}
	#globalTop .sec04 .ele {
		width: 100%;
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex;
		display: flex;
		padding: 12px 15px 12px 20px;
		margin-bottom: 12px;
	}
	#globalTop .sec04 .ele p {
		width: 32vw;
		min-width: 120px;
	}
	#globalTop .sec04 li:first-child { font-size: 1.8rem; }
	#globalTop .sec04 li span {
		font-size: 1rem;
		padding: 1px 6px 2px;
	}
	#globalTop .sec04 li {
		font-size: 1.08rem;
		margin-bottom: 6px;
	}
	#globalTop .sec04 li:first-child span { font-size: 1.5rem; }
	#globalTop .sec04 li.edgeWhite,
	#globalTop .sec04 li:first-child span {
		text-shadow: white 1px 0px, white -1px 0px, white 0px -1px, white 0px 1px, white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px, white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px, white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px;
	}
	#globalTop .sec04 .teacher {
		display: -webkit-flex;
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: flex;
		
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#globalTop .sec04 .teacher img {
		padding-left: 20px;
		width: 30vw;
	}
	#globalTop .sec04 h4,
	#globalTop .sec04 .teacher p { text-align: right; }
	#globalTop .sec04 h4 { font-size: 1.4rem }
	#globalTop .sec04 h4 span { font-size: 1rem; }
	#globalTop .sec04 .teacher p {
		font-size: 1rem;
		margin-bottom: 0;
	}
	#globalTop .sec04 .btn {
		width: calc(100% - 40px);
		padding-top: 5px;
	}
	#globalTop .sec04 .btn a { font-size: 1.1rem; }


/* globalLineup
============================================================= */
	#globalLineup #keyVisual h2 { padding-top: 18.5vw; }
	#globalLineup .inner { padding: 0 10px; }
	#globalLineup #keyVisual {
		background: url(../image/key_img_sp.jpg);
		background-size: 100% auto;
	}
	#globalLineup .sec01 p { font-size: 1.2rem; }
	#globalLineup .sec01 p.main__copy {
		line-height: 1.85em;
		padding: 30px 0 25px;
		color: #371d00;
		font-size: 1.38rem;
	}
	#globalLineup .sec01 .anchor{ padding-bottom: 25px; }
	#globalLineup .sec01 .anchor ul{
		-ms-flex-wrap : wrap; /*for IE10*/
		-webkit-flex-wrap : wrap; /*for old webkit browser*/
		flex-wrap: wrap;
	}
	#globalLineup .sec01 .anchor li{
		width: 48.5%;
		margin-bottom: 3.5%;
	}
	#globalLineup .sec01 h3 { margin-bottom: 20px; }
	#globalLineup .sec01 .detail {
		margin-bottom: 50px;
		background: #fff;
	}
	#globalLineup .sec01 .detail.p07 { margin-bottom: 30px; }
	#globalLineup .detail .productVisual {
		height: auto;
		padding-top: 52.3943%;
		background: url(../image/lineup_product_seven01_sp.jpg) no-repeat;
		background-size: contain;
	}
	#globalLineup .detail.p02 .productVisual {
		height: auto;
		background: url(../image/lineup_product_seven02_sp.jpg) no-repeat;
		background-size: contain;
	}
	#globalLineup .detail.p03 .productVisual {
		height: auto;
		background: url(../image/lineup_product_nine01_sp.jpg) no-repeat;
		background-size: contain;
	}
	#globalLineup .detail.p04 .productVisual {
		height: auto;
		background: url(../image/lineup_product_nine02_sp.jpg) no-repeat;
		background-size: contain;
	}
	#globalLineup .detail.p05 .productVisual {
		height: auto;
		background: url(../image/lineup_product_twelve01_sp.jpg) no-repeat;
		background-size: contain;
	}
	#globalLineup .detail.p06 .productVisual {
		height: auto;
		background: url(../image/lineup_product_twelve02_sp.jpg) no-repeat;
		background-size: contain;
	}
	#globalLineup .detail.p07 .productVisual {
		height: auto;
		background: url(../image/lineup_product_twelve03_sp.jpg) no-repeat;
		background-size: contain;
	}
	#globalLineup .detail.p08 .productVisual {
		height: auto;
		background: url(../image/lineup_product_seven03_sp.jpg) no-repeat;
		background-size: contain;
	}
	#globalLineup .detail.p09 .productVisual {
		height: auto;
		background: url(../image/lineup_product_nine03_sp.jpg) no-repeat;
		background-size: contain;
	}
	
	
	#globalLineup .detail .txt_detail {
		padding: 10px 15px 15px;
		position: relative;
		z-index: 2;
		background: transparent;
	}
	#globalLineup .detail .txt_detail p { font-size: 3.2vw; }
	#globalLineup .detail.p02 .text__right,
	#globalLineup .detail.p04 .text__right,
	#globalLineup .detail.p06 .text__right,
	#globalLineup .detail.p09 .text__right { padding-right: 0; }
	#globalLineup .detail .txt_detail .text__right p.text__right__style {
		width: 41vw;
		float: right;
	}
	#globalLineup .detail .net {
		-ms-flex-direction:column; /*IE10*/
		-webkit-flex-direction:column; /*old webkit browser*/
		flex-direction: column;
		
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		padding-bottom: 18px;
	}
	#globalLineup .detail .txt_detail .text__right .net {
		float: right;
		clear: both;
		width: 41vw;
	}
	#globalLineup .detail .net p {
		font-size: 2.8vw;
		padding: 3px 8px;
	}
	#globalLineup .detail .net p:last-of-type {
		margin-left: 0;
		margin-top: 1vw;
	}
	#globalLineup .detail .taste,
	#globalLineup .detail.p02 .taste,
	#globalLineup .detail.p04 .taste{
		background-size: auto 100%;
		padding-left: 15vw;
		background-position: top left;
		margin-bottom: 5vw;
	}
	#globalLineup .detail .taste p:first-of-type { line-height: .9; }
	#globalLineup .detail .taste p span { padding: 0 2px; }
	#globalLineup .detail .flex.btn {
		-ms-flex-direction:column; /*IE10*/
		-webkit-flex-direction:column; /*old webkit browser*/
		flex-direction: column;
		margin-top: 5vw;
	}
	#globalLineup .detail p.element {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3vw;
	}
	#globalLineup .detail p.element a {
		background: url(../image/lineup_ico_btn01_sp.gif) no-repeat left 45px center #633e27;
		width: 100vw;
		font-size: 3vw;
		padding-left: 14vw;
		background-size: 20px;
		background-position: left 4.5vw center;
		height: 14vw;
	}
	#globalLineup .detail p.talking a {
		padding-left: 21vw;
		font-size: 4.2vw;
		background: url(../image/lineup_ico_btn021.png) no-repeat #b0cf01;
		background-size: 14vw;
		background-position: left 4.5vw center;
		height: 14vw;
	}
	#globalLineup .detail p.talking a span {
		font-size: 2.9vw;
		padding-top: 1.7vw;
	}
	#globalLineup .detail p.talking a span.parent { width: 17vw; }
	#globalLineup .detail .photo {
		position: absolute;
		top: 24%;
		right: inherit;
		padding: 0;
		left: 0;
		width: calc(100% + 20px);
		z-index: 1;
	}
	#globalLineup .detail.p02 .photo {
		top: 27%;
		left: -5vw;
	}
	#globalLineup .detail.p03 .photo {
		right: inherit;
		left: 0vw;
	}
	#globalLineup .detail.p04 .photo {
		left: -22px;
		top: 24%;
	}
	#globalLineup .detail.p05 .photo {
		top: 24%;
		right: inherit;
		left: -10px;
	}
	#globalLineup .detail.p06 .photo {
		left: -10px;
		top: 24%;
	}
	#globalLineup .detail.p07 .photo {
		right: inherit;
		left: -10px;
	}
	#globalLineup .detail.p08 .photo {
		right: inherit;
		left: 0;
		top: 24%;
		width: 97.35vw;
	}
	#globalLineup .detail.p09 .photo {
		right: 0;
		left: inherit;
		top: 23.3%;
		width: 97.35vw;
	}
	#globalLineup .detail.p08 .net {
		padding-bottom: 35px;
	}
	#globalLineup .detail p.talking { width: 100%; }
	#globalLineup .detail p.talking a {
		display: block;
		width: 100%;
		padding-top: 2.4vw;
		line-height: 1;
	}
	#globalLineup .sec02.boardBg { padding: 45px 0 0; }
	#globalLineup .sec02 h3 {
		font-size: 8.5vw;
		margin-bottom: 20px;
	}
	#globalLineup .sec02 h3 + p {
		font-size: 5vw;
		width: 34vw;
		padding: .3vw 0 .5vw;
		letter-spacing: .2vw;
	}
	#globalLineup .sec02 h3 + p + p {
		font-size: 3.2vw;
		line-height: 1.8em;
	}
	#globalLineup .sec02 .flex {
		-ms-flex-wrap : wrap; /*for IE10*/
		-webkit-flex-wrap : wrap; /*for old webkit browser*/
		flex-wrap: wrap;
		padding-top: 40px;
		width: 100%;
	}
	#globalLineup .sec02 .caution__col2:last-of-type { margin-bottom: 20px; }
	#globalLineup .sec02 .caution__col2,
	#globalLineup .sec02 .caution__col2:last-of-type{
		width: 100%;
		background-size: 100% 100%;
		padding: 6vw 15px;
	}
	#globalLineup .sec02 .caution__col2 { margin-bottom: 35px; }
	#globalLineup .sec02 .caution__col2 p { font-size: 1.02rem; }
	#globalLineup .sec02 .caution__col2 p:last-of-type {
		padding-top: 3.5vw;
		font-size: .75rem;
	}
	#globalLineup .sec02 h4 { width: 190px; }
	#globalLineup .sec02 .caution__col2:last-of-type h4 { width: 249px; }
	#globalLineup .sec03 { height: 3px; }
	
	/*ポップアップ*/
	.modaal-inner-wrapper { padding: 0; }
	.modaal-container { height: 100vh; }
	.modaal-content-container {
		min-width: 1px;
		padding: 20px 20px;
	}
	.modaal-wrapper h2 { margin-bottom: 25px; }
	.modaal-wrapper .part1 { margin-bottom: 35px; }
	.modaal-wrapper .part1 h3 {
		font-size: 3.5vw;
		padding-left: 18px;
		background-size: 3.5vw;
		margin-bottom: 10px;
	}
	.modaal-wrapper .flex {
		-ms-flex-wrap : wrap; /*for IE10*/
		-webkit-flex-wrap : wrap; /*for old webkit browser*/
		flex-wrap: wrap;
	}
	.modaal-wrapper .flex dl { width: 100%; }
	.modaal-wrapper dl:first-of-type {
		margin-right: 0;
		border-bottom: none;
	}
	.modaal-wrapper .flex dl {
		border-right: none;
		border-bottom: none;
	}
	.modaal-wrapper dl:first-of-type dt:last-of-type,
	.modaal-wrapper dl:first-of-type dd:last-of-type { border-bottom: none; }
	.modaal-wrapper dt, .modaal-wrapper dd {
		border-right: 1px solid #ded3cf;
		border-bottom: 1px solid #ded3cf;
		border-left: none;
		border-top: none;
	}
	.modaal-wrapper .part1,.modaal-wrapper .part2 { font-size: 3.2vw; }
	.modaal-wrapper .other {
		padding-top: 5px;
		margin-bottom: 15px;
	}
	.modaal-wrapper .clm { width: 25%; }
	.modaal-wrapper .btn a { width: 100%; }
	.modaal-wrapper .edge {
		line-height: 2em;
		margin-bottom: 20px;
		border: 1px solid #ded3cf;
		letter-spacing: 0.05em;
	}
	.modaal-wrapper .edge + h3 + .edge { margin-bottom: 2px; }
	.modaal-wrapper .caution { font-size: 2.8vw; }
	.modaal-wrapper .caution h4 {
		padding: 15px 7.2vw;
		background-size: 6.5vw;
	}
	.modaal-wrapper .caution ul li { font-size: 2.8vw; }
	.modaal-wrapper .part2 h3 {
		font-size: 5vw;
		padding: 6px 0;
		margin-bottom: 20px;
	}
	.modaal-wrapper .clm dt.line2 {
		padding: 3px 4px;
		line-height: 1;
	}
	.modaal-wrapper .clm dt, .modaal-wrapper .clm dd { padding: 6px; }
	.modaal-wrapper .table {
		margin-bottom: 2px;
		border-top: 1px solid #ded3cf;
		border-left: 1px solid #ded3cf;
	}
	.modaal-wrapper .clm dl {
		border-right: 1px solid #ded3cf;
		border-bottom: 1px solid #ded3cf;
	}
	.modaal-wrapper .clm dt { border-bottom: 1px dashed #ded3cf !important; }
	.modaal-wrapper .part2 .caution ul ul { padding-left: 0; }
	.modaal-wrapper .part2 .caution ul li { font-size: 2.5vw; }
	.modaal-wrapper .modaal-close {
		background: none;
		color: #371d00;
		height: auto;
		text-align: right;
		width: 100%;
		margin-bottom: 20px;
		font-size: 3.6vw;
	}
	.modaal-wrapper .modaal-close span {
		display: inline-block;
		border-bottom: 1px solid #371d00;
	}
	.modaal-wrapper .modaal-close.btn {
		text-align: center;
		width: 100%;
		background: #633e27;
		border-radius: 0;
		padding: 5px;
	}
	.modaal-wrapper .modaal-close.btn span {
		color: #fff;
		font-size: 4.8vw;
		border: none;
	}
	
	/*ポップアップ*/
	.modaal-wrapper h2 {
		font-family: 'Noto Sans Japanese 600';
		font-size: 1.62rem;
		line-height: 12vw;
		letter-spacing: 0.03em;
		background: url(../image/popup_title_bg_sp.jpg) no-repeat;
		background-size: 100% auto;
	}
	.modaal-wrapper h2.popup_nine02 { font-size: 1.25rem; }
	.modaal-wrapper .other { margin-bottom: 0; /* cssには追加しない */ }
	.modaal-wrapper .part1 h3 { margin-top: 20px; }
	#globalLineup .detail .productVisual h4 {
		font-size: 2.6rem;
		left: 15px;
		bottom: 15px;
		line-height: 1.2em;
	}
	#globalLineup .detail.p03 .productVisual h4 { letter-spacing: -.05em; }
	#globalLineup .detail .productVisual h4 span{ font-size: 1.9rem; }
	#globalLineup #product04.detail .productVisual h4 span{ font-size: 1.6rem; }
	#globalLineup #product04.detail .productVisual h4 span.thin {
		font-size: 2.2rem;
		font-weight: 400;
		font-family: -apple-system, BlinkMacSystemFont,"Yu Gothic", YuGothic, sans-serif;
	}
	#globalLineup #product04.detail .productVisual h4 span.fz30{
		font-size: 1.4rem;
		padding-left: .65vw;
	}
	#globalLineup .detail.p02 .productVisual h4,
	#globalLineup .detail.p04 .productVisual h4,
	#globalLineup .detail.p06 .productVisual h4 { right: 10px; }
	#globalLineup .detail.p02 .productVisual h4 {
		line-height: 1.2em;
		letter-spacing: -.05em;
		right: inherit;
		left: 36vw;
	}
	#globalLineup .detail.p04 .productVisual h4 {
		font-size: 2.25rem;
		right: inherit;
		left: 36vw;
		line-height: 1.2em;
	}
	#globalLineup .detail.p04 .productVisual h4 em,
	#globalLineup .detail.p04 .productVisual h4 em:last-of-type {
		font-size: 2.1rem;
		letter-spacing: -0.1em;
	}
	#globalLineup .detail.p06 .productVisual h4 {
		font-size: 2.4rem;
		left: 36vw;
		right: inherit;
		line-height: 1.1em;
		bottom: 15px;
	}
	#globalLineup .detail.p06 .productVisual h4 em { font-size: 2.07rem; }
	#globalLineup .detail.p07 .productVisual h4 {
		font-size: 2.26rem;
		left: 14px;
		line-height: 1.3em;
	}
	#globalLineup .detail.p08 .productVisual h4 {
		letter-spacing: -.02em;
		font-size: 2.27rem;
		left: 12px;
		bottom: 22px;
	}
	#globalLineup .detail.p09 .productVisual h4 {
		letter-spacing: 0;
		right: inherit;
		left: 36vw;
		font-size: 2.4rem;
		bottom: 6%;
	}
	
	#globalLineup .edgeWhite{
		text-shadow:
			white 1px 0px,  white -1px 0px,
			white 0px -1px, white 0px 1px,
			white 1px 1px , white -1px 1px,
			white 1px -1px, white -1px -1px,
			white 1px 1px,  white -1px 1px,
			white 1px -1px, white -1px -1px,
			white 1px 1px,  white -1px 1px,
			white 1px -1px, white -1px -1px;
	}
	#globalLineup .edgeBlack{
		text-shadow:
			#281203 1px 0px,  #281203 -1px 0px,
			#281203 0px -1px, #281203 0px 1px,
			#281203 1px 1px , #281203 -1px 1px,
			#281203 1px -1px, #281203 -1px -1px,
			#281203 1px 1px,  #281203 -1px 1px,
			#281203 1px -1px, #281203 -1px -1px,
			#281203 1px 1px,  #281203 -1px 1px,
			#281203 1px -1px, #281203 -1px -1px,
			#000 0px 0px 20px , #000 0px 0px 20px;
	}
	
	/* globalAdvice
	============================================================= */
	#globalAdvice .inner { padding: 0 10px; }
	#globalAdvice .sec01, #globalAdvice .sec02, #globalAdvice .sec03 { margin-bottom: 30px; }
	#globalAdvice #keyVisual {
		background: url(../image/key_img_sp1.jpg);
		background-size: 100% auto;
	}
	#keyVisual h2 { padding-top: 8.5vw; }
	#globalAdvice #keyVisual h2 span {
		font-size: 2.4rem;
		padding-top: 6.5vw;
		text-align: left;
		padding-left: 28vw;
		line-height: 1.2em;
	}
	#globalAdvice #keyVisual h2 span em { font-size: 2rem; }
	#globalAdvice .tabSet .flex {
		-ms-flex-wrap : wrap; /*for IE10*/
		-webkit-flex-wrap : wrap; /*for old webkit browser*/
		flex-wrap: wrap;
	}
	.tabSet {
		padding: 0 10px;
		width: 100%;
	}
	.tabSet.tabSetTop {
		padding-top: 30px;
		margin-bottom: 18px;
	}
	.tabSet.tabSetBottom {
		padding-bottom: 30px;
		padding-top: 25px;
	}
	#globalAdvice .tabSet li {
		margin-bottom: 12px;
		width: 100%;
		text-align: left;
	}
	#globalAdvice .tabSet li.on a,
	#globalAdvice .tabSet li a{
		font-size: 1.5rem;
		padding: 15px 30px;
	}
	#globalAdvice .sec01 p.main__copy{
		font-size: 1.2rem;
		line-height: 1.8em;
		padding-bottom: 30px;
		text-align: left;
	}
	#globalAdvice .white__area {
		padding: 20px 15px 20px;
		margin-bottom: 30px;
	}
	#globalAdvice .inner h3 {
		font-size: 2.2rem;
		background: url(../image/advice_ttl_deco_sp.gif) no-repeat;
		background-size: 100% auto;
		background-position: bottom 1.5vw center;
		line-height: 1.4em;
		font-family: 'Noto Sans Japanese 600';
	}
	#globalAdvice .inner h3:before {
		content: "";
		padding: 0;
	}
	#globalAdvice .inner h3:after {
		content: "";
		padding: 0;
	}
	#globalAdvice .inner h3 + p {
		font-size: 1.22rem;
		text-align: left;
		margin-bottom: 30px;
	}
	#globalAdvice .sec01 .contents__box h4 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	#globalAdvice .sec01 .contents__txt.flex {
		-ms-flex-wrap : wrap; /*for IE10*/
		-webkit-flex-wrap : wrap; /*for old webkit browser*/
		flex-wrap: wrap;
	}
	#globalAdvice .sec01 .inner p.txt {
		line-height: 2em;
		font-size: 1.1rem;
	}
	#globalAdvice .sec01 .inner p.img {
		width: 177.5px;
		margin: 11px auto 0;
	}
	#globalAdvice .sec01 .inner .contents__box { margin-bottom: 35px; }
	#globalAdvice .sec01 .inner p.img02 {
		padding-top: 30px;
		margin-bottom: 10px;
	}
	#globalAdvice .sec01 span.purple:last-of-type { float: none; }
	#globalAdvice .sec01 span.purple {
		width: 100%;
		font-size: 18px;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	#globalAdvice .sec01 .box {
		margin-bottom: 55px;
		padding-top: 30px;
	}
	.img__sp__style { margin-bottom: 40px; }
	#globalAdvice .sec01 .dot__line__box h5 {
		width: 100%;
		font-size: 1.8rem;
		left: 50%;
		-ms-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
		line-height: 1.4em;
		position: relative;
		margin-bottom: -4vw;
		font-family: "YakuHanJP",'Noto Sans Japanese 600';
	}
	#globalAdvice .sec01 .dot__line__box h5:before {
		width: 22px;
		height: 35px;
	}
	#globalAdvice .sec01 .dot__line__box h5:after {
		width: 22px;
		height: 35px;
	}
	#globalAdvice #globalContents .sec01 .dot__line__box {
		border: none;
		padding: 0;
	}
	#globalAdvice .sec01 .dot__line__box p img {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#globalAdvice .sec01 .brain {
		border: 1px dashed #dd0066;
		border-radius: 6px;
		box-sizing: border-box;
		padding: 15px 10px;
	}
	#globalAdvice .sec01 .brain dl dt {
		color: #dd0066;
		font-family: 'Noto Sans Japanese 600';
		margin-bottom: 5px;
	}
	#globalAdvice .sec01 .brain dl dt i {
		font-style: normal;
		background: #dd0066;
		border-radius: 50%;
		color: #fff;
		padding: 2px;
		width: 13px;
		display: inline-block;
		height: 13px;
		text-align: center;
		line-height: 13px;
		font-size: 12px;
		margin-right: 5px;
		font-family: 'Noto Sans Japanese 400';
	}
	#globalAdvice .sec01 .brain dl dt span {
		color: #371d00;
		font-size: 1.2rem;
		padding-left: 10px;
	}
	#globalAdvice .sec01 .brain dl dd {
		font-size: .95rem;
		margin-bottom: 17px;
	}
	#globalAdvice .sec01 .brain dl dd:last-of-type { margin-bottom: 0; }
	#globalAdvice .supervision {
		background: url(../image/advice_images04_sp.jpg) no-repeat;
		padding-top: 85.5%;
		background-size: contain;
		width: calc(100% - 20px);
		height: 0;
		margin-bottom: 0;
	}
	#globalAdvice .supervision .white__space {
		top: inherit;
		left: 50%;
		-ms-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
		width: calc(100% - 20px);
		bottom: 10px;
		box-sizing: border-box;
		padding: 12px 15px;
		background: rgba(255,255,255,.95);
	}
	#globalAdvice .white__space h5 {
		font-family: 'Noto Sans Japanese 600';
		font-size: 1.3rem;
		margin-bottom: 5px;
	}
	#globalAdvice .white__space h5 span { font-size: 1.15rem; }
	#globalAdvice .white__space p {
		font-size: 1.04rem;
		line-height: 2em;
	}
	#globalAdvice .sec02 .inner h3{
		background: url(../image/advice_ttl_deco02_sp.gif) no-repeat;
		background-size: 100% auto;
		background-position: bottom 1vw center;
	}
	#globalAdvice .sec02 .inner p.main__copy {
		font-size: 1.25rem;
		line-height: 1.8em;
	}
	#globalAdvice .sec02 .inner .white__area .border__area h4 {
		width: 100%;
		font-size: 1.7rem;
		font-family: 'Noto Sans Japanese 600';
		background: none;
		margin-bottom: 20px;
	}
	#globalAdvice .sec02 .inner .white__area .border__area h4 span {
		display: inline-block;
		background-image: url(../image/advice_ttl_bg.gif);
		background-repeat: repeat-x;
		background-position: bottom -1vw center;
		padding: 0 8px;
	}
	#globalAdvice .sec02 .inner .white__area .border__area {
		padding: 18px 15px 15px;
		margin-bottom: 50px;
	}
	#globalAdvice .sec02 .inner .white__area .border__area h4 + p {
		line-height: 2em;
		font-size: 1.1rem;
	}
	#globalAdvice .sec02 .border__area .ele {
		width: 100%;
		padding: 15px 0 0;
		-webkit-align-items: flex-end;    /* Safari etc. */
		-ms-align-items    : flex-end;    /* IE10        */
		align-items: flex-end;
	}
	#globalAdvice .sec02 .border__area .ele ul li {
		font-size: 1.05rem;
		margin-bottom: 6px;
	}
	#globalAdvice .sec02 .border__area .ele ul li:first-child { font-size: 1.8rem; }
	#globalAdvice .sec02 .border__area .ele ul li:first-child span { font-size: 1.5rem; }
	#globalAdvice .sec02 .border__area .ele ul li span {
		font-size: 1rem;
		padding: 1px 6px 2px;
	}
	#globalAdvice .sec02 .inner .white__area .border__area .ele p {
		width: 32vw;
		min-width: 120px;
	}
	#globalAdvice .sec02 .inner .white__area .contents__box {
		-ms-flex-wrap : wrap; /*for IE10*/
		-webkit-flex-wrap : wrap; /*for old webkit browser*/
		flex-wrap: wrap;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	#globalAdvice .sec02 .inner .white__area .contents__box h5 span {
		width: 100%;
		text-align: center;
		padding: 8px 55px 8px 65px;
		font-size: 2.1rem;
	}
	#globalAdvice .sec02 .inner .white__area .contents__box h5 span:before {
		left: 25.2vw;
		top: -11px;
		height: 46px;
		background: url(../image/advice_subttl_ico01_sp.png) no-repeat;
		background-size: contain;
	}
	#globalAdvice .sec02 .inner .white__area .contents__box h5.cont02 span:before {
		background: url(../image/advice_subttl_ico02_sp.png) no-repeat;
		background-size: contain;
	}
	#globalAdvice .sec02 .inner .white__area .contents__box h5.cont03 span:before {
		background: url(../image/advice_subttl_ico03_sp.png) no-repeat;
		background-size: contain;
	}
	#globalAdvice .sec02 .inner .white__area .contents__box h5.cont04 span:before {
		background: url(../image/advice_subttl_ico04_sp.png) no-repeat;
		background-size: contain;
	}
	#globalAdvice .sec02 .inner .white__area .contents__box h5.cont05 span:before {
		background: url(../image/advice_subttl_ico05_sp.png) no-repeat;
		background-size: contain;
	}
	#globalAdvice .sec02 .inner .white__area .contents__box h5 { margin-bottom: 15px; }
	#globalAdvice .sec02 .inner .white__area p {
		font-size: 1.04rem;
		margin-bottom: 15px;
	}
	#globalAdvice .sec02 .inner .white__area p.main__copy { font-size: 1.22rem; }
	#globalAdvice .sec02 .inner .white__area .baby__photo { margin-bottom: 0; }
	#globalAdvice .sec03 .white__area { padding: 20px 12px 20px; }
	#globalAdvice .sec03 .anchor { margin-bottom: 15px; }
	#globalAdvice .sec03 .anchor ul li { width: 32%; }
	#globalAdvice .sec03 .inner .white__area p.caution {
		font-size: 1.1rem;
		margin-bottom: 40px;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box { margin-bottom: 40px; }
	#globalAdvice .sec03 .inner .white__area .contents__box .flex {
		-ms-flex-direction:column; /*IE10*/
		-webkit-flex-direction:column; /*old webkit browser*/
		flex-direction: column;
		margin-bottom: 20px;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box .flex.flex__reverse {
		-ms-flex-direction:column-reverse; /*IE10*/
		-webkit-flex-direction:column-reverse; /*old webkit browser*/
		flex-direction: column-reverse;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box .flex .txt { padding-top: 0; }
	#globalAdvice .sec03 .inner .white__area .contents__box .flex .txt.txt__left {
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box .flex .txt.txt__right {
		margin-left: 0;
		width: 100%;
		margin-bottom: 15px;
	}
	#globalAdvice .sec03 .inner .white__area h4 { margin-bottom: 25px; }
	#globalAdvice .sec03 .inner .white__area .contents__box .flex h5 {
		font-size: 26px;
		padding: 0 0px 10px 40px;
		margin-bottom: 10px;
		font-family: 'Noto Sans Japanese 600';
	}
	#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(2) .flex h5 {
		background: url(../image/advice_ico_play01.gif) no-repeat left top 4px;
		background-size: 32px auto;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(3) .flex h5 {
		background: url(../image/advice_ico_play02.gif) no-repeat left top 4px;
		background-size: 32px auto;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(4) .flex h5 {
		background: url(../image/advice_ico_play03.gif) no-repeat left top 4px;
		background-size: 32px auto;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(5) .flex h5 {
		background: url(../image/advice_ico_play04.gif) no-repeat left top 4px;
		background-size: 32px auto;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(6) .flex h5 {
		background: url(../image/advice_ico_play05.gif) no-repeat left top 4px;
		background-size: 32px auto;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(7) .flex h5 {
		background: url(../image/advice_ico_play06.gif) no-repeat left top 4px;
		background-size: 32px auto;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(8) .flex h5 {
		background: url(../image/advice_ico_play07.gif) no-repeat left top 4px;
		background-size: 32px auto;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(9) .flex h5 {
		background: url(../image/advice_ico_play08.gif) no-repeat left top 4px;
		background-size: 32px auto;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(10) .flex h5 {
		background: url(../image/advice_ico_play09.gif) no-repeat left top 4px;
		background-size: 32px auto;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box .flex p {
		font-size: 1rem;
		line-height: 2.2em;
		letter-spacing: -.02em;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box ul li { margin-bottom: 15px; }
	#globalAdvice .sec03 .inner .white__area .contents__box ul li span:first-child {
		display: block;
		width: 100%;
		text-align: center;
		padding: 4px 4px 4px 12px;
		font-size: 1.8rem;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box ul li span:last-child {
		display: block;
		font-size: 1.05rem;
		text-align: center;
		font-family: 'Noto Sans Japanese 600';
		line-height: 1.4em;
		padding: 10px 4px;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box ul li.vision span:first-child {
		background: url(../image/advice_ico_01_sp.png) no-repeat left 35% center #22b7a8;
		background-size: 27px auto;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box ul li.tactile span:first-child {
		background: url(../image/advice_ico_02_sp.png) no-repeat left 35% center #83c0e5;
		background-size: 27px auto;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box ul li.hearing span:first-child {
		background: url(../image/advice_ico_03_sp.png) no-repeat left 35% center #b0cf01;
		background-size: 27px auto;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box ul li.olfaction span:first-child {
		background: url(../image/advice_ico_04_sp.png) no-repeat left 35% center #cc75ac;
		background-size: 27px auto;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(4),
	#globalAdvice .sec03 .inner .white__area .contents__box:nth-of-type(7) { margin-bottom: 70px; }
	
	/* globalHowto
	============================================================= */
	#globalHowto #keyVisual {
		background: url(../image/key_img_sp2.jpg);
		background-size: 100% auto;
	}
	#globalHowto #keyVisual h2 { padding-top: 18vw; }
	#globalHowto .sec01 > .inner { padding-bottom: 10vw !important; }
	#globalHowto .sec01 .inner {
		min-width: 100%;
		padding: 0 10px;
	}
	#globalHowto .detail .inner {
		width: 100%;
		padding-left: 0!important;
		padding-right: 0!important;
	}
	#globalHowto .sec01 .main__copy {
		font-size: 1.28rem;
		padding: 7vw 0;
		letter-spacing: 0.05em;
		margin-right: -0.5em;
	}
	#globalHowto .sec01 .anchor {
		width: 100%;
		margin-bottom: 13vw;
	}
	#globalHowto .sec01 .anchor ul {
		-webkit-box-pack: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}
	#globalHowto .sec01 .anchor ul li { width: 32.4%; }
	#globalHowto .sec01 h3 {
		width: 100%;
		margin: 0 auto 9vw;
	}
	#globalHowto .detail {
		margin-top: 0;
		background-position: bottom center !important;
		background-size: 100% auto;
	}
	#globalHowto #video01.detail { background-image: url(../image/howto_video01img_sp.jpg); padding-bottom: 62vw; margin-bottom: 7vw; }
	#globalHowto #video02.detail { background-image: url(../image/howto_video02img_sp.jpg); padding-bottom: 67vw; margin-bottom: 17vw; }
	#globalHowto #video03.detail { background-image: url(../image/howto_video03img_sp.jpg); padding-bottom: 66vw; margin-bottom: 7vw;}
	#globalHowto #video04.detail { background-image: url(../image/howto_video04img_sp.jpg); padding-bottom: 64vw; margin-bottom: 14vw;}
	#globalHowto #video05.detail { background-image: url(../image/howto_video05img_sp.jpg); padding-bottom: 64vw; margin-bottom: 1vw;}
	#globalHowto #video06.detail { background-image: url(../image/howto_video06img_sp.jpg); padding-bottom: 63vw; margin-bottom: 9vw; }
	#globalHowto #video07.detail { background-image: url(../image/howto_video07img_sp.jpg); padding-bottom: 62vw; }
	#globalHowto .detail h4 {
		padding-left: 0 !important;
		padding: 6vw 0;
		background-size: auto 27vw;
		margin-bottom: 2.666vw;
	}
	#globalHowto #video01.detail h4,
	#globalHowto #video02.detail h4 { background-size: auto 29vw; }
	#globalHowto .detail h4 span {
		line-height: 1.4;
		padding: 0 3.2vw;
		font-size: 1.88rem;
		letter-spacing: 0.03em;
		font-family: "YakuHanJP",'Noto Sans Japanese 600';
	}
	#globalHowto .detail h4 span:before { background-image: url(../image/howto_brackets_l_sp.png); }
	#globalHowto .detail h4 span:after { background-image: url(../image/howto_brackets_r_sp.png); }
	#globalHowto .detail h4 span:before,
	#globalHowto .detail h4 span:after {
		width: 2.13vw;
		height: 3.2vw;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	#globalHowto #video01.detail h4 { background-position: 13vw center; }
	#globalHowto #video01.detail h4 span { margin-left: 37vw; }
	#globalHowto #video02.detail h4 { background-position: 13vw center; }
	#globalHowto #video02.detail h4 span { margin-left: 37vw; }
	#globalHowto #video03.detail h4 { background-position: 10vw center; }
	#globalHowto #video03.detail h4 span { margin-left: 36vw; }
	#globalHowto #video04.detail h4 { background-position: 6vw center; }
	#globalHowto #video04.detail h4 span {
		margin-left: 31vw;
		letter-spacing: -0.02em;
	}
	#globalHowto #video04.detail h4 span em { font-size: 1.6rem;}
	#globalHowto #video05.detail h4 { background-position: 10vw center; }
	#globalHowto #video05.detail h4 span { margin-left: 39vw; }
	#globalHowto #video06.detail h4 { background-position: 7vw center; }
	#globalHowto #video06.detail h4 span { margin-left: 33vw; font-size: 1.79rem; }
	#globalHowto #video07.detail h4 { background-position: 8vw center; }
	#globalHowto #video07.detail h4 span { margin-left: 34vw; }
	#globalHowto #video01.detail h4 span:after { right: 4.5vw; }
	#globalHowto #video03.detail h4 span:after { right: 17vw; }
	#globalHowto #video04.detail h4 span:after { /*right: 44.5vw;*/right:0; }
	#globalHowto .detail .video {
		padding: 2.666vw;
		background: url(../image/howto_videobg01_sp.jpg) no-repeat;
		background-size: 100% auto;
	}
	#globalHowto .detail:nth-of-type(odd) .video {
		background: url(../image/howto_videobg02_sp.jpg) no-repeat;
		background-size: 100% auto;
	}
	#globalHowto .detail .video a { display: block; }
	#globalHowto .detail .video img {
		width: 100%;
		opacity: 1 !important;
	}
	#globalHowto .detail h5 { margin: 3.5vw auto 4vw; }
	#globalHowto .detail h5 span {
		font-size: 1.62rem;
		padding: 7.5vw 9vw 0 15vw;
	}
	#globalHowto .detail h5 span:before {
		top: 0;
		width: 45.6vw;
		height: 13vw;
		background: url(../image/howto_ico01_sp.png) no-repeat;
		background-size: 100% auto;
	}
	#globalHowto .detail h5.num2 span:before {
		background: url(../image/howto_ico03_sp.png) no-repeat;
		background-size: 100% auto;
	}
	#globalHowto .detail h5.num3 span:before {
		background: url(../image/howto_ico04_sp.png) no-repeat;
		background-size: 100% auto;
	}
	#globalHowto .detail h5 span:after {
		top: 2vw;
		width: 8vw;
		height: 12vw;
		background: url(../image/howto_ico02_sp.png) no-repeat;
		background-size: 100% auto;
	}
	#globalHowto .detail p {
		font-size: 1.02rem;
		text-align: left;
		background: url(../image/howto_txt_line_sp.png);
		background-size: 100% auto;
		padding-bottom: 6.67vw;
		line-height: 6.8vw;
		padding-bottom: 2px;
		letter-spacing: 0.03em;
	}
	#globalHowto #video05.detail p {letter-spacing: 0.02em;}
	#globalHowto #video06.detail p { letter-spacing: -0.02em }
	.overlay .close {
		width: 30px;
		height: 30px;
		right: 0;
		top: -40px;
	}
	
	
}


@media screen and (min-width:380px) and ( max-width:720px) {
	#globalTop .sec02 h5 {
		background: url(../image/top_ico_flag01.png) no-repeat left 0.2vw top 1vw;
		background-size: auto 8.5vw;
	}
	#globalTop .sec02 li:nth-of-type(2) h5 {
		background: url(../image/top_ico_flag02.png) no-repeat left 0vw top 2vw;
		background-size: auto 8.5vw;
	}
	#globalTop .sec02 li:nth-of-type(3) h5 {
		background: url(../image/top_ico_flag03.png) no-repeat left 1.4vw top 1vw;
		background-size: auto 8.5vw;
	}
	#globalTop .sec02 li:last-of-type h5 {
		background: url(../image/top_ico_flag04.png) no-repeat left 0vw top 2vw;
		background-size: auto 8.5vw;
	}
	#globalLineup .detail .taste,
	#globalLineup .detail.p02 .taste,
	#globalLineup .detail.p04 .taste{
		padding-left: 12vw;
	}
}
@media only screen and (max-width: 361px) {
	#globalLineup .detail.p08 .productVisual h4 { font-size: 2.1rem; }
}
@media only screen and (max-width: 321px) {
	#globalLineup .detail .productVisual h4 { font-size: 2.4rem; }
	#globalLineup .detail.p04 .productVisual h4 { font-size: 2rem; }
	#globalLineup .detail.p06 .productVisual h4 { font-size: 2.25rem; }
	#globalLineup .detail.p07 .productVisual h4 { font-size: 2.1rem; }
	#globalLineup .detail.p08 .productVisual h4 { font-size: 2.1rem; }
	#globalLineup .detail.p09 .productVisual h4 { font-size: 2.25rem; }
	
	#globalAdvice .sec01 p.main__copy { font-size: 1.1rem; }
	#globalAdvice .white__space p,
	#globalAdvice .sec02 .inner .white__area .border__area h4 + p{ font-size: 1rem; }
	#globalAdvice .tabSet li.on a,
	#globalAdvice .tabSet li a { font-size: 1.3rem; }
	#globalTop .sec04 .ele p,
	#globalAdvice .sec02 .inner .white__area .border__area .ele p {
		width: 25vw;
		min-width: 80px;
	}
	#globalAdvice .sec03 .inner .white__area .contents__box .flex h5 { font-size: 23px; }
	#globalHowto #video04.detail h4 span:after { right: 30vw; }
}