@charset "utf-8";

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}
.noto-sans-jp{
	font-family: "Noto Sans JP", sans-serif;
}
.inter{
	font-family: "Inter", sans-serif;
}
.zen-kaku-gothic-new{
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.BeVietnam{
	font-family: "Be Vietnam Pro", sans-serif;
}
.Helvetica{
	font-family: "helvetica-lt-pro", sans-serif;
}
.Rubik{
	font-family: "Rubik", sans-serif;
}
.SourceCode{
	font-family: "Source Code Pro", monospace;
}


.sticky__container{
	display: flex;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #dfdfdf calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #dfdfdf calc(100% - 1px));
    background-size: 15px 15px;
    background-repeat: repeat;
    background-position: center center;
    margin: 0 auto;
    padding: 0;
	background-attachment: fixed;
	/*justify-content: center;*/
}
.pcBox{
	height: 100vh;
	position: sticky;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.title_pc{
	display: block;
	width: 20vh;
}

#lp_wrap{
	width: 35%;
	text-align: center;
	margin: 0 auto  0;
	color: #222;
	display: block;
	padding: 0 0 10%;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing:.5px;
	line-height: 1.65em;;
	background: #eee;
}
#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{
    width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
}
#lp_head .visual ul{
    width: 100%;
    display: flex;
    margin: 0 auto;
    position: relative;
}
#lp_head .visual ul li{
    width: 33.3%;
    position: relative;
	opacity: 0;
	animation: fadeIn 2s forwards;
}
#lp_head .visual ul li:nth-of-type(1){
    animation-delay: .2s;
}
#lp_head .visual ul li:nth-of-type(2){
    margin-left: 33.3%;
     animation-delay: 1s;
}
#lp_head .visual ul li:nth-of-type(3){
    position: absolute;
    width: 42%;
    left: 29%;
    top: -5%;
    z-index: 4;
    animation-delay: .6s;
}
#lp_head .visual-2{
    width: 100%;
	padding: 0;
	position: relative;
	display: inline-block;
    margin: 20% auto 0;
}
#lp_head .visual-2 ul{
    width: 100%;
    display: flex;
    margin: 0 auto;
    position: relative;
}
#lp_head .visual-2 ul li{
    width: 33.3%;
    position: relative;
	opacity: 0;
	animation: fadeIn 2s forwards;
}
#lp_head .visual-2 ul li:nth-of-type(1){
    animation-delay: .2s;
}
#lp_head .visual-2 ul li:nth-of-type(2){
    animation-delay: .6s;
}
#lp_head .visual-2 ul li:nth-of-type(3){
    position: absolute;
    width: 42%;
    right: -5%;
    bottom: -10%;
    z-index: 4;
    animation-delay: 1s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#lp_head .title{
    position: absolute;
    width: 80%;
    left: 10%;
    top: 46%;
    z-index: 10;
}



#lp_head .heading{
	font-family: "helvetica-lt-pro", sans-serif;
	color: #1b4c88;
	font-size: 25px;
	text-align: center;
	margin: 5% auto 0;
	line-height: 1.8em;
}
#lp_head .lead{
	font-size: 17px;
	text-align: center;
	margin: 5% auto;
	position: relative;
	display: inline-block;
	line-height: 1.6em;
	font-weight: 500;
}

/* ================================================ 
contents
================================================ */

#lp_contents{
	width: 100%;
	position: relative;
	display: block;
	margin: 15% auto 0;
}
#lp_contents section{
	width: 100%;
	text-align: center;
	margin: 0% auto;
	position: relative;
	display: inline-block;
	padding: 15% 0 8%;
}
.bg_p{
	background: #fae5e4;
}
.bg_g{
    background: #d8f2e6;
}
#lp_contents section .itembox{
	background: #FFFFFF;
	width: 90%;
	text-align: center;
	display: inline-block;
	position: relative;
	color: #0c4387;
}
#lp_contents section .itembox .inner{
	width: 90%;
	text-align: center;
	display: inline-block;
	margin: 5% auto 3%;
	
}

#lp_contents section .itembox .no{
	font-family: "Rubik", sans-serif;
	text-align: left;
	float: left;
	font-weight: 400;
	font-size: 16px;
	position: relative;
	margin: 0 auto;
}

#lp_contents section .itembox .no {
  display: flex;
  align-items: center; 
  justify-content: center; 
}
#lp_contents section .itembox .no:after {
  border-top: 1px solid;
  content: "";
  width:20em; /* 線の長さ */
}

