@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700;800&family=WindSong:wght@400;500&display=swap");
:root {
  --font-en: "WindSong", cursive;
  --font-jp: "Shippori Mincho", serif;
  --border-color: #607679;
}

html {
  height: 100%;
}
html.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
html.noscroll .p-header {
  transform: translateY(0);
}
@media screen and (min-width: 1201px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 16px;
    font-size: 1.333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
    font-size: 4.103vw;
  }
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: var(--font-jp);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  background: #faf8f4;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.8125rem;
  }
}
body::before, body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 999;
}
body::before {
  inset: 0 0.1875rem;
  border-inline: 1px solid #000;
}
@media screen and (min-width: 768px) {
  body::before {
    inset: 0 0.5rem;
  }
}
body::after {
  inset: 0.1875rem 0;
  border-block: 1px solid #000;
}
@media screen and (min-width: 768px) {
  body::after {
    inset: 0.5rem 0;
  }
}

b, strong, .fw-bold {
  font-weight: 700;
}

ul, ol {
  list-style: none;
}

p, ul, ol, table, dl {
  line-height: 1.8;
  letter-spacing: 0.03125rem;
}
@media screen and (max-width: 767px) {
  p, ul, ol, table, dl {
    letter-spacing: 0rem;
    line-height: 1.6;
  }
}

