@charset "utf-8";
.br {/* display: none !important; */}
section {padding: 0;}
:before {
    font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-style:normal;
}
body {
    background: url("../images/bg.webp") no-repeat;
    background-size: cover;
    background-attachment: fixed;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.fade {transition:.3s; opacity: 0;}
.mv-fade {transition:.3s; opacity: 1;}

.on {
    transform: scale(0.9);
    transition: .8s;
}

.up1 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: 1.0s;
	transition-delay:0.5s;	
}
.up2 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: 1.1s;
	transition-delay:0.6s;	
}
.up3 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: 1.1s;
	transition-delay:1s;
}
.in-bottom {
	display: block;
	overflow: hidden;
	position: relative;
	opacity: 0;
	transform: matrix(1, 0, 0, 1, 0, 30);
	transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.mv-up {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.mv-bottom {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	transition: all 1s ease-out;
	transition-delay: 0.5s;
}
.mv-on {
    transform: scale(1.0);
    transition: .8s;
}
p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.inner {
	max-width: 90%;
	margin: auto;
}

.mb-10 {margin: 0 0 10px;}
.mb-30 {margin: 0 0 10px;}
.mb-50 {margin: 0 0 50px;}

a.button {
	background: #111;
	border: 1px solid #111;
	display: flex;
	font-weight: 500;
	font-size: 0.9em;
	max-width: 95%;
	color: #fff;
	padding: 15px 30px 18px;
	height: auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.under {
	color: #3486ab;
	font-weight: normal;
}

.mask {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
.mask img {
	opacity: 0;
	transition-delay: .3s;
}
.mask::after {
  bottom: -1px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
 
.mask.mv-mask {
  color: #362ae0;
}
.mask.mv-mask img {
	opacity: 1;
	transition-delay: .3s;
}
.mask.mv-mask::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.170, 1);
}
 
@keyframes mask-bg {
  0% {
    transform: translate(0, 101%)
  }
  40%, 60% {
    transform: translate(0, 0%)
  }
  100% {
    transform: translate(0, -100%)
  }
}

/*++++++++++++++++++++++++*/
header {
	padding: 0;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
	justify-content: space-between;
}

header .logo {
	max-width: 60px;
	padding: 10px 15px;
}

header .drawer-hamburger {
	right: 0;
	background: #111;
	border-radius: 0;
	width: 55px;
	height: 55px;
	padding: 0;
	display: flex;
	bottom: inherit;
	position: relative;
	border-radius: 100px;
}
header .drawer-hamburgerbox {
	right: -25rem;
	transition: .3s;
	gap: 20px;
}
header .drawer-hamburgerbox ul li.header-donation-button {
	display: block;
	margin: 0 10px 0 0;
}
.drawer-hamburgerbox ul li.header-donation-button .button {
	padding: 10px 10px;
}
header .drawer-hamburgerbox ul li.header-donation-button a {
	border: none;
}
.feature .drawer-nav {
	width: 18rem;
	transition: .3s;
	z-index: 11;
	padding: 0;
	right: -30%;
	left: inherit;
}
.drawer.drawer--right.drawer-open .drawer-nav {
	transition:.3s;
	right: 0;
	left: inherit;
	position: fixed;
	top: 0;
	z-index: 11;
}
.drawer-menu {
	max-width: 100%;
	padding: 100px 0 150px 30px;
	display: block;
}
.drawer .drawer-menu ol > li {
	margin:0 0 20px;
}
.drawer .drawer-menu ol > li a {
	color: #006896;
	margin: 0 auto 15px;
	font-family: "Damion", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5em;
	display: block;
}
.drawer .drawer-menu ol > li > ul > li {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}
.drawer .drawer-menu ol > li > ul > li > a {
	color:#111;
	font-size: 0.9em;
	margin: 0 0 0 10px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.drawer .drawer-menu ol > li > ul > li > a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
	width:30px;
	height:1px;
}
.message-title {
	color: #006896;
	margin: auto;
	padding: 30px 0 20px;
	font-family: "Damion", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 3em;
}
/*++++++++++++++++++++++++*/

#image {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    height: 100vh;
    /* overflow: hidden; */
    background: url("../images/bg.webp") no-repeat;
    position: relative;
}
#image .ccp {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* display: flex; */
    max-width: 80%;
    top: 0;
    bottom: 0;
    align-items: center;
    height: 250px;
    justify-content: center;
    transition: all 0.5s ease-out;
    transform: translate(0, 0);
}
#image .ccp .top.img {
	
}
#image .ccp img {
	width: 200px;
}
#image .ccp .top {
	margin: -2% 0 0;
}
#image .ccp .top img {
	width: auto;
}
#image .ccp .top:before{
	content:"";
	position: absolute;
	background: #fff;
	width: 100%;
	height: 80px;
	z-index: -1;
	top: -77px;
	bottom: 0;
	margin: auto;
}

