@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;600;700&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --colorWhite: #ffffff;
  --colorWhiteSmoke: #f2f2f2;
  --colorWhisper: #eeeeee;
  --colorVeryLightGrey: #cccccc;
  --colorMantis: #75c453;
  --colorDeepSea: #127c69;
  --colorNightRider: #333333;
  --colorSmalt: #0a3287;
  --colorMidnightBlue: #201f85;
  --colorBahamaBlue: #155b84;
  --colorSummerSky: #38b6ff;
  --colorMayaBlue: #74cafc;
  --colorRoyalBlue: #415cd9;
  --colorRed: #f21313;
  --colorSweetPink: #EAA19C;
  --colorOrange: #ffa500;
  --fontSize12: 12px;
  --fontSize13: 13px;
  --fontSize14: 14px;
  --fontSize15: 15px;
  --fontSize16: 16px;
  --fontSize17: 17px;
  --fontSize18: 18px;
  --fontSize19: 19px;
  --fontSize20: 20px;
  --fontSize21: 21px;
  --fontSize22: 22px;
  --fontSize23: 23px;
  --fontSize24: 24px;
  --fontSize25: 25px;
  --fontSize26: 26px;
  --fontSize27: 27px;
  --fontSize28: 28px;
  --fontSize29: 29px;
  --fontSize30: 30px;
  --fontSize31: 31px;
  --fontSize32: 32px;
  --fontSize33: 33px;
  --fontSize34: 34px;
  --fontSize35: 35px;
  --fontSize36: 36px;
  --fontSize37: 37px;
  --fontSize38: 38px;
  --fontSize39: 39px;
  --fontSize40: 40px;
  --fontSize41: 41px;
  --fontSize42: 42px;
  --fontSize43: 43px;
  --fontSize44: 44px;
  --fontSize45: 45px;
  --fontSize46: 46px;
  --fontSize47: 47px;
  --fontSize48: 48px;
  --fontSize49: 49px;
  --fontSize50: 50px;
  --fontSize51: 51px;
  --fontSize52: 52px;
  --fontSize53: 53px;
  --fontSize54: 54px;
  --fontSize55: 55px;
  --fontSize56: 56px;
  --fontSize57: 57px;
  --fontSize58: 58px;
  --fontSize59: 59px;
  --fontSize60: 60px;
  --fontSize61: 61px;
  --fontSize62: 62px;
  --fontSize63: 63px;
  --fontSize64: 64px;
  --fontSize65: 65px;
  --fontSize66: 66px;
  --fontSize67: 67px;
  --fontSize68: 68px;
  --fontSize69: 69px;
  --fontSize70: 70px;
  --fontSize71: 71px;
  --fontSize72: 72px;
  --fontSize73: 73px;
  --fontSize74: 74px;
  --fontSize75: 75px;
  --fontSize76: 76px;
  --fontSize77: 77px;
  --fontSize78: 78px;
  --fontSize79: 79px;
  --fontSize80: 80px;
  --fontSize81: 81px;
  --fontSize82: 82px;
  --fontSize83: 83px;
  --fontSize84: 84px;
  --fontSize85: 85px;
  --fontSize86: 86px;
  --fontSize87: 87px;
  --fontSize88: 88px;
  --fontSize89: 89px;
  --fontSize90: 90px;
}

