@charset "utf-8";

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}
.noto-sans-jp{
	font-family: "Noto Sans JP", sans-serif;
}

.ShipporiMincho{
    font-family: shippori-mincho, sans-serif;
}
.ZenKakuGothicNew{
    font-family: zen-kaku-gothic-new, sans-serif;
}
.NotoSansJP{
    font-family: "Noto Sans JP", sans-serif;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", serif;
}
.Inter{
    font-family: "Inter", sans-serif;
}

.sticky__container{
	display: flex;
    margin: 0 auto;
    padding: 0;
background: #ffffff;
background: linear-gradient(135deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(124, 163, 187, 1) 100%);
	background-attachment: fixed;
	/*justify-content: center;*/
}
.pcBox{
	width: 45%;
	height: 100vh;
	position: sticky;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.title_pc{
	display: block;
	width: 35vh;
}


#lp_wrap{
	width: 36%;
	text-align: center;
	margin: 0 auto 0 0;
	display: block;
	padding: 0 0 10%;
	overflow: hidden;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 400;
	letter-spacing:.5px;
	line-height: 1.65em;;
    background: #FFFFFF;
    color: #222;
}
#lp_wrap img{
    vertical-align: bottom;
    line-height: 0;
    border: none;
}
#lp_wrap ul,#lp_wrap li{
	padding: 0;
    list-style: none;
}

#lp_wrap a,#lp_wrap a:hover,#lp_wrap a:link{
    text-decoration: none;
    opacity: 1;
}
#lp_wrap img{
	width: 100%;
	height:auto;
	 display:block;
}
/* ================================================ 
header
================================================ */
#lp_head{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

#lp_head .head{
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
#lp_head .visual{
    position: relative;
    margin: 0 auto;
    padding: 0;
    aspect-ratio: 3 / 4;
    
}
#lp_head .title_box{
    width: 60%;
    position: absolute;
    place-self: center;
    inset: 0;
    z-index: 100;
}
#lp_head .title_box .title{
    width: 100%;
    margin: 0 auto;
}

#lp_head .title_box .title_vol{
    width: 30%;
    text-align: center;
    margin: 10% auto 0;
}


#lp_head .lead{
	font-size: 17px;
	text-align: center;
    margin: 10% auto;
	position: relative;
	display: inline-block;
	line-height: 2em;
}


/* ================================================ 
contents
================================================ */

