@charset "UTF-8";

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

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:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

@font-face {
	font-family: FuturaStd;
	font-style: normal;
	font-weight: 200;
	src: url(../fonts/FuturaStd-Book.woff) format("woff"), url(../fonts/FuturaStd-Book.woff2) format("woff2"), url(../fonts/FuturaStd-Book.ttf) format("truetype")
}

@font-face {
	font-family: FuturaStd;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/FuturaStd-Medium.woff) format("woff"), url(../fonts/FuturaStd-Medium.woff2) format("woff2"), url(../fonts/FuturaStd-Medium.ttf) format("truetype")
}

@font-face {
	font-family: FuturaStd;
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/FuturaStd-Heavy.woff) format("woff"), url(../fonts/FuturaStd-Heavy.woff2) format("woff2"), url(../fonts/FuturaStd-Heavy.ttf) format("truetype")
}

html {
	font-family: FuturaStd, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 62.5%
}

body {
	font-size: 1.4rem;
	position: relative;
	line-height: 2.4;
	letter-spacing: .06em;
	font-weight: 200
}

@media (max-width:680px) {
	body {
		font-size: 1.4rem
	}
}

img {
	width: 100%;
	vertical-align: bottom
}

a {
	text-decoration: none
}

* {
	box-sizing: border-box
}

#container {
	width: 100%;
	background-color: #000
}

.pmSS {
	padding-bottom: 16px
}

.pmS {
	padding-bottom: 32px
}

.pmM {
	padding-bottom: 40px
}

.pmL {
	padding-bottom: 40px
}

body {
	width: 100%;
	position: relative
}

body .content-wrap {
	width: 100%
}

@media (max-width:1024px) {
	body .content-wrap {
		min-width: auto;
		overflow: hidden
	}
}

.l-content {
	max-width: calc(1200px + 14.28571vw);
	margin: 0 auto;
	padding: 0 120px;
	box-sizing: border-box;
	position: relative
}

@media (max-width:1024px) {
	.l-content {
		padding-left: 5.959%;
		padding-right: 5.959%
	}
}

.content-wrap {
	background: #fff;
	width: 100%;
	overflow: hidden
}

.pc-newline {
	display: block
}

@media (max-width:1024px) {
	.pc-newline {
		display: inline
	}
}

@media (max-width:1024px) {
	.sp-newline {
		display: inline-block
	}
}

.p-eventList {
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto 80px
}

@media (max-width:680px) {
	.p-eventList {
		margin: 40px auto
	}
}

.p-eventItem {
	width: calc(100% / 3);
	margin-bottom: 80px
}

@media (max-width:680px) {
	.p-eventItem {
		width: 100%;
		margin-bottom: 0;
		padding: 16px 0 8px;
		border-bottom: solid 1px #d1d0d1
	}
}

.p-eventItem a {
	display: block;
	color: #000
}

@media (max-width:680px) {
	.p-eventItem a {
		display: flex
	}
}

.p-eventItem .p-eventItem__thumb {
	position: relative;
	height: 230px;
	overflow: hidden
}

@media (max-width:680px) {
	.p-eventItem .p-eventItem__thumb {
		height: 80px;
		width: 40%;
		margin-right: 4%
	}
}

.p-eventItem .p-eventItem__thumb img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block
}

.p-eventItem .p-eventItem__categry {
	display: inline-block
}

.p-eventItem .p-eventItem__categry li {
	display: inline-block
}

.p-eventItem .p-eventItem__categry a {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 0 24px;
	border-radius: 16px;
	line-height: 23px;
	transition: all .3s;
	border: solid 2px #000
}

.p-eventItem .p-eventItem__categry a:hover {
	background: #fff;
	color: #000;
	border: solid 2px #000
}

.p-eventItem .p-eventItem__text {
	padding: 16px;
	box-sizing: border-box
}

@media (max-width:680px) {
	.p-eventItem .p-eventItem__text {
		width: 56%;
		padding: 0
	}
}

.p-eventItem .p-eventItem__date {
	font-weight: 700
}

.p-con__ttl01 {
	letter-spacing: .08em;
	font-size: 1.4rem
}

.p-con__ttl02 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2;
	letter-spacing: .08em
}

@media (max-width:680px) {
	.p-con__ttl02 {
		letter-spacing: .02em
	}
}

.p-section-ttl_ja {
	font-size: 2rem;
	font-weight: 700
}

.p-content-ttl {
	display: block;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 16px
}

.p-content-ttl span {
	display: block
}

.p-content-ttl .p-ttl_num {
	display: flex;
	align-items: center
}

.p-content-ttl .p-ttl_num::after {
	content: "";
	width: 24px;
	height: 1px;
	background-color: #000;
	margin-left: 16px
}

.p-btn__arrow01 {
	margin-top: 32px
}

.p-btn__arrow01 a, .p-btn__arrow01 p {
	color: #000;
	font-weight: 600;
	display: flex
}

.p-btn__arrow01 a::after, .p-btn__arrow01 p::after {
	content: "+";
	background-color: rgba(50, 50, 50, .2);
	padding: 8px;
	margin-left: 16px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}

.btn-sitelink {
	position: relative
}

.btn-sitelink::before {
	content: url(../images/svg/link.svg);
	display: inline-block;
	width: 12px;
	padding-right: 8px
}

.p-wrap .g-navi {
	color: #000
}

.p-wrap .g-navi .visual_subnav li a {
	color: #000
}

.p-wrap .g-navi svg {
	fill: #000
}

.p-wrap .hamburger-box .menu__text {
	color: #000
}

.p-wrap .hamburger .hamburger-line {
	background-color: #000
}

.p-wrap.open .g-navi {
	color: #fff
}

.p-wrap.open .g-navi svg {
	fill: #fff
}

.p-wrap.open .hamburger-box .menu__text {
	color: #fff
}

.p-wrap.open .hamburger .hamburger-line {
	background-color: #fff
}

.g-navi {
	width: 100%;
	padding-left: 5.959%;
	padding-right: 5.959%;
	padding-top: 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: fixed;
	z-index: 1000;
	color: #fff
}

@media (max-width:680px) {
	.g-navi {
		padding-top: 20px
	}
}

.g-navi h1 {
	max-width: 120px;
	position: relative;
	z-index: 1000
}

@media (max-width:680px) {
	.g-navi h1 {
		margin-top: 16px
	}
}

.g-navi h1 a {
	display: block
}

.g-navi h1 a svg {
	display: block;
	width: 120px
}

@media (max-width:680px) {
	.g-navi h1 a svg {
		width: 80px
	}
}

.g-navi .visual_sidenav {
	display: flex;
	align-items: flex-start
}

.g-navi .visual_subnav {
	display: flex;
	align-items: center
}

@media (max-width:680px) {
	.g-navi .visual_subnav {
		display: none
	}
}

.g-navi .visual_subnav li {
	margin: 0 16px
}

.g-navi .visual_subnav li a {
	display: inline-block;
	color: #fff;
	font-size: 1.4rem
}

.g-navi .visual_subnav li .g-navi__icon, .g-navi .visual_subnav li img {
	width: 16px;
	vertical-align: middle
}

