<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-style: normal;
	font-size: calc((100vw / 375) * 14);
	font-weight: 400;
	color: #000;
	line-height: 2;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.05rem;
	background: #fff;
	overflow: hidden;
	caret-color: transparent;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.form_complete { min-height:100vh; }

.base_box { position:relative; z-index:5; }

.pc_disp { display:none; }
.sp_disp { display:block; }

.jp_txt, .jp_txt .btn01 { font-family:"Zen Old Mincho", serif; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,div,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-feature-settings: "palt";
	backface-visibility: hidden;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

iframe { border:none; }

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

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

/* ▼LINK▼ */
a {
	color: #000;
	text-decoration: none;
	outline: none;
	transition: .3s;
}

a.normal_link {
	color: #000;
	text-decoration: underline;
}

a.txt_link {
	display: inline-block;
	position: relative;
	color: #000;
}

a.txt_link::before {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}

a.icon_link { margin:0 calc((100vw / 375) * 3); }

a::before, a::after, button::before, button::after {
	content: '';
	position: absolute;
	transition: .3s;
}

/* ▼IMG▼ */
img, input[type="image"] {
	max-width: 100%;
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

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

	img, input[type="image"] {
		width: 100%;
	}

}

button, input[type="submit"] {
	padding: 0;
	vertical-align: middle;
	font-family: "Zen Old Mincho", serif;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	transition: .3s;
}

.img_frame {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	transition: .3s;
}

.hover_zoom a .img { overflow:hidden; }

/* ▼BR▼ */
@media screen and (min-width: 480px){

	.landscape { display:block; }
	.portrait { display:none; }

}

@media screen and (max-width: 479px){

	.landscape { display:none; }
	.portrait { display:block; }

}

/*
HEADER
***************************************************************************/
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: calc((100vw / 375) * 50);
	padding: 0 calc((100vw / 375) * 50) 0 calc((100vw / 375) * 15);
}

header .logo {
	width: calc((100vw / 375) * 220);
	line-height: calc((100vw / 375) * 50);
}

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

.hnavi_list, header .btn { display:none; }

header .lang_ctl {
	width: calc((100vw / 375) * 65);
	height: calc((100vw / 375) * 20);
	padding: calc((100vw / 375) * 2) 0 0 calc((100vw / 375) * 10);
	line-height: calc((100vw / 375) * 18);
	border-left: solid 1px #acacac;
}

.btn_gnavi {
	position: fixed;
	top: 0;
	right: 0;
	width: calc((100vw / 375) * 50);
	height: calc((100vw / 375) * 50);
	background: url(../common_img/btn_gnavi.png) center center / calc((100vw / 375) * 50) no-repeat;
	z-index: 1000;
}

/* ▼LOGO▼ */
.logo {
	font-size: calc((100vw / 375) * 22);
	font-weight: 500;
}

.logo span {
	margin-left: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 10);
	color: #9e9e9e;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1rem;
	transform: translateY(1px);
}

/* ▼LANG▼ */
.lang_ctl {
	font-size: calc((100vw / 375) * 13);
	color: #6a6a6a;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.05rem;
}

.lang_ctl li {
	display: inline-block;
	position: relative;
}

.lang_ctl li.active { color:#000; }

.lang_ctl li::after {
	display: none;
	content: '';
	position: absolute;
	bottom: calc((100vw / 375) * -4);
	left: 50%;
	width: calc((100vw / 375) * 3);
	height: calc((100vw / 375) * 3);
	background: #000;
	border-radius: 50%;
	transform: translateX(-50%);
}

.lang_ctl li.active::after { display:block; }

.lang_ctl li:first-child {
	margin-right: calc((100vw / 375) * 10);
}

.lang_ctl li:first-child::before {
	content: '/';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * -9);
	font-size: calc((100vw / 375) * 11);
	transform: translateY(-50%);
}

/*
NAVI
***************************************************************************/
#gnavi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 20);
	background: #fff;
	overflow-y: auto;
	z-index: 1001;
}

#gnavi .gnavi_close {
	position: fixed;
	top: 0;
	right: 0;
	width: calc((100vw / 375) * 50);
	height: calc((100vw / 375) * 50);
	background: url(../common_img/btn_close.png) center center / calc((100vw / 375) * 40) no-repeat;
}

.gnavi_list {
	padding-bottom: calc((100vw / 375) * 30);
}

.gnavi_list li a {
	display: block;
	text-align: center;
	font-size: calc((100vw / 375) * 16);
	line-height: calc((100vw / 375) * 54);
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.05rem;
}

#gnavi .btn {
	margin-bottom: calc((100vw / 375) * 40);
}

#gnavi .sns_list {
	text-align: center;
}

#gnavi .sns_list li {
	margin: 0 calc((100vw / 375) * 10);
}

/*
CONTENTS
***************************************************************************/
#contents {
	position: relative;
	z-index: 1;
}

/* ▼PAGE TITLE▼ */
#page_title {
	position: relative;
	width: 100vw;
	height: calc((100vw / 375) * 210);
	padding: 0 calc((100vw / 375) * 20);
}

#page_title .base_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc((100vw / 375) * 210);
}

#page_title .title {
	font-size: calc((100vw / 375) * 30);
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.125rem;
}

#page_title .title .sub {
	display: block;
	margin-top: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 18);
	color: #9e9e9e;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.3rem;
}

.en_body #page_title .title .sub { display:none; }

#page_title .title.ex .sub {
	letter-spacing: 0.15rem;
}

/* ▼PAGE NAVI▼ */
.pnavi {
	padding: calc((100vw / 375) * 15) 0 calc((100vw / 375) * 15) calc((100vw / 375) * 25);
	background: #151d1c;
	border-bottom: solid 1px #2e3736;
}

.pnavi ul {
	display: flex;
	flex-wrap: wrap;
}

.pnavi li {
	position: relative;
	margin-right: calc((100vw / 375) * 5);
	padding-right: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 11);
	font-weight: 400;
	color: #63706e;
	letter-spacing: 0.1rem;
}

.pnavi li a { color:#808c8a; text-decoration:underline; }

.pnavi li::after {
	content: '/';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.pnavi li:last-child::after { display:none; }

/* ▼PAGE LIST▼ */
.page_list ul {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.page_list li a,
.page_list li .current {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	width: calc((100vw / 375) * 30);
	height: calc((100vw / 375) * 30);
	margin: 0 calc((100vw / 375) * 8);
	font-size: calc((100vw / 375) * 15);
	font-weight: 500;
	color: #6a6a6a;
	font-family: "Times New Roman", Times, serif;
}

.page_list li .current { color:#000; }

.page_list li .current::after {
	content: '';
	position: absolute;
	bottom: calc((100vw / 375) * -2);
	left: 50%;
	width: calc((100vw / 375) * 3);
	height: calc((100vw / 375) * 3);
	background: #000;
	border-radius: 50%;
	transform: translateX(-50%);
}

.page_list li.prev a, .page_list li.next a {
	position: absolute;
	top: 0;
}

.page_list li.prev a { left:0; }
.page_list li.next a { right:0; }

.page_list li.prev a::before, .page_list li.next a::before,
.page_list li.prev a::after, .page_list li.next a::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100vw / 375) * 30);
	height: calc((100vw / 375) * 30);
}

.page_list li.prev a::before, .page_list li.next a::before {
	background: transparent;
	border: solid 1px #8f8f8f;
	border-radius: 50%;
}

.page_list li.prev a::after, .page_list li.next a::after {
	background-image: url(../common_img/arrow_gray.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 30);
}

.page_list li.prev a::after {
	transform: rotate(-180deg);
}

/* ▼CATERGORY▼ */
.cat_list {
	margin: 0 calc((100vw / 375) * 20) calc((100vw / 375) * 50);
}

.cat_list .year {
	display: inline-block;
	padding-bottom: calc((100vw / 375) * 15);
	border-bottom: solid 1px #acacac;
}

.cat_list .type {
	padding-top: calc((100vw / 375) * 25);
}

.cat_list li {
	display: inline-block;
	min-width: calc((100vw / 375) * 75);
	margin: 0 calc((100vw / 375) * 5) calc((100vw / 375) * 10) 0;
	padding: 0 calc((100vw / 375) * 20) calc((100vw / 375) * 2);
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	line-height: calc((100vw / 375) * 30);
	letter-spacing: 0;
	background: #fff;
	border: solid 1px #8f8f8f;
	border-radius: 360px;
}

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

.cat_list li.active {
	color: #fff;
	background: #000;
	border: solid 1px #000;
}

/*
.cat_list li a, .cat_list .year li {
	padding: 0 calc((100vw / 375) * 20) calc((100vw / 375) * 2);
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	line-height: calc((100vw / 375) * 30);
	letter-spacing: 0;
	background: #fff;
	border: solid 1px #8f8f8f;
	border-radius: 360px;
}

.cat_list li a { display:block; }

.cat_list li.active a, .cat_list .year li.active {
	color: #fff;
	background: #000;
	border: solid 1px #000;
}
*/

/* ▼ANCHOR▼ */
.anc_list {
	margin: 0 calc((100vw / 375) * 20);
}

.anc_list li {
	display: inline-block;
	width: calc((100vw / 375) * 150);
	margin-right: calc((100vw / 375) * 15);
}

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

.anc_list li .link01 {
	width: calc((100vw / 375) * 150);
}

.anc_list li .link01::after { transform:rotate(90deg); }

/* ▼DL LIST▼ */
.dl_list {
	font-family: "Times New Roman", Times, serif;
}

.dl_list .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
}