@media screen and (max-width: 650px) {
  :root {
    --fontSize12: calc(19 / 900 * 100vw);
    --fontSize13: calc(21 / 900 * 100vw);
    --fontSize14: calc(22 / 900 * 100vw);
    --fontSize15: calc(24 / 900 * 100vw);
    --fontSize16: calc(26 / 900 * 100vw);
    --fontSize17: calc(27 / 900 * 100vw);
    --fontSize18: calc(29 / 900 * 100vw);
    --fontSize19: calc(30 / 900 * 100vw);
    --fontSize20: calc(32 / 900 * 100vw);
    --fontSize21: calc(34 / 900 * 100vw);
    --fontSize22: calc(35 / 900 * 100vw);
    --fontSize23: calc(37 / 900 * 100vw);
    --fontSize24: calc(38 / 900 * 100vw);
    --fontSize25: calc(40 / 900 * 100vw);
    --fontSize26: calc(42 / 900 * 100vw);
    --fontSize27: calc(43 / 900 * 100vw);
    --fontSize28: calc(45 / 900 * 100vw);
    --fontSize29: calc(46 / 900 * 100vw);
    --fontSize30: calc(48 / 900 * 100vw);
    --fontSize31: calc(50 / 900 * 100vw);
    --fontSize32: calc(51 / 900 * 100vw);
    --fontSize33: calc(53 / 900 * 100vw);
    --fontSize34: calc(54 / 900 * 100vw);
    --fontSize35: calc(56 / 900 * 100vw);
    --fontSize36: calc(58 / 900 * 100vw);
    --fontSize37: calc(59 / 900 * 100vw);
    --fontSize38: calc(61 / 900 * 100vw);
    --fontSize39: calc(62 / 900 * 100vw);
    --fontSize40: calc(64 / 900 * 100vw);
    --fontSize41: calc(66 / 900 * 100vw);
    --fontSize42: calc(67 / 900 * 100vw);
    --fontSize43: calc(69 / 900 * 100vw);
    --fontSize44: calc(70 / 900 * 100vw);
    --fontSize45: calc(72 / 900 * 100vw);
    --fontSize46: calc(74 / 900 * 100vw);
    --fontSize47: calc(75 / 900 * 100vw);
    --fontSize48: calc(77 / 900 * 100vw);
    --fontSize49: calc(78 / 900 * 100vw);
    --fontSize50: calc(80 / 900 * 100vw);
    --fontSize51: calc(82 / 900 * 100vw);
    --fontSize52: calc(83 / 900 * 100vw);
    --fontSize53: calc(85 / 900 * 100vw);
    --fontSize54: calc(86 / 900 * 100vw);
    --fontSize55: calc(88 / 900 * 100vw);
    --fontSize56: calc(90 / 900 * 100vw);
    --fontSize57: calc(91 / 900 * 100vw);
    --fontSize58: calc(93 / 900 * 100vw);
    --fontSize59: calc(94 / 900 * 100vw);
    --fontSize60: calc(96 / 900 * 100vw);
    --fontSize61: calc(98 / 900 * 100vw);
    --fontSize62: calc(99 / 900 * 100vw);
    --fontSize63: calc(101 / 900 * 100vw);
    --fontSize64: calc(102 / 900 * 100vw);
    --fontSize65: calc(104 / 900 * 100vw);
    --fontSize66: calc(106 / 900 * 100vw);
    --fontSize67: calc(107 / 900 * 100vw);
    --fontSize68: calc(109 / 900 * 100vw);
    --fontSize69: calc(110 / 900 * 100vw);
    --fontSize70: calc(112 / 900 * 100vw);
    --fontSize71: calc(114 / 900 * 100vw);
    --fontSize72: calc(115 / 900 * 100vw);
    --fontSize73: calc(117 / 900 * 100vw);
    --fontSize74: calc(118 / 900 * 100vw);
    --fontSize75: calc(120 / 900 * 100vw);
    --fontSize76: calc(122 / 900 * 100vw);
    --fontSize77: calc(123 / 900 * 100vw);
    --fontSize78: calc(125 / 900 * 100vw);
    --fontSize79: calc(126 / 900 * 100vw);
    --fontSize80: calc(128 / 900 * 100vw);
    --fontSize81: calc(130 / 900 * 100vw);
    --fontSize82: calc(131 / 900 * 100vw);
    --fontSize83: calc(133 / 900 * 100vw);
    --fontSize84: calc(134 / 900 * 100vw);
    --fontSize85: calc(136 / 900 * 100vw);
    --fontSize86: calc(138 / 900 * 100vw);
    --fontSize87: calc(139 / 900 * 100vw);
    --fontSize88: calc(141 / 900 * 100vw);
    --fontSize89: calc(142 / 900 * 100vw);
    --fontSize90: calc(144 / 900 * 100vw);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../img/cmn/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

@media screen and (max-width: 650px) {
  body {
    background-image: none;
  }
}
.-spOnly {
  display: none;
}

@media screen and (max-width: 650px) {
  .-spOnly {
    display: inline;
  }
}
.-pcOnly {
  display: inline;
}

@media screen and (max-width: 650px) {
  .-pcOnly {
    display: none;
  }
}
.-disabled {
  pointer-events: none !important;
  text-decoration: none !important;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
}

#l-content {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  background-image: url(../img/cmn/bg_content.png);
  background-size: 100% auto;
  background-position: top 900px center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 650px) {
  #l-content {
    padding-top: 21.8181818182vw;
    background-position: top center;
    background-repeat: repeat-y;
  }
}
#l-side {
  position: fixed;
  top: 0;
  width: 152px;
  height: 100%;
  background-color: #000;
}

