@charset "UTF-8";

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
}

main {
	display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

embed,
iframe,
img,
object,
svg {
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}

[type='checkbox'] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type='radio'] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
	cursor: pointer;
}

[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled,
button:disabled {
	cursor: default;
}

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable]:focus {
	outline: auto;
}

table {
	border-color: inherit;
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
}

body {
	background: #fff;
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック',
		yugothic, 'メイリオ', 'Meiryo', Verdana, 'Droid Sans', sans-serif;
	color: #343434;
	font-weight: normal;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	body {
		min-width: 1140px;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
		line-height: 1.57;
	}
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

a {
	color: #052578;
	text-decoration: none;
	word-break: break-all;
}

a:hover {
	color: #052578;
}

::-moz-selection {
	color: #fff;
	background: #008cd1;
}

::selection {
	color: #fff;
	background: #008cd1;
}

::-moz-selection {
	color: #fff;
	background: #008cd1;
}

input,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
	display: none;
}

sup {
	font-size: 50%;
	position: relative;
	top: -0.1em;
}

sub {
	font-size: 50%;
	position: relative;
	bottom: -0.1em;
}

@media screen and (min-width: 769px) {
	.u-sp {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.u-pc {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.hiyashichuka a:hover img {
		opacity: 0.7;
	}
}

@media screen and (max-width: 768px) {
	.hiyashichuka {
		overflow: hidden;
	}
}

.hiyashichuka__header {
	width: 1108px;
	z-index: 1300;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__header {
		width: 100%;
	}
}

.hiyashichuka__header-logo {
	width: 97px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -554px;
	z-index: 1300;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__header-logo {
		margin-left: 0;
		left: 6.4vw;
		top: 13px;
		width: 40px;
	}
}

.hiyashichuka__header-hamburger {
	display: none;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 18px;
	right: 6.4vw;
}

.hiyashichuka__header-hamburger span {
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.hiyashichuka__header-hamburger span:nth-of-type(1) {
	top: 0;
}

.hiyashichuka__header-hamburger span:nth-of-type(2) {
	top: calc(50% - 1px);
}

.hiyashichuka__header-hamburger span:nth-of-type(3) {
	top: calc(100% - 2px);
}

.hiyashichuka__header-hamburger.is-open span:nth-of-type(1) {
	top: 9px;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hiyashichuka__header-hamburger.is-open span:nth-of-type(2) {
	display: none;
}

.hiyashichuka__header-hamburger.is-open span:nth-of-type(3) {
	top: 9px;
	right: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
	.hiyashichuka__header-menu {
		display: none;
	}
}

.hiyashichuka__header-sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 30px;
	right: 50%;
	margin-right: -554px;
	z-index: 1300;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__header-sns {
		margin-right: 0;
		top: 14px;
		right: 6.4vw;
	}
}

.hiyashichuka__header-sns>li {
	width: 32px;
	margin: 0 4px;
}

.hiyashichuka__nav {
	background: #052578;
	height: 88px;
	top: -88px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__nav {
		height: 90px;
		top: -90px;
	}
}

.hiyashichuka__nav-area {
	position: relative;
	height: 88px;
	background: #052578;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__nav-area {
		height: 90px;
	}
}

.hiyashichuka__nav-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 36px 0;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__nav-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0 6.4vw;
	}
}

.hiyashichuka__nav-item {
	margin: 0 26px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__nav-item {
		width: 50%;
		margin: 0;
		padding: 8px 0;
	}
}

