@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding: 0;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html,
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.065em;
  background-color: transparent;
}
@media (max-width: 768px) {
  html,
body {
    font-size: 15px;
  }
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

br.sp {
  display: none;
}
@media (max-width: 768px) {
  br.sp {
    display: block;
  }
}

br.pc {
  display: block;
}
@media (max-width: 768px) {
  br.pc {
    display: none;
  }
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .mts-5 {
    margin-top: 5px;
  }

  .mts-10 {
    margin-top: 10px;
  }

  .mts-15 {
    margin-top: 15px;
  }

  .mts-20 {
    margin-top: 20px;
  }

  .mts-25 {
    margin-top: 25px;
  }

  .mts-30 {
    margin-top: 30px;
  }

  .mts-35 {
    margin-top: 35px;
  }

  .mts-40 {
    margin-top: 40px;
  }

  .mts-45 {
    margin-top: 45px;
  }

  .mts-50 {
    margin-top: 50px;
  }

  .mts-55 {
    margin-top: 55px;
  }

  .mts-60 {
    margin-top: 60px;
  }

  .mts-65 {
    margin-top: 65px;
  }

  .mts-70 {
    margin-top: 70px;
  }

  .mts-75 {
    margin-top: 75px;
  }

  .mts-80 {
    margin-top: 80px;
  }

  .mts-85 {
    margin-top: 85px;
  }

  .mts-90 {
    margin-top: 90px;
  }

  .mts-95 {
    margin-top: 95px;
  }

  .mts-100 {
    margin-top: 100px;
  }

  .mbs-5 {
    margin-bottom: 5px;
  }

  .mbs-10 {
    margin-bottom: 10px;
  }

  .mbs-15 {
    margin-bottom: 15px;
  }

  .mbs-20 {
    margin-bottom: 20px;
  }

  .mbs-25 {
    margin-bottom: 25px;
  }

  .mbs-30 {
    margin-bottom: 30px;
  }

  .mbs-35 {
    margin-bottom: 35px;
  }

  .mbs-40 {
    margin-bottom: 40px;
  }

  .mbs-45 {
    margin-bottom: 45px;
  }

  .mbs-50 {
    margin-bottom: 50px;
  }

  .mbs-55 {
    margin-bottom: 55px;
  }

  .mbs-60 {
    margin-bottom: 60px;
  }

  .mbs-65 {
    margin-bottom: 65px;
  }

  .mbs-70 {
    margin-bottom: 70px;
  }

  .mbs-75 {
    margin-bottom: 75px;
  }

  .mbs-80 {
    margin-bottom: 80px;
  }

  .mbs-85 {
    margin-bottom: 85px;
  }

  .mbs-90 {
    margin-bottom: 90px;
  }

  .mbs-95 {
    margin-bottom: 95px;
  }

  .mbs-100 {
    margin-bottom: 100px;
  }
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

main {
  width: 100%;
  margin: 0;
  padding: 0;
}

section {
  width: 100%;
  padding: 0 5%;
  background-color: #004098;
  color: #fff;
}
@media (max-width: 768px) {
  section {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
section .section-title {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section .section-title {
    margin-bottom: 20px;
  }
}
section .section-title img {
  width: auto;
  max-width: 100%;
  height: 32px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  section .section-title img {
    height: 22px;
  }
}
section .section-title img.large {
  height: 36px;
}
@media (max-width: 768px) {
  section .section-title img.large {
    height: 24px;
  }
}
section .section-title span {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #002671;
  text-align: center;
}
@media (max-width: 768px) {
  section .section-title span {
    font-size: 12px;
  }
}
section .section-title.left {
  display: flex;
  align-items: center;
}
section .section-title.left img {
  margin: 0;
  margin-right: 1em;
}
section .section-title.left span {
  text-align: left;
  margin-top: 0.3em;
}

.box {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.5%;
}
@media (max-width: 768px) {
  .box {
    max-width: 520px;
  }
}
@media (max-width: 520px) {
  .box {
    padding-left: 5%;
    padding-right: 5%;
  }
}

hr {
  border: none;
}
hr.line-001 {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #002671;
}

.toggle-item:hover {
  cursor: pointer;
}
.toggle-item + .toggle-container {
  display: none;
}
.toggle-item .toggle-mark {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .toggle-item .toggle-mark {
    width: 30px;
    height: 30px;
  }
}
.toggle-item .toggle-mark:before, .toggle-item .toggle-mark:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 5px;
  display: block;
  width: 30px;
  height: 2px;
  transition: 0.3s transform;
  background-color: #002671;
  z-index: 0;
}
@media (max-width: 768px) {
  .toggle-item .toggle-mark:before, .toggle-item .toggle-mark:after {
    left: 3px;
    width: 24px;
  }
}
.toggle-item .toggle-mark:after {
  transform: rotate(90deg);
}
.toggle-item.active .toggle-mark:after {
  transform: rotate(0);
}
.toggle-item .button a,
.toggle-item .button i {
  position: relative;
  background-image: none;
  color: #fff;
}
.toggle-item .button a .toggle-mark,
.toggle-item .button i .toggle-mark {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.toggle-item .button a .toggle-mark:before, .toggle-item .button a .toggle-mark:after,
.toggle-item .button i .toggle-mark:before,
.toggle-item .button i .toggle-mark:after {
  left: 10px;
  width: 20px;
  background-color: #fff;
}

.button a,
.button i {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0.75em 3.5em;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  transition: 0.3s opacity;
  background-image: url(../svg/icon_button-arrow.svg);
  background-size: 24px;
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-color: #002671;
}
@media (max-width: 768px) {
  .button a,
.button i {
    font-size: min(3.25vw, 15px);
    background-size: 18px;
    background-position: center right 15px;
  }
}
.button a:before,
.button i:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
}
@media (max-width: 768px) {
  .button a:before,
.button i:before {
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid #fff;
  }
}
.button a:hover,
.button i:hover {
  text-decoration: none;
  opacity: 0.7;
}
.button_02 a,
.button_02 i {
  background-color: #002671;
}
.button_img {
  position: relative;
}
.button_img a,
.button_img i {
  background-image: none;
  padding: 0.9em 5.3em 0.9em 1.5em;
  font-size: 20px;
  position: static;
  color: #fff;
  line-height: 1.37;
}
@media (max-width: 768px) {
  .button_img a,
.button_img i {
    font-size: min(4vw, 18px);
  }
}
.button_img .b-img {
  position: absolute;
  width: 35%;
  max-width: 120px;
  top: -53%;
  right: -6%;
  z-index: 1;
  display: block;
}
.button_img .b-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .button_img .b-img_line02 {
    width: 36.5%;
    top: -30%;
    right: -8%;
  }
}
.button_img_blue a,
.button_img_blue i {
  background-color: #181f6c;
}

.button_v2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #002671;
  border-radius: 999px;
  color: #fff;
  padding: 0.6em 1.5em;
  margin: auto;
  font-weight: bold;
  margin-top: 30px;
  font-size: 17px;
  transition: 0.25s opacity;
}
@media (max-width: 768px) {
  .button_v2 {
    font-size: 15px;
  }
}
.button_v2:hover {
  opacity: 0.75;
  text-decoration: none;
  color: #fff;
}

.line-button a,
.line-button i {
  position: relative;
  display: block;
  width: calc(100% - 10px);
  max-width: 100%;
  margin: 0 auto;
  padding: 0.5em;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .line-button a,
.line-button i {
    width: calc(100% - 8px);
    font-size: min(3.25vw, 15px);
  }
}
.line-button a *,
.line-button i * {
  position: relative;
  z-index: 1;
}
.line-button a span,
.line-button i span {
  transition: 0.3s opacity;
}
.line-button a:before, .line-button a:after,
.line-button i:before,
.line-button i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.line-button a:before,
.line-button i:before {
  mix-blend-mode: multiply;
  background-color: #a9b7cb;
  z-index: 0;
}
.line-button a:after,
.line-button i:after {
  top: -7px;
  left: -7px;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .line-button a:after,
.line-button i:after {
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
  }
}
.line-button a:hover,
.line-button i:hover {
  text-decoration: none;
}
.line-button a:hover span,
.line-button i:hover span {
  opacity: 0.7;
}

.small-button a,
.small-button i {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.25em 1.5em;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .small-button a,
.small-button i {
    font-size: min(3vw, 13px);
  }
}
.small-button a *,
.small-button i * {
  position: relative;
  z-index: 1;
}
.small-button a span,
.small-button i span {
  transition: 0.3s opacity;
}
.small-button a:before,
.small-button i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  border-radius: 10px;
  background-color: #a9b7cb;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.small-button a:hover,
.small-button i:hover {
  text-decoration: none;
}
.small-button a:hover span,
.small-button i:hover span {
  opacity: 0.7;
}
.small-button i:before {
  display: none;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  transition: 0.3s;
  background-image: url(../jpg/background.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
  background-color: #0e2e79;
  z-index: 9999;
}
@media (max-width: 768px) {
  #loading {
    background-image: url(../jpg/background_sp.jpg);
    background-size: 1170px 2532px;
  }
}
@media (max-width: 520px) {
  #loading {
    background-size: cover;
  }
}
#loading.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
#loading .loader {
  position: relative;
  width: 450px;
  height: 450px;
}
@media (max-width: 768px) {
  #loading .loader {
    width: 370px;
    height: 370px;
  }
}
@media (max-width: 520px) {
  #loading .loader {
    width: 280px;
    height: 280px;
  }
}
#loading .loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../loading.html);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation-name: loading;
          animation-name: loading;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#loading .loader img {
  transform-origin: center;
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ship {
  0% {
    transform: translateY(0) rotate(0);
  }
  35% {
    transform: translateY(-4px) rotate(2deg);
  }
  85% {
    transform: translateY(6px) rotate(-1deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes ship {
  0% {
    transform: translateY(0) rotate(0);
  }
  35% {
    transform: translateY(-4px) rotate(2deg);
  }
  85% {
    transform: translateY(6px) rotate(-1deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 3.5%;
  background-color: #171d5e;
  border-bottom: 4px solid #ac9349;
  z-index: 999;
}
@media (max-width: 768px) {
  header {
    padding: 15px 3.5%;
  }
}
header h1 {
  width: 220px;
  transition: 0.2s width;
}
@media (max-width: 768px) {
  header h1 {
    width: 120px;
  }
}
header.is-scroll h1 {
  width: 160px;
}
@media (max-width: 768px) {
  header.is-scroll h1 {
    width: 120px;
  }
}
header #humb {
  position: absolute;
  top: calc(50% - 25px);
  right: 3.5%;
  display: none;
  width: 50px;
  height: 50px;
  z-index: 10000;
}
@media (max-width: 1400px) {
  header #humb {
    display: block;
  }
}
header #humb:hover {
  cursor: pointer;
}
header #humb span {
  position: absolute;
  top: calc(50% - 1px);
  left: 10px;
  display: block;
  width: 30px;
  height: 2px;
  transition: 0.3s;
  background-color: #fff;
}
header #humb span.top {
  transform: translateY(-10px);
}
header #humb span.bottom {
  transform: translateY(10px);
}
header #humb.active span.top {
  transform: translateY(0) rotate(45deg);
}
header #humb.active span.middle {
  opacity: 0;
}
header #humb.active span.bottom {
  transform: translateY(0) rotate(-45deg);
}
header nav {
  position: absolute;
  top: 50%;
  right: 3.5%;
  max-width: calc(100% - 200px);
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  header nav {
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    height: 100lvh;
    transition: 0.4s opacity;
    transform: translateY(0);
    background-color: #171d5e;
    visibility: hidden;
    opacity: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  header nav.active {
    visibility: visible;
    opacity: 1;
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
    pointer-events: auto;
  }
}
header nav .nav-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 30px;
}
@media (max-width: 1400px) {
  header nav .nav-wrap {
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 320px;
    height: 100%;
    height: 100svh;
    margin-left: auto;
    margin-right: auto;
  }
}
header nav .nav-wrap .logo {
  display: none;
}
@media (max-width: 1400px) {
  header nav .nav-wrap .logo {
    display: block;
    width: 160px;
    margin-bottom: 40px;
  }
  header nav .nav-wrap .logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
header nav .nav-wrap ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 30px;
  width: auto;
}
@media (max-width: 1400px) {
  header nav .nav-wrap ul {
    flex-wrap: wrap;
    width: 100%;
  }
}
header nav .nav-wrap ul li {
  display: inline-block;
}
@media (max-width: 1400px) {
  header nav .nav-wrap ul li {
    width: 100%;
    text-align: center;
  }
  header nav .nav-wrap ul li + li {
    margin-top: 20px;
  }
}
header nav .nav-wrap ul li a {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  transition: 0.3s opacity;
}
header nav .nav-wrap ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
header nav .nav-wrap .other-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 20px;
  width: auto;
}
@media (max-width: 1400px) {
  header nav .nav-wrap .other-link {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 40px 0 30px 0;
  }
}
header nav .nav-wrap .other-link a {
  display: inline-block;
  margin: 0;
  padding: 0.5em 1.5em;
  font-size: 13px;
  color: #171d5e;
  font-weight: 700;
  transition: 0.3s opacity;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 1400px) {
  header nav .nav-wrap .other-link a {
    width: 100%;
    text-align: center;
  }
}
header nav .nav-wrap .other-link a:hover {
  text-decoration: none;
  opacity: 0.6;
}
header nav .nav-wrap .sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  width: auto;
}
@media (max-width: 1400px) {
  header nav .nav-wrap .sns-link {
    width: 100%;
  }
}
header nav .nav-wrap .sns-link a {
  display: block;
  width: 40px;
  transition: 0.3s opacity;
}
@media (max-width: 768px) {
  header nav .nav-wrap .sns-link a {
    width: 34px;
  }
}
header nav .nav-wrap .sns-link a:hover {
  opacity: 0.6;
}