.dl_list li {
	margin-bottom: calc((100vw / 375) * 5);
	padding-left: calc((100vw / 375) * 22);
	font-size: calc((100vw / 375) * 13);
	background: url(../common_img/icon_pdf.png) left calc((100vw / 375) * 4) / calc((100vw / 375) * 15) no-repeat;
}

.dl_list li:last-child { margin-bottom:0; }

/* ▼READ MORE▼ */
.read_frame {
	position: relative;
	height: calc((100vw / 375) * 120);
	overflow: hidden;
}

.read_frame.active {
	height: auto;
	overflow: auto;
}

.read_frame::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
	z-index: 1;
}

.read_frame .more {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: calc((100vw / 375) * 300);
	transform: translateX(-50%);
	z-index: 2;
}

.read_frame.active::before, .read_frame.active .more { display:none; }

.read_frame .btn01 {
	height: calc((100vw / 375) * 50);
	padding-bottom: calc((100vw / 375) * 2);
	font-size: calc((100vw / 375) * 15);
	color: #7a7a7a;
	font-family: "Times New Roman", Times, serif;
	background: #fff;
	border: solid 1px #a8aeae;
	border-radius: 360px;
}

.read_frame .btn01::before {
	right: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 25);
	height: calc((100vw / 375) * 25);
	margin-top: calc((100vw / 375) * -12.5);
	border: solid 1px #8f8f8f;
}

.read_frame .btn01::after {
	right: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 25);
	height: calc((100vw / 375) * 25);
	margin-top: calc((100vw / 375) * -12.5);
	background-image: url(../common_img/arrow_gray.png);
	background-size: calc((100vw / 375) * 25);
	transform: rotate(90deg);
}

/*
TOP
***************************************************************************/
/* ▼TOPIMG▼ */
#topimg {
	position: relative;
	height: calc((100vw / 375) * 600);
	margin: 0 calc((100vw / 375) * 10);
	overflow: hidden;
}

#topimg .box {
	width: 100%;
	height: calc((100vw / 375) * 600);
}

#topimg .slick-track {
	display: flex;
}

/* ▼EXHIBITIONS▼ */
.top_exhibitions {
	position: relative;
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 20) calc((100vw / 375) * 70);
}

.top_exhibitions::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 70);
	right: 0;
	width: calc(100% - ((100vw / 375) * 10));
	height: calc(100% - ((100vw / 375) * 70));
	background: #f3f5f5;
	z-index: 1;
}

.top_exhibitions .first_box {
	margin: 0 calc((100vw / 375) * 10) calc((100vw / 375) * 50);
}

.top_exhibitions .first_box a { display:block; }

.top_exhibitions .first_box .content {
	padding-top: calc((100vw / 375) * 15);
}

.top_exhibitions .first_box .cat {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 15);
	line-height: calc((100vw / 375) * 36);
}

.top_exhibitions .first_box .cat &gt; span {
	display: inline-block;
	padding: 0 calc((100vw / 375) * 5);
	border-bottom: solid 1px #acacac;
}

.top_exhibitions .first_box .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 24);
}

.top_exhibitions .first_box .date {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 17);
}

.top_exhibitions .first_box .txt {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #7a7a7a;
}

.top_exhibitions .first_box .status {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100vw / 375) * 110);
	height: calc((100vw / 375) * 30);
	padding-bottom: calc((100vw / 375) * 2);
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.025rem;
	border-radius: 360px;
}

.top_exhibitions .first_box .status.upcoming { background:#a4aab3; }
.top_exhibitions .first_box .status.ongoing { background:#bfa95c; }
.top_exhibitions .first_box .status.available { background:#636f94; }

.top_exhibitions .exhibitions_list {
	padding-bottom: calc((100vw / 375) * 5);
}

/* ▼CRITICS▼ */
.top_critics {
	padding: calc((100vw / 375) * 70) calc((100vw / 375) * 20) calc((100vw / 375) * 35);
}

.top_critics .title_box { margin-bottom:calc((100vw / 375) * 15); }

.top_critics .critics_list {
	margin-bottom: calc((100vw / 375) * 15);
}

/* ▼WORKS▼ */
.top_works {
	padding: calc((100vw / 375) * 35) calc((100vw / 375) * 20);
}

.top_works .title_box {
	margin-bottom: calc((100vw / 375) * 35);
}

.top_works .works_list .box:last-child { margin-bottom:calc((100vw / 375) * 15); }

/* ▼ABOUT▼ */
.about_sec {
	padding: calc((100vw / 375) * 35) 0 calc((100vw / 375) * 15);
}

.top_about {
	padding: calc((100vw / 375) * 35) calc((100vw / 375) * 20) calc((100vw / 375) * 70);
}

.about_sec .top_about {
	padding: calc((100vw / 375) * 35) calc((100vw / 375) * 20);
}

.top_about .sec_title {
	letter-spacing: 0.1rem;
}

.top_about .content {
	margin-bottom: calc((100vw / 375) * 30);
}

.top_about .img {
	margin-bottom: calc((100vw / 375) * 35);
}

.top_about .logo {
	display: flex;
	align-items: center;
	margin-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 26);
}

.top_about .logo &gt; span {
	font-size: calc((100vw / 375) * 11);
	transform: translateY(6px);
}

.top_about .txt {
	position: relative;
	margin-bottom: calc((100vw / 375) * 80);
}

.top_about .txt::after {
	content: '';
	position: absolute;
	bottom: calc((100vw / 375) * -40);
	left: 0;
	width: calc((100vw / 375) * 40);
	height: 1px;
	background: #acacac;
}

.top_about .txt_list li {
	margin-bottom: calc((100vw / 375) * 25);
}

.top_about .txt_list li:last-child { margin-bottom:0; }

.top_about .dl_list {
	margin-top: calc((100vw / 375) * 30);
}

.top_about .cv_list dl {
	padding: calc((100vw / 375) * 30) 0 calc((100vw / 375) * 35);
	border-bottom: solid 1px #acacac;
}

.top_about .cv_list dl:first-child { padding-top:0; }

.top_about .cv_list dt {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 22);
}

/* ▼NEWS▼ */
.top_news {
	padding: calc((100vw / 375) * 70) calc((100vw / 375) * 20);
	background: #f3f5f5;
}

.top_news .sec_title {
	letter-spacing: 0.1rem;
}

.top_news .news_list {
	margin-bottom: calc((100vw / 375) * 15);
}

.top_news .news_list .box:nth-child(n+3) { margin-bottom:0; }

.top_news .news_list .box {
	padding: 0;
}

.top_news .news_list .box a {
	display: block;
	padding: calc((100vw / 375) * 25);
}

/* 2columns
.top_news .news_list .box a {
	display: block;
	padding: calc((100vw / 375) * 15) calc((100vw / 375) * 15) calc((100vw / 375) * 20);
}
*/

/* ▼MEDIA▼ */
.top_media {
	padding: calc((100vw / 375) * 70) calc((100vw / 375) * 20);
}

.top_media .sec_title {
	letter-spacing: 0.1rem;
}

.top_media .media_list {
	margin-bottom: calc((100vw / 375) * 15);
}

.top_media .media_list .box:nth-child(n+3) { margin-bottom:0; }

/*
EXHIBITIONS
***************************************************************************/
/* ▼LIST▼ */
.exhibitions_sec.list {
	margin-bottom: calc((100vw / 375) * 70);
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 20) calc((100vw / 375) * 70);
	background: #f3f5f5;
}

.exhibitions_sec.list .exhibitions_list {
	padding-bottom: calc((100vw / 375) * 35);
}

.exhibitions_list .box {
	margin-bottom: calc((100vw / 375) * 10);
}

.exhibitions_list .box a {
	display: block;
	padding: calc((100vw / 375) * 25) calc((100vw / 375) * 10);
	background: #fff;
}

.exhibitions_list .box .inner {
	display: flex;
	align-items: center;
}

.exhibitions_list .box .img {
	width: calc((100vw / 375) * 135);
}

.exhibitions_list .box .content {
	position: relative;
	width: calc(100% - ((100vw / 375) * 135));
	padding-left: calc((100vw / 375) * 15);
}

.exhibitions_list .box .cat {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 15);
	line-height: calc((100vw / 375) * 36);
}

.exhibitions_list .box .cat &gt; span {
	display: inline-block;
	padding: 0 calc((100vw / 375) * 5);
	border-bottom: solid 1px #acacac;
}

.exhibitions_list .box .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 20);
	line-height: 1.45;
}

.exhibitions_list .box .date {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 15);
}

.exhibitions_list .box .txt {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 13);
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.4;
}

