@charset "utf-8";
/* CSS Document */
.red{
	color: red;
}
.top{
	background: url(../img/header.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 50% 0 0;
}
.application{
	width: 100%;
	background: #F9F6F4;
	padding: 50px 0;
	border-bottom: solid 2px #333; 
}
.application .text p{
	font-size: 18px;
}
.application .text p a{
	display: initial;
	color: blue;
    border-bottom: solid 1px blue;
}
.application .text p span{
	color: red;
}
.application .text p:nth-of-type(1){
	font-size: 24px;
	margin: 0 0 10px;	
	font-weight: bold;
}
.application .btn {
	position: absolute;
	top: -80px;
	right: 10px;
}
.application .btn a{
	background: #BDA679;
	border:  solid 2px #BDA679; 
	width: 200px;
	height: 200px;
	color: #fff;
	text-align: center;
    padding: 47px 0;
    border-radius: 50%;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.2));
}
.application .btn a:hover{
	opacity: 0.8;
}
.application .btn a .jp{
	font-weight: bold;
}
.application .btn a .en{
	font-size: 24px;
	font-family: 'Kiwi Maru', serif;
}
.arrow{
    position: relative;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.application .ba01::before{
    left: -15px;
    width: 40px;
    height: 2px;
    background: #fff;
}
.application .ba01::after{
    left: 8px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.eplanation{
	max-width: 260px;
	  margin: auto;
}
.eplanation a{
	
}
.btn,
a.btn,
button.btn {
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  font-weight: bold;

}
a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #BDA679;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/*--- book ---------------------------------------*/

.book{
	width: 100%;
	background: #F9F6F4;
	padding: 100px 0;
}
.book .block{
	max-width: 1100px;
}
.book .img{
	width: 40%;
}
.book .img img{
	width: 80%;
	margin: auto;
}
.book .text{
	width: 55%;	
}
.book .text h2{
	border-bottom: solid 1px #333;
	padding: 0 0 10px;
}
.book .text p{
	line-height: 32px;
	margin: 20px 0 0;
}
.book .text p.price{
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 20px;
	margin: 50px 0 0;
}
.book h3{
	text-align: center;
	margin: 60px 0 0;
	font-size: 24px;
}
/*--- benefits ---------------------------------------*/
.benefits{
	margin: 100px 0;
}
.benefits hr{
	margin: 50px 0;
}
.benefits .bg{
	width: 120px;
	margin:0 auto 10px;;
	background: 
	color: 
}
.benefits .text p{
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
}
.benefits .text p span{
	color: red;
	font-size: 120%;
}
.benefits .list{
	margin: 30px auto 0;
	width: 100%;
	max-width: 700px;
	padding: 0 10px
}
.benefits .list dl{
	font-size: 16px;
}
.benefits .list dt{
	font-weight: bold;
	border-bottom: solid 1px #333;
	padding: 0 5px 5px;
	line-height: 32px;
	margin: 10px 0 0;
	text-align: center;
	font-size: 18px;
}
.benefits .list dd{
	margin: 10px 0;
	font-weight: bold;
}

.benefits  .img{
	width: 80%;
                   margin: 0 auto;
}

.benefits.bg{
	width: 100%;
	background: #F9F6F4;
	padding: 100px 0;	
    margin: 100px 0 0;
}
.step.bg{
	background: none;

}
.step{
	width: 100%;
	background: #F9F6F4;
	padding: 100px 0;		
}
.step h2{
	text-align: center;
	margin: 0 0 50px;
}
.step p{
	margin: 20px 0 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
.step dl{
	margin: 50px auto 0;
	max-width: 500px;
}
.step dt{
	border-bottom: 1px solid #333;
	padding: 0 0 5px;
	margin: 0 0 10px;
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 18px;
}

.step  img{
	width: 50%;
                margin: auto;

}
/*--- content ---------------------------------------*/
.content{
	width: 100%;
	margin: 100px 0 0;
}
.content .title{
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}
.content .profile{
	max-width: 900px;
	margin: 50px auto 0; 
}
.content .profile .img{
	width: 30%;
	margin: auto;
}
.content .profile .img p{
	margin: 20px 0 30px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.content .profile .text{
	width: 100%;
	line-height: 32px;
}
.content .passport{
	margin: 50px 0 0;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.content .passport span{
	background: linear-gradient(transparent 60%, #BDA679 0%);
}
.content .box{
	max-width: 900px;
    margin: 50px auto 0;
    border: solid 2px #333;
    padding: 20px 30px 30px;
}
.content .box li{
	width: 30%;
    margin: 14px 0 0 20px;
    list-style: disc;
}

.content .prologue{

}
.content .prologue h2{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0 0;
}
.content .prologue h2:nth-of-type(2){
	margin: 10px 0 0;
}
.content .prologue p{
	width: 100%;
	max-width: 900px;
	margin: 30px auto 0;
	padding: 0 10px;
}

.content  .img{
	width: 40%;
    margin: 0 auto;
}
.content  .img02{
	width: 80%;
    margin: 0 auto;
}


/*--- common ---------------------------------------*/
.co-btn{
	padding: 0 10px;
}
.ra {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
.ra .co-btn.c-w{
	width: 50%;
}
.co-btn a{
	width: 100%;
	max-width: 460px;
	margin: 50px auto 0;
	background: #BDA679;
	border: solid 2px #BDA679;
	padding: 14px 0;
	color: #fff;
	text-align: center;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.2));
}
.co-btn a:hover{
	background: #fff;
	color: #BDA679;
}
.co-btn .arrow{
	margin: 0 0 0 25px; 
}
.co-btn .arrow::before,
.co-btn .arrow::after{
    top: 5px;
}
.co-btn .ba01::before{
    left: -15px;
    width: 25px;
    height: 2px;
    background: #fff;
}
.co-btn .ba01::after{
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.co-btn a:hover .ba01::before{
    background: #BDA679;
}
.co-btn a:hover .ba01::after{
    border-top: 2px solid #BDA679;
    border-right: 2px solid #BDA679;	
}
.privacy{
	width: 100%;
	max-width: 400px;
	margin: 30px auto 0;
	text-align: center;
	font-size: 18px;
	text-align: center;
    text-decoration: revert;
}
.privacy:hover{
    text-decoration: none;	
    color: #0000ff;
}

.triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 100px;
	border-color: #BDA679 transparent transparent transparent;
	margin: 50px auto 0;
}
.amazon{
	margin: 50px 0 0;
	text-align: center;
}
.amazon .co-btn a{
	margin: 20px auto 0;
}


.shop{
	width: 100%;
    background: #F9F6F4;
    padding: 100px 0;
    margin: 100px 0 0;
}
.shop p{
	text-align: center;
}
.shop ul{
	margin: 50px 0 0;
}
.shop li {
	width: 48%;
	margin: 10px 0 0;
}
.shop .img{
	width: 55%;
                   margin: 0 auto;
}


.f24{
	font-size: 24px;
}

footer{
	width: 100%;
	background: #D1D1D1;
	padding: 60px 0 0;
}
footer .access{
	width: 25%;
}
footer .access .img{
	width: 160px;
	margin: 0 0 10px;
}
footer .access p{
	margin: 10px 0 0;
}
footer .nav{
	/*width: 70%;*/
}
footer .nav a{
	margin: 0 0 0 30px;
}
footer .nav a:hover{
	color: #0000ff;
}
footer p.copy{
	width: 100%;
	padding: 60px 0 10px;
	text-align: center;
	font-size: 14px;
}
@media screen and (max-width:900px){
	.top {
	padding: 50% 0 0;
	}
	.application {
	    padding: 20px 0;
	}
	.application .text{
		text-align: center;
	}
	.application .text p {
		font-size: 16px;
		line-height: 32px;
	}
	.application .text p:nth-of-type(1) {
		font-size: 20px;
	}	
	.application .btn {
	    position: inherit;
	    top: 0px;
	    right: 0;
	    margin: 20px 0 0;
	    width: 100%;
	}
	.application .btn a{
		width: 100%;
		height: auto;
		padding: 8px 0 10px;
		border-radius: 100px;
		display: flex;
		justify-content: center;
	}
	.application .btn a:hover{
		background: #fff;
		color: #BDA679;
	}
	.application .btn a:hover .ba01::before{
	    background: #BDA679;
	}
	.application .btn a:hover .ba01::after{
	    border-top: 2px solid #BDA679;
	    border-right: 2px solid #BDA679;	
	}	
	.application .arrow {
		margin: 0 0 0 25px;
	}
	.application .arrow::before,
	.application .arrow::after{
	    top: 0;
	}
	.application .ba01::before{
		left: -15px;
		width: 25px;
		height: 2px;
		background: #fff;
	}
	.application .ba01::after{
	    left: 0px;
	    width: 8px;
	    height: 8px;
	}
	.application .btn a .en {
		font-size: 20px;
	}
/*--- book ---------------------------------------*/
	.book {
		padding: 50px 0;
	}
	.book .img{
		width: 100%;
	}
	.book .img img{
		width: 50%;
		margin: auto;
	}
	.book .text{
		width: 100%;
		margin: 50px 0 0;	
	}
	.book .text h2{
		font-size: 20px;
	}

/*--- benefits ---------------------------------------*/
	.benefits{
		margin: 50px 0;
	}
	.benefits .text p{
		font-size: 20px;	
		line-height: 45px;
	}

.step {
    padding: 50px 0;
}

/*--- content ---------------------------------------*/
	.content{
		margin: 50px 0;	
	}
	.content .title{
		font-size: 20px;
		line-height: 40px;
	}
	.content .profile {
		margin: 30px auto 0;
	}	
	.content .profile .img{
		width: 50%;
		margin: auto;
	}
	.content .profile .text{
		width: 100%;
		margin: 30px 0 0;
	}
	.content .box {
		margin: 30px auto 0;
		padding: 20px 20px 30px;
	}
	.content .prologue h2{
		font-size: 20px;
	}	
	.content .box li{
		width: 46%;
	}
	.content .prologue p{
		max-width: 100%;
		padding: 0;
	}

/*--- common ---------------------------------------*/
	.privacy{
		font-size: 16px;
	}

	.triangle{
		border-width: 60px 60px 0 60px;
		margin: 30px auto 0;
	}

	footer{
		padding: 30px 0 0;
	}
	footer .access{
		width: 100%;
		text-align: center;
	}
	footer .access .img{
		margin: auto;
	}
	footer .nav {
		width: 100%;
		margin: 20px 0 0;
		text-align: center;
		border-top: solid 1px #333;
		padding: 30px 0 0;
	}
	footer .nav a{
		width: 100%;
		margin: 10px 0 0;
	}
	footer p.copy {
		padding: 30px 0 10px;
		font-size: 12px;
	}

	.ra .co-btn.c-w{
		width: 100%;
	}



}

@media screen and (max-width:580px){
	.content .box li{
		width: 100%;
	}
}

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

	.content .title{
		font-size: 16px;
		line-height: 32px;
	}
	.content .box {
		padding: 20px 10px 30px;
	}







}