a {
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

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

.pc-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
  .tab-none {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .tab-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
i.othersite {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.5rem;
  background: url(../../images/common/icon_othersite.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -0.0625rem;
}
@media screen and (max-width: 767px) {
  i.othersite {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 0.25rem;
  }
}

i.arrow {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: #a5b7b7 url(../../images/common/icon_arrow.svg) no-repeat center/0.375rem 0.625rem;
  border: 1px solid #000;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  i.arrow {
    background-size: 0.5rem 0.9375rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

i.x {
  display: inline-block;
  width: 1.1875rem;
  height: 1.1875rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_x_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 576px) {
  i.x {
    width: 1rem;
    height: 1rem;
  }
}

i.instagram {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_insta_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 576px) {
  i.instagram {
    width: 1rem;
    height: 1rem;
  }
}

i.line {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_line_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  i.line {
    width: 0.75rem;
    height: 0.75rem;
  }
}

i.youtube {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_youtube_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  i.youtube {
    width: 0.75rem;
    height: 0.75rem;
  }
}

i.homepage {
  display: inline-block;
  width: 1.1875rem;
  height: 1.1875rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_home_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  i.homepage {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

/*------------------------
  button
------------------------*/
.btn_common a {
  border: 1px solid #000;
  border-radius: 6.25rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  height: 3rem;
  width: 15rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .btn_common a {
    gap: 1.875rem;
    font-size: 1.25rem;
    height: 4.5rem;
    width: 22.5rem;
  }
}
.btn_common a:hover {
  background: #000;
  color: #FFF;
}
.btn_common.btn_common--large a {
  gap: 0.3125rem;
  font-size: 0.875rem;
  letter-spacing: 0;
  height: 3.5rem;
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .btn_common.btn_common--large a {
    gap: 0.8125rem;
    font-size: 1.875rem;
    height: 7.5rem;
    width: 37.5rem;
  }
}
.btn_common.btn_common--large a .arrow {
  background-size: 0.3125rem 0.5rem;
  height: 0.9375rem;
  width: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .btn_common.btn_common--large a .arrow {
    background-size: 0.5625rem 1rem;
    height: 2rem;
    width: 2rem;
  }
}

/*------------------------------------------------------------------------
  header
------------------------------------------------------------------------*/
.header {
  width: 100%;
  top: 0;
  text-align: center;
  align-items: center;
  z-index: 600;
  padding-top: 0.875rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #faf8f4;
  border-bottom: #000 0.0625rem solid;
  height: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 1.6875rem;
    height: 6.1875rem;
  }
}
.wrapper.home .header .header_logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .wrapper.home .header .header_inner {
    justify-content: center;
  }
}
.header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .header .header_inner {
    padding-inline: 3.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .header .header_inner {
    padding-inline: 6.25rem 6.875rem;
  }
}
.header .header_logo {
  flex-shrink: 0;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .header .header_logo {
    width: 12.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .header .header_logo {
    width: 16.625rem;
  }
}
.header .header_logo a:hover {
  opacity: 0.7;
}
.header .header_logo img {
  transition: 0.2s;
  width: 100%;
}

/*------------------------
  menu PC
------------------------*/
.header_pc_menu {
  display: flex;
  align-items: center;
  gap: 5rem;
  transition: 0.2s;
}
@media screen and (min-width: 1400px) {
  .header_pc_menu {
    gap: 5.9375rem;
  }
}
.header_pc_menu li:nth-child(1) {
  --line-width: 4.125rem;
}
.header_pc_menu li:nth-child(2) {
  --line-width: 4.75rem;
}
.header_pc_menu li:nth-child(3) {
  --line-width: 4.75rem;
}
.header_pc_menu li:nth-child(4) {
  --line-width: 3.375rem;
}
.header_pc_menu li:nth-child(5) {
  --line-width: 6.0625rem;
}
.header_pc_menu li a {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
}
.header_pc_menu li a:hover::after {
  width: var(--line-width);
}
.header_pc_menu li a::after {
  content: "";
  background: #000;
  height: 0.125rem;
  width: 0%;
  position: absolute;
  bottom: -0.375rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.header_pc_menu li .main {
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 500;
}
.header_pc_menu li .sub {
  font-size: 0.8125rem;
  font-weight: 700;
}

/*------------------------
  menu burger
------------------------*/
.hamburger_menu {
  width: 100%;
}

.menu_btn {
  display: flex;
  height: 2.3125rem;
  width: 2.3125rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 0;
  position: relative;
  z-index: 1200;
  cursor: pointer;
}
.menu_btn span {
  position: relative;
}
.menu_btn span,
.menu_btn span::before,
.menu_btn span::after {
  width: 100%;
  display: block;
  height: 0.0625rem;
  background-color: #000;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.menu_btn span::before,
.menu_btn span::after {
  content: "";
  width: 100%;
  position: absolute;
}
.menu_btn span::before {
  top: 0.625rem;
}
.menu_btn span::after {
  bottom: 0.625rem;
}

#menu_btn_check {
  display: none;
}
#menu_btn_check:checked ~ .menu_btn span {
  background-color: transparent; /*メニューオープン時は真ん中の線を透明にする*/
}
#menu_btn_check:checked ~ .menu_btn span::before, #menu_btn_check:checked ~ .menu_btn span::after {
  transform-origin: center;
}
#menu_btn_check:checked ~ .menu_btn span::before {
  top: 0;
  transform: rotate(45deg);
}
#menu_btn_check:checked ~ .menu_btn span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
#menu_btn_check:checked ~ .sp_menu_content {
  bottom: 0; /*メニューを画面内へ*/
}

.sp_menu_content {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 100%;
  transition: all 0.5s;
  padding: 2.5rem 0;
  background-color: #faf8f4;
  overflow: scroll;
}
.sp_menu_content .burger_logo {
  margin: 0 auto 5rem;
  max-width: 16.25rem;
  width: 70%;
}
.sp_menu_content .burger_logo a {
  display: block;
}
.sp_menu_content ul.header_sp_menu {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 100%;
}
.sp_menu_content ul.header_sp_menu li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.sp_menu_content ul.header_sp_menu li a {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5625rem;
  line-height: 1;
}
.sp_menu_content ul.header_sp_menu .main {
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 500;
}
.sp_menu_content ul.header_sp_menu .sub {
  font-size: 1rem;
  font-weight: 700;
}

.sp_menu_content_wrap {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*------------------------------------------------------------------------
  layout
------------------------------------------------------------------------*/
.main-content {
  display: flex;
  flex-direction: column;
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .main-content {
    padding-top: 6.1875rem;
  }
}

.wrapper::before, .wrapper::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 999;
}
.wrapper::before {
  top: 0.1875rem;
  bottom: 0.1875rem;
  right: 0.875rem;
  left: 0.875rem;
  border-inline: 1px dashed #607679;
}
@media screen and (min-width: 768px) {
  .wrapper::before {
    top: 0.5625rem;
    bottom: 0.5625rem;
    right: 1.6875rem;
    left: 1.6875rem;
  }
}
.wrapper::after {
  top: 0.875rem;
  bottom: 0.875rem;
  right: 0.1875rem;
  left: 0.1875rem;
  border-block: 1px dashed #607679;
}
@media screen and (min-width: 768px) {
  .wrapper::after {
    top: 1.6875rem;
    bottom: 1.6875rem;
    right: 0.5625rem;
    left: 0.5625rem;
  }
}

.wrapper-bg {
  --gap: 0.25rem;
  --size: 0.625rem;
  --img: url('../../images/common/img_kaza.png');
}
@media screen and (min-width: 768px) {
  .wrapper-bg {
    --gap: 0.5625rem;
    --size: 1.125rem;
  }
}
.wrapper-bg {
  background: var(--img) no-repeat var(--gap) var(--gap), var(--img) no-repeat calc(100% - var(--gap)) var(--gap), var(--img) no-repeat var(--gap) calc(100% - var(--gap)), var(--img) no-repeat calc(100% - var(--gap)) calc(100% - var(--gap));
  background-size: var(--size);
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

section {
  position: relative;
}

.ly-container {
  padding: 3.75rem 0 7.5rem;
}

.wrapper:not(.home) .ly-container {
  padding: 3.4375rem 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .wrapper:not(.home) .ly-container {
    padding: 3.75rem 0 7.5rem;
  }
}

.ly-wrapper {
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .ly-wrapper {
    margin: 0 auto;
    max-width: 60rem;
    padding: 0 5rem;
  }
}

/*------------------------
  heading
------------------------*/
h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.2;
}

.sec-title {
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  width: 17.0625rem;
}
@media screen and (min-width: 768px) {
  .sec-title {
    max-width: 42.29vw;
    width: 50.75rem;
  }
}
.sec-title .main {
  display: block;
  font-family: var(--font-en);
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.375rem;
  position: relative;
  padding-bottom: 0.125rem;
  padding-left: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .sec-title .main {
    font-size: min(6.25vw, 7.5rem);
    margin-bottom: min(1.1979166667vw, 1.4375rem);
    padding-bottom: min(1.4583333333vw, 1.75rem);
    padding-left: 2.5rem;
  }
}
.sec-title .main::before {
  content: "";
  background: url("../../images/common/img_kaza02.png") no-repeat center/contain;
  height: 0.9375rem;
  width: 0.9375rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sec-title .main::before {
    height: min(1.5625vw, 1.875rem);
    width: min(1.5625vw, 1.875rem);
  }
}
.sec-title .main::after {
  content: "";
  background-color: #000;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.sec-title .sub {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-align: right;
  padding-right: 2.25rem;
}
@media screen and (min-width: 768px) {
  .sec-title .sub {
    font-size: min(1.875vw, 2.25rem);
    padding-right: min(7.0833333333vw, 8.5rem);
  }
}

.heading-large {
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}

.heading-medium {
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .heading-medium {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}

.heading-small {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .heading-small {
    font-size: 1rem;
  }
}

/*------------------------
  page_headline
------------------------*/
.page_headline {
  display: flex;
  align-items: flex-end;
  margin: 0.625rem 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page_headline {
    height: min(23.4375vw, 28.125rem);
    padding-left: min(3.125vw, 3.75rem);
    max-width: 120rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .page_headline {
    flex-direction: column;
    align-items: center;
  }
}
.page_headline::after {
  content: "";
  background-color: #cadada;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .page_headline::after {
    height: min(15.625vw, 18.75rem);
    width: min(15.625vw, 18.75rem);
    left: min(27.7083333333vw, 33.25rem);
    bottom: min(3.125vw, 3.75rem);
  }
}
@media screen and (max-width: 767px) {
  .page_headline::after {
    height: 6.6875rem;
    width: 5.125rem;
    left: 13.625rem;
    top: 8.125rem;
  }
}
.page_headline__media {
  max-width: calc(100% - 2.5rem);
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_headline__media {
    position: absolute;
    right: min(2.8645833333vw, 3.4375rem);
    top: min(1.5625vw, 1.875rem);
    max-width: min(57.2916666667vw, 68.75rem);
    width: 57.29vw;
    z-index: 15;
  }
}
.page_headline__media {
  /*&::before {
  	content: '';
  	background-color: v.$blk;
  	height: 1px;
  	position: absolute;
  	left: v.rem(-16);
  	right: v.rem(-5);
  	top: 0;
  	z-index: 1;

  	@include v.media-pc {
  		left: v.rem(-50);
  		right: v.rem(-15);
  	}
  }

  &::after {
  	content: '';
  	background-color: v.$blk;
  	height: 1px;
  	position: absolute;
  	left: v.rem(-5);
  	right: v.rem(-16);
  	bottom: 0;
  	z-index: 1;

  	@include v.media-pc {
  		left: v.rem(-15);
  		right: v.rem(-46);
  	}
  }*/
}
.page_headline__img {
  position: relative;
  /*&::before {
  	content: '';
  	background-color: v.$blk;
  	width: 1px;
  	position: absolute;
  	top: v.rem(-7);
  	bottom: v.rem(-9);
  	left: 0;
  	z-index: 1;

  	@include v.media-pc {
  		top: v.rem(-20);
  		bottom: v.rem(-25);
  	}
  }

  &::after {
  	content: '';
  	background-color: v.$blk;
  	width: 1px;
  	position: absolute;
  	top: v.rem(-10);
  	bottom: v.rem(-7);
  	right: 0;
  	z-index: 1;

  	@include v.media-pc {
  		top: v.rem(-30);
  		bottom: v.rem(-20);
  	}
  }*/
}
.page_headline .sec-title {
  padding-block: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .page_headline .sec-title {
    padding-block: 0 min(5.7291666667vw, 6.875rem);
  }
}

/*------------------------
  coming soon
------------------------*/
.coming_soon {
  display: none;
  text-align: center;
  flex-grow: 1;
  padding: 7.5rem 0 5.375rem;
}
@media screen and (min-width: 768px) {
  .coming_soon {
    padding: 12.125rem 0 16.9375rem;
  }
}
.coming_soon img {
  width: 90%;
  max-width: 19.4375rem;
}
@media screen and (min-width: 768px) {
  .coming_soon img {
    max-width: 35rem;
  }
}
.coming_soon.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.coming_soon.is-active ~ section {
  display: none;
}

/*------------------------
  footer
------------------------*/
.p-footer {
  background: url("../../images/common/bg_footer_h.png") repeat-x top center/auto 4.4375rem;
  width: 100%;
  text-align: center;
  padding: 9rem 2rem 4.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer {
    background-size: auto 10.5rem;
    padding: 14.25rem 3.125rem 5.625rem;
  }
}
.p-footer .p-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-social {
    gap: 7.5rem;
  }
}
.p-footer .p-footer-social .p-footer-social__item img {
  height: 3rem;
}
.p-footer .p-footer-social .p-footer-social__item a {
  display: block;
}
.p-footer .p-footer-social .p-footer-social__item a:hover {
  opacity: 0.8;
}
.p-footer .p-footer-copyright {
  color: #000;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-copyright {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 4.1875rem;
  }
}

/*------------------------
  scroll to top
------------------------*/
.page-top {
  color: transparent;
  cursor: pointer;
  font-size: 0;
  background: url("../../images/common/btn_top.png") no-repeat center/contain;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  height: 3.9375rem;
  width: 3.125rem;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .page-top {
    bottom: 2.5rem;
    right: 2.5rem;
    height: 6.25rem;
    width: 5rem;
  }
}
.page-top:hover {
  opacity: 0.8;
}

div [data-remodal-id=modal_recipe] {
  background: none;
}

.slider {
  width: 100%;
}

.n_pad {
  padding-left: 0;
  padding-right: 0;
}

.pad_2 {
  padding-left: 2%;
  padding-right: 2%;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.slick-dots li button:before {
  color: #999999;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #FFA64D;
}

.remodal-wrapper {
  bottom: 0;
  top: 0;
}

.taxin_text {
  font-size: 11.5px;
}

.wwimg {
  display: flex;
}

.features .inner .wwimg img {
  width: 50%;
}

.features .inner .chikawa_f_img {
  width: 200px;
  margin: 0 auto;
}

button.btn.btn-success.btn-block.reject {
  background-color: #525252 !important;
  color: #ffffff !important;
}

/*------------------------
  loading
------------------------*/
.loading {
  width: 100vw;
  height: 100%;
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.loading::before, .loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  transition-duration: 0.5s;
}
.loading::before {
  left: 0;
  background-color: #d1d1d1;
  transition-delay: 0.2s;
}
.loading::after {
  left: 0;
  transition-delay: 0.1s;
  background-color: #FFF;
}

.loading-animation {
  width: 40%;
  max-width: 600px;
  height: auto;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .loading-animation {
    width: 70%;
  }
}

.prog-bar {
  width: 60%;
  height: 5px;
  border: 1.5px solid #c2c2c2;
  position: relative;
  overflow: hidden;
}
.prog-bar .bar {
  height: 100%;
  background: #c2c2c2; /*バーカラー*/
  position: absolute;
  animation: progress 2.8s normal; /*アニメーションスピード*/
  animation-fill-mode: forwards;
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.loading.is-active::before, .loading.is-active::after {
  width: 0%;
}
.loading.is-active .loading-animation {
  opacity: 0;
}

.load_logo {
  width: 60%;
  max-width: 18.75rem;
  margin-bottom: 3.125rem;
  display: block;
}

/*------------------------
  wow animation
------------------------*/
@keyframes animate__fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpSmall {
  animation-name: animate__fadeInUpSmall;
}

/*------------------------
  box
------------------------*/
.common_box {
  border: 1px solid #000;
  margin-bottom: 2.5rem;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .common_box {
    margin-bottom: 5rem;
    padding: 2.5rem;
  }
}
.common_box:last-child {
  margin-bottom: 0;
}
.common_box .common_box_h3 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_h3 {
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
  }
}
.common_box .common_box_h3 span {
  border: 1px solid #000;
  display: inline-block;
  line-height: 1;
  min-width: 9rem;
  padding: 0.625rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_h3 span {
    min-width: 16.875rem;
    padding: 0.9375rem 0.3125rem;
  }
}
.common_box .common_box_wrap {
  position: relative;
}
.common_box .common_box_item {
  border-bottom: 1px dashed var(--border-color);
  font-size: 1.125rem;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item {
    font-size: 1rem;
    padding: 1.875rem 0;
  }
}
.common_box .common_box_item:first-child {
  padding-top: 0;
}
.common_box .common_box_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.common_box .common_box_item p span.blue {
  color: #18AEDB;
}
.common_box .common_box_item p span.text_l {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p span.text_l {
    font-size: 0.9375rem;
  }
}
.common_box .common_box_item p span.text_m {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p span.text_m {
    font-size: 0.75rem;
  }
}
.common_box .common_box_item p span.text_s {
  font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p span.text_s {
    font-size: 0.625rem;
  }
}
.common_box .common_box_item p span.bold {
  font-weight: 700;
}
.common_box .common_box_item p a {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: 0.3s;
  color: #607679;
}
.common_box .common_box_item p a:hover {
  opacity: 0.7;
}
.common_box .common_box_item p.large {
  font-size: 1.5rem;
  line-height: 1.4;
}
.common_box .common_box_item p.medium {
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item p.medium {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p.medium.medium--text {
    font-size: 0.9375rem;
  }
}
.common_box .common_box_item p.small {
  font-size: 0.75rem;
}
.common_box .common_box_item > p:not(:last-child), .common_box .common_box_item > div:not(:last-child), .common_box .common_box_item > img:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item > p:not(:last-child), .common_box .common_box_item > div:not(:last-child), .common_box .common_box_item > img:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.common_box .btn_common {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .common_box .btn_common {
    margin-top: 1.25rem;
    margin-bottom: 0rem;
  }
}/*# sourceMappingURL=common.css.map */