@charset "UTF-8";
/* CSS Document */

/*-----------------header-----------------*/

	
@media (min-width: 1110px) {
	#header{
		position:fixed;
		width: calc(100% - 60px);
		height: 74px;
		top: 30px;
		left: 30px;
		z-index: 4;
		background-color: #fff;
		border-radius: 37px;
		transition: .3s;
		box-shadow: 6px 10px 5px -8px rgba(0, 0, 0, 0.3) ;
		display: flex;
		justify-content: space-between;
	}
	.headermini{
		width: 100%!important;
		top: 0!important;
		left: 0!important;
		height: 50px!important;
		border-radius: 0 0 25px 25px!important;
		transition: .3s;
		position: relative;
	}
}
@media (max-width: 1109px) {
	#header{
		width: calc(100% - 20px);
		position:fixed;
		top: 0;
		left: 10px;
		z-index: 4;
		background-color: #fff;
		height: 50px;
		border-radius: 0 0 25px 25px;
		transition: .3s;
		box-shadow: 6px 10px 5px -8px rgba(0, 0, 0, 0.3) ;
	}
}
#head_logo{
	max-width: 245px;
	height: 100%;
    position:absolute;
	padding: 10px 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	box-sizing: border-box;
	z-index: 2
}
#head_logo > a{
    height: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
#head_logo > a > img{
    width:auto;
    height: 100%;
}

@media (min-width: 1110px) {
    .head_info{
		height: 100%;
		display: flex;
		flex-wrap: nowrap;
   		align-items: center;
    }
	.head_info ul {
		height: 100%;
		list-style: none;
	}
	.head_info > li {
		height: 100%;
		font-weight: 700;
		padding: 0 20px;
	}
	.head_info > li:last-child {
		height: 100%;
		font-weight: 700;
		padding: 0 40px 0 20px;
	}
}
@media (max-width: 1109px) {
    .head_info{
		height: 100%;
		display: block;
    }
}
@media (min-width: 1110px) {
	.head_info a {
		height: 100%;
		text-align: center;
		transition: all .3s ease;
		display: flex;
		align-items: center;
		border-bottom-right-radius: 37px;
		border-top-right-radius: 37px;
	}
	.head_info a:hover {
		color: #5CA0DA;
	}
	.header_menu_mini{
		border-radius: 0 0 25px 0!important;
		transition: .3s;
		position: relative;
	}
}
@media (max-width: 1109px) {
	.head_info a {
	  display: block;
	}
}
@media (min-width: 1110px) {
    .menu{
        display: none;
    }
}
@media (max-width: 1109px) {
	.menu{
		width: 40px;
		height: 24px;
		position: absolute;
		right: 14px;
		top: 13px;
		z-index: 99;
		cursor: pointer;
		text-align: center;
	}
}
.head_info p{
    padding-top: 10px;
    font-size:11px;
}
/*menu*/
.menu__line{
    width: 40px;
    height: 4px;
    background: #000;
    display: block;
    position: absolute;
    transition:transform .3s;
	box-sizing: border-box;
}
.menu__line.active{
    width: 40px;
    height: 4px;
    display: block;
    position: absolute;
    transition:transform .3s;
	box-sizing: border-box;
}
.menu__line--top:nth-of-type(1) {
	top: 0px;
	right: 0px;
}
.menu__line--bottom:nth-of-type(2) {
	bottom: 0;
	right: 0;
}

