@charset "UTF-8";


#contents {
  padding-top: 50px;
}

.section__header .ttl {
	letter-spacing: .04em;
}

/*--------------------
  .modal
--------------------*/
.modal {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content {
  padding: .5rem max(2rem, 2.5%);
  background-color: #FFF;
  border: 5px solid #000;
  max-width: min(87%, 800px);
  margin: 0 auto;
  line-height: 2;
  letter-spacing: .04em;
  position: relative;
}
.modal-content > * {
  margin: 2rem 0;
}
.modal-content h4 {
  font-size: 1.25em;
  line-height: 1.5;
}
.modal-content .btn {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  font-size: 1em;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  outline: none;
  border: 0;
  background-color: #000;
  color: #FFF;
  position: relative;
}
.modal-content .btn .icon-arrow-w::after {
  position: absolute;
  right: 20px;
}
.modal-close {
  display: block;
  font-size: 1.5em;
  width: 1.75em;
  aspect-ratio: 1/1;
  outline: none;
  border: 0;
  background: none;
  color: #000;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0!important;
}
.modal-close::before,
.modal-close::after {
  content: '';
  display: block;
  width: 1em;
  height: 3px;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
@media(max-width: 575px) {
  .modal-content h4 {
    padding-top: 1em;
    text-align: center;
  }
}
@media(min-width: 576px) {
  .modal-content {
    padding: 1.5rem max(3rem, 3%);
  }
  .modal-content > * {
    margin: 3rem 0;
  }
  .modal-close {
    top: 12px;
    right: 12px;
  }
  .modal-content .btn .icon-arrow-w {
    justify-content: center;
  }
}

/*--------------------
  .app-dl
--------------------*/
.app-dl {
	text-align: center;
}
.app-dl .ttl {
	font-size: 2rem;
}
.app-dl .note {
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: .04em;
}

.app-dl_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px -10px;
}
.app-dl_btn > div {
  padding: 10px;
}
.app-dl_btn a {
  display: block;
}
.app-dl_btn a img {
  width: auto;
  height: 40px;
}




/* ==========================================================================
   MV
========================================================================== */
#siteHeader:not(.fixed) {
	color: #FFF;
}

#mv .imgBox-h {
	background-image: url(../img/hero.jpg);
}
#mv .imgBox-v {
	background-image: url(../img/hero_sp.jpg);
}
#mv .ttl {
	margin-bottom: .35em;
}
#mv .imgBox {
	display: flex;
	justify-content: flex-end;
	width: 520px;
	max-width: calc(90vw - 440px);
	position: absolute;
	right: calc(100px + 7.5vw);
}
@media (min-width: 992px) {
	#mv .imgBox {
		max-width: calc(90vw - 560px);
	}
}
/* 縦長 */
@media (orientation: portrait) {
	.sns-fixed {
		display: none;
	}
	#mv .imgBox {
		width: 100%;
        max-width: 60vh;
        top: 20vh;
        right: 0;
        left: 0;
        margin: 0 auto;
        padding: 0 30px;
	}
}
#mv .imgBox > div {
	flex: 0 0 48%;
}
#mv .imgBox > div:nth-of-type(1) {
	transition: all 1.6s .2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
#mv .imgBox > div:nth-of-type(2) {
	transition: all 1.6s .4s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}


/* ==========================================================================
   About
========================================================================== */
#about .entry__content p {
	font-weight: 700;
}


/* ==========================================================================
   Functions
========================================================================== */
#functions .section-padding {
	padding-bottom: 80px;
}
#functions .functions {
	text-align: center;
}
#functions .pict {
	max-width: 400px;
	display: flex;
	justify-content: space-between;
}
#functions .pict figure{
	display: block;
}
#functions .pict figure figcaption {
	font-weight: 700;
	margin-top: 15px;
}



