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

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img {
	display: block;
	max-width: 100%;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

/* iOSでのデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

html {
	font-size: 62.5%;
}

html,
body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

body {
	background: #AFAFAF;
	color: #1b1b1b;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	height: auto !important;
	line-height: 1.4;
}

body::after {
	background-color: #AFAFAF;
	content: '';
	height: 100%;
	left: 0; /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
	opacity: 0; /* 一番手前に */
	pointer-events: none;
	position: fixed;
	top: 0; /* 初期値では非表示 */
	transition: opacity .8s ease;
	width: 100%; /* 背景カラー */
	z-index: 9999;
}

body.fadeout::after {
	opacity: 1;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

video {
	height: auto;
	max-width: 100%;
}

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

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

address {
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

form button {
	-webkit-appearance: none;
	background-color: #efa336;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

form button:hover,
form button:focus {
	outline: none;
}

form button:hover {
	opacity: 0.6;
}

form button ::-moz-focus-inner {
	border: none;
	padding: 0;
}

textarea {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 8px;
	width: 100%;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

a[href^="tel:"] {
	color: inherit;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

#content {
	margin: 0 auto;
	max-width: 100%;
	padding: 20px 0;
	width: 1000px;
}

#content::after {
	clear: both;
	content: "";
	display: table;
}

#footer {
	background: #efa336;
	color: #fff;
	position: relative;
}

.l-footer__wrapper {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: 1000px;
}

.l-footer__copy {
	padding: 1em .3em;
	text-align: center;
}

#header {
	color: #1b1b1b;
	font-family: "Cormorant Garamond", serif;
	left: 30px;
	position: fixed;
	top: 20%;
	z-index: 20;
}

.l-header__wrapper {
	margin: 0 auto;
	max-width: 100%;
	opacity: 0;
	padding: 20px 0;
	transition: 1.5s 1s;
}

.l-header__wrapper.is-fadein {
	opacity: 1;
}

.header-content {
	align-items: center;
	display: flex;
}

h1.l-header-title {
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.2;
	margin-bottom: 30px;
	opacity: 0;
	transition: 1s;
}

h1.l-header-title > span {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: normal;
}

h1.l-header-title.is-fadein {
	opacity: 1;
}

.c-btn {
	-webkit-appearance: none;
	background-color: #efa336;
	background-image: none;
	border: 1px solid #efa336;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	height: 60px;
	letter-spacing: 0.04em;
	line-height: 58px;
	margin: 0;
	max-width: 100%;
	position: relative;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	transition: .3s;
	vertical-align: middle;
	width: 300px;
}

.c-btn::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: '';
	height: 10px;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
	width: 10px;
}

.c-btn:hover {
	background: #fff;
	color: #efa336;
}

.c-btn:hover::after {
	border-color: #efa336;
	right: 5%;
}

.c-btn:not(:disabled) {
	cursor: pointer;
}

.c-btn:hover,
.c-btn:focus {
	outline: none;
}

.c-btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.c-fnav {
	padding: 10px 0;
}

.c-fnav__wrapper li {
	display: inline;
	margin-right: 46px;
}

.c-fnav__wrapper li:last-child {
	margin-right: 0;
}

.c-fnav__wrapper a {
	color: #fff;
	display: inline-block;
	padding: 0.3em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-fnav__wrapper a:hover {
	text-decoration: underline;
}

.c-gnav {
	padding: 10px 0;
}

.c-gnav ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-gnav ul li {
	margin: 10px 0;
}

.c-gnav ul li a {
	color: #747474;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-gnav ul li a:hover {
	opacity: 0.6;
}

.c-gnav .is-current {
	color: #fff;
}

.c-gnav__icon {
	display: none;
}

/*  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT */

* {
	box-sizing: border-box;
}

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

.clr:after,
.col:after,
.container:after,
.group:after,
.row:after {
	clear: both;
	content: "";
	display: table;
}

.row {
	padding-bottom: 0;
}

.col {
	display: block;
	float: left;
	width: 100%;
}

/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */

.container {
	padding: 0 1%;
}

.container img {
	max-width: 100%;
}

* + .container {
	margin-top: 2em;
}

.row:not(:last-child) {
	margin-bottom: 4%;
}

.col {
	float: none;
}

.col:not(:last-child) {
	margin-bottom: 3%;
}

/* ローディング画面 */

#loading {
	background-color: #fff;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 1s;
	width: 100vw;
	z-index: 100;
}

#loading.is-loaded {
	opacity: 0;
	visibility: hidden;
}