@media screen and (max-width: 910px) {
  #l-side {
    display: none;
  }
}
#l-side.-left {
  left: 20px;
}

#l-side.-left .l-inner::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 75px;
  width: 1px;
  height: 370px;
  border-right: 1px solid #fff;
}

#l-side.-right {
  right: 20px;
}

#l-side .l-inner {
  position: relative;
  height: 100%;
}

#l-side .l-inner .logo-s {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 112px;
}

#l-side .l-inner .logo-s img {
  width: 100%;
}

#l-side .l-inner .logo-l {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 44px;
}

#l-side .l-inner .logo-l img {
  width: 100%;
}

#l-side .l-inner .side_nav {
  position: absolute;
  bottom: 20px;
  left: 12px;
  width: 126px;
}

#l-side .l-inner .side_nav li a {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}

#l-side .l-inner .side_nav li a::before {
  display: block;
  content: "";
  margin-right: 4px;
  width: 10px;
  height: 15px;
  background-image: url(../img/cmn/btn_arrow.png);
  background-size: 100%;
}

#l-side .l-inner .side_nav li a:hover {
  color: #C7000B;
}

#l-side .l-inner .side_nav li.-menu img {
  width: 87px;
}

#l-side .l-inner .side_nav li.-hall {
  margin: 20px 0 20px 0;
  color: #fff;
  font-size: 16px;
}

#l-side .l-inner .side_nav li.-area {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

#l-side .l-inner .side_nav li.-area::before {
  display: block;
  content: "";
  margin-right: 4px;
  width: 10px;
  height: 15px;
  background-image: url(../img/cmn/btn_arrow.png);
  background-size: 100%;
}

#l-side .l-inner .side_nav li.-area:hover {
  color: #C7000B;
}

#l-header {
  position: fixed;
  z-index: 1000;
  top: 15px;
  left: calc(50% + 170px);
  display: none;
}

@media screen and (max-width: 910px) {
  #l-header {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  #l-header {
    top: 2.7272727273vw;
    left: auto;
    right: 2.7272727273vw;
  }
}
#l-header .c-gnv {
  position: fixed;
  top: 120px;
  left: calc(50% + 90px);
  display: none;
  padding: 20px;
  background-color: #000;
}

@media screen and (max-width: 650px) {
  #l-header .c-gnv {
    top: 21.8181818182vw;
    left: auto;
    right: 2.7272727273vw;
  }
}
#l-header .c-gnv.active {
  display: block;
}

#l-header .c-gnv .side_nav {
  width: 126px;
}

#l-header .c-gnv .side_nav li a {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}

#l-header .c-gnv .side_nav li a::before {
  display: block;
  content: "";
  margin-right: 4px;
  width: 10px;
  height: 15px;
  background-image: url(../img/cmn/btn_arrow.png);
  background-size: 100%;
}

#l-header .c-gnv .side_nav li a:hover {
  color: #C7000B;
}

#l-header .c-gnv .side_nav li.-menu img {
  width: 87px;
}

#l-header .c-gnv .side_nav li.-hall {
  margin: 20px 0 20px 0;
  color: #fff;
  font-size: 16px;
}

#l-header .c-gnv .side_nav li.-area {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