#lp_contents section .itembox .no:after {
  margin-left: 1em; /* 文字の左隣 */
}
#lp_contents section .itembox .sublead{
    width: 100%;
    display: inline-block;
    font-size: 13px;
    text-align: left;
    margin: 5% auto 0;
    line-height: 1em;
    margin-left: -2%;
}
#lp_contents section .itembox .item{
	width: 100%;
	font-size: 25px;
	font-weight: 700;
	text-align: left;
	margin: 0% auto 0;
	display: inline-block;
    line-height: 1.5em;

}
#lp_contents section .itembox .item .price{
	font-family: "Inter", sans-serif;
	font-size: 80%;
	font-weight: 500;
	
}
#lp_contents section .itembox .link{
    position: absolute;
    width: 70px;
    right: 0;
    bottom: 0;
}
#lp_contents section .lp_box{
    width: 90%;
    text-align: center;
    display: inline-block;
    margin: 10% auto;
}
#lp_contents section .lp_box .no{
    font-family: "Rubik", sans-serif;
	text-align: left;
	float: left;
	font-weight: 500;
	font-size: 22px;
	position: relative;
	margin: 0 auto 3%;
    color: #0c4387;
}
#lp_contents section .lp_box .stylebox{
    width: 100%;
    border: 2px solid #0c4387;
    background: #FFFFFF;
    display: inline-block;
    position: relative;
    overflow: hidden;
     border-radius: 10px;
    box-shadow: 5px 5px 5px #e0b8b9;
}
#lp_contents section:nth-of-type(even) .lp_box .stylebox{
    box-shadow: 5px 5px 5px #aed2c1;
}
#lp_contents section .lp_box .speechBubble {
    width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding: 16px 0;
  border-radius: 0px;
  background-color: #0c4387;
  text-align: center; 
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
    letter-spacing: 1px;
}

#lp_contents section .lp_box .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
    left: 50%;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #0c4387 transparent transparent;
  translate: -50% 100%;
  transform: skew(36deg);
  transform-origin: top;
}
#lp_contents section .lp_box .stylebox .style{
    width: 90%;
    text-align: center;
    margin: 5% auto;
    position: relative;
    display: block;
}
#lp_contents section .lp_box .container{
    width: 100%;
    max-width: 600px;
    border-top: 1px solid #0c4387;
    border-collapse: collapse;
}
#lp_contents section .lp_box .row {
    display: flex;
    border-bottom: 1px solid #0c4387;
}
#lp_contents section .lp_box .row:last-child {
    border-bottom: none;
}
#lp_contents section .lp_box .label {
    width: 30%;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0c4387;
    font-weight: bold;
    font-size: 15px;
    border-right: 1px solid #0c4387;
    text-align: center;
}
#lp_contents section .lp_box .content {
    width: 70%;
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
}
/* 難易度の星 */
#lp_contents section .lp_box .stars {
    font-size: 1.4rem;
    letter-spacing: 2px;
}

/* 効果セクション（フルワイド） */
#lp_contents section .lp_box .full-width-section {
    display: block;
    border-bottom: 1px solid #0c4387;
}
#lp_contents section .lp_box .section-title {
    padding: 10px 0 10px 0;
    text-align: center;
    color: #0c4387;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #0c4387;
}
#lp_contents section .lp_box .section-body {
    padding: 20px 20px 20px;
    font-size: 13.5px;
    text-align: left;
    line-height: 1.65em;
}
#lp_contents section .lp_box .label_2 {
    width: 30%;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0c4387;
    font-weight: bold;
    border-right: 1px solid #0c4387;
    text-align: center;
    font-size: 13px;
}
#lp_contents section .lp_box .content_2 {
    width: 70%;
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    line-height: 1.6em;
    letter-spacing: 0px;
}
#lp_footer{
    width: 100%;
    text-align: center;
    display: block;
    padding: 10% 0;
    position: relative;
}
#lp_footer .footer{
    width: 85%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    
}
#lp_footer .footer .ttl{
    color: #1b4c88;
    text-align: center;
    font-size: 26px;
    font-family: "Source Code Pro", monospace;
    letter-spacing: 0px;
    margin: 5% auto;

}
#lp_footer .footer .label{
	text-align: center;
	line-height: 1.8em;
	font-weight: 600;
	font-size: 18px;
    font-family: "Source Code Pro", monospace;
    color: #1b4c88;
    margin: 0 auto 4%;
}
#lp_footer .footer .label {
  display: flex;
  align-items: center; 
  justify-content: center; 
}
#lp_footer .footer .label:before, 
#lp_footer .footer .label:after {
  border-top: 1px solid;
  content: "";
  width:9em; /* 線の長さ */
}
#lp_footer .footer .label:before {
  margin-right: 1em; /* 文字の右隣 */
}
#lp_footer .footer .label:after {
  margin-left: 1em; /* 文字の左隣 */
}
#lp_footer .footer .staffbox{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#lp_footer .footer .staffbox ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:2%;
}
#lp_footer .footer .staffbox ul li{
    position: relative;
    display: inline-block;
}
#lp_footer .footer .staffbox .snsbox{
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3% auto;
    gap:2%;
}
#lp_footer .footer .staffbox .snsbox .icon{
    width: 15%;
    display: block;
}
#lp_footer .footer .staffbox .snsbox .name{
    width: 80%;
    display: inline-block;
    font-size: 13px;
    color: #1b4c88;
    line-height: 1em;
}
#lp_footer .footer .staffcredit{
    font-size: 13px;
    text-align: center;
    line-height: 1.7em;
    margin: 15% auto;
    
}
#lp_footer .footer .staffcredit .strong{
    font-family: "Source Code Pro", monospace;
    color: #1b4c88;
    font-weight: bolder;
    font-size: 150%;
    letter-spacing: 0px;
}
#lp_footer .footer .logo{
    width: 25%;
    text-align: center;
    margin: 5% auto;
}


