
#headermenu,
div.fs-l-header__drawerOpener label,
.fs-p-drawer.fs-l-sideArea{
    z-index: 10000;
}
.fs-preview-header {
	display: none !important;
}
.fs-l-pageMain {
    width: 100%;
    overflow: hidden;
/*    background: #fff;*/
	color: #3b3232;
	font-family: 'Montserrat', Futura, 'Century Gothic', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    position: relative;
}
.reem {
	font-family: 'Reem Kufi';
}
.fb_thumb {
    opacity: 0;
    position: absolute;
    z-index: -1;    
}

/*====================================================
//NOTE common
====================================================*/
#contents {
    width: 100%;
    overflow: hidden;
    min-height: 50vh;
	letter-spacing: .05em;
	position: relative;
}
#contents > .bgBox {
	position: fixed;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}
#contents > .bgBox img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
}
#contents * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#contents img {
    -webkit-transition: 0.4s ease-in-out;  
    transition: 0.4s ease-in-out;  
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
	margin: auto;
    vertical-align: top
}
#contents figure {
    margin: 0;
	position: relative;
}
#contents dl , #contents dt , #contents dd ,
#contents ul , #contents li {
	margin: 0;
	padding: 0;
}
.flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flexBox.flexWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flexBox.flexCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gridBox {
    display: grid;
}
.innerBox{
    width: 92%;
    max-width: 1200px;
    padding: 70px 0;
    margin: auto;
    position: relative;
	z-index: 1;
}
.inb {
    display: inline-block;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#contents > .bgBox {
		position: fixed;
		top: -10%;
		left: 0;
		width: 100%;
		height: 120%;
		z-index: -1
	}
	.innerBox{
        padding: 50px 0;
    }
	.hidden-sp {
		display: none;
	}
	.flexBox.flexColumn-sp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.hidden-pc {
		display: none;
	}
}

/*====================================================
//NOTE リンク
====================================================*/
#contents a {
	color: #3b3232;
    text-decoration: none;
    -webkit-transition: .2s all;
    transition: .2s all;
}
#contents a:hover {
    color: #e73656;
}
#contents .linkBtn {
    color: #fff;
    background: #fff;
    border: solid 3px;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    color: #e73656;
	display: block;
    font-size: 2.0rem;
    font-weight: bold;
    width: 100%;
    max-width: 500px;
    min-height: 60px;
    line-height: 1.3;
    padding: .8em 1em;
    margin: 20px auto;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    position: relative;
    cursor: pointer;
}
#contents .linkBtn:hover {
	background: #e73656;
	border-color: #e73656;
    color: #fff;
}
a:hover img {
    opacity: .8
}

.arrow {
    display: inline-block;
    width: 1.2em;
    height: 0;
    border-bottom: solid 1px currentColor;
    margin: .3em 0 0 .5em;
    position: relative;
    -webkit-transition: .2s all;
    transition: .2s all;
	vertical-align: .2em;
}
.arrow:after {
    position: absolute;
    content: '';
    width: .6em;
    height: 0;
	border-bottom: solid 1px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    right: 1px;
    top: 0;
}
a:hover .arrow {
    margin: .3em -.3em 0 .8em;
	border-color: #e73656;
}
a:hover .arrow:after {
	border-color: #e73656;
}
a.linkBtn:hover .arrow ,
a.linkBtn:hover .arrow:after {
	border-color: #fff;
}
/*====================================================
//NOTE テキスト・カラー
====================================================*/
.norican {
	font-family: 'Norican';
	line-height: 1;
}
#contents p {
    margin: 0 0 .8em;
}
#contents p:last-child ,
#contents p:last-of-type {
    margin: 0;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}

.small {
    font-size: .7em;
}
.big {
    font-size: 1.3em;
}
strong {
    font-weight: bold;
}

.red, span.red {
	color: #c10000;
}
.bg-white {
	background: #fff;
}

.fw-bold {
	font-weight: bold;
}
/*====================================================
//NOTE 装飾
====================================================*/