#l-header .c-gnv .side_nav li.-area::before {
  display: block;
  content: "";
  margin-right: 4px;
  width: 10px;
  height: 15px;
  background-image: url(../img/cmn/btn_arrow.png);
  background-size: 100%;
}

#l-header .c-gnv .side_nav li.-area:hover {
  color: #C7000B;
}

.c-hamburger {
  position: relative;
  width: 88px;
  height: 88px;
  border: 5px solid #fff;
  border-radius: 100%;
}

@media screen and (max-width: 650px) {
  .c-hamburger {
    width: 16vw;
    height: 16vw;
    border-width: 0.9090909091vw;
  }
}
.c-hamburger span {
  position: absolute;
  left: 17px;
  display: block;
  width: 44px;
  height: 3px;
  background-color: #fff;
}

@media screen and (max-width: 650px) {
  .c-hamburger span {
    left: 3.0909090909vw;
    width: 8vw;
    height: 0.5454545455vw;
  }
}
.c-hamburger span:first-child {
  top: 32px;
}

@media screen and (max-width: 650px) {
  .c-hamburger span:first-child {
    top: 5.8181818182vw;
  }
}
.c-hamburger span:last-child {
  bottom: 30px;
}

@media screen and (max-width: 650px) {
  .c-hamburger span:last-child {
    bottom: 5.4545454545vw;
  }
}
@media screen and (max-width: 650px) {
  .c-hamburger.active span {
    left: 3.4545454545vw;
  }
}
.c-hamburger.active span:first-child {
  top: 32px;
  transform: translateY(6px) rotate(-45deg);
}

@media screen and (max-width: 650px) {
  .c-hamburger.active span:first-child {
    top: 5.8181818182vw;
    transform: translateY(1.0909090909vw) rotate(-45deg);
  }
}
.c-hamburger.active span:last-child {
  bottom: 31px;
  transform: translateY(-6px) rotate(45deg);
}

@media screen and (max-width: 650px) {
  .c-hamburger.active span:last-child {
    bottom: 5.8181818182vw;
    transform: translateY(-1.0909090909vw) rotate(45deg);
  }
}
#l-banner {
  margin: 50px auto;
}

#l-banner .l-inner {
  padding: 0 10px;
}

#l-banner .l-inner .banner_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#l-banner .l-inner .banner_list li {
  width: 32%;
}

#l-banner .l-inner .banner_list li img {
  width: 100%;
}

#l-footer .l-inner {
  width: 440px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 650px) {
  #l-footer .l-inner {
    width: 80vw;
  }
}
#l-footer .l-inner .author {
  margin-bottom: 40px;
  color: #fff;
  font-size: 30px;
}

@media screen and (max-width: 650px) {
  #l-footer .l-inner .author {
    margin-bottom: 7.2727272727vw;
    font-size: 5.4545454545vw;
  }
}
#l-footer .l-inner .address {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 650px) {
  #l-footer .l-inner .address {
    font-size: 2.9090909091vw;
  }
}
#l-footer .l-inner .f-nav {
  margin-top: 30px;
}

@media screen and (max-width: 650px) {
  #l-footer .l-inner .f-nav {
    margin-top: 5.4545454545vw;
  }
}
#l-footer .l-inner .f-nav li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  font-size: 22px;
}

@media screen and (max-width: 650px) {
  #l-footer .l-inner .f-nav li a {
    padding: 2.7272727273vw 0;
    font-size: 4vw;
  }
}
#l-footer .l-inner .f-nav li:not(:last-child) {
  border-bottom: 2px solid #C7000B;
}

#l-footer .l-inner .copyright {
  padding: 80px 0 40px 0;
}

@media screen and (max-width: 650px) {
  #l-footer .l-inner .copyright {
    padding: 14.5454545455vw 0 7.2727272727vw 0;
  }
}
#l-footer .l-inner .copyright small {
  color: #fff;
  font-size: 10px;
}

@media screen and (max-width: 650px) {
  #l-footer .l-inner .copyright small {
    font-size: 1.8181818182vw;
  }
}
/*# sourceMappingURL=style.css.map */
