@charset "utf-8";
@media screen and (min-width: 760px) {

/* common
-------------------------------------------------------------------- */
body {
	font-family: "Noto Sans JP" , "YuGothic" , "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	background-repeat: repeat;
	background-size:contain;
	background-attachment:fixed;
	letter-spacing: 1.1px;
    line-height: 1.3;
	font-size: 16px;
}
a{
	color:#41b049
}
img{
	pointer-events: none;
}
h2{
	font-family: "myfont",sans-serif;
	font-size: 2.3rem;
	text-align: center;
	margin-bottom: 50px;
	color: #20650a;
}
.fadein {
	opacity : 0;
	transform : translate(0, 0px);
	transition :1s;
	-webkit-transform: scale(1);
            transform: scale(1);
}
.fadein.scrollin {
    opacity : 1.3;
    transform : translate(0, 0);
	transform: translateY(0);
	  -webkit-transform: scale(1);
            transform: scale(1);
}
main{
	font-weight: 600;
	color: #20650a;
	overflow-x: hidden;
}
.pcnone{
	display: none;
}
hr{
}
.box{
	padding:3% 10%;
}
.box2{
	padding:5% 10%;
}

@font-face {
    font-family: "myfont";
    src: url("../font/LightNovelPOPv2.otf") format("truetype"); 
    font-display: swap; 
  }
.btn{
	background: #20650a;
	color: #f9f9f9;
	padding: 20px 100px;
	margin: 30px 0;
	border-radius: 50px;
	line-height: 25px;
	font-size: 20px;
	transition: .5s;
	box-shadow: 0 0 10px #babebb;
	width: 300px;
}
.btn span{
	padding: 0;
	margin: 0;
	font-size: 11px;
	display: block;
}
.btn:hover{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
	opacity: 1;
	transition: .5s;
}
#link .box2 div:nth-child(3) .btn{
	margin-top: 10px;
}
.video{
	text-align: center;
	margin: 30px auto;
}
.video video{
	width: 80%;
	height: auto;
	border-radius: 20px;
}


/* PARALLAX
-------------------------------------------------------------------- */
@keyframes parallax-small-anim {
  from {
    transform: translateY(-300px);
  }
  to {
    transform: translateY(100px);
  }
}
.small {
  animation: parallax-small-anim linear;
  animation-timeline: scroll();
}
.parallax {
  border-radius: 8px;
  position: absolute;
  aspect-ratio: 1 / 1;
}
.line-top{
	position: relative;
	width: 100%;
	z-index: 1;
	line-height: 0;
}
.line-bottom{
	position: relative;
	width: 100%;
	bottom: -20px;
	z-index: 1;
}

/* TOP
-------------------------------------------------------------------- */
#top{
	padding: 50px 0;
	text-align: center;
	position: relative;
	background: #fffdf9;

}
#top img{
	width: 90%;
	max-width: 1280px;
}
#top:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 50vw 0 50vw;
	border-color: #fffdf9 #fcf3da transparent #fcf3da;
	position: absolute;
	bottom: 0%;
	left: 0;
	right: 0;
  }

/* ABOUT
-------------------------------------------------------------------- */
#about{
	background:#fcf3da ;
	text-align: center;
	line-height: 40px;
	background-image: url("../img/about_back.png");
	background-size:contain;
	background-repeat: repeat-y;
	z-index: 0;
	margin-bottom: -20px;
}
#about .text{
	font-weight: bold;
	font-size: 23px;
	position: relative;
}
#about .text-small{
	font-weight: bold;
	font-size: 19px;
	position: relative;
}
#about .bottom-line{
	font-size: 20px;
    text-decoration: 2px underline wavy #e95f23;
    text-underline-offset: 8px;
    text-align: center;
    font-weight: bold;
	position: relative;
}
#about .text .orange,
#about .text-small .orange{
	color: #e95f23;
}
.about-content{

	/*background-position: center;*/
}
.about-content-image img{
	width: 80%;
	max-width: 800px;
	position: relative;
	margin: 30px 0;
}

.about-case{
	margin-top: 60px;
}
.about-case h3{
	background: #fff;
	border: 1px solid #20650a;
	border-radius: 30px;
	padding: 5px 50px;
	display: inline-block;
	position: relative;
}
.about-case h3{
	position: relative;
	padding:10px 50px;
	border: 2px solid #20650a;
	border-radius: 30px;
	background: #fff;
	font-size: 22px;
	animation: bound 3s infinite;
  }
.about-case h3:before {
	position: absolute;
	bottom: -14px;
	right: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 12px 0 12px;
	border-style: solid;
	border-color: #20650a transparent transparent transparent;
  } 
.about-case h3:after {
	position: absolute;
	bottom: -12px;
	right: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 12px 0 12px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
  }
