@charset "UTF-8";

/*#########################################################

Foundation

#########################################################*/
/*!
 * ress.css v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
}

*,
::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;
}

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

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0;
  /* Add the correct box sizing in Firefox */
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  display: block;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*#########################################################

基本設定

#########################################################*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ2：モバイルファースト用（デスクトップファーストの場合はコメントアウト）
$breakpoints: (
	// タブレット
	'md': 'screen and (min-width: ' + ($screen-sm-max + 1) + ') and (max-width: ' + ($screen-md-max) + ')',
	// デスクトップ
	'lg': 'screen and (min-width: ' + ($screen-sm-max + 1) + ')',
) !default;
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(mdsm){
		background: yellow;
	}
}
//------------------------------
*/
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  height: 100%;
}

@media screen and (min-width: 1121px) {
  html {
    font-size: 125%;
  }
}

@media screen and (max-width: 1120px) {
  html {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
}

body {
  background-color: white;
  color: #333;
  font-family: "M PLUS 1p", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  height: 100%;
  line-height: 1.5;
}

a {
  color: #A45A6A;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

a:hover {
  opacity: 0.6;
}

img {
  height: auto;
  max-width: 100%;
  width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-feature-settings: "palt";
}

textarea {
  border: 1px solid #d9d9d9;
}

input {
  border: 1px solid #d9d9d9;
}

ul,
ol {
  list-style-position: inside;
}

:root {
  --swiper-theme-color: #fcea58 !important;
}

/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes updown {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0, 15px);
  }
}

/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
/*
.pc{
	display: none !important;
	@include mq(lg){
		display: inherit !important;
	}
}
.sp{
	display: inherit !important;
	@include mq(lg){
		display: none !important;
	}
}
*/
/* ========================================================
PC版・SP版専用設定(PCファースト用)
=========================================================*/
/*#########################################################

プロジェクト専用

#########################################################*/
/* ========================================================
Layout
=========================================================*/
/* ========================================================
コンテンツ
=========================================================*/
.l-contents {
  margin: auto;
  max-width: 750px;
  background-color: #FFFEFA;
}

/* ========================================================
フッター
=========================================================*/
.l-footer {
  background-color: #fe6970;
  color: #ffffff;
  padding: 1.6rem;
}

.l-footer__link {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
}

.l-footer__link li {
  font-size: 1.6rem;
  margin: 1em;
}

.l-footer__link li a:link,
.l-footer__link li a:visited,
.l-footer__link li a:active,
.l-footer__link li a:hover {
  color: #fff;
  text-decoration: none;
}

.l-footer__link>*:last-child {
  margin-right: 0;
}

.l-footer__copyright {
  text-align: center;
}

.l-footer__copyright small {
  font-size: 1rem;
  line-height: 1;
}

/* ========================================================
Components
=========================================================*/
/* ========================================================

=========================================================*/
.c-apps {
  padding: 0 1.6rem;
}

.c-app {
  padding-top: 2.5rem;
}

/*
.c-app:not(:first-child) {
  border-top: 2px solid #d9d9d9;
}
*/

