@charset "UTF-8";

body:before {
	content: none;
}
header {
	
}
header:after {
	content: none;
}

#yusai p:last-child {
	margin-bottom: 0;
}


.block {
	padding: 90px 0;
}
#yusai ruby rt {
	font-size: 1rem;
    margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
	.block {
		padding: 75px 0;
	}
}
@media screen and (max-width: 559px) {
	.block {
		padding: 60px 0;
	}
}
@media screen and (max-width: 430px) {
	#yusai ruby rt {
		margin-bottom: 1px;
	}
}
@media screen and (max-width: 320px) {
	.block {
		padding: 45px 0;
	}
}



.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
}

.fadein.active {
  opacity: 1;
  transform: translateY(0);
}




.introduction {
	margin-top: 18px;
}
.introduction .introduction-outline {
	position: relative;
	padding: 30px 0 60px;
	background: #FCF9FF;
}
.introduction img.introduction-bottom {
	vertical-align: top;
	line-height: 1;
}

.introduction .introduction-text {
	text-align: center;
	margin-top: 60px;
	font-size: 1.3em;
	font-weight: 600;
}
.introduction .introduction-text p {
	margin-bottom: 2.6rem;
}
.introduction .introduction-text span {
    font-size: 1.1em;
	background: rgba(223, 198, 255, .7);
}
.introduction img.introduction-img {
	width: 320px;
	max-width: 50%;
	margin-top: 30px;
}


@media screen and (max-width: 768px) {
	.introduction .introduction-text {
		margin-top: 45px;
	}
}
@media screen and (max-width: 559px) {
	.introduction .introduction-text {
		margin-top: 0;
		font-size: 1.2em;
	}
}
@media screen and (max-width: 430px) {
	.introduction img.introduction-img {
		max-width: 62%;
		margin-top: 18px;
	}
}
@media screen and (max-width: 320px) {
}



.type-selection {
	
}
.type-selection .type-selection-first {
	    text-align: center;
}
.type-selection .type-selection-first img.question {
	display: block;
	margin: 0 auto;
}
.type-selection .type-selection-first .space {
	margin-bottom: 60px;
}
.type-selection .type-selection-first p.type-selection-first-title {
	color: #333;
    margin: 0 0 45px 0;
	font-size: 1.4em;
    font-weight: 600;
}
.type-selection .type-selection-first p.type-selection-second-title {
	color: #333;
    margin-top: 18px;
	font-size: 1.4em;
    font-weight: 600;
}
.type-selection .type-selection-first p.type-selection-second-title span {
	background: rgba(228, 0, 127, .2);
}

