@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, form {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure,
form, input, textarea, select, button, div {
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  word-break: break-word;
  line-break: strict;
  line-height: 1;
  color: #030000;
  font-size: 1.6rem;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-spacing: 0;
}

input:not([type=file]), textarea, select, button {
  vertical-align: middle;
  background-color: #fff;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:not([type=file]), select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

button, input[type=submit], input[type=button], select, label {
  cursor: pointer;
}

input[type=radio]:checked {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

blockquote {
  margin: 0;
  padding: 0;
}

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

a,
button,
input[type=submit],
input[type=button] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media screen and (min-width: 769px) {
  a:hover,
  button:hover,
  input[type=submit]:hover,
  input[type=button]:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
.wrap {
  max-width: 1140px;
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: calc(100% - 4rem);
    max-width: initial;
  }
}

.content {
  overflow: hidden;
}

.en {
  font-family: "Lato", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

.num {
  font-family: "Roboto", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
.header_wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 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;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 100px);
  height: 78px;
  padding: 0 20px;
  border-radius: 10px;
  background: rgba(3, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 1200px) {
  .header_wrap {
    width: 96%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .header_wrap {
    top: 0;
    width: 100%;
    height: 70px;
    padding: 0 0 0 2rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap {
    height: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  .header_wrap.active {
    background: #030000;
    -webkit-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
  }
}
.header_wrap .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 1200px) {
  .header_wrap .logo_unify {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .logo_unify {
    width: 9.2rem;
  }
}
.header_wrap .logo_yuka {
  padding-left: 1em;
  border-left: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_wrap .logo_yuka img {
  max-width: 50px;
}
.header_wrap .nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .header_wrap .nav_wrap {
    gap: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .header_wrap .nav_wrap {
    gap: 2rem;
  }
}
.header_wrap .nav_wrap .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .header_wrap .nav_wrap .header_nav {
    gap: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .header_wrap .nav_wrap .header_nav {
    display: none;
  }
}
.header_wrap .nav_wrap .header_nav .header_nav_item a {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .header_wrap .nav_wrap .header_nav .header_nav_item a {
    font-size: 1.3rem;
  }
}
.header_wrap .nav_wrap .btn a {
  width: 138px;
  height: 45px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .header_wrap .nav_wrap .btn a {
    width: 110px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) {
  .header_wrap .nav_wrap .btn a {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .nav_wrap .btn a {
    width: 10.2rem;
    height: 2.8rem;
    font-size: 1.2rem;
  }
}
.header_wrap .nav_wrap .menu_btn {
  position: relative;
  width: 70px;
  height: 70px;
  background: #fff;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .header_wrap .nav_wrap .menu_btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .nav_wrap .menu_btn {
    width: 5rem;
    height: 5rem;
  }
}
.header_wrap .nav_wrap .menu_btn .line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 31%;
  height: 0.3rem;
  background: #E72F84;
  border-radius: 1rem;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .header_wrap .nav_wrap .menu_btn .line {
    height: 0.2rem;
  }
}
.header_wrap .nav_wrap .menu_btn .line:nth-child(1) {
  top: -1.5rem;
}
@media screen and (max-width: 768px) {
  .header_wrap .nav_wrap .menu_btn .line:nth-child(1) {
    top: -1.1rem;
  }
}
.header_wrap .nav_wrap .menu_btn .line:nth-child(3) {
  bottom: -1.5rem;
}
@media screen and (max-width: 768px) {
  .header_wrap .nav_wrap .menu_btn .line:nth-child(3) {
    bottom: -1.1rem;
  }
}
.header_wrap .nav_wrap .menu_btn.active .line:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header_wrap .nav_wrap .menu_btn.active .line:nth-child(2) {
  opacity: 0;
}
.header_wrap .nav_wrap .menu_btn.active .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
}

.gnav {
  position: fixed;
  z-index: 10000;
  top: 98px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #030000;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .gnav {
    top: 70px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .gnav {
    top: 5rem;
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .gnav.active {
    opacity: 1;
    visibility: visible;
  }
}
.gnav .gnav_wrap {
  display: none;
}
@media screen and (max-width: 1000px) {
  .gnav .gnav_wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(100vh - 70px);
    padding: 2rem 0 120px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_wrap {
    height: calc(100vh - 5rem);
  }
}
.gnav .gnav_wrap .gnav_list .gnav_item {
  border-top: 1px solid #fff;
}
.gnav .gnav_wrap .gnav_list .gnav_item:last-child {
  border-bottom: 1px solid #fff;
}
.gnav .gnav_wrap .gnav_list .gnav_item a {
  display: block;
  padding: 1.5rem 6rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_wrap .gnav_list .gnav_item a {
    padding: 1.5rem 2rem;
  }
}
.gnav .gnav_wrap .btn {
  margin-top: 4rem;
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.footer_wrap {
  padding: 42px 0;
  background: #030000;
}
@media screen and (max-width: 768px) {
  .footer_wrap {
    padding: 3.3rem 0 2.7rem;
  }
}
.footer_wrap .logo {
  width: 36.5rem;
}
.footer_wrap .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer_wrap .wrap {
    display: block;
  }
}
.footer_wrap .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 1000px) {
  .footer_wrap .footer_nav {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.8rem 0;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav .footer_nav_item {
    width: 50%;
  }
}
.footer_wrap .footer_nav .footer_nav_item a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .footer_wrap .footer_nav .footer_nav_item a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav .footer_nav_item a {
    font-size: 1.4rem;
  }
}
.footer_wrap .copy {
  margin-top: 15px;
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .footer_wrap .copy {
    margin-top: 1.6rem;
    text-align: left;
    font-size: 1rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.txt {
  line-height: 2;
}

.bold {
  font-weight: bold;
}

.txt_up {
  text-transform: uppercase;
}

.txt_noup {
  text-transform: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.txt_min {
  font-size: small;
  margin-top: 1em;
}

.ib {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .pc_ib {
    display: inline-block;
  }
  .pc_tate {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.tate {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}

.txt_pink01 {
  color: #E72F84;
}

@media screen and (max-width: 768px) {
  .img img {
    width: 100%;
  }
  .sp_ib {
    display: inline-block;
  }
}
/* ------------------------------
	.ttl
------------------------------ */
@media screen and (max-width: 768px) {
  .sec_ttl_box {
    position: relative;
  }
}
.sec_ttl_box .big_txt {
  position: absolute;
  z-index: 0;
  top: 0;
  font-size: 30rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .sec_ttl_box .big_txt {
    font-size: 25rem;
  }
}
@media screen and (max-width: 1000px) {
  .sec_ttl_box .big_txt {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl_box .big_txt {
    position: relative;
    font-size: 9rem;
    margin-bottom: -2.2rem;
  }
}
.sec_ttl_box .sec_ttl .en {
  display: block;
  margin-bottom: 2px;
  padding-left: 2.6rem;
  background: url(../img/ico_sec_ttl02.svg) no-repeat left center;
  background-size: 1.6rem;
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .sec_ttl_box .sec_ttl .en {
    margin-bottom: 0.3rem;
  }
}
.sec_ttl_box .sec_ttl .ttl_txt {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec_ttl_box .sec_ttl .ttl_txt {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.sec_ttl_box.white .big_txt {
  color: rgba(255, 255, 255, 0.17);
}
.sec_ttl_box.white .sec_ttl {
  color: #fff;
}
.sec_ttl_box.white .sec_ttl .en {
  background: url(../img/ico_sec_ttl01.svg) no-repeat left center;
  background-size: 1.6rem;
}

/* ------------------------------
	.btn
------------------------------ */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn a {
  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;
  width: 367px;
  height: 86px;
  background: #E72F84;
  border-radius: 50px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .btn a {
    width: 29.5rem;
    height: 5.4rem;
    border-radius: 5rem;
    font-size: 1.6rem;
  }
}

.link {
  color: #E72F84;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .link:hover {
    text-decoration: none;
  }
}

/* ------------------------------
	.box
------------------------------ */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}