@charset "UTF-8";


#contents {
  padding-top: 50px;
}

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


/*--------------------
  .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: space-between;
	width: 520px;
	max-width: calc(90vw - 440px);
	position: absolute;
	right: calc(50px + 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 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;
}

#point h4.list-ttl {
	margin-bottom: .75em;
}
#point ul {
  font-weight: 700;
  list-style-type: disc;
  padding-left: 1em;
}
#point ul li {
  margin-bottom: 1em;
}



/* ==========================================================================
  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;
}