.c-app__rank {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.c-app__rank__no {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-right: 1.6rem;
  position: relative;
  width: 6rem;
}

.c-app__rank__no svg {
  height: auto;
  width: 6rem;
}

.c-app__rank__no span {
  align-items: center;
  color: white;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  left: 0;
  padding-top: 1.5rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-app__rank__svg {
  fill: #fe6970;
}

.c-app__rank__svg-1 {
  fill: #ffd700;
}

.c-app__rank__svg-2 {
  fill: #c0c0c0;
}

.c-app__rank__svg-3 {
  fill: #c47222;
}

.c-app__rank__name {
  flex: 1;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 1rem;
}

.c-app__rank__name:not(:last-child) {
  margin-bottom: 0.4rem;
}

.c-app__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0 0;
}

.c-app__head__icon {
  width: 6rem;
}

.c-app__head__icon a {
  display: block;
  line-height: 1;
}

.c-app__head__icon img {
  border: 1px solid #d9d9d9;
  border-radius: 1.2rem;
  display: block;
  overflow: hidden;
  width: 100%;
}

.c-app__head__detail {
  flex: 1;
  margin-left: 1.6rem;
}

.c-app__head__description {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0.4rem;
}

.c-app__category {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}

.c-app__category>* {
  align-items: center;
  border: 1px solid #b0b0b0;
  border-radius: 0.4rem;
  color: #b0b0b0;
  display: flex;
  justify-content: center;
  margin: 1.6rem 0 0 1.6rem;
  text-align: center;
  width: calc((100% - 4.8rem) / 4);
}

.c-app__category>*:nth-child(-n+4) {
  margin-top: 0;
}

.c-app__category>*:nth-child(4n-3) {
  margin-left: 0;
}

.c-app__category>*.--active {
  border: 0;
  color: white;
  font-weight: bold;
}

.c-app__category>*.--active.--age {
  background: #838383;
}

.c-app__category>*.--active.--category1 {
  background: #fe6970;
}

.c-app__category>*.--active.--category2 {
  background: #da3b9a;
}

.c-app__category>*.--active.--category3 {
  background: #51c247;
}

.c-app__category>*.--active.--category4 {
  background: #e36179;
}

.c-app__good__head {
  font-weight: bold;
}

.c-app__good {
  list-style: none;
  padding: 1.6rem 0 0;
}

.c-app__good>* {
  color: #fc5d66;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0 0 2rem;
  position: relative;
}

.c-app__good>*:not(:first-child) {
  margin-top: 1.6rem;
}

.c-app__good>*::before {
  background: url(../img/ic_good.webp) center center/1.3rem no-repeat;
  content: "";
  display: block;
  height: 1.3rem;
  left: 0;
  position: absolute;
  top: calc(50% - 0.65rem);
  width: 1.3rem;
}

.c-app__good--simple {
  list-style: none;
  padding: 0 0 1.6rem;
}

.c-app__good--simple>* {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 0 0 2rem;
  position: relative;
}

.c-app__good--simple>*:not(:first-child) {
  margin-top: 1.6rem;
}

.c-app__good--simple>*::before {
  background: url(../img/ic_good.webp) center center/1.3rem no-repeat;
  content: "";
  display: block;
  height: 1.3rem;
  left: 0;
  position: absolute;
  top: calc(50% - 0.65rem);
  width: 1.3rem;
}

.c-app__head__tags {
  display: flex;
  list-style: none;
  margin-top: 0.4rem;
}

.c-app__head__tags>*:not(:first-child) {
  margin-left: 1rem;
}

.c-app__head__tags span {
  border: 1px solid #b0b0b0;
  border-radius: 0.4rem;
  color: #b0b0b0;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 1.2rem;
}

.c-app__head__tags span.--active.--category1 {
  border: 1px solid #fe6970;
  color: #fe6970;
}

.c-app__head__tags span.--active.--category2 {
  border: 1px solid #28bf78;
  color: #28bf78;
}

.c-app__head__tags span.--active.--category3 {
  border: 1px solid #81d4fa;
  color: #81d4fa;
}

.c-app__img {
  padding: 2rem 0;
}

.c-app__img img {
  display: block;
  width: 100%;
}

.c-app__info {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.c-app__info>* {
  width: calc((100% - 2.8rem) / 3);
}

.c-app__info__box__head {
  align-items: center;
  background: #fe6970;
  border-radius: 0.4rem 0.4rem 0 0;
  color: white;
  display: flex;
  font-size: 1.6rem;
  height: 4rem;
  justify-content: center;
  text-align: center;
}

.c-app__info__box__body {
  align-items: center;
  background: #fff;
  border-radius: 0 0 0.4rem 0.4rem;
  display: flex;
  height: 10rem;
  justify-content: center;
  border: #fe6970 solid 1px;
}

.c-app__info__box__body__list>* {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
}

.c-app__info__box__body__list>*:not(:first-child) {
  margin-top: 0.4rem;
}

.c-app__info__box__body__list>* i {
  margin-right: 0.4rem;
}

.--center .c-app__info__box__body__list>* {
  justify-content: center;
  text-align: center;
}

.c-app__point {
  padding: 2.4rem 0 0.8rem;
}

.c-app__point__head span {
  background: #A45A6A;
  border-radius: 0.4rem 0.4rem 0 0;
  color: white;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.8rem 1rem;
}

.c-app__point__body {
  border: 1px solid #A45A6A;
  border-radius: 0 0.4rem 0.4rem 0.4rem;
  padding: 1.6rem 1.2rem;
  background-color: #ffffff;
  margin-bottom: 1.5rem;
}

.c-app__point__body__list {
  list-style: none;
}

.c-app__point__body__list>* {
  background: url(../img/ic-check.svg) left center/1.1rem no-repeat;
  font-size: 1.5rem;
  padding: 0 0 0 2rem;
  position: relative;
}

.c-app__point__body__list>*:not(:first-child) {
  margin-top: 1rem;
}

.c-app__button {
  padding: 1.6rem 0;
}

.c-app__button a {
  align-items: center;
  background: url(../img/ic_arrow.webp) right 2.9rem center/0.9rem no-repeat #28bf78;
  border-radius: 3.3rem;
  color: white;
  display: flex;
  font-weight: bold;
  height: 6.6rem;
  justify-content: center;
  padding: 2.4rem 3.8rem 2.4rem 2rem;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .c-app__button {
    padding: 1rem 0;
  }
}

@media screen and (min-width: 720px) {
  .c-app__button a {
    align-items: center;
    background: url(../img/ic_arrow.webp) right 1.2rem center/0.7rem no-repeat #28bf78;
    border-radius: 3.3rem;
    color: white;
    display: flex;
    font-weight: bold;
    height: 3.6rem;
    justify-content: center;
    padding: 1rem 1.5rem 1rem 1rem;
    text-align: center;
    font-size: 1rem;
  }
}

/* ========================================================

=========================================================*/
.c-headline {
  background: #fe6970;
  color: white;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: .5rem;
  padding: 1rem .5rem;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 719px) {
  .c-headline {
    font-size: 14px;
  }
}

.c-headline span {
  font-size: 15px;
}

/* ========================================================

=========================================================*/
.c-icon--man {
  align-items: center;
  background: #005ec1;
  border-radius: 0.3rem;
  color: white;
  display: flex;
  font-size: 0.8rem;
  font-style: normal;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}

.c-icon--woman {
  align-items: center;
  background: #fd2c5b;
  border-radius: 0.3rem;
  color: white;
  display: flex;
  font-size: 0.8rem;
  font-style: normal;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}

/* ========================================================

=========================================================*/
.c-img {
  margin: 1rem 0;
}

.c-img img {
  display: block;
  height: auto;
  width: 100%;
}

/* ========================================================

=========================================================*/
.c-ranking {
  margin: 0 1.6rem;
}

.c-ranking__title {
  padding: 1.6rem 0;
  text-align: center;
}

.c-ranking__title span {
  border-bottom: 0.3rem solid #fe6970;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1.6rem;
}

.c-ranking__box {
  padding: 1.4rem 0;
}

.c-ranking__box__head {
  border-radius: 0.8rem 0.8rem 0 0;
  color: white;
  font-weight: bold;
  overflow: hidden;
  padding: 1.5rem;
  text-align: center;
}

.c-ranking__box__head span {
  color: #ffff00;
}

.--category1 .c-ranking__box__head {
  background: #fe6970;
}

.--category2 .c-ranking__box__head {
  background: #da3b9a;
}

.--category3 .c-ranking__box__head {
  background: #51c247;
}

.c-ranking__box__body {
  border-radius: 0 0 0.8rem 0.8rem;
  overflow: hidden;
  padding: 2.4rem;
}

.--category1 .c-ranking__box__body {
  background: #dcfbff;
}

.--category2 .c-ranking__box__body {
  background: #ffe9f6;
}

.--category3 .c-ranking__box__body {
  background: #ebffe9;
}

.c-ranking__box__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 2.8rem;
  text-align: center;
}

.c-ranking__box__list>* {
  width: calc((100% - 7.2rem) / 4);
}

.c-ranking__box__list__rank {
  margin-bottom: 1.2rem;
  text-align: center;
}

.c-ranking__box__list__rank span {
  align-items: center;
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 1.4rem;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  margin: auto;
  width: 2.5rem;
}

.c-ranking__box__list__rank.--rank1 span {
  background: #ffd700;
}

.c-ranking__box__list__rank.--rank2 span {
  background: #c0c0c0;
}

.c-ranking__box__list__rank.--rank3 span {
  background: #c47222;
}

.c-ranking__box__list__rank.--rank4 span {
  background: #838383;
}

.c-ranking__box__list__icon {
  margin-bottom: 0.8rem;
}

.c-ranking__box__list__icon img {
  height: auto;
  width: 100%;
  border-radius: 20px;
}

.c-ranking__box__list__title {
  font-size: 1.5rem;
  text-align: center;
}

.c-ranking__toggle {
  background: white;
  border-radius: 0.8rem;
}

.--category1 .c-ranking__toggle {
  border: 1px solid #fe6970;
}

.--category2 .c-ranking__toggle {
  border: 1px solid #da3b9a;
}

.--category3 .c-ranking__toggle {
  border: 1px solid #51c247;
}

.c-ranking__toggle__head {
  cursor: pointer;
  padding: 2rem;
}

.--category1 .c-ranking__toggle__head {
  color: #fe6970;
}

.--category2 .c-ranking__toggle__head {
  color: #da3b9a;
}

.--category3 .c-ranking__toggle__head {
  color: #51c247;
}

.c-ranking__toggle__head__area1 {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}

.c-ranking__toggle__head__area1 i {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 1.8rem;
  justify-content: center;
  margin-right: 1rem;
  position: relative;
  width: 1.8rem;
}

.c-ranking__toggle__head__area1 i::before {
  border-color: white;
  border-style: solid;
  border-width: 0 0.2rem 0.2rem 0;
  content: "";
  display: block;
  height: 0.6rem;
  position: relative;
  top: -0.1rem;
  transform: rotate(45deg);
  width: 0.6rem;
}

.--active .c-ranking__toggle__head__area1 i::before {
  top: 0.1rem;
  transform: rotate(225deg);
}

.--category1 .c-ranking__toggle__head__area1 i {
  background: #fe6970;
}

.--category2 .c-ranking__toggle__head__area1 i {
  background: #da3b9a;
}

.--category3 .c-ranking__toggle__head__area1 i {
  background: #51c247;
}

.c-ranking__toggle__head__area2 {
  font-size: 1.3rem;
  text-align: center;
}

.c-ranking__toggle__body {
  display: none;
  padding: 0 2rem 2rem;
}

.--active .c-ranking__toggle__body {
  display: block;
}

.c-ranking__toggle__list {
  list-style: none;
}

.c-ranking__toggle__list>* {
  margin-top: 1.4rem;
}

.c-ranking__toggle__box {
  align-items: center;
  display: flex;
  justify-content: center;
}

.c-ranking__toggle__box__icon {
  margin-right: 1.2rem;
  width: 6rem;
}

.c-ranking__toggle__box__icon img {
  border: 1px solid #d9d9d9;
  border-radius: 1.2rem;
  display: block;
  height: 6rem;
  overflow: hidden;
  width: 6rem;
}

.c-ranking__toggle__box__detail {
  flex: 1;
}

.c-ranking__toggle__box__name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.c-ranking__toggle__box__description {
  font-size: 1.5rem;
}

/* ========================================================

=========================================================*/
.c-review__head {
  background: url(../img/ic-coment.svg) left center/2rem no-repeat;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 0 1rem 2.5rem;
}

.c-review__box {
  border: 1px solid #81D4FA;
  border-radius: 0.4rem;
  max-height: 15.6rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}

.c-review__box.--active {
  max-height: inherit;
}

.c-review__list {
  list-style: none;
}

.c-review__list>* {
  background: #eff9ff;
  border-radius: 0.4rem;
  margin: 1.2rem;
  padding: 1.6rem;
}

.c-review__list__head {
  display: flex;
}

.c-review__list__head__icon {
  margin-right: 1rem;
  width: 4rem;
}

.c-review__list__head__icon i {
  background: #d9d9d9;
  border-radius: 2rem;
  display: block;
  height: 4rem;
  overflow: hidden;
  width: 4rem;
}

.c-review__list__head__icon i img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.c-review__list__head__detail {
  flex: 1;
}

.c-review__list__head__text {
  color: #4c4c4c;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.c-review__list__text {
  font-size: 1.5rem;
  margin-top: 1rem;
}

.c-review__toggle {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 24%, #ffffff 53.5%);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 4rem 0 1rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.c-review__toggle button {
  align-items: center;
  background: #81D4FA;
  border-radius: 0.4rem;
  color: white;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: 4rem;
  justify-content: center;
  text-align: center;
  width: 12rem;
}

.c-review__box.--active .c-review__toggle {
  display: none;
}

.c-review__close {
  display: flex;
  justify-content: center;
  margin: 1.6rem 0;
}

.c-review__close button {
  align-items: center;
  background: #81D4FA;
  border-radius: 0.4rem;
  color: white;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: 4rem;
  justify-content: center;
  text-align: center;
  width: 12rem;
}

/* ========================================================

=========================================================*/
.c-ribbon {
  padding: 1.2rem 1.6rem;
}

.c-ribbon p {
  align-items: center;
  background: #4d4d4d;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 4.9rem;
  justify-content: center;
  line-height: 1;
  padding: 1.2rem 2.4rem;
  position: relative;
  text-align: center;
}

.c-ribbon p::before,
.c-ribbon p::after {
  content: "";
  height: 0px;
  position: absolute;
  width: 0px;
  z-index: 1;
}

.c-ribbon p::before {
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 2.4rem 0 2.4rem 1.2rem;
  left: 0;
  top: 0;
}

.c-ribbon p::after {
  border-color: transparent white transparent transparent;
  border-style: solid;
  border-width: 2.4rem 1.2rem 2.4rem 0;
  right: 0;
  top: 0;
}

/* ========================================================

=========================================================*/
.c-searchBox {
  padding: 0 1.6rem 1.6rem;
  margin-top: 3em;
}

.c-searchBox__button {
  background: #f3f3f3;
  border-radius: 0.6rem;
  color: #4d4d4d;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.6rem;
  position: relative;
  text-align: center;
}

.c-searchBox__button i {
  display: block;
  height: 1.4rem;
  position: absolute;
  right: 1.6rem;
  top: calc(50% - 0.7rem);
  width: 1.4rem;
}

.c-searchBox__button i::before,
.c-searchBox__button i::after {
  background: #4d4d4d;
  content: "";
  display: block;
  height: 1.4rem;
  left: 0.6rem;
  position: absolute;
  width: 0.2rem;
}

.c-searchBox__button i::after {
  transform: rotate(90deg);
}

.c-searchBox__button.--active {
  border-radius: 0.6rem 0.6rem 0 0;
}

.c-searchBox__button.--active i {
  transform: rotate(45deg);
}

.c-searchBox__toggle {
  background: #f3f3f3;
  display: none;
}

.c-searchBox__toggle.--active {
  display: block;
}

.c-searchBox__box {
  padding: 1rem 1.6rem 1.6rem;
}

.c-searchBox__box__head {
  background: #fe6970;
  border-radius: 0.4rem 0.4rem 0 0;
  color: white;
  font-size: 1.6rem;
  padding: 1.6rem;
  text-align: center;
}

.c-searchBox__box__body {
  background: white;
  border-radius: 0 0 0.4rem 0.4rem;
  padding: 2.4rem;
}

.c-searchBox__box__flow {
  display: flex;
  height: 3rem;
  justify-content: space-between;
  list-style: none;
  margin: auto;
  position: relative;
  width: 15rem;
}

.c-searchBox__box__flow::before {
  background: #929292;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 1.4rem;
  width: 100%;
  z-index: 0;
}

.c-searchBox__box__flow::after {
  background: #ffc01d;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 1.4rem;
  width: 0%;
  z-index: 0;
}

.c-searchBox__box__flow>* {
  align-items: center;
  background: #929292;
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 1.2rem;
  height: 3rem;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 3rem;
  z-index: 1;
}

.c-searchBox__box[data-flow="1"] .c-searchBox__box__flow>*:nth-child(1) {
  background: #a45a6a;
}

.c-searchBox__box[data-flow="2"] .c-searchBox__box__flow::after {
  width: 50%;
}

.c-searchBox__box[data-flow="2"] .c-searchBox__box__flow>*:nth-child(1),
.c-searchBox__box[data-flow="2"] .c-searchBox__box__flow>*:nth-child(2) {
  background: #a45a6a;
}

.c-searchBox__box[data-flow="3"] .c-searchBox__box__flow::after {
  width: 100%;
}

.c-searchBox__box[data-flow="3"] .c-searchBox__box__flow>* {
  background: #a45a6a;
}

.c-searchBox__box__form__item {
  display: none;
}

.c-searchBox__box[data-flow="1"] .c-searchBox__box__form__item:nth-child(1) {
  display: block;
}

.c-searchBox__box[data-flow="2"] .c-searchBox__box__form__item:nth-child(2) {
  display: block;
}

.c-searchBox__box[data-flow="3"] .c-searchBox__box__form__item:nth-child(3) {
  display: block;
}

.c-searchBox__box__form__title {
  color: #4d4d4d;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2.4rem 0;
  text-align: center;
}

.c-searchBox__box__form__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.c-searchBox__box__form__list>* {
  margin: 1.2rem 0 0 1.2rem;
  width: calc((100% - 2.4rem) / 3);
}

.c-searchBox__box__form__list>*:nth-child(3n-2) {
  margin-left: 0;
}

.c-searchBox__box__form__list>*:nth-child(-n+3) {
  margin-top: 0;
}

.c-searchBox__box__form__list.--col2>* {
  margin: 1.2rem 0 0 1.2rem;
  width: calc((100% - 1.2rem) / 2);
}

.c-searchBox__box__form__list.--col2>*:nth-child(2n-1) {
  margin-left: 0;
}

.c-searchBox__box__form__list.--col2>*:nth-child(-n+2) {
  margin-top: 0;
}

.c-searchBox__box__form__list input {
  display: none;
}

.c-searchBox__box__form__list input:checked+label {
  background: url(../img/ic_arrow_s_w.webp) right 1rem center/0.65rem no-repeat #fe6970;
  color: white;
}

.c-searchBox__box__form__list label {
  background: url(../img/ic_arrow_s_w.webp) right 1rem center/0.65rem no-repeat #fff7f7;
  border: 1px solid #fe6970;
  border-radius: 0.4rem;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  padding: 1rem;
  text-align: center;
}

.c-searchBox__box__form__list label:hover {
  background: url(../img/ic_arrow_s_w.webp) right 1rem center/0.65rem no-repeat #FBD4D4;
  color: white;
}

.c-searchBox__box__form__button {
  display: flex;
  justify-content: center;
  margin: 2.4rem 0 0;
}

.c-searchBox__box__form__button button {
  border: 1px solid #d9d9d9;
  border-radius: 4rem;
  color: #4c4c4c;
  font-size: 1.2rem;
  padding: 1.2rem 3.2rem;
  text-align: center;
}

.c-searchBox__box__form__button button:hover {
  background: #ef4b4b;
  color: white;
}

.c-searchBox__box__form__button button:not(:first-child) {
  margin-left: 3rem;
}

/* ========================================================

=========================================================*/
/* ========================================================

=========================================================*/
.c-searchResult__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 1.6rem;
}

