@charset "utf-8";

@font-face {
  font-family: 'Noto Sans JP';
  src: url('font/NotoSansJP-VariableFont_wght.woff2') format('woff2'),
    url('font/NotoSansJP-VariableFont_wght.woff') format('woff'),
    url('font/NotoSansJP-VariableFont_wght.eot') format('eot'),
    url('font/NotoSansJP-VariableFont_wght.ttf') format('truetype'),
}

@font-face {
  font-family: 'Noto Serif JP';
  src: url('font/NotoSerifJP-VariableFont_wght.woff2') format('woff2'),
    url('font/NotoSerifJP-VariableFont_wght.woff') format('woff'),
    url('font/NotoSerifJP-VariableFont_wght.eot') format('eot'),
    url('font/NotoSerifJP-VariableFont_wght.ttf') format('truetype'),
}

:root {
  --black: #000000;
  --red: #A13232;
  --red2: #E8501B;
  --blue: #00444a;
  --blue2: #0fbcb8;
  --blue3: #0d898a;
  --blue4: #51f7ed;
  --yellow: #F6E27A;
  --yellow2: #F6E27A;
  --yellow3: #C8962E;
  --white: #fff;
  --gray: #8a8a8a;
  --gra: linear-gradient(to right, #08ADA9 0%, #00444a 100%);
  --gra2: linear-gradient(to right, #F6E27A 0%, #C8962E 100%);
  --gra3: linear-gradient(to bottom, #51f7ed 0%, #0d898a 100%);
  --contentWidth: max(500px, 20vw);
  --radius: 1rem;
  /* 2つの値の大きい方が指定される (横幅)*/
}

.wht {
  color: var(--white);
}

.r {
  color: var(--red);
}

.y {
  color: var(--yellow);
}

.b {
  color: var(--blue);
}

.b2 {
  color: var(--blue2);
}

.b3 {
  color: var(--blue3);
}

.b4 {
  color: var(--blue4);
}

.gra1 {
  background: var(--gra);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gra2 {
  background: var(--gra2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gra3 {
  background: var(--gra3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bold {
  font-weight: 700;
}

/*--------------------------------------------------
 Section
-------------------------------------------------- */
section {
  padding: 17rem 0;
  position: relative;
}

section h2 {
  font-size: 6.5rem;
  margin-bottom: 5rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}

.sec_inner {
  padding: 0 5rem;
}

video {
  width: 100%;
}

/*css変更*/
/* ----------------------------------------------------
video
--------------------------------------------------- */
#video {
  padding: 15rem 0;
}

#video p {
  font-weight: 600;
  margin-bottom: 1rem;
}

/* ----------------------------------------------------
intro
--------------------------------------------------- */
#intro {
  background: var(--black);
  padding-top: 0;
  padding-bottom: 1rem;
}

#intro h2 span {
  color: #fff;
  font-size: 5.5rem;
  display: inline-block;
  margin-top: 1rem;
}

#intro h2 span .space {
  letter-spacing: -0.3em;
}

.slider {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
  margin-top: 10rem;
}

.slider img {
  width: 100%;
}

.slider .slick-slide {
  height: auto !important;
}

.slider .slick-slide {
  margin-right: 4rem;
}

.intro_wrap {
  margin-top: 15rem;
}

.intro_box {
  margin-bottom: 10rem;
}

.intro_box h3 {
  font-size: 5.5rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  margin-bottom: 2.5rem;
  padding-left: 10rem;
  position: relative;
}

.intro_box h3::after {
  content: "";
  background: url("../img/intro_check.png");
  background-size: cover;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.txt-right {
  text-align: right;
  color: #fff;
  font-size: 5.5rem;
}

/* ----------------------------------------------------
secret
--------------------------------------------------- */
#secret {
  background: url("../img/bg.jpg");
  background-size: cover;
  position: relative;
  padding-top: 22rem;
  padding-bottom: 35rem;
}

#secret h2 {
  position: absolute;
  top: -24rem;
  left: 27.5rem;
  width: 45rem;
  height: auto;
}

#secret p {
  font-size: 7rem;
  font-weight: 700;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

/* ----------------------------------------------------
case
--------------------------------------------------- */
#case {
  background: var(--black);
  position: relative;
  color: #fff;
  padding-top: 20rem;
  padding-bottom: 0;
  text-align: center;
}

#case h2 {
  position: absolute;
  top: -24rem;
  left: 27.5rem;
  width: 45rem;
  height: auto;
}

