@charset "utf-8";

/* main_contents
============================================================================================================ */
/* .main_contents {
	padding: calc(15 * var(--px)) calc(35 * var(--px)) calc(35 * var(--px));
} */

.main_contents{
	padding: 0 20px;
}

.yellow_box{
	width: 100%;
	border: solid 5px #fabf13;
}

.section_inner{
	/*margin-bottom: 40px;*/
	margin-bottom: 30px;
}

.h2_txt{
	margin-bottom: 20px;
}
.mt40{margin-top: 40px;}
.mt20{margin-top: 20px;}
.mt12{margin-top: 12px;}

.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mt1em{margin-top: 1em;}
.p14 {
    font-size: 1.5rem;
    line-height: 1.5;
}
.kosugi-maru-regular {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
  }


.tac{text-align: center;}

.txt_box{
	font-feature-settings:"palt";
	text-align: justify;
	padding: 0 3px;
}
.kosugi-maru-regular {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
.member{
	padding-left: 1rem;
}
.artdirector{
	letter-spacing: -2.7px;
}


.qa{
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.accordion{
	display: flex;
    flex-direction: column;
    gap: 0px;
}
.details {
	flex: 1;
	overflow: hidden;
	font-feature-settings:"palt";
	text-align: justify;
	padding: 0 3px;
	font-size: 1.5rem;
    line-height: 1.5;
	font-family: "Kosugi Maru", sans-serif;
	display: flex;
	flex-direction: column;
}
  
  .details_summary {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	display: block;
	cursor: pointer;
	margin: 0;
	padding:10px 30px 10px 40px;
	font-weight: bold;
	color:#00ac97;
  }
  .details_summary::after{
	content:"";
	width: 25px;
	height: 33px;
	background-image: url(../img/q.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
  }
  
  .details_summary::-webkit-details-marker {
	display: none;
  }
  
  .details_summary::before {
	display: block;
	content: "＋";
	color: #000;
	box-sizing: border-box;
	position: absolute;
	top: calc(50% - 6px);
	right: 16px;
	width: 6px;
	height: 6px;
	/* border: 6px solid transparent;
	border-left: 6px solid #287E39; */
	transition: all 0.4s ease-out;
	transform-origin: 3px 6px;
	/* transform: rotate(90deg);
    transform-origin: center center; */
  }
  
  .details[open] .details_summary::before {
	content:"−";
	/* transform: rotate(-90deg); */
	/* transform: rotateZ(-0);
    transform-origin: center center; */
  }
  
  .accordion-content {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	padding-left: 40px;
	padding-right: 16px;
  /* height: 0;
  opacity: 0; */
  transition: height 0.4s ease, opacity 0.4s ease;
  word-break:break-all;
  }
  .details[open] .accordion-content {
	opacity: 1;
  }

  .accordion-content::after{
	content:"";
	width: 25px;
	height: 33px;
	background-image: url(../img/a.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
  }
  .accordion-content::before{
	content: "";
	width: 30px;
	height: 10px;
	background-image: url(../img/maru.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position:absolute;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
  }
  .details:last-child .accordion-content::before{
	display: none;
  }
  
  .accordion-content > * {
	margin: 0;
	padding-top: 16px;
  }
  
  .accordion-content > *:last-child {
	padding-bottom: 16px;
  }
  .accordion-content .kuromaru{
	position: relative;
	color: #FFF;
  }
  .accordion-content .kuromaru::after{
	content:"";
	height: 1.6rem;
	width: 1.6rem;
	background-color: #000;
	border-radius: 30px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
  }

@media screen and (max-width: 768px), print {
	.p14 {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#a .p14{
		font-size: 1.4rem;
	  }
	
}
@media screen and (min-width: 768px), print {
	.r_logo div:first-child {
		width: 100%;
		min-width: 45px;
	}
}
.lp_main {
	padding-left: 20px;
	margin-bottom: 10px;
}
.page_nav {
	position: relative;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
.page_nav::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 8px;
	background: url(../img/dot_line.svg) no-repeat center center;
	background-size: contain;
	transform: translate(-50%, 0);
}
.mv_headline {
	position: relative;
	padding-bottom: 30px;
}
.mv_headline::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 8px;
	background: url(../img/dot_line.svg) no-repeat center center;
	background-size: contain;
	transform: translate(-50%, 0);
}
.mv_headline dt {
	padding-right: 5px;
	padding-left: 5px;
}
.mv_headline dd p {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 1.4rem;
	text-align: justify;
	line-height: 1.5;
	font-feature-settings: 'palt';
	letter-spacing: -0.02em;
}
.h2_txt {
	padding-right: 20px;
	padding-left: 20px;
}
.section_a_txt > p {
	font-feature-settings: 'palt';
	letter-spacing: -0.02em;
}
.section_a_ph {
	position: relative;
	padding-bottom: 30px;
}
.section_a_ph::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 8px;
	background: url(../img/dot_line.svg) no-repeat center center;
	background-size: contain;
	transform: translate(-50%, 0);
}
.section_b_item:nth-child(2) {
	position: relative;
	padding-bottom: 20px;
}
.section_b_item:nth-child(2)::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.65);
	transform: translate(-50%, 0);
}
.section_b_item dt {
	padding-right: 20px;
	padding-left: 20px;
}
.section_b_item dt span {
	display: flex;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: 'palt';
	white-space: nowrap;
}
.section_b_item dt span::before {
	content: '●';
}
.section_b_item dd {
	padding-right: 20px;
	padding-left: 20px;
}
.section_b_txt {
	position: relative;
	padding-bottom: 20px;
}
.section_b_txt::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 1px;
	background: url(../img/dash_line.svg) repeat-x center center;
	background-size: contain;
	transform: translate(-50%, 0);
}
.section_b_txt p {
	font-size: 1.2rem;
	line-height: 1.5;
	font-feature-settings: 'palt';
}
.section_b_table {
	display: flex;
}
.section_b_table dt {
	flex: 0 0 auto;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	font-feature-settings: 'palt';
	letter-spacing: 0.35em;
}
.section_b_table dd p {
	font-size: 1.4rem;
	line-height: 1.5;
	font-feature-settings: 'palt';
	word-break: break-word;
}
.section_b_award {
	position: relative;
	padding-bottom: 40px;
}
.section_b_award::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 8px;
	background: url(../img/dot_line.svg) no-repeat center center;
	background-size: contain;
	transform: translate(-50%, 0);
}
.section_b_award > ul {
	padding-right: 20px;
	padding-left: 20px;
}
.section_b_award .col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}
.section_b_award .col-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 8px;
}
.section_c_field {
	padding: 20px;
	border-radius: 10px;
	background-color: rgba(255, 241, 0, 0.35);
}
.section_c_field h3 {
	padding-right: 15px;
	padding-left: 15px;
}
.section_c_item {
	display: flex;
}
.section_c_item dt {
	flex: 0 0 auto;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	font-feature-settings: 'palt';
}
.section_c_item dd p {
	font-size: 1.4rem;
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 1.5;
	font-feature-settings: 'palt';
	word-break: break-word;
}
.section_c_wrap {
	position: relative;
	padding-bottom: 30px;
}
.section_c_wrap::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 8px;
	background: url(../img/dot_line.svg) no-repeat center center;
	background-size: contain;
	transform: translate(-50%, 0);
}
.section_c_table {
	display: flex;
}
.section_c_table dt {
	flex: 0 0 20.5%;
	margin-right: 10px;
}
.section_c_table dd p {
	font-size: 1.4rem;
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 1.5;
	font-feature-settings: 'palt';
	word-break: break-word;
	text-align: justify;
}
.section_c_button {
	padding-right: 10px;
	padding-left: 10px;
}
.section_c_button a {
	display: block;
}
.section_inner#d {
	position: relative;
	padding-bottom: 30px;
}
.section_inner#d::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 8px;
	background: url(../img/dot_line.svg) no-repeat center center;
	background-size: contain;
	transform: translate(-50%, 0);
}
.section_d_field {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
}
.section_d_field h3 {
	text-align: center;
}
.section_d_h3-01 {
	background-color: #b84c97;
	border-right: 1px solid #b84c97;
	border-left: 1px solid #b84c97;
}
.section_d_h3-02 {
	background-color: #0080cb;
	border-right: 1px solid #0080cb;
	border-left: 1px solid #0080cb;
}
.section_d_content {
	padding: 20px;
}
.section_d_ph {
	padding-right: 30px;
	padding-left: 30px;
}
.section_d_headline {
	position: relative;
	padding-bottom: 10px;
}
.section_d_headline::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 1px;
	background: url(../img/dash_line.svg) no-repeat center center;
	background-size: cover;
	transform: translate(-50%, 0);
}
.section_d_headline p {
	font-size: 1.7rem;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: 'palt';
	text-align: justify;
	letter-spacing: 0.02em;
}
.section_d_txt p {
	font-size: 1.2rem;
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 1.5;
	font-feature-settings: 'palt';
	text-align: justify;
	letter-spacing: -0.02em;
}
.section_d_arr {
	position: relative;
	padding-bottom: 30px;
}
.section_d_arr::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 1px;
	background: url(../img/dash_line.svg) no-repeat center center;
	background-size: cover;
	transform: translate(-50%, 0);
}
.section_d_content .col-2 {
	display: grid;
	grid-template-columns: 0.94fr 1.06fr;
	column-gap: 30px;
}
.section_d_item dt {
	font-size: 1.2rem;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: 'palt';
	letter-spacing: 0.02em;
}
.section_d_item dd p {
	font-size: 1.2rem;
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 1.5;
	font-feature-settings: 'palt';
	text-align: justify;
	letter-spacing: -0.02em;
}
.section_e_txt p {
	font-size: 1.2rem;
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 1.5;
	font-feature-settings: 'palt';
	text-align: justify;
	letter-spacing: -0.02em;
}
.section_e_bdr {
	padding-bottom: 15px;
	border-bottom: 10px solid #fabf13;
}
.section_inner#e {
	position: relative;
	padding-bottom: 30px;
}
.section_inner#e::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 8px;
	background: url(../img/dot_line.svg) no-repeat center center;
	background-size: contain;
	transform: translate(-50%, 0);
}
.section_inner#f .details_summary {
	color: #3071b9;
}
.section_inner#f .details_summary::before {
	content: '';
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	right: 6px;
	background: url(../img/accordion_open.svg) no-repeat center center;
	background-size: contain;
	transition: all 0.2s ease;
}
.section_inner#f .details[open] .details_summary::before {
	content: '';
	background: url(../img/accordion_close.svg) no-repeat center center;
	background-size: contain;
}
.section_inner#f .details_summary p {
	letter-spacing: -0.02em;
}
.section_inner#f .accordion-content {
	padding-right: 10px;
}
.section_inner#f .accordion-content::before {
	width: 38px;
	background-image: url(../img/maru.png);
}
.section_inner#f .details:last-child .accordion-content::before{
	display: block;
}
.section_inner#f .details.is-last:last-child .accordion-content::before{
	display: none;
}
.section_inner#f .accordion-content > * {
	padding-top: 7px;
}
.section_inner#f .accordion-content > p {
	font-size: 1.4rem;
	letter-spacing: -0.02em;
}
.section_inner#f .accordion-content > *:last-child {
	padding-bottom: 20px;
}
.section_inner#f .accordion-content > ul > li {
	display: flex;
	font-size: 1.4rem;
	letter-spacing: -0.02em;
}
.section_inner#f .accordion-content > ul > li::before {
	content: '●';
}
.section_inner#f {
	position: relative;
	padding-bottom: 30px;
}
.section_inner#f::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 8px;
	background: url(../img/dot_line.svg) no-repeat center center;
	background-size: contain;
	transform: translate(-50%, 0);
}
section#g {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.65);
}
.section_g_mail {
	padding-right: 30px;
	padding-left: 30px;
}
.section_g_mail a {
	display: block;
}
.section_g_txt p {
	font-size: 1.2rem;
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 1.5;
	font-feature-settings: 'palt';
	text-align: justify;
	letter-spacing: -0.02em;
}
.section_g_txt:nth-of-type(3) p {
	white-space: nowrap;
}
.section_g_insta {
	width: 42px;
	margin-right: auto;
	margin-left: auto;
}
.section_g_insta a {
	display: block;
	text-align: center;
}
.section_g_art {
	width: 55px;
	margin-right: auto;
	margin-left: auto;
}
.section_g_art a {
	display: block;
	text-align: center;
}
.footer {
	justify-content: center;
}
.footer_wrap {
	padding-top: 10px;
}
.footer_logo {
	margin-bottom: 20px;
}
.footer_logo li {
	text-align: center;
}
.footer_logo li:first-child {
	margin-bottom: 20px;
}
.footer_logo li a {
	display: inline-block;
}
.foot_logo-01 {
	width: 217px;
}
.foot_logo-02 {
	width: 118px;
}
.footer_copy p {
	text-align: center;
}


.download{
	padding-top: 20px;
}
.download::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background: url(../img/dash_line.svg) no-repeat center center;
    background-size: cover;
    transform: translate(-50%, 0);
}
.download .section_d_a{
	margin-top: 12px;
}
.download a.section_d_a{
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	display: block;
}
.download a.section_d_a:hover{
	opacity: 0.6;
}