/*reset*/
@charset "UTF-8";

/*
Reset CSS:ver2.0
*/
/* Winでも見やすい游ゴ設定 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  cursor: default;
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #333;
  font: 16px/400 -apple-system, BlinkMacSystemFont, Hiragino Sans, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic ProN, YuGothic, 'Yu Gothic', 'メイリオ', meiryo, sans-serif;
  height: 100%;
  margin: 0 auto;
  letter-spacing: .05rem;
  line-height: 1.5;
  width: 100%;
  max-width: 640px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul,
nav ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  background: transparent;
  color: #0044CC;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration-skip: objects;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

em {
  padding: 0.2em;
  font-weight: bold;
  display: inline;
  font-style: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
video {
  width: 100%;
  height: auto;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* smart phone default style reset */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  border: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
}

/* select box , checkboxの矢印を非表示 */
select::-ms-expand {
  display: none;
}

input[type="submit"]:hover {
  cursor: pointer;
}

input,
textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 10px;
  border: 1px solid #D3D3D3;
  background: #F7F7F7;
}

input:focus,
textarea:focus {
  background: #fffbc9;
}

input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="image"] {
  height: auto;
  width: 100%;
}

/* placeholder color */
input::placeholder {
  color: #333;
  opacity: 0.7;
}

/* IE */
input:-ms-input-placeholder {
  color: #333;
}

/* Edge */
input::-ms-input-placeholder {
  opacity: 0.7;
}

/* テキストを選択時時のハイライトカラー */
::-moz-selection {
  background-color: #93C1E5;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #93C1E5;
  color: #fff;
  text-shadow: none;
}

/*div.choice*/
.choice1 {
  display: flex;
}

.choice1__item {
  width: 25%;
}


/* counseling__video */
.counseling__video {
  padding: 15px;
  background: #fff;
}

video {
  margin: 0 auto;
  width: 100%;
}

/* taboo */
.taboo {
  margin: 40px 0 20px;
}

.taboo__txt {
  text-align: center;
  font-size: 12px;
}

/*footer*/
.f_wrap {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  background: #2d2d2d;
  color: #fff;
}

.f_wrap .f_wrap__inner {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.f_wrap ul li {
  list-style-type: none;
  margin-bottom: 14px;
  text-decoration: none;
}

.f_wrap ul li:last-child {
  margin-left: 1.6rem;
}

.f_wrap ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  color: #fff;
  text-decoration: none;
}

.f_wrap .f_copy p {
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 30em) {
  .f_wrap {
    padding: 2rem 0.5rem;
  }
}

/* explanation */
.explanation__video {
  padding: 0 15px 20px;
  background: #fff;
}

video {
  margin: 0 auto;
  width: 100%;
}


/*アコーディオン*/
.block__inner {
  background: #f3dbdb;
  padding-bottom: 40px;
}

.accordion {
  margin: 12px;
}

.toggle {
  display: none;
}

.Label {
  padding: 0.8em 2em 0.8em 0.8em;
  display: block;
  color: #fff;
  background: #dc4040;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border-radius: 12px;
}

.accordion__content {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  letter-spacing: 2px;
}

.toggle:checked+.Label+.accordion__content {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

.accordion Label::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  background-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion Label::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #dc4040;
  border-bottom: 2px solid #dc4040;
  transform: translateY(-50%) rotate(45deg);
}

.Label,
.accordion__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  text-align: left;
}

.accordion__content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.toggle:checked+.Label+.accordion__content {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
  background: #fff;
  border-radius: 12px;
}

.accordion .toggle:checked+.Label::after {
  transform: translateY(-50%) rotate(-135deg);
}


/*ボタンの設定*/
.bg {
  background: linear-gradient(90deg, rgb(253, 232, 239), rgb(228, 236, 253), rgb(212, 242, 252));
  padding: 10px;
  margin-top: -2px;
}

.auraBtn {
  height: 110px;
  position: relative;
  /*横幅*/
  width: 85%;
  /*外側の余白｜上下余白｜左右余白（auto=センタリング）｜*/
  margin: 40px auto;
  /*-webkit-transition: .2s;
  transition: .2s;*/
}