header + * {
  padding-top: 93px;
  transition: padding-top 0.2s;
}
@media (max-width: 768px) {
  header + * {
    padding-top: 61px;
  }
}

header.is-scroll + * {
  padding-top: 80px;
}
@media (max-width: 768px) {
  header.is-scroll + * {
    padding-top: 61px;
  }
}

/* Products Link List ----------------------------*/
.prodlink {
  padding: 40px 0 70px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .prodlink {
    padding: 4.16667vw 0;
  }
}
@media screen and (max-width: 599px) {
  .prodlink {
    padding: 9.01503vw 0;
  }
}
.prodlink__in {
  margin: 0 auto;
  max-width: 960px;
  width: 90%;
}
@media screen and (max-width: 599px) {
  .prodlink__in {
    max-width: initial;
  }
}
.prodlink__in .prodlink__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25% 0;
  background-color: #003e9b;
  border-radius: 26.04167px;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .prodlink__in .prodlink__ttl {
    padding: 3.3389vw 0;
    border-radius: 5.34224vw;
  }
}
.prodlink__in .prodlink__ttl img {
  width: 28.75%;
}
@media screen and (max-width: 599px) {
  .prodlink__in .prodlink__ttl img {
    width: 46.07679vw;
  }
}
.prodlink__in .prodlink__ttl:hover {
  opacity: 0.7;
}
.prodlink__in .prodlink__ttl::after {
  position: absolute;
  top: 0;
  right: 23.125%;
  display: flex;
  align-items: center;
  height: 100%;
  font-family: FontAwesome;
  content: "\f107";
  font-size: 250%;
  color: #ffffff;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .prodlink__in .prodlink__ttl::after {
    font-size: 4.16667vw;
  }
}
@media screen and (max-width: 599px) {
  .prodlink__in .prodlink__ttl::after {
    top: 0;
    right: 8.68114vw;
    height: 100%;
    font-size: 10.68447vw;
  }
}
.prodlink__in .prodlink__ttl.is_show::after {
  transform: rotate(180deg);
}
.prodlink__in .prodlink__ttl.is_show + .prodlink__list {
  max-height: 1200px;
}
.prodlink__in .prodlink__list {
  transition: 0.5s;
  max-height: 0;
  overflow: hidden;
  height: auto;
}
.prodlink__in .prodlink__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 1.875%;
}
@media screen and (max-width: 599px) {
  .prodlink__in .prodlink__list ul {
    padding-top: 3.06452%;
  }
}
.prodlink__in .prodlink__list ul li {
  margin: 0 1.5625% 1.5625% 0;
  width: 18.75%;
  list-style: none;
}
.prodlink__in .prodlink__list ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .prodlink__in .prodlink__list ul li:nth-child(5n) {
    margin-right: 3.06452%;
  }
}
@media screen and (max-width: 599px) {
  .prodlink__in .prodlink__list ul li {
    margin: 0 3.06452% 3.06452% 0;
    width: 31.29032%;
  }
  .prodlink__in .prodlink__list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.prodlink__in .prodlink__list ul li img {
  width: 100%;
  max-width: 100%;
}

footer {
  font-size: 62.5%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: #fff;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  footer {
    padding-top: 1.6vw;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 110px;
    background: #fff;
  }
}
footer .inner {
  max-width: 1020px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  justify-content: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  footer .inner {
    width: 79vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }
}
footer .inner .snsList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  footer .inner .snsList {
    margin: 0 auto 4vw;
  }
}
footer .inner .snsList li {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  footer .inner .snsList li {
    margin-left: 3vw;
  }
  footer .inner .snsList li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  footer .inner .snsList li img {
    width: 37px;
    height: 37px;
  }
}
footer .inner .footerList li {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  footer .inner .footerList li {
    margin-right: 1vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footerList li {
    margin-right: 4.67vw;
  }
  footer .inner .footerList li:last-child {
    margin-right: 0;
  }
}
footer .inner .footerList li a {
  font-size: 12px;
  line-height: 1.6;
  color: #666666;
  position: relative;
  padding-left: 12px;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  footer .inner .footerList li a {
    padding-left: 0.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footerList li a {
    font-size: min(3vw, 13px);
    line-height: 1.6;
    padding-left: 1.47vw;
  }
}
footer .inner .footerList li a:hover {
  text-decoration: underline;
}
footer .inner .footerList li a::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid #666666;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  footer .inner .footerList li a::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 0.25vw solid #000;
    border-bottom: 0.25vw solid transparent;
    border-top: 0.25vw solid transparent;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footerList li a::before {
    border-left: 0.67vw solid #000;
    border-bottom: 0.67vw solid transparent;
    border-top: 0.67vw solid transparent;
  }
}
footer .copyBox {
  display: flex;
  align-items: center;
  margin: 32px auto 0;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .copyBox {
    flex-direction: column;
    margin-top: 6.8vw;
  }
}
footer .copyBox .copy {
  font-size: 12px;
  line-height: 1.6;
  margin-right: 4px;
  margin-bottom: -8px;
  color: #000;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  footer .copyBox .copy {
    font-size: 1vw;
    margin-right: 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copyBox .copy {
    font-size: min(3vw, 13px);
    margin: 0 0 1vw;
  }
}
footer .copyBox .companyLogo img {
  width: 81px;
  vertical-align: top;
}

#news {
  background-color: #fff;
  color: #004098;
  padding-top: 60px;
  padding-bottom: 65px;
}
@media (max-width: 768px) {
  #news {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
#news .box {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #news .box {
    padding: 0;
  }
}
#news .section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #news .section-title {
    margin-bottom: 26px;
  }
}
#news ul.news-list {
  width: 100%;
}
@media (max-width: 768px) {
  #news ul.news-list {
    max-height: 300px;
    overflow: auto;
  }
}
#news ul.news-list li {
  list-style: none;
  border-bottom: 1px solid #002671;
}
#news ul.news-list li > a,
#news ul.news-list li .text {
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  font-size: 17px;
  font-weight: 700;
  color: #002671;
}
@media (max-width: 768px) {
  #news ul.news-list li > a,
#news ul.news-list li .text {
    font-size: min(3.25vw, 15px);
  }
}
#news ul.news-list li > a:hover,
#news ul.news-list li .text:hover {
  opacity: 0.7;
  text-decoration: none;
}
#news ul.news-list li > a.noScroll:hover,
#news ul.news-list li .text.noScroll:hover {
  opacity: 1;
}
#news ul.news-list li > a > a:hover,
#news ul.news-list li .text > a:hover {
  opacity: 1;
  text-decoration: none;
}
#news ul.news-list li > a span,
#news ul.news-list li .text span {
  font-size: 15px;
}
@media (max-width: 768px) {
  #news ul.news-list li > a span,
#news ul.news-list li .text span {
    font-size: min(3vw, 13px);
  }
}
#news ul.news-list li > a p,
#news ul.news-list li > a .text_content,
#news ul.news-list li .text p,
#news ul.news-list li .text .text_content {
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  color: #002671;
}
@media (max-width: 768px) {
  #news ul.news-list li > a p,
#news ul.news-list li > a .text_content,
#news ul.news-list li .text p,
#news ul.news-list li .text .text_content {
    font-size: min(3.25vw, 15px);
  }
}
#news ul.news-list li > a p:hover,
#news ul.news-list li > a .text_content:hover,
#news ul.news-list li .text p:hover,
#news ul.news-list li .text .text_content:hover {
  opacity: 0.7;
  text-decoration: none;
}
#news ul.news-list li > a p.mt1em,
#news ul.news-list li > a .text_content.mt1em,
#news ul.news-list li .text p.mt1em,
#news ul.news-list li .text .text_content.mt1em {
  margin-top: 1em;
}
#news ul.news-list li > a p.mt05em,
#news ul.news-list li > a .text_content.mt05em,
#news ul.news-list li .text p.mt05em,
#news ul.news-list li .text .text_content.mt05em {
  margin-top: 0.5em;
}
@media (max-width: 1024px) {
  #news ul.news-list li > a p br.sp,
#news ul.news-list li > a .text_content br.sp,
#news ul.news-list li .text p br.sp,
#news ul.news-list li .text .text_content br.sp {
    display: inline-block;
  }
}
#news ul.news-list li .text {
  padding: 15px 0;
}
#news ul.news-list li .text:hover {
  opacity: 1;
}
#news ul.news-list li:first-child a {
  padding-top: 0;
}