#case h3 {
  font-size: 8.5rem;
  line-height: 1.45;
  position: relative;
}

.case_box {
  padding-top: 15rem;
}

#case .number {
  position: relative;
  display: block;
}

#case .number::after {
  content: "";
  width: 32rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 6.8rem;
  left: 0;
}

#case .number::before {
  content: "";
  width: 32rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 6.8rem;
  right: 0;
}

#case h3::after {
  content: "";
  width: 90rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -4.1rem;
  right: 0;
}

#case h4 {
  margin-top: 12rem;
  font-size: 6.5rem;
  margin-bottom: 2.5rem;
}

#case .case_box h5 {
  padding: 2.5rem 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: #6E6E6E;
}

#case .before_box {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

#case .before_box p {
  padding: 3.5rem 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  background: #6E6E6E;
}

video {
  display: block;
}

.after_box {
  background: #fff;
  padding: 12rem 0 15rem;
}

.after_box h5 {
  background: var(--gra);
  padding: 2.5rem 0;
  color: #fff;
  text-align: center;
}

.after_box p {
  padding: 3.5rem 0;
  color: #fff;
  text-align: center;
  background: var(--gra);
}

/* ----------------------------------------------------
voice
--------------------------------------------------- */
#voice {
  background: #c1c1c135;
}

#voice h2 {
  font-size: 5rem;
  font-weight: 700;
}

.voice_wrap {
  margin-top: 3rem;
}

.voice_box {
  padding: 7rem 5rem 10rem;
  background: #fff;
  box-shadow: 0 0 3rem #0000001d;
  margin-top: 10rem;
}

.voice_box:nth-of-type(1) {
  position: relative;
}

.voice_box:nth-of-type(1)::after {
  content: "";
  width: 0.5rem;
  height: 45rem;
  background: #fff;
  position: absolute;
  top: 54rem;
  right: 5rem;
}

.voice_box:nth-of-type(1) {
  margin-top: 0;
}

.voice_box h3 {
  color: var(--red);
  font-size: 7rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 3rem;
}

.voice_box h3 .small-font {
  display: block;
  color: var(--black);
  font-size: 4.5rem;
  font-weight: 600;
}

.voice_box img {
  margin-bottom: 5rem;
}

.voice_box .number {
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  color: #ccc;
}

/* アコーディオンエリアの設定 */
.ac_area {
  display: none;
  padding: 0 0 2rem;
}

.ac_inner:first-child {
  padding: 0rem;
}

/* フォームボタンの文言・アイコン */
.cta_btn:after {
  content: '+';
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5rem;
}

.cta_btn.opened {
  border: 1px solid #333;
  color: #333;
}

.cta_btn.opened:before {
  content: '閉じる';
  font-size: 4.5rem;
  font-weight: 500;
}

.cta_btn.opened:after {
  content: 'ー';
  font-size: 4rem;
}

.cta_btn span {
  display: block;
  font-size: 4.5rem;
  font-weight: 500;
}

.cta_btn.opened span {
  display: none;
}

.cta_btn {
  display: block;
  width: 100%;
  background: none;
  color: var(--black);
  line-height: 1.2;
  padding: 3rem 0;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  z-index: 10;
  font-family: inherit;
  border-radius: 40px;
  border: 1px solid var(--black);
  text-align: center;
}

.cta_btn:hover {
  filter: brightness(1.3);
}

.ac_area p {
  font-size: 4rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 5rem;
}

.ac_area .r {
  font-weight: 700;
}