@keyframes bound {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-10px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-5px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
.user-voice{
	display: flex;
	gap: 40px;
	margin: 50px 0;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.user-voice .content{
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 15px #babebb;
	border-radius: 20px;
	min-width: 350px;
}
.user-voice .content:nth-child(2){
	margin-top: 40px;
}
.user-voice .content img{
	height: 110px;
	width: auto;
	margin-top: 10px;
}

/* 流れ
-------------------------------------------------------------------- */
#flow .box2{
	margin-top: -5%;
}
.tip-flow{
	display: flex;
	gap: 35px;
	text-align: center;
}
.tip-flow img{
	width: 100%;
	margin: 15px 0;
}
.flow-arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.flow-arrow::before,
.flow-arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.flow-arrow::before{
	width: 15px;
	height: 15px;
	border-top: 3px solid #535353;
	border-right: 3px solid #535353;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.flow-midashi{
	padding: 5px 15px;
	border-radius: 20px;
	background-color:#e95f23 ;
	display: inline-block;
	color: #fff;
}
.flow-text{
	text-align: left;
	color: #2b2b2b;
}

/* ランキング
-------------------------------------------------------------------- */
#ranking{
	text-align: center;
}
.ranking-flex{
	display: flex;
	justify-content: center;
	gap:40px 5%;
	flex-wrap: wrap;
	text-align: center;
	margin: 50px 0;
	color: #2b2b2b;
}
#ranking .flex-wrap a{
	box-shadow: 5px 5px 15px #d4d6d5;
	border-radius: 20px;
	color: #2b2b2b;
	background: #fff;
}
.ranking-icon{
	width: 80px;
}
#ranking .bnr{
	width: 100%;
	border-radius: 20px 20px 0 0;
}
.ranking-flex .flex-wrap:first-child{
	width: 55%;
	display: block;
	flex-direction: column;
}
.ranking-flex .flex-wrap:nth-child(2),
.ranking-flex .flex-wrap:nth-child(3){
	width: 45%;
}
.ranking-flex .flex-wrap:nth-child(4),
.ranking-flex .flex-wrap:nth-child(5),
.ranking-flex .flex-wrap:nth-child(6){
	width: 30%;
}
.ranking-content{
	margin: 20px 0;
	color: #2b2b2b;
}
.ranking-content span{
	font-size: 13px;
	color: #20650a;
	margin-bottom: 10px;
}

/* QA
-------------------------------------------------------------------- */
.bg_pattern {
	top: 0;
	left: 0;
	background-color: #fff;
  }
  .Boxes {
	background-image:  linear-gradient(#ffeec8 2px, transparent 2px), linear-gradient(to right, #ffeec8 2px, #fff 2px);
	background-size: 40px 40px;
  }

/* リンク
-------------------------------------------------------------------- */
#link{
	background:#fcf3da ;
	position: relative;
	text-align: center;
	line-height: 40px;
}
#link h2{
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 3px;
	position: relative;
    padding-bottom: 40px;
    border-bottom: 3px solid #20650a;
	display: inline-block;
}
#link h2::before,
#link h2::after {
    position: absolute;
    left: 0;
	right: 0;
	margin: auto;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

#link h2::before {
    background-color: #20650a;
}

#link h2::after {
    bottom: -11px;
    background-color: #fcf3da;
}

/* container
-------------------------------------------------------------------- */
#container {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}


dl.accordion {
    margin:0 auto;
    padding:0;
	text-align: left;
	font-weight: bold;
  }
dl.accordion dt {
	background: #ffffff;
	font-size: 20px;
    line-height:40px;
    cursor:pointer;
	padding: 20px;
	border-radius: 20px;
	margin-top: 30px;
	transition: 1s;
}
dl.accordion dt.open{
	padding-bottom: 40px;
	border-radius: 20px 20px 0 0;
	transition: 1s;
}
dl.accordion dd {
    line-height:1.5;
    display:none;
	text-align: left;
	font-size: 15px;
	background: #ffffff;
	margin: -20px 0 20px 0;
	padding: 20px;
	border-radius: 0 0 20px 20px;
}
.qa dl.accordion {
    text-align: left;
}

.accordion {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 25px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 10%);
    background-color: #fff;
	font-size: 20px;
}
.accordion:last-child{
	margin-bottom: 50px;
}
.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 30px ;
    font-weight: bold;
    cursor: pointer;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}
.accordion[open] summary::after {
    transform: rotate(225deg);
}
.accordion p {
    transform: translateY(-10px);
    opacity: 0;
	font-size: 16px;
    margin: 0;
    padding: 30px;
	line-height: 25px;
    transition: transform .5s, opacity .5s;
}
.accordion[open] p {
    transform: none;
    opacity: 1;
	line-height: 30px;
}
.accordion[open] p img{
    width: 60%;
	margin: 20px auto 0 auto;
	display: block;
}

/* copyright
-------------------------------------------------------------------- */
.copyright {
	font-size: 12px;
	margin: 50px 30px;
}


/* accordion 
-------------------------------------------------------------------- */
.accordionTitle {
	cursor: pointer;
    color: #48ce50;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}

.accordionComment {
	background: rgba( 255, 255, 255, 0.7 );
	display: none;
	margin: 20px 0;
	padding: 20px;
}

}