@charset "utf-8";

body {
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.5;
	color: #fff;
	background-color: #082233;
	position: relative;
	padding-bottom: 6rem;
}
img {
	width: 100%;
}
a {
	display: block;
	transition: .5s;
}
a:hover {
	opacity: .8;
}
@media(min-width:576px){
	body {
		padding-bottom: 0;
	}
}
@media(min-width:768px){
	body {
		font-size: 16px;
	}
}

/*common*/
.notosans {
	font-family: "Noto Sans JP", sans-serif;
}
.notoserif {
	font-family: "Noto Serif JP", serif;
}
.joan {
	font-family: "Joan", "Noto Serif JP", serif;
}

.section-title {
	position: relative;
	margin-bottom: 5rem;
}
.section-title:before {
	position: absolute;
	top: -5px;
	left: -15px;
	content: '';
	background: url("../images/common/section_titlte_bg.png") center/100% no-repeat;
	width: 18.1rem;
	height: 14.3rem;
}
.section-title-jp {
	display: block;
	font-size: 2rem;
	font-weight: 700;
}
.section-title-en {
	display: block;
	font-family: "Joan", "Noto Serif JP", serif;
	font-size: 7rem;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1;
}
.section-title02 .section-title-en {
	font-size: 2.2rem;
	margin-bottom: -10px;
}
.section-title02 .section-title-jp {
	font-size: 3.2rem;
	font-weight: 600;
}

.common-btn {
	font-family: "Joan", "Noto Serif JP", serif;
	background-color: #D571AD;
	width: 100%;
	max-width: 28rem;
	border-radius: 4px;
	padding: 2rem 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	margin: 0 auto;
}
.common-btn-text {
	display: block;
}
.common-btn img {
	width: 100%;
	max-width: 8px;
}
.line-btn {
	font-family: "Joan", "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 400;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 16rem;
	padding-bottom: 2rem;
	line-height: 1;
	position: relative;
	transition: .5s;
}

.line-btn:hover {
/*	max-width: 20rem;*/
/*	transform: scaleX(1.1);*/
/*	border-bottom: none;*/
/*	opacity: 1;*/
/*	animation: line-animation 0.5s linear;*/
}
/*
.line-btn:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .5s;
	
}
.line-btn:hover:after {
  width: 100%;
}
*/
.line-btn img {
	max-width: 8px;
}

.common-table th, .common-table td {
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	line-height: 1.5;
}
.common-table th {
	padding: 2rem 0;
}
.common-table td {
	padding-bottom: 2rem;
	font-family: "Noto Sans JP", sans-serif;
}
@media(min-width:576px){
	.section-title:before {
		left: -6rem;
	}
}
@media(min-width:768px){
	.section-title {
		margin-bottom: 7rem;
	}
	.section-title-jp {
		font-size: 2.4rem;
	}
	.section-title-en {
		font-size: 10.2rem;
	}
	.common-btn {
		margin: 0;
	}
	.common-table th, .common-table td {
		display: table-cell;
	}
}



/*
header
*/
.header-left {
	position: absolute;
	top: 2rem;
	left: 2rem;
	z-index: 1000;
}
.header-logo {
	margin-bottom: 2rem;
}
.header-logo img {
	max-width: 14rem;
}
.header-nav {
	/* display: none; */
	position: fixed;
	/* top: 12.2rem; */
	/* left: 2rem; */
	bottom: -100%;
	/* bottom: -30rem; */
	transition: .5s;
	width: 100%;
	height: 30rem;
}
.navi-open .header-nav {
	/* display: block; */
	background-color: rgba(255,255,255, .8);
	top: auto;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding: 5rem 2rem;
}
.header-nav li a {
	font-size: 14px;
	position: relative;
	padding: 12px 0 12px 14px;
	font-weight: 600;
	line-height: 1;
}
.navi-open .header-nav li a {
	color: #082233;
}
.header-nav li a:before {
	position: absolute;
	top: 58%;
	left: 0;
	content: '';
	width: 8px;
	height: 1px;
	background-color: #fff;
}
.navi-open .header-nav li a:before {
	background-color: #082233;
}