.ac_area .space {
  letter-spacing: -0.2em;
}

.bottom0 {
  margin-bottom: 0 !important;
}

/* ----------------------------------------------------
intro2
--------------------------------------------------- */
#intro2 {
  padding: 0;
}

/* ----------------------------------------------------
profile
--------------------------------------------------- */
#profile {
  padding-top: 0;
  background: #fff;
}

.profile_wrap {
  margin-top: 2rem;
}

.profile_box {
  margin-bottom: 10rem;
}

.profile_box:nth-of-type(3) {
  margin-bottom: 0;
}

.profile_box h3 {
  background: var(--gra);
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  padding: 3rem 0;
  font-size: 5rem;
  line-height: 1.5;
  font-weight: bold;
}

/* ----------------------------------------------------
recommend
--------------------------------------------------- */
#recommend {
  background: var(--black);
  position: relative;
  overflow: hidden;
  padding-top: 20rem;
}

#recommend::after {
  content: "";
  background: url("../img/resommend_back.png");
  background-size: cover;
  width: 100rem;
  height: 31rem;
  position: absolute;
  top: -10rem;
  left: 0;
}

.recommend_wrap {
  margin-top: 10rem;
}

.recommend_box {
  margin-bottom: 12.5rem;
}

.recommend_box:nth-of-type(3) {
  margin-bottom: 0;
}

/* ----------------------------------------------------
content
--------------------------------------------------- */
#content {
  background: url("../img/bg.jpg");
  background-size: cover;
}

.content-h2-top {
  display: block;
  border: 1px solid;
  margin-inline: auto;
  width: 65rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

#content h2 {
  font-size: 8rem;
  font-weight: 700;
}

.content_wrap {
  margin-top: 15rem;
}

.content_box {
  position: relative;
  margin-bottom: 20rem;
  background: #D8E9E9;
  padding: 10rem 5rem;
}

.content_box:nth-of-type(4) {
  margin-bottom: 0;
}

.content_box:nth-of-type(4)::after {
  display: none;
}

.content_box::after {
  content: "";
  background: url(../img/content_arrow.png);
  background-size: cover;
  width: 18rem;
  height: 13rem;
  position: absolute;
  bottom: -8rem;
  left: 50%;
  transform: translateX(-50%);
}

.content_box h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 7rem;
}

.content_box p {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 600;
}

.content_box img {
  margin: 2.5rem 0;
}

.content_box .number {
  display: block;
  width: 20rem;
  background: var(--gra);
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 7rem;
  font-weight: 700;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
}

/* ----------------------------------------------------
present
--------------------------------------------------- */
#present {
  padding: 0;
  position: relative;
}

#present a {
  display: block;
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
  top: 58rem;
  width: 14rem;
  aspect-ratio: 1 / 1;
  background: #ffffff01;
  border-radius: 50%;
  cursor: pointer;

}

/* ----------------------------------------------------
Information
--------------------------------------------------- */
#information {
  padding: 10rem 0;
  background: #fff;
  color: #000;
}

#information p {
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.5;
  letter-spacing: 0;
}

#information ul {
  font-size: 3rem;
  line-height: 1.5;
}

#information ul li {
  text-align: justify;
  text-indent: -1em;
  padding: 0.2em 0 0.2em 1em;
}

#information ul li::before {
  content: "●";
}

/* ----------------------------------------------------
footer
--------------------------------------------------- */
footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  background: #dddddd;
  color: #707070;
  padding: 5rem;
}

#footer_logo {
  text-align: center;
  width: 65%;
  margin: 0 auto;
}

#footer_info p {
  font-size: 2rem;
  text-align: center;
}

#footer_info ul {
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 2rem;
}

#footer_info ul li a {
  display: block;
  padding: 0.5em;
  font-size: 3rem;
  text-align: center;
  color: inherit !important;
  text-decoration: none;
}

#footer_info p a {
  color: inherit !important;
  text-decoration: none;
}

