@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: calc(0.7692307692vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1.2820512821vw);
  }
}
*,
*:after,
*:before {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  letter-spacing: 0;
  list-style-type: none;
  font-style: normal;
  font-weight: 400;
  font-family: "BIZ UDGothic", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

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

button:hover {
  cursor: pointer;
}

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

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* base
--------------------------------*/
body {
  color: #000;
  font-size: 1rem;
  text-align: left;
}

main {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 10rem;
  }
}

section {
  position: relative;
}

.c-wrap {
  position: relative;
  width: 100%;
  max-width: 108rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-wrap {
    max-width: inherit;
    padding: 0 7rem;
  }
}
.c-wrap_s {
  position: relative;
  width: 100%;
  max-width: 102.8rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-wrap_s {
    max-width: inherit;
    padding: 0 7rem;
  }
}

.c-anchor {
  position: absolute;
  top: 6.1rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-anchor {
    top: 10rem;
  }
}

.c-btn {
  width: 60rem;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 100%;
    width: 64rem;
  }
}
.c-btn__inn {
  width: 100%;
  height: 100%;
  border: 0.2rem solid #F00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F00;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  transition: 0.3s background-color, 0.3s color;
}
@media screen and (max-width: 767px) {
  .c-btn__inn {
    font-size: 3.2rem;
  }
}
.c-btn__inn::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border: 0.2rem solid #F00;
  border-width: 0.2rem 0.2rem 0 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2rem;
  transition: 0.3s border-color;
}
@media screen and (max-width: 767px) {
  .c-btn__inn::after {
    right: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-btn__inn:hover {
    opacity: 1;
    background-color: #F00;
    color: #fff;
  }
  .c-btn__inn:hover::after {
    border-color: #fff;
  }
}
.c-btn.-comingsoon {
  position: relative;
}
.c-btn.-comingsoon .c-btn__inn {
  pointer-events: none;
}
.c-btn.-comingsoon .comingsoon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 1.8rem;
  font-family: "BIZ UDMincho", serif;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s opacity;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .c-btn.-comingsoon .comingsoon {
    font-size: 3.2rem;
  }
}
.c-btn.-comingsoon .comingsoon span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-btn.-comingsoon .comingsoon span {
    font-size: 4rem;
  }
}
.c-btn.-comingsoon .comingsoon::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border: 0.2rem solid #F00;
  border-width: 0.2rem 0.2rem 0 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2rem;
  transition: 0.3s border-color;
}
@media screen and (max-width: 767px) {
  .c-btn.-comingsoon .comingsoon::after {
    right: 4rem;
  }
}
.c-btn.-comingsoon:hover .comingsoon {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  p,
  th,
  td,
  dt,
  dd,
  li,
  input,
  button,
  textarea {
    font-size: 3.2rem;
    line-height: 1.75;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.left {
  float: left;
}

.right {
  float: right;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*font*/
.min {
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
}

.a1-min {
  font-family: "A1 Mincho";
  font-weight: bold;
}

/* ---------------------------------------
  parts
-----------------------------------------*/
.bg_red {
  background-color: #F00;
}

/* ---------------------------------------
  header
-----------------------------------------*/
.l-header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
    background-color: rgb(255, 255, 255);
  }
}
.l-header .inner {
  position: relative;
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 3rem 0 4rem;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.5s, top 0.5s;
}
@media screen and (max-width: 767px) {
  .l-header .inner {
    height: 10rem;
    padding: 0 4rem;
  }
}
.l-header .logo_wrap {
  position: absolute;
  left: 4rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-header .logo_wrap {
    left: 0;
    display: flex;
    align-items: flex-end;
    gap: 0 1.6rem;
  }
}
.l-header .logo_wrap .logo {
  width: 16rem;
  height: 16rem;
}
@media screen and (max-width: 767px) {
  .l-header .logo_wrap .logo {
    width: 20rem;
    height: 20rem;
  }
}
.l-header .logo_wrap .logo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F00;
}
.l-header .logo_wrap .logo img {
  width: 11.6rem;
}
@media screen and (max-width: 767px) {
  .l-header .logo_wrap .logo img {
    width: 14.5rem;
  }
}
.l-header .logo_wrap .date {
  width: 20.9rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-header .logo_wrap .date {
    width: 26.1rem;
  }
}
.l-header .logo_wrap .date img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header .gnav {
    position: fixed;
    inset: 10rem 0 0;
    background: rgba(241, 241, 241, 0.95);
    opacity: 0;
    pointer-events: none;
    overflow-y: scroll;
    transition: opacity 0.6s ease-out;
  }
}
@media screen and (min-width: 768px) {
  .l-header .gnav_inner {
    display: flex;
    align-items: center;
    gap: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header .gnav_inner {
    padding: 16rem 3rem 7rem;
    background-color: #F00;
    overflow-y: scroll;
  }
}
.l-header .gnav_list, .l-header .gnav_list_sub {
  display: flex;
  align-items: center;
  gap: 0 3rem;
}
@media screen and (max-width: 767px) {
  .l-header .gnav_list, .l-header .gnav_list_sub {
    flex-direction: column;
    gap: 5.5rem 0;
  }
}
.l-header .gnav_list_item {
  color: #F00;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-header .gnav_list_item {
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
  }
  .l-header .gnav_list_item span.min {
    display: block;
    font-size: 6rem;
    line-height: 1.4;
  }
}
.l-header .gnav_list_item a {
  display: block;
}
.l-header .gnav .subnav_list {
  display: flex;
  align-items: center;
  gap: 0 3rem;
}
@media screen and (max-width: 767px) {
  .l-header .gnav .subnav_list {
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header .gnav .subnav_list_item:nth-child(1) {
    margin-top: 8.8rem;
  }
}
.l-header .gnav .subnav_list_item a {
  display: block;
}
.l-header .gnav .subnav_list_btn {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0 1.4rem;
  background-color: #F00;
  border: 0.2rem solid #F00;
  border-radius: 100vh;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header .gnav .subnav_list_btn {
    font-size: 3rem;
    padding: 0.2rem 2.8rem;
    border-color: #fff;
  }
}
.l-header .gnav .subnav_list_btn:hover {
  opacity: 1;
  color: #F00;
  background-color: #fff;
}
.l-header .gnav .subnav_list_sns {
  display: block;
  line-height: 1;
}
.l-header .gnav .subnav_list_sns img {
  width: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-header .gnav .subnav_list_sns img {
    width: 5.3rem;
  }
}
.l-header.is-scrolled .inner, .l-header.is-open .inner {
  position: fixed;
  top: -6rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header.is-scrolled .inner, .l-header.is-open .inner {
    top: -10rem;
  }
}
.l-header.is-scrolled .inner .logo_wrap, .l-header.is-open .inner .logo_wrap {
  position: static;
}
.l-header.is-scrolled .inner .logo_wrap .logo, .l-header.is-open .inner .logo_wrap .logo {
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .l-header.is-scrolled .inner .logo_wrap .logo, .l-header.is-open .inner .logo_wrap .logo {
    width: 6rem;
    height: 6rem;
  }
}
.l-header.is-scrolled .inner .logo_wrap .logo img, .l-header.is-open .inner .logo_wrap .logo img {
  width: 3.625rem;
}
@media screen and (max-width: 767px) {
  .l-header.is-scrolled .inner .logo_wrap .logo img, .l-header.is-open .inner .logo_wrap .logo img {
    width: 4.3rem;
  }
}
.l-header.is-scrolled .inner .logo_wrap .date, .l-header.is-open .inner .logo_wrap .date {
  display: none;
}
.l-header.is-fixed .inner, .l-header.is-open .inner {
  top: 0;
}
.l-header.is-open .inner {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header.is-open .gnav {
    opacity: 1;
    pointer-events: all;
  }
  .l-header .menu_btn {
    position: relative;
    width: 4.7rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .l-header .menu_btn_line {
    display: block;
    margin-block-start: 1.4rem;
    width: 100%;
    height: 0.2rem;
    background-color: #000;
    transition: transform 0.6s, opacity 0.6s;
  }
  .l-header .menu_btn_line:nth-of-type(1) {
    margin-block-start: 0;
  }
  .l-header .menu_btn.is-active .menu_btn_line:nth-of-type(1) {
    transform: translateY(1.6rem) rotate(35deg);
  }
  .l-header .menu_btn.is-active .menu_btn_line:nth-of-type(2) {
    opacity: 0;
  }
  .l-header .menu_btn.is-active .menu_btn_line:nth-of-type(3) {
    transform: translateY(-1.6rem) rotate(-35deg);
  }
}
@media screen and (max-width: 767px) {
  .l-header .copyright {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    margin-top: 5.7rem;
  }
}
.l-header.-under .logo_wrap {
  top: 0.5rem;
}
.l-header.-under .logo_wrap .logo {
  width: 5rem;
  height: 5rem;
}
.l-header.-under .logo_wrap .logo img {
  width: 3.6rem;
}
.l-header.-under .date {
  display: none;
}

/* ---------------------------------------
  footer
-----------------------------------------*/
.l-footer {
  padding: 4rem 0 6rem;
  border-top: 0.1rem solid #000;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 6rem 0 7rem;
  }
}
.l-footer .c-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer .c-wrap {
    display: block;
  }
}
.l-footer .logo_wrap {
  display: flex;
  align-items: center;
  gap: 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer .logo_wrap {
    justify-content: center;
    gap: 0 2.2rem;
  }
}
.l-footer .logo_wrap .logo {
  width: 12rem;
  height: 12rem;
}
@media screen and (max-width: 767px) {
  .l-footer .logo_wrap .logo {
    width: 14.5rem;
    height: 14.5rem;
  }
}
.l-footer .logo_wrap .logo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F00;
}
.l-footer .logo_wrap .logo img {
  width: 8.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer .logo_wrap .logo img {
    width: 10.5rem;
  }
}
.l-footer .logo_wrap .date {
  width: 35.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer .logo_wrap .date {
    width: 39.1rem;
  }
}
.l-footer .logo_wrap .date img {
  width: 100%;
}
.l-footer .nav_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer .nav_wrap {
    display: block;
  }
}
.l-footer .nav_wrap .fnav_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer .nav_wrap .fnav_list {
    flex-direction: column-reverse;
    gap: 9rem 0;
    margin-top: 9rem;
  }
}
.l-footer .nav_wrap .fnav_list_item a {
  display: block;
}
.l-footer .nav_wrap .fnav_list_btn {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0 1.4rem;
  background-color: #F00;
  border: 0.2rem solid #F00;
  border-radius: 100vh;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer .nav_wrap .fnav_list_btn {
    font-size: 3rem;
    padding: 0.2rem 2.8rem;
    border: 1px solid #FFFFFF;
  }
}
.l-footer .nav_wrap .fnav_list_btn:hover {
  opacity: 1;
  color: #F00;
  background-color: #fff;
}
.l-footer .nav_wrap .fnav_list_sns {
  display: block;
  line-height: 1;
}
.l-footer .nav_wrap .fnav_list_sns img {
  width: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer .nav_wrap .fnav_list_sns img {
    width: 5.3rem;
  }
}
.l-footer .nav_wrap .copyright {
  color: #F00;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer .nav_wrap .copyright {
    margin-block: calc((1em - 1lh) / 2);
  }
}
@media screen and (max-width: 767px) {
  .l-footer .nav_wrap .copyright {
    text-align: center;
    font-size: 2rem;
    margin-top: 6.5rem;
  }
}

/* ---------------------------------------
  clearfix
-----------------------------------------*/
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack *//*# sourceMappingURL=common.css.map */