@charset "UTF-8";

/* # =================================================================
   # フォント設定
   # ================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  min-width: 320px
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}



/* # =================================================================
   # 共通カラー / font-size
   # ================================================================= */

:root {
	--color-bk: #000000;
	--color-white: #ffffff;
	--color-gray1: #212121;
	--color-gray2: #424242;
	--color-gray3: #757575;
	--color-gray4: #DBDBDB;
	--color-gray5: #eeeeee;
	--color-gray6: #f7f7f7;
	--color-gray7: #F8F5F0;
	--color-base: #fd3c91;
	--color-red: #c7161d;
	--color-yellow: #ffff00;
}

.bg-linear{
	background: rgb(0,79,153);
	background: linear-gradient(90deg, rgba(59,103,168,1) 0%, rgba(116,83,196,1) 100%);
}



/* # =================================================================
   # 共通設定
   # ================================================================= */
body {
	font-family: 'Barlow', 'Noto Sans JP' ,system-ui;
	font-optical-sizing: auto;
	font-display: swap;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility
	-webkit-overflow-scrolling: touch;
	color:var(--color-gray1);
	background-image: url(../img/body_bg.svg);
	background-repeat: repeat;
}

img, svg {
  vertical-align: middle
}

ol, ul {
  list-style: none
}

body>img {
  display: block;
  height: 0!important;
  font-size: 0
}


main {
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}


/*-----セクション幅----*/
.sec-content{background-color: transparent;width:100%;margin-left:auto;margin-right:auto;vertical-align: middle;}
.sec-content1{background-color: transparent;width:85%;margin-left:auto;margin-right:auto;vertical-align: middle;max-width:1400px;}


.page-space-top{padding-top:100px;}
.page-space-btm{padding-bottom:100px;}
.page-space-btm2{padding-bottom:50px;}

.swip-space-btm{padding-bottom:150px;}

.space-block-top30{margin-top:30px;}
.space-block-btm30{margin-bottom:30px;}

.space-block-top50{margin-top:50px;}
.space-block-btm50{margin-bottom:50px;}

.space-block-top80{margin-top:80px;}
.space-block-btm80{margin-bottom:80px;}



.copy-l{text-align:left;}
.copy-r{text-align:right;}
.copy-c{text-align:center;}

.line200{line-height:200%;}
.line150{line-height:150%;}


/*-----改行----*/
.br-pc-sp{display:block;}
.br-pc-mb{display:block;}
.br-sp{display:none;}
.br-mb{display:none;}

/*-----ルビ----*/
ruby{
    ruby-position:under;
}

/*-----インデント----*/
p.indent-br {
	padding-left:1em;
	text-indent:-1em;
}

/*-----ページ内リンク----*/
a.anchor{
    display: block;
    padding-top: 180px;
    margin-top: -180px;
}

/*-----------スマホ設定-----------------*/


@media screen and (max-width:900px){
	.br-pc-sp{display:none;}
	.br-sp{display:block;}
	.page-space-top{padding-top:120px;}
	.page-space-btm{padding-bottom:120px;}
	.swip-space-btm{padding-bottom:150px;}
	a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
}

@media screen and (max-width:599px){
	.sec-content1{width:90%;}
	.br-pc-mb{display:none;}
	.br-mb{display:block;}
	.page-space-top{padding-top:80px;}
	.page-space-btm{padding-bottom:80px;}
}

/* # =================================================================
   #order
   # ================================================================= */
@media screen and (max-width:900px){
	.order1{order:1;}
	.order2{order:2;}
	.order3{order:3;}
	.order4{order:4;}
	.order5{order:5;}
	.order6{order:6;}
	.order7{order:7;}
	.order8{order:8;}
	.order9{order:9;}
	.order10{order:10;}
}




/* # =================================================================
   # fadeInImg
   # ================================================================= */

@keyframes fadeInImgAnime{
  0% {
	opacity: 0;
  }

  100% {
	opacity: 1;
  }
}



.fadeInImg{
	animation: fadeInImgAnime .5s ease-out 0s normal both;
}

   
/* # =================================================================
   # gsap
   # ================================================================= */
.trigger-area-load-head{opacity: 0;}
.trigger-area-load{opacity: 0;}
.trigger-area-feed{opacity: 0;}
.trigger-area-title{opacity: 0;}

/* # =================================================================
   # gsap 画像
   # ================================================================= */
.curtain {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
}

.curtain::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
  -webkit-transition: left 0.8s;
  transition: left 0.8s;
}

.curtain-bk::after {background-color: var(--color-gray1);}
.curtain-white::after {background-color: var(--color-white);}
.curtain-base::after {background-color: var(--color-base);}

.curtain.is-active::after {
  left: 100%;
  width: 100%;
}


.curtain.is-active {
  opacity: 1;
}

/* box */
.curtain-head {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
}

.curtain-head::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
  background-color: var(--color-white);
  -webkit-transition: left 1s;
  transition: left 1s;
}


