@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 16px;
}

body {
  background-color: var(--color-white);
  word-wrap: break-word;
  color: var(--color-text);
  font-family: var(--font-noto);
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: underline;
  color: #fff;
}

a:visited {
  color: none;
}

a:hover {
  text-decoration: none;
  color: #ff1d49;
}

a:active {
  text-decoration: none;
  color: #fff;
}

a[href^="tel:"]:hover {
  color: #fff;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text;
    text-decoration: none;
  }
}

@font-face {
  font-family: futura-pt-condensed;

  src: url("/swallows/assets_ex/fonts/FuturaStdCondensed.woff") format("woff"), url("/swallows/assets_ex/fonts/FuturaStdCondensed.otf") format("opentype");
}

/* ------------------------
  Components
------------------------ */
.hoge {
  width: 100%;
  background: turquoise;
}

.hoge::after {
  content: "：SM";
}

@media (min-width: 768px) {
  .hoge {
    background: violet;
  }
  .hoge::after {
    content: "：MD";
  }
}

@media (min-width: 1440px) {
  .hoge {
    background: wheat;
  }
  .hoge::after {
    content: "：LG";
  }
}

/* 小コメント ------- */
.hoge_small {
  width: 100%;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1439.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1439.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1440px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1440px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.header-container {
  opacity: 0;
  border-top: 2px solid #ff1d49;
  border-bottom: 1px solid #ddd;
  height: 14vw;
  transition: opacity 0.3s;
  background-color: #fff;
}

.header-container.-top {
  border-top: 0.53333vw solid #ff1d49;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
  .header-container.-top {
    border-top-width: clamp(2.13333px, 0.27778vw, 4px);
    height: clamp(53.33333px, 6.94444vw, 100px);
  }
}

.header-container.-active {
  opacity: 1;
}

.header-container > .logo {
  position: absolute;
  top: 2.93333vw;
  left: 3.46667vw;
  width: 29.73333vw;
  font-size: 0;
}

.header-container > .logo.-top {
  top: 2.93333vw;
  left: 3.46667vw;
  width: 28.06133vw;
}

@media (min-width: 768px) {
  .header-container > .logo.-top {
    top: clamp(18.13333px, 2.36111vw, 34px);
    left: clamp(27.2px, 3.54167vw, 51px);
    width: clamp(214.93333px, 27.98611vw, 403px);
  }
}

.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 24vw;
  background-color: var(--color-primary);
  text-align: center;
  text-transform: uppercase;
}

.footer-container > .text {
  letter-spacing: 0.02em;
  color: var(--color-white);
  font-family: var(--font-teko);
  font-size: 3.46667vw;
  font-weight: 500;
  line-height: 1.23077;
}

.footer-container.-top {
  height: 42.66667vw;
}

@media (max-width: 767.98px) {
  .footer-container.-top {
    padding-top: 6.4vw;
  }
}

@media (min-width: 768px) {
  .footer-container.-top {
    height: clamp(53.33333px, 6.94444vw, 100px);
    background-color: var(--color-text);
  }
}

.footer-container.-top > .logo {
  margin: 0 auto 8.8vw;
  width: 51.436vw;
  font-size: 0;
}

@media (min-width: 768px) {
  .footer-container.-top > .logo {
    display: none;
  }
}

@media (min-width: 768px) {
  .footer-container.-top > .text {
    font-size: clamp(8.53333px, 1.11111vw, 16px);
    line-height: 1.04188;
  }
}

@use "@/styles/_partials/global" as *;
.module-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 1.6vw;
  width: 100%;
  height: 12.26667vw;
  background: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
  font-family: var(--font-noto);
  font-size: 4vw;
  font-weight: 900;
}

.module-btn.-ja {
  letter-spacing: 0.1em;
  font-size: 4vw;
  font-weight: 900;
}

.module-btn.-en {
  letter-spacing: 0.025em;
  font-family: var(--font-teko);
  font-size: 6.13333vw;
  font-weight: 700;
  line-height: 1.08696;
}

.module-btn.-red {
  background: var(--color-accent);
  color: var(--color-white);
}

.module-btn.-disable {
  background: #686868;
  pointer-events: none;
  color: var(--color-white);
}

.module-btn.-line {
  background: #00c400;
  color: #fff;
}

.module-btn.-line::after {
  content: "";
  position: absolute;
  left: 5.4vw;
  width: 8vw;
  height: 7.62267vw;
  background: url("../img/common/icon_line.svg") no-repeat center/cover;
}

@use "@/styles/_partials/global" as *;
.module-check {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.73333vw;
  font-weight: 900;
  font-style: normal;
}

.module-check.-en {
  font-family: "Teko", sans-serif, sans-serif;
  font-size: 3.73333vw;
  font-weight: 800;
  font-style: normal;
}

