@charset "Shift_JIS";


/*---------------------------------------------------------------

header

-----------------------------------------------------------------*/
header {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 0;
	left: 0;
	width: 976px;
	margin: 0 auto;
	height: 91px;
}
header #header-inner h1 img {
	width: 146px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	header {
		width:100%;
	}
	.headerwrap{
		background: #000;
		height: auto;
	}
	header #header-inner h1 {
		text-align: center;
	}
	header #header-inner h1 img {
		width: 31% !important;
		margin-bottom: 6px;
		height: auto !important;
		vertical-align: middle;/*IE7*/
	}
}

/*---------------------------------------------------------------

footer

-----------------------------------------------------------------*/
footer #copyright {
	padding: 30px 0;
}
footer #copyright address {
	font-size: 1rem;
	color: #000;
	margin: 0;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	footer #copyright address {
		font-size: 3vw;
	}
}

/*---------------------------------------------------------------

Common

-----------------------------------------------------------------*/
a {
	color: #d9302c !important;
}
a.blank {
	padding-right: 20px;
	background: url("../images/i_blank.png") no-repeat right 0.3em;
}
h2 {
	text-align: center;
}
h3 {
	width: 100%;
	margin: 0px auto 55px;
	padding: 30px 0;
	background: #d9302c;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	font-size: 2.2857142857143rem;
	font-weight: bold;
	font-family: 'Noto Sans Japanese';
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	h2 img{
		width: 100%;
		height: auto;
	}
	h3 {
		margin: 0 0 20px;
		font-size: 1.4157142857143rem;
	}
	h3 img{
		width: 90%;
		height: auto;
	}
}
section {
	margin: 0 15px;
}

section.box {
	width: 976px;
	margin: 0 auto 80px;
	border: 3px solid #d9302c;
	background: #fff;
	box-sizing: border-box;
}
.inner-area {
	margin-bottom: 50px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	section.box {
		width: 100%;
		margin-bottom: 40px;
	}
	.inner-area {
		margin-bottom: 20px;
	}
}
.row::before, .row::after {
    display: table;
    content: ' ';
}

#l-wrap {
	-moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
#l-wrap.is-active {
	-moz-transform: translateX(-266px);
	-ms-transform: translateX(-266px);
	-webkit-transform: translateX(-266px);
	transform: translateX(-266px);
	-moz-transition: -moz-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

span.block {
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.scroll {
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
}

/*---------------------------------------------------------------

#mainVisua

-----------------------------------------------------------------*/
#mainVisual {
	max-width: 1920px;
	position: relative;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 60px 0 60px;
	margin: 0 auto;
}
#mainVisual img {
	height: auto;
	width: 100%;
}
#mainVisual h2 {
	font-size: 150px;
	font-size: 10.714285714286rem;
	font-family: 'Montserrat';
}
#mainVisual .mainVis_copy {
	font-size: 2rem;
	border: 1px solid #fff;
	padding: 10px 60px;
	width: 80%;
	margin: auto;
	font-family: 'Noto Sans Japanese';
	line-height: 1.5;
	margin-bottom: 20px;
}
#mainVisual .mainVis_bodycopy {
	line-height: 2;
	width: 65%;
	margin: 0 auto;
	text-align: left;
}
#mainVisual .mainVis_bodycopy span {
	font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	#mainVisual {
		padding: 50px 0 30px;
	}
	#mainVisual h2 {
		font-size: 3.714285714286rem;
		line-height: 1.3;
	}
	#mainVisual .mainVis_copy {
		padding: 10px 10px;
		font-size: 1.2rem;
		width: 100%;
	}
	#mainVisual .mainVis_bodycopy {
		width: 100%;
	}
}

.bg_red {
	background: #d9302c;
	padding: 40px 0;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.bg_red {
		padding: 20px 15px;
	}
}

.read_copy {
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 18px;
	text-align: center;
}

.sub_title {
	text-align: center;
	margin-bottom: 30px;
}
.title_area .sub_title {
	margin: 65px 0 85px 0;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.read_copy {
		text-align: left;
	}
	.sub_title {
		margin: 40px 0 15px;
	}
	.sub_title img {
		width: 80%;
		height: auto;
	}
	.title_area .sub_title {
		margin: 20px 0 30px;
	}
	.title_area .sub_title img {
		width: 90%;
	}
}