.exhibitions_list .box .stxt {
	font-size: calc((100vw / 375) * 12);
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.4;
}

.exhibitions_list .box .status {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: calc((100vw / 375) * 8);
	right: 0;
	width: calc((100vw / 375) * 90);
	height: calc((100vw / 375) * 28);
	text-align: center;
	font-size: calc((100vw / 375) * 12);
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.025rem;
	border-radius: 360px;
}

.exhibitions_list .box .status.upcoming { background:#a4aab3; }
.exhibitions_list .box .status.ongoing { background:#bfa95c; }
.exhibitions_list .box .status.available { background:#636f94; }

/* ▼DETAIL▼ */
.exhibitions_sec.detail {
	margin: calc((100vw / 375) * 10) 0 calc((100vw / 375) * 70);
}

.exhibitions_sec.detail .sec_inner {
	margin: 0 calc((100vw / 375) * 20);
}

.exhibitions_sec.detail .article_main .img .zoom {
	display: none;
}

.exhibitions_sec.detail .article_main::before {
	display: none;
}

.exhibitions_sec.detail .article_list .box .txt {
	-webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*
CRITICS
***************************************************************************/
/* ▼LIST▼ */
.critics_sec.list {
	margin-bottom: calc((100vw / 375) * 70);
	padding: 0 calc((100vw / 375) * 20);
}

.critics_sec.list .title_box { margin-bottom:calc((100vw / 375) * 20); }

.critics_sec.list .critics_list {
	margin-bottom: calc((100vw / 375) * 45);
}

.critics_list .box a {
	display: block;
	padding: calc((100vw / 375) * 35) 0;
	border-bottom: solid 1px #acacac;
}

.critics_list .box .title {
	margin-bottom: calc((100vw / 375) * 15);
  font-size: calc((100vw / 375) * 17);
}

.critics_list .box .content li {
	font-size: calc((100vw / 375) * 13);
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.75;
}

.critics_list .box .content li.name {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 15);
}

/* ▼DETAIL▼ */
.critics_sec.detail {
	margin: calc((100vw / 375) * 50) 0 calc((100vw / 375) * 70);
}

.critics_sec.detail .sec_inner {
	margin: 0 calc((100vw / 375) * 20);
}

/*
WORKS
***************************************************************************/
/* ▼LIST▼ */
.works_sec.list {
	margin-bottom: calc((100vw / 375) * 70);
	padding: 0 calc((100vw / 375) * 20);
}

.works_list .box {
	margin-bottom: calc((100vw / 375) * 60);
}

.works_list .box a { display:block; }

.works_list .box .img {
	margin-bottom: calc((100vw / 375) * 15);
}

.works_list .box .cat {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 15);
	line-height: calc((100vw / 375) * 36);
}

.works_list .box .cat &gt; span {
	display: inline-block;
	padding: 0 calc((100vw / 375) * 5);
	border-bottom: solid 1px #acacac;
}

.works_list .box .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 20);
}

.works_list .box .date {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 13);
	font-weight: 500;
	color: #7a7a7a;
}

.works_list .box .txt {
	font-size: calc((100vw / 375) * 12);
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.65;
}

/* ▼DETAIL▼ */
.works_sec.detail {
	margin: calc((100vw / 375) * 10) 0 calc((100vw / 375) * 70);
}

.works_sec.detail .sec_inner {
	margin: 0 calc((100vw / 375) * 20);
}

/*
MEDIA
***************************************************************************/
/* ▼LIST▼ */
.media_sec.list {
	margin-bottom: calc((100vw / 375) * 70);
	padding: 0 calc((100vw / 375) * 20);
}

.media_list {
	margin: 0 calc((100vw / 375) * -10);
	overflow: hidden;
}

.media_sec.list .media_list {
	padding-bottom: calc((100vw / 375) * 45);
}

.media_list .box {
	float: left;
	width: calc((100% - ((100vw / 375) * 40)) / 2);
	margin: 0 calc((100vw / 375) * 10) calc((100vw / 375) * 25);
}

.media_list .box a { display:block; }

.media_list .box .img {
	width: 100%;
	aspect-ratio: 10 / 7;
	margin-bottom: calc((100vw / 375) * 10);
	overflow: hidden;
}

.media_list .box .cat {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 11);
	letter-spacing: 0;
}

.media_list .box .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 15);
}

.media_list .box .txt {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 11);
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.75;
	letter-spacing: 0;
}

.media_list .box .date {
	font-size: calc((100vw / 375) * 11);
	font-weight: 500;
	color: #7a7a7a;
}

/* ▼DETAIL▼ */
.media_sec.detail {
	margin: calc((100vw / 375) * 50) 0 calc((100vw / 375) * 70);
}

.media_sec.detail .sec_inner {
	margin: 0 calc((100vw / 375) * 20);
}

/*
NEWS
***************************************************************************/
/* ▼LIST▼ */
.news_sec {
	margin-bottom: calc((100vw / 375) * 70);
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 20) calc((100vw / 375) * 70);
	background: #f3f5f5;
}

.news_sec .news_list {
	padding-bottom: calc((100vw / 375) * 45);
}

.news_list .box {
	margin-bottom: calc((100vw / 375) * 10);
	background: #fff;
}

.news_list .box .inner {
	padding: calc((100vw / 375) * 25);
}

.news_list .box .img {
	width: 100%;
	aspect-ratio: 10 / 7;
	margin-bottom: calc((100vw / 375) * 15);
	overflow: hidden;
}

.news_list .box .date {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 13);
	font-weight: 500;
	color: #7a7a7a;
}

.news_list .box .cat {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 11);
	letter-spacing: 0;
}

.news_list .box .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 18);
	font-weight: 400;
}

.news_list .box .txt {
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.65;
	letter-spacing: 0;
}

.news_list .box .cat {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 15);
	line-height: calc((100vw / 375) * 36);
}

.news_list .box .cat &gt; span {
	display: inline-block;
	padding: 0 calc((100vw / 375) * 5);
	border-bottom: solid 1px #acacac;
}

/* 2columns 
.news_list .box {
	float: left;
	width: calc((100% - ((100vw / 375) * 10)) / 2);
	margin-bottom: calc((100vw / 375) * 10);
	padding: calc((100vw / 375) * 15) calc((100vw / 375) * 15) calc((100vw / 375) * 20);
	background: #fff;
}

.news_list .box:nth-child(2n) { float:right; }

.news_list .box .img {
	width: 100%;
	aspect-ratio: 10 / 7;
	margin-bottom: calc((100vw / 375) * 10);
	overflow: hidden;
}

.news_list .box .date {
	margin-bottom: calc((100vw / 375) * 2);
	font-size: calc((100vw / 375) * 11);
	font-weight: 500;
	color: #7a7a7a;
}

.news_list .box .cat {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 11);
	letter-spacing: 0;
}

.news_list .box .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 13);
	font-weight: 400;
}

.news_list .box .txt {
	font-size: calc((100vw / 375) * 11);
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.65;
	letter-spacing: 0;
}
*/

/*
PRIVACY POLICY
***************************************************************************/
.privacy_sec {
	margin: calc((100vw / 375) * 10) 0 calc((100vw / 375) * 40);
}

.privacy_sec .sec_inner {
	margin: 0 calc((100vw / 375) * 20);
}

.privacy_sec .box_gray {
  background: #f3f5f5;
  padding: calc((100vw / 375) * 10) calc((100vw / 375) * 20);
}

/*
ARTICLE CONTENT
***************************************************************************/
/* ▼MAIN▼ */
.article_main {
	margin-bottom: calc((100vw / 375) * 50);
}

.article_main .img {
	position: relative;
	padding-bottom: calc((100vw / 375) * 45);
	overflow: hidden;
}

.article_main .img::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: calc((100vw / 375) * 85);
	width: 1px;
	height: calc((100vw / 375) * 30);
	background: #acacac;
}

.article_main .img .box {
	padding: 0 calc((100vw / 375) * 40);
}

.article_main .img .btn_ctl {
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc((100vw / 375) * 30);
	height: calc((100vw / 375) * 30);
	background-color: #a8aeae;
	background-image: url(../common_img/arrow_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 30);
}

.article_main .img .btn_ctl.prev {
	right: calc((100vw / 375) * 40);
	transform: rotate(-180deg);
}

.article_main .img .btn_ctl.slick-disabled { opacity:0.5; }

.article_main .img .slick-track {
	display: flex;
}

.article_main .img .box {
	display: flex;
	align-items: center;
}

.article_main .img .zoom {
	position: absolute;
	bottom: 0;
	right: calc((100vw / 375) * 100);
	width: calc((100vw / 375) * 30);
	height: calc((100vw / 375) * 30);
	background-color: #a8aeae;
	background-image: url(../common_img/btn_zoom.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 30);
}

.article_main .cat {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 15);
	line-height: calc((100vw / 375) * 36);
}

.article_main .cat &gt; span {
	display: inline-block;
	padding: 0 calc((100vw / 375) * 5);
	border-bottom: solid 1px #acacac;
}