.c-searchResult__top__text {
  font-size: 1.6rem;
}

.c-searchResult__top__text span {
  color: #ef4b4b;
}

.c-searchResult__top__button a {
  align-items: center;
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
  border-radius: 0.4rem;
  color: #4c4c4c;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  padding: 1.2rem 1.6rem;
}

.c-searchResult__top__button a::before {
  background: url(../img/ic_refresh.webp) center center/contain no-repeat;
  content: "";
  display: block;
  height: 2rem;
  margin-right: 1rem;
  width: 2rem;
}

.c-searchResult__bottom {
  background: #f3f3f3;
  padding: 1.6rem;
}

.c-searchResult__bottom__text {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
}

.c-searchResult__bottom__text::before {
  background: url(../img/ic_search.webp) center center/contain no-repeat;
  content: "";
  display: block;
  height: 2.4rem;
  margin-right: 1rem;
  width: 2.4rem;
}

.c-searchResult__bottom__list {
  background: white;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 1rem;
  padding: 1.4rem 2.6rem;
}

.c-searchResult__bottom__list>* {
  align-items: center;
  border: 1px solid #d9d9d9;
  color: #ef4b4b;
  display: flex;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 1rem;
  padding: 0.8rem 1rem;
}

.c-searchResult__bottom__list>*::before {
  background-color: #ef4b4b;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  display: block;
  height: 0.6rem;
  margin-right: 0.4rem;
  width: 0.8rem;
}

.c-searchResult__back {
  padding: 1.6rem;
}

