@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
}

video {
    filter: drop-shadow(0px 0px rgba(0,0,0,0));
    outline: none;
    border: none;
}

.lp_wrap {
    width: 750px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.lp_wrap img {
    vertical-align: bottom;
}

.fv {
    position: relative;
    margin: 0;
    padding: 0;
}
.fv_movie{
    position: relative;
    z-index: 0;
}
.fv .fv_img01 {
    position: relative;
    width: 750px;
    max-width: 100%;
    /* z-index: 5;
    top: -135px;
    margin-bottom: -137px; */
}
.fv .fv_img02 {
    position: relative;
    /* bottom: 4px; */
}

.fv .fv_img03 {
    position: relative;
    bottom: 4px;
}


.cv {
    position: relative;
    margin: 0 auto;
}

.cv .btn {
/*    position: absolute;
    bottom: 81px;
    left: 39px;*/
    /*top: 720px;*/
    /*left: 10px;*/
/*    right: 0;
    margin: auto;*/
}

.btn_hover:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}
.reflection{
    display:inline-block;
    position:relative;
    overflow:hidden;
    }
     
    .reflection:after {
    content:"";
    height:100%;
    width:30px;
    position:absolute;
    top:-180px;
    left:0;
    background-color: #fff;
    opacity:0;
    /*-webkit-transform: rotate(45deg);
    -webkit-animation: reflection 3.5s ease-in-out infinite;*/
    }

    @keyframes reflection {
        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; }
        }
      

.yureru-s {
    animation: yureru-s 3s infinite;
}

@keyframes yureru-s {
    0% {
        transform: translate(6px, 0px);
    }

    5% {
        transform: translate(-6px, 0px);
    }

    10% {
        transform: translate(6px, 0px);
    }

    15% {
        transform: translate(-6px, 0px);
    }

    20% {
        transform: translate(6px, 0px);
    }

    25% {
        transform: translate(-6px, 0px);
    }

    30% {
        transform: translate(0px, 0px);
    }
}

/*CV_accordion*/
.cv_accordion_area {
    background-size: 100%;
    width: 99.9%;
    /*背景の幅設定*/
}

.cv_accordion_box {
    background: url(../images/cv_accordion_bg.jpg);
    background-size: inherit;
    width: 99.9%;
}

.accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    padding: 20px 0px 50px 0px;
    cursor: pointer
}

.accordion-title {
    position: relative;
}

.accordion-container .accordion-title {
    display: block;
    position: relative;
    margin: 0;
    cursor: pointer;
}

.accordion-content {
    display: none;
}

.accordion-content.open {
    display: block;
}

.accordion-title:after {
    content: "";
    display: block;
    width: 27px;
    height: 26px;
    border-top: #aa9363 2px solid;
    border-right: #aa9363 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 6%;
    top: 0;
    bottom: 15%;
    margin: auto;
}

.accordion-title.open:after {
    content: "";
    display: block;
    width: 27px;
    height: 26px;
    border-top: #aa9363 2px solid;
    border-right: #aa9363 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 6%;
    top: 0;
    bottom: -17%;
    margin: auto;
}
/*GIF*/
.video_01 {
    position: absolute;
    width: 85%;
    left: 8%;
    top: 5%;
}

.video_01 .icon_01 {
    position: absolute;
    top: -3%;
    right: 63%;
    left: 0;
    z-index: 5;
}

.gif_01 {
    position: absolute;
    left: 1.5%;
    top: 16%;
}

/*動画*/
.area_video {
    position: relative;
  }
  .img_video{
    position: relative;
    z-index: 0;
    margin-bottom: 10%;
    margin-bottom: -4px;
  }
  .video_container_01 {
    position: absolute;
    left: 0;
    right: 0%;
    top: 67.2%;
    margin: auto;
  }

  .video_container video {
    width: 100%;
    margin-bottom: -2px;
    width: 100%;
  }

  .video_container img {
    width: 100%;
  }

/*footer*/
.footer {
    margin-top: 120px;
    padding: 50px 0 60px 0;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}
.footer .copy{
    font-size: 18px;
    line-height: 25px;
}

.footer_link {
    display: flex;
    justify-content: center;
    margin: 21px;
    padding: 0;
}

.footer_link li {
    list-style: none;
    margin-right: 25px;
}

.footer_link li a {
    color: #ffffff;
    text-decoration: none;
}

.footer_link li a:visited {
    color: #ffffff;
    text-decoration: none;
}

.footer_link li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#fixedBtn {
    position: fixed;
    z-index: 10;
    margin: auto;
    width: 100%;

    bottom: 1%;
    transform: translateY(200px);
    left: 0;
}

#fixedBtn a:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}

.btn_hover:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}


