@charset "utf-8";


*:focus {
outline: none;
}

body{
    margin: 0;
    padding: 0;
}
#mr_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto;
    padding: 0;
    display: block;
    letter-spacing: 1px;
    position: relative;
    color: #333333;
    font-weight: 400;
    overflow: hidden;
    background: #fff7f7;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
}
*:focus {
outline: none;
}

#mr_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#mr_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#mr_wrap li{
	list-style: none;
}
#mr_wrap a{
	text-decoration: none;
}
#mr_wrap a:link,#mr_wrap a:hover{
    text-decoration: none;
    opacity: 1;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", sans-serif;
}
.Notosans{
    font-family: "Noto Sans JP", sans-serif;
}
.CormorantGaramond{
    font-family: "Cormorant Garamond", serif;
  }
.EBGaramond{
    font-family: "EB Garamond", serif;
}


/**************************************************
header
**************************************************/
#mr_head .head{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#mr_head .visual ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    column-gap: 0;
    margin: 0;
    line-height: 0;
}
#mr_head .visual ul li{;
    position: relative;
    display: inline-block;
    opacity: 0;
    margin-bottom: 1%;
    animation: fadeIn 2s forwards;
}
#mr_head .visual ul li:nth-of-type(2){
    animation-delay: .2s;
}
#mr_head .visual ul li:nth-of-type(3){
    animation-delay: .6s;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#mr_head .title{
    font-size: 50px;
    text-align: center;
    display: block;
    margin: 5% auto;
    position: relative;
    letter-spacing: 0px;
    font-family: "Cormorant Garamond", serif;
}

#mr_head .lead{
    text-align: center;
    font-size: 14px;
    margin: 3% auto;
    position: relative;
    line-height: 2em;
}
#mr_head .title{
    opacity: 0;
    transform: translateY(40px);
	transition: 1.5s all 0.4s ease;
}
#mr_head.on .title{
	opacity: 1;
    transform: translate(0);
}
/* ================================================ 
contents_動画
================================================ */
#mr_head .movie_area{
	width: 30%;
	display: inline-block;
	position: relative;
	margin: 0 auto;
}

#mr_head .movie_area .ttl{
	font-family: "helvetica-lt-pro", sans-serif;
	color: #e7372f;
	font-size: 30px;
	text-align: center;
}

#mr_head .movie_box {
  width: 100%;
  text-align: center;
  position: relative;
	margin: 0 auto;
}
#mr_head .movie_box img{
	width: 100%;
}
#mr_head .movie_box .point_video {
	width: 100%;
	height: auto;
	display: block;
	border: none;
	margin: 0 auto;
}


/**************************************************
contents
**************************************************/
#mr_contents{
    max-width: 1000px;
    width: 100%;
    margin: 0% auto;
    display: block;
    position: relative;
}
#mr_contents .item_box{
    width: 100%;
    background: #FFFFFF;
    position: relative;
    margin: 5% auto;
    display: inline-block;
}
#mr_contents .item_box .inner{
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 5% auto;
}
#mr_contents .item_box .itemimg{
    width: 48%;
}
#mr_contents .item_box .detail{
    width: 48%;
    display: inline-block;
    text-align: center;
    margin: 20% auto 0;
}
#mr_contents .item_box .detail .item{
    font-size: 18px;
    text-align: center;
    font-family: "EB Garamond", serif;
    margin: 0 auto;
    line-height: 1.5em;
}
#mr_contents .item_box .detail .price{
    font-size: 90%;
}
#mr_contents .item_box .detail .item .attention{
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3em;
}
#mr_contents .item_box .detail .item .hr{
    width: 60%;
    border-top: #444444 1px solid;
    text-align: center;
    margin: 2.5% auto;
    display: block;
}
#mr_contents .section{
    width: 100%;
    display: inline-block;
    margin: 5% auto;
    position: relative;
}
#mr_contents .section .headline {
  display: flex;
  align-items: center; /* 縦方向の中央揃え */
  width: 100%; /* 親要素の幅いっぱいにする */
}
#mr_contents .section .headline .ttl {
    margin: 0; /* デフォルトの余白を削除 */
    white-space: nowrap; /* 改行を防ぐ */
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 33px;
}
#mr_contents .section .headline .ttl .txt_s{
	letter-spacing: 0px;
	font-size: 60%;
}
#mr_contents .section .headline::after {
  content: "";
  flex-grow: 1; 
  height: 1px; 
  background-color:#444444; 
  margin-left: 10px; 
}

