@charset "UTF-8";
@media (min-width: 1024px) {
  .sp-show {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc-show {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-show {
    display: none !important;
  }
}
/* CSS Document */
/* ==================================================
Mixin
================================================== */
/*
 * Easing function
 * Original：http://easings.net/
 */
/*
 * keyframes
 */
@-webkit-keyframes line-move {
  0% {
    background-position: 0 0;
    background-size: 0 100%;
  }
  19% {
    background-position: 0 0;
    background-size: 100% 100%;
  }
  21% {
    background-position: 100% 0;
    background-size: 100% 100%;
  }
  50% {
    background-position: 100% 0;
    background-size: 0 100%;
  }
  to {
    background-position: 0 0;
    background-size: 0 100%;
  }
}
@keyframes line-move {
  0% {
    background-position: 0 0;
    background-size: 0 100%;
  }
  19% {
    background-position: 0 0;
    background-size: 100% 100%;
  }
  21% {
    background-position: 100% 0;
    background-size: 100% 100%;
  }
  50% {
    background-position: 100% 0;
    background-size: 0 100%;
  }
  to {
    background-position: 0 0;
    background-size: 0 100%;
  }
}
/* ==================================================
KeyFrames
================================================== */
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/* ==================================================
Foundation
================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  letter-spacing: 0.1rem;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* append */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body, input, textarea, code, select, button {
  line-height: 1.8;
  font-family: "Roboto", "Noto Sans JP", YuGothic, Yu Gothic M, メイリオ, Meiryo, sans-serif;
  font-size: 1rem;
  color: #1d1d1d;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  font-variant-ligatures: none;
}

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

ul, ol {
  list-style: none;
}

input, textarea, code, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  border: none;
  background: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
em {
  font-style: normal;
}

hr {
  margin: 0;
}

sup, sub {
  position: relative;
  font-size: 75%;
}

sup {
  vertical-align: top;
}

sub {
  bottom: -0.25rem;
}

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

[aria-hidden=true] {
  display: none !important;
}

/* ==================================================
Layout
================================================== */
@media all and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 0.97656vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 2.60756vw;
  }
}
@media all and (min-width: 768px) {
  .section {
    padding: 9rem 8.3rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 6.5rem 3.75rem;
    background-color: #fff;
  }
}
.section.-pt0 {
  padding-top: 0;
}