/*==================================
SCROLLの動き
==================================*/

/*----------------------------
scroll_down ｜下から上へ出現
----------------------------*/
.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}


@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*----------------------------
  scroll_up ｜下から上へ出現
  ----------------------------*/
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

/*----------------------------
  scroll_left ｜左から出現
  ----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
  scroll_right ｜右から出現
  ----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(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;
    }
}

/*----------------------------
  /* スクロールしたらふわっ（上から）
  ----------------------------*/
.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*----------------------------
  /* スクロールしたらぱたっ下へ 
  ----------------------------*/
.flipDown {
    animation-name: flipDownAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes flipDownAnime {
    from {
        transform: perspective(2500px) rotateX(100deg);
        opacity: 0;
    }

    to {
        transform: perspective(2500px) rotateX(0);
        opacity: 1;
    }
}

/*----------------------------
  /* スクロールしたらボンッ(拡大)
  ----------------------------*/

.zoomIn {
    animation-name: zoomInAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
    from {
        transform: scale(0.6);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}


/*----------------------------
    ぱたっ（下へ）ふわっ（上から）共通 
    ----------------------------*/
.fadeDownTrigger,
.flipDownTrigger,
.blurTrigger,
.zoomInTrigger {
    opacity: 0;
}

/*==================================
アニメーションのタイミング調整
==================================*/
.delay-time05 {
    animation-delay: 0.5s;
}

.delay-time1 {
    animation-delay: 1s;
}

.delay-time15 {
    animation-delay: 1.5s;
}

.delay-time2 {
    animation-delay: 2s;
}

.delay-time25 {
    animation-delay: 2.5s;
}

.delay-time3 {
    animation-delay: 3s;
}

.delay-time35 {
    animation-delay: 3.5s;
}

/*==================================
SCROLLの画像
==================================*/
.img03,
.img05,
.img06,
.img07,
.img08,
.img09,
.img10,
.img11,
.img12,
.img13,
.img14,
.img16,
.img17,
.img19,
.img20,
.img21,
.img22,
.img23,
.img27,
.img34,
.img35,
.img36,
.img37,
.img38 {
    position: relative;
}

.posi_fv_movie {
    position: absolute;
    right: 13%;
    left: 13%;
    top: 5%;
    bottom: 50%;
    border-radius: 100%;
}

.posi_fv_movie video{
    width: 100%;
}

.img_video video{
    width: 100%;
}

.posi_fv_png {
    position: absolute;
    width: 100%;
    right:  10%;
    bottom: -3%;
}

.posi_fv_png img {
    width: 90%;
    left: 0;
}

.posi_fv08 {
    position: absolute;
    right: 0;
    left: 51%;
    top: 8.7%;
}

.posi_fv09 {
    position: absolute;
    right: 59%;
    left: 0;
    top: 53.7%;
}

.posi_fv10 {
    position: absolute;
    right: 0;
    left: 57%;
    top: 69.7%;
}
.posi_fv11 {
    position: absolute;
    right: 0;
    left: 72%;
    top: 9.7%;
}

.posi_img34 {
    position: absolute;
    top: 7%;
    right: 0%;
}

.posi_img35 {
    position: absolute;
    top: 7%;
    left: 0%;
}

.posi_img36 {
    position: absolute;
    top: 5%;
    right: 0%;
}

.posi_img37 {
    position: absolute;
    top: 15%;
    right: 8%;
}

/*アコーディオン*/
.accordion_area {
    background: url(../images/ac_bk.jpg);
    background-size: 100%;
    padding: 0% 0 2.6%;
    width: 100%;
    /*背景の幅設定*/
}

.accordionon_area .h2 {
    text-align: center;
}

.accordion_box {
    width: 100%;
    max-width: 750;
    /*PC版でのアコーディオン幅の設定*/
}

.ac_item {
    margin-bottom: 3%;
}

.ac_answer {
    display: none;
}

.active {
    border-radius: 0;
    overflow: hidden;
}

.ac_question {
    display: block;
    position: relative;
    cursor: pointer;
}

.ac_question::before {
    content: '';
    position: absolute;
    width: 6%;
    /*+、-の大きさ設定*/
    height: 1px;
    border-bottom: solid #FFFFFF;
    /*+、-の色設定*/
    border-bottom-width: 0.2vw;
    /*+、-の太さ設定*/
    margin: auto;
    top: 0;
    bottom: 0;
    right: 5.6%;
    /*+、-の位置設定*/
    transform: rotate(0deg);
    transition: all .4s;
    z-index: 5;
}

.ac_question::after {
    content: '';
    position: absolute;
    width: 5.8%;
    /*+、-の大きさ設定*/
    height: 1px;
    border-bottom: solid #FFFFFF;
    /*+、-の色設定*/
    border-bottom-width: 0.2vw;
    /*+、-の太さ設定*/
    margin: auto;
    top: 0;
    bottom: 0;
    right: 5.6%;
    /*+、-の位置設定*/
    transform: rotate(90deg);
    transition: all .4s;
    z-index: 5;
}


.active::before {
    transform: rotate(360deg);
    transition: all .4s;
}

.active::after {
    transform: rotate(360deg);
    transition: all .4s;
}



@media screen and (max-width: 640px) {
    body {
        margin: 0;
        padding: 0;
    }

    .lp_wrap {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .lp_wrap img {
        width: 100%;
    }

    .fv_movie video {
        width: 100%;
    }

    .fv {
        margin: 0;
        padding: 0;
    }

    .posi_fv_movie {
        position: absolute;
        right: 13%;
        left: 13%;
        top: 5%;
        bottom: 50%;
        border-radius: 100%;
    }

    .cv .btn {
/*        bottom: 4%;*/
		width: 100%;
        margin: auto;
/*		left: 5%;*/
/*        
        overflow: hidden;*/
    }
    .accordion-container {
        width: 95%;
        left: 2.5%;
        padding: 2% 0 9% 0;
    }

    .accordion-title:after {
        width: 17px;
        height: 16px;
        right: 7%;
    }

    .accordion-title.open:after {
        width: 16px;
        height: 16px;
        right: 7%;
    }

    .posi_fv_png {
        right: 4%;
    }

    .posi_fv08 {
        width: 40%;
        left: 58%;
        top: 2.7%;
    }

    .posi_fv09 {
        width: 40%;
        left: 2%;
        top: 64.7%;
    }

    .posi_fv10 {
        right: 0;
        left: 60%;
        top: 72.7%;
    }

    .posi_fv08 {
        right: 0;
        left: 51%;
        top: 6.7%;
    }

    .posi_fv09 {
        right: 59%;
        left: 0;
        top: 64.7%;
    }

    .posi_fv10 {
        right: 0;
        left: 60%;
        top: 72.7%;
    }
    .posi_fv11 {
        left: 78%;
        width: 16%;
        top: 6.7%;
    }

    .posi_img01_01 {
        top: 6%;
        right: 15%;
        left: 11%;
    }

    .posi_img01_02 {
        top: 38%;
        right: 5%;
        left: 5%;
    }

    .posi_img03_01 {
        top: 12%;
        width: 94%;
        left: 3%;
    }

    .posi_img03_02 {
        top: 59%;
        width: 90%;
        right: 6%;
    }

    .posi_img05_01 {
        top: 60%;
        left: 7.5%;
        width: 27%;
    }

    .posi_img05_02 {
        top: 54%;
        left: 37.5%;
        width: 27%;
    }

    .posi_img05_03 {
        top: 60%;
        left: 67.5%;
        width: 27%;
    }

    .posi_img06_01 {
        top: 17%;
        width: 55%;
        left: 3%;
    }

    .posi_img06_02 {
        top: 27%;
        width: 60%;
        right: 2%;
    }

    .posi_img06_03 {
        top: 74%;
        width: 65%;
        left: 3%;
    }

    .posi_img06_04 {
        top: 83%;
        width: 62%;
        right: 1%;
    }

    .posi_img08 {
        left: 4%;
        top: 27%;
        width: 45%;
    }

    .posi_img09 {
        top: 5%;
        width: 17%;
    }

    .posi_img10 {
        top: 6%;
        left: 10%;
        width: 80%;
        right: 0;
    }

    .posi_img11_01 {
        top: 7.25%;
        width: 62%;
    }

    .posi_img11_02 {
        top: 81%;
        left: 2%;
        width: 23%;
    }

    .posi_img11_03 {
        top: 81%;
        left: 26.5%;
        width: 23%;
    }

    .posi_img11_04 {
        top: 81%;
        left: 51%;
        width: 23%;
    }

    .posi_img11_05 {
        top: 81%;
        left: 75%;
        width: 23%;
    }

    .posi_img12 {
        left: 75%;
        width: 21%;
    }

    .posi_img13 {
        left: 66%;
        width: 29%;
    }

    .posi_img14 {
        width: 95%;
        right: 2.5%;
    }

    .posi_img16 {
        top: 5%;
        width: 90%;
    }

    .posi_img17 {
        top: 4%;
        right: 13%;
        width: 70%;
    }

    .posi_img19 {
        width: 70%;
    }

    .posi_img20 {
        top: 5%;
        right: 3%;
        width: 65%;
    }

    .posi_img21 {
        width: 80%;
        right: 17%;
    }

    .posi_img22 {
        width: 75%;
        left: 22%;
    }

    .posi_img23 {
        width: 67%;
        top: 7%;
        left: 3%;
    }

    .posi_img34 {
        top: 5%;
        width: 45%;
        right: 2%;
    }

    .posi_img35 {
        top: 7%;
        width: 60%;
        left: 2%;
    }
    .posi_img36 {
        top: 5%;
        right: 2%;
        width: 45%;
    }

    .posi_img37 {
        top: 12%;
        right: 4%;
        width: 27%;
    }

    .posi_img38_01 {
        top: 57%;
        left: 3%;
        width: 29%;
    }

    .posi_img38_02 {
        top: 64%;
        right: 36%;
        width: 29%;
    }

    .posi_img38_03 {
        top: 57%;
        right: 3%;
        width: 29%;
    }

    .video_container_01 {
        position: absolute;
        left: 0;
        right: 2%;
        top: 65.5%;
        width: 84%;
        margin: auto;
      }

      .video_container_01 video {
        width: 85%;
        margin-bottom: -2px;
        width: 100%;
      }
      
    

     .footer {
        margin-top: 50px;
        padding: 50px 0 60px 0;
        background-color: #333333;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
    }
    .footer .copy{
        font-size: 14px;
        line-height: 26px;
    }
    
    .footer_link {
        display: block;
        margin: -9px;
        padding: 0px 0px 37px 0px;
    }
    .footer_link li {
        list-style: none;
        margin-right: 7px;
        line-height: 25px;
    }

}

/*-----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);
    }
}


.cv {
	/*background:url("../images/bg_img.gif") repeat-y;*/
	background-size: 100% auto;
}

.cv_btm_blc {
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
    position: relative;
}

.cv_btn{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 95%;
}

.cv .txt_btn_area {
	width: 67.37%;
    margin: 40px auto 0;
}
.cv .txt_btn {
	display: block;
	padding: 12px;
	border: #353535 2px solid;
	text-decoration: none;
	font-size: 25px;
	color: #353535;
	cursor: pointer;
    font-family:'游明朝','Yu Mincho','Hiragino Mincho Pro',serif;
    font-weight: 500;
    line-height: 1.4;
}
.cv .txt_btn span {
	display: block;
	font-size: 20px;
}


.modal_overlay,
.modal_content {
	display: none;
	position: fixed;
}
.modal_overlay.open,
.modal_content.open {
	display: block;
	position: fixed;
	text-decoration: none !important;
}
.modal_content {
	width: 90%;
	max-width: 500px;
	height: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 101;
	overflow-y: scroll;
	padding: 40px 60px;
	background: #FFF;
	border-radius: 10px;
	color: #666;
	text-align: left;
	box-sizing: border-box;
}
.modal_content ul {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}
.modal_content li {
	font-size: 14px;
	padding-left: 1.5em;
	margin-bottom: 5px;
	position: relative;
    font-family:'游明朝','Yu Mincho','Hiragino Mincho Pro',serif;
    line-height: 1.6;
}
.modal_content li::before {
	content: '※';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.modal_content dl {
	margin-bottom: 30px;
}
.modal_content dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
    font-family:'游明朝','Yu Mincho','Hiragino Mincho Pro',serif;
    line-height: 1.6;
}
.modal_content dd {
	font-size: 13px;
	margin: 0;
    font-family:'游明朝','Yu Mincho','Hiragino Mincho Pro',serif;
    line-height: 1.6;
}
.modal_delete {
	font-size: 14px;
	text-align: center;
}
.modal_overlay {
	width: 100%;
	height: 100%;
	background: grey;
	opacity: .6;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.modal_cart_btn { margin-bottom: 20px;}
.modal_cart_btn a {
	display: block;
	padding: 12px;
	text-decoration: none;
	border-radius: 5px;
	font-size: 22px;
	color: #fff;
    font-family:'游明朝','Yu Mincho','Hiragino Mincho Pro',serif;
    line-height: 1.4;
    background: #cea511;
    text-align: center
}


@media screen and (max-width: 640px) {
    
/* .cv_btm_blc { padding: 30px 0 40px 0;} */
    
.cv .cv_v2_btn1 .btn {
    width: 90%;
    left: 5%;
}
.cv .cv_v2_btn1 .btn {
	bottom: 9%;
}

.modal_content { padding: 30px 40px;}
}

@media screen and (max-width: 749px) {
    .cv .txt_btn_area {
        margin: 5.33333333333333vw auto 0;
    }
    .cv .txt_btn {
        padding: 1.6vw;
        font-size: 3.33333vw;
    }
    .cv .txt_btn span {
        font-size: 2.66666666666667vw;
    }
}
