@charset "UTF-8";
:root {
    --mincho: "Noto Serif JP", serif;
    --gothic: "Noto Sans JP", sans-serif;
	--main-color: #724E3B;
	--sub-color: #D1AA8F;
	--en: "adobe-handwriting-ernie", sans-serif;
}
html, button, input, select, textarea {
    font-family: var(--mincho);
}
body {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    letter-spacing: 0.1em;
    font-weight: 300;
    min-width: 350px;
    background-color: var(--main-color);
}
h1, h2, h3 {
    font-weight: 300;
}
main {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background-color: var(--main-color);
    overflow-x: hidden;
    position: relative;
    box-shadow: 0px 0px 15px -5px #333;
}
img {
    max-width: 100%;
}
section {
    margin-bottom: 50px;
}
a {
    color: inherit;
    text-decoration: none;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.ab {
    position: absolute;
}
.re {
    position: relative;
}
.wrap {
    padding: 0 40px;
}
/*フォント*/
.mincho {
    font-family: var(--mincho);
}
.gothic {
    font-family: var(--gothic);
}
.en{
    font-family: var(--en);
}
/*テキスト*/

.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.title {
    font-size: 28px;
    margin-bottom: 0.8em;
}
.text {
    font-size: 15px;
}

.icon{
	width: 50px;
    margin-bottom: 20px;
}
.big{
   font-size: 2em;
}
.mini{
   font-size: 0.7em;
}
/*背景*/

.whiteback{
	background-color: #fff;
	color: #000;
}

/*タイトル*/
.title_area{
	width: fit-content;
	margin: 50px auto 30px;
}
.title_area .en{
	font-size: 3.2em;
	transform: rotate(-5deg);
	line-height: 1.25;
}

.title_area .jp{
	font-size: 1.8em;
	letter-spacing: 0.1em;
}

/*人物アイコン*/

.people{
	height: 90px;
	z-index: 3;
}

.can_area #people1{
	top: -50px;
	left: 5%;
}
.can_area #people2{
	top: 34%;
	right: 3%;
}
.can_area #people3{
	bottom: -60px;
	left: 11%;
	height: 130px;
}
/*====スライダー====*/
/*ティッカー*/
.ticker-swiper {
    width: 100%;
    overflow: hidden;
    margin: 50px 0;
  transition-timing-function: linear !important;
}


.ticker-swiper .swiper-slide {
    width: 40%;
}
/*スライド*/
.horizontal-swiper {
    width: 90%;
    padding: 90px 0 20px;
    overflow: inherit;
}
.horizontal-swiper .swiper-slide {
    width: 80%;
    flex-shrink: 0;
    margin-right: 16px;
    background: #f9f9f9;
    border-radius: 8px;
    text-align: center;
    padding: 16px;
	color: #000;
	height: 600px;
}
.horizontal-swiper .icon {
    bottom: -30px;
    left: -20px;
    width: 100px;
    z-index: 5;
}
.horizontal-swiper .swiper-slide .re {
    top: -100px;
}
.horizontal-swiper .swiper-slide img.re {
	width: 80%;
	margin-left: 3%;
}
.horizontal-swiper .swiper-slide .sub_title {
	font-size: 23px;
	line-height: 1.5;
	margin-bottom: 0.6em;
}

.horizontal-swiper .swiper-wrapper{
	margin: 0 12%;
}
/*====fv====*/
.fv_img {
    display: block;
    width: 100%;
}
.fv_img .logo {
    width: 80%;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.img.ab {
    top: 0;
    left: 0;
}

/*====about====*/
#top_about .icon {
    width: 25%;
}

/*future*/

#top_about .future_area .icon{
    width: 50%;
	margin: 0 auto;
}

#top_about .future_area .title{
   font-size: 2.8em;
	letter-spacing: 0.2em;
}

#top_about .future_area .title .big{
   line-height: 1.2;
}

#top_about .future_area .text .big{
   font-size: 1.5em;
}




/*==できること==*/

.can_area{
	width: 100%;
	padding: 10% 0 20%;
	background-color: var(--sub-color);
}

.can_area .title_area .en{
	font-size: 3.7em;
	line-height: 0.9;
}

.can_area .back{
	width: 100%;
	bottom: 0;
}

.contents_area{
	margin-bottom: 10%;
}

.contents{
	width: 100%;
}

.contents img{
	width: 80%;
	display: block;
}

#contents2 img{
	margin: auto 0 auto auto;
}

#contents3 img{
	margin: auto auto;
}


/*====特典リスト====*/
#top_list{
	margin-top: 150px;
}

#top_list .title_area{
	color: var(--main-color);
}

.list_body{
	 padding: 0 0 80px;
}

.list_body::before{
	content:"";
	position: absolute;
	display: block;
	background-color: #fff;
	width: 140%;
	height: 150px;
	left: 50%;
	top: -50px;
	border-radius: 100%;
	transform: translateX(-50%);
	 z-index: 0;
}

.list_body .title_icon{
	position: relative;
	 z-index: 3;
}

.list_body ul{
	margin: 0 auto;
	width: 85%;
}

.list_body li{
	list-style: none;
	position: relative;
	padding: 2em 0 1.8em 2.5em;
	display: block;
	width: 100%;
	border-bottom: dashed #707070 1px;
}
.list_body li::before{
	content:"";
	position: absolute;
	width: 1.8em;
	height: 1.8em;
	background: url("../image/icon4.webp") no-repeat;
	background-size: contain;
	left: 0;
	top: 52%;
	transform: translateY(-50%);
	
	
}

/*====申し込み====*/
#top_btn{
	width: 100%;
	padding: 80px 0;
	margin-bottom: 0;
}

#top_btn .icon{
	width: 55%;
}

#top_btn .logo{
	width: 80%;
}

.btn_area{
	margin:50px auto;
}

.btn_area .btn_label{
	letter-spacing: 0.1em;
	font-size: 23px;
}

.btn_area .btn{
	display: block;
	padding: 1.5em 2em;
	width: 80%;
	background-color: #91292D;
	color: #fff;
	margin: 20px auto;
	transition: .3s;
}

.btn_area .btn:hover{
	background-color: #B24348;
}

.btn_area .btn.coming{
	pointer-events: none;
	position: relative;
}

.btn_area .btn.coming::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	z-index: 2;
	left:0;
	top:0;
}

.btn_area .btn.coming::after{
	content: "coming soon";
	width: 100%;
	height: 100%;
	color: #fff;
	position: absolute;
	z-index: 3;
	left:50%;
	top:50%;
	transform: translate(-50%,-28%) rotate(-8deg);
	font-size: 20px;
	font-weight: 500;
    font-family: var(--gothic);
}

/*====フッター====*/

footer{
	background-color: #D1AA8F;
	padding: 50px 5%;
	
}

footer .logo{
	width: 330px;
	
}

@media screen and (max-width:480px) {
    body {
        font-size: 3.7vw;
    }
    .wrap {
        padding: 0 6%;
    }
    main {
        width: 100vw;
		box-shadow: none;
    }
    section {
        margin-bottom: 20.5vw;
    }
    .title {
        font-size: 7vw;
    }
    .text {
        font-size: 3.2vw;
    }
	.horizontal-swiper .swiper-slide .sub_title {
        font-size: 6vw;
    }
	.horizontal-swiper .swiper-slide {
        height: 127vw;
    }
	.horizontal-swiper .swiper-wrapper{
	margin: 0 16%;
    }
    footer .logo{
        width: 80vw;

    }
}