@charset "utf-8";
@media screen and (max-width: 1000px) {
		.pc {
				display: none;
		}
		.sp {
				display: block;
		}
}
@media screen and (min-width: 1000px) {
		.pc {
				display: block;
		}
		.sp {
				display: none;
		}
}

header,footer {
	display: flex;
	justify-content: flex-end;
	padding: 2% 0;
}
header img,footer img{
	width: 40%;
}
img{
	vertical-align: middle;
	width: 100%;
	max-width: 800px;
	margin: auto;
}
body {
	
  padding: 0;
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 17px;
  color: #471415;
	overflow-x: hidden;
	max-width: 750px;
	margin: auto;
	box-shadow: #eee 0px 10px 10px 10px;
}
a:hover{
	opacity: 0.8;
	transition:all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
}
p{
	letter-spacing: 0.1em;
}

.btn1{
	position: relative;
}
.btn1 a img{
    position: absolute;
    bottom: 16%;
    right: 0;
    left: 0;
    width: 90%;
    margin: auto;
}
.btn1 .mv_cta{
	position: absolute;
    bottom: 6%;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
}
.btn2{
	position: relative;
}
.btn2 a img {
    position: absolute;
    bottom: 22%;
    right: 0;
    left: 0;
    width: 89%;
    margin: auto;
}
.btn3{
	position: relative;
}
.btn3 a img {
    position: absolute;
    bottom: 17.2%;
    right: 0;
    left: 0;
    width: 89%;
    margin: auto;
}
.btn4{
	position: relative;
}
.btn4 a img {
    position: absolute;
    bottom: 10.2%;
    right: 0;
    left: 0;
    width: 89%;
    margin: auto;
}
#lp_entry img {
width: auto;
}

.voice_area{
    background-image: url(../img/voice_bg.jpg);
    background-size: cover;
    padding: 55% 4% 1%;
}
.ano{
    text-align: right;
}
/* スライダー */
.slider {
    margin-top: 30px;
}
.slider div {
    padding: 0 8px;
}

.slider img {
    max-width: 100%;
    margin: 0 auto;
}

.slick-next {
    right: 25px !important;
}
.slick-next:before {
    content: '▶' !important;
}
.slick-prev {
    left: -33px !important;
    z-index: 100;
}
.slick-prev:before {
    content: '◀' !important;
}

.slick-prev:before, .slick-next:before{
    color: #d23c21 !important;
    position: absolute;
    font-size: 60px !important;
}
.slick-dots li button:before{
    color: #d23c21 !important;
}

@media screen and (max-width: 1000px) {
    .ano{
       font-size: 9px;
    }
    .voice_area{
        padding: 50% 4% 6% 2%;
    }
    .slider div {
        padding: 0 5px;
    }
    .slick-prev:before, .slick-next:before{
        font-size: 40px !important;
    }
    .slick-next {
        right: 13px !important;
    }
    .slick-prev {
        left: -17px !important;
        z-index: 100;
    }
}

.btn1 {
  position: relative;
}

.btn1 img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
  position: absolute;
  bottom: 19.8%;
  left: 8%;
  font-size: 18px;
  color: black; /* 必要に応じて文字色を変更 */
  line-height: 1.3; 
}

.btn2 {
  position: relative;
}

.btn2 img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text2 {
  position: absolute;
  bottom: 6%;
  left: 8%;
  font-size: 18px;
  color: black; /* 必要に応じて文字色を変更 */
  line-height: 1.4; 
}

.btn3 {
  position: relative;
}

.btn3 img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text3 {
  position: absolute;
  bottom: 4.7%;
  left: 8%;
  font-size: 18px;
  color: black; /* 必要に応じて文字色を変更 */
  line-height: 1.4; 
}

.btn4 {
  position: relative;
}

.btn4 img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text4 {
  position: absolute;
  bottom: 3%;
  left: 8%;
  font-size: 18px;
  color: black; /* 必要に応じて文字色を変更 */
  line-height: 1.4; 
}

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

.overlay-text {
  position: absolute;
  bottom: 19.8%;
  left: 30px;
  font-size: 2.4vw;
  color: black; /* 必要に応じて文字色を変更 */
  line-height: 1.3; 
}

.overlay-text2 {
  position: absolute;
  bottom: 6%;
  left: 30px;
  font-size: 2.4vw;
  color: black; /* 必要に応じて文字色を変更 */
  line-height: 1.3; 
}

.overlay-text3 {
  position: absolute;
  bottom: 5%;
  left: 30px;
  font-size: 2.4vw;
  color: black; /* 必要に応じて文字色を変更 */
  line-height: 1.3; 
}

.overlay-text4 {
  position: absolute;
  bottom: 2.8%;
  left: 30px;
  font-size: 2.4vw;
  color: black; /* 必要に応じて文字色を変更 */
  line-height: 1.4; 
}
}

/*離脱ポップの動き*/
html.popup-open,
body.popup-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

#exit-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow-y: auto;
}

.exit-popup-content {
    position: relative;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    width: 520px;
}

.exit-popup-img{
    background: #fff;
}

#exit-popup-image {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}


@media (max-width: 768px) {
    .exit-popup-content {
        width: 80%;
    }

    #close-popup {
        position: absolute;
        top: -12%;
        right: -9%;
        background: none;
        border: none;
        font-size: 38px;
        cursor: pointer;
        color: #ffffff;
        z-index: 2;
    }
    .exit-popup-img{
        padding-bottom: 0%;
    }
    
}
@media (min-width: 769px) {
    
    #close-popup {
        position: absolute;
        top: -10%;
        right: 0%;
        background: none;
        border: none;
        font-size: 38px;
        cursor: pointer;
        color: #ffffff;
        z-index: 2;
    }
    
}

/*離脱ポップのデザイン*/
.popmain{
    position: relative;
    z-index: 5;
}