@media all and (min-width: 768px) {
  .section.-wide {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media all and (min-width: 768px) {
  .section.-narrow {
    padding-right: 13.3rem;
    padding-left: 13.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .section.-features {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section.-cool {
    padding-left: 0;
    padding-right: 0;
  }
}
.section__inner {
  position: relative;
}

@media all and (min-width: 768px) {
  .section__inner {
    margin: auto;
  }
  #wrap:not([data-page=top]) .section__inner {
    max-width: 1100px;
    padding: 0;
  }
}
.section.-max-800 .section__inner {
  max-width: 800px;
  padding: 0;
}
.section.-max-1100 .section__inner {
  max-width: 1100px;
  padding: 0;
}

/* header */
.l-header {
  background-color: #fff;
}
.l-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 1025px) {
  .l-header {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0.3rem;
    height: 8.2rem;
    z-index: 10000;
  }
  .l-header-fixed {
    display: block;
    top: -10rem;
    left: 0;
    width: 100%;
    height: 8.2rem;
    position: fixed;
    transition: 0.3s;
    z-index: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-header-fixed.is-header-show {
    top: 0;
    position: fixed;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    position: fixed;
    width: 100%;
    height: 5rem;
    z-index: 10000;
  }
}
@media all and (min-width: 1025px) {
  .l-header__inner {
    position: relative;
    width: 100%;
    max-width: 1560px;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    position: relative;
    height: 100%;
  }
}
@media all and (min-width: 1025px) {
  .l-header-logo {
    text-align: center;
  }
  .l-header-content > .l-header-logo {
    display: none;
  }
  .l-header-logo > a {
    transition: opacity 0.2s ease-in-out;
  }
  .l-header-logo > a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1420px) {
  .l-header-logo {
    width: 90px;
    position: relative;
    margin-left: 45vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header-menu-content .l-header-logo {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  .l-header-logo__figure {
    display: inline-block;
    vertical-align: top;
    width: 7.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-logo__figure {
    display: inline-block;
    vertical-align: top;
    width: 5.3rem;
  }
}
.l-header-content {
  height: 100%;
}

@media all and (min-width: 1025px) {
  .l-header-menu {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .l-header-menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    cursor: pointer;
    width: 5.4rem;
    height: 5.4rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .l-header-menu-line {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .l-header-menu-line__label {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 0.2rem;
    transform: translate3d(-50%, -50%, 0);
  }
  .l-header-menu-line__label::before, .l-header-menu-line__label::after {
    content: "";
    position: absolute;
    right: 0;
    width: 150%;
    height: 0.2rem;
    background: #000;
  }
  .l-header-menu-btn[aria-expanded=true] .l-header-menu-line__label {
    background: none;
  }
  .l-header-menu-btn[aria-expanded=true] .l-header-menu-line__label::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;
  }
  .l-header-menu-btn[aria-expanded=true] .l-header-menu-line__label::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;
  }
  .l-header-menu-btn[aria-expanded=false] .l-header-menu-line__label {
    background: #000;
  }
  .l-header-menu-btn[aria-expanded=false] .l-header-menu-line__label::before {
    top: -0.8rem;
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out;
  }
  .l-header-menu-btn[aria-expanded=false] .l-header-menu-line__label::after {
    bottom: -0.8rem;
    transition: bottom 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .l-header-menu__bg {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .is-show .l-header-menu__bg {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
@media all and (min-width: 1025px) {
  .l-header-menu-content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-menu-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 18.75rem;
    height: 100%;
    padding-top: 6rem;
    padding-bottom: 3rem;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.2s ease-in-out;
  }
  .is-show .l-header-menu-content {
    transform: translate3d(0, 0, 0);
  }
}
@media all and (min-width: 1025px) {
  .l-header-menu-content__inner {
    position: relative;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-menu-content__inner {
    height: 100%;
    padding-left: 4.3rem;
  }
}
@media all and (min-width: 1025px) {
  .l-header-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .l-header-nav {
    order: 2;
  }
}
@media all and (min-width: 1025px) {
  .l-header-nav-list {
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 1025px) {
  .l-header-nav-list__item {
    margin-right: 4.5rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1420px) {
  .l-header-nav-list__item {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-nav-list__item {
    padding-bottom: 3rem;
  }
}
.l-header-nav-list__item > a {
  position: relative;
  color: #000;
  line-height: 1;
  text-decoration: none;
  font-size: 1.5rem;
}
.l-header-nav-list__item > a > img {
  width: 125px;
}
.l-header-nav-list__item > a:hover::before {
  content: "";
  background-image: linear-gradient(270deg, currentColor 0, currentColor);
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% 100%;
  position: absolute;
  -webkit-animation: line-move 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: line-move 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  display: block;
  width: 100%;
}
.l-header-nav-list__item.current > a::before {
  content: "";
  background-image: linear-gradient(270deg, #991a14 0, #991a14);
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% 100%;
  position: absolute;
  display: block;
  width: 100%;
}
.l-header-nav-list__item.current a {
  color: #991a14;
}

@media all and (min-width: 768px) {
  .l-header-nav-list__item > a:hover::before {
    height: 0.2rem;
    bottom: -0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav-list__item > a:hover::before {
    height: 0.1rem;
    bottom: -1rem;
  }
}
@media all and (min-width: 768px) {
  .l-header-nav-list__item.current > a::before {
    height: 0.2rem;
    bottom: -0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav-list__item.current > a::before {
    height: 0.1rem;
    bottom: -1rem;
  }
}
@media all and (min-width: 1025px) {
  .l-header-nav-list__item > a {
    font-size: 1.5rem;
    font-weight: 500;
    vertical-align: top;
    width: 100%;
  }
  .l-header-lang-list__item > a, .l-header-lang-list__item > span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-nav-list__item > a {
    font-size: 1.25rem;
    font-weight: 500;
    display: inline;
    vertical-align: top;
    width: 100%;
  }
}
@media all and (min-width: 1025px) {
  .l-header-lang {
    position: absolute;
    right: 14%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .l-header-lang {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-lang {
    margin-bottom: 30px;
  }
}
.l-header-lang-list {
  display: flex;
  justify-content: flex-start;
}

#collab_nav.l-header-nav-list__item > a:hover::before {
  background-image: linear-gradient(270deg, #991a14 0, #991a14);
}

.online_store.l-header-nav-list__item > a {
  background-image: url(../img/common/cart_icon.png);
  background-repeat: no-repeat;
  background-size: 28px;
  padding: 3px 0 3px 32px;
  background-position: 0px -1px;
}

@media all and (min-width: 1025px) {
  .l-header-lang-list__item {
    width: 50%;
    padding: 0 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-lang-list__item {
    line-height: 1;
    margin-top: 20px;
  }
  .l-header-lang-list__item:nth-child(1) {
    padding-right: 1rem;
  }
  .l-header-lang-list__item:nth-child(2) {
    padding-left: 1rem;
  }
}
.l-header-lang-list__item:nth-child(1) {
  border-right: 0.1rem solid #000;
  height: 100%;
}
.l-header-lang-list__item > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #000;
  line-height: 1;
  text-decoration: none;
  z-index: 2;
}
.l-header-lang-list__item > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #000;
  line-height: 1;
  text-decoration: none;
  z-index: 2;
  color: #999;
}
.l-header-lang-list__item > a:hover::before {
  content: "";
  background-image: linear-gradient(270deg, currentColor 0, currentColor);
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% 100%;
  position: absolute;
  -webkit-animation: line-move 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: line-move 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  display: block;
  width: 100%;
  bottom: -0.45rem;
}

@media all and (min-width: 768px) {
  .l-header-lang-list__item > a:hover::before {
    height: 0.2rem;
    bottom: -0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-lang-list__item > a:hover::before {
    height: 0.1rem;
    bottom: -1rem;
  }
}
@media all and (min-width: 1025px) {
  /*.l-header-lang-list__item > a {
    font-size: 1.5rem;
  }*/
}
@media screen and (max-width: 1024px) {
  .l-header-lang-list__item > a {
    font-size: 1.1rem;
  }
}
[lang=ja] .l-header-lang-list__item:nth-child(1) > a, [lang=en] .l-header-lang-list__item:nth-child(2) > a {
  pointer-events: none;
  cursor: none;
}

[lang=ja] .l-header-lang-list__item:nth-child(1) > a::before, [lang=en] .l-header-lang-list__item:nth-child(2) > a::before {
  content: "";
  width: 100%;
  position: absolute;
}

@media all and (min-width: 1025px) {
  [lang=ja] .l-header-lang-list__item:nth-child(1) > a::before, [lang=en] .l-header-lang-list__item:nth-child(2) > a::before {
    border-bottom: 0.2rem solid #000;
    bottom: -0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  [lang=ja] .l-header-lang-list__item:nth-child(1) > a::before, [lang=en] .l-header-lang-list__item:nth-child(2) > a::before {
    border-bottom: 0.1rem solid #000;
    bottom: -0.45rem;
  }
}
@media (max-width: 767px) {
  .l-header-social {
    position: relative;
    left: -5rem;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .l-header-social {
    display: block;
    position: relative;
    right: 5rem;
  }
}
@media (min-width: 1024px) {
  .l-header-social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: min(20vw, 255px);
  }
}
@media all and (min-width: 1025px) {
  .l-header-social-btn {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-social-btn {
    text-align: center;
  }
}
.l-header-social-btn-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media all and (min-width: 1025px) {
  .l-header-social-btn-list__item--twitter {
    margin-top: 3px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .l-header-social-btn-list__item--twitter {
    margin-top: 0px;
  }
}
@media all and (min-width: 1025px) {
  .l-header-social-btn-list__item {
    width: 1.9rem;
    margin-left: 2.2rem;
  }
  .l-header-social-btn-list__item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-social-btn-list__item {
    width: 1.6rem;
    margin-left: 1.2rem;
  }
  .l-header-social-btn-list__item:first-child {
    margin-left: 0;
  }
}
.l-header-social-btn-list__item > a {
  transition: opacity 0.2s ease-in-out;
}
.l-header-social-btn-list__item > a:hover {
  opacity: 0.7;
}

@media all and (min-width: 1025px) {
  .l-header-social-btn-list__item > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .l-header-social-btn-list__item > a svg {
    width: 2.4rem;
    height: 2.4rem;
    fill: #000;
  }
  .l-footer-social-btn a .l-header-social-btn-list__item > a svg {
    transform: translate3d(0, 0, 0);
    transition: opacity 0.2s ease-in-out;
  }
  .l-footer-social-btn a .l-header-social-btn-list__item > a svg:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-social-btn-list__item > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .l-header-social-btn-list__item > a svg {
    width: 1.6rem;
    height: 1.6rem;
    fill: #000;
  }
}
@media all and (min-width: 1025px) {
  .l-container {
    padding-top: 8.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-top: 5rem;
  }
}
/* main */
@media all and (min-width: 768px) {
  .l-main {
    width: 100%;
    max-width: 1980px;
    margin: auto;
  }
}
/* footer */
.l-footer {
  position: relative;
  background-color: #1d1d1d;
  width: 100%;
}

@media all and (min-width: 1025px) {
  .l-footer {
    padding: 9.5rem 8.3rem 3.9rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .l-footer {
    padding: 8.8rem 7.5rem 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 4.4rem 3.75rem 1.8rem;
  }
}
.l-footer-content {
  width: 100%;
}

@media all and (min-width: 768px) {
  .l-footer-content {
    margin: auto;
    max-width: 1980px;
  }
}
.l-footer-content__row {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media all and (min-width: 1025px) {
  .l-footer-content__row + .l-footer-content__row {
    margin-top: 4.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-content__row:last-child {
    width: 100%;
    flex-flow: column;
  }
  .l-footer-content__row + .l-footer-content__row {
    margin-top: 9.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-content__row + .l-footer-content__row {
    margin-top: 4.75rem;
  }
}
.l-footer-logo {
  text-align: center;
}

@media all and (min-width: 768px) {
  .l-footer-logo > a {
    transition: opacity 0.2s ease-in-out;
  }
  .l-footer-logo > a:hover {
    opacity: 0.5;
  }
}
.l-footer-logo__figure {
  display: block;
}
.l-footer-logo__figure > svg > path {
  fill: #fff;
}

@media all and (min-width: 768px) {
  .l-footer-logo__figure {
    width: 10.3rem;
    height: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-logo__figure {
    width: 7.65rem;
    height: 3.3rem;
  }
}
.l-footer-maro17 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@media all and (min-width: 768px) {
  .l-footer-maro17 > a {
    transition: opacity 0.2s ease-in-out;
  }
  .l-footer-maro17 > a:hover {
    opacity: 0.5;
  }
}
.l-footer-maro17__figure {
  display: block;
  background: url("../img/common/icon-maro17.png") no-repeat left center;
  background-size: contain;
}

@media all and (min-width: 768px) {
  .l-footer-maro17__figure {
    width: 16rem;
  }
  .l-footer-maro17__figure::before {
    content: "";
    display: block;
    padding-top: 16.25%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-maro17__figure {
    width: 11rem;
  }
  .l-footer-maro17__figure::before {
    content: "";
    display: block;
    padding-top: 15.90909%;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-menu {
    order: 1;
    margin: auto;
  }
}
.l-footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.l-footer-nav-list__item {
  position: relative;
  border-right: 1px solid #fff;
  line-height: 1;
}
.l-footer-nav-list__item:first-child {
  padding-left: 0;
}
.l-footer-nav-list__item:last-child {
  padding-right: 0;
  border-right: none;
}
.l-footer-nav-list__item > a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media all and (min-width: 768px) {
  .l-footer-nav-list__item {
    padding-right: 3.8rem;
    padding-left: 3.8rem;
  }
  .l-footer-nav-list__item > a {
    transition: opacity 0.2s ease-in-out;
  }
  .l-footer-nav-list__item > a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  /*.l-footer-menu {
  	margin: 0;
  }
  .l-footer-nav-list {
  	display:block;
  }*/
  .l-footer-nav-list__item {
    padding-right: 3vw;
    margin-right: 3vw;
    margin-bottom: 1rem;
  }
  .l-footer-nav-list__item > a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-decoration: none;
  }
}
.l-footer-nav__label {
  color: #fff;
  line-height: 1;
}

@media all and (min-width: 768px) {
  .l-footer-nav__label {
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav__label {
    font-size: 0.75rem;
  }
}
.l-footer-copy {
  color: #8b8b8b;
}

@media all and (min-width: 1025px) {
  .l-footer-copy {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .l-footer-copy {
    width: 100%;
    order: 2;
    margin-top: 2.7rem;
    text-align: center;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-copy {
    width: 100%;
    order: 2;
    margin-top: 1.35rem;
    text-align: center;
    font-size: 0.75rem;
  }
}
.section-head {
  width: 100%;
}

.section-head__title {
  display: block;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 500;
}

@media all and (min-width: 768px) {
  .section-head__title {
    font-size: 4rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .section-head__title {
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}
@media all and (min-width: 768px) {
  .section-head__title > span:last-child {
    width: 100%;
  }
  .section-head__title > span:last-child::after {
    content: "";
    display: block;
    border-bottom: 0.2rem solid #000;
    width: 5.6rem;
    padding-top: 3.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .section-head__title > span:last-child {
    width: 100%;
  }
  .section-head__title > span:last-child::after {
    content: "";
    display: block;
    border-bottom: 0.1rem solid #000;
    width: 2.8rem;
    padding-top: 2.5rem;
    margin: 0 auto;
  }
}
.page-mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media all and (min-width: 1025px) {
  .page-mv {
    width: calc(100% - 8rem);
    margin: 0 4rem;
    height: 45rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .page-mv {
    width: 100%;
    height: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .page-mv {
    width: 100%;
    height: 20rem;
  }
}
.page-mv__bg {
  position: absolute;
  height: auto;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0);
  right: 0;
}
.page-mv__bg > img {
  width: 100%;
  height: auto;
  max-width: none;
}

@media all and (min-width: 1025px) {
  .page-mv__bg {
    bottom: -12rem;
    min-width: 1280px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .page-mv__bg {
    bottom: -6rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .page-mv__bg {
    bottom: -1rem;
    min-width: 110vw;
  }
}
@media screen and (max-width: 767px) {
  .page-mv__bg > img {
    max-width: 100%;
  }
}
.page-mv-head {
  width: 100%;
}

@media all and (min-width: 768px) {
  .page-mv-head {
    padding: 0 9.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-mv-head {
    padding: 0 3.75rem;
  }
}
.page-mv-head__title {
  color: #fff;
}

.page-mv-head__title-en {
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.2rem;
}

@media all and (min-width: 768px) {
  .page-mv-head__title-en {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .page-mv-head__title-en {
    font-size: 3rem;
  }
}
.page-mv-head__title-ja {
  display: block;
  font-weight: normal;
  line-height: 1;
}

@media all and (min-width: 768px) {
  .page-mv-head__title-ja {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-mv-head__title-ja {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }
}
/* ==================================================
Component
================================================== */
/* section */
@media all and (min-width: 768px) {
  .c-section--lv1 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .c-section--lv1:nth-child(2n) {
    background: #eee;
  }
}
@media screen and (max-width: 767px) {
  .c-section--lv1 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .c-section--lv1:nth-child(2n) {
    background: #eee;
  }
}
@media all and (min-width: 768px) {
  .c-section--lv1__inner {
    max-width: 980px;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section--lv1__inner {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 768px) {
  .c-section--lv1-head {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-section--lv1-head {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .c-section--lv1-head__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0.6rem;
    font-size: 2.8rem;
    font-weight: bold;
  }
  .c-section--lv1-head__label::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3rem;
    border-bottom: 0.1em solid #1d1d1d;
    transform: translate3d(-50%, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .c-section--lv1-head__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0.6rem;
    font-size: 2.8rem;
    font-weight: bold;
  }
  .c-section--lv1-head__label::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3rem;
    border-bottom: 0.1em solid #1d1d1d;
    transform: translate3d(-50%, 0, 0);
  }
}
@media all and (min-width: 768px) {
  .c-section--lv1-body {
    margin-top: 6rem;
  }
  .c-section--lv1-body:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section--lv1-body {
    margin-top: 6rem;
  }
  .c-section--lv1-body:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .c-section--lv2 {
    margin-top: 6rem;
  }
  .c-section--lv2:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section--lv2 {
    margin-top: 6rem;
  }
  .c-section--lv2:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .c-section--lv2-head {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    border-bottom: 0.1em solid #1d1d1d;
  }
}
@media screen and (max-width: 767px) {
  .c-section--lv2-head {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    border-bottom: 0.1em solid #1d1d1d;
  }
}
@media all and (min-width: 768px) {
  .c-section--lv2-head__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 1rem;
    font-size: 2.1rem;
    font-weight: bold;
  }
  .c-section--lv2-head__label::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1.2rem;
    margin: auto;
    border-left: 0.33333em solid #1d1d1d;
  }
}
@media screen and (max-width: 767px) {
  .c-section--lv2-head__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 1rem;
    font-size: 2.1rem;
    font-weight: bold;
  }
  .c-section--lv2-head__label::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1.2rem;
    margin: auto;
    border-left: 0.33333em solid #1d1d1d;
  }
}
@media all and (min-width: 768px) {
  .c-section--lv2-body {
    margin-top: 3rem;
  }
  .c-section--lv2-body:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section--lv2-body {
    margin-top: 3rem;
  }
  .c-section--lv2-body:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .c-section--lv3 {
    margin-top: 6rem;
  }
  .c-section--lv3:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section--lv3 {
    margin-top: 6rem;
  }
  .c-section--lv3:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .c-section--lv3-head__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 1.2rem;
    font-size: 1.75rem;
    font-weight: bold;
  }
  .c-section--lv3-head__label::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1.2rem;
    margin: auto;
    border-left: 0.4em solid #1d1d1d;
  }
}
@media screen and (max-width: 767px) {
  .c-section--lv3-head__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 1.2rem;
    font-size: 1.75rem;
    font-weight: bold;
  }
  .c-section--lv3-head__label::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1.2rem;
    margin: auto;
    border-left: 0.4em solid #1d1d1d;
  }
}
@media all and (min-width: 768px) {
  .c-section--lv3-body {
    margin-top: 3rem;
  }
  .c-section--lv3-body:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section--lv3-body {
    margin-top: 3rem;
  }
  .c-section--lv3-body:first-child {
    margin-top: 0;
  }
}
/* txt */
@media all and (min-width: 768px) {
  .c-txt {
    margin-top: 1.8rem;
    font-size: 1.4rem;
  }
  .c-txt:first-child {
    margin-top: 0;
  }
  .c-txt--s {
    font-size: 1.2rem;
  }
  .c-txt--m {
    font-size: 1.4rem;
  }
  .c-txt--l {
    font-size: 1.6rem;
  }
  .c-txt a {
    color: #339;
  }
  .c-txt a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .c-txt {
    margin-top: 1.8rem;
  }
  .c-txt:first-child {
    margin-top: 0;
  }
  .c-txt--s {
    font-size: 1.2rem;
  }
  .c-txt--m {
    font-size: 1.4rem;
  }
  .c-txt--l {
    font-size: 1.6rem;
  }
  .c-txt a {
    color: #339;
  }
}
/* list */
@media all and (min-width: 768px) {
  .c-list {
    margin-top: 1.8rem;
  }
  .c-list:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list {
    margin-top: 1.8rem;
  }
  .c-list:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .c-list__item {
    position: relative;
    padding-left: 1.2rem;
  }
  .c-list__item::before {
    content: "";
    position: absolute;
    top: 0.65rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #1d1d1d;
  }
}
@media screen and (max-width: 767px) {
  .c-list__item {
    position: relative;
    padding-left: 1.2rem;
  }
  .c-list__item::before {
    content: "";
    position: absolute;
    top: 0.65rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #1d1d1d;
  }
}
/* desc */
@media all and (min-width: 768px) {
  .c-desc {
    margin-top: 1.8rem;
  }
  .c-desc:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-desc {
    margin-top: 1.8rem;
  }
  .c-desc:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .c-desc__term {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .c-desc__term {
    font-weight: bold;
  }
}
/* accordion */
@media all and (min-width: 768px) {
  .c-accordion {
    margin-top: 1.8rem;
  }
  .c-accordion:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion {
    margin-top: 1.8rem;
  }
  .c-accordion:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .c-accordion-head {
    position: relative;
    border: 1px solid #333;
    background: #000;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .c-accordion-head:hover {
    background: #333;
  }
  .c-accordion-head:focus {
    outline: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .c-accordion-head[aria-expanded=true] {
    background: #fff;
    color: #000;
  }
  .c-accordion-head[aria-expanded=true] .c-accordion-head__ico::before {
    transform: rotate(45deg);
  }
  .c-accordion-head[aria-expanded=true] .c-accordion-head__ico::after {
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 767px) {
  .c-accordion-head {
    position: relative;
    border: 1px solid #333;
    background: #000;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .c-accordion-head[aria-expanded=true] {
    background: #fff;
    color: #000;
  }
  .c-accordion-head[aria-expanded=true] .c-accordion-head__ico::before {
    transform: rotate(45deg);
  }
  .c-accordion-head[aria-expanded=true] .c-accordion-head__ico::after {
    transform: rotate(135deg);
  }
}
@media all and (min-width: 768px) {
  .c-accordion-head__inner {
    position: relative;
    display: block;
    padding: 0.5em 4em 0.5em 1.5rem;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion-head__inner {
    position: relative;
    display: block;
    padding: 0.5em 4em 0.5em 1.5rem;
    z-index: 1;
  }
}
@media all and (min-width: 768px) {
  .c-accordion-head__label {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion-head__label {
    display: inline-block;
    vertical-align: top;
  }
}
@media all and (min-width: 768px) {
  .c-accordion-head__ico {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2.5rem;
    height: 100%;
    background: #000;
    border-left: 1px solid #333;
  }
  .c-accordion-head__ico::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1rem;
    height: 1px;
    margin: auto;
    background: #fff;
    transition: transform 0.2s ease;
  }
  .c-accordion-head__ico::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1rem;
    height: 1px;
    margin: auto;
    background: #fff;
    transition: transform 0.2s ease;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .c-accordion-head__ico {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2.5rem;
    height: 100%;
    background: #000;
    border-left: 1px solid #333;
  }
  .c-accordion-head__ico::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1rem;
    height: 1px;
    margin: auto;
    background: #fff;
    transition: transform 0.2s ease;
  }
  .c-accordion-head__ico::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1rem;
    height: 1px;
    margin: auto;
    background: #fff;
    transition: transform 0.2s ease;
    transform: rotate(90deg);
  }
}
@media all and (min-width: 768px) {
  .c-accordion-body {
    overflow: hidden;
    transition: height 0.2s ease;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion-body {
    overflow: hidden;
    transition: height 0.2s ease;
  }
}
@media all and (min-width: 768px) {
  .c-accordion-body__inner {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion-body__inner {
    padding: 1.5rem;
  }
}
/* tab */
@media all and (min-width: 768px) {
  .c-tab {
    margin-top: 1.8rem;
  }
  .c-tab:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-tab {
    margin-top: 1.8rem;
  }
  .c-tab:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .c-tab-list {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .c-tab-list {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }
}
@media all and (min-width: 768px) {
  .c-tab-list__item {
    width: 33.3333333333%;
    padding: 1rem;
    border: 1px solid #333;
    border-bottom: none;
    background: #000;
    text-align: center;
    transform: translate3d(0, 0.5em, 0);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .c-tab-list__item:hover {
    background: #333;
  }
  .c-tab-list__item:focus {
    outline: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .c-tab-list__item[aria-selected=true] {
    background: #fff;
    transform: translate3d(0, 0, 0);
  }
  .c-tab-list__item[aria-selected=true] .c-tab-list__label {
    color: #000;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .c-tab-list__item {
    width: 33.3333333333%;
    padding: 1rem;
    border: 1px solid #333;
    border-bottom: none;
    background: #000;
    text-align: center;
    transform: translate3d(0, 0.5em, 0);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .c-tab-list__item[aria-selected=true] {
    background: #fff;
    transform: translate3d(0, 0, 0);
  }
  .c-tab-list__item[aria-selected=true] .c-tab-list__label {
    color: #000;
    transform: translate3d(0, 0, 0);
  }
}
@media all and (min-width: 768px) {
  .c-tab-list__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    transform: translate3d(0, -0.25em, 0);
    transition: color 0.2s ease;
  }
}
@media screen and (max-width: 767px) {
  .c-tab-list__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    transform: translate3d(0, -0.25em, 0);
    transition: color 0.2s ease;
  }
}
@media all and (min-width: 768px) {
  .c-tab-panel {
    border: 1px solid #333;
    border-top: none;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-tab-panel {
    border: 1px solid #333;
    border-top: none;
    background: #fff;
  }
}
@media all and (min-width: 768px) {
  .c-tab-panel__item {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-tab-panel__item {
    padding: 1.5rem;
  }
}
/* img */
@media all and (min-width: 768px) {
  .c-img {
    margin-top: 1.8rem;
    text-align: center;
  }
  .c-img:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-img {
    margin-top: 1.8rem;
    text-align: center;
  }
  .c-img:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .c-img__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
  }
  .c-img__label::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .c-img__label img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translate3d(0, -50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .c-img__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
  }
  .c-img__label::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .c-img__label img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translate3d(0, -50%, 0);
  }
}
@media all and (min-width: 768px) {
  .c-img__caption {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.85714rem;
  }
}
@media screen and (max-width: 767px) {
  .c-img__caption {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.85714rem;
  }
}
/* ==================================================
Project
================================================== */
/* breadcrumb */
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    overflow-x: scroll;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
@media all and (min-width: 768px) {
  .p-breadcrumb__inner {
    max-width: 980px;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 768px) {
  .p-breadcrumb-list {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    font-size: 1.4rem;
  }
}
@media all and (min-width: 768px) {
  .p-breadcrumb-list__item {
    float: left;
    margin-left: 0.5rem;
  }
  .p-breadcrumb-list__item::before {
    content: ">";
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5rem;
  }
  .p-breadcrumb-list__item:first-child {
    margin-left: 0;
  }
  .p-breadcrumb-list__item:first-child::before {
    content: none;
    margin-right: 0;
  }
  .p-breadcrumb-list__item > a {
    color: #339;
  }
  .p-breadcrumb-list__item > a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-list__item {
    margin-left: 0.5rem;
  }
  .p-breadcrumb-list__item::before {
    content: ">";
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5rem;
  }
  .p-breadcrumb-list__item:first-child {
    margin-left: 0;
  }
  .p-breadcrumb-list__item:first-child::before {
    content: none;
    margin-right: 0;
  }
  .p-breadcrumb-list__item > a {
    color: #339;
  }
}
/* hero */
@media all and (min-width: 768px) {
  .p-hero {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-hero {
    position: relative;
  }
}
@media all and (min-width: 768px) {
  .p-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media all and (min-width: 768px) {
  .p-hero-bg__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-bg__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media all and (min-width: 768px) {
  .p-hero__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 980px;
    height: 27rem;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 27rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 768px) {
  .p-hero-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-container {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .p-hero-head {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-head {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .p-hero-head__label {
    display: block;
    font-weight: bold;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-head__label {
    display: block;
    font-weight: bold;
    font-size: 3.15rem;
  }
}
@media all and (min-width: 768px) {
  .p-hero-head__label--sub {
    display: inline-block;
    vertical-align: top;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-head__label--sub {
    display: inline-block;
    vertical-align: top;
    font-size: 1.575rem;
  }
}
@media all and (min-width: 768px) {
  .p-hero-body {
    margin-top: 1.5rem;
  }
  .p-hero-body:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-body {
    margin-top: 1.125rem;
  }
  .p-hero-body:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .p-hero-txt {
    margin-top: 1.8rem;
    text-align: center;
    font-size: 1.75rem;
  }
  .p-hero-txt:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-txt {
    margin-top: 1.8rem;
    text-align: center;
    font-size: 1.3125rem;
  }
  .p-hero-txt:first-child {
    margin-top: 0;
  }
}
/* content */
/* aside */
@media all and (min-width: 768px) {
  .p-aside {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: #333;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-aside {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: #333;
    overflow: hidden;
  }
}
@media all and (min-width: 768px) {
  .p-aside__inner {
    max-width: 980px;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-aside__inner {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 768px) {
  .p-aside-slide {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-aside-slide {
    position: relative;
  }
}
@media all and (min-width: 768px) {
  .p-aside-slide-body {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .p-aside-slide-body {
    overflow: visible;
  }
}
.p-aside-slide-list.swiper-wrapper {
  transition-timing-function: linear;
}

@media all and (min-width: 768px) {
  .p-aside-slide-list__item {
    width: 24rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-aside-slide-list__item {
    width: calc((100vw - 3em) / 2);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media all and (min-width: 768px) {
  .p-aside-slide-bnr {
    background: #fff;
  }
  .p-aside-slide-bnr > a {
    transition: opacity 0.2s ease-in-out;
  }
  .p-aside-slide-bnr > a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-aside-slide-bnr {
    background: #fff;
  }
}
@media all and (min-width: 768px) {
  .p-aside-slide-bnr__label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-aside-slide-bnr__label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
/* ==================================================
Utility
================================================== */
/* sr */
.u-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* hide */
.u-hide {
  display: none;
}

@media all and (min-width: 1025px) {
  .u-hide-pc {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .u-hide-pc-tb {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .u-hide-tb {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .u-hide-tb-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none;
  }
}
/* margin */
@media all and (min-width: 768px) {
  .u-mt-0 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-0 {
    margin-top: 0 !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-5 {
    margin-top: 0.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-5 {
    margin-top: 0.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-10 {
    margin-top: 1em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-10 {
    margin-top: 1em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-15 {
    margin-top: 1.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-15 {
    margin-top: 1.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-20 {
    margin-top: 2em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-20 {
    margin-top: 2em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-25 {
    margin-top: 2.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-25 {
    margin-top: 2.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-30 {
    margin-top: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-30 {
    margin-top: 3em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-35 {
    margin-top: 3.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-35 {
    margin-top: 3.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-40 {
    margin-top: 4em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-40 {
    margin-top: 4em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-45 {
    margin-top: 4.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-45 {
    margin-top: 4.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-50 {
    margin-top: 5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-50 {
    margin-top: 5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-55 {
    margin-top: 5.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-55 {
    margin-top: 5.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-60 {
    margin-top: 6em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-60 {
    margin-top: 6em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-65 {
    margin-top: 6.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-65 {
    margin-top: 6.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-70 {
    margin-top: 7em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-70 {
    margin-top: 7em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-75 {
    margin-top: 7.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-75 {
    margin-top: 7.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-80 {
    margin-top: 8em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-80 {
    margin-top: 8em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-85 {
    margin-top: 8.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-85 {
    margin-top: 8.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-90 {
    margin-top: 9em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-90 {
    margin-top: 9em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-95 {
    margin-top: 9.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-95 {
    margin-top: 9.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-100 {
    margin-top: 10em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-100 {
    margin-top: 10em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-0 {
    margin-bottom: 0 !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-5 {
    margin-bottom: 0.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-5 {
    margin-bottom: 0.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-10 {
    margin-bottom: 1em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-10 {
    margin-bottom: 1em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-15 {
    margin-bottom: 1.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-15 {
    margin-bottom: 1.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-20 {
    margin-bottom: 2em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-20 {
    margin-bottom: 2em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-25 {
    margin-bottom: 2.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-25 {
    margin-bottom: 2.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-30 {
    margin-bottom: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-30 {
    margin-bottom: 3em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-35 {
    margin-bottom: 3.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-35 {
    margin-bottom: 3.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-40 {
    margin-bottom: 4em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-40 {
    margin-bottom: 4em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-45 {
    margin-bottom: 4.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-45 {
    margin-bottom: 4.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-50 {
    margin-bottom: 5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-50 {
    margin-bottom: 5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-55 {
    margin-bottom: 5.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-55 {
    margin-bottom: 5.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-60 {
    margin-bottom: 6em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-60 {
    margin-bottom: 6em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-65 {
    margin-bottom: 6.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-65 {
    margin-bottom: 6.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-70 {
    margin-bottom: 7em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-70 {
    margin-bottom: 7em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-75 {
    margin-bottom: 7.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-75 {
    margin-bottom: 7.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-80 {
    margin-bottom: 8em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-80 {
    margin-bottom: 8em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-85 {
    margin-bottom: 8.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-85 {
    margin-bottom: 8.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-90 {
    margin-bottom: 9em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-90 {
    margin-bottom: 9em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-95 {
    margin-bottom: 9.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-95 {
    margin-bottom: 9.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-mb-100 {
    margin-bottom: 10em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-100 {
    margin-bottom: 10em !important;
  }
}
/* padding */
@media all and (min-width: 768px) {
  .u-pt-0 {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-0 {
    padding-top: 0 !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-5 {
    padding-top: 0.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-5 {
    padding-top: 0.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-10 {
    padding-top: 1em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-10 {
    padding-top: 1em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-15 {
    padding-top: 1.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-15 {
    padding-top: 1.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-20 {
    padding-top: 2em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-20 {
    padding-top: 2em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-25 {
    padding-top: 2.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-25 {
    padding-top: 2.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-30 {
    padding-top: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-30 {
    padding-top: 3em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-35 {
    padding-top: 3.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-35 {
    padding-top: 3.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-40 {
    padding-top: 4em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-40 {
    padding-top: 4em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-45 {
    padding-top: 4.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-45 {
    padding-top: 4.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-50 {
    padding-top: 5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-50 {
    padding-top: 5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-55 {
    padding-top: 5.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-55 {
    padding-top: 5.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-60 {
    padding-top: 6em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-60 {
    padding-top: 6em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-65 {
    padding-top: 6.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-65 {
    padding-top: 6.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-70 {
    padding-top: 7em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-70 {
    padding-top: 7em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-75 {
    padding-top: 7.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-75 {
    padding-top: 7.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-80 {
    padding-top: 8em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-80 {
    padding-top: 8em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-85 {
    padding-top: 8.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-85 {
    padding-top: 8.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-90 {
    padding-top: 9em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-90 {
    padding-top: 9em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-95 {
    padding-top: 9.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-95 {
    padding-top: 9.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pt-100 {
    padding-top: 10em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-100 {
    padding-top: 10em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-0 {
    padding-bottom: 0 !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-5 {
    padding-bottom: 0.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-5 {
    padding-bottom: 0.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-10 {
    padding-bottom: 1em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-10 {
    padding-bottom: 1em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-15 {
    padding-bottom: 1.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-15 {
    padding-bottom: 1.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-20 {
    padding-bottom: 2em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-20 {
    padding-bottom: 2em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-25 {
    padding-bottom: 2.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-25 {
    padding-bottom: 2.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-30 {
    padding-bottom: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-30 {
    padding-bottom: 3em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-35 {
    padding-bottom: 3.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-35 {
    padding-bottom: 3.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-40 {
    padding-bottom: 4em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-40 {
    padding-bottom: 4em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-45 {
    padding-bottom: 4.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-45 {
    padding-bottom: 4.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-50 {
    padding-bottom: 5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-50 {
    padding-bottom: 5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-55 {
    padding-bottom: 5.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-55 {
    padding-bottom: 5.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-60 {
    padding-bottom: 6em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-60 {
    padding-bottom: 6em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-65 {
    padding-bottom: 6.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-65 {
    padding-bottom: 6.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-70 {
    padding-bottom: 7em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-70 {
    padding-bottom: 7em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-75 {
    padding-bottom: 7.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-75 {
    padding-bottom: 7.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-80 {
    padding-bottom: 8em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-80 {
    padding-bottom: 8em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-85 {
    padding-bottom: 8.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-85 {
    padding-bottom: 8.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-90 {
    padding-bottom: 9em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-90 {
    padding-bottom: 9em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-95 {
    padding-bottom: 9.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-95 {
    padding-bottom: 9.5em !important;
  }
}
@media all and (min-width: 768px) {
  .u-pb-100 {
    padding-bottom: 10em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-100 {
    padding-bottom: 10em !important;
  }
}
/* text-align */
.u-align-left {
  text-align: left;
}

@media all and (min-width: 1025px) {
  .u-align-left-pc {
    text-align: left;
  }
}
@media all and (min-width: 768px) {
  .u-align-left-pc-tb {
    text-align: left;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .u-align-left-tb {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .u-align-left-tb-sp {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .u-align-left-sp {
    text-align: left;
  }
}
.u-align-center {
  text-align: center;
}

@media all and (min-width: 1025px) {
  .u-align-center-pc {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .u-align-center-pc-tb {
    text-align: center;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .u-align-center-tb {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .u-align-center-tb-sp {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .u-align-center-sp {
    text-align: center;
  }
}
.u-align-right {
  text-align: right;
}

@media all and (min-width: 1025px) {
  .u-align-right-pc {
    text-align: right;
  }
}
@media all and (min-width: 768px) {
  .u-align-right-pc-tb {
    text-align: right;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .u-align-right-tb {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .u-align-right-tb-sp {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .u-align-right-sp {
    text-align: right;
  }
}
/* font-weight */
.u-bold {
  font-weight: bold;
}

/* clearfix */
.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.loader {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.loader.is-hidden {
  display: none;
}

.loader-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-logo {
  position: relative;
  width: auto;
}
.loader-logo > figure {
  width: 14rem;
}
.loader-logo.is-hidden {
  -webkit-animation: loadLogoEnd 1s 2s forwards;
  animation: loadLogoEnd 1s 2s forwards;
}
.loader-logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: loadLogoStart 1s forwards;
  animation: loadLogoStart 1s forwards;
}

@-webkit-keyframes loadLogoStart {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes loadLogoStart {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes loadLogoEnd {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%);
    opacity: 0;
  }
}
@keyframes loadLogoEnd {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%);
    opacity: 0;
  }
}
.scroll-down {
  display: inline-block;
  position: absolute;
  z-index: 2;
  padding: 1rem 1rem 20rem;
  overflow: hidden;
  color: #fff;
}
.scroll-down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #000;
  -webkit-animation: scroll-down-anime 2.5s cubic-bezier(1, 0, 0, 1) infinite;
  animation: scroll-down-anime 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
.scroll-down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #fff;
}

@media all and (min-width: 768px) {
  .scroll-down {
    right: 50%;
    bottom: -10rem;
  }
}
@media screen and (max-width: 767px) {
  .scroll-down {
    right: 3.75rem;
    bottom: -2.5rem;
  }
}
@media all and (min-width: 768px) {
  .scroll-down::after {
    width: 0.2rem;
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .scroll-down::after {
    width: 0.1rem;
    height: 5rem;
  }
}
@media all and (min-width: 768px) {
  .scroll-down::before {
    width: 0.2rem;
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .scroll-down::before {
    width: 0.1rem;
    height: 5rem;
  }
}
@-webkit-keyframes scroll-down-anime {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scroll-down-anime {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media all and (min-width: 768px) {
  .pagetop {
    position: relative;
    width: 100%;
    max-width: 1980px;
    margin: auto;
    padding: 0 8.3rem;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 4.6rem;
  }
  .pagetop > a {
    transition: opacity 0.2s ease-in-out;
  }
  .pagetop > a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    padding: 0 3.75rem 3.5rem;
  }
}
.pagetop__figure {
  background: url("../img/common/icon-page-top.svg") no-repeat left center;
  background-size: contain;
}

@media all and (min-width: 768px) {
  .pagetop__figure {
    display: block;
    width: 6rem;
  }
  .pagetop__figure::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pagetop__figure {
    display: block;
    width: 5rem;
  }
  .pagetop__figure::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
.js-anm-up .anm-up {
  display: block;
  overflow: hidden;
}
.js-anm-up .anm-up > * {
  display: block;
  transform: translateY(150%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.js-anm-up.is-active .anm-up > * {
  opacity: 1;
  transform: translateY(0);
}

.js-anm-inview {
  opacity: 0;
  transform: translateY(40px);
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 1.01, 0.43, 0.94);
}
.js-anm-inview.is-view {
  opacity: 1;
  transform: translateY(0);
}

.js-anm-fade {
  opacity: 0;
  transition-duration: 2s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.1, 1.01, 0.43, 0.94);
}
.js-anm-fade.is-view {
  opacity: 1;
}

.svg-logo {
  position: relative;
}

.btn-normal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #1d1d1d;
  border: 1px solid #fff;
  width: 100%;
  text-decoration: none;
  outline: none;
}
.btn-normal::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 0.1rem;
  background-color: #fff;
  transition: all 0.2s linear;
}

@media all and (min-width: 768px) {
  .btn-normal.-middle {
    max-width: 29.5rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-normal.-middle {
    max-width: 17rem;
  }
}
@media all and (min-width: 768px) {
  .btn-normal {
    font-size: 1.3rem;
    height: 6.6rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-normal {
    font-size: 1rem;
    height: 4rem;
  }
}
@media all and (min-width: 768px) {
  .btn-normal::before {
    right: -2.8rem;
    width: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-normal::before {
    right: -1.5rem;
    width: 3rem;
  }
}
@media all and (min-width: 768px) {
  .btn-normal:hover::before {
    right: -3.7333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-normal:hover::before {
    right: -2rem;
  }
}
.btn-normal__label {
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.btn-normal.-viewmore .btn-normal__label, .btn-normal.-cool3d .btn-normal__label, .btn-normal.-duocool .btn-normal__label {
  display: block;
  fill: #fff;
  font-size: 0;
}
.btn-normal.-viewmore .btn-normal__label > svg, .btn-normal.-cool3d .btn-normal__label > svg, .btn-normal.-duocool .btn-normal__label > svg {
  width: 100%;
}
.btn-normal.-white {
  border: 1px solid #000;
  background-color: #fff;
}
.btn-normal.-white::before {
  background-color: #000;
}
.btn-normal.-white .btn-normal__label {
  color: #000;
}

@media all and (min-width: 768px) {
  .btn-normal.-viewmore .btn-normal__label {
    width: 9.8rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-normal.-viewmore .btn-normal__label {
    width: 7.55rem;
  }
}
@media all and (min-width: 768px) {
  .btn-normal.-cool3d .btn-normal__label {
    width: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-normal.-cool3d .btn-normal__label {
    width: 5.8rem;
  }
}
@media all and (min-width: 768px) {
  .btn-normal.-duocool .btn-normal__label {
    width: 8.6rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-normal.-duocool .btn-normal__label {
    width: 6.9rem;
  }
}
@media all and (min-width: 1025px) {
  .btn-normal.-blue {
    background-color: #005db6;
  }
}
@media screen and (max-width: 1024px) {
  .btn-normal.-blue {
    background-color: rgba(0, 93, 182, 0.7);
  }
}
@media all and (min-width: 1025px) {
  .btn-normal.-green {
    background-color: #00bbb5;
  }
}
@media screen and (max-width: 1024px) {
  .btn-normal.-green {
    background-color: rgba(0, 187, 181, 0.7);
  }
}
.table-list {
  width: 100%;
}

.table-list__item {
  border-top: 2px solid #49473a;
}
.table-list__item:last-child {
  border-bottom: 2px solid #49473a;
}

@media all and (min-width: 768px) {
  .table-list__item {
    padding: 5.2rem;
  }
}
@media screen and (max-width: 767px) {
  .table-list__item {
    padding: 3.7rem 0;
  }
}
.table-list__title {
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .table-list__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .table-list__title {
    font-size: 1.3rem;
  }
}
@media all and (min-width: 768px) {
  .table-list__text {
    font-size: 1.5rem;
    margin-top: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .table-list__text {
    font-size: 1.1rem;
    margin-top: 1.85rem;
  }
}
.table-list__text > p {
  display: inline-block;
  line-height: 2;
}

@media all and (min-width: 768px) {
  .table-list__text > p + p {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .table-list__text > p + p {
    margin-top: 2.5rem;
  }
}
.products-slider {
  height: 100%;
}
.products-slider .swiper-slide {
  height: 100%;
}
.products-slider .swiper-slide a {
  text-decoration: none;
}
.products-slider .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  transition-property: transform, height;
}

@media all and (min-width: 768px) {
  .products-slider {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .products-slider {
    margin-top: 4.3rem;
  }
}
.products-slider-wrap {
  position: relative;
}

.products-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
}
.products-slider-arrow.-prev .products-slider-arrow__figure {
  transform: rotate(-180deg);
}

@media all and (min-width: 768px) {
  .products-slider-arrow {
    transform: translateY(-150%);
  }
}
@media screen and (max-width: 767px) {
  .products-slider-arrow {
    transform: translateY(-50%);
  }
}
@media all and (min-width: 768px) {
  .products-slider-arrow__figure {
    cursor: pointer;
    display: block;
    width: 1.7rem;
    background: url("../img/common/icon-slider-arrow.svg") no-repeat left center;
    background-size: contain;
  }
  .products-slider-arrow__figure::before {
    content: "";
    display: block;
    padding-top: 205.88235%;
  }
}
@media screen and (max-width: 767px) {
  .products-slider-arrow__figure {
    display: block;
    width: 0.9rem;
    background: url("../img/common/icon-slider-arrow.svg") no-repeat left center;
    background-size: contain;
  }
  .products-slider-arrow__figure::before {
    content: "";
    display: block;
    padding-top: 205.88235%;
  }
}
@media all and (min-width: 768px) {
  .products-slider-arrow.-prev {
    left: -3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .products-slider-arrow.-prev {
    left: 0;
  }
}
@media all and (min-width: 768px) {
  .products-slider-arrow.-next {
    right: -3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .products-slider-arrow.-next {
    right: 0;
  }
}
.products-slider__item {
  position: relative;
  text-align: center;
}

.products-slider__img {
  margin-bottom: 4rem;
}
.products-slider__img.pt01 img.new_mark {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .products-slider__img.pt01 img.new_mark {
    right: -7px;
  }
}

@media (min-width: 1024px) {
  .products-slider__img.pt01 img {
    width: 86.5%;
  }
}
@media all and (min-width: 1025px) {
  .products-slider__img {
    width: 100%;
    max-width: 182px;
    height: 240px;
    margin: auto;
  }
  .products-slider__img > img {
    position: relative;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .products-slider__img > img::before {
    content: "";
    position: absolute;
    width: 100%;
    padding-top: 132.74336%;
  }
}
@media screen and (max-width: 1024px) {
  .products-slider__img {
    display: block;
    width: 56%;
    margin: auto;
    height: auto;
  }
  .products-slider__img > img {
    display: block;
    width: 100%;
    position: relative;
  }
  .products-slider__img > img::before {
    content: "";
    position: absolute;
    width: 100%;
    padding-top: 132.74336%;
  }
}
.products-slider-label {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: auto;
}
.products-slider-label > span {
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  color: #1d1d1d;
  text-align: center;
  font-weight: 500;
}
.products-slider-label > span + span {
  margin-top: 0.2rem;
}
.products-slider-label.-red span:first-child {
  color: #fff;
  background-color: #b31e21;
}
.products-slider-label.-blue span:first-child {
  color: #fff;
  background-color: #3eb7df;
}
.products-slider-label.-green span:first-child {
  color: #fff;
  background-color: #3db102;
}
.products-slider-label.-mint span:first-child {
  color: #fff;
  background-color: #1eb3b1;
}
.products-slider-label.-purple span:first-child {
  color: #fff;
  background-color: #6f50a4;
}

@media all and (min-width: 768px) {
  .products-slider-label {
    max-width: 15rem;
    min-height: 5rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .products-slider-label {
    max-width: 10rem;
    min-height: 10.66667vw;
    margin-top: 2.5rem;
  }
}
@media all and (min-width: 768px) {
  .products-slider-label > span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .products-slider-label > span {
    font-size: 1rem;
  }
}
.products-slider-sublabel {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.6;
}
.products-slider-sublabel > span {
  display: inline-block;
  color: #1d1d1d;
  text-align: center;
  font-weight: 500;
}
.products-slider-sublabel > span .notes {
  display: block;
  color: #4d4d4d;
}

@media all and (min-width: 768px) {
  .products-slider-sublabel {
    margin-top: 2.6rem;
    min-height: 8.8rem;
  }
}
@media screen and (max-width: 767px) {
  .products-slider-sublabel {
    min-height: 21.33333vw;
    margin-top: 2.5rem;
    margin-top: 1.4rem;
  }
}
@media all and (min-width: 768px) {
  .products-slider-sublabel > span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .products-slider-sublabel > span {
    font-size: 1.1rem;
  }
}
@media all and (min-width: 768px) {
  .products-slider-sublabel > span .notes {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .products-slider-sublabel > span .notes {
    margin-top: 0.25rem;
    font-size: 0.6rem;
  }
}
.products-slider[data-products-slider=all] .products-slider-sublabel {
  min-height: auto;
}
.products-slider:not(.products-slider[data-products-slider=all]) .products-slider-arrow {
  top: 35%;
}

@media all and (min-width: 768px) {
  .products-slider[data-products-slider=all] .products-slider-sublabel {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .products-slider[data-products-slider=all] .products-slider-sublabel {
    margin-top: 2.8rem;
  }
}
@media (max-width: 767px) {
  .sp_menu_hr {
    margin-left: -2rem;
    width: 15.5rem;
    border-top: solid 1px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp_menu_hr {
    margin-bottom: 4rem;
    margin-left: -2rem;
    width: 15.5rem;
    border-top: solid 1px;
  }
}
@media (min-width: 1024px) {
  .sp_menu_hr {
    display: none;
  }
}
.maro_bnr {
  display: block;
}
.maro_bnr::before {
  display: none !important;
}

@media (max-width: 767px) {
  .maro_bnr {
    margin-left: -2.5vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .maro_bnr {
    margin-left: -9.5%;
  }
}
@media (min-width: 1024px) {
  .l-header-nav-list2 {
    position: absolute;
    right: 0vw;
    top: 1px;
  }
}
@media (max-width: 767px) {
  .l-header-nav-list2 {
    position: absolute;
  }
}
.l-header-nav-list2 li {
  margin-right: 1.5vw;
}

@media (min-width: 1024px) {
  .l-header-lang {
    right: min(13vw, 160px);
  }
}
@media (max-width: 1024px) {
  /* モーダルと背景の指定 */
  .pop-modal {
    position: fixed;
    bottom: 20px;
    right: 0px;
    text-align: center;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
    z-index: 99;
    width: 30vw;
  }
  /* モーダルの擬似要素の指定 */
  .pop-modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
  }
  /* クラスが追加された時の指定 */
  .pop-modal.popis-active {
    opacity: 1;
    visibility: visible;
  }
  /* モーダル内側の指定 */
  .pop-modal-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 600px;
    width: 90%;
    height: 100%;
    padding: 20px;
  }
  /* モーダルを閉じるボタンの指定 */
  .pop-modal-close {
    position: absolute;
    top: 0;
    right: -1%;
    width: 13%;
    height: 13%;
    cursor: pointer;
  }
  /* モーダルのコンテンツ部分の指定 */
  .pop-modal-content {
    text-align: left;
    line-height: 1.8;
  }
  /* モーダルのコンテンツ部分のテキストの指定 */
  .pop-modal-content p {
    margin: 1em 0;
  }
}
@media (min-width: 1025px) {
  /* モーダルと背景の指定 */
  .pop-modal {
    position: fixed;
    bottom: 20px;
    right: 0px;
    text-align: center;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
    z-index: 99;
    width: 30vw;
  }
  /* モーダルの擬似要素の指定 */
  .pop-modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
  }
  /* クラスが追加された時の指定 */
  .pop-modal.popis-active {
    opacity: 1;
    visibility: visible;
  }
  /* モーダル内側の指定 */
  .pop-modal-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 600px;
    width: 90%;
    height: 100%;
    padding: 20px;
  }
  /* モーダルを閉じるボタンの指定 */
  .pop-modal-close {
    position: absolute;
    top: 0;
    right: -1%;
    width: 13%;
    height: 13%;
    cursor: pointer;
  }
  /* モーダルのコンテンツ部分の指定 */
  .pop-modal-content {
    text-align: left;
    line-height: 1.8;
  }
  /* モーダルのコンテンツ部分のテキストの指定 */
  .pop-modal-content p {
    margin: 1em 0;
  }
}
@media (max-width: 767px) {
  .pop-modal {
    width: 80vw;
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  #kinggnu2025_bnr {
    /* モーダルと背景の指定 */
    /* モーダルの擬似要素の指定 */
    /* クラスが追加された時の指定 */
    /* モーダル内側の指定 */
    /* モーダルを閉じるボタンの指定 */
    /* モーダルのコンテンツ部分の指定 */
    /* モーダルのコンテンツ部分のテキストの指定 */
  }
  #kinggnu2025_bnr.pop-modal {
    position: fixed;
    bottom: 0px;
    right: 0px;
    text-align: center;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
    z-index: 99;
    width: 100vw;
  }
  #kinggnu2025_bnr.pop-modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
  }
  #kinggnu2025_bnr.pop-modal.popis-active {
    opacity: 1;
    visibility: visible;
  }
  #kinggnu2025_bnr .pop-modal-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 600px;
    width: 100%;
    height: 100%;
    padding: 0px;
  }
  #kinggnu2025_bnr .pop-modal-close {
    position: absolute;
    top: 4%;
    right: 3%;
    width: 4%;
    height: 7%;
    cursor: pointer;
  }
  #kinggnu2025_bnr .pop-modal-content {
    text-align: left;
    line-height: 1.8;
  }
  #kinggnu2025_bnr .pop-modal-content p {
    margin: 1em 0;
  }
}
@media (min-width: 768px) {
  #kinggnu2025_bnr {
    /* モーダルと背景の指定 */
    /* モーダルの擬似要素の指定 */
    /* クラスが追加された時の指定 */
    /* モーダル内側の指定 */
    /* モーダルを閉じるボタンの指定 */
    /* モーダルのコンテンツ部分の指定 */
    /* モーダルのコンテンツ部分のテキストの指定 */
  }
  #kinggnu2025_bnr.pop-modal {
    position: fixed;
    bottom: 20px;
    right: 0px;
    text-align: center;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
    z-index: 99;
    width: 38vw;
  }
  #kinggnu2025_bnr.pop-modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
  }
  #kinggnu2025_bnr.pop-modal.popis-active {
    opacity: 1;
    visibility: visible;
  }
  #kinggnu2025_bnr .pop-modal-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 600px;
    width: 90%;
    height: 100%;
    padding: 20px;
  }
  #kinggnu2025_bnr .pop-modal-close {
    position: absolute;
    top: 11%;
    right: 7%;
    width: 3%;
    height: 5%;
    cursor: pointer;
  }
  #kinggnu2025_bnr .pop-modal-content {
    text-align: left;
    line-height: 1.8;
  }
  #kinggnu2025_bnr .pop-modal-content p {
    margin: 1em 0;
  }
}
@media (max-width: 767px) {
  #kinggnu2025_bnr .pop-modal {
    width: 80vw;
    bottom: 0px;
  }
}

/*# sourceMappingURL=common.css.map */