@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

html,body{
	padding: 0;
	margin: 0;
}
body {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 2em;
	color: #333333;
	background-color: #f2eeea;
}
body.noscroll {
  overscroll-behavior: none;
  touch-action: none;
}

/* common */
a{
	text-decoration: none;
	transition: 0.4s;
	color: #333333;
}
a:hover{
	opacity: 0.7;
}
img{
	max-width: 100%;
}
.contents{
	width: 1200px;
	max-width: 100%;
	margin: auto;
	padding: 10px;
	box-sizing: border-box;
}
.sp{
	display: none;
}
.flex{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; 
}
img.radius{
	border-radius: 30px;
}

@media screen and (max-width: 768px) {
	body{
		overflow-x: hidden;
		font-size: 14px;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}
/* common end */

/* header */
#menu{
	padding: 30px 0;
	position: relative;
	z-index: 2;
}
#menu ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0;
    padding: 0;
}
#menu li {
    padding: 0 14px;
}
#menu #headlogo{
	position: absolute;
	width: 160px;
	left: 0px;
	top: 0;
	background-color: #f2eeea;
	padding: 0px 10px 10px;
}
#menu #headline{
	position: absolute;
	width: 200px;
	right: 10px;
	top: 20px;
}
#hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1100;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
#hamburger span {
    display: block;
    height: 4px;
    width: 100%;
    background: #646464;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
}
#hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}
#hamburger.active span:nth-child(2) {
    opacity: 0;
}
#hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -7px);
}
#splogo{
	display: none;
}

@media screen and (max-width: 1130px) {
	#menu li {
	    padding: 0 12px;
	}
	#menu #headlogo,
	#menu #headline{
		display: none;
	}
}
@media screen and (max-width: 990px) {
  #hamburger {
    display: flex;
  }

  #menu {
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 80vw;
    max-width: 420px;
    height: 100%;
    background: #ece6dc;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 1000;
    padding-top: 100px;
    box-shadow: -8px 0 16px rgba(0,0,0,0.15);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #menu.active {
    transform: translateX(0);
  }

  #menu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0 20px 40px;
  }
  #menu li {
  	border-bottom: 1px solid #555;
    padding-bottom: 10px;
    font-weight: normal;
  }
  #menu li a{
  	border-left: 2px solid #000;
  	padding: 5px 5px 5px 15px;
  }

  #menu.fixed .fixs{
    display: none;
  }

  #spmenu{
    position: fixed;
    background-color: #f2eeea;
    height: 60px;
    top: 0;
    width: 100%;
    z-index: 1001;
  }
  #splink{ display: inline-block; }
  #splogo{
    display: block;
    height: 50px;
    margin: 5px 0 0 10px;
  }

  #menu_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    pointer-events: none; 
    transition: opacity 0.25s ease;
    z-index: 900;
  }
  #menu_overlay.active {
    opacity: 1;
    pointer-events: auto;
  }

  /* メニュー展開時に背面のスクロールを止める */
  body.noscroll { overflow: hidden; }
}
/* header end */