.curtain-head.is-active::after {
  left: 100%;
  width: 100%;
}


.curtain-head.is-active {
  opacity: 1;
}





/* # =================================================================
   # 共通ボタン
   # ================================================================= */

.btn-L{
	margin-left:0;
	margin-right:auto;
}

.btn-R{
	margin-left:auto;
	margin-right:0;
}

.btn-C{
	margin-left:auto;
	margin-right:auto;
}

.btn-L-R{
	margin-left:0;
	margin-right:auto;
}

.btn-R-C{
	margin-left:auto;
	margin-right:0;
}

@media screen and (max-width:768px){
.btn-L-R{
	margin-left:auto;
	margin-right:auto;
}
.btn-R-C{
	margin-left:auto;
	margin-right:auto;
}
}


.btn-box{width:450px;}
@media screen and (max-width: 900px) {
.btn-box{width:100%;}
}

.lp-cta-btn{
	display:block;
	cursor:pointer;
	display:flex;
    align-items: center;
	justify-content: end;
	color: var(--color-white);
	background: linear-gradient(90deg, #e461fa 0%, #fd3c91 80%);
	text-decoration:none;
	padding:15px 20px;
	line-height:1.5rem;
	border-radius:50px;
	transition: all .5s;
}


.lp-cta-btn:hover{
	color: var(--color-white) !important;
	background-color:var(--color-base);
	text-decoration:none;
}

.lp-cta-btn__txt{
	text-align:center;
	font-size:20px;
	line-height:1;
	font-weight:Bold;
	flex:1;
}

/* # ========== btn テキスト ============ */
   
.hover-scroll {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.hover-scroll__text {
  display: inline-block;
  padding: 0.6em 0;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.15, 0.85, 0.45, 1), opacity 0.4s;
}
.hover-scroll__text:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}

@media (hover: hover) {
  a:hover .hover-scroll__text {
    opacity: 0;
    transform: translateY(-100%);
  }
  a:hover .hover-scroll__text:nth-child(2) {
    opacity: 1;
  }
}

/* # ====================== */


.c-arw {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    aspect-ratio: 1/1;
}

.c-arw::before {
    transition: all .4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition-property: transform, background;
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    inset: 0;
}

.c-arw .arw {
    transition: fill .4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    display: block;
    position: relative;
    z-index: 1;
    aspect-ratio:1/1
}

@media (hover: hover) {
    a:hover .c-arw .arw--r {
        animation:arw-r .4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
    }
	
	.linkbox:hover .c-arw .arw--r {
        animation:arw-r .4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
    }
}

@media (hover: hover) {
	.lp-cta-btn:hover .c-arw .arw {fill:var(--color-white)}
}

.lp-cta-btn .c-arw {
    width:2rem
}

.lp-cta-btn .c-arw .arw {
    width: 1rem;
    fill:var(--color-white)
}

@keyframes arw-r {
    0% {
        transform: translateX(0);
        opacity:1
    }

    50% {
        transform: translateX(100%);
        opacity:0
    }

    50.1% {
        transform: translateX(-100%);
        opacity:0
    }

    100% {
        transform: translateX(0);
        opacity:1
    }
}




/* # =================================================================
   # header
   # ================================================================= */