/* ----------------------------------------------------
scfooter
--------------------------------------------------- */
#scfooter {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2rem);
  position: sticky;
  bottom: 0;
  max-width: var(--contentWidth);
  margin-inline: auto;
  z-index: 100;
}

#scfooter .form {
  max-width: var(--contentWidth);
  padding: 3rem 5rem;
  margin-inline: auto;
  background: transparent;
}

#scfooter .form form {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 0 2rem;
}

#scfooter .form_input {
  padding: 0.5em 0.5em 0.5em 10rem;
  font-size: 4rem;
  height: 100%;
}

#scfooter .form_must {
  width: auto;
  padding: 0.5em;
  font-size: 2.5rem;
  line-height: 1.2;
  left: 2rem;
}

#scfooter .form_label {
  font-size: 3rem;
  left: 8.5rem;
}

#scfooter .form_input:focus+.form_label,
#scfooter .form_input:not(:placeholder-shown)+.form_label {
  top: 20%;
  font-size: 2rem;
}

#scfooter .form_btn button {
  font-size: 3.8rem;
  line-height: 1.5;
  padding-right: 0.7em;
  box-shadow: 0 5.2px 5px #00000057;
  padding-bottom: 2.8rem;
}

header .form_input {
  padding: 0.8em 0.5em 0.8em 10rem;
  font-size: 3.8rem;
}

/*--------------------------------------
html,body,main,content,header
-------------------------------------- */
html {
  font-size: min(1vw, calc(var(--contentWidth) / 100));
  overflow-x: hidden;
}

body {
  width: 100%;
  font-size: 4.5rem;
  background-image: url("../img/backgraound.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
  color: var(--black);
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

#contents {
  background: #fff;
  max-width: var(--contentWidth);
  margin-inline: auto;
  box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.3);
}

main {
  overflow: hidden;
}

header {
  background: var(--blue2);
}

/*--------------------------------------
form
-------------------------------------- */
.form {
  background: var(--gra);
  position: relative;
  color: #fff;
  padding: 5rem 0;
  letter-spacing: 0;
}

.form.form_arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 7rem solid transparent;
  border-left: min(calc(var(--contentWidth) / 2), 50vw) solid var(--formColor);
  border-right: min(calc(var(--contentWidth) / 2), 50vw) solid var(--formColor);
  border-bottom: none;
  top: calc(-7rem + 1px);
  left: 0;
}

.form form {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr auto;
  gap: 3rem;
}

header .form form {
  grid-template-columns: 12fr 6fr;
  grid-template-rows: 1fr auto;
  gap: 0 2rem;
}

.form_prev {
  margin: 0rem 0 5rem;
  font-size: 3.7rem;
  font-weight: bold;
  text-align: center;
}

.form_box {
  position: relative;
}

.form_input {
  position: relative;
  background: #fff;
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 2rem;
  color: #111111;
  text-align: left;
  padding: 0.5em 0.5em 0.5em 10rem;
  font-size: 4.5rem;
  height: 100%;
}

header .form_prev {
  margin: 0rem 0 3rem;
}

.form_must {
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background: var(--red2);
  color: #fff;
  font-size: 3rem;
  text-align: center;
  z-index: 10;
  width: auto;
  padding: 0.4em 0.4em 0.45em 0.4em;
  font-size: 2.5rem;
  line-height: 1.2;
}

.form_label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: ease 0.3s;
  pointer-events: none;
  color: #aaa;
  z-index: 10;
  font-size: 3.5rem;
  left: 11rem;
}

header .form_label {
  left: 9rem;
}

.form_input:focus+.form_label,
.form_input:not(:placeholder-shown)+.form_label {
  top: 15%;
  font-size: 3rem;
  color: #3377ff;
}

.form_btn button {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--red2);
  border: 2.6px solid #FF9D5C;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 5rem;
  padding: 2.5rem;
  box-shadow: 0 5.2px 5px #1C5352;
}

.form_btn button .form_btn_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5rem;
  width: 0.65em;
  height: 0.65em;
  border-top: 0.6rem solid #fff;
  border-right: 0.6rem solid #fff;
  transform: translate(0.1em, -50%) rotate(45deg);
}