.menu__line--top:nth-of-type(1) {
  animation: menu-bar01 .5s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu__line--bottom:nth-of-type(2) {
  animation: menu-bar02 .5s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu__line--top.active:nth-of-type(1) {
  animation: active-menu-bar01 .5s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
.menu__line--bottom.active:nth-of-type(2) {
  animation: active-menu-bar03 .5s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}


@media (min-width: 1110px) {
    /*gnav*/
    .gnav{
        display: block!important;
    }
    .gnav__wrap{
        align-items:center;
        display: flex;
        justify-content: center;
    }
    .gnav__menu__item{
    }
    .gnav__menu{
		width:100%;
        position:absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items:center;
        justify-content: flex-end;
    }
}
@media (max-width: 1109px) {
    /*gnav*/
    .gnav{
        background-color: #fff;
        display: none;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 98;
    }
    .gnav__wrap{
        width: 100%;
        height: 100%;
        position: relative;
		overflow-y: scroll;
    }
    .gnav__menu__item{
        position: relative;
        margin-bottom: 20px;
		border-bottom: solid 1px #5CA0DA;
    }
    .gnav__menu__item > a{
        font-size: 2rem;
        font-weight: bold;
        padding: 20px 0;
        text-decoration: none;
        transition: .5s;
    }
    .gnav__menu{
		max-width: 500px;
		margin: 0 auto;
		padding: 70px 30px 100px 30px;
        position: relative;
    }
}
/*----------------------mega menu--------------------------*/
.megalink{
	display:block;
}
@media (min-width: 1110px) {
	.megalink > a{
		position: relative;
	}
	.megalink > a::after{
		content: '';
		background: #000;
		height: calc(tan(60deg) * 8px / 2);
		width: 8px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		margin-left: 5px;
	}
	.megamenu_ctt_mini{
		top: 50px!important;
	}
	.megamenu_ctt{
		width: calc(100% - 74px);
		max-width: 1110px;
		padding: 15px;
		position: absolute;
		top: 74px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		color: #000;
  		visibility: hidden; /* 下層メニューを非表示 */
		transition: all 0.2s ease;	
		opacity: 0;
		box-sizing: border-box;
		border-bottom-left-radius: 37px;
		border-bottom-right-radius: 37px;
		box-shadow: 6px 10px 5px -8px rgba(0, 0, 0, 0.3);
	}
    .megamenu_ctt_inner{
        max-width: 1110px;
        margin:0 auto;
        position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
        
    }
	.megamenu_ctt_inner > .megamenu{
		width:calc(100% - 230px);
		padding: 15px;
		box-sizing: border-box;
		border-left: solid 2px #fff;
	}
	.megalink:hover .megamenu_ctt { /* 下層メニューのスタイル（親項目ホバー時） */
  		visibility: visible; /* 下層メニューを表示 */
		transition: all 0.2s ease;	
		opacity: 1;
	}
    .megamenu_ctt_inner > .title{
        width: 230px;
        padding: 15px;
		box-sizing: border-box;
		text-align: center;
    }
    .megamenu_ctt_inner > .title > h2{
        display:block;
        font-weight: 700;
        font-size: 2.2rem;
    }
    .megamenu_ctt_inner > .title > a{
        border: solid 1px #fff;
        border-radius: 13px;
        color: #fff;
        margin-top: 10px;
        transition: all 0.5s ease;
        font-size: 1.4rem;
        padding: 2px 7px;
    }
}
@media (max-width: 1109px) {
	.megamenu_ctt{
		width:100%;
		position: relative;
	}
	.megamenu_ctt_inner{
		width:100%;
		position: relative;
		color: #fff;
		display: block;
	}
	.megamenu_ctt_inner > .megamenu{
		width:100%;
		padding: 15px 0;
	}
	.megalink:hover .megamenu_ctt { /* 下層メニューのスタイル（親項目ホバー時） */
		display: block;
	}
    .megamenu_ctt_inner > .title{
        width: 100%;
    }
    .megamenu_ctt_inner > .title > h2{
        display: none;
    }
    .megamenu_ctt_inner > .title > a{
        border: solid 1px #fff;
        border-radius: 13px;
        color: #fff;
        margin-top: 15px;
        font-size: 1.4rem;
        padding: 2px 7px;
        display: block;
        text-align: center;
    }
}

@media (min-width: 1110px) {
	.megamenu > ul{
		width: 100%;
		list-style:none;
		font-weight: 700;
		display: flex;
		flex-wrap: wrap;
	}
    .megamenu > ul > li{
        width: calc(33.333% - 40px);
        padding-bottom: 20px;
        margin: 20px;
        border-bottom:dotted 1px #707070;
		box-sizing: border-box;
		position: relative;
    }
}
@media (max-width: 1109px) {
	.megamenu > ul{
		font-weight: 700;
		box-sizing: border-box;
		padding-left: 20px;
	}
    .megamenu > ul > li{
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
		position: relative;
    }
}
@media (min-width: 1110px) {
	.megamenu > ul > li > a::after{
		content:'';
		width: 10px;
		height: 10px;
		position: absolute;
		top: 10px;
		right: 0;
		transition: all 0.5s ease;
		border-radius: 5px;
		border:solid 1px #5CA0DA;
		box-sizing: border-box;
	}
	.megamenu > ul > li > a:hover::after{
		background-color: #5CA0DA;
	}
}
.megamenu > ul > li > a{
	transition: all 0.5s ease;
	font-weight: 700;
}

.megamenu > ul > li > a > span{
	font-size:1.4rem;
	font-weight: normal;
}
@media (min-width: 1110px) {
    .megamenu > ul > li > ul{
        padding-left: 20px;
        font-size: 1.6rem;
        list-style: disc;
    }
    .megamenu > ul > li > ul > li{
        padding-top: 20px;
        list-style: disc;
    }
    .megamenu > ul > li > ul > li > a{
        transition: all 0.5s ease;
    }
    .megamenu > ul > li > ul > li > a:hover{
        opacity: 0.7;
    }
}
@media (max-width: 1109px) {
    .megamenu > ul > li > ul{
        padding-left: 0;
        font-size: 1.6rem;
        list-style: disc;
    }
    .megamenu > ul > li > ul > li{
        padding-top: 20px;
        list-style: none;
    }
    .megamenu > ul > li > ul > li::before{
        content: ' - ';
    }
    .megamenu > ul > li > ul > li::after{
        content: ' - ';
    }
    .megamenu > ul > li > ul > li > a{
    }
    .megamenu > ul > li > ul > li > a:hover{
    }
}
/*-----------------topimg-----------------*/
@media (min-width: 769px) {
    .top_ctt{
        width: 100%;
        height: 95vh;
		min-height: 680px;
        position: relative;
		background-color: #f4d847;
    }
    .top_img{
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    .top_ctt_on{
		width: 590px;
        overflow: hidden;
        position: absolute;
        top: calc(50% + 50px);
        right: 50px;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        transform: translateY(-50%);
    }
	.top_ctt_on_caution{
		font-size:0.8rem;
		position: absolute;
		top: -35px;
		right: -5px;
		letter-spacing: 0;
	}
    .top_ctt_on_coll{
        width:400px!important;
        position: relative;
        box-sizing: border-box;
        padding: 0;
		order: 1;
    }
    .top_ctt_on_coll > h2{
        box-sizing: border-box;
        font-size: 4.9rem!important;
        font-weight: bold;
		font-family: inter;
        line-height: 1.5em;
		letter-spacing: 5px;
    }
    .top_ctt_on > p{
        font-size: 1.9rem;
		font-weight:700;
        margin-bottom: 20px;
        display: inline-block;
		padding-top: 10px;
		white-space: normal;
		line-height: 1.2em;
		order: 3;
    }
	.top_ctt_on_price{
		position: relative;
		order: 2;
	}
	.top_ctt_on_icon{
		order: 4;
	}
	.top_ctt_on_icon > img{
		max-width:450px;
		padding-top:20px;
		width: 100%;
		height: auto;
	}
}
@media (max-width: 768px) {
    .top_ctt{
        width: 100%;
        height: 770px;
        background-size: cover;
        position: relative;
		background-color: #f4d847;
		overflow: hidden;
    }
    .top_img{
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        text-align: center;
    }
    .top_ctt_on{
		width: calc(100% - 30px);
		height: 100%;
        position: absolute;
        top: 90px;
        left: 15px;
        z-index: 1;
    }
	.top_ctt_on_caution{
		font-size:0.8rem!important;
		position: absolute;
		top: -20px;
		right: -5px;
		letter-spacing: 0;
	}
    .top_ctt_on_coll{
        position: relative;
    }
    .top_ctt_on_coll > h2{
        box-sizing: border-box;
        font-size: 4rem!important;
        font-weight: bold;
        line-height: 1.5em;
		letter-spacing: 5px;
		font-family: inter;
    }
    .top_ctt_on > p{
		width: 36%;
        font-size: 1.3rem;
		font-weight:700;
		padding: 10px 0;
        display: inline-block;
		white-space: normal;
		font-family: inter;
    }
	.top_ctt_on_price{
		width: 100%;
		position: relative;
		order: 3;
	}
	.top_ctt_on_price img{
		width:50%;
		max-width: 250px;
	}
	.top_ctt_on_icon{
		width: calc(100% - 30px);
		max-width: 400px;
		padding: 10px 15px 0 15px;
		order: 4;
		position: absolute;
		bottom: 100px;
		left: 0;
	}
	.top_ctt_on_icon > img{
		width: 100%;
		height: auto;
	}
}

@media (min-width: 769px) {
	.mvpc{
		display:block;
		width: 100%;
		height: 100%;
	}
	.mvpc img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.mvsp{
		display:none;
	}
}
@media (max-width: 768px) {
	.mvpc{
		display:none;
	}
	.mvsp{
		width: 100%;
		height: 100%;
		display:block;
	}
	.mvsp img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media (min-width: 769px) {
	.ictt_about_slide_ctt{
		width: 100%;
		height: 134px;
		overflow: hidden;
		flex-wrap: nowrap;
	}
	.ictt_about_slide {
		--var: -1275px;
		height: 134px;
		-webkit-animation: loopSlide 40s linear 0s infinite;
		animation: loopSlide 40s linear 0s infinite;
		display: flex;
	}
	.ictt_about_slide ul {
		display: flex;
		width: 1275px;
		height: 100%;
	}
	.ictt_about_slide li {
		position: relative;
		display: inline-block!important;
		list-style-type: none;
		width: 255px;
		overflow: hidden;
	}
	.ictt_about_slide li > img{
		width:100%;
		height: 100%;
		object-fit: cover;
	}
}
@media (max-width: 768px) {
	.ictt_about_slide_ctt{
		width: 100%;
		height: 74px;
		overflow: hidden;
		flex-wrap: nowrap;
	}
	.ictt_about_slide {
		--var: -705px;
		height: 74px;
		-webkit-animation: loopSlide 40s linear 0s infinite;
		animation: loopSlide 40s linear 0s infinite;
		display: flex;
	}
	.ictt_about_slide ul {
		display: flex;
		width: 705px;
		height: 100%;
	}
	.ictt_about_slide li {
		position: relative;
		display: inline-block!important;
		list-style-type: none;
		width: 141px;
		overflow: hidden;
	}
	.ictt_about_slide li > img{
		width:100%;
		height: 100%;
		object-fit: cover;
	}
}
@keyframes loopSlide {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-1275px, 0, 0);
    }
}
/**************スクロールダウンイベント****************/

@media (min-width: 960px) {
	#top_s_down {
		display: inline-block;
		color: #014099;
		font-size: 1.4rem;
		font-family: 'Josefin Sans', sans-serif;
		line-height: 1;
		letter-spacing: .1em;
		text-transform: uppercase;
		text-decoration: none;
		position: absolute;
		top: 0;
		right: -34px;
	}
    #top_s_down::before {
        width: 110px;
        content: 'ABOUT US';
        position: absolute;
		top: 50px;
    	right: -55px;
		color: #014099;
		z-index: 1;
		transform: rotate(90deg);
    }
    #top_s_down::after {
        content: '';
        position: absolute;
        top: 100px;
        right:0;
        width: 1px;
        height: 150px;
        background: #014099;
    }
}
@media (max-width: 959px) {
	#top_s_down {
		display: inline-block;
		color: #fff;
		font-size: 1.4rem;
		font-family: 'Josefin Sans', sans-serif;
		line-height: 1;
		letter-spacing: .1em;
		text-transform: uppercase;
		text-decoration: none;
		position: absolute;
		top: 0;
		right: 0;
	}
	#top_s_down::before {
        width: 110px;
        content: 'ABOUT US';
        position: absolute;
		top: 82px;
		right: -19px;
		color: #fff;
		z-index: 1;
		transform: rotate(90deg);
    }
    #top_s_down::after {
        content: '';
        position: absolute;
		top: 132px;
		right: 36px;
        width: 1px;
        height: 150px;
        background: #fff;
    }
}
#top_s_down::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/*---------オープンニング----------*/