/* ==========================================================================
   Point
========================================================================== */
#point .entry__content h2 {
   margin: 3em 0 1em;
}
#point .entry__content h3 {
   margin: 3.5em 0 .5em;
}
#point .entry__content h3 + p {
   margin-top: 0;
}
#point .entry__content p b {
	display: inline-block;
	margin-bottom: .5em;
}
#point a.btn {
	text-decoration: none;
	margin-top: 1em;
}
#point h4.list-ttl {
	margin-bottom: .75em;
}
#point ul {
  list-style-type: disc;
  padding-left: 1em;
}
#point ul li {
  margin-bottom: .25em;
}


.rank-table {
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}
.rank-table .labels {
	text-align: left;
	font-weight: 700;
}
.rank-table .labels li {
	align-items: flex-start;
	margin: 0!important;
}
.rank-table .head {
  background: #F4F4F4;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.rank-table .labels .head > div {
  align-items: flex-start;
}
.rank-table .labels .head > div small {
  display: block;
}
.rank-table .list {
  list-style: none!important;
  padding-left: 0!important;
  margin: 0;
  padding: 0;
}
.rank-table .list {
	list-style-type: none;
}
.rank-table .list li {
	font-size: 2rem;
	display: flex;
	align-items: center;
  border-bottom: 1px solid #D3D3D3;
  margin: 0!important;
}
.rank-table .list li svg {
  width: 1em;
  height: 1em;
}
.rank-table .list li small {
  display: block;
}

/*
#point table {
   width: 100%;
   font-weight: 700;
   text-align: center;
}
#point table thead td {
   padding: .5em;
   background-color: #F4F4F4;
}
#point table tbody td {
   padding: .5em;
   border-bottom: 1px solid #D3D3D3;
}
#point table tbody td:nth-of-type(3) {
   font-weight: 500;
}
*/

/*
#point .box {
   border: 5px solid #000;
   text-align: center;
   padding: 2em 1em;
   margin: 2.25em 0 2.75em;
}
#point .box p {
   margin: 0;
   font-size: 2rem;
   font-weight: 700;
   letter-spacing: 0;
   line-height: 1.5;
}
#point .box small {
   display: block;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: .5em;
}

#point ol {
  font-weight: 700;
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
#point ol li {
	display: flex;
	align-items: center;
	min-height: 50px;
  padding-left: 70px;
  margin: 2em 0;
  position: relative;
}
#point ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #000;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#point ol li p {
	margin: 0;
}
#point ol li .underline {
	text-decoration: underline;
}
*/





/* ==========================================================================
  Novelty
========================================================================== */
#novelty .list-ttl {
	font-size: 1.6rem;
	padding: 0 0 0 40px;
	margin-bottom: 1.5em;
	position: relative;
}
#novelty .list-ttl::before {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#novelty ul li {
	margin-top: 20px;
}
#novelty ul li .point {
	font-size: 1.6rem;
}
#novelty ul li .ttl {
	margin: .5em 0;
}
#novelty ul li p {
	margin: 0;
}




/* ==========================================================================
  FAQ
========================================================================== */
.acc .label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: 2.25rem;
  left: .75rem;
}
.acc .acc__header {
  line-height: 1.75;
  padding: 1.5em 4.5rem;
  position: relative;
}
.acc .acc__body {
  padding: .5em 0 2.5em 4.5rem;
  position: relative;
}
.acc .acc__body .label {
  top: .75rem;
}
.acc {
  border-top: 1px solid #000;
}
.acc > li {
  border-bottom: 1px solid #000;
}
.acc > li > .acc__header {
  border-bottom: none;
  background: none!important;
  transition: all .1s ease-in-out;
}
.acc > li > .acc__header::before,
.acc > li > .acc__header::after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: currentColor;
  transition: all .1s ease-in-out;
}
.acc > li > .acc__header::after {
  transform: rotate(90deg);
}
.acc > li > .acc__header.open::after {
  opacity: 0;
}