.c-searchResult__back a {
  align-items: center;
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
  border-radius: 0.4rem;
  color: #4c4c4c;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  margin: auto;
  max-width: 21.6rem;
  padding: 1.2rem 1.6rem;
}

.c-searchResult__back a::after {
  background: url(../img/ic_back.webp) center center/contain no-repeat;
  content: "";
  display: block;
  height: 2rem;
  margin-left: 1rem;
  width: 2rem;
}

/* ========================================================

=========================================================*/
.c-stars {
  align-items: center;
  display: flex;
  margin-bottom: .7em;
}

.c-stars img {
  width: 1.8rem;
}

.c-stars span {
  font-size: 1.6rem;
  margin-left: 1rem;
}

/* ========================================================

=========================================================*/
.c-tabContents {
  padding: 0;
}

.c-tabContents__tab {
  display: flex;
  justify-content: space-between;
  list-style: none;
  position: relative;
}

.c-tabContents__tab.--ul>*::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.c-tabContents__tab>* {
  align-items: center;
  background: #f3f3f3;
  border-radius: 0.8rem 0.8rem 0 0;
  color: #b0b0b0;
  cursor: pointer;
  display: flex;
  font-size: 1.1rem;
  height: 5.2rem;
  justify-content: center;
  text-align: center;
  width: calc((100% - 1.4rem) / 4);
  padding: 0 .3rem;
}

.c-tabContents__tab>*.--active {
  color: white;
  font-weight: bold;
}

.c-tabContents__tab>*.--active.--category1 {
  background: #fe6970;
}

.c-tabContents__tab>*.--active.--category1::after {
  border-bottom: 2px solid #fe6970;
}

.c-tabContents__tab>*.--active.--category2 {
  background: #fe6970;
}

.c-tabContents__tab>*.--active.--category2::after {
  border-bottom: 2px solid #fe6970;
}

.c-tabContents__tab>*.--active.--category3 {
  background: #fe6970;
}

.c-tabContents__tab>*.--active.--category3::after {
  border-bottom: 2px solid #fe6970;
}

.c-tabContents__tab>*.--active.--category4 {
  background: #fe6970;
}

.c-tabContents__tab>*.--active.--category4::after {
  border-bottom: 2px solid #fe6970;
}


.c-tabContents__box {
  display: none;
}

.c-tabContents__box.--category1 {
  background: #dcfbff;
  padding: 3rem 2.2rem;
}

.c-tabContents__box.--category2 {
  background: #ffe9f6;
  padding: 3rem 2.2rem;
}

.c-tabContents__box.--category3 {
  background: #ebffe9;
  padding: 3rem 2.2rem;
}

.c-tabContents__box.--active {
  display: block;
}

.c-tabContents__box__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.c-tabContents__box__list>* {
  width: calc((100% - 7.8rem) / 4);
}

.c-tabContents__box__list__head {
  border-radius: 0.8rem;
  color: white;
  display: block;
  font-size: 1.4rem;
  text-align: center;
}

.--category1 .c-tabContents__box__list__head {
  background: #fe6970;
}

.--category2 .c-tabContents__box__list__head {
  background: #da3b9a;
}

.--category3 .c-tabContents__box__list__head {
  background: #51c247;
}

.c-tabContents__box__list__list {
  list-style: none;
}

.c-tabContents__box__list__list__icon {
  margin-top: 1.6rem;
}

.c-tabContents__box__list__list__icon img {
  border: 1px solid #d9d9d9;
  border-radius: 1.2rem;
  overflow: hidden;
  width: 100%;
}

.c-tabContents__box__list__list__name {
  font-size: 1.4rem;
  margin-top: 0.4rem;
  text-align: center;
}

/* ========================================================

=========================================================*/
.c-text {
  padding: 1.4rem 0;
}

