@charset "utf-8";



html {
	background: #fff;
	font-size: 62.5%;
}

body {
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Serif JP', serif;
	opacity: 0;
	visibility: hidden;
	transition: all ease-out 0.4s;
	overflow-x: hidden;
}

body.loaded {
	opacity: 1;
	visibility: visible;
}

.page {
	/* color: #ffffff; */
	color: #333;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.1em;
}

.ja { font-family: 'Noto Serif JP', serif; font-style: normal; }

/* .qwitcherGrypen {font-family: 'Qwitcher Grypen', cursive;} */
.cormorant_unicase,
.cormorant-unicase {
	font-family: "Cormorant Unicase", serif;
	font-family: "Cormorant Garamond", serif;
	font-style: normal;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.white {
	color: #ffffff;
}

.gold {
	color: #a29056;
}

.vrl {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.fade-fog {
	opacity: 0;
	-webkit-filter: blur(20px);
	filter: blur(20px);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out, -webkit-filter 1s ease-out;
	transition: opacity 1s ease-out, -webkit-transform 1s ease-out, -webkit-filter 1s ease-out;
	transition: transform 1s ease-out, opacity 1s ease-out, filter 1s ease-out;
	transition: transform 1s ease-out, opacity 1s ease-out, filter 1s ease-out, -webkit-transform 1s ease-out, -webkit-filter 1s ease-out;
	visibility: hidden;
	backface-visibility: hidden;
}

.fade-fog.on {
	visibility: visible;
	opacity: 1;
	transform: scale(1.0);
	-webkit-filter: blur(0);
	filter: blur(0);
}

.sec_inner {
	margin: 0 auto;
	max-width: 1170px;
	width: 92%;
}

.pc,
.pc_only {
	display: block !important;
}



.ipad,
.ipad_only {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.pc,.pc_only {
		display: none !important;
	}

	.sp_only {
		display: block !important;
	}
}

a {
	text-decoration: none;
}

a.disable {
	color: #999999 !important;
	cursor: default;
}

a.disable:hover {
	opacity: 1;
}

figure {
	margin: 0;
	padding: 0;
}

img.full {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width:1000px) {
	.bg {
		padding: 0;
	}

	.ipad_only {
		display: none !important;
	}
}

a {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	color: #333333;
	text-decoration: none;
}


a:hover {
	opacity: 0.8;
}



/*==================================================================
	Contents setting
===================================================================*/
body #container {
	background: #08172e;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

img {
	max-width: 100%;
	height: auto;
}

.inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.bg_gray {
	background: #f2f2f3;
}

.bg_white {
	background: #fff;
}

.pageTop {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 40px;
	z-index: 30;
}

@media only screen and (max-width: 1000px) {
	.pageTop {
		width: 40px;
	}

	.pageTop img {
		width: 100%;
		height: auto;
	}
}

/* print */
@media print {

	.site-header,
	.global-navi-base,
	.site-footer,
	.print-btn,
	.planBtn {
		display: none;
	}

	.planDetail {
		padding: 80px 0 0;
	}
}

.pos_rel {
	position: relative;
}

.pic_cap {
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	color: #000 !important;
	font-size: 10px;
	line-height: 1.2 !important;
	padding: 5px;
}

.pic_cap.l_side {
	right: auto;
	left: 0;
}

.pic_cap.bg {
	background: rgba(0, 0, 0, .50);
	color: #fff !important;
}

.pic_cap.w {
	color: #fff !important;
}

@media only screen and (min-width: 1001px) {
	.pic_cap.r_side {
		right: 65px;
	}
}

.caption {
	font-family: 'Noto Serif JP', serif;
	color: #000 !important;
	font-size: 10px;
	line-height: 1.2 !important;
}

/* fade_up */
.fadeup {
	opacity: 0;
	transform: translateY(20px);
	transition-duration: 1s;
}

.fadeup.on {
	opacity: 1;
	transform: translateY(0);
}

/* fade_in */
.fadein {
	opacity: 0;
	transition-duration: 2s;
}

.fadein.on {
	opacity: 1;
}

/* fade_out */
.fadeout {
	opacity: 1;
	transition-duration: 2s;
}

.fadeout.on {
	opacity: 0;
}

/* Swipe icon */
.swipe_scroll {
	position: relative;
}

.swipe_icon {
	display: none;
}

@media only screen and (max-width: 767px) {
	.swipe_scroll {
		overflow-x: auto;
		padding-bottom: 15px;
	}

	.swipe_scroll img {
		width: 768px;
		max-width: inherit;
	}

	.swipe_icon {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 70px;
		height: 70px;
		display: block;
		margin: -35px;
		animation: horizontal 1s ease-in-out infinite alternate;
		z-index: 10;
	}

	.swipe_icon img {
		max-width: 100% !important;
		width: 70px !important;
	}

	@keyframes horizontal {
		0% {
			transform: translate(-20%, -20%);
		}

		100% {
			transform: translate(30%, -20%);
		}
	}
}

.nolink {
	pointer-events: none;
}

a.disabled {
	pointer-events: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	header .tools li.links {
		padding-right: 0px;
	}

	header .tools li.links a {
		letter-spacing: 0.05em;
	}
}

.tab_only {
	display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
	.tab_only {
		display: block !important;
	}

	.global-navi-base {
		top: 100px;
	}
}


/* IE11 */
@media all and (-ms-high-contrast:none) {
	.site-footer .foot-navi ul li.new a:before {
		top: -24px;
	}
}

.businessHours li {
	padding-bottom: 13px;
}

.businessHours li:last-child {
	padding-bottom: 0;
}

#top .line-1,
#top .line-2,
#top .line-3,
#top .line-4 {
	background-color: rgba(255, 255, 255, .85);
}

.infoes .line-1,
.infoes .line-2,
.infoes .line-3,
.infoes .line-4 {
	background-color: rgba(255, 255, 255, .85);
}

.line-1 {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	background-color: rgba(255, 255, 255, .85);
	left: 0;
	bottom: 0;
	-webkit-animation: move1 1500ms infinite ease;
	animation: move1 1500ms infinite ease;
}

.line-2 {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	background-color: rgba(255, 255, 255, .85);
	left: 0;
	top: 0;
	-webkit-animation: move2 1500ms infinite ease;
	animation: move2 1500ms infinite ease;
}

.line-3 {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	background-color: rgba(255, 255, 255, .85);
	right: 0;
	top: 0;
	-webkit-animation: move3 1500ms infinite ease;
	animation: move3 1500ms infinite ease;
}

.line-4 {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	background-color: rgba(255, 255, 255, .85);
	right: 0;
	bottom: 0;
	-webkit-animation: move4 1500ms infinite ease;
	animation: move4 1500ms infinite ease;
}

@-webkit-keyframes move1 {
	0% {
		height: 100%;
		bottom: 0;
	}

	54% {
		height: 0;
		bottom: 100%;
	}

	55% {
		height: 0;
		bottom: 0;
	}

	100% {
		height: 100%;
		bottom: 0;
	}
}

@keyframes move1 {
	0% {
		height: 100%;
		bottom: 0;
	}

	54% {
		height: 0;
		bottom: 100%;
	}

	55% {
		height: 0;
		bottom: 0;
	}

	100% {
		height: 100%;
		bottom: 0;
	}
}

@-webkit-keyframes move2 {
	0% {
		width: 0;
		left: 0;
	}

	50% {
		width: 100%;
		left: 0;
		opacity: 0;
	}

	100% {
		width: 0;
		left: 100%;
	}
}

@keyframes move2 {
	0% {
		width: 0;
		left: 0;
	}

	50% {
		width: 100%;
		left: 0;
		opacity: 0;
	}

	100% {
		width: 0;
		left: 100%;
	}
}

@-webkit-keyframes move3 {
	0% {
		height: 100%;
		top: 0;
	}

	54% {
		height: 0;
		top: 100%;
	}

	55% {
		height: 0;
		top: 0;
	}

	100% {
		height: 100%;
		top: 0;
	}
}

@keyframes move3 {
	0% {
		height: 100%;
		top: 0;
	}

	54% {
		height: 0;
		top: 100%;
	}

	55% {
		height: 0;
		top: 0;
	}

	100% {
		height: 100%;
		top: 0;
	}
}

@-webkit-keyframes move4 {
	0% {
		width: 0;
		right: 0;
	}

	55% {
		width: 100%;
		right: 0;
		opacity: 0;
	}

	100% {
		width: 0;
		right: 100%;
	}
}

@keyframes move4 {
	0% {
		width: 0;
		right: 0;
	}

	55% {
		width: 100%;
		right: 0;
		opacity: 0;
	}

	100% {
		width: 0;
		right: 100%;
	}
}

@media screen and (max-width:991px) {

	.head-btns .line-1,
	.head-btns .line-2,
	.head-btns .line-3,
	.head-btns .line-4 {
		display: none;
	}
}


/*instagram*/
.pc_only_insta_bnr {
	display: block;
}

.sp_only_insta_bnr {
	display: none;
}

@media only screen and (max-width: 1000px) {
	.pc_only_insta_bnr {
		display: none;
	}

	.sp_only_insta_bnr {
		display: block;
	}
}

.insta_logo {
	margin: 0 auto;
	max-width: 450px;
	padding: 20px 0;
}

@media only screen and (max-width: 1000px) {
	.insta_logo {
		margin: 0 auto;
		max-width: 330px;
		padding: 40px 0;
	}

	.insta_btn {
		margin: 0 auto;
		max-width: 290px;
		padding: 10px 0 30px;
	}
}

/*==================================================================
	Common page setting
===================================================================*/

.stretchL,
.stretchR,
.stretchT {
	overflow: hidden;
	position: relative;
	opacity: 0;
}

.stretchL.on {
	animation: stretchL 1.5s ease 0s forwards;
}

@keyframes stretchL {
	0% {
		clip-path: inset(0 100% 0 0);
		opacity: 0;
	}

	100% {
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

.stretchR.on {
	animation: stretchR 1.5s ease 0s forwards;
}

@keyframes stretchR {
	0% {
		clip-path: inset(0 0 0 100%);
		opacity: 0;
	}

	100% {
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

.stretchT.on {
	animation: stretchT 1.5s ease 0s forwards;
}

@keyframes stretchT {
	0% {
		clip-path: inset(0 0 100% 0);
		opacity: 0;
	}

	100% {
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

/* main low pages */
.main_page {
    background-color:#2784B0 ;
    background-image: url("../imgs/main_bg.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 450px;
    position: relative;
}
.main_page .img {
    width: 55%;
    margin-left: auto;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    transition-delay: 1.5s;
}
.loaded .main_page .img {
    opacity: 1;
    visibility: visible;
}
.main_page .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}
.main_page .cont {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1030px;
    margin: 0 auto;
    text-align: left;
    width: 60%;
}
.main_page h2 {
    display: inline-block;
    font-size: 7rem;
    letter-spacing: 0.1em;
    line-height: 1;
}
.loaded .main_page h2 {
	animation: stretchL 1s ease 0s forwards;
    animation-delay: 3.5s;
}
.main_page p {
    font-size: 1.8rem;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    transition-delay: 3.75s;
}
.loaded .main_page p {
    opacity: 1;
    visibility: visible;
}
.main_page .main_icon {
    position: absolute;
    bottom: 50px;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    transition-delay: 0.65s;
}
.loaded .main_page .main_icon {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1200px) {
    .main_page {
        height: 330px;
    }
    .main_page h2 {
        font-size: 5rem;
    }
    .main_page p {
        font-size: 1.6rem;
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .main_page {
        height: 250px;
    }
    .main_page .main_icon {
        bottom: 30px;
    }
    .main_page .main_icon {
        height: 145px;
    }
    .main_page .main_icon img {
        height: 100%;
        object-fit: cover;
        object-position: center left;
    }
}
@media screen and (max-width: 767px) {
    .main_page h2 {
        font-size: 3.5rem;
    }
    .main_page p {
        font-size: 1.2rem;
    }
    .main_page .cont {
        top: 15%;
        transform: translate(-50%, -15%);
        width: 90%;
    }
    .main_page .img {
        width: 75%;
    }
    .main_page .img img {
        object-position: center right;
    }
}


.effectphoto {
	position: relative;
    opacity: 0;
    transition: 1s opacity cubic-bezier(.40,.575,.565,1);
}
.on .effectphoto,
.on.effectphoto {
	opacity: 1;
    transition: 1.9s opacity cubic-bezier(.40,.575,.565,1);
}
.effectphoto:after, 
.effectphoto:before {
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 1;
    transition: 1.7s opacity cubic-bezier(.39,.575,.565,1),1.8s width cubic-bezier(.215,.61,.355,1);
}
.effectphoto:before {
    background-color: rgba(255,255,255,.1);
    transition-delay: .3s;
}
.on .effectphoto:after, 
.on .effectphoto:before,
.on.effectphoto:after, 
.on.effectphoto:before  {
	width: 0;
	opacity: 0;
}

/* modal */
a.modalOpen {
	display: block;
	pointer-events: none;
}
.modalWrap {
    position: relative;
}
.zoomIcon {
	display: none;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 1;
	padding: 5px;
	background: rgba(0,0,0,.35);
}
.zoomIcon img {
	display: block;
	width: 20px;
}
.modal_swipeWrap {
	position: relative;
	overflow-y: hidden;
	overflow-x: auto;
}
.modal_swipeWrap .swipeIcon {
	display: none;
	position: absolute;
	top: 45%;
	left: 30%;
	z-index: 3;
	width: 55px;
	animation: swipeAnimation 1s ease-in-out infinite alternate
}
.modal_swipeWrap .swipeIcon img {
	max-width: 100%;
	width: 100%;
}
@media screen and (max-width: 767px) {
	a.modalOpen {
		pointer-events: auto;
	}
	.zoomIcon {
		display: block;
	}
	.modal_swipeWrap .swipeIcon {
		display: block;
	}
	.modal_swipeWrap > figure > img {
		max-width: none;
		width: 800px;
	}
	.modaal-close {
		top: -40px!important;
	}
}
@keyframes swipeAnimation {
	0% {
		transform: translate(-30%, -50%)
	}
	100% {
		transform: translate(-70%, -50%)
	}
}

.head_title {
	margin: 0 0 120px;
	text-align: center;
}

.head_title .h_ttl {
	margin: 0 0 35px;
	position: relative;
}

.head_title .h_ttl .en {
	color: #b9a462;
	font-size: 2.8rem;
	letter-spacing: 0;
	display: inline-block;
	line-height: 1;
}

.head_title .h_txt {
	color: #586166;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

.head_title.dark .h_txt {
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.head_title {
		margin: 0 0 60px;
	}

	.head_title .h_ttl {
		margin: 0 0 20px;
	}

	.head_title .h_txt {
		font-size: 1.4rem;
	}
}


.isMacOS .has-green:before {
	mask: linear-gradient(to bottom, rgba(19, 48, 44, 0) 0%, rgba(19, 48, 44, 0.82) 75%, rgba(19, 48, 44, 1) 91%);
	-webkit-mask: linear-gradient(to bottom, rgba(19, 48, 44, 0) 0%, rgba(19, 48, 44, 0.82) 75%, rgba(19, 48, 44, 1) 91%);
	background: linear-gradient(to bottom, rgba(19, 48, 44, 0) 0%, rgba(19, 48, 44, 0.82) 75%, rgba(19, 48, 44, 1) 91%);
}

.has-green.noBefore::before {
	content: none;
}

.ani-btn::before {
	border-radius: 0;
	background: #fff;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	height: 100%;
	transition: width 0.6s cubic-bezier(0.32, 0.95, 0.6, 1), left 0.6s cubic-bezier(0.32, 0.95, 0.6, 1),
		background-color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 0;
}

@media only screen and (min-width: 768px) {
	.ani-btn:hover::before {
		background: #14668f;
		left: 0;
		width: 100%;
	}
}

/* ani-scale-scroll */
.ani-scale-scroll {
	position: relative;
	
}
.ani-scale-scroll .bg_ball {
	position: absolute;
	left: 0;
	right: 0;
	top: 200px;
	margin: 0 auto;
	clip-path: circle(47% at 50% 51%);
	transition: all 0.5s;
	z-index: 1;
}
.ani-scale-scroll .bg_ball img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1200px) {
	.ani-scale-scroll .bg_ball {
		clip-path: circle(47% at 50% 47%);
		top: 15%;
	}
}
@media screen and (max-width: 1000px) {
	.ani-scale-scroll .bg_ball {
		border-radius: 3000px 3000px 0 0;
		clip-path: unset;
		overflow: hidden;
	}
	.ani-scale-scroll .bg_ball {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 767px) {
	.ani-scale-scroll .bg_ball {
		top: 15%;
		bottom: 0;
	}
}

.ttl_move {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	overflow: hidden;
	margin-top: 200px;
}

.ttl_move .ttl {
	color: rgba(255, 255, 255, 0.3);
	font-size: 8rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
	animation: moving 20s linear infinite;
	max-width: none;
}

.ttl_move .ttl:nth-child(1) {
	margin-right: 20px;
}
@keyframes moving {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(calc(-100% - 20px), 0);
	}
}

@media screen and (max-width: 1200px) {
	.ttl_move .ttl {
		font-size: 6rem;
	}
}
@media screen and (max-width: 1000px) {
	.ttl_move .ttl {
		font-size: 3rem;
	}
}
@media screen and (max-width: 767px) {
	.ttl_move {
		margin-top: 150px;
	}
}

.section .block_cont {
    position: relative;
    z-index: 1;
}

.section .cards {
	width: 380px;
	height: 400px;
	position: relative;
	margin: 0 auto 75px;
	cursor: pointer;
    z-index: 1;
}

.section .cards .card {
	position: absolute;
	border-radius: 47px;
	max-width: 260px;
	overflow: hidden;
	transition: 0.35s;
}

.section .cards .card01 {
	z-index: 1;
    left: 0;
	transform: rotate(-9deg);
}

.section .cards .card02 {
    right: 0;
    transform: translateY(55px) rotate(8deg);
}

.section .cards:hover .card01 {
    transform: rotate(-18deg);
}

.section .cards:hover .card02 {
    transform: translateY(55px) rotate(16deg);
}

.section .cards .pic_cap {
	right: 20px;
	bottom: 6px;
}

.section .cards .pic_cap.left {
	right: auto;
	left: 20px;
	transform: rotate(-2deg);
    text-shadow: 0px 0px 10px #000;
}

@media screen and (max-width: 1200px) {
	.section .cards {
		width: 360px;
		height: 325px;
	}
	.section .cards .card {
		max-width: 270px;
	}
}

@media screen and (max-width: 1000px) {
	.section .cards {
		width: 280px;
		height: 250px;
		margin: 0 auto 160px;
	}
	.section .cards .card {
		max-width: 210px;
	}
}

@media screen and (max-width: 767px) {
	.section .cards {
		width: 250px;
	}
	.section .cards .card {
		max-width: 170px;
		border-radius: 25px;
	}
	.section .cards {
		margin: 0 auto 60px;
	}
}

/* head_comp */
.head_comp {
    text-align: center;
}
.head_comp .ttl_comp {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
}
.head_comp .ttl_comp .large {
    display: block;
    font-size: 153%;
    line-height: 1;
    margin-top: 10px;
}
.head_comp .sub_comp {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    margin-top: 80px;
}
.head_comp .txt_comp {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2.4;
    margin-top: 15px;
}

@media screen and (max-width: 1000px) {
    .head_comp .sub_comp {
        font-size: 2rem;
    }
    .head_comp .txt_comp {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .head_comp .ttl_comp {
        font-size: 2.6rem;
    }
    .head_comp .sub_comp {
        font-size: 1.8rem;
        margin-top: 30px;
    }
    .head_comp .txt_comp {
        letter-spacing: 0.05em;
        line-height: 2;
        text-align: left;
    }
}

.head_block_comp {
    text-align: center;
    position: relative;
}
.head_block_comp .ttl_en {
	display: inline-block;
    font-size: 6rem;
    font-weight: 500;
	line-height: 1;
    letter-spacing: 0;
}
.head_block_comp .ttl_en span {
    display: inline-block;
    padding: 0 30px;
    position: relative;
	min-width: 275px;
}
.head_block_comp .ttl_en .small {
	font-size: 33%;
	margin: 5px auto 0;
	width: 100%;
	padding: 15px 0 0;
}
.head_block_comp .ttl_en .small::after {
	background: -webkit-linear-gradient(30deg, #ffe998, #57370d 100%);
	background: rgb(255,233,152);
	background: -moz-linear-gradient(90deg, rgba(255,233,152,1) 60%, rgba(87,55,13,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,233,152,1) 60%, rgba(87,55,13,1) 100%);
	background: linear-gradient(90deg, rgba(255,233,152,1) 60%, rgba(87,55,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe998",endColorstr="#57370d",GradientType=1);
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 1px;
    width: 0;
    will-change: width;
    transition: all 0.5s;
}
.head_block_comp .ttl_en .is_dark::after {
	background: rgb(255,233,152);
	background: -moz-linear-gradient(90deg, rgba(255,233,152,1) 0%, rgba(87,55,13,1) 80%);
	background: -webkit-linear-gradient(90deg, rgba(255,233,152,1) 0%, rgba(87,55,13,1) 80%);
	background: linear-gradient(90deg, rgba(255,233,152,1) 0%, rgba(87,55,13,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe998",endColorstr="#57370d",GradientType=1);
}
.head_block_comp .ttl_en.on .small::after {
    width: 100%;
}
.head_block_comp .ttl {
    font-size: 1.8rem;
    letter-spacing: 0.14em;
    font-weight: 300;
    margin-top: 45px;
}
.head_block_comp .ttl .large {
    display: inline-block;
    font-size: 156%;
    line-height: 1;
}
.head_block_comp .txt {
    font-size: 1.4rem;
    line-height: 2.2;
    letter-spacing: 0;
    font-weight: 300;
    margin-top: 35px;
}
.head_block_comp .icon {
    position: absolute;
    bottom: -55px;
    right: calc(-1*((100vw - 1090px) / 2) - 7px);
    width: 100vw;
}

@media screen and (max-width: 1200px) {
    .head_block_comp .ttl {
        font-size: 1.6rem;
    }
    .head_block_comp .txt {
        font-size: 1.2rem;
        line-height: 2;
        margin-top: 20px;
    }
    .head_block_comp .icon {
        right: -30px;
        bottom: -25px;
    }
}

@media screen and (max-width: 1000px) {

    .head_block_comp .icon {
        height: 165px;
    }
    .head_block_comp .icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.box_infomation .TopBtn {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:5px;
	max-width: 480px;
    margin: 0 auto;
}


.color_new {
    background: #FFE998;
    background: linear-gradient(to left, #FFE998 0%, #B5943F 50%, #FFE998 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.color_new.is_dark {
    /* background: rgb(255,233,152);
    background: -moz-linear-gradient(90deg, rgba(255,233,152,1) 0%, rgba(87,55,13,1) 80%);
    background: -webkit-linear-gradient(90deg, rgba(255,233,152,1) 0%, rgba(87,55,13,1) 80%);
    background: linear-gradient(90deg, rgba(255,233,152,1) 0%, rgba(87,55,13,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe998",endColorstr="#57370d",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.color_new * {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* line gradient */
.line_gradient {
	background: #57370d;
	height: 2px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.line_gradient > span {
	background: rgb(87,55,13);
	background: -moz-linear-gradient(left, rgba(87,55,13,1) 0%, rgba(255,233,152,1) 50%, rgba(87,55,13,1) 100%);
	background: -webkit-linear-gradient(left, rgba(87,55,13,1) 0%,rgba(255,233,152,1) 50%,rgba(87,55,13,1) 100%);
	background: linear-gradient(to right, rgba(87,55,13,1) 0%,rgba(255,233,152,1) 50%,rgba(87,55,13,1) 100%);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 33.33%;
	-webkit-animation: gradient 5s infinite linear;
	-moz-animation: gradient 5s infinite linear;
	animation: gradientBg 5s infinite linear;
	text-indent: -999em;
	transform: translateX(-50%);
}
@keyframes gradientBg {
	0% {
		left: 0%;
	}
	50% {
		left: 100%;
	}
	100% {
		left: 0%;
	}
}