.article_main .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 24);
}

.article_main .date {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 17);
}

.article_main .txt {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #7a7a7a;
}

.article_main .status {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100vw / 375) * 110);
	height: calc((100vw / 375) * 30);
	padding-bottom: calc((100vw / 375) * 2);
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.025rem;
	border-radius: 360px;
}

.article_main .status.upcoming { background:#a4aab3; }
.article_main .status.ongoing { background:#bfa95c; }
.article_main .status.available { background:#636f94; }

/* ▼HEAD▼ */
.article_head {
	margin-bottom: calc((100vw / 375) * 40);
}

.article_head .cat {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 15);
	line-height: calc((100vw / 375) * 40);
}

.article_head .cat &gt; span {
	display: inline-block;
	padding: 0 calc((100vw / 375) * 5);
	border-bottom: solid 1px #acacac;
}

.article_head .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 22);
}

.article_head .txt {
	margin-bottom: calc((100vw / 375) * 20);
}

.article_head .date {
	margin-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 12);
	font-weight: 500;
	color: #7a7a7a;
}

.article_head .content {
	margin-bottom: calc((100vw / 375) * 30);
}

.article_head .content li {
	font-size: calc((100vw / 375) * 13);
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.75;
}

.article_head .content li.name {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 15);
}

.article_head .dl_list {
	margin-bottom: calc((100vw / 375) * 30);
}

.article_head .img {
	margin-bottom: calc((100vw / 375) * 15);
}

.article_head .btn {
	display: flex;
	justify-content: flex-end;
}

.article_head .zoom {
	display: block;
	width: calc((100vw / 375) * 30);
	height: calc((100vw / 375) * 30);
	background-color: #a8aeae;
	background-image: url(../common_img/btn_zoom.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 30);
}

/* ▼CONTENT▼ */
.article_content {
	padding-bottom: calc((100vw / 375) * 40);
}

.article_content h2 {
	position: relative;
	margin-bottom: calc((100vw / 375) * 60);
	font-size: calc((100vw / 375) * 20);
	line-height: 1.65;
	letter-spacing: 0.05rem;
}

.article_content h2::after {
	content: '';
	position: absolute;
	bottom: calc((100vw / 375) * -20);
	left: 0;
	width: calc((100vw / 375) * 40);
	height: 1px;
	background: #acacac;
}

.article_content h3 {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 18);
	letter-spacing: 0.05rem;
}

.article_content &gt; div &gt; div {
	margin-bottom: calc((100vw / 375) * 30);
}

.article_content &gt; div &gt; p {
	margin: 0;
}

.article_content a { color:#2fcaae; text-decoration:underline; }
.article_content a.btn01 { color:#fff; text-decoration:none; }

.article_content img {
	width: auto!important;
	height: auto!important;
	max-width: 100%;
	margin-bottom: calc((100vw / 375) * 30);
	clear: both;
}

.article_content .alignleft { float:left; }
.article_content .aligncenter { margin:0 auto; }
.article_content .alignright { float:right; }

.article_content img.alignleft {
	float: left;
	margin: 0 calc((100vw / 375) * 25) calc((100vw / 375) * 30) 0;
}

.article_content img.aligncenter {
	display: block;
	margin: 0 auto calc((100vw / 375) * 30);
}

.article_content img.alignright {
	float: right;
	margin: 0 0 calc((100vw / 375) * 30) calc((100vw / 375) * 25);
}

.article_content ul {
	margin-bottom: calc((100vw / 375) * 30);
}

.article_content li {
	position: relative;
	margin-bottom: calc((100vw / 375) * 5);
	padding-left: calc((100vw / 375) * 12);
	line-height: 1.85;
}

.article_content li:last-child { margin-bottom:0; }

.article_content li::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 10);
	left: 0;
	width: calc((100vw / 375) * 6);
	height: calc((100vw / 375) * 6);
	background: #bfa95c;
	border-radius: 50%;
}

/* ▼LIST▼ */
.article_list {
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 10);
	background: #f3f5f5;
}

.article_list .box {
	float: left;
	width: calc((100% - ((100vw / 375) * 100)) / 2);
}

.article_list .box.next { float:right; }

.article_list .box a {
	display: block;
	padding: calc((100vw / 375) * 10) calc((100vw / 375) * 10) calc((100vw / 375) * 15);
	background: #fff;
}

.article_list .box .head {
	position: relative;
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 14);
	font-family: "Times New Roman", Times, serif;
}

.article_list .box.prev .head {
	padding-left: calc((100vw / 375) * 36);
}

.article_list .box.next .head {
	padding-right: calc((100vw / 375) * 36);
	text-align: right;
}

.article_list .box .head::before, .article_list .box .head::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	width: calc((100vw / 375) * 30);
	height: calc((100vw / 375) * 30);
	margin-top: calc((100vw / 375) * -15);
}

.article_list .box.prev .head::before, .article_list .box.prev .head::after { left:0; }
.article_list .box.next .head::before, .article_list .box.next .head::after { right:0; }

.article_list .box .head::before{
	background: transparent;
	border: solid 1px #8f8f8f;
	border-radius: 50%;
}

.article_list .box .head::after {
	background-image: url(../common_img/arrow_gray.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 30);
}

.article_list .box.prev .head::after { transform:rotate(-180deg); }

.article_list .box .img {
	margin-bottom: calc((100vw / 375) * 10);
}

.article_list .box .cat {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 13);
	line-height: 1.25;
}

.article_list .box .cat &gt; span {
	display: inline-block;
	padding: 0 calc((100vw / 375) * 2) calc((100vw / 375) * 8);
	border-bottom: solid 1px #acacac;
}

.article_list .box .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 16);
	line-height: 1.45;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.article_list.ex .box .title {
	font-size: calc((100vw / 375) * 14);
}

.article_list .box .date {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 12);
	line-height: 1.5;
	letter-spacing: 0.025rem;
}

.article_list.ex .box .date {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 11);
	color: #7a7a7a;
}

.article_list .box .txt {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 11);
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.4;
}

.article_list .box ul li {
	font-size: calc((100vw / 375) * 10);
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.65;
	letter-spacing: 0;
}

.article_list .box ul li.name {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 12);
}

.article_list .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc((100vw / 375) * 80);
	margin-top: calc((100vw / 375) * -40);
	transform: translateX(-50%);
}

.article_list .btn a {
	display: block;
	position: relative;
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	line-height: calc((100vw / 375) * 40);
	font-family: "Times New Roman", Times, serif;
	border-bottom: solid 1px #acacac;
}

.article_list .btn a::after {
	display: block;
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 0;
	height: 1px;
	background: #000;
	transition: width .5s;
}

/* ▼MODAL▼ */
.overlay_content.modal_imgzoom {
	width: 100vw;
	height: 100svh;
	max-height: none;
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 10);
	overflow: hidden;
}

.modal_imgzoom .slick-track {
	display: flex;
}

.modal_imgzoom .box {
	display: flex;
	align-items: center;
	width: calc(100vw - ((100vw / 375) * 20));
	height: calc(100vh - ((100vw / 375) * 100));
	padding: 0 calc((100vw / 375) * 25);
	overflow: hidden;
}

.modal_imgzoom .box .img_frame {
	background-size: contain;
}

.modal_imgzoom .btn_ctl {
	position: absolute;
	bottom: calc((100vw / 375) * 10);
	right: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 30);
	height: calc((100vw / 375) * 30);
	background-color: #a8aeae;
	background-image: url(../common_img/arrow_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 30);
}

.modal_imgzoom .btn_ctl.prev {
	right: calc((100vw / 375) * 50);
	transform: rotate(-180deg);
}

.modal_imgzoom .btn_ctl.slick-disabled { opacity:0.5; }

/*
PP
***************************************************************************/
.pp_sec {
	margin: 0 calc((100vw / 375) * 20) calc((100vw / 375) * 60);
}

.pp_sec .box {
	margin-bottom: calc((100vw / 375) * 30);
	letter-spacing: 0.025rem;
}

.pp_sec .box .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 20);
}

/*
FORM
***************************************************************************/
.form_sec {
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 10) calc((100vw / 375) * 80);
	background: #f3f5f5;
}

.form_sec .sec_inner {
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 20);
	background: #fff;
}

.form_sec .title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 20);
}

.form_sec .txt {
	margin-bottom: calc((100vw / 375) * 25);
	line-height: 1.85;
}

.must_mark {
	display: inline-block;
	width: calc((100vw / 375) * 8);
	height: calc((100vw / 375) * 8);
	margin-right: calc((100vw / 375) * 6);
	vertical-align: 0;
	background: #bfa95c;
	border-radius: 50%;
}

/* ▼STEP▼ */
.form_step ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: calc((100vw / 375) * 30);
}

.form_step ul::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 20);
	left: calc(100% / 6);
	width: calc(100% - (100% / 3));
	height: 1px;
	background: #acacac;
	z-index: 1;
}

.form_step ul::after {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 19);
	left: calc(100% / 6);
	height: calc((100vw / 375) * 3);
	background: #bfa95c;
	z-index: 2;
}