.module-check > .label {
  display: flex;
  align-items: center;
}

.module-check > .label > .input {
  display: none;
}

.module-check > .label > .input:checked + .icon {
  border: 2px solid #ff1d49;
  background: #ff1d49;
}

.module-check > .label > .input:checked + .icon > .svg {
  stroke-dashoffset: 0;
}

.module-check > .label > .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #ccc;
  border-radius: 1.6vw;
  width: 6.66667vw;
  height: 6.66667vw;
  transition: background-color 0.1s;
  background: #fff;
}

.module-check > .label > .icon > .svg {
  position: absolute;
  width: 3.92133vw;
  height: 3.53467vw;
  transition: stroke-dashoffset 0.14s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  pointer-events: none;

  fill: none;
  stroke: #fff;
  stroke-dasharray: 140;
  stroke-dashoffset: 140;
  stroke-width: 8;
}

.module-check.-large > .label > .icon {
  border: 1px solid #ccc;
  width: 9.06667vw;
  height: 9.06667vw;
  background: #fff;
}

.module-check.-large > .label > .icon > .svg {
  position: absolute;
  width: 5.764vw;
  height: 5.08533vw;
}

.module-check.-circle > .label > .icon {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 5.33333vw;
  height: 5.33333vw;
  background: #fff;
}

.module-check.-circle > .label > .icon > .svg {
  width: 2.132vw;
  height: 1.69867vw;

  stroke-width: 4;
}

.module-check.-circle > .label > .input:checked + .icon {
  border: 2px solid #fff;
}

/* ------------------------
  variables
------------------------ */
:root {
  --color-accent: #e6002d;
  --color-primary: #0b318f;
  --color-text: #0f1350;
  --color-white: #fff;
  --font-noto: "Noto Sans JP", sans-serif;
  --font-teko: "Teko", sans-serif;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.header-container .lang-items {
  display: flex;
}

.header-container .lang-items > .item {
  position: relative;
  padding: 0 clamp(11.2px, 1.45833vw, 21px);
  width: 36px;
  width: clamp(36.26667px, 4.72222vw, 68px);
  height: 100%;
  font-size: 0;
  /* stylelint-disable-next-line rscss/no-descendant-combinator */
  /* stylelint-disable-next-line rscss/no-descendant-combinator */
}

.header-container .lang-items > .item.-ja::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: clamp(10.66667px, 1.38889vw, 20px);
  background: #707070;
}

:lang(ja) .header-container .lang-items > .item > a {
  opacity: 0.5;
}

:lang(ja) .header-container .lang-items > .item:hover > a {
  opacity: 1;
  transition: opacity 0.14s;
}

:lang(ja) .header-container .lang-items > .item.-ja > a {
  opacity: 1;
  pointer-events: none;
}

:lang(en) .header-container .lang-items > .item > a {
  opacity: 1;
  pointer-events: none;
}

:lang(en) .header-container .lang-items > .item:hover > a {
  opacity: 1;
  transition: opacity 0.14s;
}

:lang(en) .header-container .lang-items > .item.-ja > a {
  opacity: 0.5;
  pointer-events: auto;
}

.header-container .lang-items > .item.-official {
  top: clamp(-4px, -0.27778vw, -2.13333px);
  margin: 0 clamp(14.4px, 1.875vw, 27px);
  padding: 0;
  width: clamp(40px, 5.20833vw, 75px);
}

.footer-container .lang-items {
  display: flex;
}

.footer-container .lang-items > .item {
  position: relative;
  padding: 0 clamp(11.2px, 1.45833vw, 21px);
  font-size: 0;
  /* stylelint-disable-next-line rscss/no-descendant-combinator */
  /* stylelint-disable-next-line rscss/no-descendant-combinator */
}

.footer-container .lang-items > .item.-ja::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: clamp(10.66667px, 1.38889vw, 20px);
  background: #707070;
}

:lang(ja) .footer-container .lang-items > .item > a {
  opacity: 0.5;
}

:lang(ja) .footer-container .lang-items > .item:hover > a {
  opacity: 1;
  transition: opacity 0.14s;
}

:lang(ja) .footer-container .lang-items > .item.-ja > a {
  opacity: 1;
  pointer-events: none;
}

:lang(en) .footer-container .lang-items > .item > a {
  opacity: 1;
  pointer-events: none;
}

:lang(en) .footer-container .lang-items > .item:hover > a {
  opacity: 1;
  transition: opacity 0.14s;
}

:lang(en) .footer-container .lang-items > .item.-ja > a {
  opacity: 0.5;
  pointer-events: auto;
}

.footer-container .lang-items > .item.-official {
  margin: 0 clamp(14.4px, 1.875vw, 27px);
  padding: 0;
  width: clamp(40px, 5.20833vw, 75px);
}