.g-navi svg {
	fill: #fff
}

.g-navi.bback .visual_subnav li a {
	color: #000
}

.g-navi.bback .hamburger-box .menu__text {
	color: #000
}

.g-navi.bback .hamburger .hamburger-line {
	background-color: #000
}

.g-navi.bback svg {
	fill: #000
}

.open .g-navi.bback .visual_subnav li a {
	color: #fff
}

.open .g-navi.bback .hamburger-box .menu__text {
	color: #fff
}

.open .g-navi.bback .hamburger .hamburger-line {
	background-color: #fff
}

.open .g-navi.bback svg {
	fill: #fff
}

.hamburger-box {
	margin: 4px 0 0 16px;
	position: relative;
	z-index: 1000;
	cursor: pointer
}

.hamburger-box .menu__text {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.4rem
}

.hamburger {
	width: 16px;
	height: 28px;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	border-radius: 40px;
	margin-bottom: 16px
}

.hamburger .hamburger-line {
	width: 100%;
	height: 1px;
	background-color: #fff;
	display: block;
	border-radius: 80px;
	transition: all .4s;
	position: absolute;
	margin: auto
}

.hamburger .hamburger-line:nth-child(2) {
	width: 70%
}

.hamburger.active .menu__text {
	color: #fff
}

.hamburger .hamburger-line:nth-of-type(1) {
	top: 7px
}

.hamburger .hamburger-line:nth-of-type(2) {
	top: 0;
	bottom: 0
}

.hamburger .hamburger-line:nth-of-type(3) {
	bottom: 7px
}

.open .hamburger .hamburger-line:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.open .hamburger .hamburger-line:nth-child(2) {
	top: 18px;
	width: 0;
	left: 50%
}

.open .hamburger .hamburger-line:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.menu-wrap {
	color: #fff;
	position: fixed;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	overflow: scroll;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 29px;
	padding: 0 100px 0 100px;
	box-sizing: border-box;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
	transition: transform 1s cubic-bezier(.215, .61, .355, 1);
	transition: transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
	background: #000
}

@media (max-width:680px) {
	.menu-wrap {
		font-size: 1.4rem;
		padding: 0 100px 0 40px
	}
}

.open .menu-wrap {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.hamburger-box {
	z-index: 1000
}

.menu-wrap a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	transition: color .6s ease
}

.menu-wrap ul {
	list-style: none;
	margin-top: 0;
	display: flex;
	flex-wrap: wrap
}

@media (max-width:680px) {
	.menu-wrap ul {
		margin-top: 40px
	}
}

.menu-wrap ul li {
	width: 50%;
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
	transition: -webkit-transform 1.3s ease;
	transition: transform 1.3s ease;
	transition: transform 1.3s ease, -webkit-transform 1.3s ease;
	position: relative;
	overflow: hidden;
	padding-bottom: 2px
}

.menu-wrap ul li:after {
	content: "";
	display: block;
	width: 500px;
	height: 1px;
	background: #fff;
	left: -600px;
	position: absolute;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease
}

.menu-wrap ul li:hover:after {
	-webkit-transform: translateX(300px);
	transform: translateX(300px)
}

.menu-wrap ul li:nth-child(2) {
	transition-delay: .15s
}

.menu-wrap ul li:nth-child(3) {
	transition-delay: .3s
}

.menu-wrap ul li:nth-child(4) {
	transition-delay: .45s
}

.menu-wrap ul li:nth-child(5) {
	transition-delay: .6s
}

.menu-wrap ul li:nth-child(6) {
	transition-delay: .75s
}

.menu-wrap ul li:nth-child(7) {
	transition-delay: .9s
}

.menu-wrap ul li:nth-child(8) {
	transition-delay: 1.05s
}