.markerline {
    background: -prefix-linear-gradient(#fff 30%, #fbffa2 45%, #fbffa2 85%, #fff);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(50%, #fbffa2), color-stop(80%, #fbffa2), color-stop(90%, #fff));
    background: linear-gradient(#fff 40%, #fbffa2 50%, #fbffa2 80%, #fff 90%);
    padding: 0 0.3em;
}
#contents ul.markList li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.3;
	margin: .3em 0;
}
ul.markList li:before {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}
ul.markList.musicNote li:before {
	content: '\266A';
	font-size: 1.1em;
}
ul.markList.attentionMark li:before {
	content: '\203B';
}

.ribbon-black {
	color: #fff;
	display: inline-block;
	position: relative;
}
.ribbon-black:before {
	background: #3b3232;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
	width: 100vw;
	height: 100%;
	z-index: -1;
}

/*====================================================
//note 余白
====================================================*/
.ma-0 {margin: 0 !important}
.ma-05em {margin: .5em !important}
.ma-10em {margin: 1.0em !important}
.ma-15em {margin: 1.5em !important}
.ma-20em {margin: 2em !important}
.ma-30em {margin: 3em !important}
.mt-0 {margin-top: 0 !important}
.mt-05em {margin-top: .5em !important}
.mt-10em {margin-top: 1.0em !important}
.mt-15em {margin-top: 1.5em !important}
.mt-20em {margin-top: 2em !important}
.mt-30em {margin-top: 3em !important}
.ml-0 {margin-left: 0 !important}
.ml-05em {margin-left: .5em !important}
.ml-10em {margin-left: 1.0em !important}
.ml-15em {margin-left: 1.5em !important}
.ml-20em {margin-left: 2em !important}
.ml-30em {margin-left: 3em !important}
.mr-0 {margin-right: 0 !important}
.mr-05em {margin-right: .5em !important}
.mr-10em {margin-right: 1.0em !important}
.mr-15em {margin-right: 1.5em !important}
.mr-20em {margin-right: 2em !important}
.mr-30em {margin-right: 3em !important}
.mb-0 {margin-bottom: 0 !important}
.mb-05em {margin-bottom: .5em !important}
.mb-10em {margin-bottom: 1.0em !important}
.mb-15em {margin-bottom: 1.5em !important}
.mb-20em {margin-bottom: 2em !important}
.mb-30em {margin-bottom: 3em !important}
.pa-0 {padding: 0 !important}
.pa-05em {padding: .5em !important}
.pa-10em {padding: 1.0em !important}
.pa-15em {padding: 1.5em !important}
.pa-20em {padding: 2em !important}
.pt-0 {padding-top: 0 !important}
.pt-05em {padding-top: .5em !important}
.pt-10em {padding-top: 1.0em !important}
.pt-15em {padding-top: 1.5em !important}
.pt-20em {padding-top: 2em !important}
.pb-0 {padding-bottom: 0 !important}
.pb-05em {padding-bottom: .5em !important}
.pb-10em {padding-bottom: 1.0em !important}
.pb-15em {padding-bottom: 1.5em !important}
.pb-20em {padding-bottom: 2em !important}

/*====================================================
//Class .sa
====================================================*/
.sa {
    opacity: 0;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.sa.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.sa-lr {
    -webkit-transform: translate(-80px, 0);
    transform: translate(-80px, 0);
}
.sa-rl {
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
}
.sa-up {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
}
.sa-down {
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
}
.sa-scaleUp {
    -webkit-transform: scale(.7);
    transform: scale(.7);
}
.sa-scaleDown {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.sa-rotateL {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sa-rotateR {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.delay-2 { -webkit-transition-delay: .2s; transition-delay: .2s;}
.delay-3 { -webkit-transition-delay: .3s; transition-delay: .3s;}
.delay-4 { -webkit-transition-delay: .4s; transition-delay: .4s;}
.delay-5 { -webkit-transition-delay: .5s; transition-delay: .5s;}
.delay-6 { -webkit-transition-delay: .6s; transition-delay: .6s;}
.delay-7 { -webkit-transition-delay: .7s; transition-delay: .7s;}
.delay-8 { -webkit-transition-delay: .8s; transition-delay: .8s;}
.delay-9 { -webkit-transition-delay: .9s; transition-delay: .9s;}
.delay-10 { -webkit-transition-delay: 1.0s; transition-delay: 1.0s;}
.delay-11 { -webkit-transition-delay: 1.1s; transition-delay: 1.1s;}
.delay-12 { -webkit-transition-delay: 1.2s; transition-delay: 1.2s;}


/*====================================================
////ID #title
====================================================*/
#title .headBox .head-1 {
	margin-bottom: 20px;
}
#title .headBox .head-2 figure {
	padding: 20px 10%;
}
#title .headBox .head-2.ribbon-black:before {
	right: 0;
}
#title .itemBox {
	position: relative;
}
#title .itemBox:before,
#title .itemBox:after {
	background: #3b3232;
	border-radius: 5px;
	content: '';
	margin: auto;
	position: absolute;
		top: 54%;
		left: 0;
		right: 0;
	width: 20%;
	height: 5px;
	z-index: 10;
}
#title .itemBox:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#title .itemBox:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#title .itemBox .item {
	border-radius: 100%;
}
#title .itemBox .item h1 {
	font-weight: bold;
	line-height: 1;
}
#title .itemBox .subText {
	display: inline-block;
	padding: 0 2em;
}
#title .itemBox .mainText {
	display: inline-block;
	line-height: .7;
	padding-top: .1em;
}
#title .date p {
	font-weight: bold;
	padding: 5px 8%
}
#title .date .ribbon-black:before {
	left: 0;
}