.c-loading__anime {
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	border-radius: 50%;
	color: #808080;
	font-size: 20px;
	height: 1em;
	left: 50%;
	margin: 100px auto;
	position: fixed;
	text-indent: -9999em;
	top: calc(50% - 100px);
	transform: translateZ(0);
	transform: translate(-50%, -50%);
	width: 1em;
}

.c-mv {
	height: 1000px;
	max-height: calc(100vh - 152px);
	min-height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.c-mv__img {
	height: 100%;
	position: relative;
}

.c-mv__img img {
	-o-object-fit: cover;
	-o-object-position: top right;
	height: 100%;
	left: -300%;
	margin: auto;
	max-width: none;
	object-fit: cover;
	object-position: top right;
	position: absolute;
	right: -300%;
	top: 0;
	width: 100%;
}

.c-mv__inner {
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	left: 0;
	opacity: 0;
	padding: 0 24px;
	position: absolute;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-35%);
	transition: 2s 0.5s;
	width: 100%;
}

.c-mv__inner.is-fadein {
	opacity: 1;
	transform: translateY(-50%);
}

.c-pagenation {
	margin-top: 1em;
}

.c-pagenation .page-numbers {
	border: 1px solid #d1d1d1;
	color: #1b1b1b;
	padding: 0.5em;
	text-decoration: none;
}

.c-pagenation .page-numbers.current {
	background: #d1d1d1;
}

.c-pagenation .page-numbers:not(.current) {
	transition: 0.3s ease;
}

.c-pagenation .page-numbers:not(.current):hover {
	background: #d1d1d1;
}

.c-pagenation .page-numbers + .page-numbers {
	margin-left: 0.3em;
}

.c-scroll-top {
	bottom: 5%;
	opacity: 0;
	position: fixed;
	right: 5%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 2;
}

[data-scroll="true"] .c-scroll-top {
	opacity: 0.9;
	visibility: visible;
}

.c-scroll-top a {
	background: #efa336;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 70px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 70px;
}

.c-scroll-top a::after {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	display: block;
	height: 10px;
	left: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -20%) rotate(45deg);
	transition: .2s;
	width: 10px;
}

#footer.high .c-scroll-top {
	bottom: auto;
	margin: 0;
	position: absolute;
	right: 5%;
	top: 0;
	transform: translateY(-50%);
}

.p-about {
	padding: 120px 15px 0 400px;
}

.p-about-sec {
	margin-bottom: 50px;
}

.p-about__text {
	color: #fff;
	font-size: 12px;
	line-height: 2.9;
	max-width: 440px;
}

.p-photo__main {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	opacity: 0;
	position: relative;
	transition: opacity .8s;
	width: 100vw;
}

.p-photo__main.is-fadein {
	opacity: 1;
}

.p-photo-first {
	color: #fff;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.p-photo-first__num {
	font-family: "Cormorant Garamond", serif;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 20px;
}

.p-photo-first__title {
	font-size: 18px;
	font-weight: 300;
}