.form_step.conf ul::after { width:calc(50% - (100% / 6)); }
.form_step.comp ul::after { width:calc(100% - (100% / 3)); }

.form_step li {
	width: calc(100% / 3);
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	line-height: 1.5;
}

.form_step li span {
	display: block;
	position: relative;
	width: calc((100vw / 375) * 40);
	margin: 0 auto calc((100vw / 375) * 10);
	padding-left: 1px;
	font-size: calc((100vw / 375) * 16);
	color: #000;
	line-height: calc((100vw / 375) * 40);
	font-family: "Times New Roman", Times, serif;
	background: #fff;
	border: solid 1px #acacac;
	border-radius: 50%;
	z-index: 3;
}

.form_step.input li:nth-child(1) span,
.form_step.conf li:nth-child(1) span, .form_step.conf li:nth-child(2) span,
.form_step.comp li span {
	color: #fff;
	background: #bfa95c;
	border: solid 1px #bfa95c;
}

/* ▼INPUT▼ */
.user_form {
	margin-bottom: calc((100vw / 375) * 30);
}

.user_form &gt; dl {
	padding: calc((100vw / 375) * 20) 0 calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 15);
	letter-spacing: 0.025rem;
	border-bottom: solid 1px #acacac;
}

.user_form &gt; dl:first-child { border-top:solid 1px #acacac; }

.user_form.conf &gt; dl { padding:calc((100vw / 375) * 15) calc((100vw / 375) * 10); }

.user_form &gt; dl &gt; dt {
	position: relative;
	margin-bottom: calc((100vw / 375) * 10);
}

.user_form &gt; dl &gt; dt.must {
	padding-left: calc((100vw / 375) * 14);
}

.user_form &gt; dl.ex &gt; dt { margin-bottom:calc((100vw / 375) * 12); }
.user_form.conf &gt; dl &gt; dt { margin-bottom:0; }

.user_form &gt; dl &gt; dt.must::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 12);
	left: 0;
	width: calc((100vw / 375) * 8);
	height: calc((100vw / 375) * 8);
	background: #bfa95c;
	border-radius: 50%;
}

.error_list {
	margin-bottom: calc((100vw / 375) * 20);
	padding: calc((100vw / 375) * 25) calc((100vw / 375) * 20);
	text-align: center;
	font-weight: 700;
	color: #bfa95c;
	border: solid 1px #bfa95c;
}

/* ▼MAILFORMPRO▼ */
#mfp_hidden, #mfp_overlay_background, #mfp_loading_screen, #mfp_loading, #mfp_overlay { display:none; }

.mfp_err {
	display: none;
	margin-top: calc((100vw / 375) * 15);
	padding: 0 calc((100vw / 375) * 15);
	text-align: left;
	font-size: calc((100vw / 375) * 12);
	color: #fff;
	line-height: calc((100vw / 375) * 36);
	letter-spacing: 0;
	background: #bfa95c;
	clear: both;
}

.user_form &gt; dl.ex .mfp_err { margin:0 0 30px; }

/* ▼PP▼ */
.pp_box {
	margin-bottom: calc((100vw / 375) * 20);
	padding: calc((100vw / 375) * 30) calc((100vw / 375) * 20) calc((100vw / 375) * 35);
	font-size: calc((100vw / 375) * 13);
	font-weight: 500;
	background: #f3f5f5;
}

.pp_box .pp_title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 18);
}

.agree_box {
	padding: calc((100vw / 375) * 10) 0 calc((100vw / 375) * 30);
	text-align: center;
}

.chk_list.pp_check {
	display: inline-block;
}

/* ▼AGREE▼ */
.ppchk_box {
	width: calc((100vw / 375) * 280);
  margin: 0 auto;
}

.ppchk_box .inner {
	position: relative;
	padding-left: calc((100vw / 375) * 42);
	margin-bottom: calc((100vw / 375) * 40);
  width: auto !important;
}

/* ▼COMP▼ */
.form_sec .comp_title {
	margin-bottom: calc((100vw / 375) * 20);
	text-align: center;
	font-size: calc((100vw / 375) * 22);
}

.form_sec .comp_txt {
	margin-bottom: calc((100vw / 375) * 40);
	letter-spacing: 0.025rem;
}

/* ▼BUTTON▼ */
.form_btn {
	display: flex;
	flex-direction: column;
}

.form_btn li.send {
	order: 1;
}

.form_btn li.back {
	order: 2;
	margin-top: calc((100vw / 375) * 15);
}

.form_btn.jp_txt .btn01 {
	padding-bottom: calc((100vw / 375) * 2);
}

.form_btn li.back .btn01 {
	padding-bottom: 0;
	color: #000;
	background: #fff;
	border: solid 1px #acacac;
}

.form_btn li.back .btn01::before, .form_btn li.back .btn01::after {
	right: auto;
	left: calc((100vw / 375) * 10);
}

.form_btn li.back .btn01::before { border:solid 1px #929292; }

.form_btn li.back .btn01::after {
	background-image: url(../common_img/arrow_gray.png);
	transform: rotate(-180deg);
}

.form_btn #btn_disable .btn01,
.btn #btn_disable.btn01 {
	background: #c9c9c9;
	cursor: default;
	pointer-events: none;
	letter-spacing: 0rem;
}

/*
NEWSLETTER
***************************************************************************/
.newsletter_sec {
	margin: 0 calc((100vw / 375) * 20);
	padding: calc((100vw / 375) * 45) calc((100vw / 375) * 20);
	background: #f3f5f5;
}

.newsletter_sec .title_box {
	margin-bottom: calc((100vw / 375) * 20);
}

.newsletter_sec .sec_title {
	letter-spacing: 0.1rem;
}

.en_body .newsletter_sec .sec_title {
	display: block;
	padding-left: 0;
}

.en_body .newsletter_sec .sec_title::before {
	display: none;
}

.newsletter_sec .txt {
	margin-bottom: calc((100vw / 375) * 10);
	line-height: 1.75;
}

.newsletter_sec .link {
	display: flex;
	justify-content: flex-end;
	text-align: right;
}

.newsletter_formsec {
	height: 100vh;
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 10);
	background: rgba(0,0,0,0.85);
}

.form_complete .newsletter_formsec {
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsletter_formsec .modal_newsletter, .newsletter_formsec .modal_message {
	position: relative;
	width: calc(100vw - ((100vw / 375) * 20));
	max-height: calc(100vh - ((100vw / 375) * 100));
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 10);
	background: #fff;
}

/* ▼MODAL▼ */
.modal_newsletter .title_box {
	margin: 0 calc((100vw / 375) * 10) calc((100vw / 375) * 30);
}

.modal_newsletter .sec_title {
	letter-spacing: 0.1rem;
}

.modal_newsletter .scroll_box {
	height: calc(100vh - ((100vw / 375) * 200));
}

.modal_newsletter .txt {
	margin: 0 calc((100vw / 375) * 10) calc((100vw / 375) * 25);
	line-height: 1.75;
}

.newsletter_form {
	margin-bottom: calc((100vw / 375) * 30);
}

.newsletter_form dl {
	margin-bottom: calc((100vw / 375) * 3);
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 20) calc((100vw / 375) * 30);
	background: #f3f5f5;
}

.newsletter_form.conf dl { padding:calc((100vw / 375) * 20); }

.newsletter_form dl:last-child { margin-bottom:0; }

.newsletter_form dt {
	margin-bottom: calc((100vw / 375) * 8);
	font-weight: 500;
}

.newsletter_form.conf dt { margin-bottom:0; }
.newsletter_form.conf dd { line-height:2; }

.newsletter_form input[type="text"], .newsletter_form input[type="email"] {
	border: solid 1px #d5d5d5;
}

.modal_newsletter .pp {
	margin: 0 calc((100vw / 375) * 10) calc((100vw / 375) * 30);
	line-height: 1.75;
	letter-spacing: 0.025rem;
}

.modal_newsletter .pp .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 19);
	letter-spacing: 0.05rem;
}

.modal_newsletter .btn, .modal_newsletter .form_btn {
	margin: 0 calc((100vw / 375) * 10);
}

.modal_newsletter .btn01 {
	font-size: calc((100vw / 375) * 15);
}

/*
FOOTER
***************************************************************************/
footer {
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 20) calc((100vw / 375) * 60);
}

footer.ex { padding-bottom:calc((100vw / 375) * 200); }

footer .head {
	padding-bottom: calc((100vw / 375) * 40);
	text-align: center;
	border-bottom: solid 1px #dbdbdb;
}

footer .head .logo {
	margin-bottom: calc((100vw / 375) * 40);
}

footer .head .logo span {
	display: block;
	margin-left: 0;
}

.fnavi_list { display:none; }

footer .foot {
	display: flex;
	align-items: center;
	padding: calc((100vw / 375) * 30) 0 calc((100vw / 375) * 15);
}

footer .sns_list {
	width: calc(100% - ((100vw / 375) * 60));
}

.sns_list li {
	display: inline-block;
	margin-right: calc((100vw / 375) * 10);
}

