@charset "UTF-8";
body {
	padding-top: 0;
}
.isIos .visual_images > li {
	background-attachment: scroll;
}
.pageHeaderWrap {
	background: rgba(255, 255, 255, 0.8);
}
.pageHeaderWrap.isScrolled {}
.visWrap {
	height: 100vh;
	background-image: url(/img/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	background-attachment: fixed;
	background-image: none;
}
.visual {}
.visual_titleWrap {
	text-align: center;
	position: absolute;
	width: 277px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 238px;
	z-index: 2;
	visibility: hidden;
}
.visual_title {
	margin-bottom: 0;
}
.visual_title > img {}
.visual_text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-top: 30px;
	white-space: nowrap;
}
.visual_scroll {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.visual_scroll.isScrolled {
	opacity: 0;
}
.visual_scroll > b {
	display: block;
	position: absolute;
	z-index: 1;
	top: 10px;
	width: 100%;
	font-weight: 500;
}
.visual_scroll > .icon {
	display: block;
	font-size: 100px;
	line-height: 1;
}
.pageBody {
	overflow: hidden;
}
.pickup {
	visibility: hidden;
}
.pickup_inner {
	overflow: hidden;
	width: auto;
	max-width: 1510px;
}
.pickup_listWrap {
	width: 490px;
	margin: 0 auto;
}
.pickup_listWrap.isTwo {
	overflow: hidden;
	width: 1000px;
}
.isTwo .pickup_list {
	width: auto;
	left: 0;
}
.pickup_list {
	list-style: none;
	width: 10000px;
	position: relative;
	left: -510px;
}
.pickup_list.isSingle {
	left: 0;
}
.pickup_list.isTwo {
	left: 0;
}
.pickup_list:after {
	content: "";
	display: block;
	clear: both;
}
.pickup_list > li {
	float: left;
	margin-left: 20px;
}
.pickup_list > li:first-child {
	margin-left: 0;
}
.pickup_list > li:nth-child(2n+1) {}
.pickup_list > li > a {}
.pickup_list > li > a:before {
	content: "";
}
.pickup_list > li > a:after {
	content: "";
}
.pickup_list > li > a > img {}
.pickup_buttons {
	list-style: none;
	text-align: center;
	margin: 15px 0 0;
	font-size: 0;
}
.isTwo + .pickup_buttons {
	display: none;
}
.pickup_buttons > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}
.pickup_buttons > li:first-child {}
.pickup_buttons > li:nth-child(2n+1) {}
.pickup_buttons > li > button {
	display: block;
	border: 2px solid #ccc;
	background: #fff;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	line-height: 1;
}
.pickup_buttons > li > button.isCurrent {
	background: #ccc;
}
.lineup {
	margin-top: 44px;
}
.lineup_inner {}
.lineup_title {}
.p-headline {
	text-align: center;
}
.p-headline > b {
	display: block;
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 3px;
}
.p-headline > small {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.lineup_listOuter {
	position: relative;
	z-index: 1;
}
.lineup_listWrap {
	overflow: hidden;
}
.lineup_list {
	list-style: none;
	width: 1000%;
	position: relative;
	z-index: 1;
	left: 0;
}
.lineup_list:after {
	content: "";
	display: block;
	clear: both;
}
.lineup_list > li {
	float: left;
	width: 2%;
}
.lineup_list > li:first-child {}
.lineup_list > li:nth-child(2n+1) {}
.lineup_list > li > a {
	display: block;
	position: relative;
	z-index: 1;
	text-decoration: none;
}
.lineup_list > li > a:before {
	content: "";
}
.lineup_list > li > a:after {
	content: "";
}
.lineup_list > li > a > img {
	width: 100%;
	height: auto;
}
.lineup_list > li > a > b {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	right: 10px;
	color: #ff2812;
	font-weight: normal;
	border-top: 1px solid #ff2812;
	padding-left: 7px;
	line-height: 1;
	padding-top: 3px;
}
.lineup_list > li > a > b:before {
	content: "";
	border: 4px solid #ff2812;
	border-right-color: rgba(255, 255, 255, 0);
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	border-bottom-color: rgba(255, 255, 255, 0);
	left: 0;
	top: 0;
}
.lineup_list_img {
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.lineup_list_img:before {
	content: "";
	display: block;
	padding-top: 75%;
}
.lineup_list_new {
	position: absolute;
	right: 5%;
	bottom: 0;
	max-width: 40%;
}
.lineup_list_cap {
	text-align: center;
	line-height: 1;
	padding: 15px 0;
	color: #838383;
	font-size: 13px;
}
.lineup_list_cap_en {
	margin: 0 0 0;
}
.lineup_list_cap_en em {
	font-style: normal;
	font-size: 14px;
	color: #171717;
}
.lineup_list_cap_jp {
	margin: 8px 0 0;
}
.lineup_list_cap_cat {
	margin: 8px 0 0;
}
.lineup_controller {
	display: block;
	position: absolute;
	z-index: 1;
	font-size: 75px;
	line-height: 1;
	height: 75px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: rgb(162, 162, 162);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.lineup_controller-next {
	right: -70px;
}
.lineup_controller-next > .icon {}
.lineup_controller-prev {
	left: -70px;
}
.lineup_controller > .icon {
	display: block;
}
.lineup_controller-prev > .icon {}
.lineup_buttons {
	list-style: none;
	text-align: center;
	margin: 0 0 9px 0;
	font-size: 0;
}
.lineup_buttons > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}
.lineup_buttons > li:first-child {}
.lineup_buttons > li:nth-child(2n+1) {}
.lineup_buttons > li > button {
	display: block;
	border: 2px solid #ccc;
	background: #fff;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.lineup_buttons > li > button.isCurrent {
	background: #ccc;
}
.howto {
	margin-top: 49px;
	margin-bottom: 68px;
}
.howto_inner {}
.howto_title {
	margin-bottom: 37px;
}
.howto_list {
	list-style: none;
}
.howto_list:after {
	content: "";
	display: block;
	clear: both;
}
.howto_list > li {
	width: 32%;
	float: left;
	margin-left: 2%;
}
.howto_list > li:first-child {
	margin-left: 0;
}
.howto_list > li:nth-child(2n+1) {}
.howto_list > li > a {
	display: block;
	text-decoration: none;
	font-size: 16px;
}
.howto_list > li > a:before {
	content: "";
}
.howto_list > li > a:after {
	content: "";
}
.howto_fig {}
.howto_fig > img {
	width: auto;
	height: auto;
}
.howto_fig > figcaption {
	background: rgb(90, 88, 88);
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
}
.sotto {
	height: 360px;
	background: rgb(238, 238, 238);
	margin-top: 68px;
}
.sotto_inner {
	width: auto;
}
.sotto_cols {}
.sotto_cols:after {
	content: "";
	display: block;
	clear: both;
}
.sotto_col {
	width: 50%;
}
.sotto_col-no1 {
	float: left;
}
.sotto_image {
	height: 360px;
	background-image: url(/img/pt-sotto01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sotto_image > img {
	display: none;
}
.sotto_col-no2 {
	float: right;
	padding-top: 81px;
}
.sotto_title {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 196px;
	background: #fff;
	height: 196px;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	padding-top: 63px;
	right: 0;
	margin: auto;
	bottom: 0;
}
.sotto_areaText {
	max-width: 500px;
}
.sotto_headline {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 21px;
}
.sotto_text {
	padding-left: 136px;
	margin-bottom: 41px;
}
.sotto_link {
	margin-left: 140px;
	margin-right: 70px;
}
.sotto_link > a {}
.sotto_link > a:before {
	content: "";
}
.sotto_link > a:after {
	content: "";
}
.news {
	margin-top: 56px;
}
.news_inner {}
.news_cols {}
.news_cols:after {
	content: "";
	display: block;
	clear: both;
}
.news_col {}
.news_col-no1 {
	float: left;
	width: 170px;
	padding-left: 28px;
	padding-top: 5px;
}
.news_title {
	margin-bottom: 34px;
}
.news_link {}
.news_link > a {
	line-height: 40px;
}
.news_link > a:before {
	content: "";
}
.news_link > a:after {
	content: "";
}
.news_col-no2 {
	float: right;
	width: 744px;
}
.news_list {
	list-style: none;
	border-top: 1px solid #ccc;
}
.news_list > li {}
.news_list > li:first-child {}
.news_list > li:nth-child(2n+1) {}
.news_list > li > a {
	border-bottom: 1px solid #ccc;
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 13px 30px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.news_list > li > a:before {
	content: "";
}
.news_list > li > a:after {
	content: "";
}
.news_list > li > a > time {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	color: #999;
}
.news_list > li > a > b {
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}
.homeNavi {
	border-top: 1px solid #ccc;
	margin-top: 48px;
	padding-top: 41px;
}
.homeNavi_inner {}
.homeNavi_list {
	list-style: none;
	padding: 0 85px;
}
.homeNavi_list:after {
	content: "";
	display: block;
	clear: both;
}
.homeNavi_list > li {
	float: left;
	margin-left: 2%;
	width: 49%;
}
.homeNavi_list > li:first-child {
	margin-left: 0;
}
.homeNavi_list-single > li:first-child {
	float: none;
	margin: 0 auto;
}
.homeNavi_list > li:nth-child(2n+1) {}
.homeNavi_list > li > a {
	border: 3px solid rgb(48, 48, 48);
	display: block;
	text-decoration: none;
	color: inherit;
	text-align: center;
	line-height: 74px;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.homeNavi_list > li > a:before {
	content: "";
}
.homeNavi_list > li > a:after {
	content: "";
}
.visual_link {
	width: 200px;
	margin: 30px auto 0;
}
.visual_link > a {
	display: block;
	line-height: 45px;
	background: #a69b35;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.visual_link > a:before {
	content: "";
}
.visual_link > a:after {
	content: "";
}
.visual_images {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.visual_images > li {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.visual_images > li.isCurrent {
	z-index: 10;
}
.visual_images > li:first-child {}
.visual_images > li:nth-child(2n+1) {}
.spNormal {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.spNormal_inCols {
	display: flex;
	height: 100%;
}
.spNormal_inCol {}
.spNormal_inCol-right {
	position: relative;
	z-index: 1;
}
.spNormal_inCol-no1 {
	width: 40%;
	box-sizing: border-box;
	padding: 35px 35px;
	display: flex;
	align-items: center;
	background-color: #fff;
	position: relative;
	z-index: 2;
}
.spNormal_title {
	max-width: 436px;
	margin: 0 auto 54px;
}
.spNormal_subTitle {
	font-size: 26px;
	margin-bottom: 26px;
}
.spNormal_title > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.spNormal_box {
	border: 1px solid #969696;
	border-radius: 20px;
	padding: 20px 20px;
	line-height: 1.4;
}
.spNormal_cols {
	display: flex;
	align-items: center;
}
.spNormal_col {}
.spNormal_col-no1 {
	margin-right: 29px;
}
.spNormal_vol {
	font-size: 52px;
	line-height: 1;
	margin-bottom: 0;
	margin-bottom: 12px;
}
.spNormal_update {
	font-size: 17px;
	line-height: 1;
	margin: 0;
}
.spNormal_col-no2 {}
.spNormal_catch {
	margin-bottom: 0;
	font-size: 15px;
}
.spNormal_name {
	font-size: 28px;
	margin-bottom: 0;
}
.spNormal_headline {
	margin-bottom: 0;
	font-size: 24px;
}
.spNormal_link {
	width: 192px;
	height: 55px;
	background-color: #939393;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
	font-size: 19px;
	border: 1px solid #939393;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.spNormal_inCol-no2 {
	width: 60%;
}
.spNormal_image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/img/pt-so-story.jpg);
}
.spNormal_areaText {
	max-width: 690px;
	margin: 0 auto;
	width: 100%;
}
.spNormal > a {
	display: block;
	text-decoration: none;
	color: inherit;
	height: 100%;
}
.spNormal > a::before {
	content: "";
}
.spNormal > a::after {
	content: "";
}
.spWide {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.spWide > a {
	display: block;
	text-decoration: none;
	color: inherit;
	height: 100%;
	padding: 0 40px;
}
.spWide > a::before {
	content: "";
}
.spWide > a::after {
	content: "";
}
.spWide_image {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	left: 0;
	top: 0;
}
.spWide_cols {
	display: flex;
	height: 100%;
	z-index: 2;
	position: relative;
	justify-content: space-between;
	align-items: flex-end;
	box-sizing: border-box;
	padding-bottom: 100px;
}
.spWide_col {}
.spWide_col-no1 {
	width: 455px;
}
.spWide_subTitle {
	font-size: 24px;
}
.spWide_title {}
.spWide_title > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.spWide_col-no2 {
	width: calc(100% - 495px);
	max-width: 694px;
}
.spWide_box {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.40) 50%, rgba(255, 255, 255, 0));
	color: #fff;
	padding: 20px 20px;
	line-height: 1.4;
}
.spWide_inCols {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.spWide_inCol {}
.spWide_inCol-no1 {
	width: 130px;
	justify-content: space-around;
}
.spWide_vol {
	font-size: 45px;
	line-height: 1;
	margin: 0;
}
.spWide_update {
	font-size: 17px;
	margin: 0;
	margin-top: 12px;
}
.spWide_update > time {}
.spWide_inCol-no2 {
	width: calc(100% - 295px);
}
.spWide_catch {
	font-size: 15px;
	margin: 0;
}
.spWide_name {
	font-size: 28px;
	margin: 0;
}
.spWide_headline {
	font-size: 24px;
	margin: 0;
}
.spWide_inCol-no3 {
	width: 145px;
}
.spWide_link {
	display: flex;
	height: 53px;
	font-size: 20px;
	color: #000000;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}
@media screen and (max-width:1299px) {
	.spWide_headline {
		font-size: 18px;
	}
	.spWide_name {
		font-size: 22px;
	}
	.spWide_inCol-no2 {
		width: calc(100% - 245px);
	}
	.spWide_col-no1 {
		width: 400px;
	}
	.spWide_col-no2 {
		width: calc(100% - 430px);
	}
	.spWide_inCol-no3 {
		width: 120px;
	}
	.spWide_link {
		font-size: 16px;
	}
	.spWide_inCol-no1 {
		width: 115px;
	}
	.spWide_vol {
		font-size: 40px;
	}
}
@media screen and (max-width:1199px) {
	.spNormal {}
	.spNormal_inCols {}
	.spNormal_inCol {}
	.spNormal_inCol-no1 {
		padding: 25px 25px;
	}
	.spNormal_title {
		margin-bottom: 35px;
	}
	.spNormal_subTitle {
		font-size: 22px;
	}
	.spNormal_title > img {}
	.spNormal_box {
		border-radius: 15px;
		padding: 15px 15px;
	}
	.spNormal_cols {}
	.spNormal_col {}
	.spNormal_col-no1 {
		margin-right: 20px;
	}
	.spNormal_vol {
		font-size: 40px;
	}
	.spNormal_update {
		font-size: 15px;
	}
	.spNormal_col-no2 {}
	.spNormal_catch {
		font-size: 14px;
	}
	.spNormal_name {
		font-size: 24px;
	}
	.spNormal_headline {
		font-size: 20px;
	}
	.spNormal_link {
		height: 50px;
		font-size: 16px;
		width: 170px;
	}
	.spNormal_inCol-no2 {}
	.spNormal_image {}
	.spNormal_areaText {}
}
@media screen and (min-width:1000px) {
	.pickup_list > li > a:hover {}
	.pickup_buttons > li > button:hover {
		background: #ccc;
	}
	.lineup_list > li > a:hover {}
	.lineup_controller:hover {
		color: rgb(177, 167, 76);
		transform: scale(1.2);
	}
	.lineup_buttons > li > button:hover {
		background: #ccc;
	}
	.howto_list > li > a:hover {}
	.sotto_link > a:hover {}
	.news_link > a:hover {}
	.news_list > li > a:hover {
		color: #a69b35;
		opacity: 1;
	}
	.homeNavi_list > li > a:hover {
		opacity: 1;
		background: #303030;
		color: #fff;
	}
	.visual_link > a:hover {
		background: #fff;
		color: #a69b35;
	}
	a:hover .spNormal_link {
		color: #939393;
		background-color: #fff;
	}
	.spNormal > a:hover {}
	.spWide > a:hover {}
}
/* タブレット以下設定 */

@media screen and (max-width: 999px) {
	body {}
	.pageHeaderWrap {
		position: relative;
	}
	.pageHeaderWrap.isScrolled {}
	.visWrap {
		background-attachment: scroll;
		height: auto;
		position: relative;
		z-index: 1;
	}
	.visual {}
	.visual_titleWrap {}
	.visual_title {}
	.visual_title > img {}
	.visual_text {}
	.visual_scroll {
		margin-bottom: 0;
		display: none;
	}
	.visual_scroll.isScrolled {}
	.visual_scroll > b {
		font-size: 14px;
	}
	.visual_scroll > .icon {
		font-size: 70px;
	}
	.pageBody {}
	.pickup {}
	.pickup_inner {}
	.pickup_listWrap {
		width: 360px;
	}
	.pickup_listWrap.isTwo {
		width: 100%;
	}
	.pickup_list {
		left: -370px;
	}
	.pickup_list:after {}
	.pickup_list > li {
		width: 360px;
		margin-left: 10px;
	}
	.pickup_list > li:first-child {}
	.pickup_list > li:nth-child(2n+1) {}
	.isTwo .pickup_list > li {
		width: 49%;
		margin-left: 2%;
	}
	.isTwo .pickup_list > li:first-child {
		margin-left: 0;
	}
	.pickup_list > li > a {}
	.pickup_list > li > a:before {}
	.pickup_list > li > a:after {}
	.pickup_list > li > a > img {}
	.pickup_buttons {}
	.pickup_buttons > li {}
	.pickup_buttons > li:first-child {}
	.pickup_buttons > li:nth-child(2n+1) {}
	.pickup_buttons > li > button {}
	.lineup {}
	.lineup_inner {}
	.lineup_title {}
	.p-headline {}
	.p-headline > b {
		font-size: 36px;
	}
	.p-headline > small {
		font-size: 14px;
	}
	.lineup_listOuter {}
	.lineup_listWrap {}
	.lineup_list {}
	.lineup_list:after {}
	.lineup_list > li {}
	.lineup_list > li:first-child {}
	.lineup_list > li:nth-child(2n+1) {}
	.lineup_list > li > a {}
	.lineup_list > li > a:before {}
	.lineup_list > li > a:after {}
	.lineup_list > li > a > img {}
	.lineup_list > li > a > b {}
	.lineup_list > li > a > b:before {}
	.lineup_controller {
		font-size: 50px;
		height: 50px;
	}
	.lineup_controller-next {
		right: -2%;
	}
	.lineup_controller-next > .icon {}
	.lineup_controller-prev {
		left: -2%;
	}
	.lineup_controller-prev > .icon {}
	.lineup_buttons {}
	.lineup_buttons > li {}
	.lineup_buttons > li:first-child {}
	.lineup_buttons > li:nth-child(2n+1) {}
	.lineup_buttons > li > button {}
	.howto {}
	.howto_inner {}
	.howto_title {}
	.howto_list {}
	.howto_list:after {}
	.howto_list > li {}
	.howto_list > li:first-child {}
	.howto_list > li:nth-child(2n+1) {}
	.howto_list > li > a {
		font-size: 14px;
	}
	.howto_list > li > a:before {}
	.howto_list > li > a:after {}
	.howto_fig {}
	.howto_fig > img {}
	.howto_fig > figcaption {
		line-height: 40px;
	}
	.sotto {
		margin-top: 50px;
	}
	.sotto_inner {
		padding: 0;
	}
	.sotto_cols {}
	.sotto_cols:after {}
	.sotto_col {}
	.sotto_col-no1 {}
	.sotto_image {}
	.sotto_image > img {}
	.sotto_col-no2 {
		padding-top: 52px;
	}
	.sotto_title {
		width: 150px;
		height: 150px;
		padding-top: 44px;
	}
	.sotto_areaText {}
	.sotto_headline {
		text-align: right;
		padding-right: 10px;
	}
	.sotto_text {
		padding-left: 90px;
		padding-right: 10px;
	}
	.sotto_link {
		margin-right: 10px;
		margin-left: 90px;
	}
	.sotto_link > a {}
	.sotto_link > a:before {}
	.sotto_link > a:after {}
	.news {}
	.news_inner {}
	.news_cols {}
	.news_cols:after {}
	.news_col {
		width: auto;
		float: none;
		padding: 0;
	}
	.news_col-no1 {
		margin-bottom: 35px;
	}
	.news_title {
		margin-bottom: 20px;
	}
	.news_link {
		max-width: 300px;
		margin: 0 auto;
	}
	.news_link > a {}
	.news_link > a:before {}
	.news_link > a:after {}
	.news_col-no2 {}
	.news_list {}
	.news_list > li {}
	.news_list > li:first-child {}
	.news_list > li:nth-child(2n+1) {}
	.news_list > li > a {}
	.news_list > li > a:before {}
	.news_list > li > a:after {}
	.news_list > li > a > time {}
	.news_list > li > a > b {}
	.homeNavi {
		border-top: none;
		padding-top: 0;
	}
	.homeNavi_inner {}
	.homeNavi_list {}
	.homeNavi_list:after {}
	.homeNavi_list > li {
		float: none;
		width: auto;
		margin: 0 0 10px;
	}
	.homeNavi_list > li:first-child {}
	.homeNavi_list > li:nth-child(2n+1) {}
	.homeNavi_list > li > a {
		line-height: 50px;
		border-width: 2px;
	}
	.homeNavi_list > li > a:before {}
	.homeNavi_list > li > a:after {}
	.visual_link {}
	.visual_link > a {}
	.visual_link > a:before {
		content: "";
	}
	.visual_link > a:after {
		content: "";
	}
	.visual_images {
		position: relative;
		z-index: 1;
		padding-bottom: 70%;
	}
	.visual_images > li {
		background-attachment: scroll;
	}
	.visual_images > li:first-child {}
	.visual_images > li:nth-child(2n+1) {}
	.spNormal {}
	.spNormal_inCols {}
	.spNormal_inCol {}
	.spNormal_inCol-no1 {}
	.spNormal_title {
		margin-bottom: 25px;
	}
	.spNormal_subTitle {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.spNormal_title > img {}
	.spNormal_box {
		border-radius: 10px;
	}
	.spNormal_cols {
		display: block;
	}
	.spNormal_col {}
	.spNormal_col-no1 {
		margin-bottom: 9px;
	}
	.spNormal_vol {
		font-size: 27px;
	}
	.spNormal_update {
		font-size: 13px;
	}
	.spNormal_col-no2 {}
	.spNormal_catch {}
	.spNormal_name {
		font-size: 21px;
	}
	.spNormal_headline {
		font-size: 18px;
	}
	.spNormal_link {}
	.spNormal_inCol-no2 {}
	.spNormal_image {}
	.spNormal_areaText {}
	.spWide {}
	.spWide > a {
		padding: 0 25px;
	}
	.spWide > a::before {}
	.spWide > a::after {}
	.spWide_image {}
	.spWide_cols {
		padding-bottom: 25px;
	}
	.spWide_col {}
	.spWide_col-no1 {
		width: 200px;
	}
	.spWide_subTitle {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.spWide_title {}
	.spWide_title > img {}
	.spWide_col-no2 {
		width: calc(100% - 250px);
	}
	.spWide_box {}
	.spWide_inCols {}
	.spWide_inCol {}
	.spWide_inCol-no1 {}
	.spWide_vol {}
	.spWide_update {}
	.spWide_update > time {}
	.spWide_inCol-no2 {
		width: calc(100% - 125px);
	}
	.spWide_catch {}
	.spWide_name {}
	.spWide_headline {}
	.spWide_inCol-no3 {
		display: none;
	}
	.spWide_link {}
}
/* スマホ設定 */

@media screen and (max-width:699px) {
	body {}
	.pageHeaderWrap {}
	.pageHeaderWrap.isScrolled {}
	.visWrap {
		margin-bottom: 10px;
	}
	.visual {}
	.visual_titleWrap {
		width: auto;
		height: 131px;
	}
	.visual_title {
		width: 150px;
		margin: 0 auto;
	}
	.visual_title > img {}
	.visual_text {
		font-size: 12px;
		margin-top: 7px;
	}
	.visual_scroll {
		display: none;
	}
	.visual_scroll.isScrolled {}
	.visual_scroll > b {
		font-size: 14px;
		top: 5px;
	}
	.visual_scroll > .icon {
		font-size: 70px;
	}
	.pageBody {}
	.pickup {}
	.pickup_inner {}
	.pickup_listWrap {
		width: 280px;
	}
	.pickup_list {
		left: -285px;
	}
	.pickup_list:after {}
	.pickup_list > li {
		width: 280px;
		margin-left: 5px;
	}
	.pickup_list > li:first-child {}
	.pickup_list > li:nth-child(2n+1) {}
	.pickup_list > li > a {}
	.pickup_list > li > a:before {}
	.pickup_list > li > a:after {}
	.pickup_list > li > a > img {}
	.pickup_buttons {}
	.pickup_buttons > li {}
	.pickup_buttons > li:first-child {}
	.pickup_buttons > li:nth-child(2n+1) {}
	.pickup_buttons > li > button {}
	.lineup {
		margin-top: 25px;
	}
	.lineup_inner {
		padding: 0 10px;
	}
	.lineup_title {}
	.p-headline {}
	.p-headline > b {
		font-size: 24px;
	}
	.p-headline > small {
		font-size: 12px;
	}
	.lineup_listOuter {}
	.lineup_listWrap {}
	.lineup_list {}
	.lineup_list:after {}
	.lineup_list > li {
		width: 3.33%;
		text-align: center;
	}
	.lineup_list > li:first-child {}
	.lineup_list > li:nth-child(2n+1) {}
	.lineup_list > li > a {}
	.lineup_list > li > a:before {}
	.lineup_list > li > a:after {}
	.lineup_list > li > a > img {}
	.lineup_list > li > a > b {
		bottom: 0;
		right: 0;
		font-size: 10px;
		padding-top: 2px;
		padding-left: 5px;
	}
	.lineup_list > li > a > b:before {
		border-width: 3px;
	}
	.lineup_controller {
		font-size: 30px;
		height: 30px;
		top: auto;
		bottom: -43px;
	}
	.lineup_controller-next {
		right: -10px;
	}
	.lineup_controller-next > .icon {}
	.lineup_controller-prev {
		left: -10px;
	}
	.lineup_controller-prev > .icon {}
	.lineup_buttons {
		padding: 0 15px;
		margin-top: 20px;
	}
	.lineup_buttons > li {}
	.lineup_buttons > li:first-child {}
	.lineup_buttons > li:nth-child(2n+1) {}
	.lineup_buttons > li > button {}
	.howto {
		margin: 25px 0;
	}
	.howto_inner {}
	.howto_title {
		margin-bottom: 15px;
	}
	.howto_list {
		max-width: 320px;
		margin: 0 auto;
	}
	.howto_list:after {}
	.howto_list > li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.howto_list > li:first-child {}
	.howto_list > li:nth-child(2n+1) {
		margin-left: 0;
		clear: both;
	}
	.howto_list > li > a {}
	.howto_list > li > a:before {}
	.howto_list > li > a:after {}
	.howto_fig {}
	.howto_fig > img {}
	.howto_fig > figcaption {}
	.sotto {
		height: auto;
		margin-top: 25px;
	}
	.sotto_inner {}
	.sotto_cols {}
	.sotto_cols:after {}
	.sotto_col {
		float: none;
		width: auto;
	}
	.sotto_col-no1 {}
	.sotto_image {
		height: 0;
		padding-bottom: 51%;
	}
	.sotto_image > img {}
	.sotto_col-no2 {
		position: relative;
		padding-top: 80px;
	}
	.sotto_title {
		width: 120px;
		height: 120px;
		padding-top: 38px;
		bottom: auto;
		top: -60px;
	}
	.sotto_areaText {
		max-width: none;
		padding-bottom: 35px;
	}
	.sotto_headline {
		font-size: 16px;
		margin: 0 0 10px;
		text-align: center;
	}
	.sotto_text {
		padding: 0 10px;
		margin-bottom: 25px;
	}
	.sotto_link {
		max-width: 300px;
		margin: 0 auto 0;
	}
	.sotto_link > a {}
	.sotto_link > a:before {}
	.sotto_link > a:after {}
	.news {
		margin-top: 25px;
	}
	.news_inner {}
	.news_cols {}
	.news_cols:after {}
	.news_col {}
	.news_col-no1 {
		margin-bottom: 20px;
	}
	.news_title {}
	.news_link {}
	.news_link > a {}
	.news_link > a:before {}
	.news_link > a:after {}
	.news_col-no2 {
		margin-left: -15px;
		margin-right: -15px;
	}
	.news_list {}
	.news_list > li {}
	.news_list > li:first-child {}
	.news_list > li:nth-child(2n+1) {}
	.news_list > li > a {
		padding: 10px 15px;
	}
	.news_list > li > a:before {}
	.news_list > li > a:after {}
	.news_list > li > a > time {
		display: block;
		margin: 0;
		font-size: 12px;
	}
	.news_list > li > a > b {
		display: block;
	}
	.homeNavi {
		margin-top: 25px;
	}
	.homeNavi_inner {}
	.homeNavi_list {
		padding: 0;
	}
	.homeNavi_list:after {}
	.homeNavi_list > li {}
	.homeNavi_list > li:first-child {}
	.homeNavi_list > li:nth-child(2n+1) {}
	.homeNavi_list > li > a {
		font-size: 14px;
		line-height: 42px;
		border-width: 1px;
	}
	.homeNavi_list > li > a:before {}
	.homeNavi_list > li > a:after {}
	.visual_link {
		margin-top: 10px;
		width: 170px;
	}
	.visual_link > a {
		line-height: 36px;
		font-size: 14px;
	}
	.visual_link > a:before {
		content: "";
	}
	.visual_link > a:after {
		content: "";
	}
	.visual_images {}
	.visual_images > li {}
	.visual_images > li:first-child {}
	.visual_images > li:nth-child(2n+1) {}
	.spNormal {}
	.spNormal_inCols {}
	.spNormal_inCol {}
	.spNormal_inCol-no1 {
		padding: 10px 15px;
	}
	.spNormal_title {
		margin-bottom: 19px;
	}
	.spNormal_subTitle {
		font-size: 10px;
		display: none;
	}
	.spNormal_title > img {}
	.spNormal_box {
		border: none;
		padding: 0;
	}
	.spNormal_cols {}
	.spNormal_col {
		width: auto;
		margin: 0;
	}
	.spNormal_col-no1 {
		text-align: center;
	}
	.spNormal_vol {
		font-size: 22px;
	}
	.spNormal_update {}
	.spNormal_col-no2 {
		display: none;
	}
	.spNormal_catch {}
	.spNormal_name {}
	.spNormal_headline {}
	.spNormal_link {
		height: 30px;
		width: 110px;
		font-size: 13px;
		margin-top: 12px;
		max-width: 100%;
	}
	.spNormal_inCol-no2 {}
	.spNormal_image {}
	.spNormal_areaText {}
	.spWide {}
	.spWide > a {
		padding: 0 15px;
	}
	.spWide > a::before {}
	.spWide > a::after {}
	.spWide_image {}
	.spWide_cols {
		padding-bottom: 15px;
	}
	.spWide_col {}
	.spWide_col-no1 {
		width: 136px;
	}
	.spWide_subTitle {
		font-size: 11px;
		white-space: nowrap;
	}
	.spWide_title {}
	.spWide_title > img {}
	.spWide_col-no2 {
		width: 150px;
	}
	.spWide_box {
		padding: 10px 9px;
	}
	.spWide_inCols {
		display: block;
	}
	.spWide_inCol {
		width: auto;
	}
	.spWide_inCol-no1 {}
	.spWide_vol {
		font-size: 20px;
	}
	.spWide_update {
		font-size: 12px;
		margin-top: 6px;
	}
	.spWide_update > time {}
	.spWide_inCol-no2 {
		display: none;
	}
	.spWide_catch {}
	.spWide_name {}
	.spWide_headline {}
	.spWide_inCol-no3 {
		display: block;
	}
	.spWide_link {
		font-size: 12px;
		height: 36px;
		margin-top: 9px;
	}
}
