@charset "UTF-8";

/******************
 Reset
******************/
html {font-size: 62.5%; color: #000; background: #fff;}
body {font-size: 15px; font-size: 1.5rem;}
body,div,figure,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,
p,blockquote,th,td {margin: 0;padding: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,th,var,optgroup {font-style: inherit;font-weight:inherit;}
li {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;	font-weight: normal;}
q:before,q:after {content: '';}
abbr,acronym {border: 0;font-variant: normal;}
hr {margin:0;}
img {vertical-align: bottom;}
a {outline: none;}
img[src$=".svg"] {width: 100%;}

/*because legend doesn't inherit in IE */
legend {color: #000;}
input,button,textarea,select,optgroup,option {font-family: inherit;font-size:inherit;font-style:inherit;font-weight: inherit;}

/******************************/
/* Clearfix */
.clearfix:after,.clearfix:after {content: " "; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;min-height: 1%;}
/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-Mac */
/**tag**************************/
.clearfix {overflow:hidden;}
* {box-sizing: border-box;}

a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
}

a {
	text-decoration: none;
}


img {
	vertical-align: bottom;
	line-height: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
}
video{
	vertical-align: bottom;
	filter: drop-shadow(0px 0px rgba(0,0,0,0));
	outline: none;
	border: none;
}

html{
	width: 100%;
	height: 100%;
	background: #fff;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
	color: #040000;
	padding: 0;
	word-break: break-word;
	overflow-wrap: anywhere;
	-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 1.3rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
}

:root {
	--color-main: #1d2087;
	--color-gray: #3e3a39;
}
.color-red{
	color: var(--color-red);
}

a,
a:hover{
	text-decoration: none;
}

strong{
	font-weight: 700;
}

.sp-only{
	display: none;
}
.tab-only {
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.tab-only {
		display: block;
	}
	br.tab-none {
		display: none;
	}
}

@media screen and (max-width: 767px) {
  .sp-only{
    display: block;
  }
  .pc-only{
    display: none;
  }
}

.video-wrapper{
	position: relative;
	z-index: 3;
}
.video-wrapper video{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.fallback-image {
	display: block !important;
	visibility: hidden;
}
.fallback-image.show {
	visibility: visible;
}

#mv-movie{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
}

.mv-gra{
	position: relative;
	z-index: 1;
}
.mv-block {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.mv-movie{
	width: 100%;
	display: flex;
	justify-content: center;
}
.mv-bg {
	width: 100%;
	transform: scale(1.01);
}

.mv-content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	transition: all .3s;
	z-index: 11;
}
.mv-content.fade-in{
	opacity: 1;
	transform: translate(0, 0);
}
.mv-logo{
	position: absolute;
	top: 27.5vw;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 31.15vw;
	z-index: 8;
}
.mv-phone{
	position: absolute;
	top: 44vw;
	left: 50%;
	transform: translateX(-50%);
	width: 18.8vw;
	z-index: 8;
}

@media screen and (max-width: 767px) {
	.mv-logo{
		position: absolute;
		top: 38.5vw;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 47.46vw;
		z-index: 6;
	}
	.mv-phone{
		position: absolute;
		top: 65.5vw;
		left: 50%;
		transform: translateX(-50%);
		width: 30vw;
		z-index: 6;
	}
}

.sec-container{
	max-width: 1160px;
	width: 100%;
	padding-inline: 30px;
	margin-inline: auto;
}

.sec01{
	position: relative;
	margin-block: -2px 0;
	padding-block: 115px 228px;
	background-image: url(../img/sec01-gra.jpg);
	background-size: 525px 2400px;
	background-repeat: repeat-x;
	background-position: top center;
	z-index: 5;
}
.sec01 .sec-container{
	position: relative;
	z-index: 6;
}
.sec01::after{
	content: '';
	position: absolute;
	inset: 0;
	background-image: url(../img/sec01-bg.png);
	background-size: 1440px 923px;
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: 1;
}
.sec01-head-h2{
	text-align: center;
	font-size: 2.7rem;
	line-height: 1.3;
	letter-spacing: -.02em;
	color: var(--color-main);
}
.sec01-read{
	margin-block: 58px 0;
}
.sec01-read p{
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.625;
	letter-spacing: .015em;
	color: var(--color-main);
}
.sec01-read p + p{
	margin-block: 52px 0;
}
.sec01-catch{
	max-width: 567px;
	width: 100%;
	margin: 68px auto 0;
}
.sec01-anchor{
	margin-block: 62px 0;
}
.sec01-anchor-block{
	max-width: 825px;
	width: 100%;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3.36%;
}
.sec01-anchor-block a{
	display: block;
}
.sec01-anchor-block a img{
	filter: drop-shadow(0 0 8px rgba(0, 10, 84, .30));
	transition: all .3s;
}
.sec01-anchor-block a:hover img{
	opacity: .7;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.sec01-head-h2{
		text-align: center;
		font-size: 2.3rem;
		line-height: 1.3;
		letter-spacing: -.02em;
		color: var(--color-main);
	}
	.sec01-read p{
		font-size: 2.1rem;
	}
}

@media screen and (max-width: 767px) {
	.sec01{
		position: relative;
		padding-block: 13vw 204px;
		background-image: url(../img/sec01-gra_sp.jpg);
		background-size: 150px 1182px;
		background-repeat: repeat-x;
		background-position: top center;
		z-index: 5;
	}
	.sec01::after{
		content: '';
		position: absolute;
		inset: 0;
		background-image: url(../img/sec01-bg_sp.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom center;
		z-index: 1;
	}
	.sec01-head-h2{
		font-size: 1.2rem;
		letter-spacing: -.055em;
	}
	.sec01-read{
		margin-block: 25px 0;
	}
	.sec01-read p{
		font-size: 1.1rem;
		line-height: 1.625;
		letter-spacing: .015em;
		color: var(--color-main);
	}
	.sec01-read p + p{
		margin-block: 27px 0;
	}
	.sec01-catch{
		max-width: 268px;
		width: 100%;
		margin: 35px auto 0;
	}
	.sec01-anchor{
		margin-block: 48px 0;
	}
	.sec01-anchor-block{
		max-width: 200px;
		width: 100%;
		margin-inline: auto;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 36px;
	}
	.sec01-anchor-block a:hover img{
		opacity: 1;
	}
}


.sec02{
	padding-block: 51px 0;
	background: #ebf5ff;
}
.sec02 .sec-container{
	max-width: 1050px;
}
.sec02-head{
	max-width: 549px;
	width: 100%;
	margin-inline: auto;
}
.sec02-head img{
	filter: drop-shadow(0 0 8px rgba(0, 10, 84, .30));
}
.sec02-block{
	display: grid;
	grid-template-columns: 340px 1fr;
	grid-gap: 20px;
	margin-block: 7px 0;
}
.sec02-movie{
	position: relative;
	padding-block: 85px 0;
	padding-inline: 97px 65px;
	z-index: 8;
}
.sec02-movie::after{
	content: '';
	position: absolute;
	inset: 0;
	background-image: url(../img/sec02-smp.png);
	background-size: 340px 501px;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
}
.sec02-movie-01 {
	width: 100%;
	border-radius: 24px;
}
.sec02-content{
	display: flex;
	align-items: center;
	padding-block: 51px;
}
.sec02-content-inbox{
	width: 100%;
	padding-block: 32px 0;
}
.sec02-emp {
	width: 100%;
}
.sec02-emp p{
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 2;
	letter-spacing: -.035em;
	color: #3e3a39;
}
.sec02-emp p .marker{
	background: linear-gradient(transparent 60%, #f4e827 60%);
}
.sec02-emp p .fs-c{
	font-size: 3.2rem;
	color: #385edc;
	padding-inline: .1em;
}
.sec02-emp p sup{
	font-size: .6em;
}
.sec02-read{
	margin-block: 32px 0;
}
.marker{
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.sec02-read p{
	font-size: 1.6rem;
	line-height: 2.1;
	letter-spacing: -.02em;
	color: var(--color-gray);
}
.sec02-note{
	margin-block: 24px 0;
}
.sec02-note p{
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: -.02em;
	color: var(--color-gray);
}
.sec02-deco{
	position: relative;
	max-width: 553px;
	width: 100%;
	margin-block: 32px 0;
	z-index: 6;
}

@media screen and (max-width: 767px) {
	.sec02{
		padding-block: 21px 18px;
	}
	.sec02 .sec-container{
		padding-inline: 20px;
	}
	.sec02-head{
		max-width: 293px;
	}
	.sec02-block{
		display: grid;
		grid-template-columns: 1fr;
		margin-block: 7px 0;
	}
	.sec02-movie{
		order: 2;
		max-width: 315px;
		width: 100%;
		min-height: 423px;
		margin-block: 12px 0;
		margin-inline: auto;
		padding-block: 72px 0;
		padding-inline: 83px;
	}
	.sec02-movie::after{
		content: '';
		position: absolute;
		inset: 0;
		background-image: url(../img/sec02-smp_sp.png);
		background-size: 315px 423px;
		background-repeat: no-repeat;
		background-position: top center;
		z-index: 1;
	}
	.sec02-movie-01 {
		width: 100%;
		border-radius: 16px;
	}
	.sec02-content{
		order: 1;
	}
	.sec02-movie-01 {
		width: 100%;
	}
	.sec02-content{
		display: flex;
		align-items: center;
		padding-block: 0;
	}
	.sec02-content-inbox{
		width: 100%;
		padding-block: 20px 0;
	}
	.sec02-emp {
		max-width: 100%;
		width: 100%;
		margin-inline: auto;
	}
	.sec02-emp p{
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: -.05em;
		color: #3e3a39;
	}
	.sec02-emp p .fs-c{
		font-size: 2.4rem;
		color: #385edc;
		padding-inline: .1em;
	}
	.sec02-read{
		margin-block: 30px 0;
	}
	.sec02-read p{
		text-align: center;
		font-size: 1.1rem;
		line-height: 2.1;
		letter-spacing: -.055em;
		color: var(--color-gray);
	}
	.sec02-note{
		margin-block: 14px 0;
	}
	.sec02-note p{
		text-align: right;
		font-size: .9rem;
		line-height: 1.6;
		letter-spacing: -.055em;
		color: var(--color-gray);
	}
	.sec02-deco{
		max-width: 148px;
		margin-block: -12px 0;
		padding-inline: 18px 0;
	}
}


.sec03{
	position: relative;
	padding-block: 65px 473px;
	background-image: url(../img/sec03-gra.jpg);
	background-size: 585px 3375px;
	background-repeat: repeat-x;
	background-position: top center;
	z-index: 5;
}
.sec03::after{
	content: '';
	position: absolute;
	inset: 0;
	background-image: url(../img/sec03-bg.png);
	background-size: 1440px 2745px;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
}
.sec03-head{
	max-width: 765px;
	width: 100%;
	margin-inline: auto;
}
.sec03-head img{
	filter: drop-shadow(0 0 8px rgba(0, 10, 84, .30));
}
.sec03-head-sub{
	max-width: 825px;
	width: 100%;
	margin-block: 37px 0;
	margin-inline: auto;
}
.sec03-content{
	margin-block: 95px 0;
}
.sec03-content-inbox{
	max-width: 653px;
	width: 100%;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 115px;
}
.sec03-list{
	position: relative;
	z-index: 6;
}
.sec03-list-btn{
	position: absolute;
	bottom: 5.95%;
	left: 50%;
	transform: translateX(-50%);
	width: 47.4%;
}
.sec03-list a{
	display: block;
}
.sec03-list a img{
	transition: all .3s;
}
.sec03-list a:hover img{
	opacity: .7;
}

@media screen and (max-width: 767px) {
	.sec03{
		position: relative;
		padding-block: 30px 203px;
		background-image: url(../img/sec03-gra_sp.jpg);
		background-size: 150px 1182px;
		background-repeat: repeat-x;
		background-position: top center;
		z-index: 5;
	}
	.sec03::after{
		content: '';
		position: absolute;
		inset: 0;
		background-image: url(../img/sec03-bg_sp.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		z-index: 1;
	}
	.sec03-head{
		max-width: 293px;
		width: 100%;
		margin-inline: auto;
	}
	.sec03-head-sub{
		max-width: 255px;
		width: 100%;
		margin-block: 14px 0;
		margin-inline: auto;
	}
	.sec03-content{
		margin-block: 27px 0;
	}
	.sec03-content-inbox{
		max-width: 303px;
		width: 100%;
		margin-inline: auto;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 34px;
	}
	.sec03-list{
		position: relative;
		z-index: 6;
	}
	.sec03-list-btn{
		position: absolute;
		bottom: 15px;
		left: 50%;
		transform: translateX(-50%);
		width: 143px;
	}
}


.sec04{
	position: relative;
	padding-block: 65px 66px;
	margin-top: -282px;
	z-index: 5;
}
.sec04::after{
	content: '';
	position: absolute;
	inset: 0;
	background: #e4f3ff;
	border-radius: 135px 135px 0 0;
	z-index: -1;
}
.sec04-head{
	max-width: 551px;
	width: 100%;
	margin-inline: auto;
}
.sec04-head img{
	filter: drop-shadow(0 0 8px rgba(0, 10, 84, .30));
}
.sec-block{
	margin-block: 79px 0;
}
.sec04-h3{
	max-width: 620px;
	width: 100%;
	margin-inline: auto;
	margin-block: 0 35px;
}
.sec04-block-read p{
	text-align: center;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.6;
	letter-spacing: .005em;
	color: var(--color-main);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.sec04::after{
		border-radius: 100px 100px 0 0;
	}
	.sec04-block-read p{
		font-size: 2.0rem;
	}
}

@media screen and (max-width: 767px) {
	.sec04{
		position: relative;
		padding-block: 38px 42px;
		margin-top: -132px;
		z-index: 5;
	}
	.sec04::after{
		border-radius: 55px 55px 0 0;
	}
	.sec04-head{
		max-width: 295px;
	}
	.sec-block{
		margin-block: 44px 0;
	}
	.sec04-h3{
		max-width: 307px;
		width: 100%;
		margin-inline: auto;
		margin-block: 0 16px;
	}
	.sec04-block-read p{
		text-align: center;
		font-weight: 500;
		font-size: 1.2rem;
		line-height: 1.6;
		letter-spacing: .005em;
		color: var(--color-main);
	}
}

.sec04-figure{
	max-width: 700px;
	width: 100%;
	margin-block: 44px 0;
	margin-inline: auto;
	overflow: hidden;
}
.sec04-1-movie{
	width: 100%;
	border-left: 2px var(--color-main) solid;
	transform: scale(1.003);
}
.sec04-figure-year{
	margin-block: 20px 0;
}
.sec04-block-slider{
	margin-block: 41px 0;
	margin-inline: calc(50% - 50vw);
}
.voice-slider li{
	width: 310px;
	margin: 21px;
	padding: 0;
}
.slick-track {
	display: flex;
}
.slick-slide {
	height: auto !important;
}
.voice-slider-container{
	position: relative;
	min-height: 410px;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 48px;
	filter: drop-shadow(0 0 8px rgba(0, 10, 84, .30));
	z-index: 6;
}
.voice-slider-container-inbox{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 68px 45px;
}
.voice-slider-read p{
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: -.02em;
	color: var(--color-main);
}
.voice-slider-attribute{
	margin-block: 23px 0;
}
.voice-slider-attribute-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
}
.voice-slider-attribute-list span{
	position: relative;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: -.02em;
	color: #fff;
	padding-block: 4px 6px;
	padding-inline: 11px;
	z-index: 6;
}
.voice-slider-attribute-list span::after{
	content: '';
	position: absolute;
	inset: 0;
	background: #01d5ca;
	border-radius: 9999px;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	.sec04-figure{
		max-width: 306px;
		width: 100%;
		margin-block: 30px 0;
		margin-inline: auto;
	}
	.sec04-1-movie{
		border-left: none;
	}
	.sec04-figure-year{
		margin-block: 0;
	}
	.sec04-block-slider{
		margin-block: 55px 0;
		margin-inline: calc(50% - 50vw);
	}
	.voice-slider li{
		width: 165px;
		margin: 12px;
		padding: 0;
	}
	.slick-track {
		display: flex;
	}
	.slick-slide {
		height: auto !important;
	}
	.voice-slider-container{
		position: relative;
		min-height: 217px;
		height: 100%;
		display: flex;
		flex-direction: column;
		background: #fff;
		border-radius: 26px;
		filter: drop-shadow(0 0 8px rgba(0, 10, 84, .30));
		z-index: 6;
	}
	.voice-slider-container-inbox{
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 40px 22px;
	}
	.voice-slider-read p{
		font-weight: 500;
		font-size: 1.0rem;
		line-height: 1.6;
		letter-spacing: -.02em;
		color: var(--color-main);
	}
	.voice-slider-attribute{
		margin-block: 10px 0;
	}
	.voice-slider-attribute-list{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
	}
	.voice-slider-attribute-list span{
		position: relative;
		font-weight: 500;
		font-size: .8rem;
		line-height: 1;
		letter-spacing: -.02em;
		color: #fff;
		padding-block: 2px 3px;
		padding-inline: 5px;
		z-index: 6;
	}
	.voice-slider-attribute-list span::after{
		content: '';
		position: absolute;
		inset: 0;
		background: #01d5ca;
		border-radius: 9999px;
		z-index: -1;
	}
}


[class*="carousel__arrow--"]{
	position: absolute;
	top: 50%;
	width: 47px;
	height: 47px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	mix-blend-mode: multiply;
	z-index: 2;
}
.carousel__arrow--prev{
	left: calc(50% - 490px);
	transform: translate(-50%, -50%);
	background-image: url(../img/prev.png);
}
.carousel__arrow--next{
	right: calc(50% - 490px);
	transform: translate(50%, -50%);
	background-image: url(../img/next.png);
}
@media (hover: hover){
	[class*="carousel__arrow--"]{
		transition: .3s;
	}
	[class*="carousel__arrow--"]:hover{
		cursor: pointer;
		opacity: 0.7;
	}
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
	.carousel__arrow--prev{
		left: calc(50% - 212px);
	}
	.carousel__arrow--next{
		right: calc(50% - 212px);
	}
}

@media screen and (max-width: 767px) {
	[class*="carousel__arrow--"]{
		position: absolute;
		top: 50%;
		width: 31px;
		height: 31px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		mix-blend-mode: multiply;
		z-index: 2;
	}
	.carousel__arrow--prev{
		left: calc(50% - 115px);
	}
	.carousel__arrow--next{
		right: calc(50% - 115px);
	}
}

.slider-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-block: 15px 0;
}
.slider-controls-inbox{
	position: relative;
	height: 26px;
	display: flex;
	align-items: center;
	padding-inline: 11px;
	z-index: 6;
}
.slider-controls-inbox::after{
	content: '';
	position: absolute;
	inset: 0;
	background: #fff;
	border-radius: 9999px;
	z-index: -1;
}
.slider-controls ul {
	display: flex;
	padding: 0;
	margin: 0;
}
.slider-controls li {
	width: 9px;
	height: 9px;
	margin: 0 3px;
	background: #eeeeef;
	border-radius: 999px;
	transition: all .3s;
	cursor: pointer;
	list-style: none;
}
.slider-controls li:hover {
	background: #b4b4b5;
}
.slider-controls li.slick-active {
	background: #b4b4b5;
}
.slider-controls li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

@media screen and (max-width: 767px) {
	.slider-controls {
		margin-block: 19px 0;
	}
	.slider-controls-inbox{
		position: relative;
		height: 13px;
		display: flex;
		align-items: center;
		padding-inline: 8px;
		z-index: 6;
	}
	.slider-controls li {
		width: 4px;
		height: 4px;
		margin: 0 2px;
		background: #eeeeef;
		border-radius: 999px;
		transition: all .3s;
		cursor: pointer;
		list-style: none;
	}
}


.sec04-block-exchange{
	position: relative;
	max-width: 825px;
	width: 100%;
	background: #fff;
	border-radius: 45px;
	margin-block: 41px 0;
	margin-inline: auto;
	z-index: 6;
}
.sec04-block-exchange::before,
.sec04-block-exchange::after{
	content: '';
	position: absolute;
	top: -5px;
	width: 45px;
	height: 45px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.sec04-block-exchange::before{
	left: -5px;
	background-image: url(../img/sec04-03-deco-1.png);
}
.sec04-block-exchange::after{
	right: -5px;
	background-image: url(../img/sec04-03-deco-2.png);
}
.sec04-block-exchange-inbox{
	position: relative;
	min-height: 112px;
	padding-block: 34px 38px;
	z-index: 6;
}
.sec04-block-exchange-inbox::before,
.sec04-block-exchange-inbox::after{
	content: '';
	position: absolute;
	bottom: -5px;
	width: 45px;
	height: 45px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.sec04-block-exchange-inbox::before{
	left: -5px;
	background-image: url(../img/sec04-03-deco-3.png);
}
.sec04-block-exchange-inbox::after{
	right: -5px;
	background-image: url(../img/sec04-03-deco-4.png);
}
.sec04-block-exchange-tab{
	max-width: 560px;
	width: 100%;
	margin-inline: auto;
}
.sec04-block-exchange-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 12px;
}
.sec04-block-exchange-tab-select{
	position: relative;
	cursor: pointer;
	z-index: 6;
}
.sec04-block-exchange-tab-select picture{
	display: block;
	transition: 0.3s;
}
.sec04-block-exchange-tab-select:hover::before,
.sec04-block-exchange-tab-select::before{
	content: '';
	position: absolute;
	inset: 0;
	visibility: hidden;
	opacity: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
	z-index: 1;
}
.sec04-block-exchange-tab-select.btn-01:hover::before,
.sec04-block-exchange-tab-select.btn-01.active::before{
	visibility: visible;
	opacity: 1;
	background-image: url(../img/sec04-03-btn-01_active.png);
}
.sec04-block-exchange-tab-select.btn-02:hover::before,
.sec04-block-exchange-tab-select.btn-02.active::before{
	visibility: visible;
	opacity: 1;
	background-image: url(../img/sec04-03-btn-02_active.png);
}

  
.sec04-block-exchange-tab-menu-content{
	display: none;
}
.sec04-block-exchange-tab-menu-content{
	position: relative;
	z-index: 6;
}
.sec04-block-exchange-head{
	position: absolute;
	top: 8%;
	left: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 6;
}
.sec04-block-exchange-head p{
	position: relative;
	font-weight: 500;
	font-size: 2.0rem;
	line-height: 1;
	color: var(--color-main);
	letter-spacing: .05em;
	padding-inline: 6px;
	z-index: 6;
}
.sec04-block-exchange-head p::after{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	height: 8px;
	background: #fff000;
	z-index: -1;
}
.sec04-block-exchange-head p .fs-c{
	font-weight: 700;
	font-size: 3.0rem;
	color: #1eaddd;
	padding-inline: .1em;
}
.sec04-block-exchange-logo{
	width: 100%;
	overflow: hidden;
}
.sec04-block-exchange-logo .sec04-3-movie-01,
.sec04-block-exchange-logo .sec04-3-movie-02{
	width: 100%;
	transform: scale(1.003);
}
.sec04-block-exchange-btn{
	max-width: 280px;
	width: 100%;
	padding-inline: 30px;
	margin-inline: auto;
}
.sec04-block-exchange-btn a{
	display: block;
}
.sec04-block-exchange-btn a img{
	transition: 0.3s;
}
.sec04-block-exchange-btn a:hover img{
	opacity: .7;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.sec04-block-exchange-list{
		min-height: 56px;
	}
}

@media screen and (max-width: 767px) {
	.sec04-block-exchange{
		position: relative;
		max-width: 310px;
		margin-inline: auto;
		background: #fff;
		border-radius: 23px;
		margin-block: 22px 0;
		z-index: 6;
	}
	.sec04-block-exchange::before,
	.sec04-block-exchange::after{
		content: '';
		position: absolute;
		top: -3px;
		width: 30px;
		height: 30px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 1;
	}
	.sec04-block-exchange::before{
		left: -3px;
	}
	.sec04-block-exchange::after{
		right: -3px;
	}
	.sec04-block-exchange-inbox{
		position: relative;
		min-height: 320px;
		padding-block: 34px 45px;
		z-index: 6;
	}
	.sec04-block-exchange-inbox::before,
	.sec04-block-exchange-inbox::after{
		content: '';
		position: absolute;
		bottom: -3px;
		width: 30px;
		height: 30px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 1;
	}
	.sec04-block-exchange-inbox::before{
		left: -3px;
	}
	.sec04-block-exchange-inbox::after{
		right: -3px;
	}
	.sec04-block-exchange-tab{
		max-width: 262px;
		width: 100%;
		min-height: 26px;
		margin-inline: auto;
	}
	.sec04-block-exchange-list{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 4px;
	}
	.sec04-block-exchange-head{
		position: absolute;
		top: 12px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		z-index: 6;
	}
	.sec04-block-exchange-head p{
		position: relative;
		font-weight: 500;
		font-size: 1.8rem;
		line-height: 1;
		color: var(--color-main);
		letter-spacing: .05em;
		padding-inline: 6px;
		z-index: 6;
	}
	.sec04-block-exchange-head p::after{
		content: '';
		position: absolute;
		bottom: -3px;
		left: 0;
		right: 0;
		height: 8px;
		background: #fff000;
		z-index: -1;
	}
	.sec04-block-exchange-head p .fs-c{
		font-weight: 700;
		font-size: 2.7rem;
		color: #1eaddd;
		padding-inline: .1em;
	}
	.sec04-block-exchange-logo{
		padding-block: 15px 0;
	}
	.sec04-block-exchange-btn{
		max-width: 205px;
		width: 100%;
		padding-inline: 30px;
		margin-inline: auto;
	}
	.sec04-block-exchange-btn a{
		display: block;
	}
	.sec04-block-exchange-btn a img{
		transition: 0.3s;
	}
	.sec04-block-exchange-btn a:hover img{
		opacity: .7;
	}
}

.sec04-block-company{
	position: relative;
	max-width: 825px;
	width: 100%;
	background: #fff;
	border-radius: 45px;
	margin-block: 41px 0;
	margin-inline: auto;
	z-index: 6;
}
.sec04-block-company::before,
.sec04-block-company::after{
	content: '';
	position: absolute;
	top: -5px;
	width: 45px;
	height: 45px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.sec04-block-company::before{
	left: -5px;
	background-image: url(../img/sec04-04-deco-1.png);
}
.sec04-block-company::after{
	right: -5px;
	background-image: url(../img/sec04-04-deco-2.png);
}
.sec04-block-company-inbox{
	position: relative;
	min-height: 112px;
	padding-block: 46px 39px;
	z-index: 6;
}
.sec04-block-company-inbox::before,
.sec04-block-company-inbox::after{
	content: '';
	position: absolute;
	bottom: -5px;
	width: 45px;
	height: 45px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.sec04-block-company-inbox::before{
	left: -5px;
	background-image: url(../img/sec04-04-deco-3.png);
}
.sec04-block-company-inbox::after{
	right: -5px;
	background-image: url(../img/sec04-04-deco-4.png);
}
.sec04-block-company-logo{
	width: 100%;
	overflow: hidden;
}
.sec04-block-company-logo .sec04-4-movie{
	width: 100%;
	transform: scale(1.003);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.sec04-block-exchange-tab{
		max-width: 560px;
	}	
}

@media screen and (max-width: 767px) {
	.sec04-block-company{
		position: relative;
		max-width: 310px;
		margin-inline: auto;
		background: #fff;
		border-radius: 23px;
		margin-block: 22px 0;
		z-index: 6;
	}
	.sec04-block-company::before,
	.sec04-block-company::after{
		content: '';
		position: absolute;
		top: -3px;
		width: 30px;
		height: 30px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 1;
	}
	.sec04-block-company::before{
		left: -3px;
	}
	.sec04-block-company::after{
		right: -3px;
	}
	.sec04-block-company-inbox{
		position: relative;
		min-height: 320px;
		padding-block: 34px 45px;
		z-index: 6;
	}
	.sec04-block-company-inbox::before,
	.sec04-block-company-inbox::after{
		content: '';
		position: absolute;
		bottom: -3px;
		width: 30px;
		height: 30px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 1;
	}
	.sec04-block-company-inbox::before{
		left: -3px;
	}
	.sec04-block-company-inbox::after{
		right: -3px;
	}
}

.sec04-block-company-slider{
	margin-block: 41px 0;
	margin-inline: calc(50% - 50vw);
}
.company-voice-slider li{
	width: 306px;
	margin: 21px;
	padding: 0;
}
.company-voice-slider .slick-track {
	display: flex;
}
.company-voice-slider .slick-slide {
	height: auto !important;
}
.company-voice-slider-container{
	position: relative;
	min-height: 505px;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 48px;
	filter: drop-shadow(0 0 8px rgba(0, 10, 84, .30));
	z-index: 6;
}
.company-voice-slider-container-inbox{
	height: 100%;
	border-radius: 48px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.sec04-block-company-slider{
		margin-block: 36px 0;
		margin-inline: calc(50% - 50vw);
	}
	.company-voice-slider li{
		width: 234px;
		margin: 16px;
		padding: 0;
	}
	.company-voice-slider .slick-track {
		display: flex;
	}
	.company-voice-slider .slick-slide {
		height: auto !important;
	}
	.company-voice-slider-container{
		position: relative;
		min-height: 310px;
		height: 100%;
		display: flex;
		flex-direction: column;
		background: #fff;
		border-radius: 30px;
		filter: drop-shadow(0 0 8px rgba(0, 10, 84, .30));
		z-index: 6;
	}
	.company-voice-slider-container-inbox{
		height: 100%;
		border-radius: 30px;
		overflow: hidden;
	}
}

.company-voice-slider [class*="carousel__arrow--"]{
	position: absolute;
	top: 46%;
	width: 47px;
	height: 47px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	mix-blend-mode: multiply;
	z-index: 2;
}
.company-voice-slider .carousel__arrow--prev{
	left: calc(50% - 490px);
	transform: translate(-50%, -50%);
	background-image: url(../img/prev.png);
}
.company-voice-slider .carousel__arrow--next{
	right: calc(50% - 490px);
	transform: translate(50%, -50%);
	background-image: url(../img/next.png);
}
@media (hover: hover){
	.company-voice-slider [class*="carousel__arrow--"]{
		transition: .3s;
	}
	.company-voice-slider [class*="carousel__arrow--"]:hover{
		cursor: pointer;
		opacity: 0.7;
	}
}

@media screen and (min-width: 768px) and (max-width: 1363px) {
	.company-voice-slider .carousel__arrow--prev{
		left: calc(50% - 212px);
	}
	.company-voice-slider .carousel__arrow--next{
		right: calc(50% - 212px);
	}
}

@media screen and (max-width: 767px) {
	.company-voice-slider [class*="carousel__arrow--"]{
		position: absolute;
		top: 44%;
		width: 31px;
		height: 31px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		mix-blend-mode: multiply;
		z-index: 2;
	}
	.company-voice-slider .carousel__arrow--prev{
		left: calc(50% - 125px);
	}
	.company-voice-slider .carousel__arrow--next{
		right: calc(50% - 125px);
	}
}

.company-voice-slider-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-block: 15px 0;
}
.company-voice-slider-controls-inbox{
	position: relative;
	height: 26px;
	display: flex;
	align-items: center;
	padding-inline: 11px;
	z-index: 6;
}
.company-voice-slider-controls-inbox::after{
	content: '';
	position: absolute;
	inset: 0;
	background: #fff;
	border-radius: 9999px;
	z-index: -1;
}
.company-voice-slider-controls ul {
	display: flex;
	padding: 0;
	margin: 0;
}
.company-voice-slider-controls li {
	width: 9px;
	height: 9px;
	margin: 0 3px;
	background: #eeeeef;
	border-radius: 999px;
	transition: all .3s;
	cursor: pointer;
	list-style: none;
}
.company-voice-slider-controls li:hover {
	background: #b4b4b5;
}
.company-voice-slider-controls li.slick-active {
	background: #b4b4b5;
}
.company-voice-slider-controls li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

@media screen and (max-width: 767px) {
	.company-voice-slider-controls {
		margin-block: 19px 0;
	}
	.company-voice-slider-controls-inbox{
		position: relative;
		height: 16px;
		display: flex;
		align-items: center;
		padding-inline: 10px;
		z-index: 6;
	}
	.company-voice-slider-controls li {
		width: 6px;
		height: 6px;
		margin: 0 3px;
		background: #eeeeef;
		border-radius: 999px;
		transition: all .3s;
		cursor: pointer;
		list-style: none;
	}
}

.sec04-block-company-btn{
	max-width: 280px;
	width: 100%;
	padding-inline: 30px;
	margin-block: 32px 0;
	margin-inline: auto;
}
.sec04-block-company-btn a{
	display: block;
}
.sec04-block-company-btn a img{
	transition: 0.3s;
}
.sec04-block-company-btn a:hover img{
	opacity: .7;
}

@media screen and (max-width: 767px) {
	.sec04-block-company-btn{
		max-width: 206px;
		width: 100%;
		padding-inline: 30px;
		margin-block: 18px 0;
		margin-inline: auto;
	}
	.sec04-block-company-btn a:hover img{
		opacity: 1;
	}
}

.sec04-block-movie-slider{
	margin-block: 41px 0;
	margin-inline: calc(50% - 50vw);
}
.movie-slider li{
	margin: 0 30px;
	padding: 0;
}
.movie-slider .slick-track {
	display: flex;
}
.movie-slider .slick-slide {
	height: auto !important;
}

@media screen and (max-width: 767px) {
	.sec04-block-movie-slider{
		margin-block: 29px 0;
		margin-inline: calc(50% - 50vw);
	}
	.movie-slider li{
		margin: 0 17px;
		padding: 0;
	}
}

.movie-slider [class*="carousel__arrow--"]{
	position: absolute;
	top: 38%;
	width: 47px;
	height: 47px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	mix-blend-mode: multiply;
	z-index: 2;
}
.movie-slider .carousel__arrow--prev{
	left: 19.2vw;
	transform: translateY(-50%);
	background-image: url(../img/prev.png);
}
.movie-slider .carousel__arrow--next{
	right: 19.2vw;
	transform: translateY(-50%);;
	background-image: url(../img/next.png);
}
@media (hover: hover){
	.movie-slider [class*="carousel__arrow--"]{
		transition: .3s;
	}
	.movie-slider [class*="carousel__arrow--"]:hover{
		cursor: pointer;
		opacity: 0.7;
	}
}

@media screen and (min-width: 768px) and (max-width: 1363px) {
	.movie-slider li{
		margin: 0 30px;
		padding: 0;
	}
	.movie-slider [class*="carousel__arrow--"]{
		position: absolute;
		top: 40%;
		width: 47px;
		height: 47px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		mix-blend-mode: multiply;
		z-index: 2;
	}
	.movie-slider .carousel__arrow--prev{
		left: 19.2vw;
		transform: translateY(-50%);
		background-image: url(../img/prev.png);
	}
	.movie-slider .carousel__arrow--next{
		right: 19.2vw;
		transform: translateY(-50%);;
		background-image: url(../img/next.png);
	}
}

@media screen and (max-width: 767px) {
	.movie-slider [class*="carousel__arrow--"]{
		position: absolute;
		top: 38%;
		width: 31px;
		height: 31px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		mix-blend-mode: multiply;
		z-index: 2;
	}
	.movie-slider .carousel__arrow--prev{
		left: calc(50% - 37vw);
	}
	.movie-slider .carousel__arrow--next{
		right: calc(50% - 37vw);
	}
}

.movie-slider-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-block: 41px 0;
}
.movie-slider-controls-inbox{
	position: relative;
	height: 26px;
	display: flex;
	align-items: center;
	padding-inline: 11px;
	z-index: 6;
}
.movie-slider-controls-inbox::after{
	content: '';
	position: absolute;
	inset: 0;
	background: #fff;
	border-radius: 9999px;
	z-index: -1;
}
.movie-slider-controls ul {
	display: flex;
	padding: 0;
	margin: 0;
}
.movie-slider-controls li {
	width: 9px;
	height: 9px;
	margin: 0 3px;
	background: #eeeeef;
	border-radius: 999px;
	transition: all .3s;
	cursor: pointer;
	list-style: none;
}
.movie-slider-controls li:hover {
	background: #b4b4b5;
}
.movie-slider-controls li.slick-active {
	background: #b4b4b5;
}
.movie-slider-controls li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

@media screen and (max-width: 767px) {
	.movie-slider-controls {
		margin-block: 19px 0;
	}
	.movie-slider-controls-inbox{
		position: relative;
		height: 16px;
		display: flex;
		align-items: center;
		padding-inline: 10px;
		z-index: 6;
	}
	.movie-slider-controls li {
		width: 6px;
		height: 6px;
		margin: 0 3px;
		background: #eeeeef;
		border-radius: 999px;
		transition: all .3s;
		cursor: pointer;
		list-style: none;
	}
}

.movie-slider-thumb img{
	border-radius: 21px;
}
.movie-slider-title{
	display: flex;
	justify-content: center;
	padding-block: 26px 0;
}
.movie-slider-title p{
	font-weight: 700;
	text-align: center;
	font-size: 2.1rem;
	line-height: 1.3;
	color: var(--color-main);
	letter-spacing: .05em;
	padding-block: 0 16px;
	border-bottom: 2px var(--color-main) solid;
}
.movie-slider-title p.pt-2{
	max-width: 281px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.movie-slider-thumb img{
		border-radius: 13px;
	}
	.movie-slider-title{
		display: flex;
		justify-content: center;
		padding-block: 17px 0;
	}
	.movie-slider-title p{
		font-weight: 700;
		text-align: center;
		font-size: 1.3rem;
		line-height: 1.3;
		color: var(--color-main);
		letter-spacing: .0;
		padding-block: 0 8px;
		border-bottom: 1px var(--color-main) solid;
	}
	.movie-slider-title p.pt-2{
		max-width: 210px;
		width: 100%;
	}
}

.footer{
	background: #e4f3ff;
	padding-block: 0 108px;
}
.footer-inbox{
	max-width: 893px;
	width: 100;
	padding-inline: 30px;
	margin-inline: auto;
}
.footer-menu{
	display: grid;
	grid-template-columns: 118px 1fr;
	grid-gap: 13.89%;
}
.footer-logo a{
	display: block;
}
.footer-logo a img{
	transition: 0.3s;
}
.footer-logo a:hover img{
	opacity: .7;
}
.footer-btn{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 13px;
}
.footer-btn a{
	display: block;
}
.footer-btn a img{
	transition: 0.3s;
}
.footer-btn a:hover img{
	opacity: .7;
}
.footer-nav{
	margin-block: 38px 0;
}
.footer-nav-list{
	display: flex;
	justify-content: flex-end;
}
.footer-nav-list li + li{
	border-left: 1px #595757 solid;
}
.footer-nav-list a{
	display: block;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1;
	color: #595757;
	letter-spacing: .05em;
	padding-inline: 1em;
}
.footer-nav-list a.target{
	position: relative;
	padding-inline: 1em 2em;
	z-index: 6;
}
.footer-nav-list a.target::after{
	content: '';
	position: absolute;
	top: 55%;
	right: 16px;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background-image: url(../img/target-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: -1;
}
.footer-sig{
	display: grid;
	grid-template-columns: 1fr 210px;
	grid-gap: 40px;
	margin-block: 38px 0;
	padding-inline: 0 17px;
}
.footer-copyright small{
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .05em;
	color: #231815;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.footer-menu{
		grid-template-columns: 1fr;
		grid-gap: 60px;
	}
	.footer-logo{
		width: 152px;
		margin-inline: auto;
	}
	.footer-nav-list{
		justify-content: center;
	}
	.footer-sig{
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
	.ana-logo{
		order: 1;
		width: 281px;
		margin-inline: auto;
	}
	.footer-copyright{
		order: 2;
		display: flex;
		justify-content: center;
	}
	.footer-copyright small{
		text-align: center;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 767px) {
	.footer{
		padding-block: 0 51px;
	}
	.footer-menu{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 43px;
	}
	.footer-logo{
		width: 71px;
		margin-inline: auto;
	}
	.footer-btn{
		max-width: 225px;
		width: 100%;
		margin-inline: auto;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.footer-btn a:hover img{
		opacity: 1;
	}
	.footer-nav{
		margin-block: 62px 0;
	}
	.footer-nav-list{
		display: flex;
		justify-content: center;
	}
	.footer-nav-list li + li{
		border-left: 1px #595757 solid;
	}
	.footer-nav-list a{
		display: block;
		font-weight: 500;
		font-size: 1.25rem;
		line-height: 1;
		color: #595757;
		letter-spacing: 0;
		padding-inline: 1em;
	}
	.footer-nav-list a.target{
		position: relative;
		padding-inline: 1em 2em;
		z-index: 6;
	}
	.footer-nav-list a.target::after{
		content: '';
		position: absolute;
		top: 55%;
		right: 15px;
		transform: translateY(-50%);
		width: 9px;
		height: 9px;
		background-image: url(../img/target-icon.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		z-index: -1;
	}
	.footer-sig{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 24px;
		margin-block: 24px 0;
		padding-inline: 0;
	}
	.ana-logo{
		order: 1;
		width: 217px;
		margin-inline: auto;
	}
	.footer-copyright{
		order: 2;
		display: flex;
		justify-content: center;
	}
	.footer-copyright small{
		font-weight: 400;
		font-size: 1.0rem;
		line-height: 1;
		letter-spacing: .05em;
		color: #231815;
	}
}

.modal-content {
	display: none;
}
.js-modal_open{
	cursor: pointer;
}
.modaal-content-container {
	padding: 0 !important;
}
.movie-modal .modaal-container {
	max-width: 780px !important;
	width: 100% !important;
}
.yt-block {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.yt-block iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


.att-modal .modaal-container {
	max-width: 980px !important;
	width: 100% !important;
}
.att-block{
	height: 80svh;
	overflow-y: auto;
}
.att-block-inbox{
	max-width: 1160px;
	width: 100%;
	padding: 60px 90px;
	margin-inline: auto;
}
.att-block-head{
	display: flex;
	justify-content: center;
}
.att-block-head p{
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: .05em;
	color: #000;
}
.att-block-read{
	margin-block: 40px 0;
}
.att-block-read p{
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0;
	color: #000;
}

@media screen and (max-width: 767px) {
	.att-block{
		height: 80svh;
		overflow-y: auto;
	}
	.att-block-inbox{
		padding: 40px 40px;
	}
	.att-block-head p{
		font-weight: 700;
		font-size: 2.2rem;
		line-height: 1;
		letter-spacing: .05em;
		color: #000;
	}
	.att-block-read{
		margin-block: 30px 0;
	}
	.att-block-read p{
		font-weight: 500;
		font-size: 1.2rem;
		line-height: 1.6;
		letter-spacing: 0;
		color: #000;
	}
}