@charset "UTF-8";
/* ==================================================
  media query
    (SP）
		* 819px以下：スマホ100%表示
		* 820px以上：スマホ表示(375px) + メニュー
		
  =================================================== */

#timerex_calendar div {
  background-color: transparent !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --gray: #dfdede;
  --red: #880101;

  /* マージン等 */
  --wh10: 2.667vw;
  --wh15: calc(var(--wh10) * 1.5);
  --wh16: calc(var(--wh10) * 1.6);
  --wh20: calc(var(--wh10) * 2);
  --wh25: calc(var(--wh10) * 2.5);
  --wh30: calc(var(--wh10) * 3);
  --wh35: calc(var(--wh10) * 3.5);
  --wh40: calc(var(--wh10) * 4);
  --wh50: calc(var(--wh10) * 5);

  @media (min-width: 820px) {
    --wh10: 10px;
    --wh15: 15px;
    --wh16: 16px;
    --wh20: 20px;
    --wh25: 25px;
    --wh30: 30px;
    --wh35: 35px;
    --wh40: 40px;
    --wh50: 50px;
  }
}

/* リセット */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
h1,
h2,
h3,
p,
ul,
figure {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition: opacity 0.2s ease;
  opacity: var(--opacity, 1);
}
button {
  all: unset;
  outline: revert;
  -webkit-tap-heighlight-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    cursor: pointer !important;
    --opacity: 0.7;
  }
  button:hover {
    cursor: pointer !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
*:focus {
  outline: none;
}
::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

/* コンテンツ */
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-weight: 500;
}
/* デバイスサイズ表示調整 */
.pc_contents > header,
aside {
  display: none;
}
.sp_contents {
  position: static;
  background: var(--black);
  width: 100%;
  height: auto;
  min-height: 100vh;
}
.pc_wrapper {
  height: auto;
  overflow: visible;
  display: block;
}
@media (min-width: 820px) {
  body {
    background: url(../img/bg.png) top center / 100% 100%;
    object-fit: contain;
  }
  .pc_contents {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
  }
  .pc_contents > header,
  aside {
    display: block;
  }
  .pc_contents > header {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 2;
  }
  .pc_wrapper {
    height: 100vh;
    overflow: hidden; /* 背景スクロールを禁止 */
    width: 100%;
    max-width: 917px;
    min-width: 820px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  aside {
    width: 412px;
    text-align: left;
    color: var(--white);
  }
  aside .copy {
    margin: 144px 0 40px;
  }
  aside ul {
    padding: 34px 0;
    border-top: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
  }
  aside li {
    font-size: 16px;
    margin-bottom: 18px;
    letter-spacing: 0.01em;
  }
  aside li:last-of-type {
    margin-bottom: 0;
  }
  .sp_contents {
    scroll-behavior: smooth;
    width: 375px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* position: relative;
    left: 50%;
    transform: translateX(-50%); */
  }
}
section h1 > img {
  width: 100%;
}
#sectionKV {
  position: relative;
}
#sectionKV header {
  width: 100%;
  position: absolute;
  top: var(--wh10);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 var(--wh20);
}
#sectionKV h1 {
  line-height: 1;
}
#sectionKV .logo {
  width: 22.4vw;
}
#sectionKV .entry_s img {
  width: 36.8vw;
  height: var(--wh40);
}
#sectionKV .contents img {
  width: 100%;
}
main .contents {
  text-align: center;
}
.contents a[href="#sectionLastForm"] img {
  width: 86.667%;
}
@media (min-width: 820px) {
  #sectionKV .logo {
    width: 84px;
  }
  #sectionKV .entry_s img {
    width: 138px;
  }
}
/* フォーム */
.section_form .wpcf7 {
  width: 86.667%;
  margin: 0 auto;
  font-size: calc(var(--wh10) * 1.3);
  letter-spacing: 0.05em;
}
.section_form p:not(.btn p, p.txt_attention) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--wh20);
}
.section_form p.txt_attention {
  font-size: var(--wh10);
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin: -0.5em 0 var(--wh35);
  text-align: left;
}
.section_form .wpcf7-form-control:not(.wpcf7-submit.wpcf7-form-control) {
  width: 56vw;
  background-color: var(--gray);
  border: none;
  border-radius: calc(var(--wh10) / 2);
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: calc(var(--wh10) * 1.3);
  color: var(--black);
  padding: calc(var(--wh10) * 1.3) var(--wh10);
}
@media (min-width: 820px) {
  .section_form .wpcf7-form-control:not(.wpcf7-submit.wpcf7-form-control) {
    width: 180px;
  }

  .section_form select[name="liver"] {
    max-width: 150px;
    width: 100%;
  }
}
.wpcf7-select {
  appearance: none;
}
.wpcf7-submit.wpcf7-form-control {
  background-image: url("../img/btn_sent.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: var(--wh50);
  border: none;
  cursor: pointer;
  text-indent: -9999px; /* 文字を非表示にする */
}
.wpcf7-not-valid-tip {
  font-size: calc(var(--wh10) * 1.2) !important;
  text-align: left;
  margin-top: 0.3em;
}
.wpcf7-response-output,
form.submitting .wpcf7-spinner {
  display: none;
}
/* モーダル */
#cf7-confirm-modal {
  font-size: calc(var(--wh10) * 1.4);
  color: var(--black);
}
#cf7-confirm-modal ul {
  margin: 20px 0;
}
#cf7-confirm-modal li {
  padding-bottom: 0.75em;
}
#cf7-confirm-modal li strong {
  font-weight: 500;
  color: #272727;
}
#cf7-confirm-modal .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
#cf7-confirm-modal .cf7-dialog {
  background: rgba(255, 255, 255, 1);
  text-align: center;
  max-width: 400px;
  width: 90%;
  color: var(--black);
  padding: 30px 25px;
  position: relative;
  z-index: 101;
}
#cf7-confirm-modal button {
  all: unset;
  outline: revert;
  -webkit-tap-heighlight-color: transparent;
  margin: 10px 10px 0;
  padding: 10px 20px;
  border: 2px solid var(--red);
  width: 5em;
}
#cf7-confirm-modal #cf7-confirm-yes {
  background: var(--red);
  color: var(--white);
}
#cf7-confirm-modal #cf7-confirm-no {
  background: var(--white);
  color: var(--red);
}
#cf7-loading .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
#cf7-loading .loader img {
  width: 40px;
  height: 40px;
}
/* 05 ACHIEVEMENTS */
#section05 .contents {
  margin-top: var(--wh30);
}
#section05 .item_wrap {
  background-color: var(--gray);
  margin: 0 var(--wh25) var(--wh25);
  padding: var(--wh25);
  text-align: center;
}
#section05 .item_wrap:nth-of-type(3) {
  margin: 0 var(--wh25) var(--wh50);
}
#section05 .toggle_item {
  height: var(--wh35);
  position: relative;
  margin-top: var(--wh16);
}
#section05 .toggle_item.open {
  height: 29.733vw;
}
#section05 .toggle_item.open > img {
  opacity: 1;
  height: 29.733vw;
  transition: opacity ease-out 0.2s;
  position: relative;
  top: calc(-1 * var(--wh35));
}
@media (min-width: 820px) {
  #section05 .toggle_item.open {
    height: 111.5px;
  }
  #section05 .toggle_item.open > img {
    height: 111.5px;
  }
}
#section05 .toggle_item > img {
  opacity: 0;
  height: 0;
  transition: opacity ease-out 0.2s;
}

