@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Noto+Serif+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
body{
	background-color: #e9e3d9;
	font-family: 'Noto Sans JP',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: .1em;
}
.intro_title,.cms_title h3,.effect.effect-1,#pc_nav ul li a,#footer_nav ul li a,.fade_txt {font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";}
a{color: #141414;}
img{
	width: 100%;
	height: auto;
}
#logo a{max-width: 150px;}
header{z-index: 5;}
.youtube_box {
    position: relative;
    width: 40%;
    padding-top: 26.25%;
	margin-top: 30px;
}

.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.top #header{opacity: 0;}
.top #header.header_trans{
	opacity: 1;
	background-color: rgba(255,255,255,0.7);
}
#main_img:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
}
.check_icon{
	
    display: inline-block;
    vertical-align: text-bottom;
    padding-right: 10px;
}
.check_icon img{width: 40px;}
#sticker {
    right: 0px;
    bottom: 100px;
    z-index: 99;
    width: 70px;
}
.catch {
    z-index: 2;
    letter-spacing: 2px;
    line-height: 2;
	max-width: 600px;
	width: 90%;
	 font-family: 'Shippori Mincho',"游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","メイリオ",Meiryo,serif;
	color: #fff;
}
.catch span{
	text-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	font-size: 2rem;
}
.ftr_contact a:hover span{
	color: #fff;
}
.tb_btn{
    left: 0;
    right: auto;
    bottom: 25px;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: 0.3s;
    z-index: 8;
}
.tb_btn a{
width: 240px;
    height: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    border-radius: 45px;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
    background-color: #a28054;
    color: #fff;
    color: #fff;
}
.tb_btn span{
vertical-align: middle;
    text-align: center;
}
.tb_btn.hide{
opacity: 0;
bottom: -20px;
}
#pc_nav ul li a{
	background-image: url(../img/icon01.png);
    background-repeat: no-repeat;
    background-position: center top 20px;
}
#pc_nav ul li:nth-of-type(2) a{background-image: url(../img/icon02.png);}
#pc_nav ul li:nth-of-type(3) a{background-image: url(../img/icon03.png);}
#pc_nav ul li:nth-of-type(4) a{background-image: url(../img/icon04.png);}
#pc_nav ul li:nth-of-type(5) a{background-image: url(../img/icon05.png);}
/*------------------------
loading
--------------------*/

#loading {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: #FFF;
    align-items: center;
    justify-content: center;
}
#loading .filter {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 400px;
    width: 50vw;
    height: 100vh;
    background-color: #fff;
    filter: blur(20px);
    transform: translateY(-50%) translateX(-50%);
    animation-name: slide;
    animation-duration: 6s;
    animation-fill-mode: forwards;
	opacity: 0;
}
#loading .filter.fadeout {
    left: 50%;
    opacity: 1 !important;
    animation-name: fadeout;
    animation-duration: 4s;
    animation-fill-mode: forwards;
}
@keyframes fadeout{
	0% {
    position: absolute;
    left: 30%;
    opacity: 0;
}

100% {
    left: 50%;
    opacity: 1;
}
}
@font-face {
font-family: "Holland";
  src: url("../img/Holland.ttf") format("ttf"),url("../img/Holland.woff") format("woff");
}
.font1{font-family: "Holland","sans-serif";}
/*--------------------------------
button
----------------------*/
.catch .button-effect{
	text-align: left;
}
.button-effect{
	text-align: center;
	font-weight: normal;
}
.effect.effect-1{
	transition:  all 0.3s;
	text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.effect.effect-1:before {
	content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    position: absolute;
    display: flex;
    align-items: center;
    opacity: 1;
   	top: 50%;
	right: -20px;
    transform: translateY(-50%);
    justify-content: center;
    width: 50px;
    height: 50px;
    border: solid 1px #333;
    border-radius: 50%;
    text-indent: inherit;
}
#top_info .button-effect a.effect.effect-1:before{
	top: 50%;
    right: 50%;
    transform: translate(50%,50%);
	transition: 0.5s;
}
/*.effect.effect-1:hover {
    padding-right: 50px;
    text-indent: inherit;
}*/
#top_info .button-effect a.effect.effect-1:hover:before{right: 47%;}
#top_info .button-effect{
	text-align: left;
    margin-left: 0px;
    padding: 0 10px;
}
#top_info .button-effect a{text-align: left;}
/*-------------------
modal
---------------*/
.modal_bt{cursor: pointer;}
.modal_bg {
    top: 0;
    left: 0;
    background-color: rgba(106,106,106,0.8);
    z-index: 9;
    padding-top: 100px;
    overflow-y: auto;
}
.modal_box {
    z-index: 10;
    border-radius: 20px;
}
.modal_box .close {
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/*------------------------
アニメーション
---------------------------*/
.fadeup {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 1.5s ease,opacity 1.5s ease;
}
.fadeup.scrollin_up {
    opacity: 1;
    transform: translateY(0);
}
.fadein {
    opacity: 0;
    transition: transform 3s ease,opacity 3s ease;
}
.fadein.scrollin {
    opacity: 0.4;

}
.delay-time02 {
    transition-delay: 0.2s;
}
.delay-time04 {
    transition-delay: 0.4s;
}
.delay-time06 {
    transition-delay: 0.6s;
}
.delay-time08 {
    transition-delay: 0.8s;
}
.delay-time10 {
    transition-delay: 1s;
}
/*-------------------------
contents
----------------------------*/
#intro .intro_txt{line-height: 2.5;}
#intro span.bg_white{
	top: 0;
	opacity: 0.95;
}
#intro_wrap{
	max-width: 1400px;
	margin: 0 auto;
}
#intro_wrap .num{transform: rotate(-5deg);}
#intro .item{
background-image: url(../img/item01.png);
    background-size: contain;
    max-width: 130px;
    width: 50%;
    height: 130px;
    top: 50%;
    left: 10px;
    background-repeat: no-repeat;
	transform: rotate(-45deg);

}
#intro .item.item02{
	background-image: url(../img/item02.png);
	left: inherit;
	right: 0;
	top: inherit;
	bottom: 0;
	transform: none;
	
}
#contents1::before,#top_cms4:before,#top_cms3:before,#top_cms2:before,#top_cms1:before,#youtube:before{
    content: "";
    display: block;
    position: absolute;
    top: -80px;
    left: 0;
    background-image: url(../img/con_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}
