﻿



/* ---------------------------------------
	max-width: 700px
--------------------------------------- */

@media screen and (max-width: 700px) {


/* =============================================================

	Base

* ============================================================= */

body {
	line-height: 1.8;
}

.c-wrapper {
	min-width: 320px;
}


/* =============================================================

	Layouts

* ============================================================= */


/* c-container
--------------------------- */

.c-container {
	padding: 0 3.5%;
}


/* =============================================================

	Common

* ============================================================= */


/* =============================================================

	c-header

* ============================================================= */

.c-header {
	border-top-width: 11px;
	padding: 60px 1% 0 !important;
	margin-bottom: 2%;
}


/* c-header__logo
--------------------------- */

.c-header__logo {
	font-size: 0.667rem;
	line-height: 1.4;
	top: 10px;
	left: 10px;
	padding-left: 35px;
}

.c-header__logo > br {
	display: inline;
}

.c-header__logo:before {
	width: 30px;
	height: 24px;
	background-position: 0 -250px;
	margin-top: -12px;
}


/* c-header__search
--------------------------- */

.c-header__search {
	width: 100px;
	top: 10px;
	right: 45px;
}

.c-header__search:before {
	content: "";
	width: 22px;
	height: 22px;
	background-position: -50px -250px;
	left: -25px !important;
	margin-top: -11px;
}

.c-header__search:after {
	width: 5px;
	height: 8px;
	background-position: -250px -250px;
	right: 10px;
	margin-top: -4px;
}

.c-header__search > input {
	padding: 0 20px 0 10px !important;
	line-height: 24px;
	border-radius: 12px;
}


/* c-header__title
--------------------------- */

.c-header__title {
	font-size: 0.867rem;
	letter-spacing: 0;
	padding-left: 0;
}

.c-header__title > br {
	display: inline;
}

.c-header .c-header__title > a,
.c-header._top .c-header__title > a {
	text-indent: -9999px;
	display: block;
	width: 236px !important;
	height: 76px !important;
	margin: 0 auto 15px;
	background: url(../image/c-sprite01.png) no-repeat -400px -150px;
}

.c-header .c-header__title > a:before {
	content: none;
}


/* =============================================================

	c-nav

* ============================================================= */

.c-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	padding: 0;
	z-index: 1000;
	margin-bottom: 0;
}


/* c-nav__sub
--------------------------- */

.c-nav__sub,
.c-nav__sub-top {
	display: none;
}


/* c-nav__nav
--------------------------- */

.c-nav__nav-trigger__sp {
	color: #EF584C;
	font-size: 0.733rem;
	line-height: 1;
	text-align: center;
	display: block;
	width: 40px;
	position: absolute;
	top: 11px;
	right: 5px;
	z-index: 1;
	cursor: pointer;
}

.c-nav__nav-trigger__sp:before {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../image/c-sprite01.png) no-repeat -600px -244px;
	display: block;
	margin: 8px auto 3px;
}

.c-nav__nav-trigger__sp._open {
	color: #fff;
}
.c-nav__nav-trigger__sp._open:before {
	background-position: -597px -297px;
}

