@charset "UTF-8";

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

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

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

html {
	line-height: 1.15;
}

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 {
	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;
}

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 {
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}

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;
}

details {
	display: block;
}

summary {
	display: list-item;
}

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 {
	box-sizing: border-box;
}

html {
	font-size: 10px;
}

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

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

@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;
}

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

.ankake_header {
	width: 1108px;
	z-index: 200;
}

@media screen and (max-width: 768px) {
	.ankake_header {
		position: fixed;
		width: 100%;
		height: 16vw;
		background: rgb(247,202,9);
		background: linear-gradient(90deg, rgba(247,202,9,1) 0%, rgba(251,244,153,1) 50%, rgba(247,202,9,1) 100%);
	}
}

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

@media screen and (max-width: 768px) {
	.ankake_header-logo {
		position: fixed;
		margin-left: 0;
		left: 6.4vw;
		top: 3.733vw;
		width: 8.533vw;
	}
}

@media screen and (max-width: 768px) {
  .ankake_header-hamburger {
    position: fixed;
    width: 5.333vw;
    height: 5.333vw;
    top: 5.067vw;
    right: 6.4vw;
    z-index: 200;
  }

	.is-open.ankake_header-hamburger {
    top: 5.667vw;
	}
}

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

.ankake_header-hamburger span {
	width: 5.333vw;
	height: 0.8vw;
	background: #fff;
	position: absolute;
	left: 0;
	transition: 0.25s;
}

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

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

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

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

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

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

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

.ankake_header-sns {
	display: flex;
	position: absolute;
	top: 30px;
	right: 50%;
	margin-right: -554px;
	z-index: 200;
}

@media screen and (max-width: 768px) {
	.ankake_header-sns {
		position: fixed;
		margin-right: 0;
				top: 4.773vw;
				right: 17.333vw;
	}
}

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

@media screen and (max-width: 768px) {
	.ankake_header-sns > li {
		margin: 0 1.067vw;
		width: 6.933vw;
	}
}

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

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

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

@media screen and (max-width: 768px) {
	.is-fixed .ankake_header-logo {
		width: 8.533vw;
		top: 3.733vw;
	}
}

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

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

@media screen and (max-width: 768px) {
	.is-fixed .ankake_header-sns {
		top: 4.773vw;
	}
}

.ankake_kv {
	position: relative;
}

@media screen and (max-width: 768px) {
	.ankake_kv {
		margin-top: 16vw;
	}
}

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

.ankake_kv-controls {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ankake_kv .slick-dots {
	display: flex;
}

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

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

.ankake_kv .slick-dots li.slick-active button::before {
	background: #C41F30;
}

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

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

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

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

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

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

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

.ankake_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 #FBC608;
}

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

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

.ankake_nav {
	background: rgb(247,202,9);
	background: linear-gradient(90deg, rgba(247,202,9,1) 0%, rgba(251,244,153,1) 50%, rgba(247,202,9,1) 100%);
	height: 88px;
	top: -88px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	.ankake_nav {
		height: 24.256vw;
		top: -24.256vw;
	}
}

.ankake_nav-area {
	position: relative;
	height: 88px;
	background: rgb(247,202,9);
	background: linear-gradient(90deg, rgba(247,202,9,1) 0%, rgba(251,244,153,1) 50%, rgba(247,202,9,1) 100%);
}

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

.ankake_nav-inner {
	display: flex;
	justify-content: center;
	padding: 36px 0;
}

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

.ankake_nav-inner_sp {
	position: fixed;
	top: 16vw;
	display: none;
	background: #C41F30;
	width: 100%;
	z-index: 100;
}

.ankake_nav-inner_sp .ankake_nav-item {
	width: 100%;
  padding: 3.733vw 6.67vw;
  border-bottom: 1px solid #fff;
	margin: 0;
}

.ankake_nav-inner_sp .ankake_nav-item:nth-of-type(even) {
	margin: 0;
}

.ankake_nav-inner_sp .ankake_nav-item a {
	display: block;
  color: #FBC608;
  font-weight: bold;
  padding-left: 0;
	height: 3.467vw;
}

.ankake_nav-inner_sp .ankake_nav-item a::before {
	display: none;
}

.ankake_nav-item {
	margin: 0 32px;
}

@media screen and (min-width: 769px) {
	.ankake_nav-item:nth-of-type(1) {
		width: 193px;
	}
}

@media screen and (min-width: 769px) {
	.ankake_nav-item:nth-of-type(2) {
		width: 157px;
	}
}

@media screen and (min-width: 769px) {
	.ankake_nav-item:nth-of-type(3) {
		width: 93px;
	}
}

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

	.ankake_nav-item:nth-of-type(even) {
		margin-left: 3.267vw;
	}
}

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

	.ankake_nav-item:not(:last-of-type)::after {
		content: "";
		position: absolute;
		background: url(/brand/ankake/images/menu_link_decoration_pc.png) no-repeat center/contain;
		width: 28px;
		height: 28px;
		right: -41px;
		top: 50%;
		transform: translateY(-50%);
	}
}

