@charset "UTF-8";

/*
**************************************************************************
*	HOKURIKU GAS ガス展 202310.css
**************************************************************************/

/* --------------------------------------------------
		foundation
-------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* add */
* {
	box-sizing: border-box;
}
html {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 62.5%;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	height: 100%;
}
body {
	position: relative;
	overflow-x: hidden;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #333333;
}
a {
	outline: none;
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}
	img {
		max-width: none;
		width: 100%;
	}
}


/* --------------------------------------------------
		layout
-------------------------------------------------- */
.nav {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
}
.nav__inner {
	/*max-width: 1400px;*/
	margin: 0 auto;
}
.nav__list {
	position: relative;
	overflow: hidden;
	display: flex;
	border: 2px solid #e60012;
	border-top: none;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 0 0 2px #fffac9 inset,
				0 4px 0 4px rgba(0, 0, 0, 0.15);
	background: linear-gradient(to right, #fcde80, #fffded, #fcde80);
}
.nav__list li {
	position: relative;
	width: 25%;
}
.nav__list li + li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -1px;
	height: calc(100% - 20px);
	border-left: dashed 2px #e60012;
}
.nav__list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	height: 58px;
	color: #e60012;
	line-height: 1.4;
	text-align: center;
	transition: color .3s ease,
				background-color .3s ease;
}
.main {
	padding-top: 100px;
	background-image: url('../img/bg_01.png'), url('../img/bg_02.png'), url('../img/bg_03.png');
	background-repeat: no-repeat, repeat-y, repeat-y;
	background-position: center top;
	background-size: 100% 100px, 100% auto, 100% 200px;
}
.footer {
	padding: 40px 0;
}
.footer__copyright {
	font-size: 1.2rem;
	text-align: center;
	color: #666666;
}
@media screen and (min-width: 768px) {
	.nav__list li a:hover {
		color: #ffffff;
		background-color: #e60012;
	}
}
@media screen and (max-width: 1400px) {
	.main {
		background-size: 1400px 100px, 1400px auto, 1400px 200px;
	}
}
@media screen and (max-width: 767px) {
	.nav__list {
		border-width: 1px;
		border-radius: 0 0 10px 10px;
		box-shadow: 0 0 0 1px #fffac9 inset,
					0 2px 0 2px rgba(0, 0, 0, 0.15);
	}
	.nav__list li {
		position: relative;
		width: 25%;
	}
	.nav__list li + li::before {
		top: 6px;
		height: calc(100% - 12px);
		border-left-width: 1px;
	}
	.nav__list li a {
		height: 54px;
		font-size: 1.0rem;
	}
	.main {
		padding-top: 45px;
		background-size: 100% 30px, 150% auto, 100% 100px;
	}
	.footer {
		padding: 20px 0;
	}
	.footer__copyright {
		font-size: 1.0rem;
	}
}


/* --------------------------------------------------
		component
-------------------------------------------------- */
a[href^=tel].is-none {
	pointer-events: none;
}
.c-button--a {
	display: block;
	padding-bottom: 6px;
	margin: 0 auto;
}
.c-button--a span {
	position: relative;
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 18px 10px;
	background-color: #e60012;
	border-radius: 60px 60px;
	box-shadow: 0 6px 0 #b20a0f;
}
.c-button--a span .icon--movie {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 15px -2px 0;
	width: 30px;
	height: 28px;
	background-image: url('../img/icon_movie.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.c-button--b {
	display: block;
	padding-bottom: 6px;
	margin: 0 auto;
}
.c-button--b span {
	position: relative;
	display: block;
	color: #e60012;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 18px 10px;
	background-color: #ffffff;
	border-radius: 60px 60px;
	box-shadow: 0 6px 0 #cccccc;
}
.c-button--c {
	transition: opacity .3s ease;
}
.c-button--d {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	color: #e60012;
}
.c-button--d::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #e60012;
	border-radius: 50% 50%;
}
.c-button--d::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
	.c-button--a:hover span {
		top: 6px;
		box-shadow: none;
	}
	.c-button--b:hover span {
		top: 6px;
		box-shadow: none;
	}
	.c-button--c:hover {
		opacity: 0.95;
	}
	.c-button--d:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 767px) {
	.c-button--a {
		padding-bottom: 3px;
	}
	.c-button--a span {
		font-size: 1.3rem;
		padding: 0 10px;
		box-shadow: 0 3px 0 #b20a0f;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 46px;
	}
	.c-button--a span .icon--movie {
		margin-right: 5px;
		width: 15px;
		height: 14px;
	}
	.c-button--b {
		padding-bottom: 3px;
	}
	.c-button--b span {
		font-size: 1.4rem;
		padding: 0 10px;
		box-shadow: 0 3px 0 #cccccc;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 46px;
	}
	.c-button--d {
		padding-left: 20px;
	}
	.c-button--d::before {
		width: 15px;
		height: 15px;
	}
	.c-button--d::after {
		top: 7px;
		left: 4px;
		width: 4px;
		height: 4px;
	}
}
@media screen and (max-width: 320px) {
	.c-button--a span {
		font-size: 1.2rem;
	}
}