#mr_contents .section .style{
    width: 90%;
    text-align: center;
    margin: 5% auto 0;
    position: relative;
    display: inline-block;
}
#mr_contents .section .style ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2%;
}
#mr_contents .section .style ul li .styleimg{
    width: 100%;
    position: relative;
    display: block;
}
#mr_contents .section .txt{
    font-size: 13px;
    text-align: center;
    line-height: 1.8em;
    margin: 4% auto;
}
#mr_contents .section .detail{
    width: 48%;
    display: inline-block;
    text-align: center;
    margin: 5% auto 0;
}
#mr_contents .section .detail .item{
    font-size: 16px;
    text-align: center;
    font-family: "EB Garamond", serif;
    margin: 0 auto;
    line-height: 1.5em;
}
#mr_contents .section .detail .price{
    font-size: 90%;
}
#mr_contents .section .detail .item .attention{
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3em;
}
#mr_contents .section .detail .item .hr{
    width: 80%;
    border-top: #444444 1px solid;
    text-align: center;
    margin: 2.5% auto;
    display: block;
}
#mr_footer{
	width: 100%;
	display: block;
	margin: 10% auto;
	position: relative;
	text-align: center;
}
#mr_footer .sub_box{
	width: 50%;
	display: flex;
	justify-content:center;
	gap:0;
	position: relative;
	margin: 0 auto;
}
#mr_footer .sub_box .img{
	width: 100%;
}
#mr_footer .txt{
	width: 100%;
	display: inline-block;
	margin: 2.5% auto 2.5%;
	font-family: "Cormorant Garamond", serif;
	font-size: 20px;
	text-align: center;
	line-height: 1em;
	font-weight: 500;
	letter-spacing: 0px;
	
	
}
#mr_footer .logo{
	width: 10%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: block;
}




/* ============ fade CSS ============ */
/* 共通 */
.styleimg {
  position: relative;
}

.styleimg .slider {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;

}
.styleimg .slider img {
  width: 100%;
  height: auto;
  display: block;
}
.styleimg .slider {
  animation-play-state: paused;
}

.styleimg.is-active .slider {
  animation-play-state: running;
}

.styleimg.is-5 .slider {
  animation: anime 11.5s infinite;
}

.styleimg.is-5 .slider:nth-child(1) { animation-delay: 0s; }
.styleimg.is-5 .slider:nth-child(2) { animation-delay: 2s; }
.styleimg.is-5 .slider:nth-child(3) { animation-delay: 4s; }
.styleimg.is-5 .slider:nth-child(4) { animation-delay: 6s; }
.styleimg.is-5 .slider:nth-child(5) { animation-delay: 8s; }


.styleimg.is-4 .slider {
  animation: anime 8s infinite;
}

.styleimg.is-4 .slider:nth-child(1) { animation-delay: 0s; }
.styleimg.is-4 .slider:nth-child(2) { animation-delay: 2s; }
.styleimg.is-4 .slider:nth-child(3) { animation-delay: 4s; }
.styleimg.is-4 .slider:nth-child(4) { animation-delay: 6s; }

@keyframes anime {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  30%  { opacity: 1; }
  35%  { opacity: 0; }
  100% { opacity: 0; }
}








/************************************************************
               button
************************************************************/
.btn_01 a {
    background: #222222;
    color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2% auto;
    width: 40%;
    padding: 3% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    /*border-radius: 100vh;*/
    line-height: 1em;
    font-family: "EB Garamond", serif;
    float: none;
    letter-spacing: 0px;
}
.btn_01 a:hover {
    background: #333;
    color: #FFFFFF;
}
/* ============ ボタン04 ============ */
.btn_02 a {
    background: #FFFFFF;
    color: #222;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0% auto;
    width: 40%;
    padding: 2% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    /*border-radius: 100vh;*/
    line-height: 1em;
    font-family: "EB Garamond", serif;
    float: none;
    letter-spacing: 0px;
	border: #222 1px solid;
}
.btn_02 a:hover {
	background: #222;
	color: #FFFFFF;
}
.btn_02 a::after {
    position: absolute;
    content: "+";
    right: 5%;
    bottom: 11%;
    font-size: 21px;
    font-weight: 300;
    line-height: 2em;
}
.btn_03 a {
    background: #222222;
    color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2% auto;
    width: 30%;
    padding: 1.5% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 16px;
    /*border-radius: 100vh;*/
    line-height: 1em;
    font-family: "EB Garamond", serif;
    float: none;
    letter-spacing: 0px;
}
.btn_01 a:hover {
    background: #333;
    color: #FFFFFF;
}