header{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.header-btn-box{display:block; position:fixed; top:0; left:0; z-index:100; width:100%; }

.head-menu{
    display:flex;
	align-items: end;
	justify-content: flex-end;
	width:90%;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
}


.head-menu-logo{
	width:90%;
	max-width:1400px;
	padding:30px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}	

.head-menu-logo img {
	width: 150px;
}

.head-nav-trial{
	display:block;
	background:var(--color-base);
	text-decoration:none;
	opacity:1;
	font-size:16px;
	font-weight:Bold;
	color:var(--color-white) !important;
	padding:10px 35px 0 35px;
	border-radius:0 0 15px 15px;
	opacity:1;
	transition: all .3s;
}






@media screen and (max-width:599px){
.head-menu{width:100%;}
.head-menu-logo img {width: 100px;}
.head-nav-trial{padding:10px 15px 0 15px;border-radius:0 0 0 15px;}
.head-menu-logo{padding:20px 10px;}	
}


/* # =================================================================
   # footer
   # ================================================================= */
   
footer {
	padding-bottom: 80px;
	font-size: 14px;
}

.flex-footer{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.flex-footer-item-L{width:50%;}
.flex-footer-item-R{flex:1;}


.foot-sns{font-size:45px;line-height:150%;margin-bottom:20px;text-align:left;}

.foot-sns a{color:var(--color-bk);text-decoration:none;}
.foot-sns a:hover{color:var(--color-base);text-decoration:none;transition: all .3s;}


.footer-txt{
	line-height:180%;
	text-align:left;
}

.footer-txt span{
	display:block;
	font-size:16px;
	font-weight:Bold;
	padding-bottom:10px;
}

.footer-txt a{color:var(--color-bk);}


.footer-logo{width:50%;}
.footer-logo img{width:180px;}

.footer-copy{
	font-size:12px;
	margin:30px 0 150px 0;
}


/*-----------スマホ設定-----------------*/
@media screen and (max-width:900px){
	.flex-footer-item-L{width:100%;padding-bottom:50px;}
	.flex-footer-item-R{flex:auto;}
	.footer-logo{width:100%;text-align:center;}
	.foot-sns{text-align:center;}
	.footer-txt{text-align:center;}
	.footer-copy{text-align:center;}
}


/* # =================================================================
   # CTA
   # ================================================================= */


#cta, #cta-foot {
	width: 100%;
	background-color: #ffff00;
	opacity: 0.8;
	background: repeating-linear-gradient( 45deg, #ffffcc, #ffffcc 5px, #ffff00 5px, #ffff00 25px );
	padding:60px 0;
}


#cta .btn-box, #cta-foot .btn-box{width:85%;}
#cta .lp-cta-btn__txt, #cta-foot .lp-cta-btn__txt{font-size:25px;letter-spacing:3px;}


#cta .cta-copy, #cta-foot .cta-copy{
	font-size:14px;
	font-weight:Bold;
	color:var(--color-base);
	margin-top:10px;
}

#cta-foot .cta-title-img{margin-bottom:40px;}
#cta-foot .cta-title-img img{width:85%;}

@media screen and (max-width:599px){
	#cta .btn-box, #cta-foot .btn-box{width:90%;}
	#cta .lp-cta-btn__txt, #cta-foot .lp-cta-btn__txt{font-size:16px;}
}




/* # =================================================================
   # div link
   # ================================================================= */

.linkbox {
    position: relative;
	cursor: pointer;
}

.linkbox .divlink{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
	z-index:3;
}


/* # =================================================================
   # form
   # ================================================================= */
   
.wp-gray-bg{background-color: var(--color-gray6);padding:20px;}
   
.wp-contact-tel-flex{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap:30px;
}
.wp-contact-tel{
	font-size:35px;
	line-height:1;
	font-weight:Bold;
	color:var(--color-gray1);
	text-align:center;
}

.wp-contact-tel span{font-size:20px;}


@media screen and (max-width:599px){
.wp-contact-tel-flex{
	display:flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	row-gap:10px;
}
.wp-contact-tel{font-size:30px;}
.wp-contact-tel span{font-size:20px;}
}


.form-box-ul{
	list-style: square !important;
}

.form-box-ul li{
	text-align:left;
	font-weight:700;
	padding:10px 0;
}

.form-box-ul li span{
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight:700;
}


   
.policy-box {
	margin-top: 10px;
	margin-bottom: 50px;
}
.policy-box .scrollbox {
	overflow-y: scroll;
	height: 250px;
	padding: 10px 20px 10px 20px;
	background-color: var(--color-gray6);
}
.policy-box .scrollbox::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.policy-box .scrollbox::-webkit-scrollbar-track {
	background-color: var(--color-gray5);
	border-radius: 3px;
}
.policy-box .scrollbox::-webkit-scrollbar-thumb {
	background-color: var(--color-gray1);
	border-radius: 3px;
}

.policy-box .scrollbox .txt-box span{font-weight:Bold;color:var(--color-gray1);}



table.form-tbl {
  border-collapse: collapse;
  width: 100%;
}
table.form-tbl th,
table.form-tbl td {
  padding: 10px;
  border: 1px solid var(--color-gray5);
  line-height:150%;
  font-size:14px;
}
table.form-tbl th {
  background-color: var(--color-gray6);
  text-align: center;
  vertical-align:middle;
  width: 30%;
}

table.form-tbl td {
  text-align: left;
}


.form-hissu{
	display: inline-block;
	font-size:12px;
	background-color: var(--color-red);
	color:var(--color-white);
	padding:0 5px;
	border-radius: 5px;
	margin-left:5px;
}


.forbu{width:200px;margin:0 auto;}



@media screen and (max-width: 768px) {
  table.form-tbl {
   border-top: 1px solid var(--color-gray5);
  }
  table.form-tbl td {
    display: block;
    text-align: left;
  }
  table.form-tbl th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}

/* # =================================================================
   # policy
   # ================================================================= */


.poricy-title{
	font-size: 18px;
	line-height:2em;
	font-weight: bold;
	padding-bottom: 5px;
	text-align:left;
	margin-bottom:30px;
	border-bottom:dotted 1px var(--color-gray2);
}

.poricy-txt-box{
	line-height:2.2em;
	text-align:left;
}

.poricy-txt-box span{
	display:block;
	font-size:18px;
	font-weight:Bold;
	line-height:1;
	text-align:left;
	padding:35px 0 15px 0;
}

.poricy-ul{
	list-style: square;
	text-align:left;
	padding-left:20px;
	margin-top:10px;
}

.poricy-ol{
	list-style-type: decimal;
	text-align:left;
	padding-left:20px;
	margin-top:10px;
}
.poricy-ul li{padding-bottom:5px;}
.poricy-ol li{padding-bottom:5px;}