/* --------------------------------------------------
		project
-------------------------------------------------- */
.p-pagetop {
	position: fixed;
	z-index: 10;
	bottom: 205px;
	right: 70px;
	display: none;
}
.p-pagetop a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	border: 3px solid #e60012;
	background-color: #ffffff;
	border-radius: 50% 50%;
	box-shadow: 0 6px 0 rgba(0,0,0,0.15);
}
.p-pagetop a:after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	left: calc(50% - 5px);
	width: 8px;
	height: 8px;
	border-top: 3px solid #e60012;
	border-left: 3px solid #e60012;
	transform: rotate(45deg);
}
.p-contact {
	position: fixed;
	z-index: 10;
	bottom: 30px;
	right: 40px;
}
.p-contact a {
	position: relative;
	display: block;
	width: 120px;
	height: 120px;
	border: 3px solid #ffffff;
	background-color: #e60012;
	border-radius: 50% 50%;
	box-shadow: 0 6px 0 rgba(0,0,0,0.15);
	text-align: center;
}
.p-contact a .pop {
	position: absolute;
	z-index: 1;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	background-color: #fff100;
	border-radius: 8px 8px;
	width: 110px;
	padding: 8px 0;
	top: -46px;
	left: 5px;
}
.p-contact a .pop:before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: calc(50% - 8px);
	border: 8px solid transparent;
	border-top-color: #fff100;
}
.p-contact a .icon {
	width: 38px;
	margin: 18px auto 5px;
}
.p-contact a .text {
	font-size: 1.0rem;
	line-height: 1.4;
	color: #ffffff;
}
.p-contact a .text span {
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
	.p-pagetop a:hover {
		top: 6px;
		box-shadow: none;
	}
	.p-contact a:hover {
		top: 6px;
		box-shadow: none;
	}
}
@media screen and (max-width: 767px) {
	.p-pagetop {
		bottom: 135px;
		right: 30px;
	}
	.p-pagetop a {
		width: 50px;
		height: 50px;
		border-width: 2px;
		box-shadow: 0 4px 0 rgba(0,0,0,0.15);
	}
	.p-pagetop a:after {
		left: calc(50% - 4px);
		width: 7px;
		height: 7px;
		border-top-width: 2px;
		border-left-width: 2px;
	}
	.p-contact {
		bottom: 10px;
		right: 15px;
	}
	.p-contact a {
		width: 80px;
		height: 80px;
		border-width: 2px;
		box-shadow: 0 4px 0 rgba(0,0,0,0.15);
	}
	.p-contact a .pop {
		font-size: 0.8rem;
		border-radius: 8px 8px;
		width: 70px;
		padding: 8px 0;
		top: -38px;
	}
	.p-contact a .pop:before {
		bottom: -10px;
		left: calc(50% - 5px);
		border-width: 5px;
	}
	.p-contact a .icon {
		width: 25px;
		margin-top: 10px;
	}
	.p-contact a .text {
		font-size: 0.7rem;
	}
	.p-contact a .text span {
		font-size: 0.9rem;
	}
}


