/*===========================================================================*/
/*  function  */
/*===========================================================================*/
/*===========================================================================*/
/*  mixin  */
/*===========================================================================*/
/*===========================================================================*/
/*  common  */
/*===========================================================================*/
html {
  font-family: "Meiryo", sans-serif !important;
  color: #000;
  font-size: 62.5%;
}

body {
  min-width: 375px;
  font-feature-settings: "palt" on;
  font-size: 100% !important;
  font-family: "Meiryo", sans-serif !important;
}
body.modal-open {
  overflow: hidden;
}

span {
  display: inline-block;
}

picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

a {
  display: inline-block;
}

.pc-only {
  display: block !important;
}

.br-pc-only {
  display: inline-block !important;
}

.sp-only {
  display: none !important;
}

.br-sp-only {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
  .br-pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .br-sp-only {
    display: inline-block !important;
  }
}
.text-center {
  text-align: center;
}

/*===========================================================================*/
/*  utility  */
/*===========================================================================*/
.font-en {
  font-family: "Jost", sans-serif !important;
}

/*===========================================================================*/
/*  component, color  */
/*===========================================================================*/
/* layout */
.l-inner {
  margin: 0 auto;
  max-width: 1100px;
}

@media screen and (max-width: 750px) {
  .l-inner {
    max-width: 100%;
  }
}
/* wrapper */
.l-wrapper {
  padding-left: clamp(18px, 0.6544054748px + 2.3096663815vw, 45px);
  padding-right: clamp(18px, 0.6544054748px + 2.3096663815vw, 45px);
}
@media (max-width: 750px) {
  .l-wrapper {
    padding: 0 20px;
  }
}

/*===========================================================================*/
/*  hover */
/*===========================================================================*/
@media screen and (min-width: 750px) {
  .hover-normal {
    transition: opacity 0.5s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
  }
  .hover-normal:hover {
    opacity: 0.7;
  }
}
.hover-border {
  position: relative;
}

.hover-border::before {
  background-color: #121212;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 0;
  transition: width 0.9s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
}

.hover-border-white {
  position: relative;
}

.hover-border-white::before {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 0;
  transition: width 0.9s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
}

a:hover .hover-border::before,
a:hover .hover-border-white::before,
.hover-parent:hover .hover-border::before {
  width: 100%;
}

.hover-spin {
  transition: transform 1s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
  transform: rotate(0);
}

a:hover .hover-spin {
  transform: rotate(405deg);
}

.hover-spin-reverse {
  transition: transform 1s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
  transform: rotate(0);
}

a:hover .hover-spin-reverse {
  transform: rotate(315deg);
}

.hover-text {
  position: relative;
  color: #121212;
  line-height: 1.6;
}

.hover-text::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #70c3eb 0%, #6c77c9 47%, #f69b9d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
}

.hover-text:hover::after {
  clip-path: inset(0);
}