.containerr {
	width: 100%;
	position: relative;
	overflow-x: hidden!important;
}
.opening {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5!important;
	position: fixed;
	transition: all 0.5s ease-in-out;
}
.openingall{
	width: calc(100% + 60px)!important;
	height: 100%;
	top: 0;
	left: -60px;
	position: absolute;
	background-color: #fff;
	z-index: -2;
} 
.opening--out {
	left: calc(100% + 60px);
}
.opening-logo {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin: auto;
	opacity: 0;
	transition: opacity 0.5s;
	text-align: center;
	z-index: -1;
}
.opening-logo--visible {
	opacity: 1;
}
.opening-logo--none{
	display: none!important;
}
.opening-logo_text {
	stroke-width: 1;
	fill-rule: evenodd;
	stroke: #000;
	stroke-dasharray: 80;
	opacity: 0;
	transition: opacity 0.5s, fill 0.5s, stroke-dashoffset 2s;
	stroke-dashoffset: 80;
}
.opening-logo_text.opening-logo_text--visible {
	fill: #000;
	opacity: 1;
}
.opening-logo_text.opening-logo_text--stroke {
	fill: transparent;
	stroke-dashoffset: 0;
}
.opening-logo_text.opening-logo_text--filled {
	stroke: transparent;
	fill: #000;
	transition: all 1s;
}
.anim_item {
	display: none;
}
.flowing {
	width: 0;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	animation: flowing-anim 0.2s forwards linear;
}
@keyframes flowing-anim {
 0%{

	 width: 0%;
   }
100%{
	 width: 100%;
   }
}
.txt_caution{
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2em; /* 28px */
	padding: 20px;
}