.header-right {
	position: absolute;
	top: 2rem;
	right: 2rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	z-index: 1000;
}
.contact-btn {
	background-color: #D571AD;
	font-size: 12px;
	padding: 13px;
	text-align: center;
	width: 100%;
	max-width: 21.3rem;
	border-radius: 4px;
	white-space: nowrap;
	display: none;
}
.contact-btn img {
	max-width: 15px;
	margin-right: 2px;
	vertical-align: baseline;
}
.menu-language {
	background-color: #1F3E52;
	border: 1px solid #567385;
	padding: 4px;
	border-radius: 4px;
	display: flex;
	width: fit-content;
	margin-left: auto;
}
.menu-language li.select a {
	background-color: #082233;
}
.menu-language li a {
	font-weight: 400;
	font-size: 12px;
	width: 3rem;
	height: 3rem;
/*	padding: 6px 0;*/
	text-align: center;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-language li a:hover {
	opacity: 1;
	background-color: #082233;
}

.sidemenu, .home .sidemenu.scrolled {
	position: fixed;
	top: 40rem;
	right: 0;
	z-index: 1000;
	display: none;
}
.home .sidemenu {
	top: 85rem;
	transition: .5s;
 }

.sidemenu a {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	border-radius: 4px 0 0 4px;
	width: 10rem;
	height: 6rem;
/*	padding: 13px 9px;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sidemenu .contact-btn {
	margin-bottom: 1px;
}
.sidemenu img {
	display: block;
	margin: 0 auto 6px;
}
.merchandise-btn {
	background-color: #6599BC;
}
.merchandise-btn img {
	max-width: 1.95rem;
}
.bottom-menu {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}
.bottom-menu a {
	width: 40%;
	border-radius: 0;
}
.bottom-menu .contact-btn {
	max-width: 100%;
	display: block;
}
.bottom-menu .merchandise-btn {
	font-size: 12px;
	padding: 13px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bottom-menu .merchandise-btn img {
	vertical-align: baseline;
	margin-right: 2px;
}
@media(min-width:576px){
	.header-nav {
		/* display: block; */
		z-index: 100;
		top: 8rem;
		left: 2rem;
		position: absolute;
		width: auto;
	}
	.header-right {
		display: flex;
	}
	.header-right .contact-btn {
		display: block;
	}
	.menu-language {
		margin-left: 8px;
		margin-top: 0;
	}
	.sidemenu, .home .sidemenu.scrolled {
		display: block;
	}
	.bottom-menu {
		display: none;
	}
}
@media(min-width:768px){
	.header-left {
		top: 4.6rem;
		left: 4rem;
	}
	.header-logo img {
		max-width: 16.1rem;
	}
	.header-nav {
		top: 12.2rem;
		left: 4rem;
	}
	.header-nav li a {
		font-size: 16px;
	}
	.header-right {
		top: 4rem;
		right: 4rem;
	}
	.header-right .contact-btn {
		font-size: 15px;
		/* padding: 13px 3rem; */
	}
	.header-right .contact-btn img {
		max-width: 18px;
		margin-right: 5px;
	}
	.menu-language li a {
		font-size: 14px;
		width: 3.3rem;
		height: 3.3rem;
/*		padding: 7px 0;*/
	}
	.sidemenu a {
		font-size: 14px;
		padding: 18px 12px;
		width: 12.1rem;
		height: 7.3rem;
	}
	.sidemenu .contact-btn img {
		max-width: 18px;
	}
}

/* hamburger */
.hamburger {
	width: 20%;
	/* height: 6rem; */
  /* margin-left: auto; */
  cursor: pointer;
	background-color: #fff;
	color: #082233;
	/* z-index: 100; */
	position: relative;
  }
.navi-open .hamburger {
	border: none;
}
.hamburger .line {
  position: absolute;
  left: calc(50% - 11px);
  display: block;
  width: 22px;
  height: 2px;
  background-color: #082233;
  transition: 0.3s;
}
.hamburger .line:nth-child(1){
    top: calc(50% - 9px);
}
.hamburger .line:nth-child(2){
    top: calc(50% - 1px);
}
.hamburger .line:nth-child(3){
    top: calc(50% + 7px);
}
.navi-open .hamburger .line:nth-child(2){
    opacity: 0;
}
.navi-open .hamburger .line:nth-child(1){
    top: 50%;
    transform: rotate(45deg);
}
.navi-open .hamburger .line:nth-child(3){
    top: 50%;
    transform: rotate(-45deg);
}

/*
common-mv
*/
.common-mv {
	background: url("../images/common/common_mv_sp.jpg") center/100% no-repeat;
	padding: 30rem 0 15rem;
	text-align: center;
}
.breadcrumbs {
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1;
	margin: 0 auto 2.7rem;
	max-width: 90rem;
}
.breadcrumbs li {
	padding: 0 6px;
}
.breadcrumbs li:nth-child(2) {
	white-space: nowrap;
}
.common-h1 {
	font-size: 6.5rem;
	font-weight: 400;
	font-family: "Joan", "Noto Serif JP", serif;
	line-height: 1;
	letter-spacing: -0.02em;
}
@media(min-width:576px){
	.common-h1 {
		font-size: 8rem;
	}
}
@media(min-width:768px){
	.common-mv {
		background: url("../images/common/common_mv.jpg") center/100% no-repeat;
		padding: 32.7rem 0 22.7rem;
	}
	.breadcrumbs {
		font-size: 16px;
	}
	.common-h1 {
		font-size: 10.2rem;
	}
}