/* main */
.widecontents{
	padding: 0 30px;
}
.contents{
	width: 1400px;
	max-width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
#mainvisual{
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}
#mainvisual h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	font-size: 2.2em;
	text-align: center;
	padding: 0 1rem;
	white-space: nowrap;
}
.text-center{
	text-align: center;
}
h2,h3{
	text-align: center;
	margin: 0;
}
h2{
	font-size: 1.5em;
	line-height: 1.8em;
	letter-spacing: 0.15em;
	font-weight: 500;
	margin: 30px auto 5px;
}
h3{
	color: #e2c16f;
	margin-bottom: 30px;
	font-weight: normal;
}
.emp{
	color: #e2c16f;
}
.catch{
	text-align: center;
}
.btns{
	margin: 50px auto 80px;
}
.btns img,
.btns input[type="image"]{
	width: 200px;
}
.back_bar{
	height: 280px;
	background-size: cover;
	background-position: center;
	margin: 150px 0;
}
.item_box{
	width: 23%;
	margin: 1%;
	border: 1px solid #e2c16f;
	border-radius: 10px;
	background-color: #fcfbf5;
	padding: 10px;
	box-sizing: border-box;
	font-weight: 500;
}
.item_box .thumb{
	aspect-ratio: 4 / 5;
	background-size: cover;
	background-position: center;
}
.item_box a{
	display: block;
}
.item_box h4{
	margin: 0 0 10px;
	padding: 5px 0;
	line-height: 1.6em;
	border-bottom: 1px solid #e2c16f;

    display:flex;
    align-items:center;
    min-height:0; 
}
.item_box p{
	margin: 5px 0;
	line-height: 1.6em;
}
.item_box span.man{
	color: #00bfff;
}
.item_box span.woman{
	color: #ee82ee;
}
.item_box .price{
	text-align: right;
	font-size: 1.8em;
	margin-top: 5px;
}
.item_box .price span.ask{
	font-size: 0.8em;
}
.item_box .price span.tax{
	font-size: 0.5em;
	margin-left: 3px;
}
.instagram_box{
	width: 24%;
	margin: 0.5%;
}
.instagram_tumnail {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.instagram_video{
    position: relative;
    overflow: hidden;
}
.instagram_video::before{
    content: "";
    padding-top: 100%;
    display: block;
}
.instagram_video video{
	position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
}
.instagram-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100%;
	transition: transform .3s ease;
	width: 100%;
}
.insta_btn{
	display: inline-block;
	background-color: #1c81e6;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
}
.third{
	width: 31%;
	margin: 1%;
}
.third img{
	border-radius: 10px;
}
.third h2,
.third h3{
	text-align: left;
}
.third h2{
	margin: 10px 0 0;
}
.third h3{
	margin: 0 0 10px;
}
.third .supp_text{
	padding: 0 10px;
	box-sizing: border-box;
}
.swiper{
	margin-top: 100px;
}
.swiper p{
	margin: 0;
	line-height: 1.6em;
}
@media screen and (max-width: 768px) {
	#mainvisual{
		margin-bottom: 20px;
	}
	#mainvisual h1{
		display: none;
	}
	.widecontents{
		padding: 0;
	}
	.contents{
		padding: 10px 20px;
	}
	.btns{
		margin: 30px auto 60px;
	}
	.item_box{
		width: 48%;
		margin: 1%;
		line-height: 1.8em;
		font-size: 0.9em;
	}
	.item_box p{
		margin: 5px 0;
		line-height: 1.4em;
	}
	.item_box h4{
		font-size: 1em;
		line-height: 1.5em;
	}
	.back_bar{
		margin: 40px 0;
	}
	.instagram_box{
		width: 49%;
	}
	.third{
		width: 100%;
		margin-bottom: 30px;
	}
	.swiper{
		margin-top: 40px;
	}
}
/* main end */

