@charset "UTF-8";
/*==================
mixin.scss
====================*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*==================
base.scss
====================*/
body {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
  font-family: Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #1e1e1e;
}
@media only screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}
.mincho p, .mincho h1, .mincho h2, .mincho h3, .mincho h4, .mincho a {
  font-family: "Noto Serif JP", serif;
}

/*==================
footer.scss
====================*/
.l-footer {
  background: #c7c7c7;
}
.l-footer__copyright {
  text-align: center;
  color: #0a0a0a;
  font-size: 14px;
  padding: 10px 0;
}

/*==================
header.scss
====================*/
.l-header {
  height: 80px;
}
@media only screen and (max-width: 768px) {
  .l-header {
    height: 65px;
    padding-top: 10px;
  }
}
.l-header__logo {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .l-header__logo {
    padding-left: 10px;
  }
}
.l-header__logo a {
  display: inline-block;
}
.l-header__logo img {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .l-header__logo img {
    width: 12%;
    max-width: 100px;
  }
}
.l-header__logo h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .l-header__logo h1 {
    font-size: 3.8vw;
    margin-top: 5px;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  .l-header__logo h1 {
    font-size: 18px;
  }
}
.l-header__menu .menu {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 32px;
  width: 30px;
  z-index: 9999;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .l-header__menu .menu {
    top: 23px;
  }
}
.l-header__menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.l-header__menu__line--top {
  top: 0;
}
.l-header__menu__line--top.is-active {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__menu__line--center {
  top: 9px;
}
.l-header__menu__line--center.is-active {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.l-header__menu__line--bottom {
  top: 18px;
}
.l-header__menu__line--bottom.is-active {
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.l-header__menu .l-nav {
  display: none;
  background: rgba(17, 17, 17, 0.9);
  width: 24%;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  padding: 30vh 0 0 50px;
  z-index: 2000;
}
@media only screen and (max-width: 768px) {
  .l-header__menu .l-nav {
    width: 68%;
    padding-top: 20vh;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  .l-header__menu .l-nav {
    width: 50%;
  }
}
.l-header__menu .l-nav__cont li {
  margin-bottom: 20px;
}
.l-header__menu .l-nav__link, .l-header__menu .l-nav__parent {
  font-size: 20px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .l-header__menu .l-nav__link {
    font-size: 16px;
  }
}
.l-header__menu .l-nav__parent {
  margin-bottom: 10px;
}
.l-header__menu .l-nav__child {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .l-header__menu .l-nav__child {
    font-size: 16px;
  }
}
.l-header__menu .l-nav__child > ul li {
  letter-spacing: 1px;
  padding-left: 1.5em;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .l-header__menu .l-nav__child > ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__menu .l-nav__child > ul li a {
    font-size: 14px;
  }
}
.l-header__menu .l-nav__child > ul li a::before {
  content: "∟";
  margin-right: 0.5rem;
  position: relative;
  top: -3px;
}

/*トップページ用*/
.p-index .l-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}
.p-index.viewing-page-2 .l-header__logo, .p-index.viewing-page-3 .l-header__logo, .p-index.viewing-page-4 .l-header__logo, .p-index.viewing-page-5 .l-header__logo {
  display: none;
}

/*==================
main.scss
====================*/
.l-inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
    padding: 0 5%;
  }
}
@media only screen and (min-width: 769px) {
  .l-inner {
    max-width: 95%;
  }
  .l-inner--large {
    width: 1200px;
    margin: 0 auto;
  }
  .l-inner--small {
    width: 870px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .l-inner--pc {
    width: 1000px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .l-inner--sp {
    width: 100%;
    padding: 0 5%;
  }
}

.l-main {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .l-main {
    padding: 80px 0;
  }
}

/*==================
componeny.scss
====================*/
/*----------------------------------------
Component flexbox
----------------------------------------*/
.c-flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flexBox.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.c-flexBox.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .c-flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-flexBox > .c-flexBox__spc:nth-child(2) {
    margin-top: 20px;
  }
  .c-flexBox > .c-flexBox__spc:nth-child(1) {
    margin-top: 0;
  }
}
.c-flexBox__spc {
  width: 100%;
}
.c-flexBox__spc--img {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .c-flexBox__spc--img img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .c-flexBox__spc--img:nth-child(2) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--ratio1-9 > .c-flexBox__spc:nth-child(1) {
    width: 10%;
  }
  .c-flexBox--ratio1-9 > .c-flexBox__spc:nth-child(2) {
    width: 88%;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--ratio2-8 > .c-flexBox__spc:nth-child(1) {
    width: 18%;
  }
  .c-flexBox--ratio2-8 > .c-flexBox__spc:nth-child(2) {
    width: 78%;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--ratio3-7 > .c-flexBox__spc:nth-child(1) {
    width: 28%;
  }
  .c-flexBox--ratio3-7 > .c-flexBox__spc:nth-child(2) {
    width: 68%;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--ratio4-6 > .c-flexBox__spc:nth-child(1) {
    width: 38%;
  }
  .c-flexBox--ratio4-6 > .c-flexBox__spc:nth-child(2) {
    width: 58%;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--ratio5-5 > .c-flexBox__spc:nth-child(1) {
    width: 48%;
  }
  .c-flexBox--ratio5-5 > .c-flexBox__spc:nth-child(2) {
    width: 48%;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--ratio6-4 > .c-flexBox__spc:nth-child(1) {
    width: 58%;
  }
  .c-flexBox--ratio6-4 > .c-flexBox__spc:nth-child(2) {
    width: 38%;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .c-flexBox--rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-flexBox--rev > .c-flexBox__spc:nth-child(1) {
    margin-top: 20px;
  }
  .c-flexBox--rev > .c-flexBox__spc:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--rev--pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .c-flexBox--rev--sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-flexBox--rev--sp > .c-flexBox__spc:nth-child(1) {
    margin-top: 20px;
  }
  .c-flexBox--rev--sp > .c-flexBox__spc:nth-child(2) {
    margin-top: 0;
  }
}

.c-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-col__item {
  position: relative;
}
.c-col__item figure img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-col__item {
    width: 100%;
  }
  .c-col__item:nth-child(n+1) {
    margin-top: 20px;
  }
  .c-col__item p {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-col--sp--item2 > .c-col__item {
    width: 49%;
    margin-left: 2%;
  }
  .c-col--sp--item2 > .c-col__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-col--sp--item2 > .c-col__item:nth-child(n+3) {
    margin-top: 2%;
  }
  .c-col--sp--item3 > .c-col__item {
    width: 32%;
    margin-left: 2%;
  }
  .c-col--sp--item3 > .c-col__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-col--sp--item3 > .c-col__item:nth-child(n+4) {
    margin-top: 2%;
  }
}
@media only screen and (min-width: 769px) {
  .c-col > .c-col__item + .c-col__item {
    margin-left: 2%;
  }
  .c-col--item2 > .c-col__item {
    width: 49%;
  }
  .c-col--item2 > .c-col__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-col--item2 > .c-col__item:nth-child(n+3) {
    margin-top: 2%;
  }
  .c-col--item3 > .c-col__item {
    width: 32%;
  }
  .c-col--item3 > .c-col__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-col--item3 > .c-col__item:nth-child(n+4) {
    margin-top: 2%;
  }
  .c-col--item4 > .c-col__item {
    width: 23.5%;
  }
  .c-col--item4 > .c-col__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-col--item4 > .c-col__item:nth-child(n+5) {
    margin-top: 2%;
  }
  .c-col--item5 > .c-col__item {
    width: 18.4%;
  }
  .c-col--item5 > .c-col__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-col--item5 > .c-col__item:nth-child(n+6) {
    margin-top: 2%;
  }
  .c-col--item6 > .c-col__item {
    width: 15%;
  }
  .c-col--item6 > .c-col__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .c-col--item6 > .c-col__item:nth-child(n+7) {
    margin-top: 2%;
  }
}

/*----------------------------------------
Component floatbox
----------------------------------------*/
.c-floatBox__imgSpc {
  float: right;
  width: 30%;
  margin: 0 0 30px 30px;
}
@media only screen and (max-width: 768px) {
  .c-floatBox__imgSpc {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  .c-floatBox__imgSpc {
    float: right;
    width: 30%;
    margin: 0 0 30px 30px;
  }
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*----------------------------------------
Component btn
----------------------------------------*/
.c-btn {
  display: block;
  padding: 1.2em 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-btn {
    padding: 1em 0;
  }
}
.c-btn--gold {
  background: rgb(156, 126, 35);
  background: -webkit-gradient(linear, left top, right top, from(rgb(156, 126, 35)), color-stop(50%, rgb(252, 228, 157)), to(rgb(189, 158, 92)));
  background: linear-gradient(90deg, rgb(156, 126, 35) 0%, rgb(252, 228, 157) 50%, rgb(189, 158, 92) 100%);
  color: #0a0a0a;
  position: relative;
  overflow: hidden;
}
.c-btn--gold::after {
  content: "";
  background-image: url(../images/common/arrow--gold.png);
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 10px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.c-btn--gold::before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.32, 0, 0.67, 0);
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.c-btn--gold:hover::before {
  -webkit-animation: kiran 0.7s linear 1;
          animation: kiran 0.7s linear 1;
}
@-webkit-keyframes kiran {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
            transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
            transform: scale(20) rotate(45deg);
    opacity: 0.4;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
            transform: scale(30) rotate(45deg);
    opacity: 0.2;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
            transform: scale(45) rotate(45deg);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes kiran {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
            transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
            transform: scale(20) rotate(45deg);
    opacity: 0.4;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
            transform: scale(30) rotate(45deg);
    opacity: 0.2;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
            transform: scale(45) rotate(45deg);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.c-btn--gold02 {
  background: rgb(190, 170, 106);
  position: relative;
  line-height: 1.5;
}
.c-btn--gold02::after {
  content: "";
  background-image: url(../images/common/arrow--gold.png);
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 10px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.c-btn--gold02:hover {
  opacity: 0.8;
}

/*----------------------------------------
Youtube
----------------------------------------*/
.c-youtubeWrap {
  width: auto;
  margin: 0 auto;
}
.c-youtubeWrap__inner {
  position: relative;
  padding-bottom: 56.25%;
}
.c-youtubeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------
sectionTitle
----------------------------------------*/
.c-secTitle {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.5;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .c-secTitle {
    font-size: 1.3em;
    margin-bottom: 50px;
  }
}
.c-secTitle::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #fff;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .c-secTitle::before {
    bottom: -20px;
  }
}

/*----------------------------------------
subTitle
----------------------------------------*/
.c-subTitle--disc::before {
  content: "●";
  color: #bfbfbf;
  margin-right: 2px;
}

.c-subTitle--disc--gold::before {
  content: "●";
  color: #bfa66f;
  margin-right: 2px;
}

/*----------------------------------------
table
----------------------------------------*/
.c-table dl {
  border: 1px solid #bfa66f;
}
@media only screen and (min-width: 769px) {
  .c-table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-table dl:not(:last-of-type) {
  border-bottom: none;
}
@media only screen and (min-width: 769px) {
  .c-table dl dt {
    border-right: 1px solid #bfa66f;
    padding: 0.5rem;
    width: 20%;
    display: grid;
    place-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .c-table dl dt {
    border-bottom: 1px solid #bfa66f;
    padding: 0.3rem;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .c-table dl dd {
    border-right: 1px solid #bfa66f;
    padding: 0.5rem;
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .c-table dl dd {
    padding: 0.5rem;
  }
}

/*----------------------------------------
list
----------------------------------------*/
.c-list li {
  list-style: disc;
  line-height: 1.6;
  margin-left: 1.3em;
}
.c-list li:not(:first-child) {
  margin-top: 0.5em;
}
.c-list--num li {
  list-style: decimal;
  line-height: 1.6;
  margin-left: 1.3em;
}
.c-list--num li:not(:first-child) {
  margin-top: 0.5em;
}

/*----------------------------------------
table
----------------------------------------*/
.c-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  .c-table {
    width: 100%;
  }
}
.c-table th,
.c-table td {
  text-align: center;
  padding: 5px;
  border: 1px solid #bfa66f;
}
.c-table th {
  vertical-align: middle;
}
.c-table thead th {
  background: rgba(191, 166, 111, 0.3);
}
@media only screen and (min-width: 769px) {
  .c-table tbody th {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .c-table tbody th {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .c-table tbody td {
    text-align: left;
  }
}

/*----------------------------------------
link
----------------------------------------*/
.c-link {
  color: #bfa66f;
  border-bottom: 1px solid;
}

/*==================
project.scss
====================*/
/*（トップ）共通*/
@media only screen and (min-width: 769px) {
  .p-contentWrap {
    height: 100vh;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-contentWrap {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 768px) {
  #sec01,
  #sec02,
  #sec03,
  #sec04 {
    height: auto;
  }
}

/*読み込み毎に画像表示*/
.p-start {
  background: #0a0a0a;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 90000;
}
.p-start.is-active {
  opacity: 0;
  visibility: hidden;
}
.p-start__bg {
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-animation: bg-loading 1.5s;
          animation: bg-loading 1.5s;
}
.p-start__bg.is-active {
  opacity: 1;
  visibility: visible;
}
@-webkit-keyframes bg-loading {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
}
@keyframes bg-loading {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
}
.p-start__loader {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  top: 40%;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.p-start__loader::before {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  position: absolute;
  top: 0;
  content: "";
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.p-start__loader::after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  position: absolute;
  top: 0;
  content: "";
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}

/*（トップ）メインビジュアル　#mv*/
.p-mv {
  position: relative;
  background-image: url(../images/index/bg-mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 11;
}
@media only screen and (max-width: 768px) {
  .p-mv {
    height: 80vh !important;
  }
}
.p-mv .pagination {
  display: none;
}
.p-mv .p-scrolldown {
  position: absolute;
  bottom: 40%;
  right: 3%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 2;
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media only screen and (max-width: 768px) {
  .p-mv .p-scrolldown {
    bottom: 15%;
    right: 9%;
  }
}
.p-mv .p-scrolldown span {
  position: absolute;
  left: 10px;
  bottom: 35px;
  color: #eee;
  font-size: 0.9rem;
  letter-spacing: 3px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .p-mv .p-scrolldown span {
    left: 5px;
    font-size: 0.8rem;
  }
}
.p-mv .p-scrolldown::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.8s ease-in-out infinite, cirlemovehide 1.8s ease-out infinite;
          animation: circlemove 1.8s ease-in-out infinite, cirlemovehide 1.8s ease-out infinite;
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 90px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 90px;
  }
  100% {
    bottom: -5px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.p-mv .p-scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 95px;
  background: #eee;
}
.p-mv__video {
  height: 100%;
  -webkit-animation-name: video-fadeout;
          animation-name: video-fadeout;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 15.5s;
          animation-delay: 15.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes video-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes video-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__video {
    height: 80vh;
  }
}
.p-mv__video video {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-mv__text {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  -webkit-animation-name: text-fadein;
          animation-name: text-fadein;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes text-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes text-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__text {
    max-width: 270px;
  }
}
.p-mv__info {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 769px) {
  .p-mv__info {
    width: min(40%, 600px);
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__info {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .p-mv__info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-mv__info dl dt {
  background: #0a0a0a;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(19, 19, 19) 3px, rgb(19, 19, 19) 6px);
  color: #bfa66f;
  font-weight: 500;
  text-align: center;
  display: grid;
  place-content: center;
}
@media only screen and (min-width: 769px) {
  .p-mv__info dl dt {
    width: 6rem;
    padding: 0.6rem 0.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__info dl dt {
    padding-block: 0.3rem;
  }
}
.p-mv__info dl dd {
  background: rgba(10, 10, 10, 0.4);
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .p-mv__info dl dd {
    width: calc(100% - 6rem);
    padding: 0.6rem 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__info dl dd {
    padding: 0.3rem 0 0.3rem 0.8rem;
  }
}
.p-mv__info dl dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 0.9em;
  position: relative;
}
.p-mv__info dl dd a:hover {
  opacity: 0.8;
}
.p-mv__info dl dd a time {
  margin-right: 1rem;
}
.p-mv__info dl dd a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/arrow--gold.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 769px) {
  .p-mv__info dl dd a::after {
    right: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__info dl dd a::after {
    right: 0;
  }
}

/*section背景部分　共通*/
.p-secCont {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .p-secBg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-secBg--01 {
    background-image: url(../images/index/bg_sec01.jpg);
  }
  .p-secBg--02 {
    background-image: url(../images/index/bg_sec02.jpg);
  }
  .p-secBg--03 {
    background-image: url(../images/index/bg_sec03.jpg);
  }
}

/*トップページ　アニメーション start*/
.p-secCont {
  overflow: hidden;
  /*要素がスライドして出現*/
}
@media only screen and (min-width: 769px) {
  .p-secCont.active .p-secBg {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.p-secCont.active .p-am {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.p-secCont.active .p-am--bt {
  -webkit-animation-name: fade-bt;
          animation-name: fade-bt;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
@-webkit-keyframes fade-bt {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fade-bt {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.p-secCont.active .p-am--tb {
  -webkit-animation-name: fade-tb;
          animation-name: fade-tb;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
@-webkit-keyframes fade-tb {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fade-tb {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.p-secCont.active .p-am--lr {
  -webkit-animation-name: fade-lr;
          animation-name: fade-lr;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@-webkit-keyframes fade-lr {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes fade-lr {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
.p-secCont.active .p-am--first {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.p-secCont.active .p-am--second {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.p-secCont.active .p-am--third {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.p-secCont.active .p-am--fourth {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.p-secCont.active .p-am--box1 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.p-secCont.active .p-am--box2 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.p-secCont.active .p-am--box3 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.p-secCont.active .p-am--box4 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.p-secCont.active .p-am--box5 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.p-secCont.active .p-am--box6 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.p-secCont.active .p-am--box7 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.p-secCont.active .p-am--box8 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.p-secCont .p-am--slideWrapper {
  overflow: hidden;
  display: inline-block;
}
.p-secCont.active .p-am--slideWrapper {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.p-secCont.active .p-am--slide {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

#sec01.active .p-mainCont__text--am,
#sec02.active .p-mainCont__text--am {
  -webkit-animation-name: slideBox-lr;
          animation-name: slideBox-lr;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
@-webkit-keyframes slideBox-lr {
  0% {
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
    opacity: 0;
  }
  30% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes slideBox-lr {
  0% {
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
    opacity: 0;
  }
  30% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}

/*トップページ　アニメーション end*/
/*名前部分 sec01,02共通*/
.p-name-Sec1-2 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #0a0a0a;
}
@media only screen and (max-width: 768px) {
  .p-name-Sec1-2 {
    font-size: 18px;
  }
}
.p-name-Sec1-2 span.jp {
  font-size: 35px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-name-Sec1-2 span.jp {
    font-size: 30px;
    margin-left: 0;
  }
}
.p-name-Sec1-2 span.en {
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #bfa66f;
}
@media only screen and (max-width: 768px) {
  .p-name-Sec1-2 span.en {
    font-size: 12px;
  }
}

/*背景ロゴ共通*/
#sec01::after,
#sec02::after {
  content: "";
  background-image: url(../images/common/backlogo.png);
  width: 300px;
  height: 330px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 1%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #sec01::after,
  #sec02::after {
    content: none;
  }
}

#sec01 .p-contentWrap {
  position: relative;
  z-index: 1;
}

#sec02 .p-contentWrap {
  position: relative;
  z-index: 1;
}

.p-titleCont {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (min-width: 769px) {
  .p-titleCont {
    margin: 5vh auto 6vh;
  }
}
@media only screen and (max-width: 768px) {
  .p-titleCont {
    width: 280px;
    max-width: 95%;
    text-align: center;
    margin-inline: auto;
  }
}
.p-titleCont .subtitle {
  color: #bfa66f;
  position: relative;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .p-titleCont .subtitle {
    font-size: 0.7em;
  }
}
.p-titleCont .subtitle::after {
  content: "";
  background: #bfa66f;
  width: 75px;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1em;
}
@media only screen and (max-width: 768px) {
  .p-titleCont .subtitle::after {
    width: 2em;
  }
}
.p-titleCont h2 {
  display: inline-block;
  font-size: 6vh;
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  .p-titleCont h2 {
    margin-bottom: 0;
    font-size: 8vw;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  .p-titleCont h2 {
    font-size: 45px;
  }
}

/*（トップ）はじめに　#sec01*/
@media only screen and (max-width: 768px) {
  #sec01 {
    background-image: url(../images/index/bg_sec01.jpg);
    background-repeat: no-repeat;
    background-position: center;
  }
}
#sec01 .p-mainCont {
  padding-top: 3vh;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #sec01 .p-mainCont {
    padding-top: 50px;
  }
}
#sec01 .p-mainCont__img {
  border: solid 8px #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 12px;
}
@media only screen and (min-width: 769px) {
  #sec01 .p-mainCont__img {
    width: 250px;
    position: absolute;
    z-index: 2;
  }
}
@media only screen and (max-width: 768px) {
  #sec01 .p-mainCont__img {
    width: 250px;
    margin: 0 auto 20px;
  }
}
#sec01 .p-mainCont__text {
  background: #fff;
}
@media only screen and (min-width: 769px) {
  #sec01 .p-mainCont__text {
    padding: 40px;
    padding-left: 70px;
    margin-top: 20px;
    width: 670px;
    position: absolute;
    left: 230px;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  #sec01 .p-mainCont__text {
    padding: 20px 15px;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  #sec01 .p-mainCont__text {
    max-width: 500px;
    margin: auto;
    padding: 20px 25px;
  }
}
#sec01 .p-mainCont__text__desc {
  margin-bottom: 20px;
  color: #0a0a0a;
}

/*（トップ）ごあいさつ　#sec02*/
@media only screen and (max-width: 768px) {
  #sec02 {
    background-image: url(../images/index/bg_sec02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
  }
}
#sec02 .p-mainCont {
  padding-top: 3vh;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #sec02 .p-mainCont {
    padding-top: 50px;
  }
}
#sec02 .p-mainCont__img {
  border: solid 8px #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 12px;
}
@media only screen and (min-width: 769px) {
  #sec02 .p-mainCont__img {
    width: 250px;
    position: absolute;
    z-index: 2;
  }
}
@media only screen and (max-width: 768px) {
  #sec02 .p-mainCont__img {
    width: 250px;
    margin: 0 auto 20px;
  }
}
#sec02 .p-mainCont__text {
  background: #fff;
}
@media only screen and (min-width: 769px) {
  #sec02 .p-mainCont__text {
    padding: 40px;
    padding-left: 60px;
    margin-top: 20px;
    width: 670px;
    position: absolute;
    left: 230px;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  #sec02 .p-mainCont__text {
    padding: 20px 15px;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  #sec02 .p-mainCont__text {
    max-width: 500px;
    margin: auto;
    padding: 20px 25px;
  }
}
#sec02 .p-mainCont__text__desc {
  margin-bottom: 20px;
  color: #0a0a0a;
}
#sec02 .p-mainCont__text .c-flexBox--ratio5-5 .c-flexBox__spc:first-child {
  position: relative;
}
#sec02 .p-mainCont__text .c-flexBox--ratio5-5 .c-flexBox__spc:first-child::after {
  content: "";
  position: absolute;
  background-color: #eee;
}
@media only screen and (min-width: 769px) {
  #sec02 .p-mainCont__text .c-flexBox--ratio5-5 .c-flexBox__spc:first-child::after {
    width: 1px;
    height: 100%;
    top: 0;
    right: -4%;
  }
}
@media only screen and (max-width: 768px) {
  #sec02 .p-mainCont__text .c-flexBox--ratio5-5 .c-flexBox__spc:first-child::after {
    width: 100%;
    height: 1px;
    bottom: -1rem;
    left: 0;
  }
}

/*（トップ）メッセージ　#sec03*/
@media only screen and (max-width: 768px) {
  #sec03 {
    background-image: url(../images/index/bg_sec03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#sec03 .p-contentWrap {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #sec03 .p-inner--sec03 {
    padding: 0 15%;
  }
}
@media (max-width: 1760px) and (min-width: 769px) {
  #sec03 .p-inner--sec03 {
    padding: 0 7%;
  }
}
#sec03 .p-titleCont {
  display: inline-block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  #sec03 .p-titleCont {
    padding-left: 6%;
  }
}
@media only screen and (max-width: 768px) {
  #sec03 .p-titleCont {
    padding: 0 15px;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  #sec03 .p-titleCont {
    padding-left: 50px;
  }
}
#sec03 .p-message {
  /*ホバーエフェクト*/
}
@media only screen and (min-width: 769px) {
  #sec03 .p-message.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 769px) {
  #sec03 .p-message__box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 769px) {
  #sec03 .p-message__box:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1760px) and (min-width: 769px) {
  #sec03 .p-message__box {
    width: 32.6%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  #sec03 .p-message__box {
    padding: 0 10%;
    margin-bottom: 20px;
  }
}
#sec03 .p-message__contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#sec03 .p-message__img {
  width: 40%;
  background: #fff;
  overflow: hidden;
}
#sec03 .p-message__img img {
  min-height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  #sec03 .p-message__img img {
    min-height: 200px;
  }
}
#sec03 .p-message__text {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  width: 60%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#sec03 .p-message__text p {
  font-size: 14px;
}
@media (max-width: 768px) and (min-width: 490px) {
  #sec03 .p-message__text p {
    font-size: 16px;
  }
}
#sec03 .p-message__text h3 {
  font-size: 23px;
  margin-bottom: 10px;
}
#sec03 .p-message .gridCont {
  display: grid;
  grid-template-rows: 20% 55% 25%;
}
@media only screen and (max-width: 768px) {
  #sec03 .p-message .gridCont {
    border-bottom: solid 1px #7d7d7d;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  #sec03 .p-message .gridCont {
    border-bottom: none;
  }
}
#sec03 .p-message .gridCont .grid1 {
  grid-row: 1/2;
}
#sec03 .p-message .gridCont .grid2 {
  grid-row: 2/3;
}
#sec03 .p-message .gridCont .grid3 {
  grid-row: 3/4;
}
#sec03 .p-message .gridCont--long {
  grid-template-rows: 40% 35% 25%;
}
#sec03 .p-message .gridCont--long p.long {
  line-height: 1.3;
}
@media (max-width: 1450px) and (min-width: 769px) {
  #sec03 .p-message .gridCont--long p.long {
    font-size: 0.9vw;
  }
}
#sec03 .p-message__link {
  border: solid 1px #fff;
  padding: 0.5em 0;
  font-size: 12px !important;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#sec03 .p-message__link span {
  position: relative;
  z-index: 3;
  color: #fff;
}
#sec03 .p-message__link::after {
  content: "";
  background-image: url(../images/common/arrow--white.png);
  background-size: contain;
  display: inline-block;
  width: 5px;
  height: 7px;
  position: absolute;
  right: 6px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
