@charset "UTF-8";
:root {
  --spDesign: 750;
  --spViewport: 375;
  --breakPointSpMin: 374px;
  --breakPointSp: 767px;
  --breakPointWide: 768px;
  --widthDefault: 1240rem;
  --widthMax: 1440rem;
  --widthMin: 1000rem;
  --heightHeaderSp:60rem;
  --heightHeaderPc:80rem;
  --headerHeight:calc((var(--heightHeaderSp) + var(--heightHeaderPc)) / 2);
  --vh:100vh;
  --vw:100vw;
  --sidePaddingSp1:15rem;
  --sidePaddingPc1:20rem;
  --fontBase: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  --fontEn1: "Oswald", sans-serif;
  --colorBg1: #FFFFFF;
  --colorBg2: #F8F8F8;
  --colorText1: #343434;
  --colorText2: #BCBCBC;
  --colorText3: #888888;
  --colorBorder1:#DDDDDD;
  --colorBorder2:#E6E6E6;
  --colorAccent1:#2D65BF;
  --colorAccent2:#015DC8;
  --colorAccent3:#0757D8;
  --colorAccent4:#2F938F;
  --colorAccent5:#EC5704;
  --colorAccent6:#03C7A2;
  --colorCaution1:#FF0202;
  --colorCaution2:#FFD9D9;
  --colorStamp1:#31B6C1;
  --colorStamp1_pastel:#EDFDFF;
  --colorStamp2:#E25D5D;
  --colorStamp3:#7CB946;
  --colorStamp4:#6A6AD9;
  --easingBasic:cubic-bezier(.86,0,.07,1);
}
html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
	word-break: normal;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	scroll-behavior: smooth;
	font-size: 1px;
	font-family: var(--fontBase);
	width: 100%;
}
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: inherit;
}
::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
}
* {
	padding: 0;
	margin: 0;
}
body {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 16rem;
	font-weight: 500;
	letter-spacing: 0;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	color: var(--colorText1);
	background: var(--colorBg1);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
		text-size-adjust: none;
	position: relative;
	word-break: break-all;
}
a {
	outline: none;
	color: var(--colorText1);
	text-decoration: none;
}
ul {
	list-style-type: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
p {
	font-size: 16rem;
}
.caption {
  font-size: .85em;
  line-height: 1.25;
  margin-top: -1em;
  margin-bottom: 2em;
}
/* map */
.rw_area_map_wrap {
	margin: 0 auto 20rem;
	width:100%;
	max-width: 1000px;
}
.rw_area_map {
	padding-top:50%;
	width: 100%;
	height:0;
	background-color: #ddd;
	position:relative;
}
.rw_area_map {
	margin: 0 auto;
	padding-top:100%;
	width: 100%;
}
.rw_area_map {
	margin: 0 auto;
	padding-top:61.41%;
	width: 100%;
}
.rw_area_map iframe,
.rw_area_map img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
@media (max-width: 767px) {
.rw_area_map {
  padding-top: 100%;
}
}
/* delete costume ok */
.width800 {
	margin: 0 auto;
	width: 800rem;
}
.width1240 {
	margin: 0 auto;
	width: 1240rem;
	position: relative;
}
@media (max-width: 767px) {
	
.width800 {
	width: 100%;
}
.width1240 {
	width: 100%;
}
}
.firstvisual_area {
	margin: 0 auto;
	max-width: 1240rem;
}
.firstvisual_img-pc {
	position: relative;
	width: 1240rem;
}

/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}
.header__main {
	background: var(--colorBg2);
	position: relative;
	display: flex;
}
.header__logo {
	width: 180rem;
	position: absolute;
	top: 50%;
}
.header__logo img {
	width: 100%;
}
.header__navi__logo {
	width: 180rem;
	margin-left: 15rem;
}
.header__navi__logo a {
	display: block;
	padding: 16rem 0;
}

