@charset "UTF-8";
.p-top .p-topConcept__inner.js-inview {
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
  transform: translateY(30px);
}
.p-top .p-topConcept__inner.js-inview.-inview {
  opacity: 1;
  transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
  transform: translateY(0);
}
@media not all and (min-width: 800px) {
  .p-top .p-topAbout.js-inview .p-topAbout__title,
.p-top .p-topAbout.js-inview .p-topAbout__image {
    opacity: 0;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateY(30px);
  }
  .p-top .p-topAbout.js-inview.-inview .p-topAbout__title,
.p-top .p-topAbout.js-inview.-inview .p-topAbout__image {
    opacity: 1;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateY(0);
  }
  .p-top .p-topAbout.js-inview .p-topAbout__body.js-inview .p-topAbout__detail,
.p-top .p-topAbout.js-inview .p-topAbout__body.js-inview .c-more {
    opacity: 0;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateY(30px);
  }
  .p-top .p-topAbout.js-inview .p-topAbout__body.js-inview.-inview .p-topAbout__detail,
.p-top .p-topAbout.js-inview .p-topAbout__body.js-inview.-inview .c-more {
    opacity: 1;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateY(0);
  }
  .p-top .p-topAbout.js-inview .p-topAbout__body.js-inview.-inview .p-topAbout__detail:nth-of-type(1) {
    transition-delay: calc(1s + (0.5s * 1));
  }
  .p-top .p-topAbout.js-inview .p-topAbout__body.js-inview.-inview .p-topAbout__detail:nth-of-type(2) {
    transition-delay: calc(1s + (0.5s * 2));
  }
  .p-top .p-topAbout.js-inview .p-topAbout__body.js-inview.-inview .p-topAbout__detail:nth-of-type(3) {
    transition-delay: calc(1s + (0.5s * 3));
  }
  .p-top .p-topAbout.js-inview .p-topAbout__body.js-inview.-inview .c-more {
    transition-delay: calc(1s + (0.5s * 4));
  }
}
@media (min-width: 800px) {
  .p-top .p-topAbout.js-inview .p-topAbout__title,
.p-top .p-topAbout.js-inview .p-topAbout__image,
.p-top .p-topAbout.js-inview .p-topAbout__detail,
.p-top .p-topAbout.js-inview .c-more {
    opacity: 0;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateY(30px);
  }
  .p-top .p-topAbout.js-inview.-inview .p-topAbout__title,
.p-top .p-topAbout.js-inview.-inview .p-topAbout__image,
.p-top .p-topAbout.js-inview.-inview .p-topAbout__detail,
.p-top .p-topAbout.js-inview.-inview .c-more {
    opacity: 1;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateY(0);
  }
  .p-top .p-topAbout.js-inview.-inview .p-topAbout__title {
    transition-delay: 0.3s;
  }
  .p-top .p-topAbout.js-inview.-inview .p-topAbout__image {
    transition-delay: 1s;
  }
  .p-top .p-topAbout.js-inview.-inview .p-topAbout__detail:nth-of-type(1) {
    transition-delay: calc(1s + (0.5s * 1));
  }
  .p-top .p-topAbout.js-inview.-inview .p-topAbout__detail:nth-of-type(2) {
    transition-delay: calc(1s + (0.5s * 2));
  }
  .p-top .p-topAbout.js-inview.-inview .p-topAbout__detail:nth-of-type(3) {
    transition-delay: calc(1s + (0.5s * 3));
  }
  .p-top .p-topAbout.js-inview.-inview .c-more {
    transition-delay: calc(1s + (0.5s * 4));
  }
}
.p-top .p-topGallery .js-inview {
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
  transform: translateY(30px);
}
.p-top .p-topGallery .js-inview.-inview {
  opacity: 1;
  transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
  transform: translateY(0);
}
.p-top .p-topSec._voice.js-inview {
  overflow: hidden;
}
@media not all and (min-width: 800px) {
  .p-top .p-topSec._voice.js-inview .p-topSec__image {
    opacity: 0;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(-100px);
  }
  .p-top .p-topSec._voice.js-inview.-inview .p-topSec__image {
    opacity: 1;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(0);
  }
  .p-top .p-topSec._voice.js-inview .p-topSec__body.js-inview .p-topSec__heading,
.p-top .p-topSec._voice.js-inview .p-topSec__body.js-inview .p-topSec__text,
.p-top .p-topSec._voice.js-inview .p-topSec__body.js-inview .c-more {
    opacity: 0;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(-50px);
  }
  .p-top .p-topSec._voice.js-inview .p-topSec__body.js-inview.-inview .p-topSec__heading,
.p-top .p-topSec._voice.js-inview .p-topSec__body.js-inview.-inview .p-topSec__text,
.p-top .p-topSec._voice.js-inview .p-topSec__body.js-inview.-inview .c-more {
    opacity: 1;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(0);
  }
  .p-top .p-topSec._voice.js-inview .p-topSec__body.js-inview.-inview .p-topSec__heading {
    transition-delay: 0.2s;
  }
  .p-top .p-topSec._voice.js-inview .p-topSec__body.js-inview.-inview .p-topSec__text {
    transition-delay: 0.3s;
  }
  .p-top .p-topSec._voice.js-inview .p-topSec__body.js-inview.-inview .c-more {
    transition-delay: 0.4s;
  }
}
@media (min-width: 800px) {
  .p-top .p-topSec._voice.js-inview .p-topSec__image {
    opacity: 0;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(-100px);
  }
  .p-top .p-topSec._voice.js-inview .p-topSec__heading,
.p-top .p-topSec._voice.js-inview .p-topSec__text,
.p-top .p-topSec._voice.js-inview .c-more {
    opacity: 0;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(-50px);
  }
  .p-top .p-topSec._voice.js-inview.-inview .p-topSec__image,
.p-top .p-topSec._voice.js-inview.-inview .p-topSec__heading,
.p-top .p-topSec._voice.js-inview.-inview .p-topSec__text,
.p-top .p-topSec._voice.js-inview.-inview .c-more {
    opacity: 1;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(0);
  }
  .p-top .p-topSec._voice.js-inview.-inview .p-topSec__heading {
    transition-delay: 0.2s;
  }
  .p-top .p-topSec._voice.js-inview.-inview .p-topSec__text {
    transition-delay: 0.3s;
  }
  .p-top .p-topSec._voice.js-inview.-inview .c-more {
    transition-delay: 0.4s;
  }
}
.p-top .p-topSec._event.js-inview {
  overflow: hidden;
}
@media not all and (min-width: 800px) {
  .p-top .p-topSec._event.js-inview .p-topSec__image {
    opacity: 0;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(100px);
  }
  .p-top .p-topSec._event.js-inview.-inview .p-topSec__image {
    opacity: 1;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(0);
  }
  .p-top .p-topSec._event.js-inview .p-topSec__body.js-inview .p-topSec__heading,
.p-top .p-topSec._event.js-inview .p-topSec__body.js-inview .p-topSec__text,
.p-top .p-topSec._event.js-inview .p-topSec__body.js-inview .c-more {
    opacity: 0;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(50px);
  }
  .p-top .p-topSec._event.js-inview .p-topSec__body.js-inview.-inview .p-topSec__heading,
.p-top .p-topSec._event.js-inview .p-topSec__body.js-inview.-inview .p-topSec__text,
.p-top .p-topSec._event.js-inview .p-topSec__body.js-inview.-inview .c-more {
    opacity: 1;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(0);
  }
  .p-top .p-topSec._event.js-inview .p-topSec__body.js-inview.-inview .p-topSec__heading {
    transition-delay: 0.2s;
  }
  .p-top .p-topSec._event.js-inview .p-topSec__body.js-inview.-inview .p-topSec__text {
    transition-delay: 0.3s;
  }
  .p-top .p-topSec._event.js-inview .p-topSec__body.js-inview.-inview .c-more {
    transition-delay: 0.4s;
  }
}
@media (min-width: 800px) {
  .p-top .p-topSec._event.js-inview .p-topSec__image {
    opacity: 0;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(100px);
  }
  .p-top .p-topSec._event.js-inview .p-topSec__heading,
.p-top .p-topSec._event.js-inview .p-topSec__text,
.p-top .p-topSec._event.js-inview .c-more {
    opacity: 0;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(50px);
  }
  .p-top .p-topSec._event.js-inview.-inview .p-topSec__image,
.p-top .p-topSec._event.js-inview.-inview .p-topSec__heading,
.p-top .p-topSec._event.js-inview.-inview .p-topSec__text,
.p-top .p-topSec._event.js-inview.-inview .c-more {
    opacity: 1;
    transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(0);
  }
  .p-top .p-topSec._event.js-inview.-inview .p-topSec__heading {
    transition-delay: 0.2s;
  }
  .p-top .p-topSec._event.js-inview.-inview .p-topSec__text {
    transition-delay: 0.3s;
  }
  .p-top .p-topSec._event.js-inview.-inview .c-more {
    transition-delay: 0.4s;
  }
}
.p-top .p-topLinks.js-inview .p-topLinks__item {
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
  transform: translateY(30px);
}
.p-top .p-topLinks.js-inview.-inview .p-topLinks__item {
  opacity: 1;
  transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
  transform: translateY(0);
}
.p-top .p-topLinks.js-inview.-inview .p-topLinks__item + .p-topLinks__item {
  transition-delay: 0.5s;
}
.p-top .p-topNews.js-inview .p-topSec__heading,
.p-top .p-topNews.js-inview .c-list {
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
  transform: translateY(30px);
}
.p-top .p-topNews.js-inview.-inview .p-topSec__heading,
.p-top .p-topNews.js-inview.-inview .c-list {
  opacity: 1;
  transition: opacity 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
  transform: translateY(0);
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #232323;
}

* {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  outline: none;
  -webkit-touch-callout: none;
}
a, a:visited {
  color: inherit;
}
@media (min-width: 800px) {
  a:hover {
    text-decoration: none;
  }
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
  border-style: none;
}
@media not all and (min-width: 800px) {
  img {
    width: 100%;
  }
}

blockquote,
q {
  quotes: none;
}

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

b,
em,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}

address {
  font-style: normal;
}

small {
  font-size: 87.5%;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

/* form */
input[type=text],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=password],
input[type=email],
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
  display: block;
}

fieldset {
  margin: 0;
  border: none;
}

legend {
  display: none;
}

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

/* old style */
.fixSpace {
  position: relative;
  margin-bottom: 0;
}
@media not all and (min-width: 800px) {
  .fixSpace {
    height: 0;
  }
  .fixSpace .dropMenu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2000;
    width: 82.6%;
    visibility: visible;
    transition: transform 1s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(100%);
  }
}
@media not all and (min-width: 800px) {
  ._open .fixSpace .dropMenu {
    transform: translateX(0);
  }
}
@media (min-width: 800px) {
  .fixSpace {
    height: 75px;
  }
  .p-top .fixSpace {
    height: 65px;
  }
}

@media not all and (min-width: 800px) {
  #container:not(.p-top) {
    padding-top: 40px;
  }
}

#gNavi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 800px) {
  #gNavi {
    padding: 0 20px 0 33px;
  }
  div:not(.p-top) #gNavi {
    background-color: white;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.05);
  }
  .p-top #gNavi {
    display: flex;
    align-items: center;
    height: 65px;
  }
}
#gNavi > ul {
  display: flex;
  align-items: center;
  margin: 0;
  background: none;
}
#gNavi > ul > li a {
  padding-top: 18px;
}
@media (min-width: 800px) {
  #gNavi > ul > li + li {
    margin-left: 33px;
  }
}
#gNavi li {
  width: auto;
}
@media (min-width: 800px) {
  #gNavi li ul {
    left: 50%;
    width: auto;
    min-width: 9rem;
    transform: translateX(-50%);
  }
}
@media (min-width: 800px) {
  #gNavi li:last-child ul {
    right: -20px;
    left: initial;
    transform: translateX(0);
  }
}
@media (min-width: 800px) {
  #container.p-top #gNavi:not(.fix) li ul {
    bottom: 0;
  }
}
@media (min-width: 800px) {
  #container.p-top #gNavi:not(.fix) li.hover ul {
    bottom: 65px;
  }
}
@media (min-width: 800px) {
  #container.p-top #gNavi.fix li ul, #container:not(.p-top) #gNavi li ul {
    top: 0;
  }
}
@media (min-width: 800px) {
  #container.p-top #gNavi.fix li.hover ul, #container:not(.p-top) #gNavi li.hover ul {
    top: 100%;
  }
}