#title .copy {
	background: rgba(255, 255, 255, .8);
	margin-top: 60px;
	padding: 30px 15px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#title .headBox .head-1 {
		font-size: 8vw;
	}
	#title .itemBox {
		margin: 30px -9%;
		width: 118%;
	}
	#title .itemBox:before,
	#title .itemBox:after {
		top: 55%;
		width: 18%;
	}
	#title .itemBox .item:first-child {
		margin: 0 10vw -6vw;
	}
	#title .itemBox .item {
		margin: 0 .5vw;
		width: 51vw;
		max-width: 400px;
		height: 51vw;
		max-height: 400px;
	}
	#title .itemBox .subText {
		display: inline-block;
		font-size: 3vw;
	}
	#title .itemBox .mainText {
		font-size: 17.2vw;
		letter-spacing: -.05em;
	}
	#title .date p {
		font-size: 2.6rem;
		padding: 10px 2vw 10px 6vw;
	}
	#title .copy {
		font-size: 1.6rem;
		padding: 20px 10px
	}
}

@media screen and (max-width:480px) {
	#title .headBox .head-1 {
		font-size: 12vw;
	}
	#title .itemBox .subText {
		font-size: 4vw;
		line-height: 1.2;
		margin-top: -.8em;
	}
	#title .itemBox .subText .inb {
		display: block;
	}
	#title .date p {
		font-size: 5.5vw;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#title .headBox .head-1 {
		font-size: 8.0rem;
	}
	#title .itemBox {
		max-width: 850px;
		margin: 30px auto;
	}
	#title .itemBox:before,
	#title .itemBox:after {
		width: 20%;
	}
	#title .itemBox .item {
		margin: -20px 10px;
		width: 42vw;
			max-width: 400px;
		height: 42vw;
			max-height: 400px;
	}
	#title .itemBox .item:first-child {
		margin: -20px 100px;
	}
	#title .itemBox .subText {
		font-size: 2.4rem;
	}
	#title .itemBox .mainText {
		font-size: 13rem;
	}
	#title .date {
		font-size: 3.0rem;
	}
	#title .copy {
		font-size: 2.0rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:980px) {
	#title .itemBox .subText {
		font-size: 2.7vw;
	}
	#title .itemBox .mainText {
		font-size: 14.5vw;
	}
}


@media screen and (min-width:1000px) {
	#title .itemBox {
		margin: 30px -40px;
		width: 1280px;
		max-width: none;
	}
	#title .itemBox:before,
	#title .itemBox:after {
		top: 0;
		left: 360px;
		right: auto;
		bottom: 0;
		width: 140px;
	}
	#title .itemBox .item {
		margin: 0 10px !important;
		position: relative;
	}
	#title .itemBox .item:nth-child(2):before,
	#title .itemBox .item:nth-child(2):after {
		background: #3b3232;
		border-radius: 5px;
		content: '';
		margin: auto;
		position: absolute;
		top: 0;
		left: 340px;
		bottom: 0;
		width: 140px;
		height: 5px;
		z-index: 10;
	}
	#title .itemBox .item:nth-child(2):before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#title .itemBox .item:nth-child(2):after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@media screen and (min-width:1000px) and (max-width:1320px) {
	#title .itemBox {
		margin: 30px calc(46vw - 645px);
	}
}
@media screen and (min-width:1000px) and (max-width:1199px) {
	#title .itemBox {
		margin-top: 0;
		margin-bottom: 0;
		-webkit-transform: scale(.9);
		transform: scale(.83);
	}
}

/*====================================================
////ID #map
====================================================*/
#map .staffBox .box-inner {
	padding: 20px;
}
#map .staffBox .headBox {
	margin-bottom: 10px;
}
#map .staffBox h3 {
	font-size: 3.0rem;
	margin: 0 0 5px;
}
#map .staffBox .item:first-child {
	margin-top: 0;
}
#map .staffBox .item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}
#map .staffBox .item .imgBox {
	width: 60%;
		max-width: 200px;
}
#map .staffBox .item figure {
	border-radius: 100%;
	margin-right: 15px;
	overflow: hidden;
}
#map .staffBox .item:nth-child(even) figure {
	margin-left: 15px;
	margin-right: 0;
}
#map .staffBox .item .txtBox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1;
}
#map .staffBox .item .txtBox .inb {
	margin: 0 6px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#map .mapBox {
		max-width: 460px;
		margin-bottom: 30px;
	}
	#map .staffBox .item .txtBox {
		font-size: 1.8rem;
	}
}

@media screen and (min-width:580px) and (max-width: 768px) {
	#map .staffBox .itemBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#map .staffBox .item {
		display: block;
		margin: 0 6px;
	}
	#map .staffBox .item .imgBox {
		width: 100%;
		margin: auto;
	}
	#map .staffBox .item .imgBox figure {
		margin: 0;
	}
	#map .staffBox .item .txtBox {
		margin-top: 10px;
		text-align: center;
	}
}

@media screen and (max-width:579px) {
	#map .staffBox .item {
		margin-top: -40px;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#map .mapBox {
		margin-left: 30px;
	}
	#map .mapBox figure:before {
		border: solid transparent;
		border-width: 50px 0 50px 280px;
		border-left-color: #fff;
		content: '';
		position: absolute;
			top: 64%;
			right: 74%;
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
		width: 0;
		height: 0;
	}
	#map .staffBox {
		position: relative;
	}
	#map .innerBox {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	#map .staffBox {
		width: 450px;
	}
	#map .staffBox .itemBox {