#new-item {
  background-color: #002671;
  position: relative;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
#new-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  top: 5px;
  left: 0;
}
@media (max-width: 1100px) {
  #new-item {
    padding-top: 65px;
  }
}
@media (max-width: 768px) {
  #new-item {
    padding-bottom: 0px;
  }
}
#new-item .box {
  transform: translateY(50px);
}
@media (max-width: 1100px) {
  #new-item .box {
    transform: translateY(10px);
  }
}
@media (max-width: 768px) {
  #new-item .box {
    transform: translateY(0);
    padding: 0;
  }
}
#new-item h2 {
  margin-bottom: 70px;
}
@media (max-width: 1100px) {
  #new-item h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  #new-item h2 {
    margin-bottom: 40px;
  }
}
#new-item h2 img {
  height: 97px;
  max-width: 85%;
  margin: auto;
}
@media (max-width: 768px) {
  #new-item h2 img {
    max-width: 100%;
  }
}
#new-item .text-wrap {
  width: 100%;
}
#new-item .item-text {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #fff;
  font-family: "Noto Serif JP", serif;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  padding: 35px 40px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #new-item .item-text {
    padding: 25px 22px;
  }
}
@media (max-width: 500px) {
  #new-item .item-text {
    padding: 25px 20px;
  }
}
#new-item .item-text .item-text_title {
  margin-left: 1.5em;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 768px) {
  #new-item .item-text .item-text_title {
    font-size: 20px;
    margin-left: 1em;
  }
}
@media (max-width: 500px) {
  #new-item .item-text .item-text_title {
    font-size: 17px;
  }
}
#new-item .item-text .item-text_title b {
  transform: translateY(-0.4em);
  display: inline-block;
}
#new-item .item-text .item-text_title span {
  display: inline-block;
  transform: translateX(3px);
}
@media (max-width: 768px) {
  #new-item .item-text p:not([class]) {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  #new-item .item-text p:not([class]) {
    font-size: 12px;
  }
}
#new-item .item-text p:not([class]) span {
  margin-right: 0.8em;
  display: inline-block;
  text-indent: -2.3em;
  padding-top: 2.3em;
}
#new-item .catch {
  text-align: center;
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-top: 40px;
}
@media (max-width: 768px) {
  #new-item .catch {
    font-size: 20px;
  }
}
#new-item .catch span {
  font-size: 35px;
  margin-left: 0.5em;
}
@media (max-width: 768px) {
  #new-item .catch span {
    margin-left: 0;
    font-size: 30px;
  }
}