#sec03 .p-message__link::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
#sec03 .p-message a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#sec03 .p-message a:hover .p-message__text {
  background-color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#sec03 .p-message a:hover .p-message__link span {
  color: #0a0a0a;
}
#sec03 .p-message a:hover .p-message__link::after {
  background-image: url(../images/common/arrow--black.png);
}
#sec03 .p-message a:hover .p-message__link::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media (max-width: 1450px) and (min-width: 769px) {
  #sec03 .p-message .gridCont {
    grid-template-rows: 20% 50% 30%;
  }
  #sec03 .p-message .gridCont--long {
    grid-template-rows: 35% 35% 30%;
  }
  #sec03 .p-message__img {
    height: 160px;
  }
  #sec03 .p-message__img img {
    min-height: 160px;
  }
  #sec03 .p-message__text {
    padding: 15px;
  }
  #sec03 .p-message__text h3 {
    font-size: 20px;
  }
}

/*（トップ）スペシャルコンテンツ　#sec04*/
#sec04 .p-contentWrap {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  #sec04 .p-contentWrap {
    padding-bottom: 0;
  }
}
#sec04 .p-contentWrap .p-panel {
  display: inline-block;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 769px) {
  #sec04 .p-contentWrap .p-panel {
    width: 50%;
    height: 50vh;
  }
}
@media only screen and (max-width: 768px) {
  #sec04 .p-contentWrap .p-panel {
    position: relative;
  }
  #sec04 .p-contentWrap .p-panel--01 {
    background-image: url(../images/index/bg_sp01.jpg);
  }
  #sec04 .p-contentWrap .p-panel--02 {
    background-image: url(../images/index/bg_sp02.jpg);
  }
  #sec04 .p-contentWrap .p-panel--03 {
    background-image: url(../images/index/bg_sp03.jpg);
  }
  #sec04 .p-contentWrap .p-panel--04 {
    background-image: url(../images/index/bg_sp04.jpg);
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  #sec04 .p-contentWrap .p-panel {
    min-height: 380px;
  }
}
@media only screen and (max-width: 768px) {
  #sec04 .p-contentWrap .p-panel::before {
    content: "";
    background-color: rgba(17, 46, 51, 0.1);
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
#sec04 .p-contentWrap .p-panel__link {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  /*ホバーエフェクト*/
  /*ホバーエフェクト*/
}
#sec04 .p-contentWrap .p-panel__link--02-04:hover .p-panel__bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media only screen and (min-width: 769px) {
  #sec04 .p-contentWrap .p-panel__link--02-04:hover .p-panel__bg::before {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}