/* footer */
#contact_area{
	margin-top: 120px;
	background-color: #ece6dc;
	padding: 50px 0;
	text-align: center;
}
#contact_area_inner{
	margin-top: 30px;
	background-color: #ece6dc;
	padding: 50px 0 30px;
	text-align: center;
}
#contact_area_inner p{
	margin: 0;
}
#contact_box{
	max-width: 900px;
	margin: 50px auto;
	padding: 30px 20px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 20px;
}
#contact_box .half,
#footer_area .half,
#shop_area .half{
	width: 50%;
	padding: 20px;
	box-sizing: border-box;	
}
#contact_box .half img{
	width: 300px;
	max-width: 90%;
	margin: 5px 0;
}
#footer_area{
	padding: 70px 0 30px;
}
#footer_area h2,
#footer_area h3,
#shop_area h2,
#shop_area h3{
	text-align: left;
}
#footer_area h2,
#shop_area h2{
	margin: 0;
}
#footer_area h3,
#shop_area h3{
	margin: 0 0 10px;
}
#footer_area p,
#shop_area p{
	margin: 10px 0;
}
#footer_area img#shopimg,
#shop_area img#shopimg{
	border-radius: 20px;
}
#footer_area #sns,
#shop_area #sns{
	margin-top: 30px;
}
#footer_area #sns a,
#shop_area #sns a{
	text-decoration: underline;
	margin-right: 10px;
}
#footer_area #sns img,
#shop_area #sns img{
	height: 20px;
	vertical-align: sub;
	margin-right: 3px;
}
footer{
	text-align: center;
	margin-top: 40px;
	padding: 40px 0 30px;
	border-top: 1px solid #ccc
}
footer ul{
	margin: 0;
	padding: 0;
}
footer ul li{
	list-style: none;
	display: inline-block;
	padding: 0 20px;
}
footer img{
	width: 200px;
	margin: 30px 0 10px;
}
iframe{
	width: 100%;
	height: 300px;
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	#contact_area{
	    margin-top: 90px;
	    padding: 40px 0;
	}
	#contact_area_inner{
		margin: 0px 0 30px;
		padding: 30px 0 20px;
	}
	#contact_area_inner p{
		text-align: left;
	}
	#contact_box{
	    max-width: 900px;
	    margin: 30px auto;
	    padding: 30px 15px;
	}
	#contact_box .half,
	#footer_area .half,
	#shop_area .half{
		width: 100%;
		padding: 0;
	}
	#contact_box .half img{
		width: 250px;
		max-width: 80%;
		margin: 10px 0;
	}
	#footer_area{
		padding: 50px 0 30px;
	}
	#footer_area img#shopimg,
	#shop_area img#shopimg{
		margin-bottom: 15px;
	}
	#footer_area #shoptext,
	#shop_area #shoptext{
		padding: 0 10px;
		box-sizing: border-box;
	}
	footer{
		padding: 40px 0 20px;
		margin-top: 20px;
	}
	footer p#copyright{
		font-size: 0.8em;
	}
	iframe{
		margin-top: 50px;
	}
	footer ul{
		padding: 0 15px;
		box-sizing: border-box;
	}
	footer ul li{
		width: 32%;
		margin: 5px 0;
		padding: 0;
	}
}
/* footer end */