#image .visual {
	opacity: 0;
	position: absolute;
	height: 90%;
	bottom: -45%;
	/* overflow: hidden; */
	text-align: center;
}
#image .visual img {
	position: relative;
	bottom: 0;
}
#image.active {
/*	transition: all 1s ease-out;
	transition-delay: 8.2s;	*/
}
#image.active .ccp {
    /* max-width: max-content; */
    transition: all 0.5s ease-out;
    transform: translate(0px, -30px);
}
#image.active .visual {
	opacity: 1;
	transition: all 2s ease-out;
	/* padding: 80% 0 0; */
}
#message article {
	/* position: sticky; */
	top: 0;
	padding: 0 0 50px 0;
	/* height: 800px; */
	position: relative;
	flex-direction: column;
}
#message article:nth-of-type(1) {background: #e8eef2;}
article:nth-of-type(2) {background: #e8f2e9;}
article:nth-of-type(3) {background: #f5f1e6;}
article:nth-of-type(4) {background: #fbf4f9;}
article:nth-of-type(5) {background: #ecf7f9;}

article:nth-of-type(1) .kikin,article:nth-of-type(1) .mask::after {
background: #006896;}
article:nth-of-type(2) .kikin,article:nth-of-type(2) .mask::after  {background: #62b16a;}
article:nth-of-type(3) .kikin,article:nth-of-type(3) .mask::after  {background: #f98a3b;}
article:nth-of-type(4) .kikin,article:nth-of-type(4) .mask::after  {background: #df7dc3;}
article:nth-of-type(5) .kikin,article:nth-of-type(5) .mask::after  {background: #43bbd1;}



#message {
	position: relative;
	overflow: hidden;
}
#message .message-title {
	position: relative;
	left: 0;
	right: 0;
	color: #006896;
	margin: auto;
	padding: 0;
	font-family: "Damion", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	padding: 30px 0;
}

#message article .inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	flex-direction: column;
	/* padding: 0 0 15%; */
	position: unset;
	max-width: 100%;
	margin: auto;
}
#message article .msgbox {
	position: relative;
	padding: 0;
	margin: auto;
	left: 0;
	order: 2;
	max-width: 90%;
}
#message article .msgbox p {
	line-height: 2.5;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
}

#message article .name {
	margin: 20px 0 0;
	border: 1px dashed #ccc;
	padding: 20px 20px 13px 20px;
	box-sizing: border-box;
	max-width: 100%;
	position: relative;
}
#message article .name p {
	line-height: 2;
	margin: 0 0 5px;
	letter-spacing: 0;
}
#message article .name em {
	line-height: 1.6;
	font-size: 0.8em;
}
#message article .name .before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}
#message article .name .before:before {
	content:"";
	background: #111;
	width: 1px;
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
}
#message article .name .before:after {
	content: "";
	background: #111;
	width: 30px;
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
}
#message article .name .after{
	
}
#message article .name .after:before {
	content:"";
	background: #111;
	width: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
}
#message article .name .after:after {
	content:"";
	background: #111;
	width: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30px;
}

#message .ccp {
    /* background: #fff; */
    /* padding:40px 40px 30px; */
    position: relative;
}
#message .ccp img {
	position: relative;
	padding: 30px 30px 20px 20px;
	z-index: 0;
	width: 90%;
}
#message .ccp:before {
	content:"";
	background: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.kikin {
	background: #111;
	color: #fff;
	max-width: max-content;
	padding: 5px 12px 7px;
	border-radius: 0 10px 0 0;
	font-weight: 500;
	letter-spacing: 0;
	font-size: 12px;
}
#message .tegaki {
	max-width: 120px;
	position: absolute;
	right: 0;
	top: -3%;
	z-index: 1;
}
#message .tegaki.jpn {
	top: 0;
	max-width: 120px;
}

#message article .figurebox {
	/* position: absolute; */
	padding: 0 0 50px;
	right: 0;
	width: 100%;
}
#message article .figurebox img{
	aspect-ratio: 3/2;
	object-fit: cover;
}

