@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@500;700&display=swap);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

ul {
  list-style: none;
}

@media screen and (max-width: 767px) {
  body {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.5rem;
    color: #151515;
    font-size: 1.4rem;
  }

  img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  a {
    text-decoration: none;
    color: #151515;
  }

  p {
    line-height: 2.1333;
  }

  table {
    border-collapse: collapse;
  }

  .pc {
    display: none !important;
  }

  strong,
b {
    font-weight: bold;
  }

  .wrap {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    margin: 0 10.1333333333vw;
  }

  .wrap--wide {
    margin: 0 5.8666666667vw;
  }

  .common-ttl {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #e50031;
    font-size: 1.6rem;
  }
  .common-ttl span {
    position: relative;
    display: table;
    margin-bottom: 16px;
    margin-bottom: 8px;
  }
  .common-ttl span::before {
    position: absolute;
    top: 0;
    right: -200px;
    bottom: 0;
    display: block;
    width: 160px;
    height: 1px;
    margin: auto;
    content: "";
    background-color: #e5e5e5;
    right: -37.3333333333vw;
    width: 29.3333333333vw;
  }
  .common-ttl img {
    width: auto;
    height: 35px;
    height: 5.6vw;
  }

  .-line {
    position: relative;
  }
  .-line::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff;
  }
  .-line.animeted::after {
    animation: bar-start 0.6s ease reverse forwards;
  }

  .-up {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  .-up.animeted {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }

  @-webkit-keyframes bar-start {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }

  @keyframes bar-start {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  #header {
    position: fixed;
    z-index: 110;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 20px;
    padding: 27px 0;
  }

  .header-logo {
    width: 164px;
    margin-right: auto;
    margin-left: 40px;
    position: relative;
    z-index: 110;
    width: 87px;
    margin-left: 5.3333333333vw;
  }
  .header-logo a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-logo a:hover {
    opacity: 0.7;
  }
  .header-logo img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .scroll .header-logo img, .drawer-open .header-logo img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }

  .global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }

  .global-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global-nav__list li + li {
    margin-left: 40px;
  }
  .global-nav__list a {
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.2em;
  }
  .global-nav__list a:hover {
    opacity: 0.7;
  }
  .scroll .global-nav__list a {
    color: #ffffff;
  }

  .global-nav__btn {
    width: 180px;
    height: 100%;
    margin-left: 29px;
  }
  .global-nav__btn a {
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.2em;
    color: #ffffff;
    border-radius: 60px 0 0 60px;
    background-color: #e50031;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global-nav__btn a:hover {
    opacity: 0.7;
  }

  .drawer-nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 130px 0 0;
    background-color: rgba(47, 41, 33, 0.9);
    -webkit-transition: 0.6s !important;
    transition: 0.6s !important;
    opacity: 0;
  }
  .drawer--right .drawer-nav {
    right: 0;
    visibility: hidden;
  }
  .drawer-open .drawer-nav {
    visibility: visible;
    opacity: 1;
  }

  .drawer-hamburger {
    position: relative;
    z-index: 200;
    left: unset !important;
    display: block;
    width: 30px;
    height: 50px;
    margin-right: 5.3333333333vw;
    color: #707070;
    border: 0;
    outline: 0;
  }
  .drawer-hamburger span {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    margin: auto;
    margin-top: 10px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #151515;
  }
  .scroll .drawer-hamburger span {
    background-color: #ffffff;
  }
  .drawer-open .drawer-hamburger span {
    background-color: transparent;
  }

  .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
    width: 100%;
    height: 3px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #151515;
  }
  .scroll .drawer-hamburger-icon::before, .scroll .drawer-hamburger-icon::after {
    background-color: #ffffff;
  }
  .drawer-open .drawer-hamburger-icon::before, .drawer-open .drawer-hamburger-icon::after {
    background-color: #ffffff;
  }
  .drawer-hamburger-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
  }
  .drawer-hamburger-icon::after {
    position: absolute;
    top: -10px;
    top: 10px;
    left: 0;
    content: " ";
  }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }
  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .drawer-menu {
    margin-bottom: auto;
    text-align: center;
  }
  .drawer-menu li {
    margin-bottom: 3em;
  }
  .drawer-menu a {
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.15em;
    color: #ffffff;
  }

  .drawer-nav__btn {
    width: 283px;
    margin: auto;
  }
  .drawer-nav__btn a {
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    display: block;
    padding: 14px 0;
    text-align: center;
    letter-spacing: 0.15em;
    color: #ffffff;
    border-radius: 100px;
    background-color: #e50031;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  }

  #footer {
    color: #ffffff;
    background-color: #151515;
    margin-top: 46px;
    padding: 40px 0 20px;
  }

  .footer__logo {
    max-width: 110px;
    max-width: 9.8666666667vw;
    margin: 0 auto 40px;
  }
  .footer__logo a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer__logo a:hover {
    opacity: 0.7;
  }
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3em;
    display: block;
  }

  .footer__nav--item {
    text-align: left;
    padding-bottom: 5px;
  }

  .footer__nav a {
    color: white;
  }

  .copyright {
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-left: auto;
    font-size: 1rem;
    text-align: center;
    margin-top: 20px;
  }

  .fixed-btn {
    position: fixed;
    z-index: 90;
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
    width: 20vw;
    height: 20vw;
  }
  .fixed-btn a {
    display: block;
  }

  * {
    word-break: break-all;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.5rem;
    color: #151515;
    min-width: 1100px;
  }

  img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  a {
    text-decoration: none;
    color: #151515;
  }

  p {
    line-height: 2.1333;
  }

  table {
    border-collapse: collapse;
  }

  .sp {
    display: none !important;
  }

  strong,
