@charset "utf-8";

body {
    background-image: url("../img/lp_bg_body-min.png");
    margin: 0 auto;
    font-size: #fff;
        font-family: NotoSansCJKjp-Bold-83pv-RKSJ-H, 'Noto Sans CJK JP', "Hiragino Sans", "Yu Gothic Medium", "Meiryo", sans-serif;
        font-size: 150%;
        font-weight: 500;
        background-attachment: fixed;
        background-repeat:no-repeat;
        background-position: center;
        background-size: cover;
        margin: 0;

}
li{
    list-style: none;
}

a{
    text-decoration: none;
    color: #FFF;
}
a.textlink {
	position: relative;
	z-index: 999999;
	pointer-events: auto;
	color: #0000EE;
	text-decoration: underline;
}


a:hover:not(.textlink),a:hover:not(.textlink) img {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

img.anchor{
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}

h1{
	display: none;
	
}


#logo{
	position: absolute;
	top: 10%;
	left:5%; 
	z-index: -1;

}
#logo img{
	width: 8vw;
	height: auto;
	position: fixed;
	z-index: -1;
}

#pc_menu{
	position: fixed;
	bottom:5%;
	left:5%;
	z-index: 30;
}

#pc_menu li{
	line-height: 3.5rem;
	padding-bottom:0.02rem;

}

@media screen and (max-width: 1280px) {
	#logo, #pc_menu{
	display: none;
  }
}

#online_button{
	position: absolute;
	top: 80%;
	right:8%; 
}

#online_button img{
	width: 7vw;
	height: auto;
	position: fixed;
}

@media screen and (max-width: 1200px) {
	#online_button{
	display: none;
  }
}

#content{
    margin: 0 auto;
    max-width:500px;
    background: #FFF;

}

#content img{
    width:100%;
	height: auto;
    vertical-align:baseline;
    display: block;

}


.offer_button{
    width: 100%;
    background: #FFF;
    padding-top: 5%;
    padding-bottom: 3%;

}

.content_box2{
    background:#E6E6E6;
    margin: 0 auto;
    padding: 7% 0;
    display: block;
    position: relative;
}

.content_box2 img.title{
    width: 80% !important;
    margin: 0 auto;
    padding-bottom: 10%;
}


.swiper--wrapper {
    width: 100%;
    margin: 0 auto;
  }

  
  .swiper-slide {
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .swiper-slide img {
    margin: 0 auto;
  }
  
  .swiper-slide:nth-child(3n + 1) {
  }
  
  .swiper-slide:nth-child(3n + 2) {
  }
  
  .swiper-slide:nth-child(3n + 3) {
  }

  .swiper-slide img{
    width: 80% !important;
  }
   
 

   #footer{
    background-color: #E3AAAA;
   }

   #footer img{
    width: 50%;
    padding: 20%;
    margin: 0 auto;
   }
   

.link-top{
	font-size: 0.8em;
	text-align: center;
	padding-bottom: 1.0em;
}

.fixed-btn {
  position: fixed;
  bottom: 10px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0; /*デフォルトで非表示 */
  visibility: hidden; /*デフォルトで非表示 */
  z-index: 1000000;
  max-width: 400px;
  left: 50%;
  transform: translateX(-50%);
}
.active {
  opacity: 1;/* クラス付与で表示 */
  visibility: visible;/* クラス付与で表示 */
}
.fixed-btn:hover {
  transform: translateX(-50%) scale(1.1);
}
@media screen and (max-width: 768px){
  .fixed-btn {
    position: fixed;
    transition: 0.3s;
    width: 90%;
}
.fixed-btn:hover {
   transform: translateX(-50%) scale(1);
}
}

/*video*/
.video-container{
position:relative;
display: block;
width:100%;
height: auto;
max-width:300px;
margin:auto;
cursor:pointer;
}

video{
width:100%;
display:block;
border:5px solid #e3aaaa;
border-radius:10px;
box-shadow: 1px 5px 5px 1px #222222;
}

.play-overlay{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:90px;
height:90px;
background:rgba(0,0,0,0.6);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
transition:0.2s;
}

.play-overlay:hover{
transform:translate(-50%,-50%) scale(1.1);
}

.play-icon{
width:0;
height:0;
border-left:28px solid white;
border-top:16px solid transparent;
border-bottom:16px solid transparent;
margin-left:5px;
}