@media screen and (min-width: 769px) {
	.hiyashichuka__nav-item:not(:last-of-type) {
		position: relative;
	}

	.hiyashichuka__nav-item:not(:last-of-type)::after {
		content: '／';
		display: block;
		font-size: 1.6rem;
		line-height: 1;
		color: #fff;
		position: absolute;
		right: -30px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.hiyashichuka__nav-item a {
	display: block;
	height: 16px;
}

.hiyashichuka__nav-item.-new-icon a {
	height: 17px;
	padding-right: 38px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__nav-item a {
		height: 3.5vw;
		max-height: 15px;
		padding-left: 8vw;
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}

	.hiyashichuka__nav-item.-new-icon a {
		padding-right: 24px;
	}

	.hiyashichuka__nav-item a::before {
		content: '';
		display: block;
		width: 5.8vw;
		max-width: 30px;
		height: 5.8vw;
		max-height: 30px;
		background: url(/brand/hiyashichuka/images/iocn_anchor.png) no-repeat;
		background-size: contain;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.hiyashichuka__nav-item img {
	height: 100%;
	width: auto;
	vertical-align: top;
}

.hiyashichuka__inner {
	position: relative;
	z-index: 2;
	width: 1108px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__inner {
		width: 87%;
	}
}

.hiyashichuka__content {
	padding: 60px 0 80px;
	background: url(/brand/hiyashichuka/images/bg_01_pc.png) no-repeat center top;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__content {
		padding: 40px 0 60px;
		background-image: url(/brand/hiyashichuka/images/bg_01_sp.png);
		background-size: cover;
	}
}

.hiyashichuka__content-02 {
	padding: 60px 0 80px;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#2487c9),
			color-stop(49.75%, #0e59a6),
			to(#2487c9));
	background: linear-gradient(#2487c9 0%, #0e59a6 49.75%, #2487c9 100%);
	position: relative;
	overflow: hidden;
}

.hiyashichuka__content-02::after {
	content: '';
	display: block;
	width: 100%;
	height: 600px;
	background: url(/brand/hiyashichuka/images/bg_02_pc.png) no-repeat center top;
	position: absolute;
	top: 70px;
	left: 0;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__content-02::after {
		top: -35px;
		height: 80vw;
		background-image: url(/brand/hiyashichuka/images/bg_02_sp.png);
		background-size: 140% auto;
	}
}

@media screen and (max-width: 768px) {
	.hiyashichuka__content-02 {
		padding: 40px 0 60px;
	}
}

.hiyashichuka__content-03 {
	padding: 60px 0 80px;
	background: #fff;
	position: relative;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__content-03 {
		padding: 40px 0 60px;
	}
}

.hiyashichuka__button {
	display: block;
	width: 270px;
	height: 57px;
	margin: 32px auto 0;
	background: url(/brand/hiyashichuka/images/bg_button_01.png) no-repeat;
	background-size: contain;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	padding: 20px 0 0 36px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__button {
		width: 270px;
		height: 57px;
		margin-top: 5px;
	}
}

.hiyashichuka__button:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(/brand/hiyashichuka/images/bg_button_02.png);
}

.hiyashichuka__button .hiyashichuka__icon-01 {
	right: 36px;
	top: 16px;
}



.hiyashichuka__icon-01 {
	display: inline-block;
	width: 37px;
	height: 27px;
	position: absolute;
}

.hiyashichuka__icon-01::before {
	content: '';
	display: block;
	width: 28px;
	height: 26px;
	background: url(/brand/hiyashichuka/images/icon_link_01_01.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.hiyashichuka__icon-01::after {
	content: '';
	display: block;
	width: 10px;
	height: 11px;
	background: url(/brand/hiyashichuka/images/icon_link_01_02.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.hiyashichuka__icon-02 {
	display: inline-block;
	width: 37px;
	height: 27px;
	position: absolute;
}

.hiyashichuka__icon-02::before {
	content: '';
	display: block;
	width: 28px;
	height: 26px;
	background: url(/brand/hiyashichuka/images/icon_link_04_01.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.hiyashichuka__icon-02::after {
	content: '';
	display: block;
	width: 10px;
	height: 11px;
	background: url(/brand/hiyashichuka/images/icon_link_04_02.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

@media screen and (min-width: 769px) {

	.hiyashichuka a:hover .hiyashichuka__icon-01::before {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		background-image: url(/brand/hiyashichuka/images/icon_link_02_01.png);
	}

	.hiyashichuka a:hover .hiyashichuka__icon-01::after {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		background-image: url(/brand/hiyashichuka/images/icon_link_02_02.png);
	}

	.hiyashichuka a:hover .hiyashichuka__icon-02::before {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		background-image: url(/brand/hiyashichuka/images/icon_link_05_01.png);
	}

	.hiyashichuka a:hover .hiyashichuka__icon-02::after {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		background-image: url(/brand/hiyashichuka/images/icon_link_05_02.png);
	}


}

.hiyashichuka__link {
	text-decoration: underline;
	position: relative;
	padding-right: 48px;
}

.hiyashichuka__link:hover {
	text-decoration: none;
}

.hiyashichuka__link .hiyashichuka__icon-02 {
	right: 0;
	top: -5px;
}

.hiyashichuka__heading {
	text-align: center;
}

.hiyashichuka__heading-text {
	margin-top: 16px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__heading-text img {
		height: 24px;
		width: auto;
	}
}

@media screen and (min-width: 769px) {
	.hiyashichuka__heading-anim {
		width: 132px !important;
		height: 95px !important;
	}
}

@media screen and (max-width: 768px) {
	.hiyashichuka__heading-anim {
		width: 84px !important;
		height: 61px !important;
	}
}

.hiyashichuka__heading-02 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #008cd1;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__heading-02 {
		font-size: 1.8rem;
	}
}

.hiyashichuka__movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.hiyashichuka__movie-thumb {
	position: absolute;
	z-index: 1;
	width: 100%;
	cursor: pointer;
}

.hiyashichuka__movie-thumb:hover::after {
	opacity: 0.8;
}

.hiyashichuka__movie-thumb::after {
	content: '';
	display: block;
	width: 52px;
	height: 48px;
	background: url(/brand/hiyashichuka/images/icon_movie.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hiyashichuka__movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hiyashichuka__kv {
	position: relative;
}

.hiyashichuka__kv img {
	width: 100%;
	height: auto;
}

.hiyashichuka__kv-controls {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hiyashichuka__kv .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hiyashichuka__kv .slick-dots li {
	margin: 0 6px;
}

.hiyashichuka__kv .slick-dots li.slick-active button {
	background: #fff;
}

.hiyashichuka__kv .slick-dots li.slick-active button::before {
	background: #052578;
}

.hiyashichuka__kv .slick-dots button {
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	font-size: 0;
	position: relative;
}

.hiyashichuka__kv .slick-dots button::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #77cdf7;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hiyashichuka__kv .slick-dots button svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.hiyashichuka__kv .slick-dots button circle {
	fill: none;
	stroke: #a5a5a5;
	stroke-width: 1px;
	stroke-linecap: round;
	stroke-dashoffset: 62.8;
	stroke-dasharray: 62.8;
}

.hiyashichuka__kv-play {
	width: 9px;
	height: 8px;
	position: relative;
	margin-left: 10px;
	cursor: pointer;
}

.hiyashichuka__kv-play:not(.is-paused)::before {
	content: '';
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #77cdf7;
}

.hiyashichuka__kv-play:not(.is-paused)::after {
	content: '';
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #77cdf7;
}

.hiyashichuka__kv-play.is-paused::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 9px;
	border-color: transparent transparent transparent #77cdf7;
}

.hiyashichuka__kv-play.is-paused::after {
	display: none;
}

.hiyashichuka__point {
	width: 770px;
	margin: 40px 0;
	height: 233px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__point {
		width: 100%;
		height: auto;
		margin: 60px 0 0;
	}

	.hiyashichuka__point:first-of-type {
		margin-top: 45px;
	}

	.hiyashichuka__point:first-of-type .hiyashichuka__point-image {
		margin-top: 50px;
	}
}

@media screen and (min-width: 769px) {
	.hiyashichuka__point:first-of-type {
		margin-top: 94px;
		margin-left: 180px;
	}

	.hiyashichuka__point:nth-of-type(2) {
		margin-left: 252px;
	}

	.hiyashichuka__point:nth-of-type(3) {
		margin-left: 332px;
	}
}

.hiyashichuka__point-heading {
	position: relative;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__point-heading {
		padding-left: 70px;
	}
}

.hiyashichuka__point-heading-number {
	display: block;
	width: 200px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -189px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__point-heading-number {
		top: -40px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		width: 100px;
		left: -20px;
	}
}

.hiyashichuka__point-heading-note {
	display: block;
	font-size: 1.2rem;
	color: #606060;
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__point-heading-note {
		font-size: 1rem;
		margin-top: 2px;
	}
}

.hiyashichuka__point-image {
	width: 296px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-box-shadow: 8px 8px 0 rgba(152, 216, 235, 0.6);
	box-shadow: 8px 8px 0 rgba(152, 216, 235, 0.6);
}

@media screen and (max-width: 768px) {
	.hiyashichuka__point-image {
		width: 64vw;
		margin: 30px auto 0;
		position: relative;
		-webkit-box-shadow: 6px 6px 0 rgba(152, 216, 235, 0.6);
		box-shadow: 6px 6px 0 rgba(152, 216, 235, 0.6);
	}
}

.hiyashichuka__point-image img {
	vertical-align: middle;
}

.hiyashichuka__point-text {
	width: 457px;
	margin-top: 16px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__point-text {
		width: 100%;
		margin-top: 30px;
	}
}

.hiyashichuka__point-balloon {
	display: block;
	width: 166px;
	position: absolute;
	top: -51px;
	right: -58px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__point-balloon {
		width: 34vw;
		top: -10vw;
		right: -10vw;
	}
}

.hiyashichuka__song {
	background: rgba(255, 255, 255, 0.7);
	border: 4px solid #008cd1;
	padding: 50px 94px;
	margin-top: 48px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__song {
		padding: 30px 4.2vw;
		margin-top: 32px;
	}
}

.hiyashichuka__song-lead {
	font-size: 1.8rem;
	line-height: 1.55;
	text-align: center;
	font-weight: bold;
	color: #008cd1;
	padding-bottom: 30px;
	position: relative;
	width: 790px;
	margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__song-lead {
		font-size: 1.6rem;
	}
}

.hiyashichuka__song-lead::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: url(/brand/hiyashichuka/images/bg_border.png) repeat-x;
	background-size: 8px 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.hiyashichuka__hr {
	display: block;
	width: 790px;
	margin: 48px auto 45px;
	height: 3px;
	background: url(/brand/hiyashichuka/images/bg_border.png) repeat-x;
	background-size: 8px 3px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__hr {
		margin: 32px auto 30px;
	}
}

.hiyashichuka__song-title {
	font-size: 2.2rem;
	font-weight: bold;
	color: #b59711;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__song-title {
		font-size: 1.8rem;
		line-height: 1.33;
	}
}

.hiyashichuka__song-title span {
	font-size: 1.6rem;
	display: block;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__song-title span {
		font-size: 1.4rem;
		margin-top: 12px;
	}
}

.hiyashichuka__song-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__song-box {
		display: block;
	}
}

.hiyashichuka__song-movie {
	width: 444px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__song-movie {
		width: 100%;
	}
}

.hiyashichuka__song-lyrics {
	width: 444px;
	border: 2px solid #008cd1;
	background: #fff;
	height: 250px;
	position: relative;
	overflow: hidden;
	padding-right: 12px;
}

@media screen and (min-width: 769px) {
	.hiyashichuka__song-lyrics.-large {
		width: 700px;
		margin: 30px auto;
	}
}

@media screen and (max-width: 768px) {
	.hiyashichuka__song-lyrics {
		width: 100%;
		margin-top: 32px;
	}
}

.hiyashichuka__song-lyrics-scroll {
	height: 206px;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding-right: 10px;
	margin-top: 20px;
	overflow: scroll;
}

.hiyashichuka__song-lyrics-inner {
	padding: 0 25px 0 40px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__song-lyrics-inner {
		padding: 0 25px 0 20px;
	}
}

.hiyashichuka__song-lyrics-inner p+p {
	margin-top: 1em;
}

.hiyashichuka__song-lyrics-up,
.hiyashichuka__song-lyrics-down {
	display: block;
	width: 13px;
	height: 8px;
	background: url(/brand/hiyashichuka/images/icon_arrow.png) no-repeat;
	background-size: contain;
	cursor: pointer;
	position: absolute;
	right: 11px;
}

.hiyashichuka__song-lyrics-up {
	top: 10px;
}

.hiyashichuka__song-lyrics-down {
	bottom: 10px;
	transform: rotate(180deg);
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
	width: 11px;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
	background: #008cd1 !important;
	opacity: 1 !important;
}

.hiyashichuka__song-singer {
	width: 790px;
	margin: 54px auto 0;
	background: rgba(255, 255, 255, 0.7);
	padding: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 4px solid #43abde;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__song-singer {
		width: 100%;
		display: block;
		margin-top: 30px;
		padding: 32px 4.2vw;
	}
}

.hiyashichuka__song-singer-photo {
	width: 230px;
	margin-right: 32px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__song-singer-photo {
		width: 32vw;
		margin: 0 auto;
	}
}

.hiyashichuka__song-singer-profile {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.hiyashichuka__song-singer-name {
	font-size: 2.4rem;
	font-weight: bold;
	color: #008cd1;
	line-height: 1.1;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__song-singer-name {
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 16px;
	}
}

.hiyashichuka__song-singer-detail {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__song-singer-detail {
		margin-top: 16px;
	}
}

.hiyashichuka__song-singer-detail dt {
	font-size: 1.4rem;
	line-height: 1.57;
	font-weight: normal;
	clear: left;
	float: left;
}

.hiyashichuka__song-singer-detail dt:after {
	content: '：';
	display: inline;
	font-size: 1.4rem;
	line-height: 1.57;
	font-weight: normal;
}

.hiyashichuka__song-singer-detail dd {
	font-size: 1.4rem;
	line-height: 1.57;
	font-weight: normal;
}

.hiyashichuka__song-singer-text {
	font-size: 1.4rem;
	line-height: 1.57;
	margin-top: 20px;
}

.hiyashichuka__cooking-movie {
	width: 700px;
	margin: 48px auto 0;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__cooking-movie {
		width: 100%;
		margin-top: 38px;
	}
}

.hiyashichuka__cooking-text {
	width: 435px;
	margin: 56px auto 0;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__cooking-text {
		width: 87vw;
		max-width: 100%;
		margin-top: 28px;
	}
}

.hiyashichuka__cooking-step {
	width: 1108px;
	margin: 60px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__cooking-step {
		width: 100%;
		display: block;
	}
}

.hiyashichuka__cooking-step-item {
	width: 50%;
}

@media screen and (min-width: 769px) {
	.hiyashichuka__cooking-step-item:nth-child(n + 3) {
		margin-top: 35px;
	}

	.hiyashichuka__cooking-step-item:nth-child(even) {
		padding-left: 18px;
	}
}

@media screen and (max-width: 768px) {
	.hiyashichuka__cooking-step-item {
		width: 100%;
	}

	.hiyashichuka__cooking-step-item:nth-child(n + 2) {
		margin-top: 32px;
	}
}

@media screen and (max-width: 768px) {
	.hiyashichuka__cooking-step-heading {
		height: 35px;
	}

	.hiyashichuka__cooking-step-heading img {
		height: 100%;
		width: auto;
	}
}

.hiyashichuka__cooking-step-text {
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	min-height: 4em;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__cooking-step-text {
		min-height: 0;
	}
}

.hiyashichuka__cooking-step-image {
	width: 458px;
	position: relative;
	margin: 0 0 0 40px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__cooking-step-image {
		width: 74.4vw;
		margin: 90px auto 0;
	}

	.hiyashichuka__cooking-step-image.no-balloon {
		margin-top: 20px;
	}
}

.hiyashichuka__cooking-step-image img {
	vertical-align: middle;
	width: 100%;
}

.hiyashichuka__cooking-step-note {
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__cooking-step-note {
		margin-top: 8px;
	}
}

.hiyashichuka__cooking-step-balloon-01 {
	position: absolute;
	width: 240px;
	top: -124px;
	right: -58px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__cooking-step-balloon-01 {
		width: 40vw;
		top: -21vw;
		right: -8vw;
	}
}

.hiyashichuka__cooking-step-balloon-02 {
	position: absolute;
	width: 224px;
	top: -119px;
	right: -38px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__cooking-step-balloon-02 {
		width: 39vw;
		top: -21vw;
		right: -8vw;
	}
}

.hiyashichuka__cooking-step-balloon-03 {
	position: absolute;
	width: 260px;
	top: -111px;
	right: -53px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__cooking-step-balloon-03 {
		width: 42vw;
		top: -28vw;
		right: -8vw;
	}
}

.hiyashichuka__movie-list {
	width: 824px;
	margin: 48px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align: bottom;
	align-items: flex-end;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__movie-list {
		width: 100%;
		margin: 0;
	}
}

.hiyashichuka__movie-item {
	width: 380px;
	margin: 0 16px;
}

@media screen and (min-width: 769px) {
	.hiyashichuka__movie-item:nth-child(n + 3) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	.hiyashichuka__movie-item {
		width: 100%;
		margin: 30px 0 0;
	}
}

.hiyashichuka__movie-item-inner {
	margin-top: 10px;
}

.hiyashichuka__movie-item-text {
	margin-top: 10px;
}

.hiyashichuka__environment {
	width: 918px;
	margin: 22px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__environment {
		width: 100%;
		display: block;
		text-align: center;
		margin-top: 32px;
	}
}

.hiyashichuka__environment-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.hiyashichuka__environment-text {
	margin: 12px 0 20px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__environment-text {
		text-align: left;
		margin: 10px 0;
	}
}

.hiyashichuka__environment-image {
	width: 443px;
	margin-left: 32px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__environment-image {
		width: 100%;
		margin: 30px 0 0;
	}
}

.hiyashichuka__environment-image-caption {
	font-size: 1.2rem;
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__environment-image-caption {
		font-size: 1rem;
		margin-top: 7px;
	}
}

.hiyashichuka__product {
	width: 500px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__product {
		width: 100%;
	}
}

.hiyashichuka__footer {
	background: #052578;
	color: #fff;
	padding: 32px 0;
	text-align: center;
}

.hiyashichuka__footer-links {
	width: 750px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__footer-links {
		width: 100%;
		border-top: 1px solid #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
		border-bottom: 1px solid #fff;
	}
}

.hiyashichuka__footer-links a {
	color: #fff;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__footer-links a {
		font-size: 1.2rem;
		line-height: 1.1;
		height: 47px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.hiyashichuka__footer-links a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 769px) {
	.hiyashichuka__footer-links li {
		display: inline-block;
		margin-top: 4px;
	}

	.hiyashichuka__footer-links li:not(.is-no-line):after {
		content: '|';
		display: inline-block;
		margin: 0 0.5em;
	}
}

@media screen and (max-width: 768px) {
	.hiyashichuka__footer-links li {
		display: block;
		width: 50%;
		border-bottom: 1px solid #fff;
	}

	.hiyashichuka__footer-links li:nth-of-type(odd) {
		border-right: 1px solid #fff;
	}

	/* リンクが奇数個の場合 */
	.hiyashichuka__footer-links li:nth-of-type(2n):last-child {
		border-bottom: none;
	}

	/* リンクが偶数個の場合 */
	.hiyashichuka__footer-links li:nth-of-type(2n+1):not(:nth-last-child(n+3)) {
		border-bottom: none;
	}
}

.hiyashichuka__footer-copy {
	margin-top: 20px;
	font-size: 1.2rem;
}

.hiyashichuka__footer-logo {
	display: block;
	width: 222px;
	height: 33px;
	margin: 0 auto 16px;
}

.hiyashichuka__fixed-banner {
	display: block;
	width: 148px;
	position: fixed;
	z-index: 10;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__fixed-banner {
		width: 98px;
	}
}

.is-fixed .hiyashichuka__header {
	position: fixed;
}

@media screen and (max-width: 768px) {
	.is-fixed .hiyashichuka__header-hamburger {
		display: block;
	}
}

.is-fixed .hiyashichuka__header-logo {
	top: 10px;
	width: 45px;
	position: fixed;
}

@media screen and (min-width: 769px) and (max-width: 1108px) {
	.is-fixed .hiyashichuka__header-logo {
		margin: 0;
		left: 10px;
	}
}

@media screen and (max-width: 768px) {
	.is-fixed .hiyashichuka__header-logo {
		width: 32px;
	}
}

.is-fixed .hiyashichuka__header-sns {
	top: 16px;
	position: fixed;
}

@media screen and (min-width: 769px) and (max-width: 1108px) {
	.is-fixed .hiyashichuka__header-sns {
		margin: 0;
		right: 10px;
	}
}

@media screen and (max-width: 768px) {
	.is-fixed .hiyashichuka__header-sns {
		right: 16.5vw;
	}

	.is-fixed .hiyashichuka__header-sns li {
		width: 24px;
	}
}

.is-fixed .hiyashichuka__nav {
	position: fixed;
	height: 65px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1200;
}

@media screen and (max-width: 768px) {
	.is-fixed .hiyashichuka__nav {
		padding-top: 60px;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.is-fixed .hiyashichuka__nav-inner {
		width: 100%;
		padding: 0;
		border-top: 1px solid #fff;
		display: none;
	}
}

.hiyashichuka__new-icon {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 33px;
	height: 33px;
	background: url(/brand/hiyashichuka/images/icon_new.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	animation: flash 2s linear infinite;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__new-icon {
		width: 22px;
		height: 22px;
	}
}

.is-fixed .hiyashichuka__nav-item a {
	height: 13px;
}

.is-fixed .hiyashichuka__nav-item.-new-icon a {
	height: 13px;
	padding-right: 31px;
}

.is-fixed .hiyashichuka__new-icon {
	width: 26px;
	height: 26px;
}

@media screen and (max-width: 768px) {
	.is-fixed .hiyashichuka__nav-item a {
		padding-left: 0;
	}

	.is-fixed .hiyashichuka__nav-item a::before {
		display: none;
	}

	.is-fixed .hiyashichuka__new-icon {
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width: 768px) {
	.is-fixed .hiyashichuka__nav-item {
		width: 100%;
		padding: 15px 6.4vw;
		border-bottom: 1px solid #fff;
	}
}

.hiyashichuka__lead-text {
	text-align: center;
	margin-top: 45px;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__lead-text {
		text-align: left;
		margin-top: 30px;
	}
}

@keyframes flash {
	0% {
		opacity: 1;
	}

	20% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

.movie__caption-align {
	text-align: right;

}


.hiyashichuka__product__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 790px;
	margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__product__column {
		-ms-flex-direction: column;
		flex-direction: column;
		width: auto;
	}

}

.hiyashichuka__button_goma {
	display: block;
	width: 270px;
	height: 57px;
	margin: 32px auto 0;
	background: url(/brand/hiyashichuka/images/bg_button_03.png) no-repeat;
	background-size: contain;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	padding: 20px 0 0 18px;
	position: relative;
}

@media (max-width: 1020px) and (min-width: 768px) {
	.hiyashichuka__button_goma {
		font-size: 1rem;
	}
}

@media screen and (max-width: 768px) {
	.hiyashichuka__button_goma {
		margin-top: 5px;
	}

	.hiyashichuka__goma {
		margin-top: 30px;
	}
}

.hiyashichuka__button_goma:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(/brand/hiyashichuka/images/bg_button_04.png);
}

.hiyashichuka__button .hiyashichuka__icon-01 {
	right: 36px;
	top: 12px;
}

.hiyashichuka__button_goma .hiyashichuka__icon-02 {
	right: 22px;
	top: 12px;
}




.hiyashichuka__point-note {
	position: absolute;
	right: 8%;
	top: 100%;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
	.hiyashichuka__point-note {
		position: static;
		margin: 10px auto 0;

	}
}




