
@charset "UTF-8";
* {
    margin: 0;
}

body {
    font-feature-settings: "palt";
}

.adlp-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.adlp-wrapper .adlp-relative {
    position: relative;
}

.adlp-wrapper {
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
}
.adlp-wrapper .adlp-floating {
    width: min(calc((1920 / 1080) * 100vw), 1920px);
    position: fixed;
    bottom: 0;
    z-index: 10;
}

.adlp-wrapper .adlp-floating_inner {
    width: min(calc((600 / 1080) * 100vw), 600px);
    margin: 0 auto;
}

.adlp-wrapper .adlp-btn:hover {
    filter: brightness(108%);
}

.adlp-wrapper .adlp-btn {
    transition: filter 0.3s;
}

.adlp-wrapper .adlp-btn.-anime01:hover,
.adlp-wrapper .adlp-btn.-anime02:hover,
.adlp-wrapper .adlp-btn.-anime03:hover {
    filter: none;
}

.adlp-wrapper .adlp-btn.-anime01,
.adlp-wrapper .adlp-btn.-anime02,
.adlp-wrapper .adlp-btn.-anime03 {
    transition: none;
}

.adlp-wrapper .adlp-btn.-anime01 a,
.adlp-wrapper .adlp-btn.-anime02 a,
.adlp-wrapper .adlp-btn.-anime03 a {
    transition: transform 0.3s;
    display: block;
}

.adlp-wrapper .adlp-btn.-anime01:hover a {
    transform: scale(1.1);
}

.adlp-wrapper .adlp-btn.-anime02:hover a {
    transform: translateY(-5px);
}

.adlp-wrapper .adlp-btn.-anime03:hover a {
    animation: adlpHoverShake 0.15s linear 3;
}

@keyframes adlpHoverShake {
    0% {transform: skew(0deg,0deg);}
    25% {transform: skew(1deg, 1deg);}
    75% {transform: skew(-1deg, -1deg);}
    100% {transform: skew(0deg,0deg);}
}

.adlp-wrapper .adlp-pc {
    display: block;
}

.adlp-wrapper .adlp-sp {
    display: none;
}

@media all and (min-width:0px) and (max-width:767.9px) {
    .adlp-outer {
        overflow: hidden;
    }

    .adlp-wrapper .adlp-floating {
        width: 100%;
    }

    .adlp-wrapper .adlp-floating_inner {
        width: calc((600 / 750) * 100vw);
    }

    .adlp-wrapper .adlp-pc {
        display: none;
    }

    .adlp-wrapper .adlp-sp {
        display: block;
    }
}



/* Section specific styles */

/* footer_btn_01 */

.footer_btn_01 {
    position: absolute;
    left: 0px;
    top: 56px;
    width: 750px;
}

@media screen and (max-width: 767px) {
    .footer_btn_01 {
        width: calc( 750 / 750 * 100vw);
        left: calc( 0 / 750 * 100vw);
        top: calc( 56 / 750 * 100vw);
        /* top: 11.89vw;*/
    }
}

/* footer_btn_02 */

.footer_btn_02 {
    position: absolute;
    left: 0px;
    top: 136px;
    width: 750px;
}

@media screen and (max-width: 767px) {
    .footer_btn_02 {
        width: calc( 750 / 750 * 100vw);
        left: calc( 0 / 750 * 100vw);
        top: calc( 136 / 750 * 100vw);
        /* top: 28.87vw;*/
    }
}

/* footer_btn_03 */

.footer_btn_03 {
    position: absolute;
    left: 0px;
    top: 216px;
    width: 750px;
}

@media screen and (max-width: 767px) {
    .footer_btn_03 {
        width: calc( 750 / 750 * 100vw);
        left: calc( 0 / 750 * 100vw);
        top: calc( 216 / 750 * 100vw);
        /* top: 45.86vw;*/
    }
}

/* footer_btn_04 */

.footer_btn_04 {
    position: absolute;
    left: 0px;
    top: 296px;
    width: 750px;
}

@media screen and (max-width: 767px) {
    .footer_btn_04 {
        width: calc( 750 / 750 * 100vw);
        left: calc( 0 / 750 * 100vw);
        top: calc( 296 / 750 * 100vw);
        /* top: 62.85vw;*/
    }
}

/* cv_btn_01 */

.cv_btn_01 {
    margin: -80px auto 0;
    width: calc(476 / 750 * 100%);
}

@media screen and (max-width: 767px) {
    .cv_btn_01 {
        margin-top: calc(-80 / 750 * 100vw);
    }
}

.cv_btn_01:hover {
    cursor: pointer;
}

.cv_btn_01 img:nth-child(2) {
    display: none;
}

.cv_tab {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
    margin: 0 auto;
}

.cv_tab.open {
    height: 787px;
}

@media screen and (max-width: 767px) {
    .cv_tab.open {
        height: calc(787 / 750 * 100vw);
    }
}

.cv_tab img {
    display: none;
}

.cv_tab.open img {
    display: block;
}

.cv_tab a {
    position: absolute;
    left: calc(162 / 750 * 100%);
    bottom: 4.8%;
    width: calc(400 / 750 * 100%);
}

.cv_btn_02 {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 156px;
    width: 650px;
}

@media screen and (max-width: 767px) {
    .cv_btn_02 {
        width: calc( 650 / 750 * 100vw);
        bottom: calc( 156 / 750 * 100vw);
    }
}

.cv .adlp-relative > a {
    position: absolute;
    left: calc(138 / 750 * 100%);
    bottom: 1172px;
    width: calc(439 / 750 * 100%);
}

@media screen and (max-width: 767px) {
    .cv .adlp-relative > a {
        bottom: calc(1172 / 750 * 100vw);
    }
}

.sec05 .sec05_btn{
    width: calc(476 / 750 * 100%);
    display: block;
    position: absolute;
    left: 50%;
    top: calc(375 / 750 * 100%);
    transform: translateX(-50%);
}

.sec05 .sec05_link{
    width: calc(439 / 750 * 100%);
    display: block;
    position: absolute;
    left: calc(60 / 750 * 100%);
    top: calc(660 / 750 * 100%);
}
/* floating button */
#fixbtn {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
#fixbtn.fixbtn--visible {
  bottom: 0;
}
#fixbtn .fixbtn__box {
  position: relative;
  bottom: 0;
  display: block;
  margin: 0 auto;
  max-width: 750px;
	text-align: center;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 32%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 32%, rgba(255,255,255,0) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 32%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.fixbtn__item {
  display: block;
  box-sizing: border-box;
  padding: 2% 3%;
}
.fixbtn__item span {
  display: block;
  margin: 0 auto;
  -webkit-animation-name: expand;
  -moz-animation-name: expand;
  -o-animation-name: expand;
  animation-name: expand;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  cursor: pointer;
}
.fixbtn__item p {
  box-sizing: border-box;
  width: 100%;
  padding: 0 2%;
}

@media screen and (max-width: 767px) {
	#fixbtn .fixbtn__box img {
		width: 90%;
		margin: 0 auto;
}
}