.open .menu-wrap li {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.nav-bg {
	opacity: 0;
	background-image: linear-gradient(-45deg, #ff00bf, #ffea00);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	transition: all 1s ease
}

.nav-bg.active {
	opacity: 1
}

.l-footer {
	background: #000
}

.l-footer__navi {
	display: flex
}

@media (max-width:680px) {
	.l-footer__navi {
		display: block
	}
}

.l-footer__navi li {
	width: 50%;
	position: relative
}

@media (max-width:680px) {
	.l-footer__navi li {
		width: 100%
	}
}

.l-footer__navi li a {
	display: block;
	width: 100%;
	color: #fff;
	position: relative;
	text-align: center
}

.l-footer__navi li a .footer__navi-text {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.l-footer__navi li .p-btn__arrow01 {
	position: absolute;
	bottom: 24px;
	right: 40px;
	z-index: 2
}

.l-footer__navi li .p-btn__arrow01 p {
	color: #fff
}

.l-footer__naviList .l-footer__naviList-in {
	padding: 24px 40px 32px 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}

@media (max-width:680px) {
	.l-footer__naviList .l-footer__naviList-in {
		display: block;
		padding: 56px 40px 32px 40px
	}
}

.l-footer__naviList .l-footer__naviList-icon .l-footer__naviList-icon__logo {
	max-width: 120px
}

@media (max-width:680px) {
	.l-footer__naviList .l-footer__naviList-icon .l-footer__naviList-icon__logo {
		margin: 0 auto 16px
	}
}

.l-footer__naviList .l-footer__naviList-icon ul {
	display: flex;
	align-items: center;
	margin-top: 8px
}

@media (max-width:680px) {
	.l-footer__naviList .l-footer__naviList-icon ul {
		justify-content: center;
		margin-bottom: 40px
	}
}

.l-footer__naviList .l-footer__naviList-icon ul li {
	margin: 0 16px 0 0
}

@media (max-width:680px) {
	.l-footer__naviList .l-footer__naviList-icon ul li {
		margin: 0 16px
	}
}

.l-footer__naviList .l-footer__naviList-icon ul li a {
	display: block
}

@media (max-width:680px) {
	.l-footer__naviList .l-footer__naviList-icon ul li a {
		width: 100%
	}
}

.l-footer__naviList .l-footer__naviList-icon ul li svg {
	fill: #fff;
	width: 16px;
	vertical-align: middle
}

.l-footer__naviList .l-footer__naviList-text ul {
	display: flex
}

@media (max-width:680px) {
	.l-footer__naviList .l-footer__naviList-text ul {
		margin-top: 24px;
		flex-wrap: wrap;
		border-top: 1px solid #6f6f6f
	}
}

.l-footer__naviList .l-footer__naviList-text ul li {
	margin-left: 8px
}

@media (max-width:680px) {
	.l-footer__naviList .l-footer__naviList-text ul li {
		width: 50%;
		margin-left: 0;
		border-bottom: 1px solid #6f6f6f
	}
}

.l-footer__naviList .l-footer__naviList-text ul a {
	font-size: 1.2rem;
	letter-spacing: .08em;
	display: inline-block;
	color: #fff;
	text-align: right;
	box-sizing: border-box
}

@media (max-width:680px) {
	.l-footer__naviList .l-footer__naviList-text ul a {
		width: 100%;
		text-align: left;
		padding: 8px 0
	}
}

.l-footer__naviList .l-footer__naviList-text ul a:hover {
	text-decoration: underline
}

@media (max-width:680px) {
	.l-footer__naviList .l-footer__naviList-text ul a:hover {
		text-decoration: none
	}
}

.l-footer__naviList .p-copy {
	font-size: 1.2rem;
	text-align: right;
	color: #6f6f6f
}

@media (max-width:680px) {
	.l-footer__naviList .p-copy {
		text-align: center;
		margin-top: 24px
	}
}

.h-text {
	transition: all .3s ease-in-out
}

.h-text:hover {
	opacity: .5
}

.h-img-wrap {
	transition: .8s
}

.h-img-mask {
	width: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: .7;
	transition: all .3s ease-in-out;
	z-index: 1
}

.h-img-wrap:hover .h-img-mask {
	opacity: 0
}

.block-revealer__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	pointer-events: none;
	opacity: 0
}

body {
	position: relative
}

.cursor-follower {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none
}

.cursor-follower {
	width: 24px;
	height: 24px;
	border: solid 1px rgba(0, 0, 0, .2);
	z-index: 1000;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: -webkit-transform ease .1s;
	transition: transform ease .1s;
	transition: transform ease .1s, -webkit-transform ease .1s;
	display: flex;
	justify-content: center;
	align-items: center
}

.cursor-follower span {
	display: inline-block
}

@media (max-width:1024px) {
	.cursor-follower {
		display: none
	}
}

.fadein span {
	opacity: 0
}

.fadein_ttl {
	opacity: 0
}

.fadein_ttl span {
	opacity: 0
}

h1 {
	opacity: 0
}

.visual_subnav li {
	opacity: 0;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

.hamburger-box {
	opacity: 0;
	-webkit-transform: translate(50px, 0);
	transform: translate(50px, 0)
}

.visual_movie {
	-webkit-filter: blur(1px);
	filter: blur(1px);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	background-color: #000
}

.visual_news {
	opacity: 0
}

.p-con__ttl02 {
	opacity: 0
}

.l-top-con__des {
	opacity: 0;
	position: relative;
	top: 16px
}

.fadeinList li {
	opacity: 0
}

.l-top-con-bg__num {
	opacity: 0;
	zoom: 1.1
}

.visual_title span {
	color: transparent;
	-webkit-animation: blur 10s ease-out;
	animation: blur 10s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.visual_title span:nth-child(1) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.visual_title span:nth-child(2) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.visual_title span:nth-child(3) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.visual_title span:nth-child(4) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.visual_title span:nth-child(5) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.visual_title span:nth-child(6) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.visual_title span:nth-child(7) {
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

@-webkit-keyframes blur {
	0% {
		text-shadow: 0 0 100px #fff;
		opacity: 0
	}

	5% {
		text-shadow: 0 0 90px #fff
	}

	15% {
		opacity: 1
	}

	20% {
		text-shadow: 0 0 0 #fff
	}

	100% {
		text-shadow: 0 0 0 #fff
	}
}

@keyframes blur {
	0% {
		text-shadow: 0 0 100px #fff;
		opacity: 0
	}

	5% {
		text-shadow: 0 0 90px #fff
	}

	15% {
		opacity: 1
	}

	20% {
		text-shadow: 0 0 0 #fff
	}

	100% {
		text-shadow: 0 0 0 #fff
	}
}

.p-single {
	padding-top: 160px
}

.p-single .l-content {
	margin-bottom: 160px;
	max-width: 820px
}

.p-single h2 {
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 40px
}

.p-single-article {
	margin-bottom: 160px
}

.p-single-article img {
	width: auto
}

.p-single-article p {
	margin-bottom: 24px
}

.p-single-article a {
	color: #000;
	text-decoration: underline;
	transition: all .3s ease-in-out
}

.p-single-article a:hover {
	text-decoration: none
}

.p-single-share {
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 80px
}

.p-single-share .p-single-shareList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}

.p-single-share .p-single-shareList .p-single-shareItem {
	margin: 8px 4px 0
}

.p-single-share .p-single-shareList .p-single-shareItem a {
	display: flex;
	align-items: center;
	padding: 24px;
	background: #efefef;
	border-radius: 50%;
	transition: all .3s ease-in-out
}

.p-single-share .p-single-shareList .p-single-shareItem a:hover {
	background: #000
}

.p-single-share .p-single-shareList .p-single-shareItem a:hover svg {
	fill: #fff
}

.p-single-share .p-single-shareList .p-single-shareItem svg {
	fill: #000;
	display: block;
	width: 24px;
	height: 24px
}

.p-single-sidenavi .p-single-sidenaviList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.p-single-sidenavi .p-single-sidenaviList .p-single-sidenaviItem {
	width: 48%
}

.p-single-sidenavi .p-single-sidenaviList .p-single-sidenaviItem a {
	border: solid 1px #000;
	color: #000;
	position: relative;
	display: inline-block;
	padding: 16px;
	box-sizing: border-box;
	line-height: 1.6;
	transition: all .3s ease-in-out;
	width: 100%
}

.p-single-sidenavi .p-single-sidenaviList .p-single-sidenaviItem a::before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #000;
	top: 50%;
	left: -30px;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	transition: all .3s ease-in-out
}

.p-single-sidenavi .p-single-sidenaviList .p-single-sidenaviItem a span {
	padding-left: 16px;
	display: inline-block
}

.p-single-sidenavi .p-single-sidenaviList .p-single-sidenaviItem a:hover::before {
	left: -40px
}

.p-single-sidenavi .p-single-sidenaviList .p-single-sidenavi__prev a::before {
	left: auto;
	right: -30px
}

.p-single-sidenavi .p-single-sidenaviList .p-single-sidenavi__prev a span {
	padding-left: 0;
	padding-right: 16px
}

.p-single-sidenavi .p-single-sidenaviList .p-single-sidenavi__prev a:hover::before {
	left: auto;
	right: -40px
}

.p-single-back {
	text-align: center;
	margin: 80px auto 80px
}

.p-single-back a {
	display: inline-block;
	color: #000;
	line-height: 1.4;
	text-align: center;
	font-size: 2.8rem
}

.p-single-back span {
	display: block
}

.p-single-back span:last-child {
	font-size: 1.4rem;
	font-weight: 700
}

.visual-wrap {
	width: 100%;
	min-width: 1200px;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	position: relative;
	padding: 40px 0 80px 0
}

@media (max-width:1024px) {
	.visual-wrap {
		padding: 16px 0 80px 0;
		min-width: auto
	}
}

@media (max-width:680px) {
	.visual-wrap {
		padding: 16px 0 0 0
	}
}

.visual_title {
	max-width: 960px;
	margin: 160px auto 120px;
	font-size: 4rem;
	line-height: 2;
	letter-spacing: .08em;
	box-sizing: border-box
}

.visual_title span {
	display: block;
	font-weight: 200
}

@media (max-width:680px) {
	.visual_title {
		padding-left: 5.959%;
		padding-right: 5.959%;
		font-size: 2.8rem;
		margin: 35% auto 120px
	}
}

.visual_news {
	max-width: 960px;
	margin: 0 auto
}

.visual_news .visual_news-inner {
	max-width: 400px
}

@media (max-width:680px) {
	.visual_news .visual_news-inner {
		max-width: 100%;
		background-color: #fff;
		color: #000;
		padding-left: 5.959%;
		padding-right: 5.959%;
		padding-top: 24px;
		padding-bottom: 24px
	}
}

.visual_news .visual_news__title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px
}

.visual_news .visual_news__title a {
	font-weight: 400;
	color: #fff;
	text-decoration: underline
}

@media (max-width:680px) {
	.visual_news .visual_news__title a {
		color: #000
	}
}

.visual_news .visual_news__title a:hover {
	text-decoration: none
}

.visual_news .visual_news__wrap {
	display: flex;
	align-items: flex-start
}

.visual_news .visual_news__date {
	font-size: 1.2rem;
	margin-right: 40px
}

.visual_news .visual_news__text a {
	color: #fff
}

@media (max-width:680px) {
	.visual_news .visual_news__text a {
		color: #000
	}
}

.visual_movie {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1
}

.movielist {
	background-color: #000
}

.movielist ul {
	display: flex;
	width: 100%
}

@media (max-width:680px) {
	.movielist ul {
		flex-wrap: wrap
	}
}

.movielist ul li {
	width: calc(100% / 3);
	height: 120px;
	overflow: hidden
}

@media (max-width:680px) {
	.movielist ul li {
		width: 50%;
		height: 90px
	}
}

.movielist ul .movielist__inner {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
	font-size: 1.2rem
}

@media (max-width:680px) {
	.movielist ul .movielist__inner {
		font-size: 1rem
	}
}

.movielist ul .movielist__inner .movielist-icon {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}

@media (max-width:680px) {
	.movielist ul .movielist__inner .movielist-icon {
		width: 100%
	}
}

.movielist ul .movielist__inner .movielist-icon img {
	width: 40px;
	margin-bottom: 8px
}

@media (max-width:680px) {
	.movielist ul .movielist__inner .movielist-icon img {
		width: 20px;
		margin-bottom: 0
	}
}

.movielist ul .movielist__inner .movielist-icon span {
	display: block
}

.movielist ul .movielist__inner .movielist-img {
	width: 100%
}

.l-top-con {
	position: relative;
	box-sizing: border-box
}

.l-top-con .l-top-con__inn {
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 2
}

@media (max-width:680px) {
	.l-top-con .l-top-con__inn {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		align-items: flex-start
	}
}

.l-top-con .l-top-con__text {
	width: 50%;
	box-sizing: border-box
}

@media (max-width:680px) {
	.l-top-con .l-top-con__text {
		width: 100%
	}
}

.l-top-con .l-top-con__text .p-con__ttl01 {
	padding-bottom: 16px
}

.l-top-con .l-top-con__text .p-con__ttl02 {
	padding-bottom: 16px
}

.l-top-con .l-top-con__img {
	width: 50%
}

@media (max-width:680px) {
	.l-top-con .l-top-con__img {
		width: 70%;
		margin-bottom: 24px
	}
}

.l-top-con .l-top-con-bg__num {
	width: 140px;
	height: 100px;
	position: absolute
}

@media (max-width:680px) {
	.l-top-con .l-top-con-bg__num {
		max-width: 80px
	}
}

.l-top-con .l-top-con-bg__text {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: 600;
	font-size: 6rem;
	color: #42475a;
	letter-spacing: .08em
}

@media (max-width:680px) {
	.l-top-con .l-top-con-bg__text {
		font-size: 4rem
	}
}

.p-top-concept {
	padding: 120px 0
}

@media (max-width:680px) {
	.p-top-concept {
		padding: 80px 0 0 0
	}
}

.p-top-concept .l-top-con__inn {
	flex-direction: row-reverse
}

@media (max-width:680px) {
	.p-top-concept .l-top-con__inn {
		flex-direction: column-reverse
	}
}

.p-top-concept .l-top-con__text {
	padding: 0 0 0 120px
}

@media (max-width:680px) {
	.p-top-concept .l-top-con__text {
		padding: 0 0 0 20%
	}
}

.p-top-concept .l-top-con-bg {
	position: absolute;
	display: block;
	width: 40%;
	height: 80%;
	bottom: 0;
	z-index: 1
}

@media (max-width:680px) {
	.p-top-concept .l-top-con-bg {
		height: 60%;
		bottom: auto;
		top: 0
	}
}

.p-top-concept .l-top-con-bg .l-top-con-bg__text {
	position: absolute;
	bottom: 0;
	left: -54px;
	z-index: 2
}

@media (max-width:680px) {
	.p-top-concept .l-top-con-bg .l-top-con-bg__text {
		left: -40px
	}
}

.p-top-concept .l-top-con-bg .l-top-con-bg__gray {
	background-color: #f0f0f0;
	width: 100%;
	height: 100%
}

.p-top-concept .l-top-con-bg__num {
	bottom: 120px;
	right: 120px
}

@media (max-width:680px) {
	.p-top-concept .l-top-con-bg__num {
		top: 50%;
		right: 20px;
		bottom: 0
	}
}

.p-top-service {
	padding: 120px 0
}

@media (max-width:680px) {
	.p-top-service {
		padding: 120px 0 0 0
	}
}

@media (max-width:680px) {
	.p-top-service .l-top-con__inn {
		align-items: flex-end
	}
}

.p-top-service .l-top-con__text {
	padding: 0 120px 0 0
}

@media (max-width:680px) {
	.p-top-service .l-top-con__text {
		padding: 0 20% 0 0
	}
}

.p-top-service .l-top-con-bg {
	position: absolute;
	display: block;
	width: 30%;
	height: 720px;
	right: 0;
	top: 300px;
	z-index: 1
}

@media (max-width:680px) {
	.p-top-service .l-top-con-bg {
		top: 200px;
		height: 300px;
		width: 50%
	}
}

.p-top-service .l-top-con-bg .l-top-con-bg__text {
	position: absolute;
	bottom: 0;
	right: -50px
}

.p-top-service .l-top-con-bg .l-top-con-bg__gray {
	background-color: #f0f0f0;
	width: 100%;
	height: 100%
}

.p-top-service .l-top-con-bg__num {
	top: 160px;
	left: 120px
}

@media (max-width:680px) {
	.p-top-service .l-top-con-bg__num {
		top: 56%;
		left: 20px
	}
}

.p-top-cheff {
	padding: 120px 0
}

@media (max-width:680px) {
	.p-top-cheff {
		padding: 80px 0 0 0
	}
}

.p-top-cheff .l-top-con__inn {
	flex-direction: row-reverse
}

@media (max-width:680px) {
	.p-top-cheff .l-top-con__inn {
		flex-direction: column-reverse
	}
}

.p-top-cheff .l-top-con__text {
	padding: 0 0 0 120px
}

@media (max-width:680px) {
	.p-top-cheff .l-top-con__text {
		padding: 0 0 0 20%
	}
}

.p-top-cheff .l-top-con-bg {
	position: absolute;
	display: block;
	width: 62%;
	height: 400px;
	bottom: 0;
	z-index: 1
}

@media (max-width:680px) {
	.p-top-cheff .l-top-con-bg {
		bottom: 200px
	}
}

.p-top-cheff .l-top-con-bg .l-top-con-bg__text {
	position: absolute;
	bottom: 0;
	left: -54px
}

.p-top-cheff .l-top-con-bg .l-top-con-bg__gray {
	background-color: #f0f0f0;
	width: 100%;
	height: 100%
}

.p-top-cheff .l-top-con-bg__num {
	bottom: 320px;
	right: 120px
}

@media (max-width:680px) {
	.p-top-cheff .l-top-con-bg__num {
		bottom: 300px;
		right: 20px
	}
}

.p-top__customer {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	padding-bottom: 120px
}

@media (max-width:680px) {
	.p-top__customer {
		padding-top: 80px;
		padding-bottom: 0
	}
}

.p-top__customer .p-top__customer__title {
	text-align: center;
	color: #000;
	margin-bottom: 24px
}

.p-top__customer ul {
	display: flex;
	flex-wrap: wrap
}

.p-top__customer ul li {
	width: calc(100% / 5);
	padding: 0 48px;
	box-sizing: border-box;
	margin-bottom: 32px
}

@media (max-width:1024px) {
	.p-top__customer ul li {
		padding: 0 40px
	}
}

@media (max-width:680px) {
	.p-top__customer ul li {
		width: calc(100% / 3);
		padding: 0 24px
	}
}

.p-top__gallery {
	padding: 120px 0;
	box-sizing: border-box
}

@media (max-width:680px) {
	.p-top__gallery {
		padding: 80px 0 0 0
	}
}

.p-top__gallery .p-top__gallery__title {
	text-align: center;
	margin-bottom: 24px
}

@media (max-width:680px) {
	.p-top__gallery .p-top__gallery__title {
		margin-bottom: 8px
	}
}

.p-top__gallery .p-top__gallery__title a {
	display: inline-block;
	color: #000
}

.p-top__gallery ul {
	display: flex;
	flex-wrap: wrap
}

@media (max-width:680px) {
	.p-top__gallery ul {
		padding: 0 40px;
		box-sizing: border-box
	}
}

.p-top__gallery ul li {
	width: calc(100% / 4)
}

@media (max-width:680px) {
	.p-top__gallery ul li {
		width: calc(100% / 2);
		padding: 8px;
		box-sizing: border-box
	}
}

@media (max-width:680px) {
	.insta-gallery-feed[data-feed_layout=gallery] .insta-gallery-list .insta-gallery-item, .insta-gallery-feed[data-feed_layout=masonry] .insta-gallery-list .insta-gallery-item {
		min-width: 50%
	}
}

.p-top-plan {
	background-image: url(../images/top/plan@2x.png);
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin: 160px auto 120px
}

@media (max-width:680px) {
	.p-top-plan {
		background-image: url(../images/top/sp_plan@2x.png);
		margin: 80px auto 80px
	}
}

.p-top-plan .p-top-plan__text {
	text-align: center;
	color: #fff;
	padding: 56px 0 40px;
	box-sizing: border-box
}

.p-top-plan .p-top-plan__text .p-con__ttl02 {
	margin-bottom: 24px
}

.p-top-plan .p-btn__arrow01 {
	text-align: center;
	width: 100%
}

.p-top-plan .p-btn__arrow01 a {
	justify-content: center
}

.p-top-plan__list {
	display: flex;
	margin: 40px auto;
	justify-content: center
}

@media (max-width:680px) {
	.p-top-plan__list {
		display: block;
		margin: 0 auto
	}
}

.p-top-plan__list .p-top-plan__listItem {
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 6px 6px rgba(0, 0, 0, .04);
	padding: 52px 24px;
	margin: 0 16px 0 0
}

@media (max-width:680px) {
	.p-top-plan__list .p-top-plan__listItem {
		padding: 24px;
		margin: 0 0 8px 0;
		box-shadow: 0 0 3px 3px rgba(0, 0, 0, .04)
	}

	.p-top-plan__list .p-top-plan__listItem section {
		display: flex;
		align-items: center
	}

	.p-top-plan__list .p-top-plan__listItem section .p-top-plan__listItem_ttl {
		position: relative;
		padding-right: 40px;
		width: 40%
	}

	.p-top-plan__list .p-top-plan__listItem section .p-top-plan__listItem_ttl::after {
		content: "";
		width: 1px;
		height: 80%;
		background: #000;
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
}

.p-top-plan__list .p-con__ttl01 {
	font-size: 1.2rem;
	padding-bottom: 8px
}

@media (max-width:680px) {
	.p-top-plan__list .p-con__ttl01 {
		padding-bottom: 0
	}
}

.p-top-plan__list .p-con__ttl02 {
	padding-bottom: 16px
}

@media (max-width:680px) {
	.p-top-plan__list .p-con__ttl02 {
		font-size: 1.6rem;
		padding-bottom: 0
	}
}

.p-top-plan__list .p-con__ttl02::after {
	content: "";
	width: 24px;
	height: 1px;
	background: #000;
	display: block;
	position: relative;
	top: 8px
}

@media (max-width:680px) {
	.p-top-plan__list .p-con__ttl02::after {
		display: none
	}
}

.p-top-plan__list .p-top-plan__list-price {
	padding-top: 8px;
	font-size: 2rem;
	font-weight: 600
}

@media (max-width:680px) {
	.p-top-plan__list .p-top-plan__list-price {
		padding-top: 0
	}
}

.p-top-plan__list .p-top-plan__list-price span {
	font-size: 1.4rem;
	padding-left: 2px
}

.p-top-plan__list .p-top-plan__list-warning {
	font-size: 1.2rem;
	padding-bottom: 16px
}

@media (max-width:680px) {
	.p-top-plan__list .p-top-plan__list-warning {
		padding-bottom: 0
	}
}

.p-top-plan__list .p-top-plan__list-text {
	font-size: 1.2rem
}

@media (max-width:680px) {
	.p-top-plan__list .p-top-plan__list-text {
		display: none
	}
}

.p-top-info {
	background-color: #f5f5f5;
	padding: 80px 0;
	box-sizing: border-box
}

@media (max-width:680px) {
	.p-top-info {
		padding: 40px 0
	}
}

.p-top-info .p-btn__arrow01 {
	padding-right: 120px;
	display: flex;
	justify-content: flex-end
}

@media (max-width:680px) {
	.p-top-info .p-btn__arrow01 {
		justify-content: center;
		padding-right: 0
	}
}

.p-top-info .p-top-info__list {
	display: flex
}

@media (max-width:680px) {
	.p-top-info .p-top-info__list {
		flex-flow: column
	}
}

.p-m-wrap {
	padding-top: 160px;
	overflow: hidden
}

@media (max-width:680px) {
	.p-m-wrap {
		padding-top: 120px
	}
}

.p-visual {
	padding-left: 120px;
	box-sizing: border-box
}

@media (max-width:680px) {
	.p-visual {
		padding-left: 5.959%
	}
}

.p-visual .p-visual-ttl {
	position: relative;
	line-height: 1.4;
	font-size: 2.8rem;
	font-weight: 700;
	padding-left: 32px;
	padding-bottom: 40px
}

@media (max-width:680px) {
	.p-visual .p-visual-ttl {
		font-size: 2rem
	}
}

.p-visual .p-visual-ttl .p-visual-ttl_en {
	font-size: 8rem;
	letter-spacing: .2em;
	display: block
}

@media (max-width:680px) {
	.p-visual .p-visual-ttl .p-visual-ttl_en {
		font-size: 4rem
	}
}

.p-visual .p-visual-ttl .p-visual-ttl_num {
	position: absolute;
	width: 120px;
	display: block;
	top: -60px;
	left: 0
}

@media (max-width:680px) {
	.p-visual .p-visual-ttl .p-visual-ttl_num {
		width: 16%;
		top: -20%
	}
}

.p-description {
	background: #f0f0f0;
	padding: 120px 0
}

@media (max-width:680px) {
	.p-description {
		padding: 40px 0
	}
}

.p-section-mission {
	background-image: url(../images/concept/concept_mission@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 180px;
	padding-bottom: 180px
}

.p-section-mission h3 {
	text-align: center
}

.p-section-mission h3 span {
	display: block
}

.p-section-mission p {
	max-width: 760px;
	margin: 16px auto 0
}

.p-column-wrap {
	margin: 120px 0
}

@media (max-width:680px) {
	.p-column-wrap {
		margin: 40px 0
	}
}

.p-column-wrap .p-column {
	display: flex
}

@media (max-width:680px) {
	.p-column-wrap .p-column {
		display: block
	}
}

.p-column-wrap .p-column .p-column-left {
	padding-right: 64px
}

@media (max-width:680px) {
	.p-column-wrap .p-column .p-column-left {
		padding-right: 0;
		margin-bottom: 40px
	}
}

.p-column-wrap .p-column:nth-child(even) {
	flex-direction: row-reverse
}

.p-column-wrap .p-column:nth-child(even) .p-column-left {
	padding-left: 64px
}

@media (max-width:680px) {
	.p-column-wrap .p-column:nth-child(even) .p-column-left {
		padding-left: 0
	}
}

.p-column {
	padding: 80px 120px;
	box-sizing: border-box
}

@media (max-width:680px) {
	.p-column {
		padding: 40px 0;
		padding-left: 5.959%;
		padding-right: 5.959%
	}
}

.p-column .p-column-left {
	width: 50%;
	box-sizing: border-box
}

@media (max-width:680px) {
	.p-column .p-column-left {
		width: 100%
	}
}

.p-column .p-column-rignt {
	width: 50%
}

@media (max-width:680px) {
	.p-column .p-column-rignt {
		width: 100%
	}
}

.p-chef .p-section {
	margin-top: 80px
}

.p-section-chef {
	background-color: #f0f0f0;
	margin: 24px 0
}

.p-section-chef .p-section-chef__inner {
	display: flex;
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 80px
}

@media (max-width:680px) {
	.p-section-chef .p-section-chef__inner {
		display: block
	}
}

.p-section-chef .p-section-chef__text {
	width: calc(100% - 450px);
	padding-right: 80px;
	box-sizing: border-box
}

@media (max-width:680px) {
	.p-section-chef .p-section-chef__text {
		width: 100%;
		padding-right: 0;
		margin-bottom: 24px
	}
}

.p-section-chef .p-section-chef__text h3 {
	font-size: 2.4rem;
	font-weight: 700
}

.p-section-chef .p-section-chef__text h3::before {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background-color: #000;
	margin-bottom: 24px
}

.p-section-chef .p-section-chef__text .p-section-chef__ruby {
	margin-bottom: 24px
}

.p-section-chef .p-section-chef__img {
	max-width: 450px
}

.p-section-plan {
	margin-bottom: 80px
}

.p-planList {
	width: 100%;
	padding-top: 32px
}

.p-planList .p-planItem {
	border-top: 1px solid #d1d1d1;
	padding: 16px 0;
	box-sizing: border-box
}

.p-planList .p-planItem:last-child {
	border-bottom: 1px solid #d1d1d1
}

.p-planList .p-planItem section {
	display: flex;
	align-items: center;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	box-sizing: border-box
}

@media (max-width:680px) {
	.p-planList .p-planItem section {
		display: block;
		border-left: 1px solid #d1d1d1
	}
}

.p-planList .p-planItem .p-planItem__ttl {
	text-align: center;
	width: 40%;
	height: 100%
}

@media (max-width:680px) {
	.p-planList .p-planItem .p-planItem__ttl {
		width: 100%;
		padding: 16px;
		box-sizing: border-box
	}
}

.p-planList .p-planItem .p-planItem__ttl span {
	display: block;
	line-height: 1.8
}

.p-planList .p-planItem .p-planItem__ttl .p-planItem__ttl_ja {
	font-weight: 700;
	font-size: 2rem
}

.p-planList .p-planItem .p-planItem__text {
	width: 60%;
	border-left: 1px solid #d1d1d1;
	padding: 16px 0 16px 6%;
	box-sizing: border-box
}

@media (max-width:680px) {
	.p-planList .p-planItem .p-planItem__text {
		width: 100%;
		border-left: none
	}
}

.p-planList .p-planItem .p-planItem__text .p-planItem__price {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6
}

.p-planList .p-planItem .p-planItem__text .p-planItem__price-small {
	font-weight: 700;
	margin-bottom: 16px
}

.p-planList .p-planItem .p-planItem__text .p-planItem__list li::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #b9b9b9;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	position: relative;
	top: -2px
}

@media (max-width:680px) {
	.p-section-plan .p-planTable {
		width: 100%;
		overflow: scroll;
		border: #d1d1d1 solid 1px;
		font-size: 1.2rem
	}
}

.p-section-plan .p-planTable table {
	width: 100%
}

@media (max-width:680px) {
	.p-section-plan .p-planTable table {
		width: 100%
	}
}

.p-section-plan .p-planTable table .p-planTable__th {
	text-align: left;
	color: #b9b9b9
}

.p-section-plan .p-planTable table .p-planTable__ttl {
	font-size: 1.6rem;
	font-weight: 700
}

@media (max-width:680px) {
	.p-section-plan .p-planTable table .p-planTable__ttl {
		font-size: 1.2rem
	}
}

.p-section-plan .p-planTable table tr {
	border-bottom: solid 1px #d1d1d1
}

.p-section-plan .p-planTable table td, .p-section-plan .p-planTable table th {
	padding: 16px;
	box-sizing: border-box
}

@media (max-width:680px) {
	.p-section-plan .p-planTable table td, .p-section-plan .p-planTable table th {
		padding: 8px
	}
}

.p-section-plan__warning {
	margin-top: 32px
}

.p-section-plan__warning h4 {
	font-size: 1.6rem;
	font-weight: 700
}

.p-section-plan__warning h4 span {
	display: inline-block;
	width: 32px;
	margin-right: 16px
}

.p-section-plan__warning p {
	margin-top: 8px
}

.p-plan-confirm {
	background: #f0f0f0;
	padding: 80px 0;
	box-sizing: border-box
}

.p-plan-confirm .p-confirmList {
	display: flex;
	flex-wrap: wrap
}

.p-plan-confirm .p-confirmList .p-confirmItem {
	width: calc(94% / 3);
	margin: 16px 1%;
	background: #fff;
	padding: 32px;
	box-sizing: border-box
}

@media (max-width:680px) {
	.p-plan-confirm .p-confirmList .p-confirmItem {
		width: 100%;
		margin: 16px 0
	}
}

.p-plan-confirm .p-confirmList .p-confirmItem__icon {
	max-width: 80px;
	max-height: 65px;
	margin: 56px auto;
	display: flex
}

@media (max-width:680px) {
	.p-plan-confirm .p-confirmList .p-confirmItem__icon {
		max-width: auto;
		max-height: auto
	}

	.p-plan-confirm .p-confirmList .p-confirmItem__icon img {
		width: 80px;
		height: 80px
	}
}

.p-event .p-visual p {
	padding-left: 40px
}

.article_categry {
	margin-top: 40px;
	width: 100%
}

@media (max-width:680px) {
	.article_categry {
		margin-top: 40px
	}
}

.article_categry ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-top: 1px solid #d1d0d1;
	border-bottom: 1px solid #d1d0d1
}

@media (max-width:680px) {
	.article_categry ul {
		justify-content: flex-start
	}
}

.article_categry li {
	position: relative
}

.article_categry li:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 1px;
	height: 80%;
	background: #d1d0d1
}

.article_categry li:last-child:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: auto;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 1px;
	height: 80%;
	background: #d1d0d1
}