/* subcontents */
#subcontents #subvisual{
	height: 400px;
	background-size: cover;
	background-position: center;
	border-radius: 30px;
	position: relative;
	margin-bottom: 80px;
}
#subcontents #subvisual h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	font-size: 2.2em;
	text-align: center;
	padding: 0 1rem;
	white-space: nowrap;
}
#subcontents .msg{
	width: 900px;
	max-width: 100%;
	margin: 0 auto 80px;
}
#subcontents .msg p{
	margin: 0 0 30px;
}
#subcontents .msg p.bold{
	font-weight: 600;
}
.values {
	width: 950px;
	max-width: 100%;
	margin: auto;
}
.values .flex{
    align-items: center;
}
.values .flex .left,
.values .flex .right{
	width: 35%;
	padding: 20px;
	box-sizing: border-box;
	font-size: 1.2em;
	line-height: 2.2em;
}
.values .flex .right{
	width: 65%;
}
ul#switch_btn{
	margin: 0;
	padding: 0;
	width: 600px;
	max-width: 100%;
	margin: auto;
	text-align: center;
	margin-bottom: 60px;
}
ul#switch_btn li{
	display: inline-block;
	width: 250px;
	max-width: 45%;
	margin: 0 10px;
	cursor: pointer;
}
.flow_box{
	background-color: #fcfbf5;
	border: 1px solid #e2c16f;
	border-radius: 30px;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.flow_box h4{
	padding: 0 0 25px;
	margin: 20px 0 25px;
	border-bottom: 1px dotted #555;
	font-size: 1.5em;
	text-align: center;
}
.flow_box img{
	display: block;
	margin: auto;
	width: 100px;
}
.flow_box .flow_title{
	display: inline-block;
	background-color: #e2c16f;
	color: #fff;
	border-radius: 10px;
	padding: 0 10px;
	margin: 25px 0 15px;
}
.flow_box ol{
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}
.flow_box ol li{
	padding-left: 30px;
	position: relative;
	margin: 3px 0;
}
.flow_box ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	border: 1px solid #555;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	font-size: 0.8em;
	line-height: 1;
	position: absolute;
	top: 5px;
	left: 0;
}
#shopimgs{
	margin-top: 60px;
}
#shopimgs img{
	border-radius: 30px;
	width: 31%;
	margin: 1%;
}
#footer_search{
	padding-top: 100px;
}
#footer_search .btns{
	margin: 50px auto 0;
}
#footer_search .item_box{
	width: 100%;
}
#epics .text-center h2,
#epics .text-center h3{
	text-align: center;
}
#epics .flex{
	align-items: center;
}
#epics #epicsimg{
	padding: 30px;
}
@media screen and (max-width: 768px) {
	#subvisual_sp{
		margin-top: 55px;
	}
	#subcontents .msg{
		margin: 0 auto 40px;
	}
    .values .flex{
        flex-direction: column;
    }
    .values .flex .left,
    .values .flex .right{
        width: 100%;
        padding: 20px;
        font-size: 1em;
        line-height: 2em;
        padding: 10px;
    }
    .values .flex .left{
        order: -1;
    }
    .values .flex .right{
    	margin-bottom: 30px;
    }
    ul#switch_btn{
    	width: 100%;
    	margin-bottom: 30px;
    }
    ul#switch_btn li{
    	margin: 0.5%;
    	width: 48%;
    }
    .flow_box{
    	border-radius: 10px;
    	margin-bottom: 30px;
    	padding: 30px 20px;
    }
    .flow_box img{
    	width: 60px;
    }
    .flow_box h4 {
	    padding: 0 0 10px;
	    margin: 10px 0 10px;
	    font-size: 1.3em;
	}
	#flow_msg{
		text-align: left;
	}
    #footer_search{
	    padding-top: 50px;
    }
    #shopimgs{
    	margin-top: 30px;
    }
    #shopimgs img{
    	width: 100%;
    	margin: 15px 0;
    }
    .spleft{
    	text-align: left !important;
    }
}
/* subcontents end */