.between_new-item {
  background-color: #004098;
  overflow: hidden;
  pointer-events: none;
}
.between_new-item .between {
  background-color: #002671;
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
          clip-path: ellipse(50% 50% at 50% 50%);
  width: 126%;
  margin-left: -13%;
  margin-top: -56.5%;
  aspect-ratio: 446/250;
}
@media (max-width: 768px) {
  .between_new-item .between {
    width: 116%;
    margin-left: -8%;
    margin-top: -49%;
  }
}

#tv-cm {
  background-color: #004098;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  #tv-cm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#tv-cm .section-title span {
  color: #fff;
}
#tv-cm .box > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 768px) {
  #tv-cm .box > p {
    text-align: left;
  }
}
#tv-cm .movies-wrap {
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #tv-cm .movies-wrap {
    margin-top: 30px;
  }
}

#goods .box {
  background-color: #fdfbe6;
  border-radius: 10px;
  color: #004098;
  padding-top: 3%;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  #goods .box {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 500px) {
  #goods .box {
    padding-bottom: 30px;
  }
}
#goods .section-title {
  margin-bottom: 0;
}
#goods .section-title img {
  height: 40px;
}
@media (max-width: 768px) {
  #goods .section-title img {
    height: 25px;
  }
}
#goods p {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  #goods p {
    margin: 15px auto 0;
    font-size: 13px;
    letter-spacing: 0.01em;
  }
}
#goods .goods_img {
  width: auto;
  margin: auto;
  margin-top: -10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  #goods .goods_img {
    max-width: 95%;
    margin-top: -5px;
  }
}
#goods .goods_img img {
  width: 100%;
  max-width: 555px;
}
#goods .goods_img a {
  position: relative;
  display: block;
  text-decoration: none;
}
#goods .goods_img a > span {
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
  color: #ac9349;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  position: absolute;
  bottom: 2.5%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #goods .goods_img a > span {
    font-size: 20px;
    bottom: 2%;
  }
}
@media (max-width: 500px) {
  #goods .goods_img a > span {
    font-size: 17px;
    bottom: -10px;
  }
}
#goods .goods_img a > span .plus {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 7px;
  position: relative;
  margin-top: 4px;
}
@media (max-width: 768px) {
  #goods .goods_img a > span .plus {
    width: 14px;
    height: 14px;
    margin-left: 6px;
    margin-top: 3px;
  }
}
#goods .goods_img a > span .plus::before, #goods .goods_img a > span .plus::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ac9349;
  right: 0;
  top: 50%;
}
#goods .goods_img a > span .plus::before {
  width: 1px;
  height: 100%;
  top: 0;
  right: 50%;
}
#goods .goods_img a:hover {
  text-decoration: none;
}

#goodsPopup {
  background-color: #fdfbe6;
  border-radius: 10px;
  overflow-y: auto;
}
#goodsPopup .box {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
}
#goodsPopup .box img {
  width: 800px;
}

#special-movie {
  padding-top: 80px;
}
@media (max-width: 768px) {
  #special-movie {
    padding-top: 60px;
  }
}
#special-movie .section-title img {
  height: 34px;
}
@media (max-width: 768px) {
  #special-movie .section-title img {
    height: 24px;
  }
}
#special-movie .section-title span {
  color: #fff;
}
#special-movie .movies-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.movies-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px 0;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .movies-wrap {
    margin-bottom: 50px;
  }
}
.movies-wrap .movie-item {
  width: 50%;
  margin: 0;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .movies-wrap .movie-item {
    width: 100%;
  }
}
.movies-wrap .movie-item.short {
  width: 100%;
  padding: 0;
}
.movies-wrap .movie-item.short .short-wrap {
  margin-left: auto;
  margin-right: auto;
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  .movies-wrap .movie-item.short .short-wrap {
    width: calc(100% - 40px);
  }
}
.movies-wrap .movie-item.short .short-wrap .thumb {
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}
@media (max-width: 768px) {
  .movies-wrap .movie-item.short .short-wrap .thumb {
    max-width: 180px;
  }
}
.movies-wrap .movie-item .thumb > * {
  position: relative;
}
.movies-wrap .movie-item .thumb a {
  position: relative;
  display: block;
}
.movies-wrap .movie-item .thumb a .play-icon {
  position: absolute;
  top: 51%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  width: 16.2%;
  aspect-ratio: 1;
  display: block;
}
@media (max-width: 520px) {
  .movies-wrap .movie-item .thumb a .play-icon {
    width: 47px;
    height: 47px;
  }
}
.movies-wrap .movie-item .movie-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .movies-wrap .movie-item .movie-title {
    font-size: 15px;
  }
}
.movies-wrap .movie-item .movie-title > span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
  display: inline-block;
  margin: 0.1em 0;
  opacity: 0.8;
}
.movies-wrap .shorts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}