.c-text span {
  background: linear-gradient(transparent 50%, #ffff00 50%);
  font-weight: bold;
}

.c-text.--small {
  font-size: 1.2rem;
  padding: 0 0;
  color: #878787;
  margin-bottom: 1rem;
}

.c-text.--large {
  font-size: 1.8rem;
  font-weight: bold;
}

.c-text.--center {
  text-align: center;
}

.c-text.--bold {
  font-weight: bold;
}

.p-common-box>*:last-child {
  margin-bottom: 0;
}

.l-header {
  background-color: #1AA5A0;
}

.l-header_1 {
  background-color: #00BFFF;
}

@media screen and (min-width: 720px) {
  .l-header__logo {
    width: 23.2rem;
  }
}

@media screen and (max-width: 719px) {
  .l-header__logo {
    width: 17rem;
  }
}

.l-header__logo img {
  width: 100%;
  height: auto;
  vertical-align: text-bottom;
}

@media screen and (min-width: 720px) {
  .l-header__inner {
    padding: 1.6rem 2rem;
  }
}

@media screen and (max-width: 719px) {
  .l-header__inner {
    padding: 1.6rem 1.5rem;
  }
}


.l-contents__inner {
  margin: 0 auto;
}

@media screen and (min-width: 720px) {
  .l-contents__inner {
    max-width: 72rem;
    padding: 4rem 2rem 6rem;
  }
}

@media screen and (max-width: 719px) {
  .l-contents__inner {
    padding: 2.4rem 1.5rem 4rem;
  }
}

.l-contents__inner>*:last-child {
  margin-bottom: 0;
}

.p-common-box {
  border: 1px solid #DBDBDB;
  border-radius: 1rem;
  background-color: #FFFFFF;
}

@media screen and (min-width: 720px) {
  .p-common-box {
    padding: 2.5rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 719px) {
  .p-common-box {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 720px) {
  .p-common-box>* {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 719px) {
  .p-common-box>* {
    margin-bottom: 1.5rem;
  }
}

.p-common-box>*:first-child {
  margin-top: 0;
}

.p-common-box p {
  line-height: 200%;
}

.c-hw-level2 {
  border-bottom: 3px solid #fe6970;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .c-hw-level2 {
    line-height: 1.5;
    padding-bottom: 1.6rem;
    margin-top: 6rem;
    margin-bottom: 4rem;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-level2 {
    line-height: 1.4;
    padding-bottom: 1.2rem;
    margin-top: 4rem;
    margin-bottom: 2.8rem;
    font-size: 1.8rem;
  }

  .c-hw-level2>span {
    display: inline-block;
  }
}

.c-hw-level4 {
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .c-hw-level4 {
    margin-top: 4rem;
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-level4 {
    margin-top: 2.8rem;
    margin-bottom: 1.8rem;
    font-size: 1.4rem;
  }
}

/* ========================================================
Project
=========================================================*/
/* ========================================================
トップページ
=========================================================*/
/* ========================================================
Utility
=========================================================*/
/* ========================================================
表示
=========================================================*/
@media screen and (max-width: 1120px) {
  .u-only--full {
    display: none;
  }
}

@media screen and (min-width: 1121px) {
  .u-only--less {
    display: none;
  }
}


.p-app-top3-head {
  background: #fe6970;
  color: white;
  text-align: center;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: 0.1rem;
  padding: 1.5rem;
  border-radius: 1rem 1rem 0 0;
  font-weight: bold;
}

@media screen and (max-width: 719px) {
  .p-app-top3-head {
    font-size: 2rem;
  }
}

.p-app-top3-body {
  border: 4px solid #fe6970;
  padding: 2rem 0;
  border-radius: 0 0 1rem 1rem;
}

.p-app-top3-item {
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-app-top3-item:not(:first-child) {
  margin-top: 3rem;
}

@media screen and (max-width: 719px) {
  .p-app-top3-item {
    padding: 0 1.5rem;
  }

  .p-app-top3-item:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-app-top3-icon-wrap {
  width: 8rem;
  margin-right: 2rem;
}

@media screen and (max-width: 719px) {
  .p-app-top3-icon-wrap {
    width: 6rem;
    margin-right: 1.5rem;
  }
}

.p-app-top3-icon {
  border-radius: 2rem;
  max-width: inherit;
  object-fit: cover;
}

.p-app-top3-icon img {
  width: 6rem;
  height: 6rem;
  display: block;
  border-radius: 2rem;
  border: 1px solid #ddd;
}

@media screen and (max-width: 719px) {
  .p-app-top3-icon img {
    width: 6rem;
    height: 6rem;
    display: block;
    border-radius: 2rem;
    border: 1px solid #ddd;
  }
}

.p-app-top3-detail {
  flex: 1;
}

.p-app-top3-detail .c-button {
  margin-bottom: 0;
  background: #28bf78;
}

.p-app-top3-name {
  color: #fe6970;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.p-app-top3-text {
  margin: 0;
  line-height: 180%;
}

.p-app-top3-text strong {
  font-weight: bold;
}

.p-app-top3-text strong em {
  color: #ff0059;
  font-style: normal;
}

.p-app-top3-button-top {
  color: #ff9500;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  line-height: 180%;
  margin: 1rem 0;
}

@media screen and (max-width: 719px) {
  .p-app-top3-button-top {
    font-size: 1.2rem;
    line-height: 130%;
  }

  .p-app-top3-button-top span {
    display: inline-block;
  }
}

.p-app-top3-bottom {
  text-align: center;
  font-weight: normal;
  font-size: 2rem;
  line-height: 150%;
  margin: 4rem 0;
}

@media screen and (max-width: 719px) {
  .p-app-top3-bottom {
    margin: 3rem 0;
    font-size: 1.6rem;
  }

  .p-app-top3-bottom span {
    display: inline-block;
  }
}


.c-hw-rank {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 720px) {
  .c-hw-rank {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-rank {
    margin-bottom: 1rem;
  }
}

.c-hw-rank__no {
  position: relative;
}

@media screen and (min-width: 720px) {
  .c-hw-rank__no {
    max-width: 5rem;
    min-width: 5rem;
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-rank__no {
    max-width: 3.5rem;
    min-width: 3.5rem;
    margin-right: 1rem;
  }
}

.c-hw-rank__no img,
.c-hw-rank__no svg {
  width: 100%;
  height: auto;
}

.c-hw-rank__no span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 0.6rem;
}

.c-hw-rank__svg-1 {
  fill: #ffd900;
}

.c-hw-rank__svg-2 {
  fill: #a5c8d4;
}

.c-hw-rank__svg-3 {
  fill: #d38c59;
}

.c-hw-rank__svg-4,
.c-hw-rank__svg-5,
.c-hw-rank__svg-6,
.c-hw-rank__svg-7,
.c-hw-rank__svg-8,
.c-hw-rank__svg-9,
.c-hw-rank__svg-10 {
  fill: #5cc5d8;
}

.c-hw-rank__text {
  color: #1AA5A0;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 720px) {
  .c-hw-rank__text {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-rank__text {
    font-size: 2rem;
  }
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin: 0 auto;
  background-color: #28bf78;
  border-radius: 1rem;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.1s ease-in-out;
}

@media screen and (min-width: 720px) {
  .c-button {
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 719px) {
  .c-button {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
}

.c-button:link,
.c-button:visited,
.c-button:active,
.c-button:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.c-button:active,
.c-button:hover {
  opacity: .7;
}

.c-button--green {
  background-color: #1AA5A0;
}

.c-button--gray {
  background-color: #F0F0F0;
}

.c-button--gray:link,
.c-button--gray:visited,
.c-button--gray:active,
.c-button--gray:hover {
  color: currentColor;
}

.c-button--blank::after {
  display: inline-block;
  content: "";
  margin-left: 1rem;
  background-image: url(./img/ic_arrow.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

@media screen and (max-width: 719px) {
  .c-button--blank::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.c-button--slim {
  padding: 1.5rem;
  margin-bottom: 3rem;
  border-radius: .5rem;
}

@media screen and (min-width: 720px) {
  .c-button--slim {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 719px) {
  .c-button--slim {
    font-size: 1.4rem;
  }
}

.c-button--slim.c-button--blank::after {
  width: 1.2rem;
  height: 1.2rem;
}

.c-button--flash {
  overflow: hidden;
  position: relative;
}

.c-button--flash::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: flash 3s ease-in-out infinite;
}

@-webkit-keyframes blink {

  0%,
  50%,
  to {
    opacity: 0.5;
  }

  25%,
  75% {
    opacity: 1;
  }
}

@keyframes blink {

  0%,
  50%,
  to {
    opacity: 0.5;
  }

  25%,
  75% {
    opacity: 1;
  }
}

@-webkit-keyframes flash {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* ボタン装飾 */
.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {

  0%,
  40%,
  60%,
  80% {
    transform: scale(1.0);
  }

  50%,
  70% {
    transform: scale(0.95);
  }
}

@keyframes pulsation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.1);
  }
}

.animated-icon {
  /* is-animatedクラスがなくてもアニメーションが開始しないよう初期化 */
  transform: scale(1.0, 1.0) translate(0, 0);
  opacity: 1;
}

.animated-icon.is-animated {
  animation: poyoyon2 1s ease-in-out forwards;
}

@keyframes poyoyon2 {
  0% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }

  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }

  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }

  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }

  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }

  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }

  0%,
  100% {
    opacity: 1;
  }
}

.anim-box.poyoyon3.is-animated {
  animation: poyoyon3 1s ease-in-out infinite;
  /* infinite を追加 */
}

@keyframes poyoyon3 {
  0% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }

  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }

  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }

  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }

  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }

  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }

  0%,
  100% {
    opacity: 1;
  }
}

.puyopuyo {
  animation: puyopuyo 2s ease-in-out infinite;
  opacity: 1;
}

@keyframes puyopuyo {

  0%,
  40%,
  60%,
  80% {
    transform: scale(1.0);
  }

  30%,
  50%,
  70% {
    transform: scale(0.95);
  }
}

.pekopeko {
  animation: pekopeko 2s infinite;
  box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}

@keyframes pekopeko {
  0% {
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
    top: 0px;
  }

  10% {
    box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
    top: 3px;
  }

  20% {
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
    top: 0px;
  }

  30% {
    box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
    top: 3px;
  }

  40% {
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
    top: 0px;
  }
}

.btn-square-shadow {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  border-bottom: solid 4px #d9d9d9;
  box-shadow: inset 0 6px 0 rgba(255, 255, 255, 0.5), 0 6px 6px rgba(0, 0, 0, 0.19);
  transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out, border-bottom-color 0.1s ease-in-out;
  touch-action: manipulation;
}

.btn-square-shadow.is-active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
  /* 必要であれば背景色などを少し暗くするなどの変化を加える */
  /* background-color: #e0e0e0; */
}

.mocchiri {
  /* このクラスは必要に応じて残しても良いですが、今回は直接使いません */
  /* animation: mocchiri 3s infinite; */
  /* 初期状態ではアニメーションしない */
}

@keyframes mocchiri {
  0% {
    transform: scale(1, 0.8);
  }

  20% {
    transform: scale(0.8, 1.1);
  }

  95% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 0.8);
  }
}

.js-animated-button {
  /* その他のボタンのスタイル */
  transition: transform 3s ease-in-out;
  /* クリック時のフィードバック用（任意） */
}

.js-animated-button.is-animating {
  animation: mocchiri 2s 1;
  /* クリック時に1回だけアニメーション */
}