/* footer */
.footer {
	position: relative;
}
.footer__pagetop {
	width: 50rem;
	height: 50rem;
	background: var(--colorText1);
	border: 2px solid #fff;
	opacity: 0.9;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	right: clamp(45rem, (100% - 1240rem) / 2, 100rem);
	top: 0;
	z-index: 10;
}
.footer__pagetop:before {
	content: "";
	display: block;
	width: 8rem;
	height: 8rem;
	border: solid #fff;
	border-width: 2px 0 0 2px;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 2rem);
	left: calc(50% - 4rem);
}
.footer__banner {
	display: flex;
	justify-content: center;
	gap: 10rem 0;
}
.footer__banner__item a {
	display: block;
	height: 60rem;
}
.footer__banner__item a img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.footer__sns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32rem;
	margin-top: 30rem;
}
.footer__sns__item {
	font-size: 0;
}
.footer__sns__item a {
	display: block;
	font-size: 0;
	width: 30rem;
	height: 28rem;
}
.footer__sns__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center center;
	object-position: center center;
}
.footer__bottom {
	color: #FFF;
	position: relative;
	overflow: hidden;
	padding-top: 47rem;
	margin-top: 35rem;
}
.footer__bottom:before {
	content: "";
	display: block;
	background: url("../img/common/footer/footer_bg-top_sp.svg") no-repeat center bottom/100% 100%;
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 47rem;
}
.footer__bottom a {
	color: inherit;
}
.footer__bottom__inner {
	background: var(--colorText1);
	padding-top: 28rem;
	padding-bottom: 12rem;
}
.footer__logo {
	width: 100rem;
	margin: 0 auto 20rem;
}
.footer__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer__menu__item {
	font-size: 12rem;
	display: flex;
	align-items: center;
}
.footer__menu__item:not(:last-child):after {
	content: "|";
}
.footer__menu__item a {
	display: block;
	padding: 0 1em;
}
.footer__copyright {
	text-align: center;
	font-size: 10rem;
	letter-spacing: 0.02em;
}

/* share */
.share_fixed {
	position: fixed !important;
	top: 100rem !important;
}
.article-single-share__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24rem;
}
.article-single-share__item {
	width: 34rem;
}
.article-single-share__item img {
	width: 100%;
}
.article-single-share__item a, .article-single-share__item button {
	position: relative;
	display: block;
	cursor: pointer;
}
.article-single-share__item button {
	background-color: transparent;
	border: none;
	width: 100%;
}
.article-single-share__item--copy a::before {
	content: "";
	display: block;
	width: 10rem;
	height: 15rem;
	border: solid #FFF;
	border-width: 0 3rem 3rem 0;
	position: absolute;
	left: calc(50% - 5rem);
	top: calc(50% - 9rem);
	z-index: 2;
	transform: rotate(45deg);
	opacity: 0;
	transition: 0.3s;
}
.article-single-share__item--copy a::after {
	content: "";
	display: block;
	background: #343434;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.3s;
}
.article-single-share__item--copy a.js-urlCopy--finish::before, .article-single-share__item--copy a.js-urlCopy--finish::after {
	opacity: 1;
}
.article-single-share__item--copy a.js-urlCopy--finish::before {
	transition-delay: 0.3s;
}

@media (max-width: 767px) {
	.title__page{
		font-size: 1.4em !important;
	}
	.title__page__sub,.text__lead {
		font-size: 1em !important;
	}
	.only-wide {
		display: none !important;
	}
	.footer__pagetop {
		display: none;
	}
	.footer__banner {
		flex-wrap: wrap;
	}
	.footer__banner__item {
		width: 50%;
	}
	.footer__copyright {
		margin-top: 10rem;
	}
	.header__main {
		align-items: center;
		justify-content: space-between;
		height: var(--heightHeaderSp);
		padding: 0 20rem;
	}
	.header__logo {
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media (min-width: 768px) {
	html {
		font-size: 1px;
	}
	.only-sp {
		display: none !important;
	}
	.header {
		border-bottom: 1px solid var(--colorBorder1);
		min-width: var(--widthMin);
	}
	.header__main {
		height: var(--heightHeaderPc);
		align-items: center;
	}
	.header__logo {
		width: 170rem;
		left: 40rem;
		transform: translate(0, -50%);
	}
	.header__navi {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.header__navi__logo {
		display: none;
	}
	.footer__banner {
		justify-content: center;
		gap: 46rem;
	}
	.footer__sns {
		margin-top: 26rem;
	}
	.footer__bottom {
		margin-top: 0rem;
		padding-top: clamp(82rem, 5.7vw, 100%);
	}
	.footer__bottom:before {
		background-image: url("../img/common/footer/footer_bg-top.svg");
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: clamp(var(--widthMax), 100%, 100%);
		height: clamp(82rem, 5.7vw, 100%);
	}
	.footer__bottom__inner {
		margin-top: -1px;
		padding-top: 32rem;
		padding-bottom: 35rem;
	}
	.footer__logo {
		margin-bottom: 15rem;
	}
	.footer__menu__item {
		font-size: 11rem;
	}
	.footer__menu__item a {
		padding-top: 10rem;
		padding-bottom: 10rem;
		transition: 0.3s;
	}
	.footer__menu__item a:hover {
		color: var(--colorText2);
	}
	.article-single-share {
		position: absolute;
		top: 0;
		left: 0;
	}
	.article-single-share__list {
		flex-direction: column;
	}
	.article-single-share__item {
		width: 40rem;
	}
}

@media (min-width: 1440px) {
	.header__logo {
		width: 310rem;
	}
	.header__menu__item {
		margin-right: 20rem;
		margin-left: 20rem;
	}
	.header__menu__link {
		padding-right: 20rem;
		padding-left: 20rem;
	}
}