#message article .state {
	position: relative;
	bottom: 6%;
	width: auto;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
	max-width: 250px;
30px
	auto CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
	margin: 30px auto 0;
}
#message article .state p {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: left;
}
#message article .state img {
	aspect-ratio: 3/2;
	border: 4px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transform: rotate(-5deg);
	max-width: 250px;
	margin: 0 0 20px;
}
#message article .state div {
	max-width: 50%;
}
#message article .state div:last-child {
	position:absolute;
	right: -5%;
	top: 35%;
}
#message article .state div:last-child img {
	
transform: rotate(5deg);
}

#message article:nth-of-type(2n) .msgbox{
	order: 2;
	/* position: absolute; */
	right: 0;
	padding: 0;
	left: inherit;
}
#message article:nth-of-type(2n)  .state {
	left: 0;
	right: 0;
	/* width: 300px; */
}
#message article:nth-of-type(2n) .figurebox{
	order: 1;
	right: inherit;
	left: 0;
	/* position: relative; */
	width: auto;
}

#movie {
	background: #fff;
	padding: 0 0 50px 0;
	overflow: hidden;
}
#movie .inner{
	max-width: 80%;
	/* height: 300px; */
}
a.lightcase:after {
	content:"";
	background: url(../images/play.png) no-repeat center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 60px;
	height: 60px;
	transition:.3s;
	background-size: 100%;
}    


#letters {
	padding: 0 0 60px 0;
}

#letters .lettersbox {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	display: block;
	grid-template-columns: 60% 35%;
	gap: 30px;
	max-width: 80%;
	padding: 40px 20px;
	justify-content: space-between;
	margin: auto;
	border: 1px solid #111;
}
#letters .lettersbox .box {
	margin: 0 0 20px;
}
#letters .lettersbox .box p {font-size: 1em;margin: 0 auto 20px;text-align: center;font-weight: 600;}
#letters .lettersbox .box img {
	padding:0 0 30px;
}

/*++++++++++++++++++++++++*/

footer {
	padding: 10px 0;
	background: #e9eff4;
}

.cplink {
	max-width: max-content;
	border: 2px solid #006896;
	background: #fff;
	padding: 8px 30px 8px;
	border-radius: 5px;
	color: #006896;
	margin: 0 auto 10px;
	font-weight: 600;
}
@media screen and (min-width: 380px) {
#image.active .ccp {
    /* max-width: max-content; */
    transition: all 0.5s ease-out;
    transform: translate(0px, -70px);
}    
}
@media screen and (min-width: 600px) {
#pagetop {
	bottom:0;
}
section {}
:before {
}
body {
}

.fade {transition:.3s; opacity: 0;}
.mv-fade {transition:.3s; opacity: 1;}

.on {
    transform: scale(0.9);
    transition: .8s;
}


.inner {
	max-width: 640px;
}

.mb-50 {margin: 0 0 50px;}

a.button {
	background: #111;
	border: 1px solid #111;
	display: flex;
	font-weight: 500;
	max-width: 95%;
	color: #fff;
	padding: 20px 50px 22px;
	height: auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.under {
	color: #3486ab;
	font-weight: normal;
}

.mask {
}
.mask img {
	opacity: 0;
	transition-delay: .3s;
}


/*++++++++++++++++++++++++*/

.feature .drawer-nav {
}

.drawer-menu {
}
.drawer .drawer-menu ol > li {
	margin:0 0 20px;
}
.drawer .drawer-menu ol > li a {
}
.drawer .drawer-menu ol > li > ul > li {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}
.drawer .drawer-menu ol > li > ul > li > a {
}

.drawer .drawer-menu ol > li > ul > li > a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
	width:40px;
	height:1px;
}
.message-title {}
/*++++++++++++++++++++++++*/


#image .ccp {max-width: 480px;}
#image .ccp .top {
	margin: -2% 0 20px;
}
#image .ccp .top:before{height: 100px;top: -50px;}

#image.active {height: 900px;overflow: hidden;}
#image.active .ccp {
}
#image.active .visual {/* padding: 40% 0 0; */}
#message article {padding: 50px 0;}



#message article .inner {max-width: 640px;}

#message article .msgbox p {font-size: 15px;font-weight: 600;}

#message article .name p {
	font-size:0.9em;
	line-height: 2;
	margin: 0 0 5px;
}
#message article .name em {
	line-height: 1.6;
	font-size: 0.8em;
}