/*		width: 450px;*/
	}
	#map .staffBox .item {
		margin-top: -30px
	}
	#map .staffBox .item .txtBox {
		font-size: 2.4rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	#map .staffBox .item .txtBox {
		font-size: 2.0rem;
	}
}

@media screen and (min-width:1200px) {
	#map .staffBox .item {
		margin-top: -60px
	}
}

/*====================================================
////ID #coordinate
====================================================*/
#coordinate {
	position: relative;
}
#coordinate:before {
	background: rgba(255, 255, 255, .5);
	content: '';
	position: absolute;
		top: 100px;
		left: 0;
	width: 100%;
	height: 100%;
}
#coordinate:after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .5)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5));
	content: '';
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100px;
}
#coordinate .headBox .ribbon-black {
	padding: 10px;
}
#coordinate .headBox .ribbon-black:before {
	right: 0;
}
#coordinate .headBox .name {
	font-size: 7.0rem;
	padding: 0 10px;
}
#coordinate .headBox .height {
	font-size: 1.4rem;
	padding: 0 10px;
}
#coordinate .itemBox {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 120px;
	position: relative;
}
#coordinate .itemBox:last-child {
	margin-bottom: 0;
}
#coordinate .item-1 {
	padding-top: 40px;
	position: relative;
}
#coordinate .item-1 figure:before {
	background: rgba(255, 255, 255, .8);
	content: '';
	position: absolute;
		top: -3vw;
		left: -3vw;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#coordinate .item-1 .noBox {
	overflow: hidden;
	position: absolute;
	width: 150px;
	height: 150px;
	bottom: 0;
	right: 0;
}
#coordinate .item-1 .noBox .circleBox {
	border-radius: 100%;
	font-size: 5rem;
	padding-bottom: .3em;
	position: absolute;
	width: 150px;
	height: 150px;
	bottom: -30px;
	right: -20px;
}
#coordinate .item-1 .noBox small {
	margin-right: .1em;
}
#coordinate .item-1 .copyBox {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 20px;
	position: absolute;
		top: 10%;
	width: 45vw;
		max-width: 400px;
	z-index: 1;
}
#coordinate .item-1 .copyBox.right {
	left: 90%;
}
#coordinate .item-1 .copyBox.left {
	right: 90%;
}
#coordinate .item-1 .copyBox:before {
	border: solid transparent;
	content: '';
	position: absolute;
		bottom: 0;
	width: 0;
	height: 0;
}
#coordinate .item-1 .copyBox.left:before {
	border-left-color: #fff;
	border-width: 30px 0 0 60px;
	right: -50px;
}
#coordinate .item-1 .copyBox.right:before {
	border-right-color: #fff;
	border-width: 30px 60px 0 0;
	left: -50px;
}
#coordinate .product_list li {
	margin: 5px 0;
}
#coordinate .product_list a {
	color: #fff;
	line-height: 1.4;
}
#coordinate .product_list .price {
	margin-left: 1.5em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#coordinate .headBox .name {
		font-size: 4.0rem;
	}
	#coordinate .itemBox {
		padding-bottom: 40px;
	}
	#coordinate .item {
		width: 50%;
	}
	#coordinate .item-1 {
		width: 80%;
		margin: 0 -4vw 30px auto;
	}
	#coordinate .item-1 .noBox {
	}
	#coordinate .item-1 .noBox .circleBox {
		border-radius: 100%;
		font-size: 4rem;
		padding-bottom: .4em;
		position: absolute;
		width: 100px;
		height: 100px;
		bottom: -20px;
		right: -10px;
	}
	#coordinate .item-1 .copyBox.left,
	#coordinate .item-1 .copyBox.right {
		background: rgba(59, 50, 50, 0.6);
		color: #fff;
		font-size: 1.4rem;
		font-weight: normal;
		padding: 1em .6em .6em 1em;
			top: 20%;
			left: auto;
			left: -32%;
		text-shadow: 0 0 2px #3b3232, 0 0 2px #3b3232, 0 0 2px #3b3232, 0 0 2px #3b3232;
		width: 58%;
			max-width: 240px;
	}
	#coordinate .item-1 .copyBox.left:before,
	#coordinate .item-1 .copyBox.right:before {
		border: solid 1px #fff;
		top: 5px;
		left: 5px;
		width: 100%;
		height: 100%;
	}
	#coordinate .item-2 {
		margin: 0 auto 0 0;
		z-index: 1;
	}
	#coordinate .item-3 {
		margin: 30vw 0 -30vw auto;
	}
	#coordinate .item-4 {
		margin: 0 0 0 4vw;
	}
	#coordinate .item:not(.item-1) img {
		max-width: 120%;
		margin: 0 -10%;
	}
	#coordinate .product_list {
		font-size: 1.3rem;
		position: absolute;
			bottom: 0;
			right: -1em;
		max-width: 90%;
		z-index: 10;
	}
	#coordinate .product_list .ribbon-black {
		padding: .5em .8em;
	}
	#coordinate .product_list .ribbon-black:before {
		left: 0;
	}
}