/*
footer
*/
.footer-contact {
	background-color: #FF0087;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	padding: 8rem 0 9.5rem;
}
.footer-contact .section-title:before{
	display: none;
}
.footer-contact-text {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.75;
}
.footer-contact .common-btn {
	color: #082233;
	background-color: #FFFFFF;
	margin-left: 0;
}
.footer {
	padding: 5rem 0;
	line-height: 1.5;
}
.footer-left {
	font-size: 2rem;
}
.copyright {
	font-size: 12px;
	font-weight: 700;
}
.footer-right {
	border-top: 1px solid #567385;
}
.footer-nav a {
	padding: 10px 0;
}
.footer-nav a.contact-btn {
	padding: 10px 15px;
	max-width: 23rem;
	font-size: 15px;
	margin-top: 2rem;
	display: block;
}
.footer-nav a.contact-btn img {
	margin-right: 6px;
}
.pagetop {
	padding: 1.3rem;
	background-color: #05131C;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagetop img {
	transform: rotate(270deg);
	max-width: 8px;
	margin-left: 12px;
}
@media(min-width:768px){
	.footer-contact {
		padding: 15.5rem 0 9.5rem;
	}
	.footer-contact-text {
		width: 100%;
		max-width: 64rem;
	}
	.footer {
		padding: 14.5rem 0 9rem;
	}
	.footer-left {
		width: 100%;
		max-width: 40rem;
	}
	.footer-nav ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer-nav a {
		padding: 0 2.4rem;
	}
	.footer-nav li:first-child a {
		padding-left: 0;
	}
	.footer-nav a.contact-btn {
/*
		margin-top: 0;
		margin-left: 2.4rem;
		margin-right: 2.5rem;
*/
		margin: 0 2.5rem;
		max-width: 21.3rem;
	}
}
@media(min-width:1200px){
	.footer-right {
		border: none;
	}

	.footer-nav ul {
		justify-content: flex-end;
	}
	.footer-img img {
		max-width: 74rem;
	}
}

/*Editor-content*/
.editor-content > * + * {
    margin-top: 2rem;
}
.editor-content > * + h3{
    margin-top: 5rem;
}
.editor-content > * + h4 {
    margin-top: 5rem;
}
.editor-content > * + h5 {
    margin-top: 5rem;
}
.editor-content > h3 + *{
    margin-top: 2rem;
}
.editor-content > h4 + *{
    margin-top: 2rem;
}
.editor-content > h5 + *{
    margin-top: 2rem;
}
.editor-content > h2 + h3,
.editor-content > h2 + *,
.editor-content h2 + ul,
.editor-content h2 + ol {
    margin-top: 2rem;
}
/*
.editor-content ul + *,
.editor-content ol + * {
	margin-top: 2rem;
}
*/
.editor-content ol{
    padding-left: 20px;
}
.editor-content ul li{
    list-style: none;
    padding-left: 10px;
    position: relative;
}
.editor-content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '･';
}
.editor-content ol li{
    list-style: decimal;
}
.editor-content ul li + li, .editor-content ol li + li {
	margin-top: 4px;
}
.editor-content p a {
    font-weight: bold;
}
.editor-content h3 {
	color: #fff;
	border-bottom: 2px solid #567385;
	padding: 10px 0;
	font-size: 2.5rem;
	font-weight: 500;
}
.editor-content h4 {
	color: #fff;
	font-weight: 600;
/*	padding: 5px 0 5px 2rem;*/
	position: relative;
	font-size: 2.5rem;
}
.editor-content h5 {
	color: #fff;
	font-size: 2rem;
}
.editor-content .alignleft, .editor-content .alignright, .editor-content .aligncenter {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.editor-content .alignleft img, .editor-content .alignright img, .editor-content .aligncenter img {
    width: 100%;
}
.editor-content figcaption, .editor-content .has-small-font-size {
	font-size: 13px;
}
.editor-content .has-large-font-size {
	font-size: 20px;
}
.editor-content .has-x-large-font-size {
	font-size: 28px;
}
.editor-content .has-cyan-bluish-gray-color {
	color: #999999!important;
}

.editor-content .credit {
	color: #434343!important;
	font-size: 12px;
}

@media (min-width: 768px){
    .editor-content .img-left, .editor-content .alignleft{
        float: left;
        margin-right: 2rem;
        margin-bottom: 2rem;
    }
    .editor-content .img-right, .editor-content .alignright{
        float: right;
        margin-left: 2rem;
        margin-bottom: 2rem;
    }
    .editor-content .img-left, .editor-content .img-right, .editor-content .alignleft, .editor-content .alignright {
        max-width: 50%;
    }
    .editor-content .img-center, .editor-content .aligncenter{
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .editor-content .img-left + *:not(p),
    .editor-content .img-right + *:not(p),
    .editor-content .img-center, .editor-content .alignleft + *:not(p),
    .editor-content .alignright + *:not(p),
    .editor-content .aligncenter{
        clear: both;
    }
    .editor-content .alignleft, .editor-content .alignright, .editor-content .aligncenter, .editor-content .alignleft img, .editor-content .alignright img, .editor-content .aligncenter img {
        width: auto;
    }
	.editor-content figcaption {
		font-size: 2.4rem;
	}
	.editor-content .credit {
		font-size: 2rem;
	}
}