@media not all and (min-width: 800px) {
  .pageTitle h2._spSmall {
    font-feature-settings: "palt" 1;
    letter-spacing: 1.73px;
  }
}

footer .ftr_nav {
  bottom: 0;
  background-color: #f04b00;
  box-shadow: none;
  transition: transform 1s cubic-bezier(0.46, 0.01, 0.59, 1);
  transform: translateY(100%);
}
footer .ftr_nav._fix {
  transform: translateY(0);
}
footer .ftr_nav ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 55px;
}
footer .ftr_nav ul li {
  flex-shrink: 0;
  float: none;
  width: 25%;
}
footer .ftr_nav ul li a {
  display: block;
  text-align: center;
}
footer .ftr_nav ul li img {
  height: 40px;
}

@media not all and (min-width: 800px) {
  footer .fInner {
    display: none;
  }
}

.comLink {
  align-items: center;
  justify-content: center;
}
@media not all and (min-width: 800px) {
  .comLink {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px 3.6%;
  }
}
@media (min-width: 800px) {
  .comLink {
    display: flex;
    flex-wrap: wrap;
  }
}
.comLink li {
  display: inline-flex;
  align-items: center;
  float: none;
  padding-right: 4.9%;
  padding-left: 4.9%;
}
@media not all and (min-width: 800px) {
  .comLink li {
    width: 100% !important;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #d5d5d5;
  }
}
@media (min-width: 800px) {
  .comLink li {
    width: 25%;
  }
}
.comLink li a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", serif;
}
@media not all and (min-width: 800px) {
  .comLink li a {
    display: block;
    text-align: center;
  }
}
.comLink li a:link, .comLink li a:visited, .comLink li a:active {
  text-decoration: none;
}
.comLink li a span {
  text-decoration: none;
}
@media not all and (min-width: 800px) {
  .comLink li a span {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.1666666667;
    text-align: left;
    letter-spacing: 0.025em;
  }
}
.comLink li:not(:first-child) {
  position: relative;
}
.comLink li:not(:first-child)::before {
  position: absolute;
  left: 0;
  display: none;
  width: 1px;
  height: 17px;
  content: "";
  background: #ababab;
}
@media (min-width: 800px) {
  .comLink li:not(:nth-child(5n+1)) {
    padding-left: 2%;
  }
}
@media (min-width: 800px) {
  .comLink li:not(:nth-child(5n+1))::before {
    display: block;
  }
}
@media (min-width: 800px) {
  .comLink li:nth-child(5n+1) {
    padding-right: 2%;
    padding-left: 0;
  }
}
@media (min-width: 800px) {
  .comLink li:not(:nth-child(5n+5)):not(:last-child) {
    padding-right: 2%;
  }
}
@media (min-width: 800px) {
  .comLink li:nth-child(5n+5), .comLink li:last-child {
    padding-right: 0;
    padding-left: 2%;
  }
}
@media not all and (min-width: 800px) {
  .comLink li.on {
    border-bottom: 1px solid #fc6b1d;
  }
}
.comLink li.on a span {
  text-decoration: none;
}

#about .textBox h4 {
  margin-bottom: 32px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6363636364;
  letter-spacing: 0.55px;
}
@media (min-width: 800px) {
  #about .textBox h4 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3846153846;
    letter-spacing: 0.65px;
  }
}
#about .textBox p {
  padding-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.35px;
}
@media not all and (min-width: 800px) {
  #about .textBox p {
    line-height: 1.96;
  }
}
#about .textBox p + p:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 800px) {
  #about .textBox p + p:not(:first-child) {
    margin-top: 27px;
  }
}
#about .imgBoxR:not(:first-child),
#about .imgBoxL:not(:first-child) {
  margin-top: 80px;
}
@media (min-width: 800px) {
  #about .imgBoxR:not(:first-child),
#about .imgBoxL:not(:first-child) {
    margin-top: 110px;
  }
}
@media not all and (min-width: 800px) {
  #about .imgBoxR .photoBox,
#about .imgBoxL .photoBox {
    padding-bottom: 0;
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) {
  #about .imgBoxR {
    display: flex;
    flex-direction: row-reverse;
  }
  #about .imgBoxR .photoBox {
    flex-shrink: 0;
    float: none;
  }
  #about .imgBoxL {
    display: flex;
  }
  #about .imgBoxL .photoBox {
    flex-shrink: 0;
    float: none;
  }
  #about .imgBoxL .photoBox {
    margin-right: 8.58%;
  }
  #about .imgBoxR .photoBox {
    margin-left: 12%;
  }
  #about .imgBoxR01 {
    margin-bottom: 34px;
  }
}

#natural .textBox h4 {
  margin-bottom: 32px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6363636364;
  letter-spacing: 0.55px;
}
@media (min-width: 800px) {
  #natural .textBox h4 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3846153846;
    letter-spacing: 0.65px;
  }
}
#natural .textBox p {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.35px;
}
@media not all and (min-width: 800px) {
  #natural .textBox p {
    line-height: 1.96;
  }
}
#natural .textBox p + p:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 800px) {
  #natural .textBox p + p:not(:first-child) {
    margin-top: 27px;
  }
}

#care .imgBox .textBox h3 {
  margin-bottom: 32px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6363636364;
  letter-spacing: 0.55px;
}
@media (min-width: 800px) {
  #care .imgBox .textBox h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3846153846;
    letter-spacing: 0.65px;
  }
}
#care .imgBox .textBox p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.35px;
}
@media not all and (min-width: 800px) {
  #care .imgBox .textBox p {
    line-height: 1.96;
  }
}
#care .imgBox .textBox p + p:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 800px) {
  #care .imgBox .textBox p + p:not(:first-child) {
    margin-top: 27px;
  }
}
@media not all and (min-width: 800px) {
  #care .imgBox .photoBox {
    padding-bottom: 0;
    margin-bottom: 32px;
  }
}

@media (min-width: 800px) {
  #schedule .comLink li {
    width: auto;
    min-width: 25%;
  }
}
#schedule .topBox ul {
  display: grid;
}
@media not all and (min-width: 800px) {
  #schedule .topBox ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 5px;
  }
}
@media (min-width: 800px) {
  #schedule .topBox ul {
    grid-template-columns: repeat(6, 1fr);
    gap: 7px;
  }
}
#schedule .topBox li {
  width: auto;
}
#schedule .topBox li img {
  width: 100%;
  height: auto;
}

#safety {
  margin-top: 60px;
}
@media (min-width: 800px) {
  #safety {
    margin-top: 90px;
  }
}
@media not all and (min-width: 800px) {
  #safety .btmBox {
    margin-bottom: 20px;
  }
}

#origin .comTextInner {
  margin-top: 80px;
}
@media (min-width: 800px) {
  #origin .comTextInner {
    margin-top: 110px;
  }
}

#origin .comLink,
#uracmodern .comLink,
#feature .comLink {
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  #origin .comLink,
#uracmodern .comLink,
#feature .comLink {
    margin-bottom: 63px;
  }
}
@media (min-width: 800px) {
  #origin .comLink li,
#uracmodern .comLink li,
#feature .comLink li {
    width: auto;
    min-width: 33%;
  }
}

#uracmodern .textBox h4 {
  margin-bottom: 32px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6363636364;
  letter-spacing: 0.55px;
}
@media (min-width: 800px) {
  #uracmodern .textBox h4 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3846153846;
    letter-spacing: 0.65px;
  }
}
@media not all and (min-width: 800px) {
  #uracmodern .textBox p {
    line-height: 1.96;
  }
  #uracmodern .photoBox {
    margin-bottom: 32px;
  }
}
#uracmodern .textBox {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.35px;
}
#uracmodern .imgBoxR {
  margin-top: 80px;
}
#uracmodern .imgBoxL:not(:first-child) {
  margin-top: 80px;
}
@media (min-width: 800px) {
  #uracmodern .imgBoxR,
#uracmodern .imgBoxL {
    justify-content: space-between;
  }
  #uracmodern .imgBoxR .textBox,
#uracmodern .imgBoxL .textBox {
    width: 46.2%;
  }
  #uracmodern .imgBoxR .photoBox,
#uracmodern .imgBoxL .photoBox {
    width: 46.2%;
  }
  #uracmodern .imgBoxR .photoBox img,
#uracmodern .imgBoxL .photoBox img {
    width: 100%;
    height: auto;
  }
  #uracmodern .imgBoxR {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 110px;
  }
  #uracmodern .imgBoxR .photoBox {
    flex-shrink: 0;
    float: none;
  }
  #uracmodern .imgBoxR .textBox {
    margin-right: auto;
  }
  #uracmodern .imgBoxL {
    display: flex;
  }
  #uracmodern .imgBoxL:not(:first-child) {
    margin-top: 110px;
  }
  #uracmodern .imgBoxL .photoBox {
    flex-shrink: 0;
    float: none;
  }
  #uracmodern .imgBoxL .textBox {
    margin-left: auto;
  }
}

#origin .imgBoxR,
#origin .imgBoxL,
#feature .imgBoxR,
#feature .imgBoxL {
  margin-bottom: 0;
}
#origin .imgBoxR:not(:first-child),
#origin .imgBoxL:not(:first-child),
#feature .imgBoxR:not(:first-child),
#feature .imgBoxL:not(:first-child) {
  margin-top: 80px;
}
@media (min-width: 800px) {
  #origin .imgBoxR:not(:first-child),
#origin .imgBoxL:not(:first-child),
#feature .imgBoxR:not(:first-child),
#feature .imgBoxL:not(:first-child) {
    margin-top: 110px;
  }
}
#origin .imgBoxR .textBox,
#origin .imgBoxL .textBox,
#feature .imgBoxR .textBox,
#feature .imgBoxL .textBox {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.35px;
}
#origin .imgBoxR .textBox .title,
#origin .imgBoxL .textBox .title,
#feature .imgBoxR .textBox .title,
#feature .imgBoxL .textBox .title {
  margin-bottom: 32px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6363636364;
  letter-spacing: 0.55px;
}
@media (min-width: 800px) {
  #origin .imgBoxR .textBox .title,
#origin .imgBoxL .textBox .title,
#feature .imgBoxR .textBox .title,
#feature .imgBoxL .textBox .title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3846153846;
    letter-spacing: 0.65px;
  }
}
@media not all and (min-width: 800px) {
  #origin .imgBoxR .textBox p,
#origin .imgBoxL .textBox p,
#feature .imgBoxR .textBox p,
#feature .imgBoxL .textBox p {
    line-height: 1.96;
  }
  #origin .imgBoxR .photoBox,
#origin .imgBoxL .photoBox,
#feature .imgBoxR .photoBox,
#feature .imgBoxL .photoBox {
    padding-bottom: 0;
    margin-bottom: 32px;
  }
}

#feature .block {
  margin-top: 80px;
}
@media (min-width: 800px) {
  #feature .block {
    margin-top: 110px;
  }
}

:root {
  --zindex-header: 10;
}

.l-loading {
  z-index: calc(var(--zindex-header) + 1);
}

.fixSpace {
  z-index: 2200;
}

.l-footer,
.l-footer .l-footer__button,
.l-footer .l-pagetop {
  z-index: 1900;
}

.p-topMainVisual__heading,
.p-topMainVisual__lead,
.p-topMainVisual__scroll {
  z-index: calc(var(--zindex-header) - 8);
}

.mainVisual {
  z-index: 2100;
}