@media screen and (max-width:480px) {
	#coordinate .headBox {
		width: 80%;
	}
	#coordinate .headBox .name {
		font-size: 10vw;
	}
	#coordinate .item-1 .copyBox.left,
	#coordinate .item-1 .copyBox.right {
		font-size: 3.6vw;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#coordinate .product_list {
		position: absolute;
			bottom: 10vw;
		width: 40%;
	}
	#coordinate .product_list .ribbon-black {
		padding: 15px 20px;
		width: 100%;
	}
	#coordinate .box-1 .product_list .ribbon-black:before ,
	#coordinate .box-3 .product_list .ribbon-black:before {
		left: 0;
	}
	#coordinate .box-2 .product_list .ribbon-black:before {
		right: 0;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	#coordinate .item-1 .copyBox {
		font-size: 1.5rem;
	}
	#coordinate .item-1 .noBox {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
}

@media screen and (min-width:1200px) {
	#coordinate .item-1 figure:before {
		top: -40px;
		left: -40px;
	}
	#coordinate .product_list {
		bottom: 100px;
	}
}

/*====================================================
////ID #mizuki
====================================================*/
#mizuki .box-2 .item-1 .noBox {
	left: 0;
	right: 0;
}
#mizuki .box-2 .item-1 .noBox .circleBox {
	left: -20px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#mizuki .box-1 .item-2 img {
		max-width: 140%;
	}
	#mizuki .box-1 .item-3 {}
	#mizuki .box-1 .item-4 {
		z-index: -1;
	}
	
	#mizuki .box-2 .item-1 {
		margin: 0 -20vw 30px 5%;
		width: 110%;
	}
	#mizuki .box-2 .item-1 img {
		max-width: 120%;
	}
	#mizuki .box-2 .item-1 .copyBox {
		left: -6%;
		width: 40%;
	}
	#mizuki .box-2 .item-2 img {
		max-width: 130%;
		margin-left: -20%;
	}
	#mizuki .box-2 .item-3 {
		margin-top: 50vw;
		z-index: 1;
	}
	#mizuki .box-2 .item-3 img {
		max-width: 150%;
	}
	#mizuki .box-2 .item-4 {
		margin: 10vw 0 10vw 5vw;
	}
	
	#mizuki .box-3 .item-2 {
		margin-left: -4vw
	}
	#mizuki .box-3 .item-3 {
		margin-top: 40vw;
		z-index: 1;
	}
	#mizuki .box-3 .item-4 {
		margin-top: 13vw;
	}
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#mizuki .box-1 .item-1 {
		margin-left: 50%;
		width: 50%;
	}
	#mizuki .box-1 .item-2 {
		position: absolute;
			top: 22vw;
			left: 0;
		width: 45%;
	}
	#mizuki .box-1 .item-3 {
		width: 35%;
		margin: -5vw 0 0 -4vw
	}
	#mizuki .box-1 .item-4 {
		width: 35%;
		margin: 3vw 0 0 -4vw
	}
	#mizuki .box-1 .product_list {
		left: 59.5%;
	}

	#mizuki .box-2 .item-1 {
		width: 67%;
	}
	#mizuki .box-2 .item-1 .copyBox {
		top: 20%;
		left: 75%;
	}
	#mizuki .box-2 .item-2 {
		margin: 28vw -5vw -300px 3%;
		width: 35%;
	}
	#mizuki .box-2 .item-3 {
		margin: 30px 0 0 8vw;
		width: 44.5%;
		z-index: 1;
	}
	#mizuki .box-2 .item-4 {
		margin: -10vw 0 0 45vw;
		width: 44.5%;
	}
	#mizuki .box-2 .product_list {
		right: 50%;
		bottom: 5vw;
		width: 54%;
	}
	
	#mizuki .box-3 .item-1 {
		width: 50%;
	}
	#mizuki .box-3 .item-1 .copyBox {
		left: 90%;
	}
	#mizuki .box-3 .item-1 .copyBox:before {
		border-left-color: transparent;
		border-right-color: #fff;
		border-width: 30px 60px 0 0;
		left: -50px;
		right: auto;
	}
	#mizuki .box-3 .item-2 {
		margin: 240px 0 -240px 10%;
		width: 35.5%;
	}
	#mizuki .box-3 .item-3 {
		margin: 24vw 0 -240px -4vw;
		width: 40%;
	}
	#mizuki .box-3 .item-4 {
		margin: 30px 0 0 -8vw;
		width: 35%;
	}
	#mizuki .box-3 .product_list {
		left: 61.5%;
		bottom: 7vw;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	#mizuki .box-2 .noBox {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
}