#sec04 .p-contentWrap .p-panel__link--02-04:hover .p-panel__btn {
  background: #fff;
  color: #3d7e88;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#sec04 .p-contentWrap .p-panel__link--02-04:hover .p-panel__btn::after {
  background-image: url(../images/common/arrow--green.png);
}
#sec04 .p-contentWrap .p-panel__link--01:hover .p-panel__bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media only screen and (min-width: 769px) {
  #sec04 .p-contentWrap .p-panel__link--01:hover .p-panel__bg::before {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}
#sec04 .p-contentWrap .p-panel__link--01 .p-panel__btn:hover {
  background: #fff;
  color: #3d7e88;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#sec04 .p-contentWrap .p-panel__link--01 .p-panel__btn:hover::after {
  background-image: url(../images/common/arrow--green.png);
}
#sec04 .p-contentWrap .p-panel__bg {
  background-size: cover;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#sec04 .p-contentWrap .p-panel__bg::before {
  content: "";
  background-color: rgba(17, 46, 51, 0.4);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 769px) {
  #sec04 .p-contentWrap .p-panel__bg--01 {
    background-image: url(../images/index/bg_sp01.jpg);
    left: 0;
    top: 0;
  }
  #sec04 .p-contentWrap .p-panel__bg--02 {
    background-image: url(../images/index/bg_sp02.jpg);
    background-position-y: bottom 15%;
    right: 0;
    top: 0;
  }
  #sec04 .p-contentWrap .p-panel__bg--03 {
    background-image: url(../images/index/bg_sp03.jpg);
    left: 0;
    bottom: 0;
  }
  #sec04 .p-contentWrap .p-panel__bg--04 {
    background-image: url(../images/index/bg_sp04.jpg);
    background-position-y: center;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 769px) {
  #sec04 .p-contentWrap .p-panel__contents {
    position: absolute;
  }
}
@media only screen and (max-width: 768px) {
  #sec04 .p-contentWrap .p-panel__contents {
    position: relative;
    z-index: 2;
  }
}
#sec04 .p-contentWrap .p-panel__title {
  margin-bottom: 30px;
}
#sec04 .p-contentWrap .p-panel__title.ttlFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sec04 .p-contentWrap .p-panel__title.row-1 {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#sec04 .p-contentWrap .p-panel__title .num {
  font-size: 3.5vw;
  color: #fff;
  line-height: 1.3;
  padding-right: 0em;
}
@media only screen and (max-width: 768px) {
  #sec04 .p-contentWrap .p-panel__title .num {
    font-size: 7vw;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  #sec04 .p-contentWrap .p-panel__title .num {
    font-size: 35px;
  }
}
#sec04 .p-contentWrap .p-panel__title .num::after {
  content: "";
  background: #fff;
  width: 0.3em;
  height: 1px;
  display: inline-block;
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  #sec04 .p-contentWrap .p-panel__title .num::after {
    margin: 0 5px;
  }
}
#sec04 .p-contentWrap .p-panel__title__h3 {
  font-size: 1.75vw;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  #sec04 .p-contentWrap .p-panel__title__h3 {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  #sec04 .p-contentWrap .p-panel__title__h3 {
    font-size: 6vw;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  #sec04 .p-contentWrap .p-panel__title__h3 {
    font-size: 28px;
    line-height: 1.4;
  }
}
#sec04 .p-contentWrap .p-panel__title__h3 span {
  font-size: 1.2vw;
}
@media only screen and (max-width: 768px) {
  #sec04 .p-contentWrap .p-panel__title__h3 span {
    font-size: 14px;
  }
}
#sec04 .p-contentWrap .p-panel__desc {
  min-height: 3.5em;
  margin-bottom: 30px;
}
#sec04 .p-contentWrap .p-panel__desc p {
  color: #fff;
}
#sec04 .p-contentWrap .p-panel__btn {
  color: #fff;
  border: solid 1px #fff;
  width: 100%;
  margin: auto;
  padding: 20px;
  text-align: center;
  position: relative;
  display: block;
}
@media only screen and (min-width: 769px) {
  #sec04 .p-contentWrap .p-panel__btn {
    max-height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  #sec04 .p-contentWrap .p-panel__btn {
    padding: 15px 20px;
  }
}
#sec04 .p-contentWrap .p-panel__btn::after {
  content: "";
  background-image: url(../images/common/arrow--white.png);
  background-size: contain;
  width: 10px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media only screen and (max-width: 768px) {
  #sec04 .p-contentWrap .p-panel__btn::after {
    width: 7px;
    height: 11px;
  }
}
#sec04 .p-contentWrap .p-panel .gridCont {
  display: grid;
  grid-template-rows: 35% 40% 25%;
  padding: 8% 20%;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #sec04 .p-contentWrap .p-panel .gridCont {
    padding: 8% 4%;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  #sec04 .p-contentWrap .p-panel .gridCont {
    padding: 8% 10%;
  }
}
#sec04 .p-contentWrap .p-panel .gridCont .grid1 {
  grid-row: 1/2;
}
#sec04 .p-contentWrap .p-panel .gridCont .grid2 {
  grid-row: 2/3;
}
#sec04 .p-contentWrap .p-panel .gridCont .grid3 {
  grid-row: 3/4;
}