.ankake_nav-item a {
	display: block;
	height: 28px;
}

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

	.ankake_nav-item a::before {
		content: '';
		position: absolute;
		display: block;
		width: 5.867vw;
		height: 5.867vw;
		background: url(/brand/ankake/images/menu_link_decoration_sp.svg) no-repeat center/contain;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

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

/* @media screen and (max-width: 768px) {
	.is-fixed .ankake_nav-item a {
		display: block;
		color: #FBC608;
		font-weight: bold;
		padding-left: 0;
	}

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

	

	.is-fixed .ankake_nav-item:nth-of-type(even) {
		margin-left: 0;
	}
}

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

.ankake_content_1 {
	background: url(/brand/ankake/images/bg_1_pc.png) no-repeat center/cover;
	padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
	.ankake_content_1 {
		background-image: url(/brand/ankake/images/bg_1_sp.png) no-repeat center/cover;
		padding-bottom: 21.333vw;
	}
}

.ankake_content_2 {
	background: #F7CA09;
}

.ankake_content_2_bg {
	background: url(/brand/ankake/images/bg_2_pc.png) no-repeat top/cover;
	max-width: 1440px;
	margin-inline: auto;
	padding-bottom: 177px;
}

@media screen and (min-width: 1441px) {
	.ankake_content_2_bg {
		min-height: 1020px;
	}
}

@media screen and (max-width: 768px) {
	.ankake_content_2_bg {
		background: url(/brand/ankake/images/bg_2_sp.png) no-repeat top/cover;
		height: 178.667vw;
		padding-bottom: 16vw;
	}
}

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

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

.ankake_heading {
	text-align: center;
}

.ankake_content_point {
	padding-top: 60px;
}

@media screen and (max-width: 768px) {
	.ankake_content_point {
		padding-top: 10.667vw;
	}
}

.ankake_point-heading-text {
	width: 643px;
	margin: 25px auto 0;
}

@media screen and (max-width: 768px) {
	.ankake_point-heading-text {
		width: 87.467vw;
		margin-top: 2.133vw;
	}
}

.ankake_point-cooking {
	position: absolute;
	display: flex;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
	bottom: 61px;
}

@media screen and (max-width: 768px) {
	.ankake_point-cooking {
		bottom: 10.133vw;
	}
}

.ankake_point-cooking-arrow {
	width: 39px;
	margin: 0 11px;
}

@media screen and (max-width: 768px) {
	.ankake_point-cooking-arrow {
		width: 6.667vw;
		margin: 0 1.733vw;
	}
}

.ankake_point-cooking-text {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.ankake_point-cooking-text {
		font-size: 2.667vw;
	}
}

.ankake_point-cooking-text-small {
	display: block;
	font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
	.ankake_point-cooking-text-small {
		font-size: 2.133vw;
	}
}

.ankake_point-description {
	position: absolute;
	display: block;
	bottom: -1em;
	right: 0;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
	.ankake_point-description {
		font-size: 2.667vw;
		bottom: -2vw;
		right: -8vw;
	}
}

.ankake_movie-heading-text {
	width: 531px;
	margin: 16px auto 0;
}

@media screen and (max-width: 768px) {
	.ankake_movie-heading-text {
		width: 70.883vw;
	}
}

.ankake_product-heading-text {
	width: 361px;
	margin: 16px auto 0;
}

@media screen and (max-width: 768px) {
	.ankake_product-heading-text {
		width: 47.195vw;
	}
}

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

@media screen and (max-width: 768px) {
	.ankake_heading-anim {
		width: 22.4vw !important;
		height: 16.267vw !important;
	}
}

@media screen and (min-width: 769px) {
	.ankake_point-wrap {
		display: flex;
		align-items: center;
		margin-top: 60px;
	}

	.ankake_point-wrap + .ankake_point-wrap {
		margin-top: 17px;
	}
}

@media screen and (max-width: 768px) {
	.ankake_point-wrap {
		margin-top: 10.667%;
	}
}

@media screen and (min-width: 769px) {
	.ankake_point-wrap:nth-of-type(odd) {
		flex-direction: row-reverse;
		justify-content: flex-end;
		margin-left: 38px;
	}

	.ankake_point-wrap:nth-of-type(even) {
		justify-content: flex-end;
		margin-right: 68px;
	}
}

.ankake_point-heading--1 {
	width: 384px;
}

@media screen and (max-width: 768px) {
	.ankake_point-heading--1 {
		width: 61.067vw;
	}
}

.ankake_point-heading--2 {
	width: 546px;
}

@media screen and (max-width: 768px) {
	.ankake_point-heading--2 {
		width: 84.933vw;
	}
}

.ankake_point-heading--3 {
	width: 347px;
}

@media screen and (max-width: 768px) {
	.ankake_point-heading--3 {
		width: 54.267vw;
	}
}

@media screen and (max-width: 768px) {
	.ankake_point-heading--1,
	.ankake_point-heading--2,
	.ankake_point-heading--3 {
		margin-inline: auto;
	}
}

@media screen and (min-width: 769px) {
	.ankake_point-text {
		max-width: 558px;
	}

	.ankake_point-wrap:nth-of-type(1) .ankake_point-text,
	.ankake_point-wrap:nth-of-type(3) .ankake_point-text {
		margin-left: 40px;
	}

	.ankake_point-wrap:nth-of-type(2) .ankake_point-text {
		margin-right: 40px;
	}
}

.ankake_point-text p {
	font-size: 1.8rem;
	line-height: 1.75;
	margin-top: 32px;
}

@media screen and (max-width: 768px) {
	.ankake_point-text p {
		display: none;
	}
}

.ankake_point-frame {
	position: relative;
	width: 400px;
	height: 400px;
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.ankake_point-frame {
		width: 65.867vw;
		height: 65.867vw;
		margin: 7.333vw auto 0;
	}
}

.ankake_point-frame::after {
	content: "";
	position: absolute;
	background: url(/brand/ankake/images/point_image_frame.png)no-repeat center/contain;
	width: 400px;
	height: 400px;
}

@media screen and (max-width: 768px) {
	.ankake_point-frame::after {
		width: 65.867vw;
		height: 65.867vw;
	}
}

.ankake_point-zoom-image {
	position: absolute;
	width: 322px;
	height: 322px;
	border-radius: 50%;
	overflow: hidden;
	top: 39px;
	left: 39px;
}

@media screen and (max-width: 768px) {
	.ankake_point-zoom-image {
		width: 53.023vw;
		height: 53.023vw;
		top: 6.423vw;
		left: 6.423vw;
	}
}

.ankake_point-image {
	position: absolute;
	width: 322px;
	height: 322px;
	border-radius: 50%;
	overflow: hidden;
	transition: 0.2s;
	pointer-events: all;
}

@media screen and (max-width: 768px) {
	.ankake_point-image {
		width: 53.023vw;
		height: 53.023vw;
	}
}

@media screen and (min-width: 769px) {
	.ankake_point-image:hover {
		transform: scale(1.05);
	}
}

.ankake_point-text_sp {
	margin-top: 6.4vw;
	font-size: 3.733vw;
	line-height: 1.5;
}

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

.ankake_content_movie {
	padding-top: 84px;
}

@media screen and (max-width: 768px) {
	.ankake_content_movie {
		padding-top: 8.667vw;
	}
}

.ankake_movie-text {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	.ankake_movie-text {
		text-align: left;
		font-size: 3.733vw;
		line-height: 1.5;
		margin-top: 8.533vw;
	}
}

.ankake_movie-wrap {
	width: 830px;
	margin: 44px auto 0;
}

@media screen and (max-width: 768px) {
	.ankake_movie-wrap {
		width: 100%;
		margin-top: 9.52vw;
	}
}

.ankake_movie-wrap + .ankake_movie-wrap {
	margin-top: 80px;
}

@media screen and (max-width: 768px) {
	.ankake_movie-wrap + .ankake_movie-wrap {
		margin-top: 10.853vw;
	}
}

.ankake_movie-heading {
	width: 398px;
	margin-inline: auto;
}

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

.ankake_movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-top: 30px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.ankake_movie {
		margin-top: 4.267vw;
	}
}

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

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

.ankake_movie-thumb::after {
	content: '';
	position: absolute;
	display: block;
	width: 91px;
	height: 91px;
	background: url(/brand/ankake/images/icon_play.svg) no-repeat center/contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.ankake_movie-thumb::after {
		width: 13.867vw;
		height: 13.867vw;
	}
}

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

.ankake_content_product {
	padding-top: 142px;
}

@media screen and (max-width: 768px) {
	.ankake_content_product {
		padding-top: 10.667vw;
	}
}

.ankake_product-wrap {
	width: 400px;
	margin-top: 40px;
	margin-inline: auto;
}

@media screen and (max-width: 768px) {
	.ankake_product-wrap {
		width: 100%;
		margin-top: 8.533vw;
	}
}

.ankake_product-detail-button {
	display: block;
	width: 349px;
	margin: 24px auto 0;
}

@media screen and (max-width: 768px) {
	.ankake_product-detail-button {
		width: 72vw;
		margin: 8.533vw auto 0;
	}
}

.ankake_product-store-button {
	display: block;
	width: 308px;
	text-align: center;
	background: #FBC608;
	border: 2px solid #C32030;
	border-radius: 999px;
	margin: 33px auto 0;
	transition: 0.3s;
}

@media screen and (min-width: 769px) {
	.ankake_product-store-button:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 768px) {
	.ankake_product-store-button {
		width: 72vw;
		margin: 5.333vw auto 0;
	}
}

.ankake_product-store-button > span {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	color: #C41F30;
	margin: 11px 0;
	padding-right: 55px;
}

.ankake_product-store-button > span::after {
	content: "";
	position: absolute;
	background: url(/brand/ankake/images/icon_search.svg) no-repeat center;
	width: 31px;
	height: 26px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 769px) {
	.is-fixed .ankake_nav {
		position: fixed;
		height: 65px;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 100;
	}
}

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

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