@media screen and (min-width:1200px) {
	#mizuki .box-1 .item-2 {
		top: 260px;
	}
	#mizuki .box-1 .item-3 {
		margin: -80px 0 0 -50px
	}
	#mizuki .box-1 .item-4 {
		width: 35%;
		margin: 60px 0 0 -50px;
	}

	#mizuki .box-2 .item-1 .copyBox {
		top: 20%;
		left: 75%;
	}
	#mizuki .box-2 .item-2 {
		margin: 300px -5% -300px 3%;
		width: 35%;
	}
	#mizuki .box-2 .item-3 {
		margin: 30px 0 0 150px;
		width: 44.5%;
		z-index: 1;
	}
	#mizuki .box-2 .item-4 {
		margin: -160px 0 0 600px;
		width: 44.5%;
	}
	#mizuki .box-2 .product_list {
		bottom: 30px;
	}

	#mizuki .box-3 .item-1 .copyBox:before {
		border-left-color: transparent;
		border-right-color: #fff;
		border-width: 30px 60px 0 0;
		left: -50px;
		right: auto;
	}
	#mizuki .box-3 .item-2 {
		margin: 240px 0 -240px 10%;
		width: 35.5%;
	}
	#mizuki .box-3 .item-3 {
		margin: 300px 0 -240px -30px;
		width: 40%;
	}
	#mizuki .box-3 .item-4 {
		margin: 30px 0 0 -80px;
		width: 35%;
	}
	#mizuki .box-3 .product_list {
		left: 61.5%;
		bottom: 7vw;
	}
}

/*====================================================
////ID #hitomi
====================================================*/
#hitomi .headBox {
	text-align: right;
}
#hitomi .headBox .ribbon-black:before {
	left: 0;
}
#hitomi .box-2 .item-1 .noBox {
	left: 0;
	right: 0;
}
#hitomi .box-2 .item-1 .noBox .circleBox {
	left: -20px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#hitomi .headBox {
		text-align: left;
	}
	#hitomi .headBox .ribbon-black:before {
		right: 0;
		left: auto;
	}
	#hitomi .box-1 .item-1 {}
	#hitomi .box-1 .item-2 {
		margin-left: -4vw;
		overflow: hidden;
	}
	#hitomi .box-1 .item-2 img {
		max-width: 160%;
		margin-left: -30%
	}
	#hitomi .box-1 .item-3 {
		margin-top: 10vw;
	}
	#hitomi .box-1 .item-3 img {
		margin-left: -20%;
		max-width: 140%;
	}
	#hitomi .box-1 .item-4 {
		margin-top: 10vw;
		overflow: hidden;
		width: 58%
	}
	#hitomi .box-1 .item-4 img {
		max-width: 140%;
		margin-left: 0;
	}

	#hitomi .box-2 .item-1 {
		margin: 0 -20vw 30px 5%;
		width: 110%;
	}
	#hitomi .box-2 .item-1 img {
/*		max-width: 120%;*/
	}
	#hitomi .box-2 .item-1 .copyBox {
		left: -6%;
		width: 45%;
	}
	#hitomi .box-2 .item-2 {
		margin-left: -4vw;
	}
	#hitomi .box-2 .item-3 {
		z-index: 1;
	}
	#hitomi .box-2 .item-4 {
		margin-top: 10vw;
		overflow: hidden;
	}
	#hitomi .box-2 .item-4 img {
		max-width: 160%;
		margin-left: -50%
	}
	
	#hitomi .box-3 .item-1 {}
	#hitomi .box-3 .item-1 .copyBox {
		top: 25%;
		width: 50%;
	}
	#hitomi .box-3 .item-2 {}
	#hitomi .box-3 .item-3 {}
	#hitomi .box-3 .item-4 {
		margin-top: 10vw;
		overflow: hidden;
		width: 55%;
		z-index: -1;
	}
	#hitomi .box-3 .item-4 img {
		max-width: 140%;
	}
	
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#hitomi .box-1 .item-1 {
		width: 50%;
		margin-left: 50%
	}
	#hitomi .box-1 .item-2 {
		position: absolute;
			top: 24vw;
			left: -5vw;
		width: 46%;
	}
	#hitomi .box-1 .item-3 {
		width: 37%;
		margin: -2vw 0 0 6%;
	}
	#hitomi .box-1 .item-4 {
		margin: 240px 0 0 -3%;
		width: 46%;
		z-index: -1;
	}
	#hitomi .box-1 .product_list {
		left: 43%;
		bottom: 38vw;
		width: 58%
	}
	#hitomi .box-2 .item-1 {
		margin: 0 -4vw 0 38%;
		width: 67%;
	}
	#hitomi .box-2 .item-1 .copyBox {
		top: 20%;
		right: 75%;
	}
	#hitomi .box-2 .item-2 {
		margin: -20vw 0 0 -2%;
		width: 34%;
	}
	#hitomi .box-2 .item-3 {
		margin: 30px 0 0 9%;
		width: 34%;
		z-index: 1;
	}
	#hitomi .box-2 .item-4 {
		margin: -15vw 0 0 0;
		width: 45%;
	}
	#hitomi .box-2 .product_list {
		left: 45%;
		bottom: 3vw;
		width: 57%;
	}
	#hitomi .box-2 .product_list .ribbon-black:before {
		left: 0;
	}
	
	#hitomi .box-3 .item-1 {
		width: 50%;
	}
	#hitomi .box-3 .item-2 {
		margin: 200px 0 0 3%;
		width: 30%;
	}
	#hitomi .box-3 .item-3 {
		position: absolute;
			top: 40%;
			left: 75%;
		width: 30%;
		z-index: -1;
	}
	#hitomi .box-3 .item-4 {
		margin: 20px 0 0 9%;
		width: 45%;
	}
	#hitomi .box-3 .product_list {
		left: 53%;
		width: 50%;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	#hitomi .box-2 .noBox {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
}