.article_categry li a {
	display: flex;
	align-items: center;
	color: #000;
	padding: 12px 40px;
	height: 100%;
	transition: all .3s;
	line-height: 25px;
	font-size: 1.8rem
}

@media (max-width:680px) {
	.article_categry li a {
		padding: 8px 24px;
		font-size: 1.6rem
	}
}

.article_categry li a:hover {
	background: #f5f4f6
}

.p-faqList {
	margin: 160px 0
}

@media (max-width:680px) {
	.p-faqList {
		margin: 80px auto
	}
}

.p-faqList .p-faqItem {
	border-top: 1px solid #000
}

.p-faqList .p-faqItem:last-child {
	border-bottom: 1px solid #000
}

.p-faqItem__a, .p-faqItem__q {
	width: 100%;
	padding: 24px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap
}

.p-faqItem__a .p-faqItem__p, .p-faqItem__q .p-faqItem__p {
	width: calc(100% - 56px)
}

.p-faqItem__a .p-faqItem__p a, .p-faqItem__q .p-faqItem__p a {
	color: #000;
	text-decoration: underline
}

.p-faqItem__a .p-faqItem__p a:hover, .p-faqItem__q .p-faqItem__p a:hover {
	text-decoration: none
}

.p-faqItem__a {
	border-top: dotted 2px #000;
	box-sizing: border-box
}

