@charset "utf-8";
/* CSS Document */


body {
  color:#241C1C;
  font-family: "Noto Sans JP", "小塚ゴシック Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}
.serif{
  font-family: "Noto Serif JP", serif;	
}
.barlow{
font-family: "Barlow", serif;	
}
.wrap{
	background: #f8f8f8;
	width: 100%;
}



.video-box {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}



header{
	position:fixed;
	top: 0;
	left: 0;
	width: calc(50% - 207px);
	height: 100%;
	/*background: #DDD7C5;*/
	padding: 5%;
	box-sizing: border-box;
	z-index: 3;
}
@media screen and (max-width : 1200px ) {
header{
	width: calc(100% - 414px);
}
}
@media screen and (max-width : 767px ) {
header{
display: none;
	}
}

@media screen and (max-width : 767px ) {
.hd_contact{
	display: none;
}
}
.hd_contact > li{
	margin-bottom:15px;
}
.hd_contact > li a{
	width:100%;
	max-width: 450px;
display: block;
background: url("../../img/lp01/arrow_03.svg") 95% center no-repeat,linear-gradient(180deg, rgba(27, 119, 27, 1), rgba(13, 59, 13, 1));
	border-radius: 50px;
	border: #fff 3px solid;
color: #fff;
padding: 15px 5px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.35);	
font-size: 2.2rem;
}
@media screen and (max-width : 1200px ) {
.hd_contact > li a{
}
}
.hd_contact > li:nth-child(2) a{
background:  url("../../img/lp01/arrow_05.svg") 95% center no-repeat,linear-gradient(180deg, rgba(193, 4, 9,1), rgba(113, 1, 6,1));
}
.hd_contact > li:nth-child(3) a{
background:  url("../../img/lp01/arrow_04.svg") 95% center no-repeat,linear-gradient(180deg, rgba(255, 162, 0, 1), rgba(255, 111, 0, 1));
}
.pc_r{
	background: #DDD7C5;	
	position:fixed;
	top: 0;
	right: 0;
	width: calc(50% - 207px);
	height: 100%;
}

main{
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 414px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
}
@media screen and (max-width : 1200px ) {
main{
	margin: 0 0 0 auto;
}	
}
@media screen and (max-width : 767px ) {
main{
	margin: 0 auto;
}	
}
img{
	max-width:100%;
	height: auto;
}
.kirari {
    position:relative;
    overflow:hidden;
    display: inline-block;
}
.kirari::before {
    content:"";
    height:100%;
    width:30px;
    position:absolute;
    top:-180px;
    left:0;
    background: rgba(255,255,255,0.25);
    opacity:0;
    -webkit-transform: rotate(45deg);
    -webkit-animation: kirari 2s ease-in-out infinite;
}