#lp_contents section{
	width: 100%;
	text-align: center;
	margin: 10% auto 5%;
	position: relative;
	display: inline-block;
}
#lp_contents section .plof_box{
    width: 100%;
    background:#7ca3bb;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    padding: 10% 0;
    color: #FFFFFF;
}
#lp_contents section .plof_box .inner{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
#lp_contents section .plof_box .no{
    width: 30%;
    float: left;
    margin: 0 auto;
}
#lp_contents section .plof_box .name{
    width: 100%;
    display: inline-block;
    font-family: shippori-mincho, sans-serif;
    font-size: 35px;
    font-weight: 400;
    text-align: left;
    margin: 2.5% auto;
    line-height: 1em;
}
#lp_contents section .plof_box .name span{
    font-size: 50%;
}
#lp_contents section .plof_box .img{
    width: 100%;
    margin: 5% auto 2%;
    position: relative;
}
#lp_contents section .plof_box .txt{
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height: 1.65em;
    display: inline-block;
    margin:1.5% auto;
}
#lp_contents section .plof_box .txt a{
    color: #FFFFFF;
    text-decoration: underline;
}
#lp_contents section .plof_box .ig_link{
    width: 50%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 4% auto 0;
    float: left;
    justify-content: flex-start;
}
#lp_contents section .plof_box .ig_link a{
    color: #FFFFFF;
}
#lp_contents section .plof_box .ig_link .ig{
    width: 10%;
}
#lp_contents section .plof_box .ig_link .ac{
    font-size: 14px;
    font-family: shippori-mincho, sans-serif;
    text-decoration: underline;
    margin-left: 5%;
}
#lp_contents section .contents_box{
    width: 100%;
    margin: 0% auto 0;
    position: relative;
    display: inline-block;
}
#lp_contents section .contents_box .sub ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:0;
}
#lp_contents section .contents_box .qa_inner{
    width:85%;
    text-align: center;
    margin: 10% auto;
    position: relative;
}
#lp_contents section .qa_inner .question{
    color: #5b84a1;
    font-family: shippori-mincho, sans-serif;
    text-align: left;
    line-height: 1.5em;
    font-size: 21px;
    margin: 0 auto;
    font-weight:600;
    display: flex;
    align-items: center;
}
#lp_contents section .qa_inner .question::before{
    background-color: #5b84a1;
    content: "";
    height: 2px; /* 横線の高さ */
    width: 20px; /* 横線の長さ */
    margin-right: 15px;
}
#lp_contents section .qa_inner .answer{
    text-align: left;
    line-height: 1.65em;
    margin: 2% auto 0;
    font-size: 15px;
}
#lp_contents section .contents_box .heading{
    width: 100%;
    background:#7ca3bb; 
    padding: 2% 0;
    
}
#lp_contents section .heading .cmt_box{
    width: 80%;
    text-align: center;
    margin: 5% auto;
    position: relative;
    padding:0.5em 1em;
}
#lp_contents section .heading .cmt_box:before,
#lp_contents section .heading .cmt_box:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
#lp_contents section .heading .cmt_box:before{
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    top:0;
    left: 0;
}
#lp_contents section .heading .cmt_box:after{
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    bottom:0;
    right: 0;
}
#lp_contents section .heading .cmt_box .cmt{
    color: #FFFFFF;
    font-size: 22px;
    font-family: shippori-mincho, sans-serif;
    font-weight: 500;
    text-align: left;
    line-height: 2em;
    margin: 0 0 0 8%;
}
#lp_contents section .contents_box .main{
    width: 100%;
    position: relative;
    aspect-ratio: 3 / 2;
}
#lp_contents section .contents_box .credit_area{
    width:85%;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 5% auto;
}
#lp_contents section .contents_box .credit_area .ttl{
    color: #5b84a1;
    font-size: 14px;
    text-align: left;
    margin: 0 auto;
    line-height: 1em;
    font-weight: 500;
}
#lp_contents section .credit{
    position: relative;
    letter-spacing: 0.8px;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em;
    margin: 2% 0 0 -2%;
    font-family: shippori-mincho, sans-serif;
}

#lp_contents section .credit .price {
    font-size: 90%;
    margin-left: 3%;
}



/* ================================================ 
contents_動画
================================================ */
#lp_contents .movie_wrap{
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 10% 0 2.5%;
    background: #E8E8E8;
}

#lp_contents .movie{
	width: 80%;
	margin: 0 auto 10%;
}

#lp_contents video{
	width: 100%;
	height: auto;
}
/* ================================================ 
backnumber
================================================ */

#lp_contents .backnumber{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 10% auto;
}
#lp_contents .backnumber .ttl{
    width: 80%;
    font-family: shippori-mincho, sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    color: #5b84a1;
    font-weight: 600;
    border-bottom: #5b84a1 1px solid;
    letter-spacing: 0px;
}
#lp_contents .backnumber .inner{
    width: 85%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 5% auto 0;
    position: relative;
    align-items: center;
    
}
#lp_contents .backnumber .inner .bnr{
    width: 70%;
}


/* ================================================ 
footer
================================================ */

#lp_footer{
	width:100%;
	display: block;
	margin: 0 auto;
	padding: 10% 0 0%;
	position: relative;
	text-align: center;
    font-family: shippori-mincho, sans-serif;
}
#lp_footer .lp_logo{
		width: 20%;
		margin: 10% auto 5%;
	}

#lp_footer .sns_area{
    width: 45%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
#lp_footer .sns_area ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:10%;
}
#lp_footer .sns_area ul li{
    position: relative;
    border: #000000 1px solid;
    border-radius: 50%;
}
#lp_footer .copy{
    font-size: 13px;
    text-align: center;
    margin: 5% auto;
    font-family: "helvetica-lt-pro", sans-serif;
}



/*=====ボタン01=====*/
.btn_01 a {
	color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% auto;
    width: 30%;
    padding: 1.2% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: .8px;
	float:left;
    background: #222;
    font-family: shippori-mincho, sans-serif;
    
}