.p-faqItem__a .p-faqItem__a-icon {
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	color: #000;
	justify-content: center;
	font-size: 2.2rem;
	margin-right: 16px;
	border: 2px solid #000;
	box-sizing: border-box
}

.p-faqItem__q {
	position: relative;
	padding: 24px 56px 24px 24px;
	box-sizing: border-box
}

.p-faqItem__q .p-faqItem__q-icon {
	background: #000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	font-size: 2.2rem;
	margin-right: 16px
}

.p-faqItem__q::after {
	content: "";
	background-image: url(../images/svg/icon_arrow.svg);
	background-repeat: no-repeat;
	width: 11px;
	height: 17px;
	position: absolute;
	display: block;
	top: 52%;
	right: 24px;
	-webkit-transform: translateX(0) translateY(-50%) rotate(90deg);
	transform: translateX(0) translateY(-50%) rotate(90deg);
	transition: all .4s linear
}

.accordion__ttl-active .p-faqItem__q::after {
	-webkit-transform: translateX(0) translateY(-50%) rotate(270deg);
	transform: translateX(0) translateY(-50%) rotate(270deg);
	transition: all .4s linear
}

.accordion__inner {
	display: none
}

input {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: 0;
	background: 0 0
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: 0;
	background: 0 0
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: 0;
	background: 0 0
}