/*ボタンが広がるアニメーション（1番目）*/
.auraBtn:before {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation: auraBtn 2s ease-out infinite;
  animation: auraBtn 2s ease-out infinite
}


/*ボタンが広がるアニメーション（2番目）*/
.auraBtn:after {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation: auraBtn 2s ease-out 1s infinite;
  animation: auraBtn 2s ease-out 1s infinite
}


/*ボタンが広がるアニメーション（共通設定）*/
.auraBtn:before,
.auraBtn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*ボタンの角丸*/
  border-radius: 100vh;
  /*広がるボタンの色(green, red, blue以外の場合はここを修正してください）*/
  background: #0cc755;
  /*広がるボタンの初期位置*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/*ボタン自体の設定*/
.auraBtn a {
  display: block;
  /*内側の余白｜上下余白｜左右余白｜*/
  padding: 20px 0;
  /*ボタンの角丸*/
  border-radius: 100vh;
  /*ボタン内テキストの水平方向の位置*/
  text-align: center;
  /*リンクの装飾*/
  text-decoration: none;
  /*ボタンの色(green, red, blue以外の場合はここを修正してください）*/
  background: #0cc755;
  position: relative;
  z-index: 1;
}

/*広がるボタンのアニメーション（変更する場合は該当する箇所を修正してください）*/
@keyframes auraBtn {

  /*アニメーション初期（0秒の時）*/
  0% {
    /*拡大率　（1=100％）*/
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    /*透明度（0=透明、1=不透明）*/
    opacity: 1
  }

  /*1.8秒時*/
  90% {
    /*透明度*/
    opacity: .1
  }

  /*アニメーション最後（2秒時）*/
  to {
    /*拡大率　1番目の値はX軸、2番目の値はY軸*/
    -webkit-transform: scale(1.2, 1.5);
    transform: scale(1.2, 1.5);
    /*透明度*/
    opacity: 0
  }
}


/*ボタン右側の矢印の設定*/
.auraBtn a p {
  height: auto;
  min-height: 70px;
  /* 最低高さは維持 */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 !important;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-left: -20px;
}

.auraBtn a p:after {
  content: "";
  position: absolute;
  /*矢印の位置*/
  top: 50%;
  right: 30px;
  /*矢印の横幅*/
  width: 8px;
  /*矢印の高さ*/
  height: 8px;
  margin: -4px 0 0 0;
  /*矢印の線｜太さ｜線種｜色｜*/
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  /*矢印の回転角度*/
  -webkit-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg)
}

@media screen and (max-width: 640px) {
  .auraBtn {
    margin: 8vw auto;
  }

  .auraBtn:before,
  .auraBtn:after {
    height: 80%;
  }

  .auraBtn a {
    padding: 10px 0;
  }
}

@media screen and (max-width: 400px) {
  .auraBtn a p {
    font-size: 3.9vw;
    padding-top: 1.5vw;
  }

  .auraBtn a p:after {
    right: 6vw;
  }
}

.auraBtn img {
  text-align: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: -20px;
}

.auraBtn span {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  font-weight: 800;
}

.button_top {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .auraBtn span {
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  .auraBtn span {
    font-size: 12px;
  }
}

/* video-play */
.video-play {
  margin: 0 3vw;
  aspect-ratio: 16 / 9;
}

.video-play iframe {
  width: 100%;
  height: 100%;
}

@media (640px <=width) {
  .video-play {
    margin: 0 15px;
  }
}

/* FV下ボタンエリア */
.fvbtnaria__ttl {
  padding: 5px 15px;
  background: #fff;
}

.btn_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.choice1__item img {
  display: block;
  position: relative;
  width: 200px;
  height: auto;
  line-height: 78px;
  font-size: 24px;
  text-decoration: none;
  background-color: #ffffff;
  color: #fbfbfb;
  text-align: center;
  overflow: hidden;
  animation: btn_animation1 1s infinite;
  box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}

@keyframes btn_animation1 {
  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;
  }
}


Result Skip Results Iframe EDIT ON .btn_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

/* LINE遷移ボタン　-アニメーション- */
.linebtn a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 78px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 78px;
  animation: btn_animation2 1s infinite;
}

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

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

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

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

.merit {
  position: relative;
}