.sns_list li a {
	display: block;
	width: calc((100vw / 375) * 24);
	height: calc((100vw / 375) * 24);
	opacity: 0.3;
}

footer .lang_ctl {
	width: calc((100vw / 375) * 60);
	margin: calc((100vw / 375) * 5) calc((100vw / 375) * 5) 0 0;
	text-align: right;
}

footer .lang_ctl li::after { bottom:0; }

footer .copy {
	text-align: center;
}

footer .copy small {
	font-size: calc((100vw / 375) * 10);
	color: #acacac;
	font-family: "Times New Roman", Times, serif;
}

/* ▼COOKIE POLICY▼ */
.cookie_box {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 20) calc((100vw / 375) * 20);
	background: #f3f5f5;
	z-index: 5000;
}

.cookie_box.active { display:block; }

.cookie_box .txt {
	margin-bottom: calc((100vw / 375) * 25);
	font-size: calc((100vw / 375) * 12);
	color: #424242;
	line-height: 1.85;
	letter-spacing: 0.025rem;
}

.cookie_box .txt a {
	display: block;
	text-decoration: underline;
}

.cookie_box .cookie_close {
	position: absolute;
	top: calc((100vw / 375) * 10);
	right: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 20);
	height: calc((100vw / 375) * 20);
	background: url(../common_img/btn_close.png) center center / calc((100vw / 375) * 40) no-repeat;
}

.cookie_box .btn01 {
	height: calc((100vw / 375) * 50);
}

/*
OVERLAY WINDOW
***************************************************************************/
.overlay_window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	overflow-y: auto;
	z-index: 10000;
}

.overlay_outbox {
	position: absolute;
	width: 100%;
	height: 100vh;
}

.overlay_frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.overlay_content {
	position: relative;
	width: calc(100vw - ((100vw / 375) * 20));
	max-height: calc(100vh - ((100vw / 375) * 100));
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 10);
	background-color: #fff;
}

.modal_close {
	position: absolute;
	top: calc((100vw / 375) * 10);
	right: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 40);
	height: calc((100vw / 375) * 40);
	background: url(../common_img/btn_close.png) center center / calc((100vw / 375) * 40) no-repeat;
	z-index: 1001;
}

.modal_message {
	text-align: center;
	font-weight: 500;
}

.modal_message .title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 22);
	letter-spacing: 0.05rem;
}

.modal_message .txt {
	margin-bottom: calc((100vw / 375) * 30);
}

/*
SCROLL
***************************************************************************/
.scroll_box { overflow-y:auto; }

.scroll_box::-webkit-scrollbar {
	width: 0;
}

.scroll_box::-webkit-scrollbar-track {
	background: #e6e6e1;
}

.scroll_box::-webkit-scrollbar-thumb {
	background: #c4c4c2;
}

.gecko .scroll_box {
	scrollbar-width: 0;
	scrollbar-color: #c4c4c2 #e6e6e1;
}

/*
PARTS
***************************************************************************/
/* ▼CONTENTS EFFECT▼ */
.delay_fade {
	opacity: 0;
	transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transform: translateY(0);
}

.delay_fade.active {
	opacity: 1.0;
	transform: translateY(0);
}

.move_parts {
	opacity: 0;
	transition: all 1.2s;
}

.move_parts.btm_top {
	transform: translateY(calc((100vw / 375) * 50));
}

.move_parts.top_btm {
	transform: translateY(calc((100vw / 375) * -50));
}

.move_parts.left_right {
	transform: translateX(calc((100vw / 375) * -50));
}

.move_parts.right_left {
	transform: translateX(calc((100vw / 375) * 50));
}

.move_parts.expand {
	opacity: 1;
	transform: scale(0.001);
}

.move_parts.expand.rev {
	opacity: 0;
	transform: scale(1.5);
}

.move_parts.on {
	opacity: 1;
	transform: translate(0,0);
}

/* ▼BLINK▼ */
.blink {
	animation: blink 2s linear 0s infinite normal;
	transition: .1s;
}

@-webkit-keyframes blink {
	0% { opacity:1; }
	50% { opacity:0.3; }
	100% { opacity:1; }
}

@keyframes blink {
	0% { opacity:1; }
	50% { opacity:0.3; }
	100% { opacity:1; }
}

/* ▼BUTTON▼ */
.btn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 60);
	text-align: center;
	font-size: calc((100vw / 375) * 16);
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	background: #a8aeae;
}

.btn01::before, .btn01::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 30);
	height: calc((100vw / 375) * 30);
	margin-top: calc((100vw / 375) * -15);
}

.btn01::before {
	background: transparent;
	border: solid 1px #fff;
	border-radius: 50%;
}

.btn01::after {
	background-image: url(../common_img/arrow_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 30);
}

.sec_link {
	display: flex;
	justify-content: flex-end;
	text-align: right;
}

.link01 {
	display: block;
	position: relative;
	width: calc((100vw / 375) * 170);
	text-align: left;
	font-size: calc((100vw / 375) * 16);
	line-height: calc((100vw / 375) * 60);
	font-family: "Times New Roman", Times, serif;
	border-bottom: solid 1px #acacac;
}

.link01::before, .link01::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 5);
	width: calc((100vw / 375) * 30);
	height: calc((100vw / 375) * 30);
	margin-top: calc((100vw / 375) * -15);
}

.link01::before {
	background: transparent;
	border: solid 1px #8f8f8f;
	border-radius: 50%;
}

.link01::after {
	background-image: url(../common_img/arrow_gray.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 30);
}

/* ▼CATCH, TITLE, TEXT▼ */
.title_box {
	margin-bottom: calc((100vw / 375) * 40);
}

.eng_title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 26);
	line-height: 1.5;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.125rem;
}

.sec_title {
	position: relative;
	padding-left: calc((100vw / 375) * 50);
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #7a7a7a;
	letter-spacing: 0.3rem;
}

.en_body .sec_title { display:none; }

.sec_title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: calc((100vw / 375) * 4);
	width: calc((100vw / 375) * 36);
	height: 1px;
	margin-top: -0.5px;
	background: #acacac;
}

/* ▼ICON▼ */
.disp_switch .icon {
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 375) * 16);
	height: calc((100vw / 375) * 16);
	margin-top: calc((100vw / 375) * -8);
}

.disp_switch .icon:before, .disp_switch .icon:after {
	content: '';
	position: absolute;
	background: #232629;
}

.disp_switch .icon:before {
	top: 0;
	left: 50%;
	width: calc((100vw / 375) * 2);
	height: 100%;
	margin-left: -1px;
}

.disp_switch .icon:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: calc((100vw / 375) * 2);
	margin-top: -1px;
}

.disp_switch.opened .icon:before { display:none; }

/* ▼NOTICE LIST▼ */
.note_list &gt; li {
	position: relative;
	padding-left: 1.2em;
	font-size: calc((100vw / 375) * 12);
	color: #585858;
	line-height: 1.8;
	letter-spacing: 0.075rem;
}

.note_list &gt; li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.note_list.center &gt; li {
	padding-left: 0;
	text-align: center;
}

.note_list.center &gt; li span {
	position: relative;
	padding-left: 1.2em;
}

.note_list.center &gt; li:before { display:none; }

.note_list.center &gt; li span:before {
	content: '※';
	position: absolute;
	top: calc((100vw / 375) * -3);
	left: 0;
}

/* ▼LIST▼ */
.li_sp_mb5 &gt; li { margin-bottom:calc((100vw / 375) * 5); }
.li_sp_mb10 &gt; li { margin-bottom:calc((100vw / 375) * 10); }
.li_sp_mb15 &gt; li { margin-bottom:calc((100vw / 375) * 15); }
.li_sp_mb20 &gt; li { margin-bottom:calc((100vw / 375) * 20); }
.li_sp_mb25 &gt; li { margin-bottom:calc((100vw / 375) * 25); }
.li_sp_mb30 &gt; li { margin-bottom:calc((100vw / 375) * 30); }

.list01 &gt; li:last-child,
.list02 &gt; li:last-child,
.list03 &gt; li:last-child,
.list04 &gt; li:last-child {
	margin-bottom: 0;
}

.list01 &gt; li {
	position: relative;
	padding-left: 1.2em;
}

.list01 &gt; li:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.list02 &gt; li {
	position: relative;
	padding-left: calc((100vw / 375) * 20);
}

.list02 &gt; li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 1px;
	margin-top: -0.5px;
	background: #797979;
}

.list03 &gt; li {
	position: relative;
	padding-left: calc((100vw / 375) * 20);
}

.list03.number_plus &gt; li { padding-left:2.2em; }
.list03.kana &gt; li { padding-left:calc((100vw / 375) * 25); }

.list03 &gt; li:before {
	position: absolute;
	top: 0;
	left: 0;
}

