@charset "UTF-8";

/*
（768px以上）タブレット以上の場合 タブレットを含む
@media (min-width:768px){}

横幅1180pxより大きいとき（PC表示）
@media (min-width:1180px){
}
*/

/****************************************************************************
 	mainvisual-sec
****************************************************************************/
.visual-sec {
	background: url("../img/mainvisual_bg_sp.jpg") no-repeat center top;
	background-size: cover;
}
.visual-sec .logo {
	position: relative;
	width: 150px;
	margin: 0 0 0 auto;
	padding-top: 5%;
}
.visual-sec .photo {
	width: 100%;
	max-width: 850px;
	margin-top: -30px;
	position: relative;
	z-index: 10000;
}
.visual-sec .copy {
	width: 100%;
	max-width: 760px;
	margin-top: -50px;
}
@media (min-width:768px){
	.visual-sec {
		background: url("../img/mainvisual_bg_pc.jpg") no-repeat center top;
		background-size: cover;
	}
	.visual-sec .logo {
		width: 250px;
	}
	.visual-sec .photo {
		width: 80%;
		margin: -120px auto 0 auto;
	}
	.visual-sec .copy {
		width: 100%;
		max-width: 1100px;
		margin-top: -180px;
	}
}
@media (min-width:1180px){
	.visual-sec .logo {
		width: 287px;
	}
	.visual-sec .photo {
		width: 80%;
		margin: -170px auto 0 auto;
	}
	.visual-sec .copy {
		width: 100%;
		max-width: 1180px;
		margin: -270px auto 0 auto;
	}
}

/****************************************************************************
 	intro-sec
****************************************************************************/
/* メインビジュアルの円をはみ出させる為
-------------------------*/
.intro-sec {
	background-color: #000;
	margin-top: -30px;
	padding-top: 40px
}
@media (min-width:768px){
	.intro-sec {
		padding-top: 40px;
	}
}
@media (min-width:1180px){
	.intro-sec {
		margin-top: -50px;
		padding-top: 40px;
	}
}