button, input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: 0;
	background: 0 0
}

.p-section-flow {
	margin: 80px auto
}

.p-section-flow .p-section-flow__image {
	max-width: 800px;
	margin: 40px auto
}

.p-flowList {
	max-width: 800px;
	margin: 0 auto
}

.p-flowList .p-flowItem {
	border-top: 1px solid #f0f0f0;
	display: flex;
	padding: 16px 32px;
	box-sizing: border-box;
	align-items: center
}

@media (max-width:680px) {
	.p-flowList .p-flowItem {
		display: block
	}
}

.p-flowList .p-flowItem:last-child {
	border-bottom: 1px solid #f0f0f0
}

.p-flowList .p-flowItem__step {
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.6
}

@media (max-width:680px) {
	.p-flowList .p-flowItem__step::after {
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background-color: #000;
		margin: 8px auto
	}
}

.p-flowList .p-flowItem__text {
	padding-left: 32px
}

@media (max-width:680px) {
	.p-flowList .p-flowItem__text {
		padding-left: 0
	}
}

.l-form {
	background: #f5f5f5;
	padding: 80px 0
}

@media (max-width:680px) {
	.l-form {
		padding-left: 5.959%;
		padding-right: 5.959%
	}
}

.l-form-inner {
	max-width: 800px;
	margin: 0 auto
}