.type-selection .type-selection-types {
	    margin-top: 90px;
}
.type-selection .type-item {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
.type-selection .type-item:not(:first-child) {
	margin-top: 90px;
}
.type-selection .type-item-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.type-selection .type-item-flex .type-item-flex___text {
	width: 50%;
	font-size: 1.2em;
	text-align: center;
}
.type-selection .type-item-flex .type-item-flex___img {
	width: 50%;
}
.type-selection .type-item-flex .type-item-flex___img img.type-image {
	width: 400px;
	display: block;
	margin: 0 auto;
}
.type-selection .type-item-flex .type-item-flex___text p.type-item-title {
	margin-bottom: 12px !important;
}
.type-selection .type-item-flex .type-item-flex___text p.type-item-title img.type {
	    display: inline-block;
    width: 180px;
}
.type-selection .type-item-flex .type-item-flex___text .type-item-text {
	margin-top: 30px;
	color: #333;
	font-weight: 600;
}

@media screen and (max-width: 1024px) {
	.type-selection .type-item {
	width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.type-selection .type-selection-types {
		margin-top: 60px;
	}
	.type-selection .type-item:not(:first-child) {
		margin-top: 60px;
	}
	.type-selection .type-item-flex {
		flex-direction: column;
	}
	.type-selection .type-item-flex .type-item-flex___img {
		display: none;
	}
	.type-selection .type-item-flex .type-item-flex___text p.type-item-title img.type {
		width: 70%;
        max-width: 480px;
	}
	.type-selection .type-item-flex .type-item-flex___text {
		width: 100%;
	}
	.type-selection .type-item-flex .type-item-flex___text .type-item-text {
		margin-top: 12px;
	}
}
@media screen and (max-width: 559px) {
	.type-selection .type-selection-first p.type-selection-first-title {
		font-size: 1.3em;
	}
	.type-selection .type-selection-first p.type-selection-second-title {
		font-size: 1.3em;
	}
	.type-selection .type-item:not(:first-child) {
		margin-top: 45px;
	}
	.type-selection .type-item-flex .type-item-flex___text p.type-item-title img.type {
		width: 100%;
        max-width: 450px;
	}
}
@media screen and (max-width: 430px) {
}
@media screen and (max-width: 320px) {
}



.toentry {
	background: #FCF9FF;
}
.toentry .toentry-text {
	text-align: center;
	margin-top: 90px;
	color: #333;
	font-size: 1.3em;
	font-weight: 600;
}
.toentry .toentry-text span {
	font-size: 1.1em;
	background: rgba(228, 0, 127, .2);
}
.toentry .arrow-button {
	text-align: center;
}
.toentry .arrow-button a {
	display: inline-block;
}
.toentry img.arrow {
	margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
	.toentry .toentry-text {
		margin-top: 60px;
	}
}
@media screen and (max-width: 559px) {
	.toentry .toentry-text {
		margin-top: 45px;
		font-size: 1.2em;
	}
}






.yusai-newsletter {
	border-top: 18px solid #FFF;
	position: relative;
}
.yusai-newsletter:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/yusai/yusai-newsletter-bg.webp) no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.yusai-newsletter img.yusai-newsletter-bg {
	display: none;
}
.yusai-newsletter .yusai-newsletter-form {
	width: 600px;
    background: #FFF;
	box-shadow: 0 0 18px rgb(102 102 102 / 18%);
    border-radius: 12px;
    padding: 60px 60px 0 60px;
}
.yusai-newsletter .yusai-newsletter-form .yusai-newsletter-form-title {
	text-align: center;
	margin-bottom: 18px;
}

.yusai-newsletter fieldset.form-fieldset {
	border: none;
	padding: 0;
	margin: 0;
	min-inline-size: 0;
}
.yusai-newsletter .form-fieldset-flex .form-label {
	font-weight: normal;
    font-family: ryo-display-plusn, serif;
	color: #333333;
	max-width: 180px;
    width:20%;
}
.yusai-newsletter .mailNG {
	text-align: center;
	color: #de6856;
    font-size: 1.2rem;
    margin-top: 9px;
}
.yusai-newsletter .form-actions {
	margin-top: 22px;
	text-align: center;
}
.yusai-newsletter .form-actions .form-btn {
	width: 260px;
	height: 74px;
	margin: 0 auto;
	padding: 0;
	font-family: 'kaisei-tokumin', sans-serif;
	font-size: 2.6rem;
	border-radius: 90px;
	background: #ededed;
	transition: background 0.6s ease, filter 0.3s ease;
	position: relative;
    z-index: 2;
}
.yusai-newsletter .form-actions .form-btn:hover {
	background: #E4007F;
}

.yusai-newsletter .table-of-contents {
	width: calc(100% + 120px);
    margin-left: -60px;
	margin-top: 60px;
	border-top: 1px solid #ededed;
}
.yusai-newsletter .table-of-contents .newsletter-contents {
	text-align: center;
	margin: 12px 0;
	font-size: .9em;
}
.yusai-newsletter .table-of-contents .newsletter-contents p.newsletter-content-title {
	margin-bottom: 3px;
	font-size: 1.1em;
}
.yusai-newsletter .table-of-contents .newsletter-contents p.newsletter-content-title span {
	display: inline-block;
	color: #ca687b;
    font-weight: 600;
}
.yusai-newsletter .table-of-contents .newsletter-contents span.free {
	background: rgba(228, 0, 127, .2);
}

.yusai-newsletter .table-of-contents dl {
	padding: 18px 60px;
	display: flex;
	align-items: center;
	background: #fefaf8;
}
.yusai-newsletter .table-of-contents dl:nth-child(even) {
	background: #feede7;
}
.yusai-newsletter .table-of-contents dl dt {
	width: 15%;
	max-width: 60px;
	line-height: 1.6;
}
.yusai-newsletter .table-of-contents dl dd {
	width: 85%;
    max-width: 420px;
	line-height: 1.6;
}
.yusai-newsletter .table-of-contents dl dd span {
	font-size: .9em;
}


@media screen and (max-width: 1194px) {
}
@media screen and (max-width: 960px) {
	.yusai-newsletter .yusai-newsletter-form {
		width: 520px;
		padding: 45px 45px 0 45px;
	}
	.yusai-newsletter .table-of-contents {
		width: calc(100% + 90px);
		margin-left: -45px;
		margin-top: 45px;
	}
	.yusai-newsletter .table-of-contents dl {
		padding: 18px 45px;
	}
}
@media screen and (max-width: 768px) {
	.yusai-newsletter {
		padding-top: 0;
		padding-bottom: 0;
	}
	.yusai-newsletter:before {
		content: none;
	}
	.yusai-newsletter img.yusai-newsletter-bg {
		display: block;
	}
	.yusai-newsletter .yusai-newsletter-form {
		width: 100%;
		margin-top: -56vw;
		position: relative;
		z-index: 1;
	}
	.yusai-newsletter .table-of-contents .newsletter-contents {
		font-size: 100%;
	}
}
@media screen and (max-width: 559px) {
	.yusai-newsletter .yusai-newsletter-form {
		padding: 30px 30px 0 30px;
	}
	.yusai-newsletter .form-actions .form-btn {
		background: #E4007F;
        display: inline-block;
        font-size: 2.2rem;
        height: 62px;
	}
	.yusai-newsletter .table-of-contents {
		width: calc(100% + 60px);
		margin-left: -30px;
		margin-top: 30px;
	}
	.yusai-newsletter .table-of-contents dl {
		padding: 18px 30px;
	}
}
@media screen and (max-width: 430px) {
	.yusai-newsletter .yusai-newsletter-form {
		padding: 20px 20px 0 20px;
	}
	.yusai-newsletter .form-actions .form-btn {
		width: 100%;
	}
	.yusai-newsletter .table-of-contents {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-top: 20px;
	}
	.yusai-newsletter .table-of-contents dl {
		padding: 18px 20px;
		flex-direction: column;
	}
	.yusai-newsletter .table-of-contents dl dt,
	.yusai-newsletter .table-of-contents dl dd {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 320px) {
}



.movie {
	margin-top: 18px;
	position: relative;
}
.movie:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/yusai/2.0/movie-bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.movie img.yusai {
	
}
.movie .youtube iframe {
	box-shadow: none;
    border: none;
    border-radius: 18px;
}
.movie .movie-text {
	text-align: center;
    margin-top: 18px;
    font-size: 1.3em;
    font-weight: 600;
    color: #ca687b;
}

@media screen and (max-width: 559px) {
	.movie {
		padding: 18px 0;
	}
	.movie:before {
		content: none;
	}
	.movie .inner {
		padding: 0;
	}
	.movie .youtube iframe {
		border-radius: 0;
		min-height: 260px;
	}
}




.owner {
	
}
.owner .owner-outline {
	padding: 60px;
	background: url(../images/yusai/owner-outline-bg.png);
	border-radius: 12px;
	position: relative;
}
.owner .owner-outline img.owner-leaf {
	position: absolute;
	width: 60px;
	top: -6%;
	right: 3%;
}
.owner .owner-outline img.owner-leaf2 {
	position: absolute;
	width: 60px;
	bottom: -6%;
	left: 3%;
}
.owner .owner-flex {
	display: flex;
	align-items: flex-start;
}
.owner .owner-flex .owner-flex___photo {
	max-width: 350px;
	width: 30%;
}
.owner .owner-flex .owner-flex___text {
	max-width: 826px;
	width: 70%;
	padding-left: 60px;
}
.owner .owner-flex .owner-flex___text .owner-profile {
	font-size: .9em;
	padding-left: 42px;
	position: relative;
}
.owner .owner-flex .owner-flex___text .owner-profile:before {
	content: "PROFILE";
    display: inline-block;
    position: absolute;
	top: 6px;
	left: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	color: #b54d6b;
}
.owner .owner-flex .owner-flex___text .owner-profile:after {
	content: "";
	display: inline-block;
    position: absolute;
    top: 6px;
    left: 2em;
	background: #b54d6b;
    width: 1px;
    height: calc(100% - 6px);
}
.owner .owner-flex .owner-flex___text p.owner-name {
	margin-bottom: 12px !important;
    margin-left: 18px;
	    font-family: ryo-display-plusn, serif;
}
.owner .owner-flex .owner-flex___text p.owner-name span {
	display: block;
    font-size: 1.8rem;
}
.owner .owner-flex .owner-flex___text .owner-message {
	margin-top: 30px;
    background: #FFF;
    padding: 30px;
    border-radius: 12px;
	font-size: 1.1em;
}


@media screen and (max-width: 1194px) {
	.owner .owner-flex {
		align-items: flex-start;
	}
	.owner .owner-flex .owner-flex___photo {
		
	}
	.owner .owner-flex .owner-flex___text {
		padding-left: 45px;
	}
}
@media screen and (max-width: 960px) {
	.owner .owner-outline {
		padding: 45px;
	}
}
@media screen and (max-width: 768px) {
	.owner .owner-flex {
		flex-direction: column;
		align-items: center;
	}
	.owner .owner-flex .owner-flex___photo {
		width: 50%;
        max-width: 280px;
		margin-top: -60px;
	}
	.owner .owner-flex .owner-flex___text {
		padding-left: 0;
		padding-top: 30px;
		width: 100%;
		max-width: 100%;
	}
	.owner .owner-flex .owner-flex___text p.owner-name {
		text-align: center;
		margin: 0;
	}
	.owner .owner-flex .owner-flex___text p.owner-name span {
		font-size: 2rem;
	}
	.owner .owner-flex .owner-flex___text .owner-profile {
		margin: 0 18px 0 0;
		font-size: .96em;
	}
}
@media screen and (max-width: 559px) {
	.owner {
		padding: 30px 0;
	}
	.owner .inner {
		padding: 0;
	}
	.owner .owner-outline {
		padding: 30px 30px 60px 30px;
		border-radius: 22px;
	}
	.owner .owner-flex .owner-flex___photo {
		width: 70%;
        max-width: 360px;
	}
	.owner .owner-outline img.owner-leaf {
		position: absolute;
		width: 45px;
		top: -2%;
		right: 6%;
	}
}
@media screen and (max-width: 430px) {
	
}
@media screen and (max-width: 320px) {
}