/* イントロ
-------------------------*/
.intro-sec .intro-box .photo {
	padding-right: 4%;
}
.intro-sec .intro-box .note {
	padding: 4% 4%;
}
@media (min-width:768px){
	.intro-sec .intro-box {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.intro-sec .intro-box .photo {
		width: 36%;
		max-width: 525px;
		padding-right: 0;
	}
	.intro-sec .intro-box .note {
		width: 64%;
		padding: 5% 2% 0 2%;
	}
}
@media (min-width:1180px){
}

/* メッセージ
-------------------------*/
.intro-sec .message-box {
	background-color: #101010;
	padding: 8% 4%;
	margin-top: 1em;
}
.intro-sec .message-box .photo {
	width: 80%;
	margin: 0 auto;
}
.intro-sec .message-box .note {
	margin-top: 1.5em;
}
.intro-sec .message-box .note .m-copy-sub {
	line-height: 1.6;
}
.intro-sec .message-box .note .m-copy-sub.name {
	text-align: right;
}
@media (min-width:768px){
	.intro-sec .message-box {
		margin: 4em 3% 0 3%;
		padding: 4% 3%;
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.intro-sec .message-box .photo {
		width: 38%;
		margin: -4em -5% 0 0;
	}
	.intro-sec .message-box .note {
		width: 62%;
		margin-top: 0;
	}
}
@media (min-width:1180px){
	.intro-sec .message-box {
		width: 1180px;
		margin: 5em auto;
		padding: 4% 0 4% 4%;
	}
	.intro-sec .message-box .photo {
		width: 40%;
		margin: -7em -5% 0 0;
	}
	.intro-sec .message-box .note {
		width: 62%;
		margin-top: 0;
	}
	.intro-sec .message-box .note .m-copy-sub {
		line-height: 1.8;
	}
}


/****************************************************************************
 	points-sec
****************************************************************************/
.points-sec {
	margin-top: 3em;
}
@media (min-width:768px){
	.points-sec {
		margin-top: 5em;
	}
}
@media (min-width:1180px){
	.points-sec {
		margin-top: 10em;
	}
}

/* タイトル部分
-------------------------*/
.points-sec .title-wrap {
	position: relative;
}
.points-sec .title-wrap .photo {
	width: 28%;
	position: absolute;
	top: -1.8em;
	right: -1em;
}
@media (min-width:768px){
	.points-sec .title-wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.points-sec .title-wrap .note {
		width: 80%;
	}
	.points-sec .title-wrap .photo {
		width: 20%;
		max-width: 254px;
		position: relative;
		top: auto;
		right: auto;
	}
}
@media (min-width:1180px){
}

/* 図
-------------------------*/
.points-sec .points-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #101010;
	margin-top: 1.5em;
}
.points-sec .points-box .figure {
	width: 23%;
	border-bottom: 1px solid #262626;
	border-top: 1px solid #262626;
	padding: 10% 4% 0 4%;
	text-align: center;
}
.points-sec .points-box .figure img {
	max-width: 50px;
}
.points-sec .points-box .note {
	width: 77%;
	border-bottom: 1px solid #262626;
}
.points-sec .points-box .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.points-sec .points-box .list-item {
	width: 50%;
	border-left: 1px solid #262626;
	border-top: 1px solid #262626;
	padding: 4% 5%;
}
.points-sec .points-box .copy-main {
	font-weight: 500;
	font-style: italic;
	color: #474747;
	font-size: 1.7em;
	line-height: 1;
}
.points-sec .points-box .copy-sub {
	line-height: 1.5;
	font-size: .95em;
	margin-top: .3em;
}
@media (min-width:768px){
	.points-sec .points-box .figure {
		width: 25%;
		padding: 4% 8% 0 8%;
	}
	.points-sec .points-box .figure img {
		max-width: 50px;
	}
	.points-sec .points-box .note {
		width: 75%;
	}
	.points-sec .points-box .list-item {
		width: 33.333%;
		padding: 5% 3%;
	}
	.points-sec .points-box .copy-main {
		font-size: 2em;
	}
}
@media (min-width:1180px){
	.points-sec .points-box {
		margin-top: 2.5em;
	}
	.points-sec .points-box .figure {
		padding: 2% 8%;
	}
	.points-sec .points-box .figure img {
		max-width: 90px;
	}
	.points-sec .points-box .list-item {
		padding: 6% 3%;
	}
	.points-sec .points-box .copy-main {
		font-size: 2.9em;
	}
	.points-sec .points-box .copy-sub {
		line-height: 1.5;
		font-size: 1.35em;
	}
}



/****************************************************************************
 	color-sec
****************************************************************************/

.color-sec {
	margin-top: 0em;
	padding-top: 4em;
	background: url(../img/color_bg.jpg)no-repeat top right;
	background-size: auto;
}
@media (min-width:768px){
	.color-sec {
		margin-top: 2em;
		padding-top: 4em;
	}
}
@media (min-width:1180px){
	.color-sec {
		margin-top: 6em;
		padding-top: 3em;
		background-size: 100% auto;
	}
}

/* リスト
-------------------------------*/
.color-sec .list-item {
	background-color: #101010;
	border: 1px solid #262626;
	position: relative;
	margin-top: 3em;
}
.color-sec .list-item .num {
	display: inline-block;
	font-weight: 500;
	font-style: italic;
	line-height: 1;
	font-size: 2em;
	position: absolute;
	top: -.5em;
	left: 5%;
	border-bottom: 2px solid #fff;
}
.color-sec .list-item .note {
	padding: 2% 5% 5% 5%;
}
.color-sec .list-item .note .name {
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 2px;
}
.color-sec .list-item .note .copy {
	color: #737373;
	line-height: 1.5;
	margin-top: .2em;
}
@media (min-width:768px){
	.color-sec .list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.color-sec .list-item {
		width: 47.5%;
		margin-top: 3em;
	}	
}
@media (min-width:1180px){
	.color-sec .list-item {
		margin-top: 4.5em;
	}
	.color-sec .list-item .num {
		font-size: 2.8em;
		top: -.5em;
		left: 6%;
	}
	.color-sec .list-item .note {
		padding: 2% 6% 6% 6%;
	}
	.color-sec .list-item .note .name {
		font-size: 1.8em;
	}
	.color-sec .list-item .note .copy {
		font-size: 1.1em;
	}
}



/****************************************************************************
 	info-sec
****************************************************************************/
.info-sec {
	margin-top: 4em;
}
@media (min-width:768px){
	.info-sec {
		margin-top: 4em;
	}
}
@media (min-width:1180px){
	.info-sec {
		margin-top: 6em;
	}
}

/* タイトル
-------------------------------*/
.info-sec .m-title-L-wrap .title-en {
	text-align: center;
	font-size: 3.6em;
}
.info-sec .m-title-L-wrap .title-jp {
	text-align: center;
	font-weight: 400;
	font-size: 1.3em;
	margin-top: -2.3em;
}
@media (min-width:768px){
	.info-sec .m-title-L-wrap .title-en {
		font-size: 5em;
	}
	.info-sec .m-title-L-wrap .title-jp {
		font-size: 1.3em;
		margin-top: -2.6em;
	}
}
@media (min-width:1180px){
	.info-sec .m-title-L-wrap .title-en {
		font-size: 6em;
	}
	.info-sec .m-title-L-wrap .title-jp {
		font-size: 1.5em;
		margin-top: -2.8em;
	}
}


/* 表
-------------------------------*/
.info-sec table {
	border-bottom: 1px solid #262626;
	margin-top: 1em;
}
.info-sec table th,
.info-sec table td {
	display: block;
	border-top: 1px solid #262626;
	color: #737373;
	padding: 3% 4%;
	line-height: 1.6;
}
.info-sec table th {
	font-weight: 700;
	text-align: center;
	font-size: 1.1em;
}
.info-sec table td {
	font-size: 1em;
}
@media (min-width:768px){
	.info-sec table {
		margin-top: 2em;
	}
	.info-sec table th,
	.info-sec table td {
		display: table-cell;
		padding: 3% 5%;
	}
	.info-sec table th {
		width: 25%;
	}
}
@media (min-width:1180px){
	.info-sec table th,
	.info-sec table td {
		padding: 3% 5%;
		font-size: 1.15em;
	}
	.info-sec table th {
		width: 22%;
	}
}


/* 表内の価格リスト
-------------------------------*/
.info-sec .price-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1em;
}
.info-sec .price-list dt {
	width: 70px;
	border: 1px solid #737373;
	text-align: center;
}
.info-sec .price-list dd {
	width : -webkit-calc(100% - 80px) ;
	width : calc(100% - 80px) ;
}
.info-sec .hook {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info-sec .hook .photo {
	width: 70px;
}
.info-sec .hook .note {
	width : -webkit-calc(100% - 80px) ;
	width : calc(100% - 80px) ;
	padding-top: .5em;
}
@media (min-width:768px){
	.info-sec .price-list dt {
		width: 100px;
	}
	.info-sec .price-list dd {
		width : -webkit-calc(100% - 120px) ;
		width : calc(100% - 120px) ;
	}
	.info-sec .hook .photo {
		width: 100px;
	}
	.info-sec .hook .note {
		width : -webkit-calc(100% - 120px) ;
		width : calc(100% - 120px) ;
		padding-top: 2em;
	}
}
@media (min-width:1180px){
	
}

/****************************************************************************
 	 gallery-sec
****************************************************************************/
.gallery-sec {
	margin-top: 5em;
}
@media (min-width:768px){
	.gallery-sec {
		margin-top: 7em;
	}
}
@media (min-width:1180px){
	.gallery-sec s{
		margin-top: 6em;
	}
}

/* タイトル
-------------------------------*/
.gallery-sec .m-title-L-wrap {
	margin: 0 4%;
}
.gallery-sec .m-title-L-wrap .title-en {
	letter-spacing: 0;
	line-height: 0.65;
}
.gallery-sec .list-wrap {
	padding: 4% 4% 0 4%;
	position: relative;
}
.gallery-sec .list-wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content:"";
	width: 100%;
	height: 250px;
	background-color: #101010;
}
.gallery-sec .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}
.gallery-sec .list-item {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 5%;
}
.gallery-sec .list-item:nth-child(2n) {
	margin-right: 0;
}
@media (min-width:768px){
	.gallery-sec .m-title-L-wrap {
		margin: 0 3%;
	}
	.gallery-sec .list-wrap {
		padding: 5% 3% 0 3%;
		position: relative;
	}
	.gallery-sec .list-wrap:before {
		height: 400px;
	}
}
@media (min-width:1180px){
	.gallery-sec .m-title-L-wrap {
		width: 1180px;
		margin: 0 auto;
	}
	.gallery-sec .list-wrap {
		padding: 5% 0 0 0;
	}
	.gallery-sec .list {
		width: 1180px;
		margin: 0 auto;
	}
}