.l-form-inner .l-form__ttl span, .l-form-inner p span {
	color: #ff0c0c;
	padding-left: 4px;
	font-size: 1.2rem;
	display: inline-block
}

.l-form-inner input, .l-form-inner select, .l-form-inner textarea {
	font-size: 1.4rem;
	padding: 16px;
	box-sizing: border-box;
	width: 100%;
	border: #f0f0f0 solid 1px;
	background: #fff
}

.l-form-inner .l-form__submit {
	background-color: #000;
	width: 40%;
	margin: 0 auto;
	color: #fff;
	display: block
}

.l-form-inner .l-form__submit:hover {
	background-color: #fff;
	color: #000;
	border: solid #000 1px
}

.l-form-inner .l-form__select {
	position: relative
}

.l-form-inner .l-form__select::after {
	content: "";
	width: 20px;
	height: 14px;
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	background-image: url(../images/svg/icon_arrow.svg);
	background-repeat: no-repeat;
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	transform: translate(-50%, 0) rotate(90deg)
}

.wpcf7-form label {
	margin-top: 32px;
	display: inline-block;
	width: 100%
}

.wpcf7-form .wpcf7-form-control-wrap {
	width: 100%
}

.wpcf7-form .menu-408, .wpcf7-form .menu-690 {
	position: relative
}

.wpcf7-form .menu-408::after, .wpcf7-form .menu-690::after {
	content: "";
	width: 20px;
	height: 14px;
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	background-image: url(../images/svg/icon_arrow.svg);
	background-repeat: no-repeat;
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	transform: translate(-50%, 0) rotate(90deg)
}

.wpcf7-form .wpcf7-submit {
	background-color: #000;
	width: 40%;
	margin: 0 auto;
	color: #fff;
	display: block;
	transition: all .4s linear;
	box-sizing: border-box
}