#campaign {
  padding-top: 80px;
}
@media (max-width: 768px) {
  #campaign {
    padding-top: 60px;
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width: 768px) {
  #campaign .box {
    padding: 0;
  }
}
#campaign .campaign_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  #campaign .campaign_block {
    flex-direction: column-reverse;
  }
}
#campaign .campaign_block .campaign-wrap {
  width: calc(50% - 15px);
}
@media (max-width: 768px) {
  #campaign .campaign_block .campaign-wrap {
    width: auto;
  }
}
#campaign .campaign-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px 3%;
}
@media (max-width: 768px) {
  #campaign .campaign-wrap {
    gap: 0;
  }
}
#campaign .campaign-wrap > * {
  border: solid 1px rgba(255, 255, 255, 0.7);
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.lineup {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .lineup {
    padding-top: 60px;
  }
}
.lineup .box {
  background-color: #fdfbe6;
  padding-top: 3.5%;
  padding-bottom: 3.5%;
}
@media (max-width: 768px) {
  .lineup .box {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.lineup .box .lineup-wrap {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.lineup .box .lineup-wrap img {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .lineup .box .lineup-wrap img {
    max-width: 90%;
    margin-bottom: 15px;
  }
}
.lineup .box .lineup-wrap p {
  font-size: 17px;
  font-weight: 700;
  color: #002671;
}
@media (max-width: 768px) {
  .lineup .box .lineup-wrap p {
    font-size: min(3.25vw, 15px);
  }
}
.lineup .box .toggle-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-item {
    padding-top: 10px;
  }
}
.lineup .box .toggle-container hr {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container hr {
    margin: 25px 0;
  }
}
.lineup .box .toggle-container h3 {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 700;
  color: #002671;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container h3 {
    font-size: min(4.75vw, 20px);
  }
}
.lineup .box .toggle-container > p {
  margin-bottom: 35px;
  font-size: 17px;
  font-weight: 700;
  color: #002671;
  text-align: center;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container > p {
    font-size: min(3.25vw, 15px);
  }
}
.lineup .box .toggle-container .lineup-series {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series {
    gap: 30px 20px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.lineup .box .toggle-container .lineup-series > .large {
  position: relative;
  width: 76%;
  max-width: 400px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series > .large {
    width: 90%;
    max-width: 300px;
  }
}
.lineup .box .toggle-container .lineup-series > .large.ancor-link {
  margin-top: -40px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series > .large.ancor-link {
    margin-top: -30px;
    padding-top: 30px;
  }
}
.lineup .box .toggle-container .lineup-series > .large .large {
  font-size: 18px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series > .large .large {
    font-size: 16px;
  }
}
.lineup .box .toggle-container .lineup-series > .large [class^=name-] {
  position: absolute;
  bottom: -10px;
  font-size: 24px;
  font-weight: 700;
  color: #002671;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series > .large [class^=name-] {
    bottom: -30px;
    font-size: min(4.25vw, 18px);
  }
}
.lineup .box .toggle-container .lineup-series > .large [class^=name-][class$=left] {
  left: 3.5%;
  text-align: left;
}
@media (max-width: 520px) {
  .lineup .box .toggle-container .lineup-series > .large [class^=name-][class$=left] {
    bottom: -50px;
  }
}
.lineup .box .toggle-container .lineup-series > .large [class^=name-][class$=right] {
  right: 3.5%;
  text-align: right;
}
@media (max-width: 520px) {
  .lineup .box .toggle-container .lineup-series > .large [class^=name-][class$=right] {
    bottom: -30px;
  }
}
.lineup .box .toggle-container .lineup-series > .large [class^=name-] small {
  display: block;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series > .large [class^=name-] small {
    font-size: min(3vw, 13px);
  }
}
.lineup .box .toggle-container .lineup-series > .large [class^=name-] b {
  font-size: 40px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series > .large [class^=name-] b {
    font-size: min(7.5vw, 32px);
  }
}
.lineup .box .toggle-container .lineup-series .small {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series .small {
    width: calc(50% - 10px);
  }
}
.lineup .box .toggle-container .lineup-series .small_02 {
  width: 65%;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series .small_02 {
    width: 60%;
  }
}
.lineup .box .toggle-container .lineup-series .small_wrap {
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series .small_wrap {
    width: calc(50% - 10px);
  }
}
.lineup .box .toggle-container .lineup-series .mt30 {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series .mt30 {
    margin-top: 0;
  }
}
.lineup .box .toggle-container .lineup-series .mt20 {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series .mt20 {
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  .lineup .box .toggle-container .lineup-series .mt20 {
    margin-top: 0;
  }
}
.lineup .box .toggle-container .lineup-series .mb30 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series .mb30 {
    margin-bottom: 20px;
  }
}
.lineup .box .toggle-container .lineup-series a {
  text-decoration: none;
  display: block;
}
.lineup .box .toggle-container .lineup-series a img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.lineup .box .toggle-container .lineup-series a p {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 700;
  color: #002671;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series a p {
    font-size: min(3vw, 13px);
  }
}
@media (max-width: 520px) {
  .lineup .box .toggle-container .lineup-series a p {
    margin-top: 12px;
    font-size: min(2.55vw, 11px);
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
  }
}
.lineup .box .toggle-container .lineup-series a p.mt10p {
  margin-top: 9%;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series a p.mt10p {
    margin-top: 11%;
  }
}
@media (max-width: 450px) {
  .lineup .box .toggle-container .lineup-series a p.mt10p {
    margin-top: 14%;
  }
}
.lineup .box .toggle-container .lineup-series a.new {
  position: relative;
}
.lineup .box .toggle-container .lineup-series a.new::before {
  content: "";
  position: absolute;
  display: block;
  top: -65px;
  right: -80px;
  width: 70px;
  height: 70px;
  background-image: url(../svg/new-mark_shadow_none.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series a.new::before {
    width: 28%;
    height: 70%;
    top: -19%;
    right: -20%;
  }
}
.lineup .box .toggle-container .lineup-series a.new_fs::before {
  top: -32px;
  right: -36px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series a.new_fs::before {
    top: -14.5%;
    right: -18%;
  }
}
.lineup .box .toggle-container .lineup-series a.new_fs_02::before {
  top: -48px;
  right: -25px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series a.new_fs_02::before {
    top: -17%;
    right: -10.5%;
  }
}
.lineup .box .toggle-container .lineup-series a.new_fs_03::before {
  top: -56px;
  right: -57px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series a.new_fs_03::before {
    top: -22.5%;
    right: -22%;
    width: 36%;
  }
}
.lineup .box .toggle-container .lineup-series a.new_out::before {
  top: -42px;
  right: -69px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series a.new_out::before {
    top: -25%;
    right: -26%;
    width: 34%;
  }
}
.lineup .box .toggle-container .lineup-series a.new_out_02::before {
  top: -28%;
  right: -17%;
  width: 78px;
  height: 78px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series a.new_out_02::before {
    top: -26%;
    right: -23%;
    width: 38%;
  }
}
.lineup .box .toggle-container .lineup-series a.new_mc::before {
  top: -42px;
  right: -34px;
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series a.new_mc::before {
    top: -25px;
    right: -20px;
    width: 35px;
    height: 35px;
  }
}
.lineup .box .toggle-container .lineup-series a.new_mc_assort::before {
  top: -48px;
  right: -41px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series a.new_mc_assort::before {
    top: -29%;
    right: -17%;
  }
}
.lineup .box .toggle-container .lineup-series a.new_mc-fs::before {
  top: -2px;
  right: -59px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series a.new_mc-fs::before {
    top: -2%;
    right: -21%;
    width: 34%;
  }
}
.lineup .box .toggle-container .lineup-series a.new_gotochi::before {
  top: -50px;
  right: 3px;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .lineup-series a.new_gotochi::before {
    top: -26px;
    right: -1%;
  }
}
.lineup .box .toggle-container .copyrights {
  width: 100%;
  text-align: right;
}
@media (max-width: 768px) {
  .lineup .box .toggle-container .copyrights {
    margin-top: 10px;
  }
}
.lineup .box .toggle-container .copyrights p {
  display: inline-block;
  font-size: min(3vw, 13px);
  color: #002671;
}
@media (max-width: 520px) {
  .lineup .box .toggle-container .copyrights p {
    font-size: min(2.5vw, 11px);
  }
}
.lineup .box .toggle-container .copyrights img {
  width: 90px;
  margin-left: auto;
}

.lineup-items {
  max-width: 600px;
  background-color: #fdfbe6;
}
@media (max-width: 520px) {
  .lineup-items {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.lineup-items .box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.lineup-items .box .lineup-wrap {
  height: 100%;
  max-height: calc(88vh - 95px);
  overflow-y: auto;
  scrollbar-color: #004098 #fff;
  scrollbar-width: thin;
}
@media (max-width: 768px) {
  .lineup-items .box .lineup-wrap {
    max-height: calc(85vh - 135px);
  }
}
.lineup-items .box .lineup-wrap::-webkit-scrollbar {
  width: 8px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .lineup-items .box .lineup-wrap::-webkit-scrollbar {
    width: 5px;
  }
}
.lineup-items .box .lineup-wrap::-webkit-scrollbar-thumb {
  background: #004098;
  width: 8px;
  height: 4px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .lineup-items .box .lineup-wrap::-webkit-scrollbar-thumb {
    height: 5px;
  }
}
.lineup-items .box .lineup-wrap::-webkit-scrollbar-track {
  background-color: #fff;
}
.lineup-items .box h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #002671;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .lineup-items .box h3 {
    font-size: min(4vw, 18px);
  }
}
.lineup-items .box .image {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.lineup-items .box .image img {
  width: auto;
  max-height: 270px;
  margin-left: auto;
  margin-right: auto;
}
.lineup-items .box .image p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #002671;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .lineup-items .box .image p {
    font-size: min(3vw, 13px);
  }
}
.lineup-items .box .image .copyrights {
  width: 100%;
  text-align: right;
}
@media (max-width: 768px) {
  .lineup-items .box .image .copyrights {
    margin-top: 10px;
  }
}
.lineup-items .box .image .copyrights p {
  margin-top: 0;
  display: inline-block;
  font-size: min(3vw, 13px);
  color: #002671;
}
@media (max-width: 520px) {
  .lineup-items .box .image .copyrights p {
    font-size: min(2.5vw, 11px);
  }
}
.lineup-items .box .image .copyrights img {
  width: 90px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .lineup-items .box .image.w100_sp {
    max-width: 100%;
  }
}
.lineup-items .box .image .image_row {
  display: flex;
  align-items: flex-end;
}
.lineup-items .box .image .image_row .mark {
  width: 125px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .lineup-items .box .image .image_row .mark {
    width: 80px;
  }
}
.lineup-items .box .image .image_row .mark + * {
  width: calc(100% - 125px);
}
@media (max-width: 768px) {
  .lineup-items .box .image .image_row .mark + * {
    width: calc(100% - 80px);
  }
}
.lineup-items .box .image .image_row img {
  margin: 0;
}
.lineup-items .box hr.line-001 {
  width: 70%;
}
@media (max-width: 768px) {
  .lineup-items .box hr.line-001.sp_wide {
    width: 73%;
  }
}
.lineup-items .box hr.line-001 + p {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 600;
  color: #002671;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .lineup-items .box hr.line-001 + p {
    font-size: min(3vw, 13px);
  }
}
.lineup-items .box hr.line-001 + p .cen {
  text-align: center;
  display: block;
}
.lineup-items .box hr.line-001 + p .ff {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .lineup-items .box hr.line-001 + p.sp_wide {
    max-width: 83%;
  }
}
.lineup-items .box .item-close {
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  .lineup-items .box .item-close {
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
  }
}
.lineup-items .box .item-close:hover {
  cursor: pointer;
}
.lineup-items .box .item-close span {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #002671;
}
@media (max-width: 768px) {
  .lineup-items .box .item-close span {
    width: 40px;
    height: 40px;
  }
}
.lineup-items .box .item-close span:before, .lineup-items .box .item-close span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  width: 32px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #fff;
}
@media (max-width: 768px) {
  .lineup-items .box .item-close span:before, .lineup-items .box .item-close span:after {
    left: 6px;
    width: 28px;
  }
}
.lineup-items .box .item-close span:after {
  transform: rotate(-45deg);
}
.lineup-items.short-items iframe {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 9/16;
  box-shadow: none;
  width: 400px;
  border: none;
}
@media (max-width: 1300px) {
  .lineup-items.short-items iframe {
    width: 380px;
  }
}
@media (max-width: 1000px) {
  .lineup-items.short-items iframe {
    width: 100%;
  }
}
.lineup-items[id^="202401"] hr.line-001 {
  margin: 15px auto;
}