.p-photo__slider {
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.p-photo__slider .slick-current {
	transition: opacity 0.5s 0.9s !important;
}

.p-photo__slider .slick-arrow {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 60px;
	justify-content: center;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	z-index: 999999;
}

.p-photo__slider .slick-arrow::before {
	border-left: #bebebe 1px solid;
	border-top: #bebebe 1px solid;
	content: "";
	height: 13px;
	width: 13px;
}

.p-photo__slider .slick-prev {
	left: 20px;
	padding-left: 5px;
}

.p-photo__slider .slick-prev::before {
	transform: rotate(-45deg);
}

.p-photo__slider .slick-next {
	padding-right: 5px;
	right: 20px;
}

.p-photo__slider .slick-next::before {
	transform: rotate(135deg);
}

.p-photo__slider .slick-track {
	align-items: center;
	display: flex;
}

.p-photo__img img {
	margin: 0 auto;
	max-height: 60vh;
	max-width: calc(100% - 100px);
}

.p-photo__img img.is-vertical {
	max-height: 80vh;
}

.p-photo__bg {
	background: #272727;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	opacity: 0;
	position: relative;
	transition: opacity .8s 1.5s;
	width: 100vw;
}

.p-photo__bg.is-fadein {
	opacity: 1;
}

.p-photo-footer {
	bottom: 20px;
	color: #bebebe;
	left: 30px;
	position: absolute;
}

.p-photo-footer__num {
	font-family: "Cormorant Garamond", serif;
	font-size: 14px;
	font-weight: 500;
}

.p-photo-footer__text {
	font-size: 18px;
}

.p-photo-footer__index {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
}

.p-photo-menu {
	left: 30px;
	padding-top: 50px;
	position: absolute;
	top: 40px;
	z-index: 10000;
}

.p-photo-menu__bg {
	background: rgba(0, 0, 0, 0.9);
	display: none;
	height: 100vh;
	left: -30px;
	position: absolute;
	top: -40px;
	width: 100vw;
}

.p-photo-menu__wrapper {
	display: none;
	position: relative;
}

.p-photo-menu ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-photo-menu ul li {
	margin: 10px 0;
}

.p-photo-menu ul li a {
	color: #1b1b1b;
	color: #707070;
	display: block;
	font-family: "Cormorant Garamond", serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.p-photo-menu ul li a:hover {
	opacity: 0.6;
}

.p-photo-menu .is-current {
	color: #fff;
}

.p-photo-menu__icon {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 100;
}

.p-photo-menu__icon::after {
	content: "";
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.p-photo-menu__icon.is-open::after {
	content: "";
}

.p-photo-menu__icon a {
	display: block;
	height: 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.3s;
	width: 33px;
}

.p-photo-menu__icon a:after,
.p-photo-menu__icon a:before {
	background: #AFAFAF;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
}

.p-photo-menu__icon a:before {
	top: 0;
}

.p-photo-menu__icon a:after {
	bottom: 0;
}

.p-photo-menu__icon a span {
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 100%;
	top: 50%;
	transform: translate(0, -50%);
	transition: transform 0.5s;
	white-space: nowrap;
}

.p-photo-menu__icon a.is-open:not(.fix) {
	background: none;
	margin: auto;
}

.p-photo-menu__icon a.is-open:not(.fix):before {
	top: 50%;
	transform: translate(0, -50%) rotate(18deg);
	width: 88%;
}

.p-photo-menu__icon a.is-open:not(.fix):after {
	bottom: 50%;
	transform: translate(0, 50%) rotate(-18deg);
	width: 88%;
}

.p-photo-menu__icon a.is-open:not(.fix) span {
	transform: translate(100%, -50%);
}

.p-photo-full {
	position: absolute;
	right: 30px;
	top: 30px;
}

.p-photo-full button {
	background: none;
	border: none;
	cursor: pointer;
	margin-bottom: 15px;
}

.p-photo-full button:nth-of-type(2) {
	display: none;
}

.p-top__main {
	margin-left: 200px;
	opacity: 0;
	overflow: hidden;
	position: relative;
	transition: opacity 0s .5s, transform 1s .3s;
}

.p-top__main::before {
	background: #AFAFAF;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 1.8s 2.0s;
	width: 100%;
	z-index: 2;
}

.p-top__main.is-fadein {
	opacity: 1;
}

.p-top__main.is-fadein::before {
	transform: translateY(100%);
}

.p-top__main.is-fadein .p-top__num {
	opacity: 1;
	transition: opacity .3s 4.0s;
}

.p-top__main.is-fadein .p-top__slider {
	margin-left: -125px;
	opacity: 1;
	transition: opacity .3s 4.0s;
}

.p-top__column {
	color: inherit;
	display: flex;
	height: 100px;
	text-decoration: none;
}

.p-top__column:hover .p-top__color-block {
	margin-left: -35px;
	position: relative;
	width: 160px;
	z-index: 0;
}

.p-top__column:hover .p-top__num {
	color: #fff;
	position: relative;
}

.p-top__column:hover .p-top__img {
	height: 100%;
	opacity: 1;
}

.p-top__num {
	font-family: "Cormorant Garamond", serif;
	font-size: 16px;
	font-weight: 500;
	opacity: 0;
	padding-right: 5px;
}

.p-top__color-block {
	background: #848FA6;
	display: inline-block;
	flex-shrink: 0;
	height: 100%;
	opacity: 1;
	transition: opacity 2s 4.3s;
	width: 125px;
	z-index: 1;
}

.p-top__color-block.is-fadeout {
	opacity: 0;
}

.p-top__img {
	height: 100%;
	opacity: 0.2;
}

.p-top__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 125px;
}

.p-top__slider {
	background: #848FA6;
	opacity: 0;
}

.js-fadein,
.js-fadein-up,
.js-fadein-down {
	opacity: 0;
	transition: 1s .5s;
}

.js-fadein.is-fadein,
.is-fadein.js-fadein-up,
.is-fadein.js-fadein-down {
	opacity: 1;
	transform: translate(0);
}

.js-fadein-up {
	transform: translateY(-30px);
}

.js-fadein-down {
	transform: translateY(30px);
}

.u-fit-aspect,
.u-fit-aspect--bottom,
.u-fit-aspect--50,
.u-fit-aspect--100 {
	padding: 66.6% 0 0;
	position: relative;
	width: 100%;
}

.u-fit-aspect > img,
.u-fit-aspect--bottom > img,
.u-fit-aspect--50 > img,
.u-fit-aspect--100 > img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.u-fit-aspect--bottom > img {
	-o-object-position: bottom;
	object-position: bottom;
}

.u-fit-aspect--50 {
	padding: 50% 0 0;
}

.u-fit-aspect--100 {
	padding: 100% 0 0;
}

.u-mbl {
	margin-bottom: 5em;
}

.u-mbm {
	margin-bottom: 3em;
}

.u-mbs {
	margin-bottom: 1em;
}

@media (prefers-reduced-motion: reduce) {

* {
	-webkit-animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media (min-width: 768px) {

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

#sidebar {
	float: right;
	margin-left: 2%;
	width: 23.5%;
}

.gutters .col {
	margin-left: 2%;
}

.span_1 {
	width: 8.33333333333%;
}

.span_2 {
	width: 16.6666666667%;
}

.span_3 {
	width: 25%;
}

.span_4 {
	width: 33.3333333333%;
}

.span_5 {
	width: 41.6666666667%;
}

.span_6 {
	width: 50%;
}

.span_7 {
	width: 58.3333333333%;
}

.span_8 {
	width: 66.6666666667%;
}

.span_9 {
	width: 75%;
}

.span_10 {
	width: 83.3333333333%;
}

.span_11 {
	width: 91.6666666667%;
}

.span_12 {
	width: 100%;
}

.gutters .span_1 {
	width: 6.5%;
}

.gutters .span_2 {
	width: 15%;
}

.gutters .span_3 {
	width: 23.5%;
}

.gutters .span_4 {
	width: 32%;
}

.gutters .span_5 {
	width: 40.5%;
}

.gutters .span_6 {
	width: 49%;
}

.gutters .span_7 {
	width: 57.5%;
}

.gutters .span_8 {
	width: 66%;
}

.gutters .span_9 {
	width: 74.5%;
}

.gutters .span_10 {
	width: 83%;
}

.gutters .span_11 {
	width: 91.5%;
}

.gutters .span_12 {
	width: 100%;
}

.container {
	margin: auto;
	max-width: 1000px;
	padding: 0 10px;
}

* + .container {
	margin-top: 40px;
}

.col {
	float: left;
}

.reverse > .col {
	float: right;
}

.col:not(:last-child) {
	margin-bottom: 0;
}

.reverse > .col:last-child,
:not(.reverse) > .col:first-child {
	margin-left: 0;
}

.col.offset_1 {
	margin-left: 8.33333333333%;
}

.gutters .col.offset_1 {
	margin-left: 10.5%;
}

.gutters .col.offset_1:first-child {
	margin-left: 8.5%;
}

.col.offset_2 {
	margin-left: 16.6666666667%;
}

.gutters .col.offset_2 {
	margin-left: 19%;
}

.gutters .col.offset_2:first-child {
	margin-left: 17%;
}

.col.offset_3 {
	margin-left: 25%;
}

.gutters .col.offset_3 {
	margin-left: 27.5%;
}

.gutters .col.offset_3:first-child {
	margin-left: 25.5%;
}

.col.offset_4 {
	margin-left: 33.3333333333%;
}

.gutters .col.offset_4 {
	margin-left: 36%;
}

.gutters .col.offset_4:first-child {
	margin-left: 34%;
}

.col.offset_5 {
	margin-left: 41.6666666667%;
}

.gutters .col.offset_5 {
	margin-left: 44.5%;
}

.gutters .col.offset_5:first-child {
	margin-left: 42.5%;
}

.col.offset_6 {
	margin-left: 50%;
}

.gutters .col.offset_6 {
	margin-left: 53%;
}

.gutters .col.offset_6:first-child {
	margin-left: 51%;
}

.col.offset_7 {
	margin-left: 58.3333333333%;
}

.gutters .col.offset_7 {
	margin-left: 61.5%;
}

.gutters .col.offset_7:first-child {
	margin-left: 59.5%;
}

.col.offset_8 {
	margin-left: 66.6666666667%;
}

.gutters .col.offset_8 {
	margin-left: 70%;
}

.gutters .col.offset_8:first-child {
	margin-left: 68%;
}

.col.offset_9 {
	margin-left: 75%;
}

.gutters .col.offset_9 {
	margin-left: 78.5%;
}

.gutters .col.offset_9:first-child {
	margin-left: 76.5%;
}

.col.offset_10 {
	margin-left: 83.3333333333%;
}

.gutters .col.offset_10 {
	margin-left: 87%;
}

.gutters .col.offset_10:first-child {
	margin-left: 85%;
}

.col.offset_11 {
	margin-left: 91.6666666667%;
}

.gutters .col.offset_11 {
	margin-left: 95.5%;
}

.gutters .col.offset_11:first-child {
	margin-left: 93.5%;
}

.col.offset_12 {
	margin-left: 100%;
}

:not(.reverse) > .col.break + .col {
	clear: left;
	margin-left: 0;
}

.reverse > .col.break {
	margin-left: 0;
}

.reverse > .col.break + .col {
	clear: right;
	margin-right: 0;
}

.col.break ~ .col {
	margin-top: 2%;
}

.p-top__column:hover {
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

.u-sp-only {
	display: none;
}

}

@media (min-width: 1024px) {

.container {
	padding: 0;
}

}

@media (max-width: 999px) {

#content {
	padding-left: 20px;
	padding-right: 20px;
}

.l-footer__wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media (max-width: 767px) {

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

#content {
	padding-left: 15px;
	padding-right: 15px;
}

.l-footer__wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

#header {
	background: #AFAFAF;
	left: 0;
	padding: 0;
	position: initial;
	right: 0;
	top: 0;
}

.l-header__wrapper {
	padding: 0;
	padding: 25px;
	padding-top: 100px;
}

h1.l-header-title {
	background: #AFAFAF;
	font-size: 26px;
	margin-bottom: 20px;
	padding: 25px;
	position: fixed;
	width: 100%;
	z-index: 1;
}

h1.l-header-title > span {
	font-size: 11px;
}

.c-fnav__wrapper li {
	margin: 0;
}

.c-gnav ul {
	flex-direction: row;
}

.c-gnav ul li {
	margin: 0px 15px 0 0;
}

.c-gnav ul li a {
	color: #1b1b1b;
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-gnav ul li a:hover {
	opacity: 0.6;
}

.c-gnav__icon {
	display: block;
}

.c-gnav__icon {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.c-gnav__icon::after {
	color: #efa336;
	content: "MENU";
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.c-gnav__icon.is-open::after {
	content: "CLOSE";
}

.c-gnav__icon a {
	display: block;
	height: 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.3s;
	width: 30px;
}

.c-gnav__icon a:after,
.c-gnav__icon a:before {
	background: #efa336;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
}

.c-gnav__icon a:before {
	top: 0;
}

.c-gnav__icon a:after {
	bottom: 0;
}

.c-gnav__icon a span {
	background: #efa336;
	height: 3px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 100%;
	top: 50%;
	transform: translate(0, -50%);
	transition: transform 0.5s;
	white-space: nowrap;
	width: 100%;
}

.c-gnav__icon a.is-open:not(.fix) {
	background: none;
	margin: auto;
}

.c-gnav__icon a.is-open:not(.fix):before {
	background: #efa336;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 88%;
}

.c-gnav__icon a.is-open:not(.fix):after {
	background: #efa336;
	bottom: 50%;
	transform: translate(0, 50%) rotate(-45deg);
	width: 88%;
}

.c-gnav__icon a.is-open:not(.fix) span {
	transform: translate(100%, -50%);
}

.c-mv {
	height: 60vh;
}

.c-mv__img img {
	height: 100%;
}

.c-mv__inner {
	font-size: 28px;
	font-size: 2.8rem;
}

.p-about {
	padding: 20px 15px 0 15px;
}

.p-about-sec {
	margin-bottom: 30px;
}

.p-about__text {
	color: #fff;
	font-size: 10px;
	line-height: 2.5;
	max-width: 440px;
}

.p-photo__slider .slick-prev {
	left: 0px;
}

.p-photo__slider .slick-next {
	right: 0px;
}

.p-photo__img img.is-vertical {
	max-width: calc(100% - 80px);
	padding: 0 40px;
}

.p-photo__img img {
	max-width: calc(100% - 80px);
}

.p-photo-full {
	display: none;
}

.p-top__main.is-fadein .p-top__slider {
	margin-left: -70px;
}

.p-top__main {
	margin-left: 10px;
}

.p-top__column {
	height: 50px;
}

.p-top__column:hover .p-top__color-block {
	margin-left: -25px;
	width: 95px;
}

.p-top__num {
	font-size: 10px;
}

.p-top__color-block {
	width: 70px;
}

.p-top__img img {
	height: 100%;
	width: 70px;
}

.u-pc-only {
	display: none;
}

}

@-webkit-keyframes load4 {

0%,100% {
	box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
	box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}

87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}

}

@keyframes load4 {

0%,100% {
	box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
	box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}

87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