/* サンクスページ */
.thanks .contents {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: calc(var(--wh10) * 1.3);
  line-height: 1.4;
  font-weight: 300;
  text-align: left;
  padding: var(--wh25);
}

/* .contents .wrapper {
  width: 90%;
  margin: 0 auto;
} */

.thanks .contents p {
  padding: var(--wh20);
}
.thanks .contents ul {
  padding: 0 var(--wh20) var(--wh30);
}
.thanks .contents ul li {
  font-size: calc(var(--wh10) * 1.1);
}
.thanks .contents ul li a {
  font-weight: bold;
  text-decoration: underline;
}
.thanks .btn {
  text-align: right;
  padding-right: calc(var(--wh10) / 2);
}
.thanks .btn a {
  display: inline-block;
  width: 28vw;
}
@media (min-width: 820px) {
  .thanks .btn a {
    width: 105px;
  }
}
/* Footer */
footer {
  background-color: #272727;
  text-align: center;
  margin-top: var(--wh50);
  padding: var(--wh40) 0 calc(var(--wh10) * 6);
}
.thanks footer {
  background-color: var(--black);
  margin-top: 0;
}
footer .logo {
  width: 35.2vw;
}
footer .wrapper {
  margin: var(--wh30) auto 0;
  text-align: center;
  color: #fafafa;
}
footer .freemova_logo {
  width: 7.2vw;
  height: auto;
}

footer p {
  margin-top: 30px;
  font-size: 12px;
}
@media (min-width: 820px) {
  footer .logo {
    width: 130px;
  }
  footer .wrapper {
    width: 200px;
  }
  footer .freemova_logo {
    width: 27px;
  }
}
footer a:not(a.img_link) {
  font-size: calc(var(--wh10) * 1.1);
  border-bottom: 1px solid currentColor;
}
footer small {
  display: inline-block;
  margin-top: calc(var(--wh10) * 1.3);
}
footer a:hover {
  text-decoration: none;
}