.lity {
  background-color: rgba(1, 25, 33, 0.7);
}

button.lity-close {
  display: none;
}

#recipe {
  padding-top: 30px;
}
#recipe .box {
  background-color: #fff;
  color: #002671;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  #recipe .box {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
#recipe .recipe-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 768px) {
  #recipe .recipe-wrap {
    margin-top: 20px;
  }
}
#recipe .recipe-wrap > div {
  width: 55%;
}
@media (max-width: 768px) {
  #recipe .recipe-wrap > div {
    width: 100%;
  }
}
#recipe .recipe-wrap > div p {
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #recipe .recipe-wrap > div p {
    margin-top: 15px;
    font-size: min(3.25vw, 15px);
  }
}
#recipe .recipe-wrap > div .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  #recipe .recipe-wrap > div .button {
    text-align: center;
  }
}
@media (max-width: 520px) {
  #recipe .recipe-wrap > div .button a {
    width: 100%;
  }
}
#recipe .recipe-wrap img {
  display: block;
  width: 40%;
}
@media (max-width: 768px) {
  #recipe .recipe-wrap img {
    width: 100%;
  }
}
#recipe .recipe-wrap .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#recipe .recipe-wrap .button a {
  position: static;
}
#recipe .recipe-wrap .button a img {
  width: 100%;
}

.movie {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .movie {
    padding-top: 40px;
  }
}
.movie p {
  margin-top: 15px;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 768px) {
  .movie p {
    font-size: min(3.25vw, 14px);
  }
}
.movie > p {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .movie > p {
    margin-bottom: 35px;
  }
}

#movie .box > *:last-child {
  margin-bottom: 0;
}

#profile {
  padding-top: 80px;
}
@media (max-width: 768px) {
  #profile {
    padding-top: 40px;
  }
}
#profile .box {
  background-color: #002671;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