/* --------------------------------------------------
		utility
-------------------------------------------------- */
.u-pc {
	display: block;
}
.u-sp {
	display: none;
}
.u-cfx::after {
	content: "";
	display: table;
	clear: both;
}
.u-ancher {
	padding-top: 60px;
	margin-top: -60px;
}
.u-cts {
	position: relative;
}
.u-cts__inner {
	position: relative;
	max-width: 1040px;
	padding: 0 30px;
	margin: 0 auto;
}
.u-bold {
	font-weight: bold;
}
.u-center {
	text-align: center;
}
.u-left {
	text-align: left;
}
.u-right {
	text-align: right;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.u-pc {
		display: none;
	}
	.u-sp {
		display: block;
	}
	.u-ancher {
		padding-top: 55px;
		margin-top: -55px;
	}
	.u-cts__inner {
		max-width: none;
		padding: 0 15px;
	}
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	background-color: #e60012;
	padding: 100px 0 60px;
}
.visual__banner {
	margin: 0 -10px;
}
.visual__banner .item {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 20px 20px;
	margin: 0 10px;
}
.visual__banner .slick-list {
	overflow: visible;
}
.visual__thumb {
	margin: 10px -5px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.visual__thumb .item {
	margin: 10px 5px 0;
	width: 120px;
	cursor: pointer;
}
.visual__thumb .item.is-active {
	opacity: 0.5;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.visual {
		padding: 70px 0 30px;
	}
	.visual__banner {
		margin: 0 10px;
	}
	.visual__banner .item {
		border-radius: 10px 10px;
		margin: 0 5px;
	}
	.visual__thumb {
		margin: 11px -2px 0;
	}
	.visual__thumb .item {
		margin: 4px 2px 0;
		width: calc(120 / 750 * 100vw);
	}
}


/* --------------------------------------------------
		event
-------------------------------------------------- */
.event {
	margin-bottom: 80px;
}
.event__inner {
	position: relative;
	overflow: hidden;
	background-color: #fffde9;
	border-radius: 20px 20px;
}
.event__title {
	text-align: center;
	background-color: #e60012;
	padding: 24px 0;
	line-height: 1;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.event {
		margin-bottom: 40px;
	}
	.event__inner {
		border-radius: 10px 10px;
	}
	.event__title {
		padding: 12px 0;
	}
	.event__title img {
		width: 30.43478260869565%;
	}
}


/* --------------------------------------------------
		recommend
-------------------------------------------------- */
.recommend {
	margin-bottom: 80px;
}
.recommend__title {
	position: relative;
	z-index: 2;
	text-align: center;
}
.recommend__inner {
	position: relative;
	overflow: hidden;
	margin-top: -25px;
	border-radius: 20px 20px;
	background-color: #ffffff;
}
.recommend-ancher__list {
	position: relative;
	z-index: 1;
	display: flex;
	background-color: #e60012;
}
.recommend-ancher__list li {
	position: relative;
	width: 25%;
}
.recommend-ancher__list li + li:before {
	content: "";
	position: absolute;
	left: -1px;
	top: 40px;
	height: calc(100% - 70px);
	border-left: 2px dashed #ffffff;
}
.recommend-ancher__list li a {
	display: flex;
	text-align: center;
	align-items: center;
	color: #ffffff;
	height: 100%;
	padding: 45px 10px 60px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
.recommend-ancher__list li a > span {
	width: 100%;
}
.recommend-ancher__list li a:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 20px;
	bottom: 30px;
	left: calc(50% - 20px);
	border-radius: 10px 10px;
	background-color: #ffffff;
	transition: bottom .3s ease;
}
.recommend-ancher__list li a:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	bottom: 37px;
	left: calc(50% - 4px);
	border-top: 3px solid #e60012;
	border-left: 3px solid #e60012;
	transform: rotate(-135deg);
	transition: bottom .3s ease;
}
.recommend-box__inner {
	padding: 60px 4.081632653061224% 80px;
}
.recommend-box + .recommend-box .recommend-box__inner {
	border-top: 2px dashed #fabe00;
}
.recommend-box__images {
	margin-bottom: 40px;
}
.recommend-box__images .images-thumb {
	margin: 12px -4px 0;
	display: flex;
	flex-wrap: wrap;
}
.recommend-box__images .images-thumb li {
	padding: 0 4px;
	margin-top: 8px;
	width: 100px;
}
.recommend-box__images .images-thumb li {
	cursor: pointer;
}
.recommend-box__images .images-thumb li.is-active {
	opacity: 0.5;
}
.recommend-box__list {
	display: flex;
	justify-content: center;
	margin: 40px -1.111111111111111% 0;
}
.recommend-box__list li {
	width: 50%;
	padding: 0 1.08695652173913%;
}
.recommend-box.recommend--01 .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.recommend-box.recommend--01 .title span:nth-of-type(1) {
	width: calc(586 / 900 * 100%);
}
.recommend-box.recommend--01 .title span:nth-of-type(2) {
	width: calc(300 / 900 * 100%);
}
.recommend-box.recommend--01 .point__button {
	display: none;
}
.recommend-box.recommend--01 .point__list {
	display: flex;
	flex-wrap: wrap;
	margin: -40px calc(-22.5 / 900 * 100%) 0;
}
.recommend-box.recommend--01 .point__list li {
	width: 33.3333333333%;
	padding: 40px calc(22.5 / 945 * 100%) 0;
	line-height: 1.6;
}
.recommend-box.recommend--01 .point__list li h4 {
	margin: 20px 0 10px;
	font-weight: bold;
}
.recommend-box.recommend--01 .point__list li p {
	font-size: 1.4rem;
}
.recommend-box.recommend--01 .point__list li p.note {
	font-size: 1.0rem;
	margin-top: 10px;
	color: #666666;
}
.recommend-box.recommend--01 .point__note {
	font-size: 1.4rem;
	margin-top: 30px;
}
.recommend-box.recommend--02 .title {
	margin-bottom: 20px;
}
.recommend-box.recommend--02 .manufacturer-list {
	display: flex;
	margin: 40px -1.666666666666667% 0;
}
.recommend-box.recommend--02 .manufacturer-list li {
	width: 33.33333333333%;
	padding: 0 1.612903225806452%;
}
.recommend-box.recommend--02 .manufacturer-list li a {
	display: block;
	text-align: center;
}
.recommend-box.recommend--02 .manufacturer-list li a .logo {
	display: block;
	margin-bottom: 6px;
	padding: 48px 15px;
	border-radius: 20px 20px;
	border: 2px solid #dddddd;
	font-size: 0;
}
.recommend-box.recommend--02 .manufacturer-list li a .text {
	display: inline-block;
	color: #e60012;
	line-height: 1.6;
}
.recommend-box.recommend--02 .manufacturer-list li a .text i {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('../img/icon_outside.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.recommend-box.recommend--03 .recommend-box__inner {
	border-top: none;
}
.recommend-box.recommend--03 .title {
	margin: -60px -4.444444444444444% 30px;
}
.recommend-box.recommend--03 .reason__list {
	display: flex;
	flex-wrap: wrap;
	margin: -30px -2.222222222222222% 40px;
}
.recommend-box.recommend--03 .reason__list li {
	margin-top: 30px;
	width: 50%;
	padding: 0 2.127659574468085%;
}
.recommend-box.recommend--03 .reason__list li h4 {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 306px;
	margin: 0 auto;
	font-size: 0;
}
.recommend-box.recommend--03 .reason__list li .box {
	position: relative;
	overflow: hidden;
	margin-top: -30px;
	padding-top: 40px;
	height: calc(100% - 16px);
}
.recommend-box.recommend--03 .reason__list li .box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: #ff8523;
	border-radius: 20px 20px 0 0;
}
.recommend-box.recommend--03 .reason__list li .unit {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	padding: 20px 6.976744186046512%;
	border: 2px solid #e6e1c9;
	border-top: none;
	border-radius: 0 0 20px 20px;
	background-color: #fffbeb;
	font-size: 1.8rem;
	height: 100%;
}
.recommend-box.recommend--03 .reason__list li .text {
	flex: 1;
	padding-right: 4.054054054054054%;
}
.recommend-box.recommend--03 .reason__list li .image {
	width: 27.02702702702703%;
}
.recommend-box.recommend--03 .reason__list li:nth-of-type(4) .image {
	width: 37.83783783783784%;
	margin-right: -4.054054054054054%;
}
.recommend-box.recommend--03 .text--01 {
	text-align: center;
	margin-bottom: 40px;
}
.recommend-box.recommend--03 .text--02 {
	border: 2px solid #ed6d00;
	background-color: #ed6d00;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 10px 10px;
	font-size: 0;
	padding: 14px 0;
}
.recommend-box.recommend--03 .text--03 {
	border: 2px solid #ed6d00;
	background-color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 10px 10px;
	font-size: 0;
	padding: 14px 0;
}
.recommend-box.recommend--03 .text--04 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.recommend-box.recommend--03 .text--04 .icon {
	width: 80px;
	height: 80px;
	color: #ffffff;
	background-color: #9b571e;
	text-align: center;
	border-radius: 50% 50%;
	line-height: 1.2;
	font-size: 2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.recommend-box.recommend--03 .text--04 .text {
	font-size: 2.8rem;
	font-weight: bold;
	color: #9b571e;
	margin-left: 20px;
}
.contact__title {
	text-align: center;
	color: #e60012;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
}
.contact__title span {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}
.contact__title span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #e60012;
	transform: rotate(-30deg);
}
.contact__title span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 100%;
	background-color: #e60012;
	transform: rotate(30deg);
}
.contact-box {
	position: relative;
	padding: 50px 4.081632653061224% 60px;
	background-color: #e60012;
	text-align: center;
	color: #ffffff;
}
.contact-box .pic {
	position: absolute;
	top: 30px;
	left: 6.122448979591837%;
}
.contact-box .title {
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}
.contact-box .text {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}
.contact-box .button {
	max-width: 430px;
}
@media screen and (min-width: 768px) {
	.recommend-ancher__list li a:hover:before {
		bottom: 26px;
	}
	.recommend-ancher__list li a:hover:after {
		bottom: 33px;
	}
	.recommend-box.recommend--02 .manufacturer-list li a:hover .text {
		text-decoration: underline;
	}
}
@media screen and (max-width: 1023px) {
	.recommend-box.recommend--03 .reason__list li .text br {
		display: none;
	}
}
@media screen and (max-width: 917px) {
	.contact-box .pic {
		top: 20px;
		left: 3.122448979591837%;
	}
}
@media screen and (max-width: 767px) {
	.recommend {
		margin-bottom: 40px;
	}
	.recommend__inner {
		margin-top: -14px;
		border-radius: 10px 10px;
	}
	.recommend-ancher__list li + li:before {
		top: 19px;
		height: calc(100% - 35px);
		border-left-width: 1px;
	}
	.recommend-ancher__list li a {
		font-size: 1.0rem;
		padding: 24px 5px 35px;
	}
	.recommend-ancher__list li a:before {
		width: 30px;
		height: 15px;
		bottom: 15px;
		left: calc(50% - 15px);
	}
	.recommend-ancher__list li a:after {
		bottom: 21px;
		border-top-width: 2px;
		border-left-width: 2px;
	}
	.recommend-ancher__list li a span.small {
		font-size: 0.7rem;
	}
	.recommend-box__inner {
		padding: 20px 15px 30px;
	}
	.recommend-box + .recommend-box .recommend-box__inner {
		border-top-width: 1px;
	}
	.recommend-box__images {
		margin-bottom: 20px;
	}
	.recommend-box__images .images-thumb {
		margin: 4px -3px 0;
	}
	.recommend-box__images .images-thumb li {
		padding: 0 3px;
		margin-top: 6px;
		width: 20%;
	}
	.recommend-box__list {
		margin: 20px -2px 0;
	}
	.recommend-box__list li {
		padding: 0 2px;
	}
	.recommend-box.recommend--01 .title {
		margin-bottom: 15px;
		justify-content: center;
	}
	.recommend-box.recommend--01 .title span:nth-of-type(1) {
		width: 93.01587301587302%;
	}
	.recommend-box.recommend--01 .subtitle {
		margin: 20px 0;
	}
	.recommend-box.recommend--01 .subtitle span {
		width: 57.142857142857147%;
		margin: 0 auto;
	}
	.recommend-box.recommend--01 .point__button {
		position: relative;
		display: block;
		font-size: 1.2rem;
		font-weight: bold;
		padding: 12px 15px;
		border-radius: 6px 6px;
		color: #e60012;
		border:  1px solid #e60012;
	}
	.recommend-box.recommend--01 .point__button:before {
		content: "";
		position: absolute;
		top: calc(50% - 1px);
		right: 15px;
		width: 16px;
		height: 2px;
		background-color: #e60012;
	}
	.recommend-box.recommend--01 .point__button:after {
		content: "";
		position: absolute;
		top: calc(50% - 8px);
		right: 22px;
		width: 2px;
		height: 16px;
		background-color: #e60012;
	}
	.recommend-box.recommend--01 .point__button.is-active:after {
		opacity: 0;
	}
	.recommend-box.recommend--01 .point__box {
		display: none;
	}
	.recommend-box.recommend--01 .point__list {
		margin: -20px calc(-15 / 630 * 100%) 0;
		padding-top: 20px;
	}
	.recommend-box.recommend--01 .point__list li {
		width: 50%;
		padding: 20px calc(15 / 660 * 100%) 0;
	}
	.recommend-box.recommend--01 .point__list li h4 {
		margin: 15px 0 10px;
		font-size: 1.3rem;
	}
	.recommend-box.recommend--01 .point__list li p {
		font-size: 1.1rem;
	}
	.recommend-box.recommend--01 .point__list li p.note {
		font-size: 0.8rem;
	}
	.recommend-box.recommend--01 .point__note {
		font-size: 1.1rem;
		margin-top: 15px;
	}
	.recommend-box.recommend--02 .manufacturer-list {
		margin: 20px -4px 0;
	}
	.recommend-box.recommend--02 .manufacturer-list li {
		padding: 0 4px;
	}
	.recommend-box.recommend--02 .manufacturer-list li a .logo {
		padding: 20px 10px;
		border-radius: 10px 10px;
		border-width: 1px;
	}
	.recommend-box.recommend--02 .manufacturer-list li a .logo img {
		max-width: 79px;
	}
	.recommend-box.recommend--02 .manufacturer-list li a .text {
		font-size: 1.0rem;
	}
	.recommend-box.recommend--02 .manufacturer-list li a .text i {
		width: 7px;
		height: 7px;
	}
	.recommend-box.recommend--03 .title {
		margin: -20px -15px 15px;
	}
	.recommend-box.recommend--03 .reason__list {
		margin: -10px -7px 20px;
	}
	.recommend-box.recommend--03 .reason__list li {
		margin-top: 10px;
		padding: 0 7px;
	}
	.recommend-box.recommend--03 .reason__list li h4 {
		width: 90.66666666666667%;
		max-width: none;
	}
	.recommend-box.recommend--03 .reason__list li .box {
		margin-top: calc(100vw / 750 * -31);
		padding-top: calc(100vw / 750 * 41);
		height: calc(100% - 16px);
	}
	.recommend-box.recommend--03 .reason__list li .box:before {
		height: calc(100vw / 750 * 41);
		border-radius: 10px 10px 0 0;
	}
	.recommend-box.recommend--03 .reason__list li .unit {
		display: block;
		padding: 10px 5px 20px;
		border-width: 1px;
		border-top: none;
		border-radius: 0 0 10px 10px;
		background-color: #fffbeb;
		font-size: 1.0rem;
		height: 100%;
	}
	.recommend-box.recommend--03 .reason__list li .text {
		text-align: center;
		padding-right: 0;
	}
	.recommend-box.recommend--03 .reason__list li .text br {
		display: block;
	}
	.recommend-box.recommend--03 .reason__list li .image {
		width: 36.10108303249097%;
		margin: 0 auto 10px;
	}
	.recommend-box.recommend--03 .reason__list li:nth-of-type(4) .image {
		width: 50.54151624548736%;
		margin-right: auto;
	}
	.recommend-box.recommend--03 .text--01 {
		text-align: center;
		margin-bottom: 20px;
	}
	.recommend-box.recommend--03 .text--02 {
		border-width: 1px;
		margin-bottom: 10px;
		border-radius: 5px 5px;
		padding: 14px 0;
	}
	.recommend-box.recommend--03 .text--02 img {
		width: 92.6517571884984%;
	}
	.recommend-box.recommend--03 .text--03 {
		border-width: 1px;
		margin-bottom: 10px;
		border-radius: 5px 5px;
		padding: 14px 0;
	}
	.recommend-box.recommend--03 .text--03 img {
		width: 92.6517571884984%;
	}
	.recommend-box.recommend--03 .text--04 .icon {
		width: 40px;
		height: 40px;
		font-size: 1.0rem;
	}
	.recommend-box.recommend--03 .text--04 .text {
		font-size: 1.4rem;
		margin-left: 10px;
	}
	.contact__title {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.contact__title span {
		position: relative;
		display: inline-block;
		padding: 0 15px;
	}
	.contact__title span:before {
		width: 2px;
	}
	.contact__title span:after {
		width: 2px;
	}
	.contact-box {
		padding: 30px 15px 30px;
	}
	.contact-box .pic {
		left: 10px;
		width: 17.68115942028986%;
		max-width: 100px;
	}
	.contact-box .title {
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	.contact-box .text {
		font-size: 1.2rem;
		margin-bottom: 15px;
	}
	.contact-box .button {
		max-width: none;
	}
}


/* --------------------------------------------------
		nav-ancher
-------------------------------------------------- */
.nav-ancher {
	margin-bottom: 40px;
}
.nav-ancher__title {
	position: relative;
	z-index: 1;
	text-align: center;
}
.nav-ancher__list {
	display: flex;
	border-radius: 20px 20px;
	color: #ffffff;
	background-color: #e60012;
	margin-top: -25px;
}
.nav-ancher__list li {
	position: relative;
	width: 25%;
}
.nav-ancher__list li + li:before {
	content: "";
	position: absolute;
	left: -1px;
	top: 30px;
	height: calc(100% - 60px);
	border-left: 2px dashed #ffffff;
}
.nav-ancher__list li a {
	display: flex;
	text-align: center;
	align-items: center;
	height: 100%;
	padding: 45px 10px 75px;
}
.nav-ancher__list li a span {
	width: 100%;
	line-height: 1.4;
}
.nav-ancher__list li a:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 20px;
	bottom: 45px;
	left: calc(50% - 20px);
	border-radius: 10px 10px;
	background-color: #ffffff;
	transition: bottom .3s ease;
}
.nav-ancher__list li a:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	bottom: 52px;
	left: calc(50% - 4px);
	border-top: 3px solid #e60012;
	border-left: 3px solid #e60012;
	transform: rotate(-135deg);
	transition: bottom .3s ease;
}
@media screen and (min-width: 768px) {
	.nav-ancher__list li a:hover:before {
		bottom: 41px;
	}
	.nav-ancher__list li a:hover:after {
		bottom: 48px;
	}
}
@media screen and (max-width: 767px) {
	.nav-ancher {
		margin-bottom: 20px;
	}
	.nav-ancher__list {
		margin-top: calc(-27 / 690 * 100%);
		border-radius: 10px 10px;
	}
	.nav-ancher__list li + li:before {
		top: 20px;
		height: calc(100% - 30px);
		border-left-width: 1px;
	}
	.nav-ancher__list li a {
		font-size: 1.0rem;
		padding: calc(10px + 15 / 86 * 100%) 5px 34px;
	}
	.nav-ancher__list li a:before {
		width: 30px;
		height: 15px;
		bottom: 10px;
		left: calc(50% - 15px);
	}
	.nav-ancher__list li a:after {
		bottom: 16px;
		border-top-width: 2px;
		border-left-width: 2px;
	}
}