/*---------------------------------------------------------------

.campaign

-----------------------------------------------------------------*/
.campaign {
	font-family: 'Noto Sans Japanese';
}
.campaign .title img {
	width: 100%;
	height: auto;
}
.campaign_date {
	text-align: center;
}
.campaign_date dd {
	margin: 30px 0 70px;
	font-size: 30px;
	font-weight: bold;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	.campaign h3 img {
		width: 70%;
		height: auto;
	}
	.campaign_date dd {
		margin: 20px 0 0;
		font-size: 19px;
	}
	.campaign_date dt img {
		width: 80%;
		height: auto;
	}
}

/*  step
----------------------------*/
.step {
	padding: 0 40px;
	margin-bottom: 40px;
}
.step li {
	width: 25%;
	float: left;
	position: relative;
}
.step li::after {
	content: "";
	position: absolute;
    top: 90px;
    right: -10px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 13px solid #999;
}
.step li:last-child::after {
	display: none;
}
.step li dl {
	line-height: 1.8;
	font-family: 'Noto Sans Japanese';
}
.step li dl dt {
	color: #183136;
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	padding-bottom: 10px;
}
.step li dl dt span{
	color: #d9302c;
	font-size: 18px;
	font-weight: bold;
}
.step li dl dd {
	padding: 0 10px;
	color: #183136;
	font-size: 14px;
}
.notes {
	padding: 0 40px;
	font-size: 14px;
	line-height: 1.8;
	font-family: 'Noto Sans Japanese';
}
.flow dl {
	margin-bottom: 40px;
}
.flow dt.js-aco {
	position: relative;
	margin: 0 20px;
	padding: 17px 0;
	background: #183136;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Noto Sans Japanese';
}
.flow dt.js-aco::after {
	position: absolute;
	top: 43%;
	right: 38%;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 9px solid #fff;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.step {
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.step li {
		width: 100%;
		float: none;
		margin-bottom: 45px;
	}
	.step li::after{
		top: auto;
		bottom: -42px;
		right: 43%;
		border: none;
		border: 21px solid transparent;
	    border-top: 13px solid #999;
	}
	.step li:last-child {
		margin-bottom: 0;
	}
	.step li dl dd {
		padding: 0;
	}
	.flow dt.js-aco::after {
		right: 18%;
	}
	.notes {
		padding: 0 20px;
	}
}


/*---------------------------------------------------------------

.wish_list

-----------------------------------------------------------------*/
.wish_list h3 {
	margin-bottom: 0;
}
.wish_list li {
	width: 33.3333333%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}
.wish_list dl {
	text-align: center;
}
.wish_list dl dd {
	font-size: 18px;
	font-weight: bold;
	color: #183136;
}
.wish_list li:nth-child(4),.wish_list li:nth-child(5),.wish_list li:nth-child(6) {
	margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.wish_list li {
		width: 50%;
		min-height: 200px;
		max-height: 300px;
		padding: 10px;
	}
	.wish_list li img {
		width: 100%;
		height: auto;
	}
	.wish_list li:nth-child(4) {
		margin-bottom: 0;
	}
}

/*---------------------------------------------------------------

.store

-----------------------------------------------------------------*/
.store h3 {
	margin-bottom: 0;
}
#l-wrap .store table {
	width: 970px;
}
#l-wrap .store table thead th:first-child {
	width: 23%;
}
#l-wrap .store table thead th {
	width: 11%;
	background: #e4e4e4;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#l-wrap .store table td:first-child {
	font-size: 14px;
	text-align: left;
}
#l-wrap .store table td {
	font-size: 30px;
	text-align: center;
	border: 1px solid #e0e0e0
}
.stor {
	background: #fbfbfb;
}
@media screen and (min-width: 0px) and (max-width: 666px) {  /* iphone6横でスクロールが出るように666px */
	#l-wrap .store table {
		width: 530px;
	}
}

/*---------------------------------------------------------------

.page-top

-----------------------------------------------------------------*/
#page-top {
	width: 275px;
	height: 276px;
	background: url(../images/i_pagetop.png) center top no-repeat;
	background-size: cover;
	transition: 0.8s;
}
#page-top.switch_over {
	background: url(../images/i_pagetop_on.png) center top no-repeat; /* classで切り替える */
	background-size: cover;
	transition: 0.8s;
}
#page-top a {
	display: block;
}
#page-top img {
	display: none;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	#page-top {
		width: 130px !important;
		height: 130px !important;
	}
}