#profile .box + .box {
  margin-top: 20px;
}
#profile .box .section-title span {
  color: #fff;
}
#profile .interview-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#profile .interview-wrap img {
  width: 100%;
  max-width: 225px;
}
@media (max-width: 768px) {
  #profile .interview-wrap img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #profile .interview-wrap img.img2 {
    max-width: 300px;
  }
}
#profile .interview-wrap > div {
  width: calc(100% - 275px);
}
@media (max-width: 768px) {
  #profile .interview-wrap > div {
    width: 100%;
  }
}
#profile .interview-wrap > div h4 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #profile .interview-wrap > div h4 {
    font-size: min(4.25vw, 18px);
    text-align: center;
  }
}
#profile .interview-wrap > div h4 small {
  font-size: 0.65em;
}
#profile .interview-wrap > div p {
  padding: 1em 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media (max-width: 768px) {
  #profile .interview-wrap > div p {
    font-size: 14px;
  }
}
#profile .interview-wrap > div .small-button {
  margin-top: 15px;
  text-align: right;
}
@media (max-width: 768px) {
  #profile .interview-wrap > div .small-button {
    margin-top: 25px;
  }
}

#cta {
  position: fixed;
  right: 2.5%;
  bottom: 20px;
  display: block;
  width: 150px;
  height: 150px;
  z-index: 9997;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #cta {
    right: 5px;
    bottom: 5px;
    width: 102px;
    height: 102px;
  }
}
#cta a {
  display: block;
}
#cta a img {
  width: 100%;
}
#cta.is-scroll {
  visibility: visible;
  opacity: 1;
}

.lineup.event .intro {
  text-align: center;
  color: #452627;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .lineup.event .intro {
    margin-bottom: 25px;
  }
}
.lineup.event .intro h2 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 1000px) {
  .lineup.event .intro h2 {
    margin-bottom: 15px;
    font-size: min(4.85vw, 23px);
  }
}
@media (max-width: 768px) {
  .lineup.event .intro h2 {
    font-size: min(4.15vw, 19px);
  }
}
.lineup.event .intro p {
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .lineup.event .intro p {
    font-size: min(3.25vw, 15px);
  }
}
@media (max-width: 768px) {
  .lineup.event .intro p {
    font-size: min(3vw, 14px);
  }
}
.lineup.event .box .lineup-wrap img {
  width: 100%;
  max-width: none;
}
.lineup.event .box .link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 768px) {
  .lineup.event .box .link {
    margin-top: 15px;
  }
}
.lineup.event .box .link a {
  text-decoration: underline;
  display: inline-block;
  color: #452627;
  font-weight: bold;
  text-underline-offset: 2px;
}
@media (max-width: 768px) {
  .lineup.event .box .link a {
    font-size: min(3.2vw, 14px);
  }
}

.bottom-catch {
  background-color: #004098;
  padding-top: 60px;
  border-bottom: 23px solid #002671;
}
.bottom-catch img {
  display: block;
  margin: auto;
  height: 75px;
}
@media (max-width: 768px) {
  .bottom-catch img {
    height: 55px;
  }
}

#page-recipe {
  padding-top: 50px;
}
#page-recipe .section-title img {
  height: 45px;
}
@media (max-width: 768px) {
  #page-recipe .section-title img {
    height: 35px;
  }
}
#page-recipe > p {
  margin-top: 15px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #page-recipe > p {
    font-size: min(3.25vw, 15px);
  }
}
@media (max-width: 520px) {
  #page-recipe .box {
    padding-left: 0;
    padding-right: 0;
  }
}
#page-recipe .box ul.tab-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  #page-recipe .box ul.tab-list {
    flex-wrap: wrap;
  }
}
#page-recipe .box ul.tab-list li {
  position: relative;
  display: block;
  width: 24%;
  margin: 0 auto;
  padding: 1.5em 1.5em;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  #page-recipe .box ul.tab-list li {
    width: 48%;
    margin-bottom: 1em;
    padding: 0.75em 1em;
    font-size: min(3vw, 13px);
  }
}
#page-recipe .box ul.tab-list li * {
  position: relative;
  z-index: 1;
}
#page-recipe .box ul.tab-list li span {
  transition: 0.3s opacity;
}
#page-recipe .box ul.tab-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  mix-blend-mode: multiply;
  background-color: #a9b7cb;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
#page-recipe .box ul.tab-list li.active {
  color: #171d5e;
  border-color: #fff;
}
#page-recipe .box ul.tab-list li.active:before {
  mix-blend-mode: initial;
  background-color: #fff;
}
#page-recipe .box ul.tab-list li:hover {
  cursor: pointer;
  text-decoration: none;
}
#page-recipe .box ul.tab-list li:hover span {
  opacity: 0.7;
}
#page-recipe .box #tab-container .tab-item {
  display: none;
}
#page-recipe .box #tab-container .tab-item.active {
  display: block;
}
#page-recipe .box ul.recipe-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 520px) {
  #page-recipe .box ul.recipe-list {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
#page-recipe .box ul.recipe-list li {
  width: 33.3333%;
  margin-bottom: 70px;
  padding: 0 20px;
  list-style: none;
}
@media (max-width: 768px) {
  #page-recipe .box ul.recipe-list li {
    width: 50%;
  }
}
@media (max-width: 520px) {
  #page-recipe .box ul.recipe-list li {
    width: 47.5%;
    padding: 0;
  }
}
#page-recipe .box ul.recipe-list li a {
  display: block;
  height: 100%;
}
#page-recipe .box ul.recipe-list li a:hover {
  text-decoration: none;
}
#page-recipe .box ul.recipe-list li .recipe-list-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#page-recipe .box ul.recipe-list li .recipe-list-item img {
  width: 100%;
}
#page-recipe .box ul.recipe-list li .recipe-list-item h3 {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  #page-recipe .box ul.recipe-list li .recipe-list-item h3 {
    font-size: min(3.5vw, 15px);
  }
}
@media (max-width: 520px) {
  #page-recipe .box ul.recipe-list li .recipe-list-item h3 {
    font-size: min(3vw, 13px);
  }
}
#page-recipe .box ul.recipe-list li .recipe-list-item .line-button {
  margin-top: auto;
}

div[id^=recipe-] {
  background-color: #fff;
  max-width: 1080px;
  max-height: 94vh;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 24px;
}
@media (max-width: 768px) {
  div[id^=recipe-] {
    max-width: 520px;
    padding: 40px 10px;
  }
}
div[id^=recipe-] .item-close {
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  div[id^=recipe-] .item-close {
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
  }
}
div[id^=recipe-] .item-close:hover {
  cursor: pointer;
}
div[id^=recipe-] .item-close span {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #002671;
}
@media (max-width: 768px) {
  div[id^=recipe-] .item-close span {
    width: 40px;
    height: 40px;
  }
}
div[id^=recipe-] .item-close span:before, div[id^=recipe-] .item-close span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  width: 32px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #fff;
}
@media (max-width: 768px) {
  div[id^=recipe-] .item-close span:before, div[id^=recipe-] .item-close span:after {
    left: 6px;
    width: 28px;
  }
}
div[id^=recipe-] .item-close span:after {
  transform: rotate(-45deg);
}