/* --------------------------------------------------
		venue
-------------------------------------------------- */
.venue-box__wrap {
	position: relative;
	padding-top: 40px;
}
.venue-illust {
	position: absolute;
	z-index: 2;
	right: 2.208333333333333%;
	top: -20px;
}
.venue-box + .venue-box {
	margin-top: -20px;
}
.venue-box__inner {
	position: relative;
	overflow: hidden;
	border-radius: 20px 20px;
	background-color: #ffffff;
}
.venue-box__title {
	text-align: center;
	padding: 24px 0;
	background-color: #e60012;
	line-height: 1;
}
.venue-box .specisl-box {
	padding: 40px 4.081632653061224%;
	background-color: #ffffff;
}
.venue-box .specisl-box__title {
	text-align: center;
	margin-bottom: 40px;
	line-height: 1;
}
.venue-box .specisl-box__list {
	display: flex;
	flex-wrap: wrap;
	margin: -40px -2.222222222222222% 0;
}
.venue-box .specisl-box__list > .item {
	width: 50%;
	margin-top: 40px;
	padding: 0 2.127659574468085%;
}
.venue-box .specisl-box__list a {
	position: relative;
	display: block;
	padding-bottom: 6px;
}
.venue-box .specisl-box__list a > span {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.9rem;
	color: #ffffff;
	background-color: #14449c;
	box-shadow: 0 6px 0 #18367d;
}
.venue-box .specisl-box__list a > span span {
	display: block;
	padding: 13px 0;
}
.venue-box__body .shop-box {
	padding: 40px 4.081632653061224%;
	background-color: #f2f2f2;
}
.venue-box__body .shop-box__button a {
	position: relative;
	display: block;
	padding: 15px 20px;
	border-radius: 10px 10px;
	border:  1px solid #dddddd;
	background-color: #ffffff;
}
.venue-box__body .shop-box__button a:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
	width: 16px;
	height: 2px;
	background-color: #bbbbbb;
}
.venue-box__body .shop-box__button a:after {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: 27px;
	width: 2px;
	height: 16px;
	background-color: #bbbbbb;
}
.venue-box__body .shop-box__button a.is-active:after {
	opacity: 0;
}
.venue-box__body .shop-box__body {
	display: none;
}
.venue-box__body .area__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.222222222222222%;
}
.venue-box__body .area__list .shop {
	width: 50%;
	margin-top: 40px;
	padding: 0 2.127659574468085%;
	font-size: 1.4rem;
	line-height: 1.6;
}
.venue-box__body .area__list .title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #000000;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.venue-box__body .area__list .image {
	margin-bottom: 20px;
}
.venue-box__body .area__list .image img {
	max-width: none;
	width: 100%;
}
.venue-box__body .area__list .link {
	font-size: 1.6rem;
	margin-top: 10px;
}
.venue-box__body .area__list .link li {
	margin-top: 2px;
}
@media screen and (min-width: 768px) {
	.venue-box .specisl-box__list a:hover span {
		top: 6px;
		box-shadow: none;
	}
}
@media screen and (max-width: 767px) {
	.venue-box__wrap {
		padding-top: calc(16.53333333333333vw - 30px);
	}
	.venue-illust {
		top: 0;
		width: 21.33333333333333vw;
	}
	.venue-box + .venue-box {
		margin-top: -35px;
	}
	.venue-box__inner {
		border-radius: 10px 10px;
	}
	.venue-box__title {
		padding: 12px 0;
	}
	.venue-box__title img {
		width: 56.52173913043478%;
	}
	.venue-box .specisl-box {
		padding: 30px 15px;
	}
	.venue-box .specisl-box__title {
		margin-bottom: 30px;
	}
	.venue-box .specisl-box__list {
		display: block;
		flex-wrap: wrap;
		margin: 0 0;
	}
	.venue-box .specisl-box__list > .item {
		width: 100%;
		margin-top: 0;
		padding: 0 0;
	}
	.venue-box .specisl-box__list > .item + .item {
		margin-top: 15px;
	}
	.venue-box .specisl-box__list a {
		position: relative;
		display: block;
		padding-bottom: 6px;
	}
	.venue-box .specisl-box__list a > span {
		border-radius: 10px 10px;
		font-size: 1.4rem;
		box-shadow: 0 3px 0 #18367d;
	}
	.venue-box .specisl-box__list a > span span {
		display: block;
		padding: 9px 0;
	}
	.venue-box__body .shop-box {
		padding: 30px 15px;
	}
	.venue-box__body .shop-box__button a {
		font-size: 1.2rem;
		padding: 12px 40px 12px 15px;
		border-radius: 6px 6px;
	}
	.venue-box__body .shop-box__button a:before {
		right: 15px;
	}
	.venue-box__body .shop-box__button a:after {
		right: 22px;
	}
	.venue-box__body .area__list {
		display: block;
		margin: 0 0;
	}
	.venue-box__body .area__list .shop {
		width: 100%;
		margin-top: 30px;
		padding: 0 0;
		font-size: 1.0rem;
	}
	.venue-box__body .area__list .title {
		font-size: 1.4rem;
		padding-bottom: 6px;
		margin-bottom: 10px;
	}
	.venue-box__body .area__list .image {
		margin-bottom: 15px;
	}
	.venue-box__body .area__list .link {
		font-size: 1.2rem;
	}
}


