@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family:'游明朝','Yu Mincho','Hiragino Mincho Pro',serif;
}

.lp_wrap {
    width: 750px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
}
.lp_wrap img {
    vertical-align: bottom;
}

.fv {
    margin: 0;
    padding: 0;
}

video {  
/* filter: drop-shadow(0px 0px #000); */
  outline: none;
  border: none;}

/*CV*/
.cv {
    position: relative;
    margin: 0 auto;
}
.cv .btn {
    position: absolute;
    bottom: 440px;
    left: 63px;
}
.cv .btn_1 {
    position: absolute;
    bottom: 29%;
    left: 9%;
}

.btn_hover:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}

#fixedBtn {
    position: fixed;
    z-index: 10;
    margin: auto;
    width: 100%;
    padding: 10px 10px;
    bottom: 0;
    opacity: 0;
    transform: translateY(200px);
    left: 0;
}
#fixedBtn a:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}


/*CV_POPUP*/
.open_1 {
    cursor:pointer;
}
.open {
    cursor:pointer;
     position: absolute;
     padding: 101% 29%;
     font-size: 22px;
     text-decoration: underline; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
    display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
    display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
    display: block;
    z-index: 9999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.window {
    width: 90vw;
    max-width: 650px;
    /* height: 240px; */
    padding: 25px;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text {
    color:#333333;
	  padding: 30px;
    margin: 0;
}

.text h3 {
    font-weight: normal;
    border-bottom: 1px solid #d9c59d;
    border-top: 1px solid #d9c59d;
    margin-top: 0;
    font-size: 40px;
}

.text li {
    font-size: 27px;
    margin: 10px 0;
  	text-align: left;
}

.text p {
    text-align: center;
    font-size: 18px;
}

.close {
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: 4px;
    font-size: 40px;
}

/*動画*/
.area_video {
  position: relative;
}
.video_container {
  position: absolute;
  left: 0;
  right: 0;
  width: 87%;
  margin: auto;
}
.video_container video {
  width: 100%;
  margin-bottom: -2px;
}
.video_container img {
  width: 100%;
}
.video_1 {
  top: 21.1%;
  padding: 20px 0px 0px 10px;
}
.video_2 {
  top: 4.75%;
  width: 83%;
  padding: 0px 8px 0px 0px;
}

/* Q&A */
.accordion_qa {
    margin: auto;
}
.toggle_qa {
    display: none;
}
.option_qa {
    position: relative;
    margin-bottom: 1em;
}
.title_qa {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    display:block;
    max-height:95px;
}
.title_qa::after,
.toggle_qa:checked + .title_qa::after {
    content:"";
    position:absolute;
    display:block;
    right:1.50em;
    width:0;
    height:0;
    border:15px solid transparent;
}
.title_qa::after {
    top:2em;
    border-top-color:#d0b684;
}
.toggle_qa:checked + .title_qa::after {
    top:1.1em;
    border-bottom-color:#d0b684;
}
.toggle_qa:checked + .title_qa {
    max-height: 540px;
    transition: all 1.5s;
}

/*よくある質問*/
.accordion {
    margin: 3em auto;
    max-width: 60vw;
    }
    .toggle {
    display: none;
    }
    .option {
    position: relative;
    margin-bottom: 1em;
    }
    .title,
    .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    }
    .title {
    background: #d0b684;
    padding: 1.2em;
    text-align: left;
    font-size: 28px;
    display: block;
    color: #fff;
    }
    .title::after,
    .title::before {
    content: "";
    position: absolute;
    right: 1.50em;
    top: 1.2em;
    width: 2.5px;
    height: 1.5em;
    background-color: #ffff;
    transition: all 0.3s;
    }
    .title::after {
    transform: rotate(90deg);
    }
    .content {
    max-height: 0;
    overflow: hidden;
    }
    .content p {
    margin: 0;
    padding: 1.1em;
    text-align: left;
    font-size: 28px;
    line-height: 1.5;
    }
    .toggle:checked + .title + .content {
    max-height: 500px;
    transition: all 1.5s;
    }
    .toggle:checked + .title::before {
    transform: rotate(90deg) !important;
    }

footer {
    margin-top: 120px;
    padding: 50px 0 60px 0;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}    

.footer_link {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.footer_link a {
    color: #ffffff;
    text-decoration: none;
}
.footer_link a:visited {
    color: #ffffff;
    text-decoration: none;
}
.footer_link a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.gif_area {
  	position: relative;
}
.gif_area img.gif {
  	position: absolute;
}
.gif_area img.gif_pic1_1 {
    top: 90px;
    width: 700px;
    left: 0;
    right: 0;
    margin: auto;
}
.gif_area img.gif_pic1 {
    top: 70px;
    width: 700px;
    left: 0;
    right: 0;
    margin: auto;
}

.gif_area img.gif_pic2 {
   bottom: 35px;
    width: 700px;
    left: 0;
    right: 0;
    margin: auto;
}

.gif_area img.gif1 {
	top: 33%;
	left: 0;
	right: 0;
	margin: auto;
}
.gif_area img.gif2 {
    top: 52%;
    left: 45px;
}
.gif_area img.gif3 {
    top: 52%;
    right: 45px;
}

div.instagram {
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
}
div.instagram a {
	display: inline-block;
	margin: 8px 5px;
	transition: 0.5s;
}
div.instagram a:hover {
	opacity: 0.4;
}

.slide_area {
    margin:20px 0 20px 0;
}
.slide_back {
    position:absolute;
}

.fv video {
	margin-bottom:-15px;
}

@media screen and (max-width: 640px) {
	.fv video {
		width: 100%;
		margin-bottom: -12px;
	}
    body {
        margin: 0;
        padding: 0;
    }
    .lp_wrap {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    .lp_wrap img {
        width: 100%;
    }
    .cv {
        position: relative;
        margin: 0 auto;
    }
    .cv .btn {
    position: absolute;
    top: 46%;
    left: 0%; }
    .cv .btn_1 {
        position: absolute;
        bottom: 28%;
        left: 0%;
    }
    .cv .btn img,
    .cv .btn_1 img {
        width: 90%;
    }
  .open {
    cursor:pointer;
    position: absolute;
    font-size: 12px;
    text-decoration: underline; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
    }
    .open_1 {
        cursor:pointer;
    }
    #pop-up {
        display: none; /* label でコントロールするので input は非表示に */
    }
    .overlay {
        display: none; /* input にチェックが入るまでは非表示に */
    }
    #pop-up:checked + .overlay {
        display: block;
        z-index: 9999;
        background-color: #00000070;
        position: fixed;
        width: 100%;
        height:190vh;
        top: 0;
        left: 0;
    }
    .window {
        width: 90vw;
        max-width: 98%;
        background-color: #ffffff;
        border-radius: 6px;
        display: flex;
      	padding: 30px 10px;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .text {
        color:#333333;
        padding: 5px;
        margin: 0;
    }

    .text h3 {
        font-weight: normal;
        border-bottom: 1px solid #d9c59d;
        border-top: 1px solid #d9c59d;
        margin-top: 0;
        font-size: 20px;
    }

    .text li {
        font-size: 16px;
        margin: 10px 0;
        text-align: left;
        line-height: 24px;
    }

    .text p {
        text-align: center;
        font-size: 13px;
    }

    .close {
        cursor:pointer;
        position: absolute;
        top: 4px;
        right: 4px;
        font-size: 20px;
    }
    .loop {
        width: 245%;
    }
    footer {
        padding: 40px 0;
        font-size: 16px;
    }
    .footer_link {
        flex-direction: column;
    }
    .pc {
        display: none;
    }

    /* Q&A */
    .accordion_qa {
        margin: 0em auto;
        max-width: 95%;
    }
    .toggle_qa {
        display: none;
    }
    .option_qa {
        position: relative;
        margin-bottom: 1em;
    }
    .title_qa {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        transition: all 0.3s;
        display: block;
        max-height:10vw;
    }
    .title_qa::after,
    .toggle_qa:checked + .title_qa::after {
        content: "";
        position: absolute;
        right: 0em;
        width:0;
        height:0;
        border:10px solid transparent;
    }
    .title_qa::after {
        top:1em;
        border-top-color: #d0b684;
    }
    .toggle_qa:checked + .title_qa::after {
        top:0.4em;
        border-bottom-color: #d0b684;
    }
    .toggle_qa:checked + .title_qa {
        max-height: 540px;
        transition: all 1.5s;
    }

/*よくある質問*/
.accordion {
    margin: 0em auto;
    max-width: 95%;
}
    .toggle {
    display: none;
    }
    .option {
    position: relative;
    margin-bottom: 1em;
    }
    .title,
    .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    }
    .title {
    background: #d0b684;
    padding: 1em;
	padding-right: 2em;
    text-align: left;
    font-size: 18px;
    display: block;
    color: #fff;
    }
    .title::after,
    .title::before {
    content: "";
    position: absolute;
    right: 1.50em;
top: 40%;
    width: 2.5px;
    height: 20px;
    background-color: #ffff;
    transition: all 0.3s;
    }
    .title::after {
    transform: rotate(90deg);
    }
    .content {
    max-height: 0;
    overflow: hidden;
    }
    .content p {
margin: 0;
    padding: 0.5em;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    }
    .toggle:checked + .title + .content {
    max-height: 500px;
    transition: all 1.5s;
    }
    .toggle:checked + .title::before {
    transform: rotate(90deg) !important;
    }
.video_2 {
  top:0%;
  width: 83%;
  padding: 0px;
}

    .gif_area {
        position: relative;
    }
    .gif_area img.gif {
        position: absolute;
        width: 40%;
    }

.gif_area img.gif_pic1 {
    top:  3.5%;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
}
    .gif_area img.gif_pic1_1 {
        top:  5.5%;
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
    }
.gif_area img.gif_pic2 {
   bottom: 3.5%;
   width: 90%;
    left: 0;
    right: 0;
    margin: auto;
}

    #fixedBtn {
        width: 96%;
    }

.gif_area img.gif1 {
	top: 33%;
	left: 0;
	right: 0;
	margin: auto;
}
.gif_area img.gif2 {
    top: 51%;
    left: 7%;
}
.gif_area img.gif3 {
    top: 51%;
    right: 7%;
}
div.instagram {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
div.instagram a {
	display: inline-block;
	width: 30%;
	margin: 8px 1%;
	transition: 0.5s;
}

    .slide_area {
        margin:20px 0 20px 0;
    }
    .slide_back {
        position:absolute;
    }
  
}

/*-----fix_button control--------*/
.hide-btn {
  	opacity: 0 !important;
}
#fixedBtn.UpMove{
	  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
    from {
        opacity: 0;
        transform: translateY(200px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*　下に下がる動き　*/

#fixedBtn.DownMove{
    animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(400px);
    }
}

.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}
.blurTrigger {
    opacity: 0;
}
.blur {
    animation-name: blurAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    position: absolute;
}
@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: scale(1.02);
        opacity: 0;
    }
    to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
    }
}
.gif_01 {
    position: absolute;
    left: 1.5%;
    top: -25%;
}
.img1_06,
.img1_08 {
    position: relative;
}
.posi_img1_06_01 {
    position: absolute;
    top: 12%;
    left: 3%;
}
.posi_img1_08_01 {
    position: absolute;
    top: 42%;
    left: 7.5%;
}
.posi_img1_08_02 {
    position: absolute;
    top: 36%;
    left: 36.5%;
}
.posi_img1_08_03 {
    position: absolute;
    top: 43%;
    left: 65.5%;
}
@media screen and (max-width: 640px) {
    .posi_img1_06_01 {
        top: 12%;
        width: 94%;
        left: 3%;
    }
    .posi_img1_08_01 {
        top: 60%;
        left: 7.5%;
        width: 27%;
    }
    .posi_img1_08_02 {
        top: 54%;
        left: 37.5%;
        width: 27%;
    }
    .posi_img1_08_03 {
        top: 60%;
        left: 67.5%;
        width: 27%;
    }
}