#message .ccp {
    position: relative;
}
#message .ccp img {
	padding: 30px 40px 20px 30px;
	width: 400px;
}

.kikin {
	padding: 5px 30px 7px;
	font-size: 16px;
}
#message .tegaki {
	max-width: 150px;
	top: -6%;
}

#message article .state {
	display: flex;
	align-items: center;
	max-width: 640px;
	margin: 50px auto 0;
	gap: 30px;
}
#message article .state p {text-align: left;}
#message article .state img {
	max-width: 200px;
	margin: 0;
}
#message article .state div {
	max-width: 50%;
}
#message article .state div:last-child {
	position:absolute;
	right: -5%;
	top: 35%;
}
#message article .state div:last-child img {
	
transform: rotate(5deg);
}

#message article:nth-of-type(2n) .figurebox{
	order: 1;
	right: inherit;
	left: 0;
	/* position: relative; */
	width: auto;
}

#movie {padding: 50px 0;}
#movie .inner {
	max-width:max-content;
}
#letters {
	padding: 60px 0;
}

#letters .lettersbox {max-width: 480px;}

#letters .lettersbox .box img {
	padding:0 0 30px;
	display: block;
	text-align: center;
	margin: auto;
}

/*++++++++++++++++++++++++*/

footer {
	padding: 10px 0;
	background: #e9eff4;
}

}

@media screen and (min-width: 1024px) {
.br {display: block;}


.fade {transition:.3s; opacity: 0;}
.mv-fade {transition:.3s; opacity: 1;}

.on {
    transform: scale(0.9);
    transition: .8s;
}

.up1 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: 1.0s;
	transition-delay:0.5s;	
}
.up2 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: 1.1s;
	transition-delay:0.6s;	
}
.up3 {
}
.in-bottom {
}

.mv-up {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.mv-bottom {
}
.mv-on {
    transform: scale(1.0);
    transition: .8s;
}

.mb-30 {
    margin: 0 0 30px;
}
.mb-50 {margin: 0 0 50px;}

a.button {
	background: #111;
	border: 1px solid #111;
	display: flex;
	font-weight: 500;
	max-width: 95%;
	color: #fff;
	padding: 20px 50px 22px;
	height: auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.under {
	color: #3486ab;
	font-weight: normal;
}

.mask img {
	opacity: 0;
	transition-delay: .3s;
}


/*++++++++++++++++++++++++*/

.drawer .drawer-menu ol > li {
	margin:0 0 20px;
}
.drawer .drawer-menu ol > li a {font-size: 2.2em;}
.drawer .drawer-menu ol > li > ul > li {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}
.drawer .drawer-menu ol > li > ul > li > a {font-size: 1em;}

.drawer .drawer-menu ol > li > ul > li > a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
	width:40px;
	height:1px;
}
.message-title {

font-size: 3.5em;
}
/*++++++++++++++++++++++++*/

#image {

height: 800px;

/* overflow: hidden; */
}
#image .ccp {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* display: flex; */
    max-width: max-content;
    top: 0;
    bottom: 0;
    align-items: center;
    height: 312px;
    justify-content: center;
    transition: all 0.5s ease-out;
    transform: translate(0, 0);
}

	
#image .ccp .top:before{
	height: 130px;
	top: -35px;
}

#image .visual {
}
#image .visual img {
	/* position: absolute; */
	/* bottom: 0; */
}
#image.active {}
#image.active .ccp {
    transform: translate(0px, -170px);
}
#image.active .visual {padding: 0;height: 100%;position: absolute;bottom: -50%;width: 100%;}
#message article {
}
#message article:nth-of-type(1) {}
article:nth-of-type(2) {}
article:nth-of-type(3) {}
article:nth-of-type(4) {}
article:nth-of-type(5) {}

article:nth-of-type(1) .kikin,article:nth-of-type(1) .mask::after {
background: #006896;}
article:nth-of-type(2) .kikin,article:nth-of-type(2) .mask::after  {background: #62b16a;}
article:nth-of-type(3) .kikin,article:nth-of-type(3) .mask::after  {}
article:nth-of-type(4) .kikin,article:nth-of-type(4) .mask::after  {}
article:nth-of-type(5) .kikin,article:nth-of-type(5) .mask::after  {background: #43bbd1;}



#message {
}
#message .message-title {font-size: 3em;}

#message article .inner {max-width: 640px;}
#message article .msgbox {
}
#message article .msgbox p {
}