.p-bannerArea {
  text-align: center;
  padding: 30px 15px;
}
@media only screen and (max-width: 768px) {
  .p-bannerArea {
    padding-top: 0;
  }
}
.p-bannerArea__link {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.p-bannerArea__link:hover img {
  opacity: 0.8;
}
.p-bannerArea h3 {
  font-size: 35px;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-bannerArea h3 {
    font-size: 22px;
  }
}

.p-lastCont {
  background: #1e1e1e;
  padding: 30px 15px;
}
.p-lastCont p {
  color: #fff;
}

/*中ページ共通Mv*/
.p-nakaTitle {
  text-align: center;
  background: url(../images/common/bg-main--message.jpg);
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .p-nakaTitle {
    padding: 6% 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-nakaTitle {
    padding: 50px 10px;
  }
}
.p-nakaTitle__text p {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .p-nakaTitle__text p {
    font-size: 16px;
  }
}
.p-nakaTitle__text h2 {
  font-size: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-nakaTitle__text h2 {
    font-size: 32px;
  }
}

.p-nakaTitle--damcard {
  background-image: url(../images/common/bg-main--damcard.jpg);
}

.p-nakaTitle--kengaku {
  background-image: url(../images/common/bg-main--kengaku.jpg);
}

.p-nakaTitle--panel {
  background-image: url(../images/common/bg-main--panel.jpg);
}

.p-nakaTitle--art {
  background-image: url(../images/common/bg-main--art.jpg);
}

.p-nakaTitle--photocon {
  background-image: url(../images/common/bg-main--photocon.jpg);
}

.p-nakaTitle--stamp {
  background-image: url(../images/common/bg-main--stamp.jpg);
}

.p-nakaTitle--info {
  background-image: url(../images/common/bg-main--info.jpg);
}
@media only screen and (max-width: 768px) {
  .p-nakaTitle--info {
    background-position: right center;
  }
}

.p-nakaTitle--exhibition {
  background-image: url(../images/common/bg-main--exhibition.jpg);
}

/*中ページ共通　戻るボタン*/
.p-backHome {
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  .p-backHome {
    padding-top: 100px;
  }
}
.p-backHome__link {
  border: solid 1px #fff;
  font-size: 0.9em;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media only screen and (min-width: 769px) {
  .p-backHome__link {
    max-width: 300px;
    margin: auto;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  .p-backHome__link {
    max-width: 300px;
    margin: auto;
  }
}
.p-backHome__link span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.p-backHome__link::after {
  content: "";
  background-image: url(../images/common/arrow--white.png);
  background-size: contain;
  width: 5px;
  height: 7px;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.p-backHome__link::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.p-backHome__link:hover span {
  color: #1e1e1e;
}
.p-backHome__link:hover::after {
  background-image: url(../images/common/arrow--black.png);
}
.p-backHome__link:hover::before {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*（中ページ）.p-comment*/
.p-comment .l-main {
  background-image: url(../images/common/backlogo.png);
  background-repeat: no-repeat;
  background-position: bottom 7% right 3%;
  background-attachment: fixed;
  background-size: 25%;
}
@media only screen and (max-width: 768px) {
  .p-comment .l-main {
    background-size: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .p-comment .p-img {
    width: 80%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  .p-comment .p-img {
    width: 30%;
    margin: 0 0 30px 30px;
  }
}
.p-comment .p-honbun p {
  line-height: 2;
  text-indent: 1em;
}
.p-comment .p-nameFirst {
  border-left: solid 1px #bfa66f;
  padding-left: 2em;
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .p-comment .p-nameFirst {
    padding-left: 1em;
    margin-bottom: 2em;
  }
}
.p-comment .p-nameFirst__group {
  color: #bfa66f;
}
.p-comment .p-nameFirst h3 {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .p-comment .p-nameFirst h3 {
    font-size: 18px;
  }
}
.p-comment .p-nameFirst h3 span {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .p-comment .p-nameFirst h3 span {
    font-size: 26px;
    display: block;
  }
}
.p-comment .p-nameLast {
  border-top: solid 1px #bfa66f;
  padding-top: 2em;
  margin-top: 3em;
  text-align: right;
}
.p-comment .p-nameLast__large {
  font-size: 22px;
}
.p-comment .p-messageImg__btn {
  background: #bfa66f;
  color: #fff;
  font-size: 1.5em;
  padding: 1.6em;
  margin-top: 3em;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-comment .p-messageImg__btn {
    font-size: 1.2em;
  }
}
.p-comment .p-messageImg__btn::after {
  content: "";
  background-image: url(../images/common/arrow--white.png);
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 2%;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.p-comment .p-messageImg__btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*中ページ　共通*/
.p-naka .l-main__bg {
  background-repeat: no-repeat;
  background-position: bottom 4% right 1%;
  background-size: 20%;
  background-attachment: fixed;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-naka .l-main__bg {
    background-size: contain;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  .p-naka .l-main__bg {
    background-size: 70%;
  }
}
.p-naka .l-main__bg::before {
  content: "";
  background: url("../images/common/filter.png");
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.p-naka .l-main__bg > * {
  position: relative;
}
.p-naka .l-main__bg--panel {
  background-image: url(../images/common/backlogo.png);
}
.p-naka .l-main__bg--art {
  background-image: url(../images/common/backlogo.png);
}
.p-naka .l-main__bg--photocon {
  background-image: url(../images/common/backlogo.png);
}
.p-naka .l-main__bg--stamp {
  background-image: url(../images/common/backlogo.png);
}
@media only screen and (max-width: 768px) {
  .p-naka .l-main__bg--stamp {
    background-image: none;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  .p-naka .l-main__bg--stamp {
    background-image: url(../images/common/backlogo.png);
    background-size: 50%;
  }
}
.p-naka .l-main__bg--exhibition {
  background-image: url(../exhibition/images/cont-bg_exhibition.png);
}

/*中ページ（sp03）*/
.p-special .p-contents {
  padding: 30px 40px 40px;
}
@media only screen and (max-width: 768px) {
  .p-special .p-contents {
    padding: 25px 15px;
  }
}
.p-special .p-contents--white {
  background: #fff;
}
.p-special .p-contents--white * {
  color: #0a0a0a;
}
@media (max-width: 768px) and (min-width: 490px) {
  .p-special.sp03 .p-contents {
    padding: 30px 40px;
  }
}
.p-special.sp03 .p-contents__text h3 {
  font-size: 23px;
  margin-bottom: 30px;
  border-left: solid 5px #b7b7b7;
  padding-left: 0.7em;
}
@media only screen and (max-width: 768px) {
  .p-special.sp03 .p-contents__text h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.p-special.sp03 .p-contents .p-audioWrap {
  background: #f7f7f7;
  padding: 40px 10px;
  text-align: center;
  margin-left: 0;
}
.p-special.sp04 .p-descBox {
  border: solid 1px #fff;
  padding: 15px 20px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .p-special.sp04 .p-descBox {
    width: 100%;
    max-width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .p-special.sp04 .p-descBox p {
    font-size: 13px;
  }
}
.p-special.sp04 .p-modal__btn {
  display: inline-block;
  padding: 5px 35px 5px 25px;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-special.sp04 .p-modal__btn {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-special.sp04 .p-modal__btn {
    display: inline-block;
    width: 100%;
    max-width: 350px;
  }
}
.p-special.sp04 .p-modal__btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-special.sp04 .p-modal__btn.color01 {
  background-color: #8f82bc;
}
.p-special.sp04 .p-modal__btn.color02 {
  background-color: #90c31f;
}
.p-special.sp04 .p-modal__btn.color03 {
  background-color: #ea5404;
}
.p-special.sp04 .p-map {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-special.sp04 .p-map__link {
    position: absolute;
  }
  .p-special.sp04 .p-map__link.kamiyahagi {
    top: 134px;
    right: 192px;
  }
  .p-special.sp04 .p-map__link.kushihara {
    top: 300px;
    right: 380px;
  }
  .p-special.sp04 .p-map__link.hiraya {
    top: 77px;
    right: 2px;
  }
  .p-special.sp04 .p-map__link.neba {
    top: 312px;
    right: 40px;
  }
  .p-special.sp04 .p-map__link.inabu {
    top: 361px;
    right: 216px;
  }
  .p-special.sp04 .p-map__link.asahi {
    top: 436px;
    right: 488px;
  }
}
@media only screen and (max-width: 768px) {
  .p-special.sp04 .p-map__link {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-special.sp04 .p-map__img {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) and (min-width: 490px) {
  .p-special.sp04 .p-map__img {
    width: 470px;
    margin: auto auto 50px;
  }
}
@media only screen and (min-width: 769px) {
  .p-special.sp04 .p-others {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .p-special.sp04 .p-others__wrap {
    width: 650px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-special.sp04 .p-others__link {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .p-special.sp04 .p-others__link a {
    min-width: 280px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
  }
}

/*中ページ（お知らせ）*/
.p-info__tbl a:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 769px) {
  .p-info__tbl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-info__tbl dl dt {
  border-top: 1px solid #555;
}
@media only screen and (min-width: 769px) {
  .p-info__tbl dl dt {
    width: 20%;
    padding: 1rem;
    border-bottom: 1px solid #555;
  }
}
@media only screen and (max-width: 768px) {
  .p-info__tbl dl dt {
    padding: 1rem 0.5rem 0 0.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .p-info__tbl dl dd {
    width: 80%;
    padding: 1rem;
    border-top: 1px solid #555;
  }
}
@media only screen and (max-width: 768px) {
  .p-info__tbl dl dd {
    padding: 0 0.5rem 1rem 0.5rem;
  }
}
.p-info__tbl dl dd:last-child {
  border-bottom: 1px solid #555;
}
.p-info__detail__ttl {
  border-left: solid 1px #bfa66f;
  padding-left: 2em;
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .p-info__detail__ttl {
    padding-left: 1em;
    margin-bottom: 2em;
  }
}
.p-info__detail__ttl__group {
  color: #bfa66f;
}
.p-info__detail__ttl h3 {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .p-info__detail__ttl h3 {
    font-size: 18px;
  }
}
.p-info__detail__ttl h3 span {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .p-info__detail__ttl h3 span {
    font-size: 26px;
    display: block;
  }
}

/*==================
utility.scss
====================*/
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .u-pc {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
}

/*テキスト系*/
.u-textRight {
  text-align: right !important;
}
@media only screen and (min-width: 769px) {
  .u-textRight--pc {
    text-align: right !important;
  }
}
@media only screen and (min-width: 769px) {
  .u-textRight--sp {
    text-align: right !important;
  }
}

.u-textLeft {
  text-align: left !important;
}
@media only screen and (min-width: 769px) {
  .u-textLeft--pc {
    text-align: left !important;
  }
}
@media only screen and (min-width: 769px) {
  .u-textLeft--sp {
    text-align: left !important;
  }
}

.u-textCenter {
  text-align: center !important;
}
@media only screen and (min-width: 769px) {
  .u-textCenter--pc {
    text-align: center !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-textCenter--sp {
    text-align: center !important;
  }
}

.u-textSmall {
  font-size: 0.9em !important;
}

.u-textMid {
  font-size: 1.2em !important;
}

.u-textLarge {
  font-size: 1.4em !important;
}

.u-textXLarge {
  font-size: 1.6em !important;
}

.u-textBold {
  font-weight: bold !important;
}

.u-fw400 {
  font-weight: 400 !important;
}

.u-fw500 {
  font-weight: 500 !important;
}

.u-fw600 {
  font-weight: 600 !important;
}

.u-fwInherit {
  font-weight: inherit !important;
}

.u-textBlack {
  color: #0a0a0a !important;
}

.u-textWhite {
  color: #fff !important;
}

.u-textGray {
  color: #ddd !important;
}

.u-textGold {
  color: #bfa66f !important;
}

.u-textRed {
  color: #b81515 !important;
}

.u-textBeige {
  color: #cbbe9e !important;
}

.u-textLink {
  color: #bfa66f !important;
  text-decoration: underline !important;
}

.u-underline {
  text-decoration: underline !important;
}

/*position*/
.u-relative {
  position: relative !important;
}

.u-absolute {
  position: absolute !important;
}
.u-absolute__br {
  bottom: 0 !important;
  right: 0 !important;
}

/*装飾*/
.u-bgBox--gray {
  padding: 60px !important;
  background-color: #f8f8f8 !important;
}
@media only screen and (max-width: 768px) {
  .u-bgBox--gray {
    padding: 8% !important;
  }
}

.u-borderTop {
  border-top: 1px solid #ddd !important;
}

.u-borderBottom {
  border-bottom: 1px solid #ddd !important;
}

/*flex*/
.u-align--center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.u-align--end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.u-justify--center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.u-justify--end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/*レイアウト*/
.u-width100 {
  width: 100%;
}

.u-fitCont {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

/*余白*/
.u-mt0 {
  margin-top: 0 !important;
}
@media only screen and (min-width: 769px) {
  .u-mt0--pc {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt0--sp {
    margin-top: 0 !important;
  }
}

.u-mt10 {
  margin-top: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt10--pc {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt10--sp {
    margin-top: 10px !important;
  }
}

.u-mt15 {
  margin-top: 15px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt15--pc {
    margin-top: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt15--sp {
    margin-top: 15px !important;
  }
}

.u-mt20 {
  margin-top: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt20--pc {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt20--sp {
    margin-top: 20px !important;
  }
}

.u-mt30 {
  margin-top: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt30--pc {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt30--sp {
    margin-top: 30px !important;
  }
}

.u-mt40 {
  margin-top: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt40--pc {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt40--sp {
    margin-top: 40px !important;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt50--pc {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt50--sp {
    margin-top: 50px !important;
  }
}

.u-mt60 {
  margin-top: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt60--pc {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt60--sp {
    margin-top: 60px !important;
  }
}

.u-mt70 {
  margin-top: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt70--pc {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt70--sp {
    margin-top: 70px !important;
  }
}

.u-mt80 {
  margin-top: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt80--pc {
    margin-top: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt80--sp {
    margin-top: 80px !important;
  }
}

.u-mt90 {
  margin-top: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt90--pc {
    margin-top: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt90--sp {
    margin-top: 90px !important;
  }
}

.u-mt100 {
  margin-top: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt100--pc {
    margin-top: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt100--sp {
    margin-top: 100px !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 769px) {
  .u-mb0--pc {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb0--sp {
    margin-bottom: 0 !important;
  }
}

.u-mb10 {
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb10--pc {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb10--sp {
    margin-bottom: 10px !important;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb15--pc {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb15--sp {
    margin-bottom: 15px !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb20--pc {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb20--sp {
    margin-bottom: 20px !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb30--pc {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb30--sp {
    margin-bottom: 30px !important;
  }
}

.u-mb40 {
  margin-bottom: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb40--pc {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb40--sp {
    margin-bottom: 40px !important;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb50--pc {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb50--sp {
    margin-bottom: 50px !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb60--pc {
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb60--sp {
    margin-bottom: 60px !important;
  }
}

.u-mb70 {
  margin-bottom: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb70--pc {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb70--sp {
    margin-bottom: 70px !important;
  }
}

.u-mb80 {
  margin-bottom: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb80--pc {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb80--sp {
    margin-bottom: 80px !important;
  }
}

.u-mb90 {
  margin-bottom: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb90--pc {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb90--sp {
    margin-bottom: 90px !important;
  }
}

.u-mb100 {
  margin-bottom: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb100--pc {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb100--sp {
    margin-bottom: 100px !important;
  }
}

.u-ml0 {
  margin-left: 0 !important;
}
@media only screen and (min-width: 769px) {
  .u-ml0--pc {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml0--sp {
    margin-left: 0 !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml10--pc {
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml10--sp {
    margin-left: 10px !important;
  }
}

.u-ml20 {
  margin-left: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml20--pc {
    margin-left: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml20--sp {
    margin-left: 20px !important;
  }
}

.u-ml30 {
  margin-left: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml30--pc {
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml30--sp {
    margin-left: 30px !important;
  }
}

.u-ml40 {
  margin-left: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml40--pc {
    margin-left: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml40--sp {
    margin-left: 40px !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml50--pc {
    margin-left: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml50--sp {
    margin-left: 50px !important;
  }
}

.u-ml60 {
  margin-left: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml60--pc {
    margin-left: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml60--sp {
    margin-left: 60px !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml70--pc {
    margin-left: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml70--sp {
    margin-left: 70px !important;
  }
}

.u-ml80 {
  margin-left: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml80--pc {
    margin-left: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml80--sp {
    margin-left: 80px !important;
  }
}

.u-ml90 {
  margin-left: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml90--pc {
    margin-left: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml90--sp {
    margin-left: 90px !important;
  }
}

.u-ml100 {
  margin-left: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml100--pc {
    margin-left: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml100--sp {
    margin-left: 100px !important;
  }
}

.u-mr0 {
  margin-right: 0 !important;
}
@media only screen and (min-width: 769px) {
  .u-mr0--pc {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr0--sp {
    margin-right: 0 !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr10--pc {
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr10--sp {
    margin-right: 10px !important;
  }
}

.u-mr20 {
  margin-right: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr20--pc {
    margin-right: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr20--sp {
    margin-right: 20px !important;
  }
}

.u-mr30 {
  margin-right: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr30--pc {
    margin-right: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr30--sp {
    margin-right: 30px !important;
  }
}

.u-mr40 {
  margin-right: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr40--pc {
    margin-right: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr40--sp {
    margin-right: 40px !important;
  }
}

.u-mr50 {
  margin-right: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr50--pc {
    margin-right: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr50--sp {
    margin-right: 50px !important;
  }
}

.u-mr60 {
  margin-right: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr60--pc {
    margin-right: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr60--sp {
    margin-right: 60px !important;
  }
}

.u-mr70 {
  margin-right: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr70--pc {
    margin-right: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr70--sp {
    margin-right: 70px !important;
  }
}

.u-mr80 {
  margin-right: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr80--pc {
    margin-right: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr80--sp {
    margin-right: 80px !important;
  }
}

.u-mr90 {
  margin-right: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr90--pc {
    margin-right: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr90--sp {
    margin-right: 90px !important;
  }
}

.u-mr100 {
  margin-right: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr100--pc {
    margin-right: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr100--sp {
    margin-right: 100px !important;
  }
}

.u-pt0 {
  padding-top: 0px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt0--pc {
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt0--sp {
    padding-top: 0px !important;
  }
}

.u-pt10 {
  padding-top: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt10--pc {
    padding-top: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt10--sp {
    padding-top: 10px !important;
  }
}

.u-pt15 {
  padding-top: 15px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt15--pc {
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt15--sp {
    padding-top: 15px !important;
  }
}

.u-pt20 {
  padding-top: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt20--pc {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt20--sp {
    padding-top: 20px !important;
  }
}

.u-pt30 {
  padding-top: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt30--pc {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt30--sp {
    padding-top: 30px !important;
  }
}

.u-pt40 {
  padding-top: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt40--pc {
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt40--sp {
    padding-top: 40px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt50--pc {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt50--sp {
    padding-top: 50px !important;
  }
}

.u-pt60 {
  padding-top: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt60--pc {
    padding-top: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt60--sp {
    padding-top: 60px !important;
  }
}

.u-pt70 {
  padding-top: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt70--pc {
    padding-top: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt70--sp {
    padding-top: 70px !important;
  }
}

.u-pt80 {
  padding-top: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt80--pc {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt80--sp {
    padding-top: 80px !important;
  }
}

.u-pt90 {
  padding-top: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt90--pc {
    padding-top: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt90--sp {
    padding-top: 90px !important;
  }
}

.u-pt100 {
  padding-top: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt100--pc {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt100--sp {
    padding-top: 100px !important;
  }
}

.u-pb10 {
  padding-bottom: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb10--pc {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb10--sp {
    padding-bottom: 10px !important;
  }
}

.u-pb20 {
  padding-bottom: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb20--pc {
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb20--sp {
    padding-bottom: 20px !important;
  }
}

.u-pb30 {
  padding-bottom: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb30--pc {
    padding-bottom: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb30--sp {
    padding-bottom: 30px !important;
  }
}

.u-pb40 {
  padding-bottom: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb40--pc {
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb40--sp {
    padding-bottom: 40px !important;
  }
}

.u-pb50 {
  padding-bottom: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb50--pc {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb50--sp {
    padding-bottom: 50px !important;
  }
}

.u-pb60 {
  padding-bottom: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb60--pc {
    padding-bottom: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb60--sp {
    padding-bottom: 60px !important;
  }
}

.u-pb70 {
  padding-bottom: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb70--pc {
    padding-bottom: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb70--sp {
    padding-bottom: 70px !important;
  }
}

.u-pb80 {
  padding-bottom: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb80--pc {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb80--sp {
    padding-bottom: 80px !important;
  }
}

.u-pb90 {
  padding-bottom: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb90--pc {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb90--sp {
    padding-bottom: 90px !important;
  }
}

.u-pb100 {
  padding-bottom: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb100--pc {
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb100--sp {
    padding-bottom: 100px !important;
  }
}

.u-pl10 {
  padding-left: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl10--pc {
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl10--sp {
    padding-left: 10px !important;
  }
}

.u-pl20 {
  padding-left: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl20--pc {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl20--sp {
    padding-left: 20px !important;
  }
}

.u-pl30 {
  padding-left: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl30--pc {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl30--sp {
    padding-left: 30px !important;
  }
}

.u-pl40 {
  padding-left: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl40--pc {
    padding-left: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl40--sp {
    padding-left: 40px !important;
  }
}

.u-pl50 {
  padding-left: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl50--pc {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl50--sp {
    padding-left: 50px !important;
  }
}

.u-pl60 {
  padding-left: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl60--pc {
    padding-left: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl60--sp {
    padding-left: 60px !important;
  }
}

.u-pl70 {
  padding-left: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl70--pc {
    padding-left: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl70--sp {
    padding-left: 70px !important;
  }
}

.u-pl80 {
  padding-left: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl80--pc {
    padding-left: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl80--sp {
    padding-left: 80px !important;
  }
}

.u-pl90 {
  padding-left: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl90--pc {
    padding-left: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl90--sp {
    padding-left: 90px !important;
  }
}

.u-pl100 {
  padding-left: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl100--pc {
    padding-left: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl100--sp {
    padding-left: 100px !important;
  }
}

.u-pr10 {
  padding-right: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr10--pc {
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr10--sp {
    padding-right: 10px !important;
  }
}

.u-pr20 {
  padding-right: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr20--pc {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr20--sp {
    padding-right: 20px !important;
  }
}

.u-pr30 {
  padding-right: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr30--pc {
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr30--sp {
    padding-right: 30px !important;
  }
}

.u-pr40 {
  padding-right: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr40--pc {
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr40--sp {
    padding-right: 40px !important;
  }
}

.u-pr50 {
  padding-right: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr50--pc {
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr50--sp {
    padding-right: 50px !important;
  }
}

.u-pr60 {
  padding-right: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr60--pc {
    padding-right: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr60--sp {
    padding-right: 60px !important;
  }
}

.u-pr70 {
  padding-right: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr70--pc {
    padding-right: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr70--sp {
    padding-right: 70px !important;
  }
}

.u-pr80 {
  padding-right: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr80--pc {
    padding-right: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr80--sp {
    padding-right: 80px !important;
  }
}

.u-pr90 {
  padding-right: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr90--pc {
    padding-right: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr90--sp {
    padding-right: 90px !important;
  }
}

.u-pr100 {
  padding-right: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr100--pc {
    padding-right: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr100--sp {
    padding-right: 100px !important;
  }
}/*# sourceMappingURL=app.css.map */