@charset "UTF-8";
/* 下線が右から左へ消える
---------------------------------------------------------- */
/* 下線が左から右へ出現する
---------------------------------------------------------- */
/* ==========================================================================//
//
//　common
//
// ========================================================================== */
body.simulator25 {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

body.simulator25 {
  background: #ededed;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: hiragino-mincho-pron, serif, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 400;
  color: #2E2E2E;
  font-size: 12px;
  line-height: 2.16;
  text-align: center;
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 751px) {
  body.simulator25 {
    font-size: 14px;
    line-height: 2.42;
  }
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

section, picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

input, label, select, textarea {
  vertical-align: middle;
}

.disp_non {
  display: none;
}

@media all and (max-width: 750px) {
  .forSP {
    display: block;
  }
}
@media all and (min-width: 751px) {
  .forSP {
    display: none;
  }
}

@media all and (max-width: 750px) {
  .forPC {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .forPC {
    display: block;
  }
}

/* header
---------------------------------------------------------- */
.header {
  background: #1F1F1F;
  color: #fff;
  position: fixed;
  z-index: 2;
  width: 100%;
}
@media all and (max-width: 750px) {
  .header {
    height: 65px;
  }
}
.header .header_inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (min-width: 751px) {
  .header .header_inner {
    padding: 0 50px;
    max-width: 1266px;
  }
}
.header .wrap {
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 751px) {
  .header .wrap {
    padding: 24px 0;
  }
}
.header .logo {
  width: 54px;
}
@media all and (min-width: 751px) {
  .header .logo {
    width: 70px;
  }
}
@media all and (min-width: 751px) {
  .header .logo a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.header .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
@media all and (min-width: 751px) {
  .header .link_list {
    gap: 0 30px;
  }
}
.header .link_list .link_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 751px) and (hover: hover) {
  .header .link_list .link_item a:hover.txt {
    background-color: #fff;
    color: #1F1F1F;
  }
}
.header .link_list .link_item a img {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
@media all and (min-width: 751px) {
  .header .link_list .link_item a img {
    width: 25px;
    height: 25px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.header .link_list .link_item a.txt {
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-weight: normal;
  padding: 5px 12px;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1;
  border: 1px solid #E0E0E0;
  border-radius: 14px;
  color: #fff;
}
@media all and (min-width: 751px) {
  .header .link_list .link_item a.txt {
    padding: 6px 15px;
    font-size: 15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

/* メインビジュアル
---------------------------------------------------------- */
.mv {
  position: relative;
  height: calc(100vh - 65px);
  height: calc(100dvh - 65px);
  padding-top: 65px;
}
@media all and (min-width: 751px) {
  .mv {
    height: calc(100vh - 97px);
    height: calc(100dvh - 97px);
    padding-top: 97px;
  }
}

.mv::before {
  content: "";
  position: absolute;
  top: 65px;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img_notice/mv_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 751px) {
  .mv::before {
    top: 97px;
    background-image: url(../img_notice/mv_pc.jpg);
  }
}

.mv::after {
  content: "";
  position: absolute;
  top: 65px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
}
@media all and (min-width: 751px) {
  .mv::after {
    top: 97px;
  }
}

.mv_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  height: 100%;
}

.mv_catch {
  font-size: calc(16 / 375 * 100vw);
  line-height: 1.2;
}
@media all and (min-width: 751px) {
  .mv_catch {
    font-size: 42px;
  }
}
@media all and (min-width: 1000px) {
  .mv_catch {
    font-size: 54px;
  }
}

.mv_text {
  font-size: calc(13 / 375 * 100vw);
  line-height: 1.8;
  margin-top: calc(50 / 375 * 100vw);
}
@media all and (min-width: 751px) {
  .mv_text {
    font-size: 14px;
    margin-top: 120px;
  }
}