.form_btn button:hover {
  filter: brightness(1.2);
}

.form_notice p {
  font-size: 2.5rem;
  text-align: center;
  margin-top: -1rem;
}

.form_merit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  text-align: center;
}

.form_merit p {
  font-size: 3.5rem;
  width: 32%;
  margin: 1rem 0rem;
  padding: 1rem;
  border: 1px dotted #fff;
  border-radius: 2rem;
  line-height: 1.3;
  align-items: center;
  justify-content: center;
}

.form_inner {
  padding: 5rem;
}

#scfooter .form_btn button .form_btn_icon::after {
  right: 2.5rem;
}

/*------------------------------------------------
header_form
--------------------------------------------------*/
header .form {
  padding: 2rem 0;
  position: relative;
}

header .form::after {
  content: "";
  background: url("../img/form_day.png");
  background-size: cover;
  width: 16rem;
  height: 16rem;
  position: absolute;
  top: -8.5rem;
  left: 3rem;
}

header .header_form_p {
  font-size: 3.6rem;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 0;
}

header .form_label {
  font-size: 2.8rem;
}

header .form_btn button {
  font-size: 3.8rem;
}

header .form_btn button .form_btn_icon::after {
  right: 2.8rem;
  width: 0.7em;
  height: 0.7em;
}

header .form_btn button {
  padding-right: 3rem;
  line-height: 0.5;
  padding-top: 2rem;
}

.ui-autocomplete {
  position: absolute !important;
  background: #fff;
  list-style: none;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 100;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.ui-autocomplete li {
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  font-family: inherit !important;
  text-align: left;
  color: #111111;
}

.ui-autocomplete li:hover,
.ui-state-focus {
  background: #ff7;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

/*------------------------------------------------
カウントダウンタイマー
--------------------------------------------------*/
#scheader {
  z-index: 100;
  position: sticky;
  top: 0;
  width: 100%;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  background: var(--black);
  color: #fff;
  padding: 2rem 0;
  line-height: 1;
}

#scheader .countdown {
  padding: 1rem 0;
  margin: 0 auto;
  line-height: 1.2;
  /* Retained specific line-height */
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif, monospace;
  letter-spacing: 0;
}

#scheader .countdown .timer_num {
  display: inline-block;
  padding: 0 0.4rem;
  margin: 0 0.4rem;
  border-radius: 3px;
  color: var(--black);
  font-size: 150%;
  background: #fff;
}

/*アニメーション*/
/* ----------------------------------------------------
ふわっと表示
------------------------------------------------------ */
.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(12rem);
  transition: all 0.7s;
}

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0rem);
}

/* ----------------------------------------------------
スライダー
------------------------------------------------------ */
.slider div {
  padding: 0.4rem;
  height: 45rem;
  margin-left: 0.25rem;
}

.slider img {
  width: 100%;
}

.slick-slide {
  transition: all 0.3s ease;
  opacity: 0.5;
}

.slick-center {
  transform: scale(1.07);
  opacity: 1;
}

/* ナビゲーションボタンの位置調整（お好みで） */
.slick-prev,
.slick-next {
  background: url("../img/button.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 11rem;
  height: 11rem;
  color: #00000000;
  opacity: 0.85;
  transition: 0.3s;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

.slick-prev {
  left: 3rem;
  transform: translateY(-50%) rotate(180deg);
}

.slick-next {
  right: 3rem;
}


/* ----------------------------------------------------
フォーム部分修正CSS
------------------------------------------------------ */
.form {
  position: relative;
}

.form::after {
  content: "";
  background: url(../img/form_day.png);
  background-size: cover;
  width: 20rem;
  height: 20rem;
  position: absolute;
  top: -9.5rem;
  left: 3rem;
}

.form .font80 {
  font-size: 90%;
}

#scfooter .form::after {
  display: none;
}

#head3 {
  font-size: 4.5rem;
}