/*=====ボタン02=====*/
.btn_02 a {
    display: inline-block;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 85%;
    margin: 0% auto 15%;
    padding: 0.5em 0em 0.5em 0em;
    /*border: 1px solid #222;*/
    border-radius: 0px;
    background: #e8f486;
    transition: 0.3s ease-in-out;
    font-family: shippori-mincho, sans-serif;
    letter-spacing: 0px;
    font-size: 18px;
    color: #1e86ff;
    line-height: 1.8em;
    font-weight: 600;
    
    
}
.btn_02 span{
    font-size: 80%;
    letter-spacing: 0px;
    text-decoration: underline;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
}

/*=====ボタンall①=====*/
.btn_all a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 80%;
    margin: 10% auto;
    padding: 1.2em 0em 1.2em 0em;
    border: 1px solid #222;
    border-radius: 0px;
    background: #fff;
    color: #000;
    transition: 0.3s ease-in-out;
    font-family: shippori-mincho, sans-serif;
    letter-spacing: 0px;
    font-size: 18px;
}

.btn_all a::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #000;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.btn_all a:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

/*=====ボタンall②=====*/
.btn_movie a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 80%;
    margin: 10% auto;
    padding: 1.2em 0em 1.2em 0em;
    border: 1px solid #222;
    border-radius: 0px;
    background: #fff;
    color: #000;
    transition: 0.3s ease-in-out;
    font-family: shippori-mincho, sans-serif;
    letter-spacing: 0px;
    font-size: 15px;
}

.btn_movie a::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #000;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.btn_movie a:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}


.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
	font-size: 70%;
}


/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	.pcBox{
		display: none;
	}
	#lp_wrap {
		width: 100%;
		margin: 0% auto;
	}
    #lp_head .title_box{
        width: 70%;
    }
    #lp_head .lead{
        font-size: 15px;
    }
    #lp_contents section .plof_box .no{
        width: 50%;
    }
    #lp_contents section .plof_box .name{
        font-size: 25px;
        margin: 3% auto;
    }
    #lp_contents section .plof_box .name span{
        font-size: 60%;
    }
    #lp_contents section .plof_box .txt{
        font-size: 13px;
        line-height: 1.5em;
    }
    #lp_contents section .plof_box .ig_link .ig{
        width: 20px;
    }
    #lp_contents section .contents_box .qa_inner{
        width: 87%;
    }
    #lp_contents section .qa_inner .question{
        font-size: 15px;
        letter-spacing: 0px;
        font-weight: 600;
    }
    #lp_contents section .qa_inner .question::before{
        width: 15px;
        margin-right: 6px;
    }
    #lp_contents section .qa_inner .answer{
        font-size: 14px;
        line-height: 1.55em;
        margin: 4% auto;
        letter-spacing: 0px;
    }
    #lp_contents section .heading .cmt_box{
        width: 85%;
        padding: 0.5em 0.8em;
    }
    #lp_contents section .heading .cmt_box .cmt{
        font-size: 16px;
        margin-left: 4%;
        line-height: 1.65em;
        letter-spacing: 0px;
        font-weight: 700;
    }
    #lp_contents section .contents_box .credit_area .ttl{
        font-size: 12px;
    }
    #lp_contents section .credit{
        font-size: 15px;
        margin: 4% 0 0 -2%;
        letter-spacing: 0px;
    }
    #lp_contents .movie_wrap{
        margin: 5% auto;
    }
    #lp_contents .backnumber .ttl{
        width: 90%;
        font-size: 17px;
    }
    #lp_contents .backnumber .inner .bnr{
        width: 85%;
    }
    
    
    #lp_footer .lp_logo{
        width: 25%;
    }
    #lp_footer .sns_area{
        width: 55%;
        margin: 6% auto 3%;
    }
    #lp_footer .sns_area ul{
        gap:8%;
    }
    #lp_footer .copy{
        font-size: 11px;
    }
	.btn_01 a{
		width: 30%;
		font-size: 11px;
        margin: 5% auto;
        padding: 1.5% 0;
	}
    .btn_02 a{
        width: 85%;
        font-size: 14px;
        letter-spacing: 0px;
    }
    .btn_02 span{
        font-size: 85%;

    }
    .btn_all a{
        width: 85%;
        font-size: 14px;
        letter-spacing: 0px;
        font-weight: 600;
        margin: 0% auto 10%;
    }
    .btn_movie a{
        width: 85%;
        font-size: 13px;
        letter-spacing: 0px;
    }
    .btn_movie a::after{
        right: 1em;
            width: 1.5em;
    }

	
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}
/* ================================================ 
　　　　　　　　　　　　CSS動き
================================================ */
/* ============ 3枚切り替え ============ */