#message article .name {
	margin: 40px 0 0;
	padding: 25px 100px 18px 30px;
}
#message article .name p {
	font-size:0.9em;
	line-height: 2;
	margin: 0 0 5px;
}
#message article .name em {
	line-height: 1.6;
	font-size: 0.8em;
}
#message article .name .before {
}
#message article .name .before:before {
}
#message article .name .before:after {
}
#message article .name .after{
	
}
#message article .name .after:before {
}
#message article .name .after:after {
}

#message .ccp {
    /* background: #fff; */
    /* padding:40px 40px 30px; */
    position: relative;
}
#message .ccp img {
	position: relative;
	padding: 35px 40px 20px 30px;
	z-index: 0;
	width: 480px;
}
#message .ccp:before {
}
.kikin {
	padding: 5px 30px 7px;
	letter-spacing: 1px;
}
#message .tegaki {
	max-width: 200px;
	top: -6%;
}
#message .tegaki.jpn {
}

#message article .figurebox {
}
#message article .figurebox img{
}

#message article .state {
	bottom: 6%;
	margin: auto;
	display: block;
}
#message article .state p {
}
#message article .state img {
	max-width: 320px;
}
#message article .state div {
	max-width: 50%;
}
#message article .state div:last-child {
	position:absolute;
	right: -5%;
	top: 35%;
}
#message article .state div:last-child img {
	
transform: rotate(5deg);
}

#message article:nth-of-type(2n) .msgbox{
	order: 2;
	/* position: absolute; */
	right: 8%;
	padding: 0;
	left: inherit;
}
#message article:nth-of-type(2n)  .state {
}
#message article:nth-of-type(2n) .figurebox{
	order: 1;
	right: inherit;
	left: 0;
	/* position: relative; */
	width: auto;
}

#movie {
	background: #fff;
	padding: 50px 0 150px;
}

#letters {
	padding: 60px 0;
}

#letters .lettersbox {max-width: 480px;}
#letters .lettersbox .box {
	
}
#letters .lettersbox .box p {
	font-size: 1.2em;
	font-weight: 600;
	margin: 0 0 30px -10px;
}
#letters .lettersbox .box img {
	padding:0 0 30px;
}


#movie .inner{
	width:480px;
	height:360px;
}	
a.lightcase {
	position: relative;
	display: block;
}

a.lightcase:after {
	width: 90px;
	height: 90px;
}    

a.lightcase:hover:after {
	transition:.3s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}    
/*++++++++++++++++++++++++*/

footer {
	padding: 10px 0;
	background: #e9eff4;
}

.cplink {
}
}

@media screen and (min-width: 1300px) {

section {}
:before {
}
body {
}

.fade {transition:.3s; opacity: 0;}
.mv-fade {transition:.3s; opacity: 1;}

.on {
    transform: scale(0.9);
    transition: .8s;
}

.up1 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: 1.0s;
	transition-delay:0.5s;	
}
.up2 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: 1.1s;
	transition-delay:0.6s;	
}
.up3 {
}
.in-bottom {
}

.mv-up {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.mv-bottom {
}
.mv-on {
    transform: scale(1.0);
    transition: .8s;
}
p {
}

.inner {
	max-width: 1400px;
	margin: auto;
}

.mb-10 {}
.mb-30 {}
.mb-50 {margin: 0 0 50px;}

a.button {
	background: #111;
	border: 1px solid #111;
	display: flex;
	font-weight: 500;
	max-width: 95%;
	color: #fff;
	padding: 20px 50px 22px;
	height: auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.under {
	color: #3486ab;
	font-weight: normal;
}

.mask {
}
.mask img {
	opacity: 0;
	transition-delay: .3s;
}
.mask::after {
}
 
.mask.mv-mask {
}
.mask.mv-mask img {
}
.mask.mv-mask::after {
}


/*++++++++++++++++++++++++*/
header {
	padding: 20px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
}

header .logo {
	max-width: 80px;
}

header .drawer-hamburger {
	right: 0;
	background: #111;
	border-radius: 0;
	width: 68px;
	height: 68px;
	padding: 0;
	border-radius: 100px;
	display: flex;
}

.feature .drawer-nav {
	width: 20rem;
}
.drawer.drawer--right.drawer-open .drawer-nav {
}
.drawer-menu {
}
.drawer .drawer-menu ol > li {
	margin:0 0 20px;
}
.drawer .drawer-menu ol > li a {
}
.drawer .drawer-menu ol > li > ul > li {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}
.drawer .drawer-menu ol > li > ul > li > a {
}

.drawer .drawer-menu ol > li > ul > li > a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
	width:40px;
	height:1px;
}
.message-title {
}
/*++++++++++++++++++++++++*/

#image {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    height: 1050px;
}
#image .ccp {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* display: flex; */
    max-width: max-content;
    top: 0;
    bottom: 0;
    align-items: center;
    height: 312px;
    justify-content: center;
    transition: all 0.5s ease-out;
    transform: translate(0, 0);
}