.c-button-message {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 720px) {
  .c-button-message {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 719px) {
  .c-button-message {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}

.c-button-message::before,
.c-button-message::after {
  content: "";
  display: block;
  background-image: url(../img/icon-slash.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

@media screen and (min-width: 720px) {

  .c-button-message::before,
  .c-button-message::after {
    width: .8rem;
    height: 1.8rem;
  }
}

@media screen and (max-width: 719px) {

  .c-button-message::before,
  .c-button-message::after {
    width: .6rem;
    height: 1.35rem;
  }
}

.c-button-message::before {
  margin-right: .8rem;
}

.c-button-message::after {
  margin-left: .8rem;
  transform: scale(-1, 1);
}


.c-annotation {
  line-height: 1.5;
  font-size: 1.4rem;
  margin-left: 1rem;
  margin-bottom: 1.8rem;
  color: #999999;
}

.c-annotation a {
  color: #999999;
}

/*マッチ4枠目 */

.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-top3table__head {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

.p-top3table__head span {
  color: #f5515a;
  font-weight: bold;
}

.p-top3table__head b {
  color: #53adff;
  font-weight: bold;
}

.p-top3table__head strong {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #fce89d 50%);
}

@media screen and (max-width: 719px) {
  .p-top3table__head {
    font-size: 1.5rem;
    line-height: 180%;
    margin: 2.5rem 0;
  }
}

.p-top3table {
  border-collapse: collapse;
  margin: 1rem 0 1rem 0;
}

.p-top3table thead tr th {
  text-align: center;
  font-size: 1.8rem;
  border-radius: 1rem 1rem 0 0;
  background: #fe6970;
  color: white;
  border: 0;
}

@media screen and (max-width: 719px) {
  .p-top3table thead tr th {
    font-size: 1.8rem;
    line-height: 160%;
    padding: 2rem;
  }
}

.p-top3table tbody tr th {
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  text-align: center;
  padding: .8rem;
  font-weight: bold;
}

@media screen and (max-width: 719px) {
  .p-top3table tbody tr th {
    padding: 1.2rem 1.5rem;
  }
}

.p-top3table tbody tr td {
  border: 1px solid #f0f0f0;
  padding: .8rem;
  text-align: center;
  width: 33.33%;
  background-color: #fff;
}

@media screen and (max-width: 719px) {
  .p-top3table tbody tr td {
    padding: 1.2rem 1.5rem;
    font-size: 1.4rem;
  }
}

.p-top3table tbody tr td .c-button {
  line-height: 1.3;
}

@media screen and (max-width: 719px) {
  .p-top3table tbody tr td .c-button {
    padding: 0.7rem;
    font-size: 1.4rem;
    margin-bottom: 0rem;
  }
}

.p-top3table__point {
  min-height: 6.4rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-top3table__point br {
  display: none;
}

@media screen and (max-width: 719px) {
  .p-top3table__point li {
    font-size: 1.0rem;
    display: block;
    line-height: 1.3;
  }

  .p-top3table__point li:not(:first-child) {
    margin-top: .5rem;
  }

  .p-top3table__point li br {
    display: block;
  }
}

.p-top3table__point.--doublecircle {
  background: url(../img/state-doublecircle.png.webp) center center/6.4rem no-repeat;
}

.p-top3table__point.--circle {
  background: url(../img/state-circle.png.webp) center center/6.4rem no-repeat;
}

.p-top3table__point.--triangle {
  background: url(../img/state-triangle.png.webp) center center/6.4rem no-repeat;
}

.p-top3table__rank__no {
  position: relative;
  display: block;
  margin: auto;
}

@media screen and (min-width: 720px) {
  .p-top3table__rank__no {
    max-width: 5rem;
    min-width: 5rem;
  }
}

@media screen and (max-width: 719px) {
  .p-top3table__rank__no {
    max-width: 3.5rem;
    min-width: 3.5rem;
  }
}

.p-top3table__rank__no img,
.p-top3table__rank__no svg {
  width: 100%;
  height: auto;
}

.p-top3table__rank__no span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 0.6rem;
}

.p-top3table__rank__svg-1 {
  fill: #ffd900;
}

.p-top3table__rank__svg-2 {
  fill: #a5c8d4;
}

.p-top3table__rank__svg-3 {
  fill: #d38c59;
}

.p-top3table__rank__icon {
  max-width: 8rem;
  min-width: 8rem;
  max-height: 8rem;
  min-height: 8rem;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid #dbdbdb;
}

.p-top3table__rank__icon img {
  max-width: inherit;
  width: 8rem;
  height: 8rem;
  object-fit: cover;
}

.p-top3table__rank__name {
  font-weight: 700;
  color: #F5515A;
}

.p-top3table__change {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.p-top3table__change>* {
  width: 33%;
  text-align: center;
}

.c-recommend-app__name {
  color: #A45A6A;
  font-size: 1.5rem;
  font-weight: bold;
}

.updated-date {
  color: #999999;
  font-size: 1.2rem;
}

.Matching__headBox {
  margin: 2rem -1.5rem 0 -1.5rem;
  padding: 1rem;
  position: relative;
  background-color: #fe6970;
}

.--red .Matching__headBox {
  background: #f2556f
}

.--blue .Matching__headBox {
  background: #00B8A9
}

.Matching__headBox__caption {
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: .5rem;
  font-weight: 700;
  text-align: center;
  position: relative
}

.Matching__headBox__caption span {
  display: inline-block;
  position: relative
}

.Matching__headBox__caption span::before,
.Matching__headBox__caption span::after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: .2rem;
  height: 100%;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg)
}

.Matching__headBox__caption span::before {
  left: -1em;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg)
}

.Matching__headBox__caption span::after {
  right: -1em;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg)
}

.Matching__headBox__title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0rem;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .Matching__headBox__title {
    padding: 1.5rem;
    font-size: 16px;
    line-height: 1.6;
  }
}

.Matching__head__caption {
  display: block;
  text-align: center;
  color: #fff;
  margin-bottom: .5rem
}

.Matching__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.Matching__head__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12.8rem;
  height: 12.8rem;
  background: url(../img/circle.png) center center/contain no-repeat;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  padding: 1rem 0 0 0
}

.--red .Matching__head__circle {
  color: #f2556f
}

.--blue .Matching__head__circle {
  color: #53adff
}

.Matching__head__title {
  text-align: center;
  font-size: 6rem;
  line-height: 8rem;
  color: #fff;
  font-weight: 700;
  margin-top: .3em;
  margin-bottom: .5em;
  margin-left: .5em
}

.Matching__head__update {
  position: absolute;
  right: 4rem;
  bottom: 1rem;
  color: #fff;
  font-size: 2rem
}

.Matching__eyecatchBox {
  margin: 9rem 0
}

.Matching__eyecatch {
  width: 54rem;
  height: 54rem;
  background-color: #fcf3f5;
  margin: auto;
  position: relative
}

.Matching__eyecatch::before,
.Matching__eyecatch::after {
  content: "";
  display: block;
  background: #f2556f;
  position: absolute
}

.Matching__eyecatch::before {
  width: 100%;
  height: .2rem;
  top: 26.9rem;
  left: 0;
  z-index: 999
}

.Matching__eyecatch::after {
  width: .2rem;
  height: 100%;
  top: 0;
  left: 26.9rem;
  z-index: 999
}

.Matching__eyecatch__name {
  position: absolute;
  text-align: center;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2
}

.--red .Matching__eyecatch__name {
  color: #f2556f
}

.--blue .Matching__eyecatch__name {
  color: #53adff
}

.Matching__eyecatch__name.--top {
  top: -8rem;
  width: 100%;
  height: 8rem
}

.Matching__eyecatch__name.--bottom {
  bottom: -8rem;
  width: 100%;
  height: 8rem
}

.Matching__eyecatch__name.--left {
  top: calc(50% - 6rem);
  left: -12rem;
  width: 12rem;
  height: 12rem
}

.Matching__eyecatch__name.--right {
  top: calc(50% - 6rem);
  right: -12rem;
  width: 12rem;
  height: 12rem
}

.Matching__eyecatch__icon {
  --xPoint: calc((var(--x) - 1) * 9rem);
  --yPoint: calc((var(--y) - 1) * 9rem);
  top: var(--yPoint);
  left: var(--xPoint);
  width: 9rem;
  height: 9rem;
  position: absolute
}

.Matching__eyecatch__ranking {
  background: #FFF;
  margin-bottom: 2em
}

.Matching__eyecatch__syousai__app {
  display: flex;
  padding: 1em .5em 1em .5em
}

.Matching__eyecatch__syousai__icon {
  width: 20%;
  padding: 1.8em .8em
}

.Matching__eyecatch__syousai__detail {
  width: 85%
}

.Matching__eyecatch__button {
  margin-top: 1em
}

.Matching__eyecatch__text__pp {
  padding: 1rem 3rem 0 3rem;
  margin: 2% 0 0 0
}

.Matching__choice__wrap {
  padding: 4rem 0rem 0.5rem 0rem;
  margin: 0rem -1.5rem 2rem -1.5rem;
  background-color: #fffced;
  text-align: center
}

.Matching__ninki__app__choice {
  margin: 2rem 1.5rem 4rem 1.5rem;
  padding: 1rem 1rem 0rem 1rem;
  border-radius: 2rem;
  background-color: #FFF
}

.Matching__ninki__app__name {
  font-size: 1.6rem;
  padding: 1rem;
  margin: 1rem;
  border-radius: 2rem;
  position: relative;
  top: -4rem;
  color: #FFF;
  font-weight: 700;
}

@media screen and (max-width: 719px) {
  .Matching__ninki__app__name {
    font-size: 14px;
  }
}

.Matching__choice__flex {
  display: flex;
  justify-content: space-between
}

.Matching__app__choice__box {
  position: relative;
  top: -5rem
}

.Matching__app__balloon {
  border-radius: 1rem;
  font-size: 1.4rem;
  padding: .8rem;
  margin: 2rem .5rem 2rem .5rem
}