@keyframes kirari {
    0% { -webkit-transform: scale(0) rotate(25deg); opacity: 0; }
    75% { -webkit-transform: scale(0) rotate(25deg); opacity: 0.5; }
    76% { -webkit-transform: scale(4) rotate(25deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(25deg); opacity: 0; }
}


.ttl_01{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.ttl_01 h2{
	font-family: "Noto Serif JP", serif;
	color: #990322;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1;
}
.ttl_01 h2 span{
	font-size: 3.0rem;
}

.ttl_02{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.ttl_02 p{
	background: #fff;
	line-height: 1.2;
	color: #241C1C !important;
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 5px;
}
.ttl_02 h2{
	font-family: "Noto Serif JP", serif;
	color: #fff;
	background:#990322 ;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
	padding: 2px 10px;
}
.ttl_02 h2 span{
	font-size: 3.0rem;
}

.sp_indent20_lr{
	padding:0 20px;
}
.content01{
	padding:50px 20px;
}
.content01 .txt{
	font-size: 2.6rem;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 20px;
}
@media screen and (max-width : 413px ) {
	.content01 .txt{
	font-size: 2.4rem;
}
}
.content01 .txt .color01{
	background: #990322;
	color: #fff;
	padding: 2px 3px;
}
.content01 .txt .color02{
	color: #990322;
	font-size: 3.2rem;
}
.content02{
	background:#DDD7C5;
	padding: 50px 20px;
position: relative;
}
#content02 .ttl{
	background: #645A49;
	text-align: center;
	padding: 10px;
}
#content02 .ttl img{
width: 70%;
margin: 0 auto;
}
.coffee_01{
position: absolute;
    right: 5px;
    top: -145px;
    width: 90px;
}
.content02 h3{
	font-size:2.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
@media screen and (max-width : 413px ) {
.content02 h3{
	font-size:2.6rem;
}
}
.content02 h3 span{
	font-size:1.6rem;
	font-weight: normal;
}
.list_tokuchou > li{
	position:relative;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 5px;
}
.list_tokuchou > li > p:first-child{
	width: 80px;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width : 413px ) {
.list_tokuchou > li > p:first-child{
	width: 70px;
}
}
.list_tokuchou > li > p:last-child{
	background: #990322;
	border-radius: 0 30px 30px 0;
	width: 90%;
	height: 60px;
	line-height: 1.2;
	color: #fff;
	padding: 12px 0 12px 50px;
	margin: 10px 0;
	font-size: 1.4rem;
	font-weight: 500;
}
@media screen and (max-width : 413px ) {
.list_tokuchou > li > p:last-child{
	width: 90%;
	padding: 12px 0 12px 40px;
	margin: 5px 0;
}
}
.list_tokuchou > li.first > p:last-child{
	padding: 20px 0 20px 50px;
}
@media screen and (max-width : 413px ) {
.list_tokuchou > li.first > p:last-child{
	padding: 20px 0 20px 40px;
}
}

.vid_contents {
    width: 100%;
	height: 374px;
    text-align: center;
    margin: 0 auto 20px;
}

.vid_main {
height: 100%;
width: 100%;
object-fit: cover;
}
.content03{
	background:#740000 ;
	padding: 50px 20px;
	position: relative;
}

.more{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.bg_red .ttl_01 p,.bg_red .ttl_01 h2{color: #fff;}
.bg_red{
	background: url("../../img/lp01/bg_01.webp") top center no-repeat;
	padding: 15px 20px 40px;
}

.coffee_02{
	position: absolute;
	right: 10px;
	top: -60px;
/*	right: 0;
	top: -30px;
*/}
.btn_anchor{
	display: flex;
	justify-content: space-between;
}
.btn_anchor > li{
	width: 49%;
}
.btn_anchor > li a{
	width: 100%;
	box-sizing: border-box;
	background: #333333;
	border: #fff 2px solid;
	border-radius: 5px;
	color: #fff;
	padding:10px 15px;
	font-weight: bold;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.btn_anchor > li:nth-child(1) a{
	background: #740000;
}
#semiauto{
background: #333333;
	padding: 10px 0;
}
#lever{
background: #740000;
	padding: 10px 0;
}


.ttl_03{
	color: #fff;
	font-weight: bold;
	font-size: 5rem;
	text-align: center;
	border-bottom: #fff 1px solid;
	border-top: #fff 1px solid;
font-family: "Noto Serif JP", serif;
	line-height: 1.6;
	margin-bottom: 20px;
	display: inline-block;
}
@media screen and (max-width : 413px ) {
.ttl_03{
	font-size: 4.6rem;
}
}
.content01 .ttl_03{
	color: #241C1C;
	border-bottom: #241C1C 1px solid;
	border-top: #241C1C 1px solid;
}

.f_wh{
	color: #fff;
}
.bg_white01{
	background: #fff;
	padding: 30px 20px
}
.bg_white02{
	background: #fff;
	padding: 15px 20px 30px;
}
.strikethrough {
  text-decoration: line-through;text-align: center;
}
.ttl_04{
	text-align:center;
}
.ttl_04 p:nth-child(1){
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
}
.ttl_04 p:nth-child(2){
	font-size: 2.6rem;
	font-weight: bold;
font-family: "Barlow", serif;	
}
.price{
font-family: "Barlow", serif;	
font-style: italic;
font-size: 5rem;
	font-weight: bold;
	color: #990322;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
}
.price span{
	font-size: 1.6rem;
	font-weight: 500;
  font-family: "Noto Sans JP", "小塚ゴシック Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-style: normal;
}
.info_box{
	display:flex;
	gap:10px;
	align-items: center;
}
.info{
	width: calc(55% - 5px);
	border-top: #ccc 1px solid;
}
.info > figure{
	width: calc(45% - 5px);
}
.info > div{
	border-bottom: #ccc 1px solid;
	padding: 10px 0;
	font-size: 1.4rem;
	line-height: 1.4;
}
.btn_01 a{
	display: block;
	border: #990322 1px solid;
	padding: 10px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #990322;
	text-align: center;
	background: url("../../img/lp01/arrow_02.svg") right bottom no-repeat;
}


/* 光るボタン */


.btn_animation .btn {
  display: block;
  position: relative;
  width: 300px;/*
  height: 78px;
  line-height: 78px;
  font-size: 24px;*/
	line-height: 1.5;
  text-decoration: none;border-radius: 30px;border: 2px solid #fff;
	margin:5px auto 20px;padding: 5px;
background: linear-gradient(180deg, rgba(193, 4, 9,1), rgba(113, 1, 6,1));
  color: #ffffff;box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  overflow: hidden;
	

  animation: btn_animation2 1s infinite;
}
.btn_animation .btn span{display: block;text-align: center;}
.btn_animation .btn .mini{font-size: 1.2rem;font-weight: 500;color: #E1CC13;}
.btn_animation .btn .moji{font-size: 1.8rem;font-weight: bold;}

.btn_animation .btn:hover {
    text-decoration: none;
    color: #fbfbfb;
}

.btn_animation .btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 2.5s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@keyframes btn_animation2 {
    0% {
        transform: scale(1, 0.8);
    }
    20% {
        transform: scale(0.8, 1.1);
    }
    95% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 0.8);
    }
}
/*// 光るボタンここまで */

.info_detail > li{
	border-bottom: #ccc 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.info_detail > li > dl{
	display: flex;
	margin-bottom: 5px;
}
.info_detail > li > dl > dt{
font-weight:500;
}
.color_img{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	width: 100%;margin-top: 10px;
	grid-gap: 6px 5px;
}

ul.color_img::after{display: none;}

.color_img > li{
text-align: center;/*width: 25%;*/
	width: auto;
}
.color_img > li > p{
font-size:1.2rem;
}

@media screen and (max-width : 413px ) {
	.color_img > li > p{font-size: 1.0rem;}
}
	
.f_bk{
	color: #241C1C !important;
}
.delecta_list > li{
	border-bottom: #ccc 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.delecta_list > li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.delecta_list > li > p:first-child{
color: #990322;
font-size:1.8rem;
font-weight:bold;
margin-bottom: 10px;
}
.slider_img .slider-img,
.slider_img02 .slider-img ,
.slider_img03 .slider-img {
  margin: 0 5px;
}
.bg_bk{
	background: #000;
	padding: 30px 20px;
	color: #fff;
}
.tel{
	font-size: 2rem;
	font-weight: bold;
	background: url("../../img/lp01/tel.svg") left center no-repeat;
	padding: 0 0 0 25px;
	margin-bottom: 30px;
}
.tel a,.tel a:hover{
	color: #fff !important;
}
.ggmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*　モーダル
----------------------------------------------------------*/
/* Modal Base */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101;
}

/* Modal Content */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    width: 90vw;
	max-width: 414px;
  z-index: 102;
}
.modal-inner {
  position: relative;
  background: white;
  width: 100%;
  max-height: 500px;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Close Button */
.btn_close {
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: black;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  line-height: 35px;
  z-index: 105;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube video.mv01{
	background: url("../../img/lp01/mv.webp");
	background-size: cover;
}
.youtube video.mv02{
	background: url("../../img/lp01/mv02.webp");
	background-size: cover;
}
.ttl_05{
	text-align: center;
}
.ttl_05 h2 {
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #333;
    color: #241C1C;
    font-weight: bold;
    text-align: center;
	display: inline-block;
	margin-bottom: 10px;
}

.ttl_05 h2:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 15px;
    width: 10px;
    border-right: 1px solid #241C1C;
    background-color: white;
    content: "";
}
.ttl_05 p{
	  font-family: "Noto Serif JP", serif;	
	font-size: 3.6rem;
	font-weight: 900;
}

.ttl_05.v02 h2:before {
    background-color: #EFE7DC;
}
.ttl_05.v03 h2:before {
    background-color: #E1E1E1;
}
.content04 h2{
	width: 60%;
	margin: 0 auto 20px;
}
.content04 {
	padding: 50px 20px;
	
}
.content06{
	padding: 50px 0;
}
.content06 h2{
	text-align: center;
}

/*アコーディン
--------------------------------*/
.accordion > li{
	background:#EFE7DC;
	padding: 20px;
	margin-bottom: 10px;
}


.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding-right: 35px;
	display: block;
}