.merit__ttlwrap {
  position: relative;
}

.merit__ttlwrap__item {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  top: 42%;
  left: 0%;
  right: 0;
  margin: auto;
  width: 100%;
  gap: 10px;
  padding: 2rem;
}

.merit__ttlwrap__item figure {
  display: flex;
  width: 30%;

}



/* what */
.what .animeWrap {
  position: relative;
}

.what .animeWrap .anime {
  position: absolute;
  top: 40%;
}

.what .animeWrap .anime img {
  width: 92%;
  margin: 0 auto;
}

/* トップへ戻るボタン */
.floating {
  position: fixed;
  bottom: 0;
  right: 3%;
  z-index: 100;
  width: 15%;
  max-width: 100px;
  padding: 20px 0;
  background-color: rgba(#fff, .2);
  transition: all 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
}

.floating.is-hidden {
  visibility: hidden;
  opacity: 0;
}


.about {
  background: #9f76ca;
  padding: 0 0 25px;
}

.video-play {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}

/* アニメーション前の状態 */
.merit__ttlwrap__item figure {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.merit__ttlwrap__item.is-active figure {
  opacity: 1;
  transform: translateY(0);
}

.merit__ttlwrap__item.is-active figure:nth-child(1) {
  transition-delay: 0.1s;
}

.merit__ttlwrap__item.is-active figure:nth-child(2) {
  transition-delay: 0.2s;
}

.merit__ttlwrap__item.is-active figure:nth-child(3) {
  transition-delay: 0.3s;
}

.merit__ttlwrap__item.is-active figure:nth-child(4) {
  transition-delay: 0.4s;
}

.merit__ttlwrap__item.is-active figure:nth-child(5) {
  transition-delay: 0.5s;
}



.h_btnbox {
  display: flex;
  list-style: none;
  gap: 10px;
  width: 100%;

}

header figure {
  width: 40%;
  max-width: 200px;
  flex-grow: 1.2;
}

.h_btnbox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.h_btnbox li:nth-child(1) {
  margin-left: auto;
  flex-grow: 1;
}

.h_btnbox li:nth-child(2) {
  margin-left: auto;
  flex-grow: 1;
}


.h_btnbox li a {
  display: flex;
  flex-direction: column;
  /* 文字と矢印を縦に */
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(12px, 3.5vw, 20px);
  border-radius: 10px;
  box-shadow: 0 4px 0 #ccc;
  position: relative;
  flex-wrap: wrap;
}

/* 下部の「くの字」矢印 */
.h_btnbox a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: 5px;
  /* 文字との間隔 */
}

/* クリック時の動き（沈む演出） */
.h_btnbox a:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 #ccc !important;
}

/* ヘッダーボタン */
header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 2px 2px #cccccc;

  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 640px;
  z-index: 9999;
}

main {
  padding-top: 80px;
}

.h_btnbox {
  display: flex;
  list-style: none;
  gap: 10px;
  width: 100%;
}

header figure {
  width: 40%;
  max-width: 200px;
  flex-grow: 1.2;
}

.h_btnbox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.h_btnbox li:nth-child(1) {
  margin-left: auto;
  flex-grow: 1;
}

.h_btnbox li:nth-child(2) {
  margin-left: auto;
  flex-grow: 1;
}

.h_btnbox li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(12px, 3.5vw, 20px);
  border-radius: 10px;
  box-shadow: 0 4px 0 #ccc;
  position: relative;
  flex-wrap: wrap;
}

.h_btnbox--counseling {
  background: linear-gradient(to bottom, #f32d8a, #f55a9a);
}

.h_btnbox--information {
  background: linear-gradient(to bottom, #06c755, #06c755);
}

.h_btnbox a::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);

  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.h_btnbox a:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 #ccc !important;
}

.h_btnbox--information {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  flex-direction: row !important;
}

.h_btnbox--information img {
  width: 20px !important;
  height: 20px !important;
  max-width: none !important;
  display: inline-block !important;
  transform: translateY(4px);
}

.h_btnbox li a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 18px;
  white-space: nowrap;
}

/* CTAボタンまわりに余白をつける */
.linebtn a {
  display: block;
  margin: 20px 0;
  padding: 0 18px;
}