.p-bnrInformation {
  z-index: 2000;
}

.c-hamburger {
  position: fixed;
  top: 0;
  right: 13px;
  z-index: 2300;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
}
.p-top .l-header:not(.fix) .c-hamburger {
  top: 8px;
}
.c-hamburger .c-hamburger__line {
  position: relative;
  display: block;
  width: 23px;
  height: 1px;
  background-color: #000;
  transition: transform 0.3s cubic-bezier(0, 0.4, 0.3, 1), color 0.3s cubic-bezier(0, 0.4, 0.3, 1);
}
.p-top .l-header:not(.fix) .c-hamburger .c-hamburger__line {
  background-color: #fff;
}
.c-hamburger .c-hamburger__line::before, .c-hamburger .c-hamburger__line::after {
  position: absolute;
  left: 0;
  display: block;
  width: 23px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: transform 0.3s cubic-bezier(0, 0.4, 0.3, 1), color 0.3s cubic-bezier(0, 0.4, 0.3, 1);
}
.p-top .l-header:not(.fix) .c-hamburger .c-hamburger__line::before, .p-top .l-header:not(.fix) .c-hamburger .c-hamburger__line::after {
  background-color: #fff;
}
.c-hamburger .c-hamburger__line::before {
  top: -8px;
}
.c-hamburger .c-hamburger__line::after {
  bottom: -8px;
}
._open .c-hamburger .c-hamburger__line, .p-top .l-header._open .c-hamburger .c-hamburger__line {
  background: transparent;
}
._open .c-hamburger .c-hamburger__line::before, ._open .c-hamburger .c-hamburger__line::after, .p-top .l-header._open .c-hamburger .c-hamburger__line::before, .p-top .l-header._open .c-hamburger .c-hamburger__line::after {
  background-color: #fff;
}
._open .c-hamburger .c-hamburger__line::before, .p-top .l-header._open .c-hamburger .c-hamburger__line::before {
  transform: translateY(8px) rotateZ(38deg);
}
._open .c-hamburger .c-hamburger__line::after, .p-top .l-header._open .c-hamburger .c-hamburger__line::after {
  transform: translateY(-8px) rotateZ(-38deg);
}
@media (min-width: 800px) {
  .c-hamburger {
    display: none;
  }
}

@media (min-width: 800px) {
  .c-list._date .c-list__item:not(:first-of-type) {
    margin-top: 10px;
  }
}
.c-list._date .c-list__item > a,
.c-list._date .c-list__item .c-list__itemInner {
  display: flex;
  justify-content: flex-start;
}
.c-list._date .c-list__item > a > .c-list__detail,
.c-list._date .c-list__item .c-list__itemInner > .c-list__detail {
  line-height: 1.875;
}
.c-list._date .c-list__item a {
  text-decoration: none;
}
@media (min-width: 800px) {
  .c-list._date .c-list__item a:hover {
    text-decoration: underline;
  }
}
.c-list._date .c-list__item .c-list__time {
  display: inline-flex;
  flex-basis: 7em;
  flex-shrink: 0;
  width: 7em;
  margin-bottom: 0;
  line-height: 1.875;
}
.c-list._date .c-list__item .c-list__time::after {
  display: inline-block;
  margin-left: 5px;
  content: "｜";
}