.Label::after,
.Label::before {
content: "";
position: absolute;
right: 20px;
top: 35%;
width: 2px;
height: 0.75em;
background-color: #241C1C;
transition: all 0.3s;
}
.Label::after {
transform: rotate(90deg);
}

.Label span{
	position: relative;
	padding-left: 35px;
	display: block;
	line-height: 1.6;
}
.Label span::before{
	content: "";
	position: absolute;
	background-image: url("../../img/lp01/txt_q.webp");
	width: 25px;
	height: 25px;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	overflow: hidden;
	font-size: 1.4rem;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	border-top: #241C1C 1px solid;
	padding-top: 20px ;
	margin-top: 20px;
	transition: all .3s;
}

.toggle:checked + .Label::before {
transform: rotate(90deg) !important;
}
/*アコーディン　END
-----------------------------*/

.content05{
	background: url("../../img/lp01/coffee_04.webp") top center no-repeat,#E2DDD5;
	padding: 150px 20px 50px;
}

/*howtoアコーディオン追記
--------------------------------*/
.accordion.how > li{
	background:#fff;
}
.accordion.how > li:nth-child(1) .Label span::before{
	background-image: url("../../img/lp01/how_01.svg");
}
.accordion.how > li:nth-child(2) .Label span::before{
	background-image: url("../../img/lp01/how_02.svg");
}
.accordion.how > li:nth-child(3) .Label span::before{
	background-image: url("../../img/lp01/how_03.svg");
}