/* details */
#details{
	margin-top: 15px;
}
#details #subvisual{
	height: 400px;
	background-size: cover;
	background-position: center;
	border-radius: 30px;
	position: relative;
	margin-bottom: 80px;
}
#details #subvisual h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	font-size: 2.2em;
	text-align: center;
	padding: 0 1rem;
	white-space: nowrap;
}
.detail_contents{
	width: 1100px;
	max-width: 100%;
	margin: auto;
	padding: 10px;
	box-sizing: border-box;
}
#details .swiper{
	margin-top: 0;
}
#details #specs,
#details #prices{
	margin-top: 40px;
}
#details #prices{
	background-color: #fcfbf5;
	padding: 40px 0 80px;
}
#details #prices #price_title{
	display: block;
	width: 400px;
	max-width: 90%;
	margin: auto;
}
#details #spec_table,
#details #price_table{
	width: 100%;
	border-collapse: collapse;
}
#details #spec_table th{
	background-color: #e2c16f;
	color: #fcfbf5;
}
#details #spec_table td{
	background-color: #fcfbf5;
}
#details #spec_table th,
#details #price_table th{
	width: 300px;
	max-width: 25%;
}
#details #spec_table th,
#details #spec_table td,
#details #price_table th,
#details #price_table td{
	font-weight: normal;
	padding: 20px 15px;
	box-sizing: border-box;
	border: 8px solid #f2eeea;
	text-align: center;
	font-size: 1.2em;
}
#details #price_table th,
#details #price_table td{
	background-color: #ece6dc;
	border: 8px solid #fcfbf5;
}
#details #price_table td{
	font-size: 1.8em;
}
#details #price_table td span.totalprice{
	color: #FF6E4E;
	font-weight: 500;	
}
#details #price_table td span.tax{
	font-size: 0.7em;
}
#details #price_table th img{
	width: 35px;
	vertical-align: top;
	margin-left: 3px;
	cursor: pointer;
}
#details #price_table th img:hover{
	opacity: 0.7;
}
#details .pay_title{
	display: inline-block;
	background-color: #e2c16f;
	color: #fff;
	border-radius: 10px;
	padding: 0 10px;
	margin: 25px 0 15px;
}
#details #details_footer{
	margin-top: 80px;
}
#details #details_footer .btns{
	margin-bottom: 0;
}
#details iframe{
	margin-top: 50px;
}
.iziModal {
    top: 40px !important;
    bottom: 40px !important;
    height: auto !important;
    max-height: calc(100% - 80px) !important;
}
#modal_contents{
	padding: 30px;
	box-sizing: border-box;
}
#modal_contents #pencil{
	width: 20px;
	margin-right: 5px;
}
#modal_contents h5{
    font-size: 1.5em;
    line-height: 1.8em;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center;
}
#modal_contents #pack_area{
	margin: 40px 0;
	border: 1px solid #e2c16f;
	border-top: 0px;
}
#modal_contents #pack_area .pack_title{
	background-color: #FFEBCD;
	text-align: center;
	font-size: 1.1em;
	padding: 10px 10px;
	box-sizing: border-box;
	border-top: 1px solid #e2c16f;
	border-bottom: 1px solid #e2c16f;
}
#modal_contents #pack_area .pack_detail{
	padding: 15px 15px;
	box-sizing: border-box;
}
#modal_contents #pack_prices{
	border: 3px solid #FFEBCD;
	border-radius: 20px;
	margin-bottom: 40px;
	padding: 20px;
	box-sizing: border-box;
} 
#modal_contents #pack_prices #pack_price_title{
    font-size: 1.5em;
    line-height: 1.8em;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-bottom: 15px;
}
#modal_contents #pack_prices #pack_price{
    font-size: 2em;
    font-weight: 500;
	color: #e2c16f;
	text-align: center;
    margin-bottom: 10px;
}
#modal_contents #pack_prices #pack_tax{
	text-align: center;
	padding-left: 30px;
	font-size: 1.2em;
}
#modal_contents #pack_prices p{
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85em;
}
#detail_right,
#detail_left{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-top: 50px;
}
#detail_right #specs{
	margin-top: 0;
}
#detail_left{
	padding: 8px 10px 0;
	box-sizing: border-box;
}
#detail_right{
	padding: 0px 15px;
	box-sizing: border-box;
}
#details #detail_right #spec_table th, 
#details #detail_right #price_table th{
	width: 180px;
}
#details #detail_right #prices{
	padding: 0;
	margin-top: 20px;
}
#details #detail_right #prices #price_title{
	width: 250px;
}