b {
    font-weight: bold;
  }

  .wrap {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }

  .common-ttl {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #e50031;
  }
  .common-ttl span {
    position: relative;
    display: table;
    margin-bottom: 16px;
  }
  .common-ttl span::before {
    position: absolute;
    top: 0;
    right: -200px;
    bottom: 0;
    display: block;
    width: 160px;
    height: 1px;
    margin: auto;
    content: "";
    background-color: #e5e5e5;
  }
  .common-ttl img {
    width: auto;
    height: 35px;
  }

  .-line {
    position: relative;
  }
  .-line::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff;
  }
  .-line.animeted::after {
    animation: bar-start 0.6s ease reverse forwards;
  }

  .-up {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  .-up.animeted {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }

  @-webkit-keyframes bar-start {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }

  @keyframes bar-start {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  #header {
    position: fixed;
    z-index: 110;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 20px;
  }

  .header-logo {
    width: 164px;
    margin-right: auto;
    margin-left: 40px;
  }
  .header-logo a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-logo a:hover {
    opacity: 0.7;
  }
  .header-logo img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .scroll .header-logo img, .drawer-open .header-logo img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }

  .global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .global-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global-nav__list li + li {
    margin-left: 40px;
  }
  .global-nav__list a {
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.2em;
  }
  .global-nav__list a:hover {
    opacity: 0.7;
  }
  .scroll .global-nav__list a {
    color: #ffffff;
  }

  .global-nav__btn {
    width: 180px;
    height: 100%;
    margin-left: 29px;
  }
  .global-nav__btn a {
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.2em;
    color: #ffffff;
    border-radius: 60px 0 0 60px;
    background-color: #e50031;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global-nav__btn a:hover {
    opacity: 0.7;
  }

  .drawer-nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 130px 0 0;
    background-color: rgba(47, 41, 33, 0.9);
    -webkit-transition: 0.6s !important;
    transition: 0.6s !important;
    opacity: 0;
    display: none;
  }
  .drawer--right .drawer-nav {
    right: 0;
    visibility: hidden;
  }
  .drawer-open .drawer-nav {
    visibility: visible;
    opacity: 1;
  }

  .drawer-hamburger {
    position: relative;
    z-index: 200;
    left: unset !important;
    display: block;
    width: 30px;
    height: 50px;
    margin-right: 5.3333333333vw;
    color: #707070;
    border: 0;
    outline: 0;
    display: none;
  }
  .drawer-hamburger span {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    margin: auto;
    margin-top: 10px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #151515;
  }
  .scroll .drawer-hamburger span {
    background-color: #ffffff;
  }
  .drawer-open .drawer-hamburger span {
    background-color: transparent;
  }

  .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
    width: 100%;
    height: 3px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #151515;
  }
  .scroll .drawer-hamburger-icon::before, .scroll .drawer-hamburger-icon::after {
    background-color: #ffffff;
  }
  .drawer-open .drawer-hamburger-icon::before, .drawer-open .drawer-hamburger-icon::after {
    background-color: #ffffff;
  }
  .drawer-hamburger-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
  }
  .drawer-hamburger-icon::after {
    position: absolute;
    top: -10px;
    top: 10px;
    left: 0;
    content: " ";
  }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }
  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .drawer-menu {
    margin-bottom: auto;
    text-align: center;
  }
  .drawer-menu li {
    margin-bottom: 3em;
  }
  .drawer-menu a {
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.15em;
    color: #ffffff;
  }

  .drawer-nav__btn {
    width: 283px;
    margin: auto;
  }
  .drawer-nav__btn a {
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    display: block;
    padding: 14px 0;
    text-align: center;
    letter-spacing: 0.15em;
    color: #ffffff;
    border-radius: 100px;
    background-color: #e50031;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  }

  #footer {
    color: #ffffff;
    background-color: #151515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 92%;
    height: 100px;
    margin: 120px auto 40px;
    padding: 0 2.6% 0 5%;
    border-radius: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__logo {
    max-width: 110px;
  }
  .footer__logo a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer__logo a:hover {
    opacity: 0.7;
  }
  .footer__logo img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }

  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3em;
  }
  .footer__nav li + li {
    margin-left: 2em;
  }

  .footer__nav a {
    color: white;
  }

  .copyright {
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-left: auto;
  }

  .fixed-btn {
    position: fixed;
    z-index: 90;
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
    width: 20vw;
    height: 20vw;
    display: none;
  }
  .fixed-btn a {
    display: block;
  }

  * {
    word-break: break-all;
  }
}