/*howto　slider
--------------------------------*/

.slider_how .slick-img{
	margin-bottom: 30px;
}
.container .slick-prev,.container .slick-next {
    width: 10px;
    height: 15px;
	top: auto;
	bottom: 0;
}
.container .slick-prev {
  left: 0;
  z-index: 1;
}
.container .slick-prev:before {
content: url("../../img/lp01/prev.svg");
}
.container .slick-next {
  right: 0;
}
.container .slick-next:before {
content: url("../../img/lp01/next.svg");
}
.container .slick-num {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}


.step{
	background: #241C1C;
	padding: 5px 10px;
	line-height:1 ;
	color: #fff;
	font-size: 1.2rem;
	font-style: italic;
font-family: "Barlow", serif;
	display: inline-block;
}

.content10{
	background: #E2DDD5;
	position: relative;
	padding: 50px 20px;
}
.coffee_04{
	position: absolute;
	top: -50px;
	left: 0;
}
.shadow{
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.35);
}

.content11{
	padding: 50px 0;
}
.txt_01,.txt_02{
	padding:5px;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}
.txt_01{
	background: #333;
}
.txt_02{
	background: #392824;
}
.table_03{
	width: 100%;
	border-right: #241C1C 1px solid;
	border-bottom: #241C1C 1px solid;
}
.table_03 th,.table_03 td{
	font-size: 1.4rem;
	border-left: #241C1C 1px solid;
	border-top: #241C1C 1px solid;
	padding: 10px;
}
.table_03 th{
	width: 30%;
}
.table_03 td{
	width: 30%;
}
.slick-dots{bottom: -35px !important;}
.slick-dots li button:before {
    font-size: 45px !important;
    opacity: .25;
    color: #000;
}
.slick-dots li button:hover:before {
    color: #990322 !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #990322 !important;
}

#contact{
	padding:50px 20px;
	background: #DDD7C5;
}
#contact h2{
width: 55%;
margin: 0 auto 20px;
}




.ft_logo{
	background: #990322;
	padding: 20px;
	text-align: center;
}
.copy{
	font-size: 1rem;
	padding: 10px;
	text-align: center;
}
@media screen and (max-width : 767px ) {
.copy{
padding-bottom: 80px;}
}
.btn_contact{
	display: none;
}
@media screen and (max-width : 767px ) {
.btn_contact{
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	z-index: 10;
}
}

.req_bnr{padding:5px  20px 20px 20px;background-color: #fff;overflow: hidden;}

.btn_contact > li{
	width: calc((100% - 180px) / 2);
}
.btn_contact > li:nth-child(1){width: 180px;}

.btn_contact > li a{
	width:100%;height: 60px;
background-image: linear-gradient(180deg, rgba(27, 119, 27, 1), rgba(13, 59, 13, 1));
color: #fff;
padding: 0px 0px;
	font-weight: bold;line-height: 1.5;
	text-align: center;font-size: 1.2rem;display: flex;align-items: center;justify-content: center;gap:0px;
}
.btn_contact > li:nth-child(1) a{
background-image: linear-gradient(180deg, rgba(193, 4, 9,1), rgba(113, 1, 6,1));
	
}
.btn_contact > li:nth-child(1) a img{
width: 80px;	
}

.btn_contact > li:nth-child(3) a{
background-image: linear-gradient(180deg, rgba(255, 162, 0, 1), rgba(255, 111, 0, 1));
}
.form dl{
	margin-bottom:15px;
}
.form dl.last{
	margin-bottom:30px;
}
.form dl dt{
	font-weight: 500;
}
.form dl dt span{
	background: #990322;
	border-radius: 5px;
	color: #fff;
	line-height: 1;
	padding:1px 3px;
	font-size: 1rem;
	margin-left: 10px;
}
.form dl dt span.free{
	background: #9C9C9C;
}



.form dl dd input[type=text],.form dl dd input[type=email],.form dl dd input[type=tel],.form dl dd textarea{
	background: #fff;
	border: #C5C5C5 1px solid;
width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.form dl dd label{
	margin-right: 10px;
}
.form input[type=submit]{
display: block;
background-image: linear-gradient(180deg, rgba(59, 178, 22, 1), rgba(26, 152, 37, 1));
color: #fff;
padding: 15px 5px;
	font-weight: bold;
	text-align: center;
	border-radius: 50px;
	border:#fff 3px solid;
	width: 80%;
	margin: 0 auto;
	font-size: 1.8rem;
}