.recipe-article {
  height: 100%;
  max-height: calc(88vh - 128px);
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
  padding: 0 28px;
  scrollbar-color: #004098 #fff;
  scrollbar-width: thin;
}
@media (max-width: 768px) {
  .recipe-article {
    padding: 0 12px;
    max-height: calc(85vh - 128px);
  }
}
.recipe-article::-webkit-scrollbar {
  width: 8px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .recipe-article::-webkit-scrollbar {
    width: 5px;
  }
}
.recipe-article::-webkit-scrollbar-thumb {
  background: #004098;
  width: 8px;
  height: 4px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .recipe-article::-webkit-scrollbar-thumb {
    height: 5px;
  }
}
.recipe-article::-webkit-scrollbar-track {
  background-color: #fff;
}
.recipe-article .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border: none;
  padding: 0;
  max-width: none;
}
.recipe-article .box h3 {
  width: 100%;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  color: #002671;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .recipe-article .box h3 {
    margin-bottom: 15px;
    font-size: min(5vw, 21px);
  }
}
.recipe-article .box h3 small {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}
@media (max-width: 768px) {
  .recipe-article .box h3 small {
    font-size: min(3.5vw, 15px);
  }
}
.recipe-article .box hr {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .recipe-article .box hr {
    margin-bottom: 20px;
  }
}
.recipe-article .box .item-image {
  width: 45%;
}
@media (max-width: 768px) {
  .recipe-article .box .item-image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.recipe-article .box .item-image img {
  width: 100%;
}
.recipe-article .box .item-image .level {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  padding: 5px 0;
  border-top: 3px double #002671;
  border-bottom: 3px double #002671;
}
.recipe-article .box .item-image .level p {
  display: inline-block;
  margin-right: 1em;
  font-size: 15px;
  font-weight: 700;
  color: #002671;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .recipe-article .box .item-image .level p {
    font-size: min(3vw, 13px);
  }
}
.recipe-article .box .item-image .level > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.recipe-article .box .item-image .level > ul li {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  color: #002671;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .recipe-article .box .item-image .level > ul li {
    font-size: min(4.25vw, 18px);
  }
}
.recipe-article .box .item-image .caution p {
  font-size: 13px;
  font-weight: 700;
  color: #002671;
}
@media (max-width: 768px) {
  .recipe-article .box .item-image .caution p {
    font-size: min(2.75vw, 12px);
  }
}
.recipe-article .box .item-detail {
  width: 50%;
}
@media (max-width: 768px) {
  .recipe-article .box .item-detail {
    width: 100%;
  }
}
.recipe-article .box .item-make {
  width: 100%;
  margin-top: 30px;
}
.recipe-article .box .item-detail h4,
.recipe-article .box .item-make h4 {
  margin: 0 0 20px 0;
  padding: 10px 20px;
  font-size: 17px;
  color: #fff;
  background-color: #002671;
}
@media (max-width: 768px) {
  .recipe-article .box .item-detail h4,
.recipe-article .box .item-make h4 {
    font-size: min(3.5vw, 15px);
  }
}
.recipe-article .box .item-detail ul.material,
.recipe-article .box .item-make ul.material {
  margin: 0 0 30px 0;
}
.recipe-article .box .item-detail ul.material li,
.recipe-article .box .item-make ul.material li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  border-top: 1px dotted #002671;
}
.recipe-article .box .item-detail ul.material li a,
.recipe-article .box .item-make ul.material li a {
  color: #002671;
  text-decoration: underline;
}
.recipe-article .box .item-detail ul.material li p,
.recipe-article .box .item-make ul.material li p {
  font-size: 15px;
  font-weight: 700;
  color: #002671;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .recipe-article .box .item-detail ul.material li p,
.recipe-article .box .item-make ul.material li p {
    font-size: min(3vw, 13px);
  }
}
.recipe-article .box .item-detail ul.material li p img,
.recipe-article .box .item-make ul.material li p img {
  display: inline-block;
  width: 60px;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
}
.recipe-article .box .item-detail ul.material li p:first-child,
.recipe-article .box .item-make ul.material li p:first-child {
  flex: 1;
}
.recipe-article .box .item-detail ul.material li.list_none p,
.recipe-article .box .item-make ul.material li.list_none p {
  font-weight: 900;
}
.recipe-article .box .item-detail ul.tool,
.recipe-article .box .item-make ul.tool {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.recipe-article .box .item-detail ul.tool li,
.recipe-article .box .item-make ul.tool li {
  width: calc(50% - 1.5em);
  margin-left: 1.5em;
  margin-bottom: 1.25em;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #002671;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .recipe-article .box .item-detail ul.tool li,
.recipe-article .box .item-make ul.tool li {
    font-size: min(3vw, 13px);
  }
}
.recipe-article .box .item-detail ul.tool li a,
.recipe-article .box .item-make ul.tool li a {
  color: #002671;
  text-decoration: underline;
}
.recipe-article .box .item-detail ol,
.recipe-article .box .item-make ol {
  margin: 0;
}
.recipe-article .box .item-detail ol li,
.recipe-article .box .item-make ol li {
  width: 100%;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style: none;
  font-size: 15px;
  font-weight: 700;
  color: #002671;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .recipe-article .box .item-detail ol li,
.recipe-article .box .item-make ol li {
    font-size: min(3vw, 13px);
  }
}
.recipe-article .box .item-detail ol li.redy,
.recipe-article .box .item-make ol li.redy {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 1em;
}
.recipe-article .box .item-detail ol li.sub_title,
.recipe-article .box .item-make ol li.sub_title {
  padding-left: 0;
  text-indent: 0;
}
.recipe-article .box .item-detail ol li + .sub_title,
.recipe-article .box .item-make ol li + .sub_title {
  margin-top: 1.5em;
}
.recipe-article .box .item-detail ol li b,
.recipe-article .box .item-make ol li b {
  color: #d51d1d;
  font-weight: 700;
}
.recipe-article .box .item-detail ol li a,
.recipe-article .box .item-make ol li a {
  color: #002671;
  text-decoration: underline;
}
.recipe-article .box .item-detail .point,
.recipe-article .box .item-make .point {
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  font-size: 15px;
  font-weight: 700;
  color: #d51d1d;
  line-height: 1.5;
  background-color: rgba(213, 29, 29, 0.07);
}
@media (max-width: 768px) {
  .recipe-article .box .item-detail .point,
.recipe-article .box .item-make .point {
    font-size: min(3vw, 13px);
  }
}
.recipe-article .box .item-detail .point b,
.recipe-article .box .item-make .point b {
  display: block;
  margin-bottom: 5px;
}
.recipe-article .box .download {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .recipe-article .box .download {
    margin-top: 20px;
  }
}
.recipe-article .box .download .button {
  text-align: center;
}

@media (max-width: 768px) {
  .lity-content {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
.lity-content:has([id^=short-])::after {
  box-shadow: none;
}

.lity-container {
  max-height: 88vh !important;
  max-width: 90%;
  position: relative;
}
@media (max-width: 768px) {
  .lity-container {
    max-height: 85vh !important;
  }
}
.lity-container .lity-content {
  max-height: 88vh;
}
@media (max-width: 768px) {
  .lity-container .lity-content {
    width: 100%;
    max-height: 85vh !important;
  }
}
.lity-container .lity-content > * {
  position: relative;
  max-height: 88vh !important;
}
@media (max-width: 768px) {
  .lity-container .lity-content > * {
    max-height: 85vh !important;
  }
}

.anim {
  transition: 0.8s transform, 0.8s opacity;
  transform: translateY(20px);
  opacity: 0;
}
.anim.true {
  transform: translateY(0);
  opacity: 1;
}