.c-nav__nav-outer {
	background-color: #EF584C;
	transform: translateY(-102%);
	transition: transform .3s;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

.c-nav__nav-trigger__sp._open + .c-nav__nav-outer {
	transform: translateY(0);
}

.c-nav__title__sp {
	display: block;
	padding: 20px;
}

.c-nav__title__sp > a {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.c-nav__nav > li {
	width: auto !important;
	float: none;
	border: none !important;
	position: relative;
}

.c-nav__nav > li {
	border-top: 1px solid rgba(255,255,255,.5) !important;
}

.c-nav__item {
	color: #fff;
	font-size: 1rem;
	line-height: 1.6;
	text-align: left;
	padding: 10px 40px;
	display: block !important;
}

.c-nav__item._leader {
	color: #ef584c;
	background: #f1f1f2;
}

.c-nav__item:before {
	width: 16px !important;
	height: 16px;
	background-position: -200px -250px !important;
	top: 50%;
	left: 15px;
	margin: -8px 0 0 0 !important;
}

.c-nav__item:after {
	content: none;
}

.c-nav__item._mega:after {
	content: "";
	width: 40px !important;
	height: 40px !important;
	background: url(../image/c-sprite01.png) no-repeat -288px -238px !important;
	border: none !important;
	top: 2px !important;
	left: auto !important;
	right: 2px !important;
	cursor: pointer;
}

.c-nav__item._mega._open:after {
	background-position: -338px -238px !important;
}

.c-nav__nav-sub__sp {
	display: block;
	background-color: #FFE3E3;
}

.c-nav__nav-sub__sp > li {
	border-top: 1px solid #fff;
}

.c-nav__nav-sub__sp > li._half {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.c-nav__nav-sub__sp > li._half + li._half {
	border-left: 1px solid #fff;
}

.c-nav__nav-sub__sp > li > a {
	font-size: 0.867rem;
	line-height: 1.6;
	display: block;
	padding: 10px 10px 10px 40px;
	position: relative;
}

.c-nav__nav-sub__sp > li > a:before {
	content: "";
	width: 5px;
	height: 8px;
	background: url(../image/c-sprite01.png) no-repeat -250px -250px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -4px;
}


/* c-nav__mega
--------------------------- */

.c-nav__mega-outer {
	border-top: none;
	position: relative;
	visibility: visible;
	height: 0;
}

.c-nav__nav-outer._open .c-nav__mega-outer {
	transition: height .3s !important;
}

.c-nav__mega {
	opacity: 1;
	transform: translateY(0);
	background-color: #fff !important;
}

.c-nav__mega-inner {
	padding: 0;
}

.c-nav__mega-nav {
	width: auto;
	padding: 0;
	float: none;
}

.c-nav__mega-nav + .c-nav__mega-nav {
	border-top: 1px solid #E6E7E7;
}

.c-nav__mega-nav:before {
	content: none !important;
}

.c-nav__mega-nav > li + li {
	margin-top: 0;
	border-top: 1px solid #E6E7E7;
}

.c-nav__mega-nav > li > a {
	color: #1a1a1a;
	padding: 9px 10px 7px 40px;
}

.c-nav__mega-nav > li > a:before {
	width: 16px;
	height: 16px;
	background-position: -150px -250px;
	top: .8em;
	left: 15px;
}


/* =============================================================

	c-bc

* ============================================================= */

.c-bc {
	margin-bottom: 20px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.c-bc__bc > a,
.c-bc__bc > strong {
	font-size: 0.8rem;
	letter-spacing: 0;
	line-height: 1.6;
}


/* =============================================================

	c-main

* ============================================================= */

.c-main {
	width: auto;
	float: none;
}


/* =============================================================

	c-sub

* ============================================================= */

.c-sub {
	display: none;
}



/* =============================================================

	c-footer

* ============================================================= */

.c-footer {
	margin-top: 50px;
	padding: 30px 5% 20px;
}


.c-footer__nav > ul {
	text-align: left;
	width: 40%;
	float: left;
	position: relative;
	z-index: 1;
}
.c-footer__nav > ul + ul {
	width: 60%;
}

.c-footer__nav > ul > li {
	font-size: 0.8rem;
	line-height: 1.6;
	display: block;
	margin: 0 0 10px;
}

.c-footer__copy {
	line-height: 1.6;
	margin-top: 15px;
}


/* =============================================================

	top

* ============================================================= */

/* top-hero
--------------------------- */

.top-hero {
	background-color: #FFE3E3;
	padding: 15px 15px 0;
	margin: 0 -3.7% 4%;
	border-radius: 0;
}

.top-hero__main {
	width: auto;
	float: none;
	margin-bottom: 30px;
}

.top-hero__main-area {
	border-width: 8px;
}

.slick-prev,
.slick-next {
	width: 36px;
	background-color: transparent;
	border-radius: 0;
	z-index: 200;
	left: -26px;
}
.slick-next {
	left: auto;
	right: -26px;
}

.slick-prev:after,
.slick-next:after {
	width: 16px;
	height: 16px;
	background-position: -100px -250px;
	margin-top: -8px;
}

.slick-next:after {
	background-position: -150px -250px;
}

.slick-dots {
	margin-top: 20px;
}

.top-hero__sub {
	width: auto;
	float: none;
}

.top-hero__sub-banner {
	display: none;
}

.top-hero__sub-banner__sp {
	display: block;
	margin: 15px -15px 0;
}

.top-hero__sub-banner__sp > li {
	width: 33.333%;
	float: left;
}


/* top-info
--------------------------- */

.top-info {
	border-radius: 10px;
	margin-bottom: 50px;
}

.top-info:before {
	content: none;
}

.top-info__sec {
	width: auto;
	padding: 5%;
	float: none;
}

.top-info__sec + .top-info__sec {
	margin-top: -5%;
}

.top-info__sec > h2 {
	font-size: 0.933rem;
	letter-spacing: 0;
	margin: 0 3.5em 0 0;
}

.top-info__sec-btn {
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0 0 20px;
	top: 0;
	right: 20px;
	margin: 6% 0 0;
	background-color: transparent;
	border-bottom: none;
}

.top-info__sec-btn:after {
	width: 16px;
	height: 16px;
	background-position: -150px -250px;
	left: 0;
	margin-top: -8px;
}

.top-info__sec-list {
	font-size: 0.867rem;
	line-height: 1.6;
	margin-top: -5px;
}

.top-info__sec-list > dt {
	position: static;
	margin: 12px 0 0 0;
}

.top-info__sec-list > dt:before {
	width: 16px;
	height: 16px;
	background-position: -200px -250px;
	margin: 0 10px 1px 0;
}

.top-info__sec-list > dd > a {
	display: block;
	padding: 5px 0 12px 0;
	border-bottom: 1px dotted #BBBDBF;
	position: relative;
}

.top-info__sec-icon {
	font-size: 0.733rem;
	line-height: 18px;
	width: 40px;
	padding-right: 0;
	margin-right: 0;
	position: absolute;
	top: -19px;
	left: 9em;
}

.top-info__sec-icon:after {
	width: 40px;
	height: 18px;
	background-position: -950px -250px;
}


/* top-pickup
--------------------------- */

.top-pickup__outer {
	background: url(../image/c-bcg03.png) repeat 0 0;
}

.top-pickup {
	padding: 50px 0 0;
}

.top-pickup__sec {
	width: auto;
	float: none;
	padding: 0;
	overflow: hidden;
}

.top-pickup__sec._cc {
	background: url(../image/c-bcg04.png) repeat 0 0;
	padding-bottom: 10px;
}

.top-pickup__sec > h2 {
	position: relative;
	padding: 20px 0 10px;
	margin: 10px 3% 20px;
	border-bottom: 2px dotted #F04F6D;
}

.top-pickup__sec > h2:before {
	height: 45px;
	background: url(../image/c-sprite01.png) no-repeat;
	position: absolute;
	top: 0;
	left: 10px;
	margin: 0;
}
.top-pickup__sec._bb > h2:before {
	width: 64px;
	background-position: -500px -250px;
}
.top-pickup__sec._cc > h2:before {
	width: 54px;
	background-position: -400px -250px;
}

.top-pickup__sec > h2 > span:before,
.top-pickup__sec > h2 > span:after {
	content: none;
}

.top-pickup__list {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.top-pickup__list > li {
	width: 130px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.top-pickup__list > li:first-child {
	margin-left: 10px;
}
.top-pickup__list > li:last-child {
	margin-right: 10px;
}

.top-pickup__item {
	white-space: normal;
	margin: 0 5px;
}

.top-pickup__item:after {
	width: 16px;
	height: 16px;
	background-position: -150px -250px;
}

/* top-banner
--------------------------- */

.top-banner__list {
	margin: 30px 3.5%;
}

.top-banner__list > li {
	display: block;
	margin: 0 0 10px;
}


/* =============================================================

	cnt

* ============================================================= */

/* cnt-list
--------------------------- */

.cnt-list__title {
	font-size: 1.333rem;
	text-align: center;
	padding-left: 0;
	margin: 0 0 20px;
}

.cnt-list__title:before {
	content: none;
}

.cnt-list__list {
	margin: 0;
}

.cnt-list__list > li {
	width: auto;
	padding: 0;
	float: none;
}

.cnt-list__list > li + li {
	margin-top: 10px;
}

.cnt-list__item {
	font-size: 0.867rem;
	height: auto !important;
}

.cnt-list__item > b {
	font-size: 1rem;
	padding: 23px 40px 10px 90px;
	min-height: 90px;
}

.cnt-list__item > b > img {
	top: 15px;
	left: 15px;
}

.cnt-list__item > span {
	padding: 12px 15px 15px;
}


/* cnt-article
--------------------------- */

.cnt-article {
	font-size: 0.933rem;
	line-height: 1.8;
}

.cnt-article > * + * {
	margin-top: .8em;
}

.cnt-article__titleA {
	font-size: 1.333rem;
	line-height: 1.5;
	margin: 0 -15px 1.5em;
}

.cnt-article__titleB {
	font-size: 1.133rem;
	line-height: 1.5;
	margin: 2em -15px 1.5em;
}

.cnt-article__titleC {
	font-size: 1.133rem;
	line-height: 1.5;
	margin: 1.5em -15px 1em;
}

.cnt-article__titleD,
.cnt-article__titleE {
	font-size: 1.067rem;
	line-height: 1.5;
	margin: 1.5em 0 .5em;
}

.cnt-article__list {
	margin: 1.5em 0;
}

.cnt-article__img {
	margin: 1.2em -15px;
}

.cnt-article__img._left,
.cnt-article__img._right {
	float: none;
	margin: 1.2em -15px;
}

.cnt-article__island {
	margin: 2em -15px;
}

.cnt-article__table {
	font-size: 0.867rem;
	margin: 1.5em 0;
}



}


/* =============================================================

	high resolution

* ============================================================= */

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),(-webkit-min-device-pixel-ratio: 1.3),(min-resolution: 1.3dppx) {

	.c-header__logo:before,
	.c-header__search:before,
	.c-header__search:after,
	.c-header._top .c-header__title > a,
	.c-header__title > a:before,
	.c-nav__sub > li > a:after,
	.c-nav._top .c-nav__home:before,
	.c-nav._top .c-nav__leader:after,
	.c-nav__item:before,
	.c-nav__item:after,
	.c-nav__mega-nav > li > a:before,
	.c-bc__bc > a:after,
	.c-sub__title:after,
	.c-sub__nav > li > a:before,
	.c-sub__nav > li > strong:before,
	.c-footer__top:after,
	.slick-prev:after,
	.slick-next:after,
	.top-info__sec-btn:after,
	.top-info__sec-list > dt:before,
	.top-info__sec-icon:after,
	.top-pickup__title:before,
	.top-pickup__title:after,
	.top-pickup__sec > h2:before,
	.top-pickup__item:after,
	.top-pickup__item > figure > .icon:after,
	.cnt-list__item:after,
	.cnt-article__list._link > li:before {
		background-image: url(../image/c-sprite01_x2.png);
		background-size: 1050px 400px;
	}

}


@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 700px),(-webkit-min-device-pixel-ratio: 1.3) and (max-width: 700px),(min-resolution: 1.3dppx) and (max-width: 700px) {

	.c-header .c-header__title > a,
	.c-header._top .c-header__title > a,
	.c-nav__nav-trigger__sp:before,
	.c-nav__item._mega:after,
	.c-nav__nav-sub__sp > li > a:before,
	.top-pickup__sec > h2:before {
		background-image: url(../image/c-sprite01_x2.png);
		background-size: 1050px 400px;
	}


}