#image .ccp .top:before{
}

#image .visual {
	/* opacity: 0; */
	/* position: relative; */
	/* height: 60%; */
}
#image .visual img {
	/* position: absolute; */
	/* bottom: -60%; */
}
#image.active {
}
#image.active  .visual img {
}	
#image.active .ccp {
    margin: auto;
    max-width: max-content;
    top: 0;
    transition: all 0.5s ease-out;
    transform: translate(0px, -200px);
}
#image.active .visual {
	width: 100%;
	bottom: -40%;
}
#message article {
	padding: 100px 0;
}
#message article:nth-of-type(1) {padding: 50px 0;}
article:nth-of-type(2) {}
article:nth-of-type(3) {}
article:nth-of-type(4) {}
article:nth-of-type(5) {}

article:nth-of-type(1) .kikin,article:nth-of-type(1) .mask::after {
background: #006896;}
article:nth-of-type(2) .kikin,article:nth-of-type(2) .mask::after  {background: #62b16a;}
article:nth-of-type(3) .kikin,article:nth-of-type(3) .mask::after  {}
article:nth-of-type(4) .kikin,article:nth-of-type(4) .mask::after  {}
article:nth-of-type(5) .kikin,article:nth-of-type(5) .mask::after  {background: #43bbd1;}



#message {
}
#message .message-title {padding: 50px 0;}

#message article .inner {
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	flex-direction: column;
	max-width: 100%;
	margin: 0;
}
#message article .msgbox {
	order: 1;
}
#message article .msgbox p {
	line-height: 2;
    font-size: 16px;
}

#message article .name {max-width: max-content;}
#message article .name p {
	font-size:0.9em;
	line-height: 2;
	margin: 0 0 5px;
}
#message article .name em {
	line-height: 1.6;
	font-size: 0.8em;
}


#message .ccp {
}
#message .ccp img {
	padding: 35px 40px 20px 30px;
}
#message .ccp:before {
}
.kikin {
	max-width: max-content;
	padding: 5px 30px 7px;
	border-radius: 0 10px 0 0;
}

#message .tegaki.jpn {
	top: -4%;
	max-width: 250px;
}

#message article .figurebox {order: 2;}

#message article .state {
	bottom: 15%;
	width: 20%;
	margin: 0;
	left: 45%;
	position: absolute;
}
#message article .state p {
	text-align: left;
}
#message article .state img {margin: 0 auto 20px;}
#message article .state div {
	max-width: 50%;
}
#message article .state div:last-child {
	position:absolute;
	right: -5%;
	top: 35%;
}
#message article .state div:last-child img {
	
transform: rotate(5deg);
}

#message article:nth-of-type(2n) .msgbox{
}
#message article:nth-of-type(2n)  .state {
	bottom: 10%;
	margin: auto;
	right: 20%;
}
#message article:nth-of-type(2n) .figurebox{
	order: 1;
	right: inherit;
	left: 0;
	/* position: relative; */
	width: auto;
}

#movie {
	padding: 50px 0 100px;
}

	
#letters {
	padding: 60px 0;
}

#letters .lettersbox {
	max-width: 800px;
	padding: 50px;
	display: grid;
	grid-template-columns: 60% 35%;
	gap: 30px;
	justify-content: space-between;
}
#letters .lettersbox .box {
	
}
#letters .lettersbox .box p {
	font-size: 1.2em;
	font-weight: 600;
	margin: 0 0 30px -10px;
	text-align: left;
}
#letters .lettersbox .box img {
	padding:0 0 30px;
}

/*++++++++++++++++++++++++*/

footer {
	padding: 10px 0;
	background: #e9eff4;
}

.cplink {
}
}

@media screen and (min-width: 1600px) {
#message article .state {
	bottom: 3%;
	max-width: 320px;
}
	#message article:nth-of-type(2n) .state {
	right: 12%;
	bottom: 5%;
}
	
}