.Matching__app__icon__name img {
  width: 9rem;
  /* 例：画像の幅を200pxに固定 */
  height: 9rem;
  /* 例：画像の高さを150pxに固定 */
  object-fit: cover;
  /* 画像が指定されたサイズに収まるように調整 */
  border-radius: 1.5rem;
}

.Matching__app__icon__name {
  width: 100%;
}

.red_flame {
  border: 3px solid #FfAB92
}

.red_flame>.Matching__ninki__app__name {
  background-color: #FfAB92
}

.red_flame>*>*>div.Matching__app__balloon {
  background-color: #FFF5F9
}

.Matching__blue__flame {
  border: 3px solid #007394
}

.Matching__blue__flame>.Matching__ninki__app__name {
  background-color: #007394
}

.Matching__blue__flame>*>*>div.Matching__app__balloon {
  background-color: #7cafe6
}

.yellow_flame {
  border: 3px solid #81D4FA
}

.yellow_flame>.Matching__ninki__app__name {
  background-color: #81D4FA
}

.yellow_flame>*>*>div.Matching__app__balloon {
  background-color: #F0FBFF
}

.choice_text_box {
  margin: -3rem 1.5rem 5rem 1.5rem;
  text-align: left;
  line-height: 180%;
}

.choice_text_box b {
  color: #53adff;
}

.choice_text_box strong {
  background: linear-gradient(transparent 50%, #fce89d 50%);
}

.Matching__green__flame {
  border: 3px solid #ffc16d;
}

.Matching__green__flame>.Matching__ninki__app__name {
  background-color: #ffc16d;
}

.Matching__green__flame>*>*>div.Matching__app__balloon {
  background-color: #fff7d9;
}


.Matching__app__icon__name p {
  margin: 1rem 0 0 0;
  color: #A45A6A;
  font-weight: bold;
}

.boder {
  color: #DBDBDB;
  border: 1px solid;
}

.gate_flex_wrap {
  display: flex;
  justify-content: space-around;
}

.gate_button_wrap {
  text-align: center;
  margin: 1rem 1rem 3rem 1rem;
}

.gate_button {
  font-size: 1.8rem;
  display: inline-block;
  border-radius: .8em;
  padding: .8em 1.2em;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}

.gate_button:hover {
  background: #fff;
  color: #333;
  transform: scale(0.9, 0.9);
}


.m29 {
  background: #42A5F5;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #42A5F5;
}

.m30 {
  background: #1976D2;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1976D2;
}

.w29 {
  background: #ffa8c6;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ffa8c6;
}

.w30 {
  background: #D1C4E9;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #D1C4E9;
}

.gate_box_p_a {
  text-align: center;
  margin-bottom: 1rem;
}

.gate_box_p {
  font-weight: 600;
  margin: 2rem 0 1rem 0;
}

.gate_box_p-sub {
  font-weight: 400;
  margin: 1rem 0 2rem 0;
}

.heading-3 {
  padding: 0 .4em .2em;
  border-bottom: 3px dotted #fe6970;
  color: #333333;
  text-align: center;
  margin: 2rem 0 2rem 0;
}

.flex-container {
  display: flex;
  /* Flexbox を有効化 */
  justify-content: flex-end;
}

.flex-text {
  color: #b0b0b0;
  font-size: 1.2rem;
}

.flex-container-mainvisual {
  display: flex;
  /* Flexbox を有効化 */
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.flex-container-header {
  display: flex;
  /* Flexbox を有効化 */
  justify-content: space-between;
  align-items: center;
  margin: 0 4.5em 0 4.5em;
}

@media screen and (max-width:719px) {
  .flex-container-header {
    margin: .5rem;
  }
}

.header-logo-img {
  width: 18%;
  height: auto;
}

@media screen and (max-width:719px) {
  .header-logo-img {
    width: 100%;
    height: auto;
    max-width: 50px;
  }
}

.c-recommend-app__icon img {
  border-radius: 1.5rem;
  border: #f3f3f3 2px solid;
  max-width: 9rem;
}

.p-app-text {
  line-height: 180%;
  margin: 3rem 0 3rem 0;
}

.p-app-text strong {
  background: linear-gradient(transparent 50%, #fce89d 50%);
  font-weight: bold;
}

.p-app-text b {
  color: #53adff;
  font-weight: bold;
}

.p-app-text span {
  color: #f5515a;
  font-weight: bold;
}

.p-app-text-container {
  margin-bottom: 4rem;
}

.c-headline-sub-text {
  font-size: .7rem;
  color: #fff;
  text-align: right;
}

.c-contents h3 {
  line-height: 1.5;
  font-weight: 700
}

@media screen and (min-width:720px) {
  .c-contents h3 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 1.8rem
  }
}

@media screen and (max-width:719px) {
  .c-contents h3 {
    margin-bottom: 1.4rem;
    margin-top: 2.8rem;
  }
}

.c-contents h4 {
  line-height: 1.5;
  font-weight: 700
}

@media screen and (min-width:720px) {
  .c-contents h4 {
    margin-top: 2rem;
    margin-bottom: 3rem;
    font-size: 1.6rem
  }
}

@media screen and (max-width:719px) {
  .c-contents h4 {
    margin-top: 2.8rem;
    margin-bottom: 1.8rem;
    font-size: 1.4rem
  }
}

.c-contents p {
  margin: 0;
  line-height: 180%;
}

.c-contents p+p {
  margin-top: 2em
}

.c-contents p span {
  background: linear-gradient(transparent 50%, #fffab4 50%);
  display: inline;
  font-weight: 700
}

.c-contents p strong {
  color: #F5515A;
  font-weight: 700
}

.c-contents p b {
  color: #2ca9e1;
  font-weight: 700
}

.c-contents hr {
  border: 0;
  margin: 3em 0 0;
  padding: 0
}

.p-lp__recommend-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 8%
}

@media screen and (max-width:750px) {

  .p-lp__recommend-title {
    font-size: 4.2vw
  }
}

.p-lp__recommend {
  display: flex;
  -webkit-box-pack: justify;
  margin: 4% 4% 4%;
  padding-left: 0rem;
  justify-content: center;
  align-items: center;
}

.p-lp__recommend-item {
  width: 22%;
  margin: 5% 0 0 3%;
  position: relative
}

.p-lp__recommend-item a {
  display: block;
  text-decoration: none;
  color: inherit
}

.p-lp__recommend-item img {
  border-radius: 10%
}

.p-lp__recommend-item.is-border img {
  border: 2px solid #eee
}

.p-lp__recommend-item:before {
  width: 40%;
  height: 40%;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -15%;
  left: -15%;
  font-weight: 700;
  line-height: 190%
}

.p-lp__recommend-item:nth-of-type(-n+5) {
  margin-top: 0
}

.p-lp__recommend-item:nth-of-type(5n-4) {
  margin-left: 0
}

.l-footer-sub-text {
  font-size: 60%;
  text-align: center;
  margin-top: 1rem;
}

.flex-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gate_button-text {
  padding-left: 1rem;
}

/* 検索フォーム */
.p-lp__toggle-head-check {
  display: none
}

.p-lp__toggle-head-check:checked+.p-lp__toggle-head:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.p-lp__toggle-head-check:checked+.p-lp__toggle-head+.p-lp__toggle-body {
  display: block
}

.p-lp__toggle-head {
  background: #fe6970;
  text-align: center;
  font-weight: 700;
  padding: 4%;
  color: #fff;
  cursor: pointer;
  width: 100%;
  display: block;
  user-select: none;
  position: relative
}

@media screen and (max-width:750px) {
  .p-lp__toggle-head {
    font-size: 3.6vw
  }
}

.p-lp__toggle-body {
  user-select: none;
  padding: 2rem 4rem 2rem 4rem;
  border: 15px solid #fe6970;
  border-top-width: 0;
  margin-bottom: 2rem;
}

.p-lp__search-head {
  font-weight: 700;
  margin: 2.5em 0 1em 0;
  background: #fdcfcf;
  padding: 1.5rem
}

.p-lp__search-head:not(:first-child) {
  margin-top: 4%
}

.p-lp__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-lp__search-item {
  width: 48%;
  margin: 4% 0 0 4%;
  list-style: none
}

.p-lp__search-item:nth-of-type(-n+2) {
  margin-top: 0
}

.p-lp__search-item:nth-of-type(2n-1) {
  margin-left: 0
}

.p-lp__search-item-wide {
  width: 100%
}

.p-lp__search-item-wide:not(:first-child) {
  margin-top: 4%
}

.p-lp__search-radio label {
  user-select: none;
  display: block;
  cursor: pointer;
  padding: 1em;
  position: relative;
  background: #FFF4F2;
  border-radius: 1rem;
  border: 1px solid #FCB2B5;
  border-bottom: 4px solid #FCB2B5;
}

.p-lp__search-radio label:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: .5em;
  border: 1px solid #FCB2B5;
}

.p-lp__search-radio label:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

.p-lp__search-radio input[type=radio] {
  display: none
}

.p-lp__search-radio input[type=radio]:checked+label:before {
  background: #28bf78
}

.p-lp__search-select {
  background: #f2f2f2;
  position: relative
}

.p-lp__search-select:before {
  content: "▼";
  width: 1em;
  height: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em
}

.p-lp__search-select select {
  display: block;
  cursor: pointer;
  padding: 1em;
  position: relative;
  width: 100%;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.p-lp__search-count span {
  font-size: 1.5em;
  font-weight: 700;
  color: #ff667f;
  vertical-align: bottom;
  padding-right: .1em
}

.form-head {
  background: #fe6970;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 1.5rem .5rem;
  text-align: center;
  line-height: 1.7;
}

.form-head span {
  font-size: 1.8rem;
  font-weight: 500;
}

.form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2em 1.8em;
  margin: 1.5em auto;
  background-color: #28bf78;
  border-radius: 1rem;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.1s ease-in-out;
  font-size: 2rem;
  border-bottom: solid 6px #1fa064;
}

.form-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

/* 画像ループ */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 6);
  margin-left: 1rem;
  margin-bottom: .6rem;
}