#top_cms4:before,#top_cms2:before,#youtube:before{background-image: url(../img/con_bg2.png);}
#contents1_wrap ul li{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#contents1 .con_img{
	border-radius: 40% 60% 47% 53% / 50% 43% 57% 50%;
	overflow: hidden;
}
#contents1 .con_img::before,#contents1 .con_img::after,#contents2 .con_img:before,#contents3 .con_img:before{
		content: "";
	display: block;
	position: absolute;
}
#contents1 .con_img::before,#contents1 .con_img::after{
	top: 0;
	left: 0;
	background-image: url("../img/con1_item.png");
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 126px;
	height: 180px;
	width: 20%;
}
#contents1 .con_img::after{
	background-image: url("../img/con1_item2.png");
	top: inherit;
	left: inherit;
	bottom: 0;
	right: 0;
	background-position: bottom;
}
#contents2 .con_img:before{
	top: -50px;
	left: 0;
	background-image: url("../img/copy1.png");
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 668px;
	height: 254px;
	width: 80%;
}
#contents3 .con_img:before{
	bottom: 0;
	right: 0;
	background-image: url("../img/copy2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	max-width: 474px;
	height: 219px;
	width: 80%;
}
#contents4 span.bg_color1{top: 0;}
.dec1{
	    top: -150px;
    left: 0;
    max-width: 150px;
    width: 15%;
}
#top_cms1 .dec1{
	 left: 30px;
    max-width: 70px;
    transform: rotate(
-45deg);
}
.dec2{
	    bottom: -150px;
    right: 0;
    max-width: 150px;
    width: 15%;
	z-index: 1;
}
#top_cms1 .dec2{
	max-width: 120px;
	right: 20px;
}
.ftr_contact div{
	background-image: url("../img/arrow.png");
	background-position: center right;
	background-repeat: no-repeat;
}
.ftr_contact a:hover div{background-image: url("../img/arrow_white.png");}
/*----------------------------
cms
---------------------------*/
.cms_title{position: relative;}
.cms_title{
    background-image: url(../img/title_img.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
}
.cms_2-a .swiper-button-next {
    right: 10px;
}
#top_cms4 .box_wrap{
	max-width: 800px!important;
    margin: 0 auto;
}
#top_cms4 h3.box_title{margin-left: -50px;}
#top_cms4 .con_photo::before, #top_cms4 .con_photo::after {
    position: absolute;
    content: "";
    background-color: #a28054;
}
#top_cms4 .con_photo::before{
	height: 100%;
	width: 1px;
	top: 0;
	left: -20px;
}
#top_cms4 .con_photo::after{
	border-radius: 50%;
	width: 8px;
	height: 8px;
	top: 0;
	left: -23px;
}

/*IE*/
@media all and (-ms-high-contrast: none){
	#contents2 span.bg_color1{
		right: 0;
		top: 0;
	}
	#contents3 span.bg_color2{
		left: 0;
		top: 0;
	}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
		.youtube_box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
	#main_img{height: 56vw!important;}
	#main_img .video{
		width: 100%!important;
		height: auto!important;
	}
	#contents2_wrap span,#contents3_wrap span{background-color: transparent;}
	#contents2_wrap .con_img,#contents3_wrap .con_img{margin-top: -50px;}
	.dec1{top: -100px;}
	.dec2{bottom: -100px;}
	#intro .fadeup{
		    opacity: 1;
    transform: translateY(0);
	}
	.ftr_contact a span{width: 100%;}
	#contents1 .con_txt2{
		max-width: 600px;
    margin: 30px auto 0;
	}
	#contents1 .con_txt2:last-of-type{margin-top: 0;}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

	#loading img{max-width: 100px;}
	#logo a{max-width: 100px;}
	.dec1{top: -50px;}
	.dec2{bottom: -50px;}
	.ftr_contact div{background-position: bottom right;}
	.catch .button-effect {
    text-align: center;
}
	.check_icon img{width: 30px!important;}
	#top_cms4 h3.box_title {
    margin-left: -20px;
}
	#top_cms4 .con_photo::before{height: 180%;}
	#contents1::before, #top_cms4:before, #top_cms3:before, #top_cms2:before, #top_cms1:before, #youtube:before{
		background-size: contain;
		top: -20px;
	}
	.catch span{
	font-size: 20px;
}
	.intro_title span:first-of-type{padding-right: 80px;}
	.intro_title span:last-of-type{padding-left: 50px;}
	#top_cms3 .txt_wrap{max-width: 250px!important;}
	#contents1 .con_txt2{
		max-width: 290px;
    margin: 30px auto 0;
	}
	#contents1 .con_txt2:last-of-type{margin-top: 0;}
	#top_info .button-effect{margin-bottom: 20px;}
}