.wpcf7-form .wpcf7-submit:hover {
	background-color: #fff;
	color: #000;
	border: solid #000 2px
}

.l-form__line {
	margin: 80px 0
}

@media (max-width:680px) {
	.l-form__line {
		margin: 40px 0
	}
}

.l-form__line .l-form__line__icon {
	display: flex;
	width: 80px;
	height: 80px;
	background: #000;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin: 0 auto
}

@media (max-width:680px) {
	.l-form__line .l-form__line__icon {
		width: 64px;
		height: 64px
	}
}

.l-form__line .l-form__line__icon svg {
	fill: #fff;
	width: 40px;
	height: 40px
}

@media (max-width:680px) {
	.l-form__line .l-form__line__icon svg {
		width: 32px;
		height: 32px
	}
}

.l-form__line p {
	text-align: center;
	margin: 8px 0;
	font-weight: 700;
	font-size: 2rem
}

.l-form__line .l-form__line__banner {
	max-width: 160px;
	margin: 0 auto
}

.p-section-news {
	margin: 160px auto
}

@media (max-width:680px) {
	.p-section-news {
		margin: 80px auto
	}
}

.p-newsList .p-newsItem {
	width: 100%;
	border-top: 1px solid #000;
	border-left: 4px solid #000;
	border-right: 1px solid #000;
	margin-bottom: 16px
}

.p-newsList .p-newsItem:last-child {
	border-bottom: 1px solid #000
}

.p-newsList .p-newsItem a {
	display: inline-block;
	color: #000;
	width: 100%;
	padding: 16px;
	box-sizing: border-box
}

.p-newsList .p-newsItem .p-newsItem__text {
	display: flex
}

.p-newsList .p-newsItem .p-newsItem__text .p-newsItem__date {
	background: #f5f5f5;
	color: #000;
	padding: 0 12px;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	margin-right: 16px
}

/** new **/
h3.p-con__ttl02, .p-top-plan__list .p-top-plan__list-price {
	text-align: center;
}

.p-top-plan__list .p-con__ttl02::after {
	margin: 0 auto;
}

.l-footer__naviList .l-footer__naviList-icon .l-footer__naviList-icon__logo {
	max-width: 240px !important;
}

.footer_logo_list {
	display: table-cell;
}

.footer_logo_list li:first-child img {
	max-width: 125px;
}

@media (max-width: 680px) {
	.p-top-plan__listItem_ttl {
		width: 50% !important;
	}

	.l-footer__naviList .footer_logo_list {
		display: block !important;
		max-width: 175px;
		text-align: center;
		margin: 0 auto;
	}

}

/* 250927 add */
.top-maguro-plus {
	padding: 0 40px;

	.top-maguro-plus__inner {
		max-width: 1242px;
		margin: 0 auto;
		padding: 80px 0;

		.top-maguro-plus-contents {
			display: grid;
			grid-template-columns: auto auto;
			grid-template-rows: auto 1fr;
			column-gap: 80px;

			.top-maguro-plus-contents__title {
				grid-column: 2 / 3;
				grid-row: 1 / 2;
				margin-bottom: 23px;
			}

			.top-maguro-plus-contents__image {
				grid-column: 1 / 2;
				grid-row: 1 / 3;
				display: block;
				width: 548px;
				height: auto;
				opacity: 0;
				position: relative;
				top: 30px;

				img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: contain;
				}
			}

			.top-maguro-plus-contents__text-container {
				grid-column: 2 / 3;
				grid-row: 2 / 3;

				.text-container__description {
					margin-bottom: 32px;
				}

				.text-container__link {
					font-family: montserrat;
					text-align: right;
					font-size: 14px;
					color: #000;
					display: flex;
					align-items: center;
					justify-content: flex-end;
					gap: 10px;
					margin-left: auto;
					transition: .3s;
				}

				.text-container__link::after {
					content: "";
					display: block;
					width: 26px;
					height: 7px;
					background-size: contain;
					background-repeat: no-repeat;
					background-image: url(../images/common/icon_arrow.svg);
					transition: .3s;
				}

				.text-container__link:hover {
					opacity: .5;
					transition: .3s;
				}

				.text-container__link:hover::after {
					transition: .3s;
					transform: translateX(8px);
				}
			}
		}
	}
}

.top-slide-image {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	position: relative;
	z-index: 10;

	.top-slide-image__track {
		display: flex;
		animation: scroll 30s linear infinite both;
	}

	.top-slide-image__contents {
		flex-shrink: 0;
		height: 280px;

		img {
			display: block;
			width: auto;
			height: 100%;
			object-fit: cover;
		}
	}
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-205%);
	}
}

.p-section-chef {
	margin: 0;
}

@media (min-width:768px) {

	.p-section-chef:nth-of-type(even) .p-section-chef__inner {
		flex-direction: row-reverse;
		gap: 80px;

		.p-section-chef__text {
			padding-right: unset;
		}
	}
}

.footer_logo_list>li:first-of-type>a {
	display: block;
	height: 14px;
	width: 80px;
}

.footer_logo_list>li:nth-of-type(2)>a {
	display: block;
	height: 14px;
	width: 104px;
}

.footer_logo_list>li:first-of-type>a>img,
.footer_logo_list>li:nth-of-type(2)>a>img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

@media (max-width:767px) {
	.top-slide-image {
		width: 2590px;
		margin: 50px calc(50% - 50vw) 0;
	}

	.top-slide-image__track {
		animation: scroll 90s linear infinite !important;
	}

	.top-slide-image__contents {
		height: 188px;
	}

	@keyframes scroll {
		from {
			transform: translateX(0);
		}

		to {
			transform: translateX(-114%);
		}
	}

	.footer_logo_list>li:first-of-type>a {
		display: block;
		height: auto;
		width: 125px;
		margin-bottom: 20px;
	}

	.footer_logo_list>li:nth-of-type(2)>a {
		display: block;
		height: auto;
		width: 104px;
	}

	.top-maguro-plus {
		padding: 0 5.959%;

		.top-maguro-plus__inner {
			padding: 24px 0 64px;

			.top-maguro-plus-contents {
				grid-template-columns: auto;
				grid-template-rows: auto auto auto;
				column-gap: 80px;

				.top-maguro-plus-contents__title {
					grid-column: 1 / 2;
					grid-row: 2 / 3;
					margin-bottom: 23px;
				}

				.top-maguro-plus-contents__image {
					grid-column: 1 / 2;
					grid-row: 1 / 2;
					width: 100%;
					margin-bottom: 32px;
				}

				.top-maguro-plus-contents__text-container {
					grid-column: 1 / 2;
					grid-row: 3 / 4;

					.text-container__description {
						margin-bottom: 32px;
					}

					.text-container__link {
						font-family: montserrat;
						text-align: right;
						font-size: 14px;
						color: #000;
						display: flex;
						align-items: center;
						justify-content: flex-end;
						gap: 10px;
						margin-left: auto;
						transition: .3s;
					}

					.text-container__link::after {
						content: "";
						display: block;
						width: 26px;
						height: 7px;
						background-size: contain;
						background-repeat: no-repeat;
						background-image: url(../images/common/icon_arrow.svg);
						transition: .3s;
					}
				}
			}
		}
	}

}