.scroll-infinity__item>img {
  width: 100%;
  border-radius: 1rem;
}

/*吹き出し*/

.flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.flex-box img {
  max-width: 6rem;
  height: auto;
}

.form-balloon {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: 10px 16px;
  border: 2px solid #fe6970;
  border-radius: 24px;
  background-color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
}

.form-balloon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 14px 0 14px;
  border-color: #fe6970 transparent transparent;
  translate: -50% 100%;
}

.form-balloon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 9.4px 10.9px 0 10.9px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.form-balloon-under-text {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: .3em;
}

.sub {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2em;
}

.my-yellow {
  color: #ffc01d;
}

.my-red {
  color: #F5515A;
}

.form-contens {
  padding: 0 1.5rem;
}

.test {
  font-size: 1.8rem;
}

/*単推しクラス*/
.ichioshi_head {
  margin-top: 2rem;
  background-color: #fe6970;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (min-width: 720px) {
  .ichioshi_head {
    font-size: 1.3rem;
  }
}

.ichioshi {
  margin-bottom: 2rem;
  padding-top: 1rem;
  border: 2px solid #fe6970;
  border-radius: 0 0 1rem 1rem;
}

.ichioshi_app {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.ichioshi_app_icon {
  width: 20%;
  margin-left: 1rem;
  position: relative;
}

@media screen and (min-width: 720px) {
  .ichioshi .pop {
    width: 3rem;
    height: 3rem;
  }
}

.ichioshi_app_icon img {
  border-radius: 1.5rem;
  border: 2px solid #d9d9d9;
}

.ichioshi_detail {
  width: 88%;
  margin-left: 2rem;
  padding: 1rem;
}

.app_name {
  font-weight: bold;
  font-size: 2rem;
  color: #fe6970;
}

@media screen and (min-width: 720px) {
  .app_name {
    font-size: 1.5rem;
  }
}

.app_text {
  margin-top: 2%;
  margin-bottom: 3%;
  font-size: 1.6rem;
}

@media screen and (min-width: 720px) {
  .app_text {
    font-size: 1rem;
  }
}

.app_text span {
  color: #ff677f;
  font-weight: bold;
}

.ichioshi p strong {
  font-weight: bold;
}

/*イチオシバッジクラス*/
.ichioshi .pop {
  position: absolute;
  top: -21px;
  left: 35px;
  z-index: 11;
  width: 5.5rem;
  height: 5.5rem;
  opacity: 0;
  animation: pop 2s infinite ease-in-out;
  animation-delay: 0.5s;
}

@media screen and (min-width: 720px) {
  .ichioshi .pop {
    top: -45px;
    left: 63px;
    width: 4rem;
    height: 4rem;
  }
}

@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  15% {
    opacity: 1;
    transform: scale(1.3);
  }

  30% {
    opacity: 1;
    transform: scale(1);
  }

  80% {
    opacity: 1;
    transform: scale(1);
  }

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

.ichioshi .pop img {
  width: 5.5rem;
  height: 5.5rem;
  border: none;
}

@media screen and (min-width: 720px) {
  .ichioshi .pop img {
    width: 4rem;
    height: 4rem;
  }
}

.invisible {
  display: none;
}

/* クーポン施策 */
.p-lp__app-merit-wrap {
  background: #fff8f9;
}

.coupon_container_fv {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}

.coupon_container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  text-align: center;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}

.copy-input_fv {
  flex: 1;
  padding: 1rem;
  margin-right: 1rem;
  border: 1.5px solid #ccc;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
  width: 30%;
}

.copy-input {
  flex: 1;
  padding: 1.3rem;
  margin-right: 1rem;
  border: 1.5px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  width: 30%;
  background: #fff;
}

.copy-button_fv {
  font-size: 12px;
  font-weight: bold;
  padding: 1.5rem;
  margin-right: 0.5rem;
  background-color: #f5515a;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.copy-button {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2rem;
  margin-right: 0.5rem;
  background-color: #f2556f;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.coupon_text {
  color: #484848;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.coupon_text span {
  color: #ff677f;
  background: linear-gradient(transparent 50%, #fffab4 50%);
  display: inline;
  font-weight: bold;
}

.coupon_caution_text {
  color: #b1b1b1;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.coupon_box {
  padding: 0 1rem;
  margin-top: .5rem;
  background: #fff8f9;
}

.heading-3 {
  text-align: center;
  font-size: 2rem;
  padding: 1em .4em .9em;
  border-bottom: 3px dotted #f2556f;
  color: #f2556f;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.box-013 {
  max-width: 100%;
  border: 2px solid #f2556f;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}

.box-013 span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .9em 0;
  background-color: #f2556f;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

.box-013 p {
  font-size: 1.6rem;
  padding: 1em 1.5em;
  color: #333;
  line-height: 1.5;
}

.box-013 p span {
  color: #f2556f;
  font-weight: bold;
}

.box-013_container {
  padding: 0 1rem 2rem;
}


.c-app__urawaza {
  padding: 2.4rem 0 0.8rem;
}

.c-app__urawaza__head span {
  background: #fe6970;
  border-radius: 0.4rem 0.4rem 0 0;
  color: white;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.8rem 1rem;
}

.c-app__urawaza__head span .u-text-yellow {
  color: #fce89d;
  background: none;
  padding: 0;
}

.c-app__urawaza__body {
  border: 1px solid #fe6970;
  border-radius: 0 0.4rem 0.4rem 0.4rem;
  padding: 1.6rem 1.2rem;
  background-color: #ffffff;
}

/* --- リスト前後の装飾 --- */
.c-app__urawaza__body__list {
  list-style: none;
  margin: 1.5rem 0;
  /* 上下の余白を調整 */
  padding: 1rem 0;
  border-top: 1px dashed #ccc;
  /* 前の線（お好みで実線 solid に変更可） */
  border-bottom: 1px dashed #ccc;
  /* 後の線 */
  counter-reset: number;
  /* ②の数字カウント用 */
}

/* --- リストの数字装飾 --- */
.c-app__urawaza__body__list li {
  font-size: 1.5rem;
  padding-left: 2.5rem;
  /* 数字が入るスペースを確保 */
  position: relative;
  background: none;
  /* 既存のチェックアイコンを消去 */
  display: flex;
  align-items: center;
}

.c-app__urawaza__body__list li::before {
  counter-increment: number;
  /* カウントを増やす */
  content: counter(number);
  /* 数字を表示 */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  /* 数字のデザイン（お好みで調整してください） */
  background: #fe6970;
  /* 背景色（テーマカラー） */
  color: #fff;
  /* 文字色 */
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  /* 丸くする */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.c-app__urawaza__body__list li:not(:first-child) {
  margin-top: 1rem;
}

.c-app__urawaza__body p span {
  background: linear-gradient(transparent 50%, #fce89d 50%);
  font-weight: bold;
}