.c-more {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .c-more {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.c-more a {
  display: inline-block;
  padding-right: 50px;
  background: url(../img/common/icon_more_arrow.png) no-repeat 100% 50%;
}
@media (min-width: 800px) {
  .c-more a {
    padding-right: 50px;
  }
}
.c-more .c-more__line {
  display: inline-block;
  width: 100%;
  height: 1px;
}
.c-more._white a {
  background: url(../img/common/icon_more_arrow_white.png) no-repeat 100% 50%;
}
.c-more._white .c-more__line {
  background: #fff;
}
.c-more._line > a {
  position: relative;
}
.c-more._line > a::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  content: "";
  background: #232323;
}
@media (min-width: 800px) {
  .c-more._line > a::after {
    margin-top: 8px;
    transition: opacity 0.3s cubic-bezier(0, 0.4, 0.3, 1);
  }
}
@media (min-width: 800px) {
  .c-more._line > a {
    transition: opacity 0.3s cubic-bezier(0, 0.4, 0.3, 1);
  }
  .c-more._line > a:hover {
    opacity: 0.7;
  }
  .c-more._line > a:hover::after {
    opacity: 0.7;
  }
}
.c-more._line._white a {
  color: #fff;
}
.c-more._line._white a::after {
  background: #fff;
}
.c-more._border a {
  height: 25px;
  padding-left: 18px;
  border-left: 1px solid #a8a8a8;
}
@media (min-width: 800px) {
  .c-more._border a {
    display: inline-flex;
    align-items: center;
    height: 47px;
    padding-left: 36px;
    border-color: #232323;
  }
}
@media (min-width: 800px) {
  .c-more._border a {
    transition: opacity 0.3s cubic-bezier(0, 0.4, 0.3, 1);
  }
  .c-more._border a:hover {
    opacity: 0.7;
  }
}

.l-container {
  position: relative;
  z-index: 10;
}

.l-contents {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-right: 18px;
  padding-left: 18px;
}
.l-contents::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100%;
  max-width: 1120px;
  height: 100%;
  pointer-events: none;
  content: "";
  background: url(../img/common/bg_contents.png) repeat-y 50% 0;
  background-size: 100% auto;
  transform: translateX(-50%);
}
.l-main:not(.p-top) .l-contents {
  padding-bottom: 85px;
}
@media (min-width: 800px) {
  .l-main:not(.p-top) .l-contents {
    padding-bottom: 110px;
  }
}
@media (min-width: 800px) {
  .l-contents {
    padding-top: 106px;
    padding-right: 30px;
    padding-left: 30px;
    background: url(../img/common/bg_contents.png) repeat-y 50%;
  }
}
.l-contents .l-contents__wide {
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}
.l-contents .l-contents__narrow,
.l-contents .c-contents__narrow {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.l-footer {
  position: relative;
  padding-top: 46px;
  padding-bottom: 75px;
  color: #fff;
  text-align: left;
  background: #232323 url(../img/common/bg_black.png) 0 0;
}
@media (min-width: 800px) {
  .l-footer {
    padding-top: 72px;
    padding-bottom: 90px;
  }
}
.l-footer .l-footer__inner {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 800px) {
  .l-footer .l-footer__inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1434px;
    padding-right: 32px;
    padding-left: 32px;
    margin: 0 auto;
  }
}
@media (min-width: 800px) {
  .l-footer .l-footer__body {
    flex-basis: 42.8%;
    flex-shrink: 0;
    width: 42.8%;
    padding-left: 1.8%;
  }
}
@media not all and (min-width: 800px) {
  .l-footer .l-footer__logo {
    margin-bottom: 26px;
  }
  .l-footer .l-footer__logo img {
    width: 244px;
    height: auto;
  }
}
@media (min-width: 800px) {
  .l-footer .l-footer__logo {
    margin-top: 4px;
    margin-bottom: 38px;
  }
}
.l-footer .l-footer__logo a {
  display: block;
}
.l-footer .l-footer__logo .l-footer__logoImage {
  width: 262px;
  height: auto;
}
@media (min-width: 800px) {
  .l-footer .l-footer__logo .l-footer__logoImage {
    width: 349px;
  }
}
.l-footer .l-footer__sns {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
@media (min-width: 800px) {
  .l-footer .l-footer__sns {
    margin-bottom: 14px;
  }
}
.l-footer .l-footer__sns a {
  display: block;
  align-items: center;
  padding: 10px;
}
@media not all and (min-width: 800px) {
  .l-footer .l-footer__sns ._facebook img {
    width: auto;
    height: 18px;
  }
}
@media not all and (min-width: 800px) {
  .l-footer .l-footer__sns ._instagram img {
    width: auto;
    height: 18px;
  }
}
.l-footer .l-footer__info {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.l-footer .l-footer__infoHeading {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .l-footer .l-footer__infoHeading {
    margin-bottom: 11px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.l-footer .l-footerInfo__address {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .l-footer .l-footerInfo__address {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.l-footer .l-footer__infoItem {
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .l-footer .l-footer__infoItem {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}
.l-footer .l-footer__infoItem dt {
  flex-shrink: 0;
}
.l-footer .l-footer__infoItem dt::after {
  display: inline-block;
  margin-right: 0.6em;
  margin-left: 0.8em;
  content: "|";
}
@media (min-width: 800px) {
  .l-footer .l-footerNav {
    display: flex;
    flex-basis: 57.2%;
    justify-content: flex-start;
    width: 57.2%;
  }
}
@media (min-width: 800px) {
  .l-footer .l-footerNavList {
    flex-basis: calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
    padding-left: 25px;
    border-left: 1px solid #989898;
  }
  .l-footer .l-footerNavList + .l-footerNavList {
    margin-left: 15px;
  }
}
@media (min-width: 800px) {
  .l-footer .l-footerNav__item + .l-footerNav__item {
    margin-top: 33px;
  }
}
@media (min-width: 800px) {
  .l-footer .l-footerNav__title {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.025em;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .l-footer .l-footerNav__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 800px) {
  .l-footer .l-footerNav__title::before {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 9px;
    content: "";
    background: #f04b00;
  }
}
@media (min-width: 800px) {
  .l-footer .l-footerNav__title:active, .l-footer .l-footerNav__title:visited {
    color: #fff;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .l-footer .l-footerNav__title {
    transition: opacity 0.3s cubic-bezier(0, 0.4, 0.3, 1);
  }
  .l-footer .l-footerNav__title:hover {
    opacity: 0.7;
  }
}
@media (min-width: 800px) {
  .l-footer .l-footerSubNav .l-footerSubNav__item {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.025em;
  }
}
@media (min-width: 800px) {
  .l-footer .l-footerSubNav .l-footerSubNav__item a {
    display: inline-flex;
    align-items: flex-start;
    line-height: 1.2;
    color: #989898;
    text-decoration: none;
  }
  .l-footer .l-footerSubNav .l-footerSubNav__item a::before {
    position: relative;
    top: 0.5em;
    display: inline-block;
    flex-shrink: 0;
    width: 4px;
    height: 1px;
    margin-right: 14px;
    content: "";
    background: #989898;
  }
  .l-footer .l-footerSubNav .l-footerSubNav__item a:active, .l-footer .l-footerSubNav .l-footerSubNav__item a:visited {
    color: #989898;
  }
}
@media (any-hover: hover) {
  .l-footer .l-footerSubNav .l-footerSubNav__item a:hover {
    text-decoration: underline;
  }
}
.l-footer .l-footer__copy {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.3636363636;
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .l-footer .l-footer__copy {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2.5;
  }
}

@media not all and (min-width: 1024px) {
  .l-globalNavigation {
    width: 100%;
    height: 100%;
    padding: 55px 20px 20px;
    overflow-y: auto;
    background-color: rgba(240, 75, 0, 0.95);
  }
}
@media (min-width: 1024px) {
  .l-globalNavigation {
    padding-left: 414px;
  }
}
@media (min-width: 1024px) {
  .l-globalNavigation .l-globalNavigation__list {
    display: flex;
  }
}
.l-globalNavigation .l-globalNavigation__item {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 1024px) {
  .l-globalNavigation .l-globalNavigation__item {
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .l-globalNavigation .l-globalNavigation__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
  }
}
.l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemWrap {
  position: relative;
}
@media not all and (min-width: 1024px) {
  .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemWrap .l-globalNavigation__btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 3px;
  }
  .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemWrap .l-globalNavigation__btn::before {
    display: block;
    align-self: center;
    width: 25px;
    height: 25px;
    margin-left: auto;
    content: "";
    background: url(../img/common/icon_arrow_white.png) no-repeat 50% 50%;
    background-size: auto 12px;
    transition: transform 0.3s cubic-bezier(0, 0.4, 0.3, 1);
    transform-origin: center;
  }
  .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemWrap .l-globalNavigation__btn span {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .l-footer .l-footerNav__item._open .l-footerNav__btn::before {
    transform: rotate(90deg);
  }
}
@media not all and (min-width: 1024px) {
  .l-globalNavigation .l-globalNavigation__item._info {
    margin-top: 39px;
  }
}
.l-globalNavigation .l-globalNavigation__item._info .l-globalNavigation__itemLink {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
@media not all and (min-width: 800px) {
  .l-globalNavigation .l-globalNavigation__item._info .l-globalNavigation__itemLink {
    padding: 20px 10px 14px;
  }
}
@media not all and (min-width: 1024px) {
  .l-globalNavigation .l-globalNavigation__item._info .l-globalNavigation__itemLink {
    display: block;
    padding: 20px 10px 14px;
    color: #000;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .l-globalNavigation .l-globalNavigation__item._info .l-globalNavigation__itemLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    padding-right: 24px;
    padding-left: 26px;
    margin-left: 17px;
    transition: background 0.3s cubic-bezier(0, 0.4, 0.3, 1), color 0.3s cubic-bezier(0, 0.4, 0.3, 1);
  }
}
@media (any-hover: hover) {
  .l-globalNavigation .l-globalNavigation__item._info .l-globalNavigation__itemLink:hover {
    color: #fff;
    background: #f04b00;
  }
}
@media not all and (min-width: 1024px) {
  .l-globalNavigation .l-globalNavigation__item:not(._info) {
    border-bottom: 1px solid #fff;
  }
}
.l-globalNavigation .l-globalNavigation__item:not(._info) .l-globalNavigation__itemLink {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
@media not all and (min-width: 1024px) {
  .l-globalNavigation .l-globalNavigation__item:not(._info) .l-globalNavigation__itemLink {
    display: block;
    padding-top: 17px;
    padding-bottom: 14px;
  }
}
@media (min-width: 1024px) {
  .l-globalNavigation .l-globalNavigation__item:not(._info) .l-globalNavigation__itemLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    padding-right: 17px;
    padding-left: 17px;
    transition: color 0.3s cubic-bezier(0, 0.4, 0.3, 1);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .l-globalNavigation .l-globalNavigation__item:not(._info) .l-globalNavigation__itemLink {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (any-hover: hover) {
  .l-globalNavigation .l-globalNavigation__item:not(._info) .l-globalNavigation__itemLink:hover {
    color: #f04b00;
  }
}

@media (min-width: 1024px) {
  .l-globalNavigationSub,
.l-globalNavigation__btn {
    display: none;
  }
}

@media not all and (min-width: 1024px) {
  .l-globalNavigationSub {
    padding-bottom: 10px;
    padding-left: 18px;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  .l-footer .l-footerNav__item._open .l-footerSubNav {
    display: block;
  }
}
@media not all and (min-width: 1024px) {
  .l-globalNavigationSub .l-globalNavigationSub__item a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
  }
}
.l-globalNavigation .l-globalNavigation__item:not(._open) .l-globalNavigationSub {
  display: none;
}

.p-top .l-header {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  height: calc(var(--vh, 1vh) * 100);
}
@media not all and (min-width: 800px) {
  .l-header::before {
    content: "";
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.46, 0.01, 0.59, 1);
  }
  .l-header._open::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.41);
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0.46, 0.01, 0.59, 1);
  }
}
@media not all and (min-width: 800px) {
  .l-header .l-header__logo {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background: #fff;
  }
  div:not(.p-top) .l-header .l-header__logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .p-top .l-header .l-header__logo {
    position: relative;
    z-index: 20;
  }
  .p-top .l-header.fix .l-header__logo {
    position: fixed;
    top: 0;
    left: 0;
  }

  .l-header .l-header__logo img {
    width: auto;
    height: 23px;
  }
}
@media (min-width: 800px) {
  div:not(.p-top) .l-header .l-header__logo {
    padding-top: 16px;
    padding-bottom: 6px;
  }
  .l-header .l-header__logo a {
    display: inline-flex;
    align-items: center;
  }
}
.l-header .dropMenu {
  height: calc(var(--vh, 1vh) * 100);
  background: url(../img/common/bg_spmenu.jpg) 0 0;
  background-size: 100px auto;
}
@media not all and (min-width: 800px) {
  .l-header .dropMenu {
    padding: 20px;
    overflow-y: auto;
  }
}
.l-header .dropMenu .dropNavi > li {
  padding-top: 20px;
}
.l-header .dropMenu .dropNavi > li > a {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #8D9DAC;
}
@media (min-width: 800px) {
  .l-header .dropMenu .dropNavi > li > a {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.l-header .dropMenu .dropNavi > li > a::before {
  display: inline-block;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  margin-right: 7px;
  content: "";
  background: #f04b00;
}
.l-header .dropMenu .dropNavi > li > a::after {
  display: inline-block;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  margin-left: auto;
  content: "";
  background: url(../img/common/icon_menu_close.png) 0 0;
  background-size: 100% auto;
}
.l-header .dropMenu .dropNavi > li > a:active, .l-header .dropMenu .dropNavi > li > a:focus, .l-header .dropMenu .dropNavi > li > a:hover {
  text-decoration: none;
}
.l-header .dropMenu .dropNavi > li > a.on::after {
  width: 13px;
  height: 1px;
  background: url(../img/common/icon_menu_open.png) 0 0;
  background-size: 100% auto;
}
.l-header .dropMenu .dropNavi li ul {
  display: none;
  padding-top: 20px;
}
@media not all and (min-width: 800px) {
  .l-header .dropMenu .dropNavi li ul {
    padding-top: 10px;
  }
}
.l-header .dropMenu .dropNavi li ul li a {
  display: inline-flex;
  align-items: center;
  padding: 5px 0;
  color: #fff;
}
@media not all and (min-width: 800px) {
  .l-header .dropMenu .dropNavi li ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-header .dropMenu .dropNavi li ul li a::before {
  display: inline-block;
  flex-shrink: 0;
  width: 4px;
  height: 1px;
  margin-right: 14px;
  content: "";
  background: #989898;
}
.l-header .l-header__sns {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
@media not all and (min-width: 800px) {
  .l-header .l-header__sns {
    margin-left: -20px;
  }
}
@media (min-width: 800px) {
  .l-header .l-header__sns {
    position: fixed;
    top: 23px;
    right: calc(1.26% - 10px);
    z-index: 100;
  }
}
.l-header .l-header__sns a {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (min-width: 800px) {
  .l-header .l-header__sns a {
    padding: 0 10px;
  }
}
@media not all and (min-width: 800px) {
  .l-header .l-header__sns ._facebook img {
    width: 7px;
    height: 16px;
  }
}
@media not all and (min-width: 800px) {
  .l-header .l-header__sns ._instagram {
    border-left: 1px solid #ababab;
  }
}
@media not all and (min-width: 800px) {
  .l-header .l-header__sns ._instagram img {
    width: 18px;
    height: 18px;
  }
}

.l-main {
  width: 100%;
}

.l-pagetop {
  position: fixed;
  bottom: 18%;
  left: 50%;
  width: 100%;
  max-width: 1252px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  transform: translateX(-50%);
}
@media (min-width: 800px) {
  .l-pagetop {
    bottom: 10%;
  }
}
.l-pagetop._show {
  visibility: visible;
  opacity: 1;
}
.l-pagetop .l-pagetop__link {
  position: absolute;
  top: 0;
  display: block;
  width: 47px;
  height: 25px;
  pointer-events: auto;
  transition: opacity 0.3s ease-in-out;
}
@media not all and (min-width: 800px) {
  .l-pagetop .l-pagetop__link {
    right: 10px;
  }
}
@media (min-width: 800px) {
  .l-pagetop .l-pagetop__link {
    right: 0;
    width: 54px;
    height: 28px;
  }
  .l-pagetop .l-pagetop__link:hover {
    opacity: 0.7;
  }
}
.l-pagetop .l-pagetop__link::before {
  position: absolute;
  display: block;
  width: 47px;
  height: 25px;
  content: "";
  background: url(../img/common/icon_gotop.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media (min-width: 800px) {
  .l-pagetop .l-pagetop__link::before {
    width: 54px;
    height: 28px;
  }
}

.pinWrapper {
  position: relative;
}

.page-company #main {
  overflow: initial;
}

.mainVisual {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  height: calc(100vh - 40px);
  overflow: hidden;
}
@media (min-width: 800px) {
  .mainVisual {
    top: 65px;
    height: calc(100vh - 65px);
  }
}

.mainVisual__bg {
  height: 100%;
  transition: opacity 0.5s linear;
}
.mainVisual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainVisual:not(.showBackground) .mainVisual__bg {
  opacity: 0;
}

.mainVisual__logo {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s linear;
}
.mainVisual__logo img {
  width: 100%;
  height: auto;
}
.mainVisual.showBackground .mainVisual__logo {
  opacity: 0.25;
}

.mainVisualSlider {
  position: relative;
  z-index: 2101;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: calc(100vh - 65px);
  overflow: hidden;
}

.slider {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.46, 0.01, 0.59, 1);
}
@media (orientation: landscape) {
  .slider {
    padding-top: 33.8541666667%;
  }
}
@media (orientation: portrait) {
  .slider {
    padding-top: 113.6%;
  }
}
.mainVisualSlider._show .slider {
  transition-delay: 0.1s;
  transform: translateY(-18.6666666667vw) !important;
}
@media (min-width: 800px) {
  .mainVisualSlider._show .slider {
    transform: translateY(-2.0833333333vw) !important;
  }
}

.slider-list {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
@media (orientation: landscape) {
  .slider-list {
    width: 50.78125%;
  }
}
@media (orientation: portrait) {
  .slider-list {
    width: 75.7333333333%;
  }
}
.slider-list .slider-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 32px;
  font-weight: 700;
  color: black;
}

.mainVisual__slideNav {
  position: absolute;
  bottom: 16vw;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 44.8vw;
  margin: 8vw auto 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  transition: opacity 0.5s cubic-bezier(0.46, 0.01, 0.59, 1);
  transition-delay: 0.5s;
  transform: translateX(-50%) translateY(-18.6666666667vw);
}
.mainVisualSlider:not(._show) .mainVisual__slideNav {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.46, 0.01, 0.59, 1);
}
@media (min-width: 800px) {
  .mainVisual__slideNav {
    bottom: 8.203125vw;
    width: 168px;
    margin-top: 25px;
    transform: translateX(-50%) translateY(-2.0833333333vw);
  }
}
.mainVisual__slideNav span {
  width: 50%;
}
.mainVisual__slideNav .prev {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mainVisual__slideNav .prev::after {
  display: block;
  width: 1px;
  height: 11px;
  content: "";
  background: #fff;
}
.mainVisual__slideNav .next {
  text-align: right;
}

.mainVisual__slideSkip {
  position: absolute;
  bottom: -5.3333333333vw;
  left: 50%;
  z-index: 2101;
  width: 17.0666666667vw;
  height: 17.0666666667vw;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.46, 0.01, 0.59, 1);
  transition-delay: 0.5s;
  transform: translateX(-50%) translateY(-18.6666666667vw);
}
.mainVisualSlider:not(._show) .mainVisual__slideSkip {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.46, 0.01, 0.59, 1);
}
@media (min-width: 800px) {
  .mainVisual__slideSkip {
    bottom: 2.6041666667vw;
    width: 62px;
    height: 62px;
    transform: translateX(-50%) translateY(-2.0833333333vw);
  }
}
.mainVisual__slideSkip a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.0666666667vw;
  height: 17.0666666667vw;
}
@media (min-width: 800px) {
  .mainVisual__slideSkip a {
    width: 62px;
    height: 62px;
  }
}
.mainVisual__slideSkip a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(222, 206, 16, 0.45);
  filter: blur(5px);
  border-radius: 50%;
}
.mainVisual__slideSkip a span {
  position: relative;
  z-index: 2;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.p-company__lead {
  padding-top: 14.6666666667vw;
  margin-top: 10.1333333333vw;
  text-align: center;
  background: url(../img/company/arrow.svg) no-repeat 50% 0;
  background-size: 3.4666666667vw auto;
}
@media (min-width: 800px) {
  .p-company__lead {
    padding-top: 50px;
    margin-top: 32px;
    background-size: 13px auto;
  }
}
.p-company__lead p {
  font-size: 16px;
  font-size: 1rem;
}
.p-company__lead p:not([class]) + p:not([class]) {
  margin-top: 5.8666666667vw;
}
@media (min-width: 800px) {
  .p-company__lead p:not([class]) + p:not([class]) {
    margin-top: 22px;
  }
}
.p-company__lead p.lage {
  margin-bottom: 5.8666666667vw;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media (min-width: 800px) {
  .p-company__lead p.lage {
    margin-bottom: 22px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.7;
  }
}
.p-company__lead p.time {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4666666667;
}

.p-company__view360 {
  position: relative;
  margin-top: 20.8vw;
  margin-bottom: 16.8vw;
}
@media (min-width: 800px) {
  .p-company__view360 {
    width: 56.640625vw;
    margin: 88px auto 68px;
  }
}
.p-company__view360 a {
  display: flex;
  color: #fff;
}
@media (min-width: 800px) {
  .p-company__view360 a {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .p-company__view360 a img {
    transition: transform 1s ease-out;
  }
}
@media (min-width: 800px) and (any-hover: hover) {
  .p-company__view360 a:hover img {
    transform: scale(1.06);
  }
}
.p-company__view360 a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 34.6666666667vw;
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 52.71%, #4b1103 100%);
  opacity: 0.63;
}
@media (min-width: 800px) {
  .p-company__view360 a::before {
    height: 130px;
  }
}
@media (min-width: 800px) {
  .p-company__view360 a:hover .p-company__view360Desc dd span::before {
    width: 100%;
  }
}
.p-company__view360 .p-company__view360Desc {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 0 5.3333333333vw 6.6666666667vw 3.2vw;
}
@media (min-width: 800px) {
  .p-company__view360 .p-company__view360Desc {
    padding: 0 6px 25px 25px;
  }
}
.p-company__view360 .p-company__view360Desc dt {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (min-width: 800px) {
  .p-company__view360 .p-company__view360Desc dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-company__view360 .p-company__view360Desc dt span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-company__view360 .p-company__view360Desc dd span {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-transform: uppercase;
}
.p-company__view360 .p-company__view360Desc dd span::before {
  position: absolute;
  left: 0;
  display: block;
  width: 7px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: width 0.5s cubic-bezier(0, 0.4, 0.3, 1);
}
.p-company__view360 .p-company__view360Bg {
  position: relative;
  z-index: 1;
}
.p-company__view360 .p-company__view360Bg picture {
  display: block;
}
.p-company__view360 .p-company__view360Bg img {
  width: 100%;
  height: auto;
}

@media (min-width: 800px) {
  #company #CompanyInfo {
    margin-top: 110px;
  }
}

.p-top .p-topMainVisual {
  height: calc(var(--vh, 1vh) * 100 - 40px);
}
@media (min-width: 800px) {
  .p-top .p-topMainVisual {
    height: calc(var(--vh, 1vh) * 100 - 65px);
  }
}
.p-top .p-topMainVisual .p-topMainVisual__inner {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 40px);
}
@media (min-width: 800px) {
  .p-top .p-topMainVisual .p-topMainVisual__inner {
    height: calc(var(--vh, 1vh) * 100 - 65px);
  }
}
.p-top .p-topMainVisual .p-topMainVisual__heading {
  position: fixed;
  top: calc(var(--vh, 1vh) * 50);
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media (min-width: 800px) {
  .p-top .p-topMainVisual .p-topMainVisual__heading {
    transform: translate(-50%, -37%);
  }
}
.p-top .p-topMainVisual .p-topMainVisual__headingImage {
  margin-top: 28px;
}
.p-top .p-topMainVisual .swiper-container {
  position: fixed;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 40px);
}
@media (min-width: 800px) {
  .p-top .p-topMainVisual .swiper-container {
    height: calc(var(--vh, 1vh) * 100 - 65px);
  }
}
.p-top .p-topMainVisual .swiper-slide img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover";
  transition: transform 8000ms linear;
  transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .p-topMainVisual .swiper-slide.swiper-slide-active img, .p-top .p-topMainVisual .swiper-slide.swiper-slide-duplicate-active img {
  transform: scale(1.07);
}
.p-top .p-topConcept {
  position: relative;
  height: 0;
  padding-top: 162.6%;
  overflow: hidden;
}
@media (min-width: 800px) {
  .p-top .p-topConcept {
    padding-top: 53.3%;
  }
}
.p-top .p-topConcept::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-top .p-topConcept .p-topConcept__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.p-top .p-topConcept .p-topConcept__body {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
}
.p-top .p-topConcept .p-topConcept__heading {
  margin-left: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8vw;
  font-weight: 700;
  text-shadow: rgba(255, 255, 255, 0.37) 0 0 7px;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
}
@media (min-width: 800px) {
  .p-top .p-topConcept .p-topConcept__heading {
    margin-left: 52px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-top .p-topConcept .p-topConcept__lead {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.2916666667;
  text-shadow: rgba(255, 255, 255, 0.37) 0 0 7px;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
}
@media not all and (min-width: 800px) {
  .p-top .p-topConcept .p-topConcept__lead {
    font-size: 3.2vw;
  }
}
@media (min-width: 800px) {
  .p-top .p-topConcept .p-topConcept__lead {
    line-height: 2.1;
  }
}
.p-top .p-topConcept .p-topConcept__backgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-top .p-topConcept .p-topConcept__backgroundImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.p-top .p-topSecWrap._beige {
  background: url(../img/top/bg_beige.png) 0 0;
}
.p-top .p-topSecWrap._black {
  background: url(../img/top/bg_black.png) 0 0;
}
.p-top .p-topAbout {
  padding-top: 43px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 800px) {
  .p-top .p-topAbout {
    display: flex;
    width: 100%;
    max-width: 1204px;
    padding-top: 96px;
    padding-right: 32px;
    padding-left: 32px;
    margin: 0 auto;
  }
}
.p-top .p-topAbout__heading {
  display: flex;
}
@media not all and (min-width: 800px) {
  .p-top .p-topAbout__heading {
    width: 100%;
    padding-right: 15px;
    padding-left: 8px;
  }
}
@media (min-width: 800px) {
  .p-top .p-topAbout__heading {
    flex-basis: 55.2%;
    flex-shrink: 0;
    width: 55.2%;
    max-width: 55.2%;
    margin-right: 75px;
  }
}
.p-top .p-topAbout__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media not all and (min-width: 800px) {
  .p-top .p-topAbout__title {
    flex-shrink: 0;
    width: 37px;
  }
}
@media (min-width: 800px) {
  .p-top .p-topAbout__title {
    margin-right: 32px;
    margin-left: -10px;
  }
}
.p-top .p-topAbout__title ._en {
  font-family: "Cormorant Garamond", serif;
  font-size: 37px;
  font-size: 2.3125rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  writing-mode: vertical-lr;
}
@media (min-width: 800px) {
  .p-top .p-topAbout__title ._en {
    font-size: 64px;
    font-size: 4rem;
  }
}
.p-top .p-topAbout__title ._jp {
  margin-top: 19px;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #f04b00;
  writing-mode: vertical-rl;
}
@media (min-width: 800px) {
  .p-top .p-topAbout__title ._jp {
    margin-top: 34px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media not all and (min-width: 800px) {
  .p-top .p-topAbout__image {
    margin-left: 14px;
  }
}
@media not all and (min-width: 800px) {
  .p-top .p-topAbout__body {
    margin-top: 35px;
  }
}
@media (min-width: 800px) {
  .p-top .p-topAbout__body {
    display: flex;
    flex-direction: column;
  }
}
.p-top .p-topAbout__body .c-more {
  margin-top: auto;
}
@media not all and (min-width: 800px) {
  .p-top .p-topAbout__body .c-more {
    margin-top: 50px;
  }
}
.p-top .p-topAbout__detail + .p-topAbout__detail {
  margin-top: 30px;
}
@media (min-width: 800px) {
  .p-top .p-topAbout__detail + .p-topAbout__detail {
    margin-top: 45px;
  }
}
.p-top .p-topAbout__detail dt {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .p-top .p-topAbout__detail dt {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-top .p-topAbout__detail dt::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  content: "";
  background: #f04b00;
}
@media (min-width: 800px) {
  .p-top .p-topAbout__detail dt::before {
    margin-right: 11px;
  }
}
.p-top .p-topAbout__detail dd {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.84;
}
@media (min-width: 800px) {
  .p-top .p-topAbout__detail dd {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.1333333333;
  }
}
.p-top .p-topGallery {
  padding-right: 15px;
  padding-bottom: 52px;
  padding-left: 15px;
  margin-top: 50px;
}
@media (min-width: 800px) {
  .p-top .p-topGallery {
    width: 100%;
    max-width: 1204px;
    padding-right: 32px;
    padding-bottom: 127px;
    padding-left: 32px;
    margin: 156px auto 0;
  }
}
.p-top .p-topGallery__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media not all and (min-width: 800px) {
  .p-top .p-topGallery__heading {
    margin-bottom: 20px;
  }
}
@media (min-width: 800px) {
  .p-top .p-topGallery__heading {
    margin-bottom: 36px;
  }
}
.p-top .p-topGallery__title {
  display: flex;
  align-items: center;
}
.p-top .p-topGallery__title ._en {
  font-family: "Cormorant Garamond", serif;
  font-size: 37px;
  font-size: 2.3125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .p-top .p-topGallery__title ._en {
    font-size: 64px;
    font-size: 4rem;
  }
}
.p-top .p-topGallery__title ._jp {
  margin-left: 7px;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #f04b00;
}
@media (min-width: 800px) {
  .p-top .p-topGallery__title ._jp {
    margin-left: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-top .p-topGallery__item a {
  position: relative;
  display: block;
}
@media (min-width: 800px) {
  .p-top .p-topGallery__item a {
    transition: opacity 1s cubic-bezier(0.46, 0.01, 0.59, 1);
  }
  .p-top .p-topGallery__item a::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(240, 75, 0, 0.1);
    background-image: url(../img/top/img_gallery_hover.png);
    background-repeat: no-repeat;
    background-position: 80.3% 0;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.46, 0.01, 0.59, 1);
  }
  .p-top .p-topGallery__item a:hover::before {
    opacity: 1;
  }
  .p-top .p-topGallery__item a:hover .p-topGallery__body h3 {
    left: 11.4%;
    transform: translate(0);
  }
  .p-top .p-topGallery__item a:hover .p-topGallery__body .c-more span {
    left: 11.4%;
    transform: translateX(0);
  }
}
.p-top .p-topGallery__body {
  position: absolute;
  top: 50%;
  left: 7.4%;
  z-index: 2;
  color: #fff;
  transform: translate(0, -50%);
}
@media (min-width: 800px) {
  .p-top .p-topGallery__body {
    left: 0;
    width: 100%;
  }
}
.p-top .p-topGallery__body h3 {
  display: inline-block;
  margin-bottom: 5px;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-shadow: rgba(255, 255, 255, 0.37) 0 0 7px;
  letter-spacing: 0.1em;
}
@media (min-width: 800px) {
  .p-top .p-topGallery__body h3 {
    position: relative;
    left: 50%;
    margin-bottom: 10px;
    font-size: 26px;
    font-size: 1.625rem;
    transition: transform 1.4s cubic-bezier(0.46, 0.01, 0.59, 1), left 1.4s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(-50%);
  }
}
.p-top .p-topGallery__body .c-more {
  text-shadow: rgba(255, 255, 255, 0.37) 0 0 7px;
}
@media not all and (min-width: 800px) {
  .p-top .p-topGallery__body .c-more {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .p-top .p-topGallery__body .c-more span:not([class]) {
    display: block;
    width: 3.7rem;
    text-align: center;
  }
  .p-top .p-topGallery__body .c-more .c-more__line {
    display: block;
    width: 3.7rem;
  }
}
@media (min-width: 800px) {
  .p-top .p-topGallery__body .c-more span:not([class]) {
    position: relative;
    left: 50%;
    display: block;
    width: 6.2rem;
    text-align: center;
    transition: transform 1.4s 0.1s cubic-bezier(0.46, 0.01, 0.59, 1), left 1.4s 0.1s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(-50%);
  }
  .p-top .p-topGallery__body .c-more .c-more__line {
    position: relative;
    left: 50%;
    display: block;
    width: 6.2rem;
    margin-top: 5px;
    transition: transform 1.4s 0.2s cubic-bezier(0.46, 0.01, 0.59, 1), left 1.4s 0.2s cubic-bezier(0.46, 0.01, 0.59, 1);
    transform: translateX(-50%);
  }
}
.p-top .p-topGallery__backgroundImage img {
  width: 100%;
  height: auto;
}
.p-top .p-topPhotoGallery {
  margin-top: 50px;
}
@media (min-width: 800px) {
  .p-top .p-topPhotoGallery {
    margin-top: 156px;
  }
}
@media (min-width: 800px) {
  .p-top .p-topPhotoGallery .p-topPhotoGallery__grid {
    display: grid;
    grid-template-rows: repeat(7, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 0;
    grid-column-gap: 0;
  }
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_1 {
  grid-area: 1/1/3/2;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_2 {
  grid-area: 1/2/2/3;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_3 {
  grid-area: 1/3/2/4;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_4 {
  grid-area: 2/2/3/3;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_5 {
  grid-area: 2/3/4/4;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_6 {
  grid-area: 3/1/5/3;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_7 {
  grid-area: 4/3/5/4;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_8 {
  grid-area: 5/1/7/2;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_9 {
  grid-area: 5/2/6/3;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_10 {
  grid-area: 5/3/6/4;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_11 {
  grid-area: 7/1/8/2;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_12 {
  grid-area: 6/2/8/3;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_13 {
  grid-area: 6/3/8/4;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_2, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_3, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_4, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_7, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_9, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_10, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_11 {
  position: relative;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_2::after, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_3::after, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_4::after, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_7::after, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_9::after, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_10::after, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_11::after {
  display: block;
  clear: both;
  content: "";
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_2::before, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_3::before, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_4::before, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_7::before, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_9::before, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_10::before, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_11::before {
  float: left;
  padding-top: 71.7391304348%;
  content: "";
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_2 > :first-child, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_3 > :first-child, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_4 > :first-child, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_7 > :first-child, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_9 > :first-child, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_10 > :first-child, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_11 > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_1, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_5, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_8, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_12, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_13 {
  position: relative;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_1::after, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_5::after, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_8::after, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_12::after, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_13::after {
  display: block;
  clear: both;
  content: "";
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_1::before, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_5::before, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_8::before, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_12::before, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_13::before {
  float: left;
  padding-top: 143.4782608696%;
  content: "";
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_1 > :first-child, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_5 > :first-child, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_8 > :first-child, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_12 > :first-child, .p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_13 > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_6 {
  position: relative;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_6::after {
  display: block;
  clear: both;
  content: "";
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_6::before {
  float: left;
  padding-top: 71.7391304348%;
  content: "";
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item.gallery_6 > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
@media (min-width: 800px) {
  .p-top .p-topPhotoGallery .p-topPhotoGallery__item img {
    transform: scale(1.01);
  }
}
.p-top .p-topPhotoGallery a {
  position: relative;
  z-index: 2;
}
@media (min-width: 800px) {
  .p-top .p-topPhotoGallery a {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .p-top .p-topPhotoGallery a img {
    transition: transform 1s ease-out;
  }
}
@media (min-width: 800px) and (any-hover: hover) {
  .p-top .p-topPhotoGallery a:hover img {
    transform: scale(1.06);
  }
}
@media (min-width: 800px) {
  .p-top .p-topPhotoGallery a:hover .p-topPhotoGallery__desc dd span::before {
    width: 100%;
  }
}
.p-top .p-topPhotoGallery .c-more {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 800px) {
  .p-top .p-topPhotoGallery .c-more {
    margin-top: 60px;
  }
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__desc {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px 20px 30px 25px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .p-top .p-topPhotoGallery .p-topPhotoGallery__desc {
    padding-right: 6px;
  }
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__desc::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 34.6666666667vw;
  content: "";
  background: transparent linear-gradient(180deg, #00000000 0%, #000000B7 53%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.63;
}
@media (min-width: 800px) {
  .p-top .p-topPhotoGallery .p-topPhotoGallery__desc::before {
    height: 130px;
  }
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__desc dt {
  position: relative;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__desc dd {
  position: relative;
  z-index: 2;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__desc dd span {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-transform: uppercase;
}
.p-top .p-topPhotoGallery .p-topPhotoGallery__desc dd span::before {
  position: absolute;
  left: 0;
  display: block;
  width: 7px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: width 0.5s cubic-bezier(0, 0.4, 0.3, 1);
}
.p-top .p-topSec {
  display: flex;
}
@media not all and (min-width: 800px) {
  .p-top .p-topSec {
    flex-direction: column-reverse;
  }
  .p-top .p-topSec._voice .p-topSec__title, .p-top .p-topSec._event .p-topSec__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 800px) {
  .p-top .p-topSec {
    align-items: center;
    justify-content: space-between;
  }
  .p-top .p-topSec._voice {
    flex-direction: row-reverse;
    padding-top: 75px;
  }
  .p-top .p-topSec._voice .p-topSec__title {
    margin-bottom: 24px;
  }
  .p-top .p-topSec._voice .p-topSec__body {
    margin-right: auto;
    margin-left: 5%;
  }
  .p-top .p-topSec._event {
    padding-bottom: 72px;
  }
  .p-top .p-topSec._event .p-topSec__body {
    margin-right: 5%;
    margin-left: auto;
  }
}
@media (min-width: 800px) {
  .p-top .p-topSec + .p-topSec {
    margin-top: 60px;
  }
}
.p-top .p-topSec__body {
  color: #fff;
}
@media not all and (min-width: 800px) {
  .p-top .p-topSec__body {
    padding: 15px 15px 50px;
  }
}
@media (min-width: 800px) {
  .p-top .p-topSec__body {
    width: 38%;
    max-width: 570px;
  }
}
@media (min-width: 800px) {
  .p-top .p-topSec__body .c-more {
    margin-bottom: 51px;
  }
}
.p-top .p-topSec__title {
  display: flex;
  align-items: center;
}
.p-top .p-topSec__title ._en {
  font-family: "Cormorant Garamond", serif;
  font-size: 37px;
  font-size: 2.3125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .p-top .p-topSec__title ._en {
    font-size: 64px;
    font-size: 4rem;
  }
}
.p-top .p-topSec__title ._jp {
  margin-left: 7px;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #f04b00;
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .p-top .p-topSec__title ._jp {
    margin-left: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-top .p-topSec__text {
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .p-top .p-topSec__text {
    margin-bottom: 48px;
    line-height: 2.2666666667;
  }
}
@media (min-width: 800px) {
  .p-top .p-topSec__image {
    display: block;
    width: 50%;
  }
  .p-top .p-topSec__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover";
  }
}
.p-top .p-topLinks {
  padding-top: 43px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 800px) {
  .p-top .p-topLinks {
    width: 100%;
    max-width: 1204px;
    padding-top: 74px;
    padding-right: 32px;
    padding-left: 32px;
    margin: 0 auto;
  }
}
@media (min-width: 800px) {
  .p-top .p-topLinks__list {
    display: flex;
    justify-content: space-between;
  }
}
@media not all and (min-width: 800px) {
  .p-top .p-topLinks__item + .p-topLinks__item {
    margin-top: 14px;
  }
}
@media (min-width: 800px) {
  .p-top .p-topLinks__item {
    flex-basis: calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }
}
.p-top .p-topLinks__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
  padding: 0 18px;
  background-color: #e2d5cc;
}
@media (min-width: 800px) {
  .p-top .p-topLinks__item a {
    height: 120px;
    padding: 0 30px;
  }
}
@media (min-width: 800px) {
  .p-top .p-topLinks__item a {
    transition: opacity 0.3s cubic-bezier(0, 0.4, 0.3, 1);
  }
  .p-top .p-topLinks__item a:hover {
    opacity: 0.7;
  }
}
.p-top .p-topLinks__item a::after {
  position: absolute;
  right: 18px;
  z-index: 1;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(35, 35, 35, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  content: attr(data-top-link);
}
@media (min-width: 800px) {
  .p-top .p-topLinks__item a::after {
    right: 30px;
    font-size: 51px;
    font-size: 3.1875rem;
  }
}
.p-top .p-topLinks__item a span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .p-top .p-topLinks__item a span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.p-top .p-topLinks__item a span::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  content: "";
  background: #f04b00;
}
@media (min-width: 800px) {
  .p-top .p-topLinks__item a span::before {
    margin-right: 16px;
  }
}
.p-top .p-topNews {
  padding: 43px 15px 65px;
}
@media (min-width: 800px) {
  .p-top .p-topNews {
    width: 100%;
    max-width: 1204px;
    padding-right: 32px;
    padding-bottom: 146px;
    padding-left: 32px;
    margin: 33px auto 0;
  }
}
.p-top .p-topNews .p-topSec__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 800px) {
  .p-top .p-topNews .p-topSec__heading {
    margin-bottom: 30px;
  }
}

.u-aligncenter {
  text-align: center;
}

@media (min-width: 800px) {
  .u-alignleft {
    float: left;
  }
}

@media (min-width: 800px) {
  img.u-alignleft {
    margin-right: 30px;
    margin-bottom: 35px;
  }
}

@media (min-width: 800px) {
  span.u-alignleft {
    margin-right: 30px;
  }
}

@media (min-width: 800px) {
  .u-alignright {
    float: right;
  }
}

@media (min-width: 800px) {
  img.u-alignright {
    margin-bottom: 35px;
    margin-left: 30px;
  }
}

@media (min-width: 800px) {
  br.u-brSP {
    display: none;
  }
}
@media not all and (min-width: 800px) {
  br.u-brPC {
    display: none;
  }
}

@media not all and (min-width: 800px) {
  .u-hideSP {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .u-hidePC {
    display: none !important;
  }
}

.u-indent {
  margin-left: 1em;
  text-indent: -1em;
}

.p-loader {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f04b00;
  background-image: url(../img/top/bg_loading.jpg);
  background-repeat: repeat;
}

._loaded .p-loader {
  -webkit-animation: loader_fadeOut 1.5s cubic-bezier(0, 0, 0.58, 1) forwards 0.6s;
          animation: loader_fadeOut 1.5s cubic-bezier(0, 0, 0.58, 1) forwards 0.6s;
}

.p-loader__top {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_loading.jpg) 0 0 #f04b00;
}

._loaded .p-loader__top {
  -webkit-animation: loader_fadeOut 1.5s cubic-bezier(0, 0, 0.58, 1) forwards 2.5s;
          animation: loader_fadeOut 1.5s cubic-bezier(0, 0, 0.58, 1) forwards 2.5s;
}

.p-loader__logo {
  opacity: 0;
}

._loaded .p-loader__logo {
  z-index: 3100;
  -webkit-animation: loader_fadeIn 1.5s cubic-bezier(0.42, 0, 1, 1) forwards 0.5s, reset_zindex 0s cubic-bezier(0.42, 0, 1, 1) forwards 2.5s;
          animation: loader_fadeIn 1.5s cubic-bezier(0.42, 0, 1, 1) forwards 0.5s, reset_zindex 0s cubic-bezier(0.42, 0, 1, 1) forwards 2.5s;
}

.p-progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 1px;
  margin: auto;
  background: #333;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (min-width: 600px) {
  .p-progress {
    width: 18.88889%;
    min-width: 272px;
  }
}
@media screen and (max-width: 599px) {
  .p-progress {
    width: 32.85024%;
  }
}
._loaded .p-progress {
  -webkit-animation: loader_fadeOut 0.5s cubic-bezier(0, 0, 0.58, 1) forwards 0.3s;
          animation: loader_fadeOut 0.5s cubic-bezier(0, 0, 0.58, 1) forwards 0.3s;
}

.p-progress__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-progress__bar {
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 10s cubic-bezier(0, 0, 0.58, 1);
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.p-progress__bar._loading {
  transform: scaleX(0.7);
}
.p-progress__bar._loaded {
  transition-duration: 0.2s;
  transform: scaleX(1);
}

@-webkit-keyframes loader_fadeIn {
  from {
    visibility: visible;
    filter: blur(5px);
    opacity: 0;
  }
  to {
    visibility: visible;
    filter: none;
    opacity: 1;
  }
}
@keyframes loader_fadeIn {
  from {
    visibility: visible;
    filter: blur(5px);
    opacity: 0;
  }
  to {
    visibility: visible;
    filter: none;
    opacity: 1;
  }
}
@-webkit-keyframes loader_fadeOut {
  from {
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes loader_fadeOut {
  from {
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes reset_zindex {
  to {
    z-index: 1;
  }
}
@keyframes reset_zindex {
  to {
    z-index: 1;
  }
}
@media not all and (min-width: 800px) {
  .u-sp_margin_top_5 {
    margin-top: 5px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_5 {
    margin-right: 5px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_5 {
    margin-bottom: 5px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_5 {
    margin-left: 5px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_5 {
    margin-top: 5px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_5 {
    margin-right: 5px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_5 {
    margin-bottom: 5px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_5 {
    margin-left: 5px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_10 {
    margin-top: 10px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_10 {
    margin-right: 10px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_10 {
    margin-bottom: 10px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_10 {
    margin-left: 10px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_10 {
    margin-left: 10px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_15 {
    margin-top: 15px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_15 {
    margin-right: 15px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_15 {
    margin-bottom: 15px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_15 {
    margin-left: 15px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_15 {
    margin-top: 15px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_15 {
    margin-right: 15px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_15 {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_15 {
    margin-left: 15px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_20 {
    margin-top: 20px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_20 {
    margin-right: 20px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_20 {
    margin-bottom: 20px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_20 {
    margin-left: 20px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_20 {
    margin-left: 20px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_25 {
    margin-top: 25px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_25 {
    margin-right: 25px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_25 {
    margin-bottom: 25px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_25 {
    margin-left: 25px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_25 {
    margin-top: 25px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_25 {
    margin-right: 25px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_25 {
    margin-bottom: 25px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_25 {
    margin-left: 25px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_30 {
    margin-top: 30px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_30 {
    margin-right: 30px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_30 {
    margin-bottom: 30px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_30 {
    margin-left: 30px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_30 {
    margin-left: 30px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_35 {
    margin-top: 35px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_35 {
    margin-right: 35px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_35 {
    margin-bottom: 35px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_35 {
    margin-left: 35px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_35 {
    margin-top: 35px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_35 {
    margin-right: 35px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_35 {
    margin-bottom: 35px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_35 {
    margin-left: 35px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_40 {
    margin-top: 40px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_40 {
    margin-right: 40px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_40 {
    margin-bottom: 40px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_40 {
    margin-left: 40px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_40 {
    margin-left: 40px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_45 {
    margin-top: 45px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_45 {
    margin-right: 45px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_45 {
    margin-bottom: 45px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_45 {
    margin-left: 45px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_45 {
    margin-top: 45px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_45 {
    margin-right: 45px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_45 {
    margin-bottom: 45px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_45 {
    margin-left: 45px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_50 {
    margin-top: 50px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_50 {
    margin-right: 50px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_50 {
    margin-bottom: 50px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_50 {
    margin-left: 50px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_50 {
    margin-left: 50px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_55 {
    margin-top: 55px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_55 {
    margin-right: 55px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_55 {
    margin-bottom: 55px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_55 {
    margin-left: 55px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_55 {
    margin-top: 55px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_55 {
    margin-right: 55px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_55 {
    margin-bottom: 55px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_55 {
    margin-left: 55px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_60 {
    margin-top: 60px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_60 {
    margin-right: 60px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_60 {
    margin-bottom: 60px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_60 {
    margin-left: 60px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_60 {
    margin-right: 60px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_60 {
    margin-left: 60px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_65 {
    margin-top: 65px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_65 {
    margin-right: 65px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_65 {
    margin-bottom: 65px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_65 {
    margin-left: 65px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_65 {
    margin-top: 65px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_65 {
    margin-right: 65px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_65 {
    margin-bottom: 65px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_65 {
    margin-left: 65px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_70 {
    margin-top: 70px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_70 {
    margin-right: 70px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_70 {
    margin-bottom: 70px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_70 {
    margin-left: 70px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_70 {
    margin-right: 70px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_70 {
    margin-bottom: 70px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_70 {
    margin-left: 70px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_75 {
    margin-top: 75px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_75 {
    margin-right: 75px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_75 {
    margin-bottom: 75px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_75 {
    margin-left: 75px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_75 {
    margin-top: 75px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_75 {
    margin-right: 75px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_75 {
    margin-bottom: 75px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_75 {
    margin-left: 75px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_80 {
    margin-top: 80px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_80 {
    margin-right: 80px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_80 {
    margin-bottom: 80px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_80 {
    margin-left: 80px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_80 {
    margin-right: 80px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_80 {
    margin-left: 80px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_85 {
    margin-top: 85px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_85 {
    margin-right: 85px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_85 {
    margin-bottom: 85px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_85 {
    margin-left: 85px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_85 {
    margin-top: 85px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_85 {
    margin-right: 85px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_85 {
    margin-bottom: 85px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_85 {
    margin-left: 85px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_90 {
    margin-top: 90px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_90 {
    margin-right: 90px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_90 {
    margin-bottom: 90px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_90 {
    margin-left: 90px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_90 {
    margin-top: 90px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_90 {
    margin-right: 90px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_90 {
    margin-bottom: 90px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_90 {
    margin-left: 90px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_95 {
    margin-top: 95px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_95 {
    margin-right: 95px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_95 {
    margin-bottom: 95px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_95 {
    margin-left: 95px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_95 {
    margin-top: 95px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_95 {
    margin-right: 95px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_95 {
    margin-bottom: 95px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_95 {
    margin-left: 95px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_100 {
    margin-top: 100px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_100 {
    margin-right: 100px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_100 {
    margin-bottom: 100px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_100 {
    margin-left: 100px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_100 {
    margin-right: 100px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_100 {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_100 {
    margin-left: 100px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_105 {
    margin-top: 105px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_105 {
    margin-right: 105px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_105 {
    margin-bottom: 105px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_105 {
    margin-left: 105px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_105 {
    margin-top: 105px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_105 {
    margin-right: 105px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_105 {
    margin-bottom: 105px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_105 {
    margin-left: 105px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_110 {
    margin-top: 110px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_110 {
    margin-right: 110px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_110 {
    margin-bottom: 110px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_110 {
    margin-left: 110px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_110 {
    margin-top: 110px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_110 {
    margin-right: 110px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_110 {
    margin-bottom: 110px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_110 {
    margin-left: 110px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_115 {
    margin-top: 115px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_115 {
    margin-right: 115px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_115 {
    margin-bottom: 115px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_115 {
    margin-left: 115px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_115 {
    margin-top: 115px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_115 {
    margin-right: 115px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_115 {
    margin-bottom: 115px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_115 {
    margin-left: 115px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_120 {
    margin-top: 120px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_120 {
    margin-right: 120px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_120 {
    margin-bottom: 120px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_120 {
    margin-left: 120px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_120 {
    margin-top: 120px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_120 {
    margin-right: 120px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_120 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_120 {
    margin-left: 120px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_125 {
    margin-top: 125px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_125 {
    margin-right: 125px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_125 {
    margin-bottom: 125px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_125 {
    margin-left: 125px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_125 {
    margin-top: 125px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_125 {
    margin-right: 125px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_125 {
    margin-bottom: 125px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_125 {
    margin-left: 125px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_130 {
    margin-top: 130px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_130 {
    margin-right: 130px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_130 {
    margin-bottom: 130px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_130 {
    margin-left: 130px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_130 {
    margin-top: 130px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_130 {
    margin-right: 130px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_130 {
    margin-bottom: 130px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_130 {
    margin-left: 130px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_135 {
    margin-top: 135px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_135 {
    margin-right: 135px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_135 {
    margin-bottom: 135px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_135 {
    margin-left: 135px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_135 {
    margin-top: 135px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_135 {
    margin-right: 135px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_135 {
    margin-bottom: 135px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_135 {
    margin-left: 135px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_140 {
    margin-top: 140px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_140 {
    margin-right: 140px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_140 {
    margin-bottom: 140px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_140 {
    margin-left: 140px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_140 {
    margin-top: 140px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_140 {
    margin-right: 140px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_140 {
    margin-bottom: 140px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_140 {
    margin-left: 140px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_145 {
    margin-top: 145px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_145 {
    margin-right: 145px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_145 {
    margin-bottom: 145px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_145 {
    margin-left: 145px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_145 {
    margin-top: 145px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_145 {
    margin-right: 145px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_145 {
    margin-bottom: 145px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_145 {
    margin-left: 145px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_150 {
    margin-top: 150px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_150 {
    margin-right: 150px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_150 {
    margin-bottom: 150px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_150 {
    margin-left: 150px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_150 {
    margin-top: 150px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_150 {
    margin-right: 150px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_150 {
    margin-bottom: 150px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_150 {
    margin-left: 150px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_155 {
    margin-top: 155px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_155 {
    margin-right: 155px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_155 {
    margin-bottom: 155px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_155 {
    margin-left: 155px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_155 {
    margin-top: 155px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_155 {
    margin-right: 155px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_155 {
    margin-bottom: 155px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_155 {
    margin-left: 155px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_160 {
    margin-top: 160px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_160 {
    margin-right: 160px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_160 {
    margin-bottom: 160px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_160 {
    margin-left: 160px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_160 {
    margin-top: 160px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_160 {
    margin-right: 160px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_160 {
    margin-bottom: 160px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_160 {
    margin-left: 160px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_165 {
    margin-top: 165px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_165 {
    margin-right: 165px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_165 {
    margin-bottom: 165px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_165 {
    margin-left: 165px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_165 {
    margin-top: 165px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_165 {
    margin-right: 165px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_165 {
    margin-bottom: 165px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_165 {
    margin-left: 165px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_170 {
    margin-top: 170px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_170 {
    margin-right: 170px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_170 {
    margin-bottom: 170px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_170 {
    margin-left: 170px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_170 {
    margin-top: 170px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_170 {
    margin-right: 170px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_170 {
    margin-bottom: 170px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_170 {
    margin-left: 170px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_175 {
    margin-top: 175px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_175 {
    margin-right: 175px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_175 {
    margin-bottom: 175px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_175 {
    margin-left: 175px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_175 {
    margin-top: 175px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_175 {
    margin-right: 175px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_175 {
    margin-bottom: 175px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_175 {
    margin-left: 175px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_180 {
    margin-top: 180px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_180 {
    margin-right: 180px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_180 {
    margin-bottom: 180px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_180 {
    margin-left: 180px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_180 {
    margin-top: 180px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_180 {
    margin-right: 180px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_180 {
    margin-bottom: 180px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_180 {
    margin-left: 180px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_185 {
    margin-top: 185px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_185 {
    margin-right: 185px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_185 {
    margin-bottom: 185px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_185 {
    margin-left: 185px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_185 {
    margin-top: 185px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_185 {
    margin-right: 185px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_185 {
    margin-bottom: 185px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_185 {
    margin-left: 185px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_190 {
    margin-top: 190px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_190 {
    margin-right: 190px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_190 {
    margin-bottom: 190px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_190 {
    margin-left: 190px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_190 {
    margin-top: 190px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_190 {
    margin-right: 190px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_190 {
    margin-bottom: 190px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_190 {
    margin-left: 190px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_195 {
    margin-top: 195px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_195 {
    margin-right: 195px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_195 {
    margin-bottom: 195px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_195 {
    margin-left: 195px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_195 {
    margin-top: 195px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_195 {
    margin-right: 195px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_195 {
    margin-bottom: 195px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_195 {
    margin-left: 195px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_top_200 {
    margin-top: 200px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_right_200 {
    margin-right: 200px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_bottom_200 {
    margin-bottom: 200px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_margin_left_200 {
    margin-left: 200px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_top_200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_right_200 {
    margin-right: 200px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_bottom_200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_margin_left_200 {
    margin-left: 200px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_5 {
    padding-top: 5px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_5 {
    padding-right: 5px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_5 {
    padding-bottom: 5px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_5 {
    padding-left: 5px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_5 {
    padding-top: 5px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_5 {
    padding-right: 5px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_5 {
    padding-bottom: 5px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_5 {
    padding-left: 5px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_10 {
    padding-top: 10px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_10 {
    padding-right: 10px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_10 {
    padding-bottom: 10px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_10 {
    padding-left: 10px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_10 {
    padding-left: 10px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_15 {
    padding-top: 15px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_15 {
    padding-right: 15px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_15 {
    padding-bottom: 15px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_15 {
    padding-left: 15px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_15 {
    padding-right: 15px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_15 {
    padding-left: 15px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_20 {
    padding-top: 20px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_20 {
    padding-right: 20px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_20 {
    padding-bottom: 20px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_20 {
    padding-left: 20px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_25 {
    padding-top: 25px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_25 {
    padding-right: 25px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_25 {
    padding-bottom: 25px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_25 {
    padding-left: 25px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_25 {
    padding-top: 25px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_25 {
    padding-right: 25px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_25 {
    padding-bottom: 25px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_25 {
    padding-left: 25px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_30 {
    padding-top: 30px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_30 {
    padding-right: 30px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_30 {
    padding-bottom: 30px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_30 {
    padding-left: 30px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_30 {
    padding-left: 30px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_35 {
    padding-top: 35px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_35 {
    padding-right: 35px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_35 {
    padding-bottom: 35px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_35 {
    padding-left: 35px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_35 {
    padding-top: 35px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_35 {
    padding-right: 35px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_35 {
    padding-bottom: 35px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_35 {
    padding-left: 35px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_40 {
    padding-top: 40px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_40 {
    padding-right: 40px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_40 {
    padding-bottom: 40px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_40 {
    padding-left: 40px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_45 {
    padding-top: 45px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_45 {
    padding-right: 45px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_45 {
    padding-bottom: 45px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_45 {
    padding-left: 45px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_45 {
    padding-top: 45px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_45 {
    padding-right: 45px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_45 {
    padding-bottom: 45px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_45 {
    padding-left: 45px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_50 {
    padding-top: 50px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_50 {
    padding-right: 50px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_50 {
    padding-bottom: 50px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_50 {
    padding-left: 50px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_50 {
    padding-left: 50px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_55 {
    padding-top: 55px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_55 {
    padding-right: 55px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_55 {
    padding-bottom: 55px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_55 {
    padding-left: 55px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_55 {
    padding-top: 55px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_55 {
    padding-right: 55px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_55 {
    padding-bottom: 55px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_55 {
    padding-left: 55px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_60 {
    padding-top: 60px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_60 {
    padding-right: 60px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_60 {
    padding-bottom: 60px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_60 {
    padding-left: 60px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_65 {
    padding-top: 65px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_65 {
    padding-right: 65px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_65 {
    padding-bottom: 65px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_65 {
    padding-left: 65px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_65 {
    padding-top: 65px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_65 {
    padding-right: 65px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_65 {
    padding-bottom: 65px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_65 {
    padding-left: 65px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_70 {
    padding-top: 70px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_70 {
    padding-right: 70px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_70 {
    padding-bottom: 70px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_70 {
    padding-left: 70px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_70 {
    padding-right: 70px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_70 {
    padding-left: 70px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_75 {
    padding-top: 75px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_75 {
    padding-right: 75px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_75 {
    padding-bottom: 75px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_75 {
    padding-left: 75px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_75 {
    padding-top: 75px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_75 {
    padding-right: 75px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_75 {
    padding-bottom: 75px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_75 {
    padding-left: 75px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_80 {
    padding-top: 80px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_80 {
    padding-right: 80px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_80 {
    padding-bottom: 80px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_80 {
    padding-left: 80px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_80 {
    padding-right: 80px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_80 {
    padding-left: 80px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_85 {
    padding-top: 85px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_85 {
    padding-right: 85px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_85 {
    padding-bottom: 85px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_85 {
    padding-left: 85px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_85 {
    padding-top: 85px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_85 {
    padding-right: 85px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_85 {
    padding-bottom: 85px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_85 {
    padding-left: 85px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_90 {
    padding-top: 90px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_90 {
    padding-right: 90px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_90 {
    padding-bottom: 90px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_90 {
    padding-left: 90px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_90 {
    padding-top: 90px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_90 {
    padding-right: 90px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_90 {
    padding-bottom: 90px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_90 {
    padding-left: 90px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_95 {
    padding-top: 95px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_95 {
    padding-right: 95px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_95 {
    padding-bottom: 95px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_95 {
    padding-left: 95px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_95 {
    padding-top: 95px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_95 {
    padding-right: 95px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_95 {
    padding-bottom: 95px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_95 {
    padding-left: 95px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_100 {
    padding-top: 100px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_100 {
    padding-right: 100px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_100 {
    padding-bottom: 100px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_100 {
    padding-left: 100px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_100 {
    padding-right: 100px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_100 {
    padding-left: 100px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_105 {
    padding-top: 105px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_105 {
    padding-right: 105px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_105 {
    padding-bottom: 105px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_105 {
    padding-left: 105px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_105 {
    padding-top: 105px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_105 {
    padding-right: 105px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_105 {
    padding-bottom: 105px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_105 {
    padding-left: 105px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_110 {
    padding-top: 110px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_110 {
    padding-right: 110px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_110 {
    padding-bottom: 110px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_110 {
    padding-left: 110px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_110 {
    padding-right: 110px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_110 {
    padding-left: 110px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_115 {
    padding-top: 115px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_115 {
    padding-right: 115px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_115 {
    padding-bottom: 115px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_115 {
    padding-left: 115px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_115 {
    padding-top: 115px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_115 {
    padding-right: 115px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_115 {
    padding-bottom: 115px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_115 {
    padding-left: 115px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_120 {
    padding-top: 120px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_120 {
    padding-right: 120px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_120 {
    padding-bottom: 120px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_120 {
    padding-left: 120px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_120 {
    padding-right: 120px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_120 {
    padding-left: 120px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_125 {
    padding-top: 125px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_125 {
    padding-right: 125px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_125 {
    padding-bottom: 125px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_125 {
    padding-left: 125px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_125 {
    padding-top: 125px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_125 {
    padding-right: 125px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_125 {
    padding-bottom: 125px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_125 {
    padding-left: 125px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_130 {
    padding-top: 130px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_130 {
    padding-right: 130px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_130 {
    padding-bottom: 130px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_130 {
    padding-left: 130px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_130 {
    padding-top: 130px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_130 {
    padding-right: 130px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_130 {
    padding-bottom: 130px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_130 {
    padding-left: 130px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_135 {
    padding-top: 135px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_135 {
    padding-right: 135px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_135 {
    padding-bottom: 135px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_135 {
    padding-left: 135px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_135 {
    padding-top: 135px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_135 {
    padding-right: 135px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_135 {
    padding-bottom: 135px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_135 {
    padding-left: 135px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_140 {
    padding-top: 140px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_140 {
    padding-right: 140px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_140 {
    padding-bottom: 140px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_140 {
    padding-left: 140px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_140 {
    padding-right: 140px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_140 {
    padding-left: 140px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_145 {
    padding-top: 145px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_145 {
    padding-right: 145px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_145 {
    padding-bottom: 145px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_145 {
    padding-left: 145px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_145 {
    padding-top: 145px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_145 {
    padding-right: 145px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_145 {
    padding-bottom: 145px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_145 {
    padding-left: 145px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_150 {
    padding-top: 150px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_150 {
    padding-right: 150px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_150 {
    padding-bottom: 150px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_150 {
    padding-left: 150px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_150 {
    padding-right: 150px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_150 {
    padding-left: 150px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_155 {
    padding-top: 155px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_155 {
    padding-right: 155px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_155 {
    padding-bottom: 155px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_155 {
    padding-left: 155px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_155 {
    padding-top: 155px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_155 {
    padding-right: 155px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_155 {
    padding-bottom: 155px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_155 {
    padding-left: 155px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_160 {
    padding-top: 160px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_160 {
    padding-right: 160px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_160 {
    padding-bottom: 160px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_160 {
    padding-left: 160px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_160 {
    padding-top: 160px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_160 {
    padding-right: 160px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_160 {
    padding-bottom: 160px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_160 {
    padding-left: 160px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_165 {
    padding-top: 165px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_165 {
    padding-right: 165px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_165 {
    padding-bottom: 165px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_165 {
    padding-left: 165px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_165 {
    padding-top: 165px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_165 {
    padding-right: 165px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_165 {
    padding-bottom: 165px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_165 {
    padding-left: 165px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_170 {
    padding-top: 170px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_170 {
    padding-right: 170px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_170 {
    padding-bottom: 170px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_170 {
    padding-left: 170px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_170 {
    padding-top: 170px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_170 {
    padding-right: 170px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_170 {
    padding-bottom: 170px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_170 {
    padding-left: 170px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_175 {
    padding-top: 175px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_175 {
    padding-right: 175px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_175 {
    padding-bottom: 175px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_175 {
    padding-left: 175px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_175 {
    padding-top: 175px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_175 {
    padding-right: 175px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_175 {
    padding-bottom: 175px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_175 {
    padding-left: 175px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_180 {
    padding-top: 180px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_180 {
    padding-right: 180px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_180 {
    padding-bottom: 180px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_180 {
    padding-left: 180px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_180 {
    padding-top: 180px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_180 {
    padding-right: 180px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_180 {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_180 {
    padding-left: 180px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_185 {
    padding-top: 185px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_185 {
    padding-right: 185px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_185 {
    padding-bottom: 185px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_185 {
    padding-left: 185px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_185 {
    padding-top: 185px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_185 {
    padding-right: 185px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_185 {
    padding-bottom: 185px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_185 {
    padding-left: 185px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_190 {
    padding-top: 190px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_190 {
    padding-right: 190px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_190 {
    padding-bottom: 190px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_190 {
    padding-left: 190px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_190 {
    padding-top: 190px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_190 {
    padding-right: 190px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_190 {
    padding-bottom: 190px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_190 {
    padding-left: 190px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_195 {
    padding-top: 195px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_195 {
    padding-right: 195px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_195 {
    padding-bottom: 195px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_195 {
    padding-left: 195px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_195 {
    padding-top: 195px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_195 {
    padding-right: 195px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_195 {
    padding-bottom: 195px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_195 {
    padding-left: 195px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_top_200 {
    padding-top: 200px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_right_200 {
    padding-right: 200px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_bottom_200 {
    padding-bottom: 200px !important;
  }
}

@media not all and (min-width: 800px) {
  .u-sp_padding_left_200 {
    padding-left: 200px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_top_200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_right_200 {
    padding-right: 200px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_bottom_200 {
    padding-bottom: 200px !important;
  }
}

@media (min-width: 800px) {
  .u-pc_padding_left_200 {
    padding-left: 200px !important;
  }
}

.u-text_red {
  color: #e71818;
}

.u-uppercase {
  text-transform: uppercase;
}