@media screen and (min-width:1200px) {
	#hitomi .box-1 .item-2 {
		position: absolute;
		top: 300px;
		left: -50px;
	}
	#hitomi .box-1 .item-3 {
		margin: -60px 0 0 6%;
	}
	#hitomi .box-1 .item-4 {
		margin: 240px 0 0 -80px;
	}
	#hitomi .box-1 .product_list {
		left: 38%;
		bottom: 450px;
	}
	#hitomi .box-2 .item-1 {
		margin: 0 -80px 0 38%;
	}
	#hitomi .box-2 .item-2 {
		margin: -300px 0 0 -8%;
	}
	#hitomi .box-2 .item-3 {
		margin: 30px 0 0 15%;
	}
	#hitomi .box-2 .item-4 {
		margin: -200px 0 0 0;
		width: 45%;
	}
	#hitomi .box-2 .product_list {
		left: 44%;
	}

	#hitomi .box-3 .item-4 {
		margin: 20px 0 0 15%;
		width: 45%;
	}
	#hitomi .box-3 .product_list {
		left: 58%;
		width: 40%;
	}
}

/*====================================================
////ID #naoko
====================================================*/
#naoko .box-2 .item-1 .noBox {
	top: 40px;
	left: 0;
}
#naoko .box-2 .item-1 .noBox .circleBox {
	top: -30px;
	left: -20px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#naoko .box-1 .item-1 {}
	#naoko .box-1 .item-2 {}
	#naoko .box-1 .item-3 {
		z-index: 1;
	}
	#naoko .box-1 .item-4 {
		margin: 10vw 0 -20px;
		overflow: hidden;
		z-index: 1
	}
	#naoko .box-1 .item-4 img {
		max-width: 180%;
		margin-left: -40%;
	}

	#naoko .box-2 .item-1 {}
	#naoko .box-2 .item-1 .noBox {
		top: auto;
		bottom: 0;
	}
	#naoko .box-2 .item-1 .noBox .circleBox {
		top: auto;
		left: -10px;
		bottom: -20px;
	}
	#naoko .box-2 .item-2 {}
	#naoko .box-2 .item-3 {
		margin-top: 30vw;
	}
	#naoko .box-2 .item-3 img {
		max-width: 160%;
		margin-left: -40%;
	}
	#naoko .box-2 .item-4 {
		margin: 8vw 0 0 8vw;
	}
	#naoko .box-2 .item-4 {}

	#naoko .box-3 .item-1 {}
	#naoko .box-3 .item-2 {}
	#naoko .box-3 .item-2 img {
		max-width: 180%;
	}
	#naoko .box-3 .item-3 {
		margin: 35vw -8vw -30vw 0;
		z-index: 1;
	}
	#naoko .box-3 .item-3 {}
	#naoko .box-3 .item-4 {
		margin-left: 8vw;
		width: 45%;
	}

}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#naoko .box-1 .item-1 {
		margin: 0 0 0 50%;
		width: 50%;
	}
	#naoko .box-1 .item-2 {
		position: absolute;
			top: 200px;
			left: 5%;
		width: 36%;
	}
	#naoko .box-1 .item-3 {
		margin: 40px 0 0 -4vw;
		z-index: 1;
		width: 37.5%;
	}
	#naoko .box-1 .item-4 {
		margin: 260px 0 0 -3%;
		width: 48%;
	}
	#naoko .box-1 .product_list {
		left: 31%;
		bottom: 38vw;
		width: 60%
	}
	
	#naoko .box-2 .item-1 {
		margin: 0 0 0 50%;
		width: 50%;
	}
	#naoko .box-2 .item-1 .copyBox {
		top: 55%;
		right: 70%;
		width: 80%;
	}
	#naoko .box-2 .item-2 {
		position: absolute;
		top: 15vw;
		left: -4vw;
		width: 36%;
	}
	#naoko .box-2 .item-3 {
		margin: 30px 0 0 18%;
		width: 48%;
		z-index: 1;
	}
	#naoko .box-2 .item-4 {
		margin: 100px 0 0 -4%;
		width: 37%;
	}
	#naoko .box-2 .product_list {
		right: 38%;
		bottom: 5vw;
		width: 60%;
	}
	#naoko .box-3 .item-1 {
		margin-right: 50%;
		width: 50%;
	}
	#naoko .box-3 .item-1 .copyBox {
		top: 25%;
	}
	#naoko .box-3 .item-2 {
		position: absolute;
			top: 32%;
			right: -5vw;
		width: 48%;
	}
	#naoko .box-3 .item-3 {
		margin: 30px 0 0 4%;
		width: 30%;
		z-index: 1;
	}
	#naoko .box-3 .item-4 {
		margin: 10vw 0 0 -3%;
		width: 28%
	}
	#naoko .box-3 .product_list {
		left: 58.5%;
		width: 45%;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	#naoko .box-2 .noBox {
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}
}