/*=====ボタン01=====*/
.btn_01 a {
	background: #e7372f;
	color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% auto;
    width: 60%;
    padding: 3% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: .8px;
	border-radius: 100vh;
	font-family: "Inter", sans-serif;
	float: none;
    
}
.btn_01 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_goods a {
	background: #e7372f;
	color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% auto;
    width: 80%;
    padding: 3% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: .8px;
	border-radius: 100vh;
	font-family: "Inter", sans-serif;
	float: none;
    
}
.btn_goods a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_02 a {
	background: #e7372f;
	color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% auto;
    width: 70%;
    padding: 3% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: .8px;
	border-radius: 100vh;
	font-family: "Inter", sans-serif;
	float: none;
    
}


.btn_all a {
	background: #FFFFFF;
	color: #e7372f;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% auto 0;
    width: 80%;
    padding: 2.5% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .5px;
	border-radius: 100vh;
	font-family: "Inter", sans-serif;
	border: #e7372f 2px solid;
    
}
.btn_all a:hover {
    background: #e7372f;
    color: #FFFFFF;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 4px solid #e7372f;
    border-right: 4px solid #e7372f;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_all a:hover:after {
    border-color: #FFFFFF;
}



.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{
        width: 70%;
        left: 15%;
    }
    #lp_head .heading{
        font-size: 19px;
        margin: 10% auto 5%;
    }
    #lp_head .lead{
        font-size: 15px;
    }
    #lp_contents section .itembox .no:after{
        width: 12em;
    }
    #lp_contents section .itembox .item{
        font-size: 20px;
    }
    #lp_contents section .lp_box .speechBubble{
        font-size: 15px;
    }
    #lp_contents section .lp_box{
        width: 92%;
    }
    #lp_contents section .lp_box .section-body{
        font-size: 13px;
    }
    #lp_contents section .lp_box .label{
        font-size: 13px;
    }
    #lp_contents section .lp_box .stars{
        font-size: 15px;
    }
    #lp_contents section .lp_box .content{
        font-size: 14px;
        text-align: left;
        line-height: 1.65em;
    }
    #lp_contents section .lp_box .section-title{
        font-size: 14px;
        padding: 0 0 5px 0;
    }
    #lp_contents section .lp_box .label_2{
        font-size: 11px;
        line-height: 1.3em;
    }
    #lp_contents section .lp_box .content_2{
        font-size: 12px;
    }
    #lp_footer .footer .ttl{
        font-size: 19px;
    }

    #lp_footer .footer .staffbox .snsbox{
        width: 90%;
        align-items: center;
        align-content: center;
    }
    #lp_footer .footer .staffbox .snsbox .icon{
        width: 12%;
    }
    #lp_footer .footer .staffbox .snsbox .name{
        width: 86%;
        font-size: 11px;
    }
    #lp_footer .footer .staffcredit{
		font-size: 11px;
        margin: 15% auto;
	}
	#lp_footer .footer .logo{
		width: 32%;
	}
	.btn_01 a{
		width: 70%;
		font-size: 13px;
	}
	.btn_01 a:after,
	.btn_goods a:after{
		border-top: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
	}
	.btn_goods a{
		width: 95%;
		font-size: 12px;
	}
	.btn_02 a{
		width: 80%;
		font-size: 11px;
		margin: 3% auto 0;
	}
	.btn_all a{
		width: 85%;
		font-size: 14px;
		border: #e7372f 1px solid;
	}
	.btn_all a:after{
		border-top: 3px solid #e7372f;
		border-right: 3px solid #e7372f;
	}
	
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}



/**********************************************
　　　　　　　　　　　　動き
**********************************************/

.fade01{
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.fade02{
	opacity: 0;
	transition: 1.5s all 0.4s ease;
}
.fade03{
	opacity: 0;
	transition: 1.5s all 0.7s ease;
}
.fade04{
	opacity: 0;
	transition: 1.5s 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.3s 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: #fff;
  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: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.img-animation_c {
  animation: img-opacity-c 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation_c::before {
  animation: img-animation-left 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  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: #fff;
  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%);}}




