@charset "utf-8";
/*
Theme Name:gochisou
Theme URI:
Description:
Author:　リエム君
Author URI:
Version:
Tags:
License:
License URI:
*/

/* Default
----------------------------------------------------------- */


html, body{height:100%;scroll-behavior: smooth;}

@font-face {
	font-family: 'LINESeedJP-bold';
	src:url('css/fonts/LINESeedJP_OTF_Bd.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LINESeedJP';
	src:url('css/fonts/LINESeedJP_OTF_Rg.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DIN';
	src:url('css/fonts/DIN Condensed Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINb';
	src:url('css/fonts/din.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'yugothi';
	src:url('css/fonts/游ゴD.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'yugothib';
	src:url('css/fonts/游ゴB.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'yugothib';
	src:url('css/fonts/游ゴB.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-size: 25px;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: yugothi;
}
h1, h2, h3, h4, h5{
	font-family: yugothib;
	font-weight: bold;
}
p{
	line-height: 1.7;
}
:focus {
	outline: 0
}
.inner{
	max-width: 990px;
	margin: auto;
}
.header{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-bottom: 120px;
}
.header .mv-text{
	width: 20%;
	text-align: center;
	padding-top: 50px;
}
.header .mv-text img{
	width: 60%;
	padding-bottom: 70px;
}
.header .mv{
	width: 80%;
}
.mv-text h3{
	text-align: left;
	display: inline-block;
	font-size: 25px;
	line-height: 1.8;
}
.mv-text h3 span{
	font-size: 15px;
}
.mv-text {
	animation: revealClip 2s linear forwards;
	clip-path: inset(0 0 100% 0);
}

@keyframes revealClip {
	to {
		clip-path: inset(0 0 0 0);
	}
}

/*menu humbergar*/
.menu{
	width: 100%;
}
.menu-pc{
	float: right;
	width: 80%;
	padding-top: 30px;
	text-align: center;
}
.menu-pc a {
	margin: 0 20px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 25px;
	transition: text-shadow 0.4s ease-in-out;
}
.glow-text {
}

.menu-pc a:hover {
	text-shadow: 0 0 5px #ffa7a7,
	0 0 10px #ffa7a7,
	0 0 20px #ffa7a7,
	0 0 40px #ffa7a7;
}
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
}

.hamburger span {
	width: 100%;
	height: 3px;
	background: #000;
	margin: 4px 0;
}
.menu-mobile {
	position: fixed;
	inset: 0;
	background: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transform: translate(100%, -100%);
	transition: transform 0.4s ease;
	z-index: 999;
}

.menu-mobile.active {
	transform: translate(0, 0);
}

.menu-mobile a {
	color: #fff;
	font-size: 26px;
	margin: 15px 0;
	text-decoration: none;
	opacity: 0;
	transform: translateY(20px);
}

.menu-mobile.show-items a {
	animation: fadeUp 0.5s ease forwards;
}

.close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 32px;
	color: #fff;
	cursor: pointer;
	z-index: 20;
}

@keyframes fadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 768px) {
	.hamburger {
		display: flex;
		width: 9%;
		align-items: center;
		float: right;
		margin: 4vw;
	}
	.hamburger.fixed {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
	}
}
/*end menu humbergar*/

.ct-title{
	padding-top: 145px;
	padding-bottom: 80px;
	color: #CA1E16;
}
.ct-title h3{
	font-size: 22px;
	padding-bottom: 50px;
}
.ct-title h2{
	font-size: 65px;
	line-height: 1.5;
}
.ct1{
	position: relative;
	z-index: 10;
	padding-bottom: 100px;
}
.ct1 .ct1-background{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.ct1 .ct1-content{}
.ct1 .ct1-content .ct1-box1{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: -110px;
	padding-bottom: 170px;
}
.ct1 .ct1-content .ct1-box1 p{
	padding-right: 90px;
}
.ct1 .ct1-content .ct1-box1 div{
	width: 50%;
}
.ct1 .ct1-content .ct1-box1 div img{
	max-width: 766px;
}
.ct1 .ct1-content .ct1-box2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 110px;
}
.ct1 .ct1-content .ct1-box2 img{
	width: 30%;
}
.ct1 .ct1-content .ct1-box3{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.ct1 .ct1-content .ct1-box3 img{
	width: 50%;
	padding-right: 90px;
}
.ct1 .ct1-content .ct1-box3 div{
	width: 50%;
	padding-left: 70px;
}

.ct2{
	position: relative;
	z-index: 10;
	padding-bottom: 170px;
}
.ct2 .ct2-content{
	display: flex;
}
.ct2 .ct2-content .ct2-a{
	width: 50%;
}
.ct2 .ct2-content .ct2-a .ct2-text{
	padding-right: 90px;
	padding-bottom: 160px;
}
.ct2 .ct2-content .ct2-a img{
	padding-right: 90px;
}
.ct2 .ct2-content .ct2-b{
	width: 50%;
	padding-top: 145px;
}
.ct2 .ct2-content .ct2-b p{
	padding-left: 70px;
}
.ct2 .ct2-content .ct2-b img{
	max-width: 766px;
	padding-bottom: 110px;
}
.ct2 .ct2-background{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: -1;
}
.ct3{
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}
.ct3 .ct3-a{
	width: 50%;
}
.ct3 .ct3-a .ct3-box{
	max-width: 700px;
	float: right;
	padding-right: 90px;
}
.ct3 .ct3-a .ct3-box h4{
	font-size: 47px;
	display: flex;
	align-items: center;
}
.ct3 .ct3-a .ct3-box h4 span{
	font-size: 166px;
	color: #CA1E16;
	width: 220px;
	margin-left: -220px;
	font-family: DINb;
	display: inline-block;
	transform: scaleY(1.1);
	transform-origin: bottom;
}
.ct3 .ct3-a .ct3-box p{
	padding-bottom: 55px;
}
.ct3 .ct3-a .ct3-box img{
	padding-bottom: 65px;
}
.ct3 .ct3-b{
	width: 50%;
	padding-left: 70px;
}
.ct3 .ct3-b .ct3-box img{
	padding-bottom: 120px;
}
.ct3 .ct3-b .ct3-box p{
	max-width: 630px;
}
.ct3 .ct3-c{
	width: 50%;
	padding-left: 70px;
}
.ct3 .ct3-c .ct3-box img{
	padding-bottom: 110px;
}
.ct3 .ct3-c .ct3-box p{
	max-width: 642px;
}
.ct3:nth-child(1){
	border-bottom: 1px solid #CD1A12;
	margin-bottom: 120px;
}
.ct3:nth-child(2) .ct3-a .ct3-box h4{
	line-height: 1.5;
	padding-bottom: 100px;
}
.ct3:nth-child(2) .ct3-a .ct3-box h4 span{
	line-height: 0;
}
.ct3:nth-child(2) .ct3-a .ct3-box p{
	padding-bottom: 0;
}
.ct3:nth-child(2) .ct3-a .ct3-box img{
	padding-top: 185px;
}


.ct4{
	position: relative;
	z-index: 10;
}
.ct4 .ct4-content{
	text-align: center;
}
.ct5{
	display: flex;
	padding-bottom: 120px;
}
.ct5 .ct5-content{
	width: 68%;
}
.ct5 .ct5-content table{
	width: 100%;
}
.ct5 .ct5-content table th{
	border-top: 1px solid #CD1A12;
	padding: 25px 30px;
	width: 35%;
	font-weight: unset;
}
.ct5 .ct5-content table td{
	border-top: 1px solid #CD1A12;
	padding: 25px 0;
	font-weight: unset;
}
.ct5 .ct5-content table tr:last-child th,
.ct5 .ct5-content table tr:last-child td{
	border-bottom: 1px solid #CD1A12;
}
.ct5 .ct5-logo{
	width: 32%;
	text-align: right;
	padding-top: 155px;
}
.ct5 .ct5-logo img{
	max-width: 320px;
}

.bg-pink{
	background: #FCEFEF;
}
.bg-gray{
	background: #E9E9E9;
}
.footer{
	position: relative;
}
.footer img{}
.footer p{
	position: absolute;
	bottom: 50px;
	left: 50px;
	font-size: 18px;
	color: #ffffff;
}


.animate__animated.animate__delay-0_3s {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.3);
	animation-delay: calc(var(--animate-delay) * 0.3)
}

.animate__animated.animate__delay-0_5s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.5);
	animation-delay: calc(var(--animate-delay) * 0.5)
}

.animate__animated.animate__delay-0_9s {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.9);
	animation-delay: calc(var(--animate-delay) * 0.9)
}

.animate__animated.animate__delay-1_2s {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
	-webkit-animation-delay: calc(var(--animate-delay) * 1.2);
	animation-delay: calc(var(--animate-delay) * 1.2)
}

.animate__animated.animate__delay-0_5s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.5);
	animation-delay: calc(var(--animate-delay) * 0.5)
}
.animate__animated.animate__delay-1_5s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 1.5);
	animation-delay: calc(var(--animate-delay) * 1.5)
}
.animate__animated.animate__delay-1_7s {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
	-webkit-animation-delay: calc(var(--animate-delay) * 1.7);
	animation-delay: calc(var(--animate-delay) * 1.7)
}
.animate__animated.animate__delay-2_1s {
	-webkit-animation-delay: 2.1s;
	animation-delay: 2.1s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.1);
	animation-delay: calc(var(--animate-delay) * 2.1)
}
.animate__animated.animate__delay-2_4s {
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.4);
	animation-delay: calc(var(--animate-delay) * 2.4)
}
.animate__animated.animate__delay-2_7s {
	-webkit-animation-delay: 2.7s;
	animation-delay: 2.7s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.7);
	animation-delay: calc(var(--animate-delay) * 2.7)
}
.animate__animated.animate__delay-3_0s {
	-webkit-animation-delay: 3.0s;
	animation-delay: 3.0s;
	-webkit-animation-delay: calc(var(--animate-delay) * 3.0);
	animation-delay: calc(var(--animate-delay) * 3.0)
}
.animate__animated.animate__delay-3_3s {
	-webkit-animation-delay: 3.3s;
	animation-delay: 3.3s;
	-webkit-animation-delay: calc(var(--animate-delay) * 3.3);
	animation-delay: calc(var(--animate-delay) * 3.3)
}
.animate__animated.animate__delay-3_6s {
	-webkit-animation-delay: 3.6s;
	animation-delay: 3.6s;
	-webkit-animation-delay: calc(var(--animate-delay) * 3.6);
	animation-delay: calc(var(--animate-delay) * 3.6)
}
.animate__animated.animate__delay-3_9s {
	-webkit-animation-delay: 3.9s;
	animation-delay: 3.9s;
	-webkit-animation-delay: calc(var(--animate-delay) * 3.9);
	animation-delay: calc(var(--animate-delay) * 3.9)
}
.animate__animated.animate__delay-2_5s {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.5);
	animation-delay: calc(var(--animate-delay) * 2.5)
}
.animate__animated.animate__delay-3_5s {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 3.5);
	animation-delay: calc(var(--animate-delay) * 3.5)
}
.animate__animated.animate__delay-4_5s {
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 4.5);
	animation-delay: calc(var(--animate-delay) * 4.5)
}
@media screen and (min-width:1600px){
	.inner{
		max-width: 1100px;
	}
}
@media screen and (min-width:1800px){
	.inner{
		max-width: 1400px;
	}
}
@media screen and (max-width:1800px){
	body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
		font-size: 20px;
	}
	.ct3 .ct3-a .ct3-box {
		max-width: 550px;
	}
	.ct3 .ct3-a .ct3-box h4 {
		font-size: 37px;
	}
	.ct3 .ct3-b .ct3-box p {
		max-width: 460px;
	}
	.ct3 .ct3-c .ct3-box p {
		max-width: 460px;
	}
	.ct3 .ct3-a .ct3-box h4 span {
		font-size: 135px;
	}
	.header .mv-text img {
		width: 55%;
	}
	.ct5 .ct5-logo img {
		max-width: 270px;
	}
	.menu-pc a {
		font-size: 18px;
	}
}
@media screen and (max-width:1600px){
	body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
		font-size: 16.5px;
	}
	.ct-title h2 {
		font-size: 47px;
	}
	.ct1 .ct1-content .ct1-box1 div img {
		max-width: 500px;
	}
	.ct2 .ct2-content .ct2-a .ct2-text {
		padding-bottom: 100px;
	}
	.ct2 .ct2-content .ct2-b img {
		max-width: 500px;
	}
	.ct3 .ct3-a .ct3-box {
		max-width: 495px;
		float: right;
	}
	.ct3 .ct3-a .ct3-box h4 {
		font-size: 32px;
	}
	.ct3 .ct3-a .ct3-box h4 span {
		font-size: 110px;
		width: 145px;
		margin-left: -145px;
	}
	.ct5 .ct5-logo img {
		max-width: 265px;
	}
	.footer p {
		font-size: 13px;
	}
}
@media screen and (min-width:737px){
	.is-sp{
		display: none;
	}
	.ct4 .ct4-content{
		position: absolute;
		top: 0;
		width: 100%;
	}
}
/*mobile*/
@media screen and (max-width:737px){
	body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
		font-size: 3.5vw;
	}
	.inner{
		max-width: 93%;
	}
	.is-pc{
		display: none;
	}
	.header .mv-text {
		padding-top: 5vw;
	}
	.header .mv-text img {
		width: 55%;
		padding-bottom: 2vw;
	}
	.mv-text h3 {
		font-size: 2.2vw;
		line-height: 1.5;
	}
	.mv-text h3 span {
		font-size: 1.8vw;
	}
	.header {
		padding-bottom: 0vw;
	}
	.ct-title {
		padding-top: 10vw;
		padding-bottom: 8vw;
	}
	.ct-title h3 {
		font-size: 3vw;
		padding-bottom: 2vw;
	}
	.ct-title h2 {
		font-size: 6vw;
	}
	.ct1 .ct1-content .ct1-box1 {
		display: inline-block;
		margin-top: 0;
		padding-bottom: 7vw;
	}

	.ct1 .ct1-content .ct1-box1 div{
		width: 100%;
	}
	.ct1 .ct1-content .ct1-box1 p {
		padding-right: 0;
	}
	.ct1 .ct1-content .ct1-box1 img {
		max-width: 32%;
		float: right;
		margin-top: -35vw;
	}
	.ct1 .ct1-content .ct1-box2 {
		padding-bottom: 7vw;
	}
	.ct1 .ct1-content .ct1-box2 img {
		width: 31%;
	}
	.ct1 .ct1-content .ct1-box3 {
		display: inline-block;

	}
	.ct1 .ct1-content .ct1-box3 img {
		width: 50%;
		padding-right: 3vw;
		padding-bottom: 0;
		float: left;
	}
	.ct1 .ct1-content .ct1-box3 div {
		width: 100%;
		padding-left: 0;
	}
	.ct1 {
		padding-bottom: 15vw;
	}
	.ct2 {
		padding-bottom: 15vw;
	}
	.ct2 .ct2-content {
		display: block;
	}
	.ct2 .ct2-content .ct2-a {
		width: 100%;
	}
	.ct2 .ct2-content .ct2-a .ct2-text {
		padding-bottom: 7vw;
		padding-right: 0;
	}
	.ct2 .ct2-content .ct2-a img {
		padding-right: 0;
	}
	.ct2 .ct2-background{
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: -1;
	}
	.ct2 .ct2-content .ct2-b {
		width: 100%;
		padding-top: 7vw;
	}
	.ct2 .ct2-content .ct2-b img {
		max-width: 50%;
		float: right;
		padding-bottom: 0;
	}
	.ct2 .ct2-content .ct2-b p {
		padding-left: 0;
	}
	.ct3 {
		display: block;
		padding-bottom: 15vw;
		max-width: 93%;
		margin: auto;
		padding-left: 11vw;
	}
	.ct3 .ct-title{
		margin-left: -11vw;
	}
	.ct3 .ct3-a {
		width: 100%;
	}
	.ct3 .ct3-a .ct3-box {
		max-width: 100%;
		padding-right: 0;
	}
	.ct3 .ct3-a .ct3-box h4 {
		font-size: 5vw;
	}
	.ct3 .ct3-a .ct3-box h4 span {
		font-size: 10vw;
		width: 12vw;
		margin-left: -12vw;
	}
	.ct3 .ct3-a .ct3-box p {
		padding-bottom: 5vw;
	}
	.ct3 .ct3-a .ct3-box img {
		padding-bottom: 5vw;
	}

	.ct3 .ct3-b {
		width: 100%;
		padding-left: 0;
	}
	.ct3 .ct3-b .ct3-box {
		width: 100%;
		padding-left: 0;
	}
	.ct3 .ct3-b .ct3-box p {
		max-width: 100%;
		padding-bottom: 5vw;
	}
	.ct3 .ct3-b .ct3-box img {
		padding-bottom: 0;
	}
	.ct3:nth-child(1) {
		margin-bottom: 10vw;
	}
	.ct3:nth-child(2) .ct3-a .ct3-box h4 {
		padding-bottom: 7vw;
	}
	.ct3:nth-child(2) .ct3-a .ct3-box img {
		padding-top: 5vw;
	}
	.ct3 .ct3-c {
		width: 100%;
		padding-left: 0;
	}
	.ct3 .ct3-c .ct3-box img {
		padding-bottom: 5vw;
	}
	.ct5 {
		padding-bottom: 15vw;
	}
	.ct5 .ct-title{
		width: 75%;
		float: left;
	}
	.ct5 .ct5-img{
		width: 20%;
		padding-top: 3vw;
		padding-bottom: 3vw;
	}
	.ct5 .ct5-content {
		width: 100%;
	}
	.ct5 .ct5-logo img {
		max-width: 100%;
	}
	.ct5 .ct5-content table th {
		padding: 3vw;
		width: 32%;
	}
	.ct5 .ct5-content table td {
		padding: 3vw 0;
	}

	.footer p {
		bottom: 3vw;
		left: 3vw;
		font-size: 3vw;
	}
}