@media screen and (min-width:1200px) {
	#naoko .box-1 .item-3 {
		margin: -40px 0 0 -80px;
	}
	#naoko .box-1 .item-4 {
		margin: 200px 0 0 -10%;
	}
	#naoko .box-1 .product_list {
		left: 26%;
		bottom: 450px;
		width: 60%
	}

	#naoko .box-2 .item-1 {
		margin: 0 0 0 50%;
		width: 50%;
	}
	#naoko .box-2 .item-1 .copyBox {
		top: 55%;
		right: 70%;
		width: 80%;
	}
	#naoko .box-2 .item-2 {
		position: absolute;
		top: 15vw;
		left: -4vw;
		width: 36%;
	}
	#naoko .box-2 .item-3 {
		margin: 30px 0 0 18%;
		width: 48%;
		z-index: 1;
	}
	#naoko .box-2 .item-4 {
		margin: 100px 0 0 -4%;
		width: 37%;
	}
	#naoko .box-2 .product_list {
		right: 38%;
		bottom: 5vw;
		width: 60%;
	}
	#naoko .box-3 .item-1 {
		margin-right: 50%;
		width: 50%;
	}
	#naoko .box-3 .item-1 .copyBox {
		top: 25%;
	}
	#naoko .box-3 .item-2 {
		position: absolute;
		top: 32%;
		right: -5vw;
		width: 48%;
	}
	#naoko .box-3 .item-3 {
		margin: 30px 0 0 4%;
		width: 30%;
		z-index: 1;
	}
	#naoko .box-3 .item-4 {
		margin: 10vw 0 0 -3%;
		width: 28%
	}
	#naoko .box-3 .product_list {
		left: 58.5%;
		width: 45%;
	}
}

/*====================================================
////ID #information
====================================================*/
#information {
	margin-top: 50px;
	height: 80px;
}
#information #lineBox {
	color: #fff;
	font-weight: bold;
	display: none;
	padding: 0 10px 0 0;
	position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
	height: 80px;
	z-index: 100;
}
#information #lineBox:before {
	background: rgba(59, 50, 50, 0.6);
	content: '';
	position: absolute;
		top: 0;
		left: -50vw;
	width: 150vw;
	height: 100%;
	z-index: -1;
}
#information #lineBox > .flexBox {
	height: 100%;
}
#information #lineBox.stop {
	position: relative;
}
#information #other_link {
	opacity: 0;
	position: fixed;
		bottom: 100px;
		right: -200px;
	-webkit-transition: .3s all;
	-webkit-transition: .5s all;
	transition: .5s all;
	z-index: 10;
}
#information #other_link.view {
	opacity: 1;
	right: 0;
}
#information #other_link.stop {
	position: absolute;
}
#information #other_link a {
	background: rgba(245, 192, 106, 0.9);
	border-radius: 50px 0 0 50px;
	color: #fff;
	line-height: 1.3;
	padding-left: 10px;
	text-shadow: 1px 1px 1px #3b3232, 1px 1px 0 #3b3232;
	width: 200px;
	height: 100px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#information ,
	#information #lineBox {
		height: 100px;
	}
	#information #lineBox > .flexBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#information #lineBox .txtBox {
		line-height: 1.3;
		text-align: center;
	}
	#information #lineBox .linkBox {
		margin-top: 10px;
	}
	#information #lineBox .linkBox a {
		background: #06c755;
		border: solid 1px;
		border-color: #24db6f #008b39 #008b39 #24db6f;
		border-radius: 5px;
		-webkit-box-shadow: 0 3px 6px rgba(59, 50, 50, 0.82);
		box-shadow: 0 3px 6px rgba(59, 50, 50, 0.82);
		color: #fff;
		font-size: 1.8rem;
		padding: 5px 10px;
	}
	#information #other_link {
		bottom: 120px;
	}
	#information #other_link a {
		font-size: 1.4rem;
		width: 120px;
		height: 80px;
	}
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#information #lineBox {
		font-size: 1.8rem;
	}
	#information #lineBox .txtBox {
		text-align: right;
	}
	#information #lineBox .linkBox {
		background: rgba(59, 50, 50, 0.5);
		border: solid 1px;
		margin-left: 15px;
		padding: 5px 10px;
		width: 280px;
	}
	#information #lineBox .qr {
		width: 60px;
	}
	#information #other_link a {
		font-size: 1.8rem;
	}
	#information #other_link a:hover {
		background: #e73656;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:769px) and (max-width:1040px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////ID 
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

#pagetop_arrow {
	z-index: 1000;
}
.fs-l-footer {
	margin-top: 0;
}