#details #detail_right .pay_title_area{
	padding: 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	#details{
		margin-top: 80px;
	}
	#details #subvisual{
		height: 150px;
		margin-top: 55px;
		margin-bottom: 40px;
		border-radius: 0 0 30px 30px;
	}
	#details #subvisual h1{
		top: 35%;
		font-size: 1.8em;
	}
	.detail_contents{
		padding: 10px 20px;
	}
	#details iframe{
		margin-top: 20px;
	}
	#details #spec_table th,
	#details #spec_table td,
	#details #price_table th,
	#details #price_table td{
		padding: 15px 5px;
		border: 5px solid #f2eeea;
		font-size: 1.05em;
	}
	#details #price_table th,
	#details #price_table td{
		border: 5px solid #fcfbf5;
	}
	#details #price_table td{
		font-size: 1.5em;
	}
	#details #spec_table th,
	#details #price_table th{
		width: 38% !important;
		max-width: 38% !important
	}
	#details #specs,
	#details #prices{
		margin-top: 20px;
	}
	#details #prices{
		padding: 20px 0 50px;
	}
	#details #prices #price_title{
		max-width: 80%;
	}
	#details #price_table th img{
		width: 30px;
		margin-left: 0;
	}
	.iziModal {
	    top: 70px !important;
	    bottom: 30px !important;
	    height: auto !important;
	    max-height: calc(100% - 100px) !important;
	}
	#modal_contents{
		padding: 30px 20px;
	}
	#modal_contents h5{
		margin: 0 0 20px;
	}
	#modal_contents #pack_area{
		margin: 30px 0;
	}
	#modal_contents #pack_prices {
	    border-radius: 20px;
	    margin-bottom: 30px;
	    padding: 15px;
	}
	#modal_contents #pack_prices p{
		text-align: left;
	}
	#detail_right,
	#detail_left{
		display: block;
		width: 100%;
		padding: 0;
		margin-top: 0px;
	}

}
/* details end */

/* contact */
#inputform{
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
#inputform input[type="text"],
#inputform textarea,
#inputform select{
	position: relative;
	width: 100%;
}
#inputform input{
	position: relative;
}
#inputform input,
#inputform textarea{
	padding: 10px 10px;
	box-sizing: border-box;
}
#inputform input[type="image"]{
	padding: 0;
}
#inputform #contact_table{
	width: 100%;
	border-collapse: collapse;
}
#inputform #contact_table tr th,
#inputform #contact_table tr td{
	border: 5px solid #f2eeea;
	background-color: #fcfbf5;
	padding: 20px 30px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	#inputform #contact_table{
		border-top: 1px solid #aaa;
	}
	#inputform #contact_table tr th,
	#inputform #contact_table tr td{
		display: block;
		width: 100%;
		padding: 10px;
		border: 1px solid #aaa;
		border-top: 0;
	}
	#inputform #contact_table tr th{
		background-color: #ece6dc;
	}
}
/* contact end */

/* タップ時の青いハイライトを消す（iOS/Android） */
a, button, #hamburger, #menu a, #headline a, #splink,
.swiper-button-next, .swiper-button-prev {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* クリック（タップ）直後に残るフォーカス枠を非表示（マウス/タップ用）*/
a:focus, button:focus, #hamburger:focus {
    outline: none;
}
/* キーボード操作ではフォーカス枠を表示（アクセシビリティ配慮）*/
a:focus-visible, button:focus-visible, #hamburger:focus-visible {
    outline: 2px solid #0ea5e9;
    outline-offset: 2px;
}
.swiper-button-next, .swiper-button-prev{
	color: #e2c16f;
}
.highlight.activeline{
	background-position: -100% .9em;
}

.highlight {
	background-image: -webkit-linear-gradient(left, transparent 50%, #e2c16f 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, #e2c16f 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, #e2c16f 50%);
	background-image: -o-linear-gradient(left, transparent 50%, #e2c16f 50%);
	background-image: linear-gradient(left, transparent 50%, #e2c16f 50%);
	background-repeat: repeat-x;
	background-size: 200% .5em;
	background-position: 0 .9em;
	transition: all 3s ease;
	font-weight: bold;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 2000;
	background-color: #F2EEEA;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadeOut 1.5s 2.0s forwards;
}
.loading_sub {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background-color: #F2EEEA;
    animation: fadeOut 1.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    pointer-events: all;
  }
  50% {
    pointer-events: none;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.loading__logo {
	opacity: 0;
	animation: logo_fade 1.5s 0.5s forwards;
	width: 240px;
	max-width: 100%;
	/*margin-top: -10%;*/
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }

}
@media screen and (max-width: 768px) {
	.loading__logo {
		/*margin-top: -30%;*/
		width: 200px;
		max-width: 100%;
	}
}