.hover-text-parent:hover .hover-text::after {
  clip-path: inset(0);
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.header {
  position: relative;
  z-index: 20;
}
.header__inner {
  padding-top: 2.4rem;
}
@media (max-width: 750px) {
  .header__inner {
    padding: 7.8rem 0 2rem;
  }
}
.header__content {
  position: relative;
  z-index: 10;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9.4rem;
  gap: clamp(4rem, 5.3088109495px + 4.619332763vw, 9.4rem);
}
.header__logo .cartender {
  width: clamp(20.4rem, 172.5209580838px + 4.1916167665vw, 25.3rem);
}
@media (max-width: 750px) {
  .header__logo .cartender {
    width: clamp(16.4rem, 124px + 10.6666666667vw, 20.4rem);
  }
}
.header__logo .miyabi {
  width: clamp(14.8rem, 127.4422583405px + 2.7373823781vw, 18rem);
}
@media (max-width: 750px) {
  .header__logo .miyabi {
    width: clamp(10.4rem, 84px + 5.3333333333vw, 12.4rem);
  }
}
.header__nav {
  margin-top: 2.4rem;
}
.header__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2.4rem, 13.7211291702px + 1.3686911891vw, 4rem);
}
.header__list a {
  font-size: clamp(1.6rem, 12.1454234388px + 0.5132591959vw, 2.2rem);
  line-height: 1.45;
  white-space: nowrap;
}
.header__item {
  position: relative;
  padding-bottom: 2.4rem;
}
.header__item.multiple-links:hover .header__linkbox {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__linkbox {
  position: absolute;
  top: 60px;
  top: clamp(44px, 36.2908468777px + 1.0265183918vw, 56px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: mone;
  background: #000;
  color: #fff;
  text-align: center;
  transition: all 0.4s ease;
}
.header__linkbox li {
  padding: 1.2rem;
}
.header__menu {
  position: absolute;
  top: 24px;
  right: clamp(30px, -14.9700598802px + 5.9880239521vw, 100px);
  background: rgba(200, 200, 200, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-top: clamp(0.8rem, -2.2788708298px + 1.3686911891vw, 2.4rem);
  padding-bottom: clamp(0.8rem, -2.2788708298px + 1.3686911891vw, 2.4rem);
  padding-left: clamp(1.6rem, 5.7211291702px + 1.3686911891vw, 3.2rem);
  padding-right: clamp(1.6rem, 5.7211291702px + 1.3686911891vw, 3.2rem);
  z-index: 11;
}
@media (max-width: 750px) {
  .header__menu {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    top: 14px;
    left: 0;
    right: unset;
  }
}
.header__hamburger .c-hamberger {
  display: none;
  width: 3.8rem;
  height: 3.8rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 750px) {
  .header__hamburger .c-hamberger {
    display: block;
  }
}
.header__hamburger .c-hamberger__trigger, .header__hamburger .c-hamberger__trigger span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
}
.header__hamburger .c-hamberger__trigger {
  width: 3.8rem;
  height: 3.8rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header__hamburger .c-hamberger__menu {
  cursor: pointer;
  height: 1.5rem;
  width: 2.5rem;
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__hamburger .c-hamberger__menu span {
  background-color: #000;
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-border-radius: 100vh;
}
.header__hamburger .c-hamberger__menu span:nth-child(1) {
  top: 0;
}
.header__hamburger .c-hamberger__menu span:nth-child(2) {
  top: 0.6rem;
}
.header__hamburger .c-hamberger__menu span:nth-child(3) {
  bottom: 0;
}
.header__hamburger .c-hamberger__menu.is-open span:nth-child(1) {
  transform: translateY(0.6rem) rotate(-45deg);
  -webkit-transform: translateY(0.6rem) rotate(-45deg);
  -moz-transform: translateY(0.6rem) rotate(-45deg);
  -ms-transform: translateY(0.6rem) rotate(-45deg);
  -o-transform: translateY(0.6rem) rotate(-45deg);
}
.header__hamburger .c-hamberger__menu.is-open span:nth-child(2) {
  opacity: 0;
}
.header__hamburger .c-hamberger__menu.is-open span:nth-child(3) {
  transform: translateY(-0.6rem) rotate(45deg);
  -webkit-transform: translateY(-0.6rem) rotate(45deg);
  -moz-transform: translateY(-0.6rem) rotate(45deg);
  -ms-transform: translateY(-0.6rem) rotate(45deg);
  -o-transform: translateY(-0.6rem) rotate(45deg);
}
.header__hamburger .c-hamberger__navigation {
  transition: transform 0.7s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
  transform: translate(-100%, 0);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 6.3rem;
  padding: 4rem 1.6rem 1.6rem;
  background: url(../../assets/images/common/hamberger_bg.png) center/cover no-repeat;
  color: #000;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.header__hamburger .c-hamberger__navigation ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  gap: 1.2rem;
}
.header__hamburger .c-hamberger__navigation ul li {
  font-size: 2.4rem;
}
.header__hamburger .c-hamberger__navigation ul li.mb {
  margin-bottom: 2.4rem;
}
.header__hamburger .c-hamberger__navigation ul .logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.4rem;
}
.header__hamburger .c-hamberger__navigation ul .logos .cartender {
  max-width: 15rem;
}
.header__hamburger .c-hamberger__navigation ul .logos .miyabi {
  max-width: 12rem;
}
.header__hamburger .c-hamberger__navigation.is-open {
  transform: translate(0, 0);
  pointer-events: all;
}
.header__lang {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0.4rem;
  column-gap: 1.2rem;
}
.header__lang button {
  font-size: clamp(1.4rem, 5.005988024px + 1.1976047904vw, 2.8rem);
  line-height: 1.45;
}
.header__lang button[data-stt-active] {
  color: #a50000;
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.footer {
  position: relative;
  overflow: hidden;
  background-color: #a50000;
  color: #fff;
  z-index: 10;
  padding-top: clamp(4.8rem, 1.745081266px + 6.1591103507vw, 12rem);
  padding-bottom: clamp(2.4rem, 0.872540633px + 3.0795551754vw, 6rem);
  text-align: left;
}
@media (max-width: 750px) {
  .footer {
    padding: 3.2rem 4rem 4rem;
  }
}
.footer__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 85.8rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
}
.footer__list li .mt {
  margin-top: 6rem;
}
@media (max-width: 750px) {
  .footer__list li .mt {
    margin-top: 4rem;
  }
}
.footer__list a {
  font-size: clamp(1.4rem, 13.3575705731px + 0.0855431993vw, 1.5rem);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
.footer__linkbox {
  padding-left: 1.2rem;
}
@media (max-width: 750px) {
  .footer__container {
    align-self: center;
  }
}
.footer__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 1.4rem 0;
  margin-left: auto;
  margin-bottom: 3rem;
  font-size: clamp(1.4rem, 11.4302822926px + 0.3421727973vw, 1.8rem);
  border: 3px solid #fff;
  width: clamp(20rem, 170.4482463644px + 3.9349871685vw, 24.6rem);
}
@media (max-width: 750px) {
  .footer__button {
    margin: 0 auto 2.4rem;
  }
}
.footer__button__img img {
  width: clamp(4rem, 24.5816937553px + 2.0530367836vw, 6.4rem);
}
.footer__copyright {
  font-size: clamp(1.4rem, 10.1454234388px + 0.5132591959vw, 2rem);
  line-height: 1.8;
}
@media (max-width: 750px) {
  .footer__copyright {
    font-size: 1.1rem;
  }
}
.footer__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(10%);
  z-index: -1;
}
@media (max-width: 750px) {
  .footer__bg {
    top: 12px;
    right: 0;
    left: unset;
    bottom: unset;
    transform: none;
  }
}
.footer__bg img {
  width: clamp(60rem, 420.7621899059px + 23.8665526091vw, 87.9rem);
}
@media (max-width: 750px) {
  .footer__bg img {
    width: clamp(11.9rem, 68px + 13.6vw, 17rem);
  }
}

/*===========================================================================*/
/*  mainvisual  */
/*===========================================================================*/
.c-sideHead {
  position: absolute;
  left: 8%;
  font-size: clamp(2rem, 5.2241231822px + 1.9674935843vw, 4.3rem);
  border-bottom: 1px solid #ca0000;
  color: #ca0000;
  rotate: 90deg;
  transform-origin: top left;
  line-height: 1.67;
  top: clamp(6.96rem, 2.5303678358px + 8.9307100086vw, 17.4rem);
  font-weight: 700;
}
.c-sideHead.is-follow {
  position: fixed;
  z-index: 20;
  transition: opacity 0.3s ease;
}
@media (max-width: 750px) {
  .c-sideHead {
    left: -12px;
    top: 80px;
  }
}

/*===========================================================================*/
/*  mainvisual  */
/*===========================================================================*/
.c-side-buttons {
  position: fixed;
  bottom: clamp(1.08rem, 0.3926432849px + 1.3857998289vw, 2.7rem);
  right: clamp(0.4rem, 0.1454234388px + 0.5132591959vw, 1rem);
  z-index: 10;
  width: clamp(15rem, 63.9144568007px + 11.4627887083vw, 28.4rem);
}
@media (max-width: 750px) {
  .c-side-buttons {
    display: none;
  }
}
.c-side-buttons.color-red .c-side-buttons__item {
  background-color: rgba(176, 0, 0, 0.8);
}
.c-side-buttons__item {
  font-size: clamp(1.6rem, 8.2908468777px + 1.0265183918vw, 2.8rem);
  padding-inline: clamp(0.92rem, 0.3344739093px + 1.1804961506vw, 2.3rem);
  padding-block: clamp(0.92rem, 0.3344739093px + 1.1804961506vw, 2.3rem);
  width: 100%;
  background-color: rgba(127, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  font-weight: 700;
  display: block;
}
.c-side-buttons__item + .c-side-buttons__item {
  margin-top: clamp(1.08rem, 0.3926432849px + 1.3857998289vw, 2.7rem);
}