/* --------------------------------------------------
		hg-modal
-------------------------------------------------- */
.mfp-fade.mfp-bg {
	opacity: 0.85;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 1;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-container {
	padding-left: 30px;
	padding-right: 30px;
}
.hg-modal button.mfp-close {
	top: 20px;
	right: 0;
	width: 60px;
	height: 60px;
	font-size: 0;
	padding: 0 0;
	margin: 0 0;
	background-image: url('../img/icon_close.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
}
.hg-modal {
	position: relative;
	margin: 0 auto;
	padding: 100px 0;
}
.hg-modal.movie {
	max-width: 960px;
}
.hg-modal__movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.hg-modal__movie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hg-modal.shop {
	max-width: 620px;
}
.hg-modal.shop .hg-modal__inner {
	padding: 10px 10px;
	background-color: #ffffff;
	line-height: 1.6;
}
.hg-modal.shop .body {
	padding: 30px 30px;
}
.hg-modal.shop .body .text {
	margin-bottom: 30px;
}
.hg-modal.shop .body .info {
	padding-top: 30px;
	border-top: 1px solid #dddddd;
	font-size: 1.4rem;
}
.hg-modal.shop .body .link {
	margin-top: 10px;
}
.hg-modal.shop .body .link li {
	margin-top: 5px;
}
.hg-modal.shop .body .item {
	display: flex;
	margin: 30px -1.851851851851852% 0;
}
.hg-modal.shop .body .item li {
	width: 50%;
	padding: 0 1.785714285714286%;
}
.hg-modal.shop .body .item .item-image {
	border: 1px solid #dddddd;
}
.hg-modal.shop .body .item .item-hot {
	color: #e60012;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 10px;
}
.hg-modal.shop .body .item .item-hot span {
	display: inline-block;
	background-color: #fdd936;
	padding: 4px 10px 2px;
}
.hg-modal.shop .body .item .item-name {
	margin-top: 8px;
	font-weight: bold;
	color: #000000;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.mfp-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hg-modal button.mfp-close {
		top: 10px;
		width: 30px;
		height: 30px;
	}
	.hg-modal {
		padding: 50px 0;
	}
	.hg-modal.shop .hg-modal__inner {
		padding: 0 0;
	}
	.hg-modal.shop .body {
		padding: 20px 15px;
	}
	.hg-modal.shop .body .text {
		margin-bottom: 15px;
	}
	.hg-modal.shop .body .info {
		padding-top: 15px;
		font-size: 1.2rem;
	}
	.hg-modal.shop .body .item {
		margin: 15px -2.380952380952381% 0;
	}
	.hg-modal.shop .body .item li {
		padding: 0 2.272727272727273%;
	}
	.hg-modal.shop .body .item .item-hot {
		font-size: 1.0rem;
		margin-top: 5px;
	}
	.hg-modal.shop .body .item .item-hot span {
		padding: 4px 5px 2px;
	}
	.hg-modal.shop .body .item .item-name {
		margin-top: 5px;
		font-size: 1.2rem;
	}
}


/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