/* ボタン
-------------------------------*/
.gallery-sec .btn-insta {
	position: relative;
	display: block;
	width: 240px;
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 3px;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	letter-spacing: 2px;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
.gallery-sec .btn-insta:hover {
	background-color: #101010;
}
.gallery-sec .btn-insta:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gallery-sec .btn-insta img {
	display: inline-block;
	width: 20px;
	margin-right: 12px;
}
.gallery-sec .btn-insta:hover img {
	opacity: 1;
}
@media (min-width:768px){
	.gallery-sec .btn-insta {
		width: 310px;
		padding: 18px 3px;
		font-size: 1.5em;
	}
	.gallery-sec .btn-insta img {
		width: 24px;
		margin-top: 2px;
	}
}


/****************************************************************************
 	 movie-sec
****************************************************************************/
.movie-sec {
	margin-top: 3em;
}
@media (min-width:768px){
	.movie-sec {
		margin-top: 4em;
	}
}
@media (min-width:1180px){
	.movie-sec {
		margin-top: 5em;
	}
}

/* タイトル
-------------------------------*/
.movie-sec .m-title-L-wrap .title-en {
	letter-spacing: 0;
	line-height: 0.65;
}
@media (min-width:768px){
}
@media (min-width:1180px){
}

/* movie-box
-------------------------------*/
.movie-box-wrap {
	position: relative;
	padding: 4% 4% 0 4%;
}
.movie-box-wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content:"";
	width: 100%;
	height: 160px;
	background-color: #101010;
}
.movie-box-wrap .movie-box {
	position: relative;
}
.movie-box-wrap .movie-box .photo {
	display: block;
	overflow: hidden;
}
.movie-box-wrap .movie-box a.movie-box-link .photo img {
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.movie-box-wrap .movie-box a.movie-box-link:hover .photo img {
	-webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
	opacity: .8;
}
.movie-box-wrap .movie-box .playmark {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	margin: -30px 0 0 -30px;
}
.movie-box-wrap .movie-box a.movie-box-link:hover .playmark img  {
	opacity: 1.0;
}
@media (min-width:768px){
	.movie-box-wrap {
		padding: 5% 5% 0 5%;
	}
	.movie-box-wrap:before {
		height: 320px;
	}
	.movie-box-wrap .movie-box .playmark {
		width: 124px;
		margin: -62px 0 0 -62px;
	}
}
@media (min-width:1180px){
	.movie-box-wrap {
		padding: 7% 7% 0 7%;
	}
	.movie-box-wrap:before {
		height: 500px;
	}
	.movie-box-wrap .movie-box .playmark {
		width: 124px;
		margin: -62px 0 0 -62px;
	}
}

/****************************************************************************
 	contact-sec
****************************************************************************/
.contact-sec {
	margin-top: 3em;
	padding: 3em 0 2em 0;
	background: url("../img/contact_bg.jpg")no-repeat center top;
	background-size: cover;
}
@media (min-width:768px){
	.contact-sec {
		margin-top: 6em;
		padding: 4em 0 3em 0;
	}
}
@media (min-width:1180px){
	.contact-sec {
		margin-top: 8em;
		padding: 6em 0 4em 0;
	}
}

/* タイトル
-------------------------------*/
.contact-sec .title-wrap {
	color: #fff;
	text-align: center;
}
.contact-sec .title-wrap .title-en {
	font-weight: 400;
	font-size: 3em;
	letter-spacing: 4px;
	line-height: 1;
}
.contact-sec .title-wrap .title-jp {
	font-size: 1em;
	font-weight: normal;
}
@media (min-width:768px){
}
@media (min-width:1180px){
	.contact-sec .title-wrap .title-en {
		font-size: 4em;
	}
	.contact-sec .title-wrap .title-jp {
		font-size: 1.2em;
	}
}

/* ボックス
-------------------------------*/
.contact-sec .cont-box {
	background-color:rgba(0,0,0,0.8);
	padding: 5% 5% 8% 5%;
	margin-top: 1em;
	color: #fff;
	text-align: center;
}
.contact-sec .cont-box .tel-wrap .list-item {
	margin-top: 1em;
}
.contact-sec .cont-box .tel-wrap .list-item .title {
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.4;
}
.contact-sec .cont-box a.btn {
	position: relative;
	display: block;
	width: 300px;
	height: 55px;
	padding: 12px 0 0 0;
	background-color: #fff;
	border: 3px solid #fff;
	border-radius: 50px;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1;
	margin: 5px auto 0 auto;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
.contact-sec .cont-box a.btn.mail {
	font-size: 1.2em;
	line-height: 1.3;
}
.contact-sec .cont-box a.btn:hover {
	opacity: .85;
}
.contact-sec .cont-box .copy-sub {
	margin-top: .4em;
	font-size: .9em;
}
.contact-sec .cont-box .company {
	margin-top: 2em;
	line-height: 1.8;
	font-weight: 500;
	font-size: .9em;
}
.contact-sec .cont-box .company a {
	text-decoration: none;
}
.contact-sec .cont-box .company .link-txt-blank {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
@media (min-width:768px){
	.contact-sec .cont-box {
		padding: 5% 3% 5% 3%;
		margin-top: 1em;
	}
	.contact-sec .cont-box .tel-wrap .list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact-sec .cont-box .tel-wrap .list-item {
		width: 50%;
		margin-top: 0;
		padding-bottom: 1em;
	}
	.contact-sec .cont-box .tel-wrap .list-item:first-child {
		border-right: 1px solid #898989;
	}
	.contact-sec .cont-box .company {
		margin-top: 1em;
		font-size: 1em;
	}
	.contact-sec .cont-box a.btn.tel {
		pointer-events: none;
	}
	
}
@media (min-width:1180px){
	.contact-sec .cont-box {
		padding: 5% 3% 5% 3%;
		margin-top: 1em;
	}
	.contact-sec .cont-box .tel-wrap .list-item {
		padding-bottom: 1em;
	}
	.contact-sec .cont-box .tel-wrap .list-item:first-child {
		border-right: 1px solid #898989;
	}
	.contact-sec .cont-box .tel-wrap .list-item .title {
		font-size: 1.5em;
	}
	.contact-sec .cont-box a.btn {
		width: 400px;
		height: 80px;
		padding: 17px 0 0 0;
		font-size: 2.4em;
	}
	.contact-sec .cont-box a.btn.tel {
		pointer-events: none;
	}
	.contact-sec .cont-box a.btn.mail {
		font-size: 1.5em;
		line-height: 1.5;
	}
}

/****************************************************************************
 	cr-sec
****************************************************************************/
.cr-sec {
	padding: .5em 0;
	font-size: .9em;
	text-align: center;
	letter-spacing: 3px;
	color: #fff;
}
@media (min-width:768px){
}
@media (min-width:1180px){
	.cr-sec {
		padding: .8em 0;
		font-size: .9em;
	}
}

/****************************************************************************
 	ec-fix-btn
****************************************************************************/
#ec-fix-btn {
	position: fixed;
	z-index: 100000;
	bottom: 30%;
	right: 0;
	display: block;
	width: 40px;
	height: 165px;
	background-color: #122cde;
	border-radius: 10px 0 0 10px;
	text-decoration: none;
	color: #feff00;
	box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	padding: 36px 0 0 3px;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
#ec-fix-btn:hover {
	opacity: .8;
}
#ec-fix-btn .text {
	writing-mode: vertical-rl;
	line-height: 1;
}
#ec-fix-btn .en {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}
#ec-fix-btn .jp {
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
}
#ec-fix-btn:before {
	position: absolute;
	top: 3px;
	right: 8px;
	font-size: 20px;
	content:'shopping_cart';
	font-family: "Material Icons";
}
@media (min-width:768px){
	#ec-fix-btn {
		bottom: 40%;
		width: 70px;
		height: 250px;
		border-radius: 10px 0 0 10px;
		padding: 55px 0 0 8px;
	}
	#ec-fix-btn .text {
		line-height: 1.2;
	}
	#ec-fix-btn .en {
		font-size: 22px;
		letter-spacing: 2px;
	}
	#ec-fix-btn .jp {
		font-size: 13px;
		letter-spacing: 2px;
	}
	#ec-fix-btn:before {
		top: 3px;
		right: 22px;
		font-size: 30px;
	}
}
@media (min-width:1180px){
	
}