.list03 &gt; li:nth-child(1):before { content:'a.'; }
.list03 &gt; li:nth-child(2):before { content:'b.'; }
.list03 &gt; li:nth-child(3):before { content:'c.'; }
.list03 &gt; li:nth-child(4):before { content:'d.'; }
.list03 &gt; li:nth-child(5):before { content:'e.'; }
.list03 &gt; li:nth-child(6):before { content:'f.'; }
.list03 &gt; li:nth-child(7):before { content:'g.'; }
.list03 &gt; li:nth-child(8):before { content:'h.'; }
.list03 &gt; li:nth-child(9):before { content:'i.'; }
.list03 &gt; li:nth-child(10):before { content:'j.'; }

.list03.number &gt; li:nth-child(1):before { content:'1.'; }
.list03.number &gt; li:nth-child(2):before { content:'2.'; }
.list03.number &gt; li:nth-child(3):before { content:'3.'; }
.list03.number &gt; li:nth-child(4):before { content:'4.'; }
.list03.number &gt; li:nth-child(5):before { content:'5.'; }
.list03.number &gt; li:nth-child(6):before { content:'6.'; }
.list03.number &gt; li:nth-child(7):before { content:'7.'; }
.list03.number &gt; li:nth-child(8):before { content:'8.'; }
.list03.number &gt; li:nth-child(9):before { content:'9.'; }
.list03.number &gt; li:nth-child(10):before { content:'10.'; }

.list03.number_plus &gt; li:nth-child(1):before { content:'（1）'; }
.list03.number_plus &gt; li:nth-child(2):before { content:'（2）'; }
.list03.number_plus &gt; li:nth-child(3):before { content:'（3）'; }
.list03.number_plus &gt; li:nth-child(4):before { content:'（4）'; }
.list03.number_plus &gt; li:nth-child(5):before { content:'（5）'; }
.list03.number_plus &gt; li:nth-child(6):before { content:'（6）'; }
.list03.number_plus &gt; li:nth-child(7):before { content:'（7）'; }
.list03.number_plus &gt; li:nth-child(8):before { content:'（8）'; }
.list03.number_plus &gt; li:nth-child(9):before { content:'（9）'; }
.list03.number_plus &gt; li:nth-child(10):before { content:'（10）'; }

.list03.kana &gt; li:nth-child(1):before { content:'ア）'; }
.list03.kana &gt; li:nth-child(2):before { content:'イ）'; }
.list03.kana &gt; li:nth-child(3):before { content:'ウ）'; }
.list03.kana &gt; li:nth-child(4):before { content:'エ）'; }
.list03.kana &gt; li:nth-child(5):before { content:'オ）'; }
.list03.kana &gt; li:nth-child(6):before { content:'カ）'; }
.list03.kana &gt; li:nth-child(7):before { content:'キ）'; }
.list03.kana &gt; li:nth-child(8):before { content:'ク）'; }
.list03.kana &gt; li:nth-child(9):before { content:'ケ）'; }
.list03.kana &gt; li:nth-child(10):before { content:'コ）'; }

.list04 &gt; li {
	position: relative;
	padding-left: 1.2em;
}

.list04 &gt; li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.iblock { display:inline-block!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.sp_w4per { width:4%; }
.sp_w5per { width:5%; }
.sp_w8per { width:8%; }
.sp_w10per { width:10%; }
.sp_w15per { width:15%; }
.sp_w20per { width:20%; }
.sp_w22per { width:22%; }
.sp_w25per { width:25%; }
.sp_w30per { width:30%; }
.sp_w35per { width:35%; }
.sp_w40per { width:40%; }
.sp_w45per { width:45%; }
.sp_w50per { width:50%; }
.sp_w55per { width:55%; }
.sp_w56per { width:56%; }
.sp_w60per { width:60%; }
.sp_w70per { width:70%; }
.sp_w75per { width:75%; }
.sp_w80per { width:80%; }
.sp_w100per { width:100%!important; }

.sp_w90 { width:calc((100vw / 375) * 90)!important; }
.sp_w160 { width:calc((100vw / 375) * 160)!important; }
.sp_w250 { width:calc((100vw / 375) * 250)!important; }
.sp_w400 { width:calc((100vw / 375) * 400)!important; }
.sp_w500 { width:calc((100vw / 375) * 500)!important; }
.sp_w510 { width:calc((100vw / 375) * 510)!important; }
.sp_w580 { width:calc((100vw / 375) * 580)!important; }

.sp_h240 { height:calc((100vw / 375) * 240)!important; }

/* ▼area▼ */
.sp_mb60 { margin-bottom:calc((100vw / 375) * 60)!important; }
.sp_mb55 { margin-bottom:calc((100vw / 375) * 55)!important; }
.sp_mb50 { margin-bottom:calc((100vw / 375) * 50)!important; }
.sp_mb45 { margin-bottom:calc((100vw / 375) * 45)!important; }
.sp_mb40 { margin-bottom:calc((100vw / 375) * 40)!important; }
.sp_mb35 { margin-bottom:calc((100vw / 375) * 35)!important; }
.sp_mb30 { margin-bottom:calc((100vw / 375) * 30)!important; }
.sp_mb25 { margin-bottom:calc((100vw / 375) * 25)!important; }
.sp_mb20 { margin-bottom:calc((100vw / 375) * 20)!important; }
.sp_mb15 { margin-bottom:calc((100vw / 375) * 15)!important; }
.sp_mb12 { margin-bottom:calc((100vw / 375) * 12)!important; }
.sp_mb10 { margin-bottom:calc((100vw / 375) * 10)!important; }
.sp_mb8 { margin-bottom:calc((100vw / 375) * 8)!important; }
.sp_mb5 { margin-bottom:calc((100vw / 375) * 5)!important; }
.sp_mb0 { margin-bottom:calc((100vw / 375) * 0)!important; }

.sp_mlr60 { margin-left:calc((100vw / 375) * 60)!important; margin-right:calc((100vw / 375) * 60)!important; }
.sp_mlr55 { margin-left:calc((100vw / 375) * 55)!important; margin-right:calc((100vw / 375) * 55)!important; }
.sp_mlr50 { margin-left:calc((100vw / 375) * 50)!important; margin-right:calc((100vw / 375) * 50)!important; }
.sp_mlr45 { margin-left:calc((100vw / 375) * 40)!important; margin-right:calc((100vw / 375) * 45)!important; }
.sp_mlr40 { margin-left:calc((100vw / 375) * 40)!important; margin-right:calc((100vw / 375) * 40)!important; }
.sp_mlr35 { margin-left:calc((100vw / 375) * 35)!important; margin-right:calc((100vw / 375) * 35)!important; }
.sp_mlr30 { margin-left:calc((100vw / 375) * 30)!important; margin-right:calc((100vw / 375) * 30)!important; }
.sp_mlr25 { margin-left:calc((100vw / 375) * 25)!important; margin-right:calc((100vw / 375) * 25)!important; }
.sp_mlr20 { margin-left:calc((100vw / 375) * 20)!important; margin-right:calc((100vw / 375) * 20)!important; }
.sp_mlr15 { margin-left:calc((100vw / 375) * 15)!important; margin-right:calc((100vw / 375) * 15)!important; }
.sp_mlr10 { margin-left:calc((100vw / 375) * 10)!important; margin-right:calc((100vw / 375) * 10)!important; }
.sp_mlr5 { margin-left:calc((100vw / 375) * 5)!important; margin-right:calc((100vw / 375) * 5)!important; }
.sp_mlr-1 { margin-left:calc((100vw / 375) * -1)!important; margin-right:calc((100vw / 375) * -1)!important; }
.sp_mlr-5 { margin-left:calc((100vw / 375) * -5)!important; margin-right:calc((100vw / 375) * -5)!important; }
.sp_mlr-10 { margin-left:calc((100vw / 375) * -10)!important; margin-right:calc((100vw / 375) * -10)!important; }
.sp_mlr-20 { margin-left:calc((100vw / 375) * -20)!important; margin-right:calc((100vw / 375) * -20)!important; }

.sp_mr50 { margin-right:calc((100vw / 375) * 50)!important; }
.sp_mr40 { margin-right:calc((100vw / 375) * 40)!important; }
.sp_mr30 { margin-right:calc((100vw / 375) * 30)!important; }
.sp_mr25 { margin-right:calc((100vw / 375) * 25)!important; }
.sp_mr20 { margin-right:calc((100vw / 375) * 20)!important; }
.sp_mr15 { margin-right:calc((100vw / 375) * 15)!important; }
.sp_mr10 { margin-right:calc((100vw / 375) * 10)!important; }
.sp_mr5 { margin-right:calc((100vw / 375) * 5)!important; }
.sp_mr0 { margin-right:calc((100vw / 375) * 0)!important; }
.sp_mr-5 { margin-right:calc((100vw / 375) * -5)!important; }

.sp_ml50 { margin-left:calc((100vw / 375) * 50)!important; }
.sp_ml40 { margin-left:calc((100vw / 375) * 40)!important; }
.sp_ml30 { margin-left:calc((100vw / 375) * 30)!important; }
.sp_ml20 { margin-left:calc((100vw / 375) * 20)!important; }
.sp_ml15 { margin-left:calc((100vw / 375) * 15)!important; }
.sp_ml10 { margin-left:calc((100vw / 375) * 10)!important; }
.sp_ml0 { margin-left:calc((100vw / 375) * 0)!important; }
.sp_ml-5 { margin-left:calc((100vw / 375) * -5)!important; }
.sp_ml-10 { margin-left:calc((100vw / 375) * -10)!important; }
.sp_ml-15 { margin-left:calc((100vw / 375) * -15)!important; }
.sp_ml-20 { margin-left:calc((100vw / 375) * -20)!important; }

.sp_mt60 { margin-top:calc((100vw / 375) * 60)!important; }
.sp_mt55 { margin-top:calc((100vw / 375) * 55)!important; }
.sp_mt50 { margin-top:calc((100vw / 375) * 50)!important; }
.sp_mt45 { margin-top:calc((100vw / 375) * 45)!important; }
.sp_mt40 { margin-top:calc((100vw / 375) * 40)!important; }
.sp_mt30 { margin-top:calc((100vw / 375) * 30)!important; }
.sp_mt20 { margin-top:calc((100vw / 375) * 20)!important; }
.sp_mt15 { margin-top:calc((100vw / 375) * 15)!important; }
.sp_mt10 { margin-top:calc((100vw / 375) * 10)!important; }
.sp_mt5 { margin-top:calc((100vw / 375) * 5)!important; }
.sp_mt3 { margin-top:calc((100vw / 375) * 3)!important; }
.sp_mt0 { margin-top:calc((100vw / 375) * 0)!important; }
.sp_mt-5 { margin-top:calc((100vw / 375) * -5)!important; }
.sp_mt-10 { margin-top:calc((100vw / 375) * -10)!important; }
.sp_mt-20 { margin-top:calc((100vw / 375) * -20)!important; }
.sp_mt-40 { margin-top:calc((100vw / 375) * -40)!important; }
.sp_mt-50 { margin-top:calc((100vw / 375) * -50)!important; }

.sp_pb30 { padding-bottom:calc((100vw / 375) * 30)!important; }
.sp_pb8 { padding-bottom:calc((100vw / 375) * 8)!important; }
.sp_pb0 { padding-bottom:calc((100vw / 375) * 0)!important; }

.sp_p20 { padding:calc((100vw / 375) * 20)!important; }
.sp_p15 { padding:calc((100vw / 375) * 15)!important; }
.sp_p10 { padding:calc((100vw / 375) * 10)!important; }

.sp_pt60 { padding-top:calc((100vw / 375) * 60)!important; }
.sp_pt50 { padding-top:calc((100vw / 375) * 50)!important; }

.sp_ptb20 { padding-top:calc((100vw / 375) * 20)!important; padding-bottom:calc((100vw / 375) * 20)!important; }
.sp_ptb15 { padding-top:calc((100vw / 375) * 15)!important; padding-bottom:calc((100vw / 375) * 15)!important; }
.sp_ptb5 { padding-top:calc((100vw / 375) * 5)!important; padding-bottom:calc((100vw / 375) * 5)!important; }
.sp_ptb0 { padding-top:calc((100vw / 375) * 0)!important; padding-bottom:calc((100vw / 375) * 0)!important; }

.sp_plr25 { padding-left:calc((100vw / 375) * 25)!important; padding-right:calc((100vw / 375) * 25)!important; }

/* ▼font▼ */
.bold { font-weight:900!important; }
.normal { font-weight:500!important; }
.itaric { font-style: italic!important; }

.sp_size10 { font-size:calc((100vw / 375) * 10)!important; }
.sp_size11 { font-size:calc((100vw / 375) * 11)!important; }
.sp_size12 { font-size:calc((100vw / 375) * 12)!important; }
.sp_size13 { font-size:calc((100vw / 375) * 13)!important; }
.sp_size14 { font-size:calc((100vw / 375) * 14)!important; }
.sp_size15 { font-size:calc((100vw / 375) * 15)!important; }
.sp_size16 { font-size:calc((100vw / 375) * 16)!important; }
.sp_size17 { font-size:calc((100vw / 375) * 17)!important; }
.sp_size18 { font-size:calc((100vw / 375) * 18)!important; }
.sp_size19 { font-size:calc((100vw / 375) * 19)!important; }
.sp_size20 { font-size:calc((100vw / 375) * 20)!important; }
.sp_size22 { font-size:calc((100vw / 375) * 22)!important; }
.sp_size24 { font-size:calc((100vw / 375) * 24)!important; }
.sp_size30 { font-size:calc((100vw / 375) * 30)!important; }

.c_green { color:#2fcaae!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

/* ▼link▼ */
a.u_line, .u_line { text-decoration:underline!important; }
a.no_line { text-decoration:none!important; }

/* ▼frame▼ */
.img_frame01 { border:solid 1px #fff; }

/* ▼line▼ */
.txt_line {
	padding-bottom: 10px;
	line-height: 2.8;
	border-bottom: dotted 1px #999;
}

.txt_marker {
	display: inline-block;
	position: relative;
}

.txt_marker:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(241,247,64,0.9);
	z-index: 0;
}

.txt_marker &gt; span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

/* ▼background▼ */
.bg_none { background:none!important; }

/* ▼border▼ */
.border_none { border:none!important; }

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 50);
	padding: 0 calc((100vw / 375) * 15);
	vertical-align: middle;
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #000;
	line-height: calc((100vw / 375) * 50);
	font-family: "Zen Old Mincho", serif;
	background: #fff;
	border: solid 1px #acacac;
	caret-color: #999;
}