.slider{
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.slider img{
  width: 100%;
  height: auto;
  display: block;
}
.visual .slider{
    animation: anime2 4s infinite;
}
.visual .slider:nth-child(1) { animation-delay: 0s; }
.visual .slider:nth-child(2) { animation-delay: 2s; }

/*.visual .slider{
    animation: anime3 6s infinite;
}*/
/*.visual .slider:nth-child(1) { animation-delay: 0s; }
.visual .slider:nth-child(2) { animation-delay: 2s; }
.visual .slider:nth-child(3) { animation-delay: 4s; }*/

/* ============ 2枚切り替え ============ */
.main .slider{
    animation: anime2 4s infinite;
}
.main .slider:nth-child(1) { animation-delay: 0s; }
.main .slider:nth-child(2) { animation-delay: 2s; }


/* 3枚用のキーフレーム（全体で6秒、1枚あたり2秒の計算） */
@keyframes anime3 {
  0% { opacity: 0; z-index: 1; }
  8% { opacity: 1; z-index: 3; }   /* 0.5秒かけてふわっと表示 */
  33% { opacity: 1; z-index: 3; }  /* 約2秒間（33%まで）表示をキープ */
  41% { opacity: 0; z-index: 1; }  /* 0.5秒かけてふわっと消える */
  100% { opacity: 0; }
}

/* 2枚用のキーフレーム（全体で4秒、1枚あたり2秒の計算） */
@keyframes anime2 {
  0% { opacity: 0; z-index: 1; }
  12% { opacity: 1; z-index: 3; }  /* 0.5秒かけてふわっと表示 */
  50% { opacity: 1; z-index: 3; }  /* 2秒間（50%まで）表示をキープ */
  62% { opacity: 0; z-index: 1; }  /* 0.5秒かけてふわっと消える */
  100% { opacity: 0; }
}


/* ================================================ 
　　　　　　　　　　　　JS動き
================================================ */
/**********************************************
　　　　　　　　　　　　動き
**********************************************/

.fade01{
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.fade02{
	opacity: 0;
	transition: 1.8s all 0.4s ease;
}
.fade03{
	opacity: 0;
	transition: 1.8s all 0.7s ease;
}
.fade04{
	opacity: 0;
	transition: 1.8s all 0.9s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}
.anim01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.2s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.4s ease;
}
.anim03 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.8s ease;
}
.anim04 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 1.2s ease;
}

.anim01.ac,.anim02.ac,.anim03.ac,.anim04.ac {
	opacity: 1;
    transform: translate(0);
}

/**********************************************
 カバー用アニメーション
**********************************************/
.cover_a, .cover_b, .cover_c, .cover_d {
  opacity: 0;
}
.img-animation_a {
  animation: img-opacity-a 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
	animation-delay: inherit;
}
.img-animation_a::before {
  animation: img-animation-left 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #eb0009;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
	animation-delay: inherit;
}
.img-animation_b {
  animation: img-opacity-b 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}
.img-animation_b::before {
  animation: img-animation-left 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #eb0009;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.img-animation_c {
  animation: img-opacity-c 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation_c::before {
  animation: img-animation-left 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #eb0009;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.img-animation_d {
  animation: img-opacity-d 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}
.img-animation_d::before {
  animation: img-animation-left 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #eb0009;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.img-animation_a,
.img-animation_a::before,
.img-animation_b,
.img-animation_b::before,
.img-animation_c,
.img-animation_c::before,
.img-animation_d,
.img-animation_d::before {
  animation-delay: var(--delay, 0s);
}

@keyframes img-opacity-left {100% {opacity: 1;}}
@keyframes img-opacity-right {100% {opacity: 1;}}
@keyframes img-opacity-a {100% {opacity: 1;}}
@keyframes img-opacity-b {100% {opacity: 1;}}
@keyframes img-opacity-c {100% {opacity: 1;}}
@keyframes img-opacity-d {100% {opacity: 1;}}
@keyframes img-animation-left {100% {transform: translateX(100%);}}
@keyframes img-animation-right {100% {transform: translateX(-100%);}}