.btn_all a {
	background: #FFFFFF;
    position: relative;
	color: #000000;
    display: inline-block;
    /*justify-content: space-around;*/
    /*align-items: center;*/
    margin: 0% auto 0;
    width: 50%;
    padding: 2.5% 2%;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 20px;
    float: none;
    border-radius: 0px;
    line-height: 1em;
    font-family: "EB Garamond", serif;
	border: #000000 1px solid;
	letter-spacing: 0px;
}
.btn_all a:hover {
    background: #222222;
    color: #FFFFFF;
}

.btn_all a:hover:after {
    border-color: #FFFFFF;
}

.btn_all a span{
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    
}

.Right{
    float: right;
}
.Left{
    float: left;
}
.small{
	font-size:70%;
    line-height: 1em;
}

.strong{
    font-size:140%;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}


@media only screen and (max-width:768px){
	#mr_wrap {
        width:100%;
        overflow: hidden;
        padding-bottom: 10%;
	}
    #mr_head .title{
        font-size: 35px;
        margin: 10% auto;
    }
    #mr_head .lead{
        font-size: 13px;
        width: 90%;
        margin: 10% auto;
    }
	#mr_head .movie_area{
		width: 85%;
	}
    #mr_contents .item_box{
        width: 90%;
    }
    #mr_contents .item_box .inner{
        flex-wrap: wrap;
    }
    #mr_contents .item_box .itemimg{
        width: 100%;
    }
    #mr_contents .item_box .detail{
        width: 90%;
        margin: 5% auto;
    }
    #mr_contents .item_box .detail .item{
        font-size: 14px;
    }
    #mr_contents .item_box .detail .item .attention{
        font-size: 10px;
    }
    #mr_contents .section .headline h2{
        font-size: 20px;
        letter-spacing: 0px;
    }
    #mr_contents .section .headline{
        width: 94%;
        margin: 0 auto;
    }
	#mr_contents .section .headline .ttl{
		font-size: 16px;
	}
	#mr_contents .section .headline .ttl .txt_s{
		font-size: 70%;
	}
    #mr_contents .section .txt{
        font-size: 12px;
        letter-spacing: 0.5px;
		margin: 5% auto;
    }
	#mr_contents .section .detail{
		width: 90%;
		margin: 10% auto 0;
	}
	#mr_contents .section .detail .item{
		font-size: 13px;
		line-height: 1.3em;
	}
	#mr_contents .section .detail .item .hr{
		width: 85%;
		margin: 1.5% auto;
	}
	#mr_footer{
		    margin: 15% auto 20%;
	}
	#mr_footer .sub_box{
		width: 85%;
	}
	#mr_footer .txt{
		font-size: 14px;
		margin: 8% auto 5%;
	}
	#mr_footer .logo{
		width: 30%;
	}
	
    .btn_01 a{
		width: 60%;
        font-weight: 400;
        margin: 8% auto 0%;
        line-height: 1.5em;
    }
	.btn_02 a{
		width: 85%;
		line-height: 2em;
		margin: 8.5% auto;
		font-size: 14px;
	}
	.btn_02 a::after{
		    bottom:18%;
		font-size: 13px;
	}
	.btn_03 a{
		width: 40%;
        font-weight: 400;
        line-height: 1.5em;
		margin: 0% auto 0;
	}
	.btn_all a{
		width: 85%;
		font-size: 15px;
		margin: 5% auto;
		padding: 3% 0;
		line-height: 2em;
	}

    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}


.fade{
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.fade01{
	opacity: 0;
	transition: 1.5s all 0.3s ease;
}
.fade02{
	opacity: 0;
	transition: 1.5s all 0.6s ease;
}
.fade03{
	opacity: 0;
	transition: 1.5s all 0.9s ease;
}
.fade.ac, .fade01.ac, .fade02.ac, .fade03.ac{
	opacity: 1;
    transform: translate(0);
}
.anim {
    opacity: 0;
    transform: translateY(40px);
    transition: 1.5s all 0.2s ease;
}
.anim01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.3s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.6s ease;
}

.anim.ac,.anim01.ac,.anim02.ac{
	opacity: 1;
    transform: translate(0);
}
.dw {
    opacity: 0;
    transform: translateY(-30px);
    transition: 1.5s all 0.2s ease;
}
.dw01 {
    opacity: 0;
    transform: translateY(-50px);
    transition: 1.5s all 0.4s ease;
}
.dw02 {
    opacity: 0;
    transform: translateY(-50px);
    transition: 1.5s all 0.8s ease;
}

.dw.ac,.dw01.ac,.dw.ac{
	opacity: 1;
    transform: translate(0);
}