textarea {
	display: block;
	width: 100%!important;
	min-height: calc((100vw / 375) * 160);
	padding: calc((100vw / 375) * 10) calc((100vw / 375) * 15);
	line-height: 2;
}

select {
	line-height: calc((100vw / 375) * 42);
}

input[type="text"]:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	border: solid 1px #acacac;
	outline: none;
}

input[type="submit"]:focus, button:focus { outline:none; }

.select_box {
	position: relative;
}

.select_box::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 5);
	width: calc((100vw / 375) * 30);
	height: calc((100vw / 375) * 30);
	margin-top: calc((100vw / 375) * -15);
	background-image: url(../common_img/arrow_switch_orange.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 30);
	z-index: 10;
}

input::-webkit-input-placeholder {
	font-size: calc((100vw / 375) * 14)!important;
	color: #aeadad;
	font-weight: 400;
}

input:-ms-input-placeholder {
	font-size: calc((100vw / 375) * 14)!important;
	color: #aeadad;
	font-weight: 400;
}

input::-moz-placeholder {
	font-size: calc((100vw / 375) * 14)!important;
	color: #aeadad;
	font-weight: 400;
}

textarea::-webkit-input-placeholder {
	font-size: calc((100vw / 375) * 14)!important;
	color: #aeadad;
	font-weight: 400;
}

textarea:-ms-input-placeholder {
	font-size: calc((100vw / 375) * 14)!important;
	color: #aeadad;
	font-weight: 400;
}

textarea::-moz-placeholder {
	font-size: calc((100vw / 375) * 14)!important;
	color: #aeadad;
	font-weight: 400;
}

label { display:block; box-sizing:border-box; width:100%; }

/* ▼original radio checkbox▼ */
input[type="radio"], input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	width: calc((100vw / 375) * 30);
	height: calc((100vw / 375) * 30);
	margin: calc((100vw / 375) * -15) 0 0;
	vertical-align: middle;
	background: #fff;
	border: solid 1px #acacac;
	transform: translateY(-1px);
	overflow: hidden;
}

input[type="radio"] {
	border-radius: 50%;
}

input[type="radio"]:after, input[type="checkbox"]:after {
	display: block;
	content: '';
	position: absolute;
	opacity: 0;
}

input[type="radio"]:after {
	top: 50%;
	left: 50%;
	width: calc((100vw / 375) * 16);
	height: calc((100vw / 375) * 16);
	background: #bfa95c;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

input[type="checkbox"]:after {
	top: -1px;
	left: -1px;
	width: calc((100vw / 375) * 30);
	height: calc((100vw / 375) * 30);
	background: #bfa95c url(../common_img/icon_chk.png) center center / calc((100vw / 375) * 30) no-repeat;
	border: solid 1px #bfa95c;
}

.radio_list li label.active input[type="radio"], .chk_list li label.active input[type="checkbox"] { border:solid 1px #bfa95c; }

.radio_list li label.active input[type="radio"]:after, input[type="checkbox"]:checked:after { opacity:1; }

.radio_list li label.active input[type="radio"] { background:#fff; }

.radio_list li label, .chk_list li label {
	position: relative;
	padding-left: calc((100vw / 375) * 42);
	line-height: calc((100vw / 375) * 30);
}

.radio_list.sp_col li, .chk_list.sp_col li {
	display: inline-block;
	margin: 0 calc((100vw / 375) * 15) 0 0;
}

.radio_list.sp_col li:last-child, .chk_list.sp_col li:last-child { margin-right:0; }

.radio_list.sp_row li, .chk_list.sp_row li {
	margin-bottom: calc((100vw / 375) * 10);
}

.radio_list.sp_row li:last-child, .chk_list.sp_row li:last-child { margin-bottom:0; }
</pre></body></html>