@charset "UTF-8";
/*-------------------------------------------*/
/*  setting _font-family
/*-------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*-------------------------------------------*/
/*  setting _color
/*-------------------------------------------*/
/*--使う色をまとめる--*/
/*--色を使うエリアをまとめる--*/
/*--フォントカラー--*/
/*--フォントサイズ--*/
/*--line hight--*/
/*-------------------------------------------*/
/*  mixin _breakpoint
/*-------------------------------------------*/
/*-------------------------------------------*/
/*  foundation _base
/*-------------------------------------------*/
html {
  font-size: 62.5%;
}

img {
  vertical-align: bottom;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-feature-settings: "palt";
  background-color: #000000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
@media (max-width: 599px) {
  body {
    letter-spacing: 0;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

a {
  text-decoration: none;
}

footer {
  margin-top: auto;
  background-color: #f7f3ea;
}

div#loadbox {
  width: 15rem;
}

div.show {
  opacity: 1;
}

h1 {
  font-size: 3.6rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #ab0201;
  font-weight: bold;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 2.2rem;
  }
}

h2 {
  font-size: 22px;
  color: #ab0201;
  line-height: 31px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
}

h3 {
  font-weight: normal;
  font-size: 1.8rem;
  color: #ffffff;
  display: inline-block;
  background-color: #ab0201;
  width: 100%;
  padding: 0.5rem 1rem;
}

p.andmore {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
}

.backtotop {
  text-align: center;
}

/* =ページトップ
------------------------------------------------------------------------------------------*/
.page_top {
  margin: 0;
  position: fixed;
  right: 3%;
  bottom: 40px;
  text-align: center;
  z-index: 10;
}

.page_top a {
  border-radius: 40px;
  color: #fff;
  display: block;
  font-family: "Oswald", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", "MS PGothic", "Osaka", Arial, sans-serif;
  font-size: 11px;
  height: 60px;
  line-height: 42px;
  transition: all 0.2s;
  width: 60px;
}

.soon {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.news_date {
  text-align: right;
}

.news_txt a {
  color: #c51b27;
}

.newicon {
  position: absolute;
  z-index: 1;
  background-color: #ff0019;
  color: #ffffff;
  font-family: bebas-neue, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  width: 100px;
  left: 0;
}

/*-------------------------------------------*/
/*  foundation _ress
/*-------------------------------------------*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/*-------------------------------------------*/
/*  setting _shadow
/*-------------------------------------------*/
.dropshadow {
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

/*-------------------------------------------*/
/*  setting z-index
/*-------------------------------------------*/
:root {
  --z-index-header: 200;
  --z-index-up: 100;
}

/*-------------------------------------------*/
/*  layout _l-header
/*-------------------------------------------*/
.l-header {
  position: fixed;
  padding: 1rem;
  top: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  z-index: 20;
  background-color: #000;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
}
.l-header__inner h1 {
  width: 6rem;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .l-header__inner h1 {
    width: 60px;
    margin: 0 auto;
  }
}

.navilogo {
  margin: 1rem 0;
  width: 10rem;
}

/* =global nav
-----*/
.topnotice a {
  color: #69c8dc;
}

.topnotice a:hover {
  color: #69c8dc;
}

.topnotice a:visited {
  color: #69c8dc;
}

.toggle_nav {
  /* margin-top: 10px; */
  float: right;
}

.nav a {
  color: #ffffff;
}

.nav nav {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

.nav ul {
  width: 100%;
  font-family: "Oswald";
}

.nav li {
  display: inline-block;
  float: left;
}

.nav li a {
  display: block;
  line-height: 10px;
  /* font-size: 12px; */
  letter-spacing: 0.1em;
  text-align: center;
  transition: all 0.3s ease;
  padding: 5px 9px 5px;
  margin-top: 4px;
}

.nav li a:hover {
  opacity: 0.7;
}

.nav_trigger {
  display: none;
}

.kanji {
  color: #ffffff;
  margin-top: 10px !important;
  font-size: 11px !important;
}

.eigo {
  color: #ffffff;
  font-size: 18px !important;
  /* margin-top: 4px; */
  /* font-family: bebas-kai, sans-serif; */
  font-weight: 600;
  /* font-style: normal; */
  font-family: "Oswald", sans-serif;
}

.nav aside {
  display: inline-block;
}

.nav aside a {
  background-color: #000;
  color: #fff;
  border-radius: 200px;
  width: 40px;
  height: 40px;
  padding: 0;
  padding-left: 3px;
  line-height: 38px;
  font-size: 20px;
}

.sns-wrap li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1010px) {
  .global {
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow-y: hidden;
    padding-top: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    transition: 0.5s ease;
  }
  .global li {
    width: 100%;
    display: inherit;
  }
  .nav-active .global {
    height: 100vh;
    padding-top: 50px;
  }
  .toggle_nav {
    transition: 0.2s ease;
  }
  .nav {
    margin-bottom: 0;
    width: 100%;
    height: inherit;
  }
  .nav nav {
    width: 100%;
    margin: 0;
    display: block;
  }
  .nav li {
    padding-right: 0;
    padding-bottom: 1%;
  }
  .nav li a {
    width: 100%;
    max-width: inherit;
    text-align: center;
    padding: 6vw 0;
    color: #fff;
    padding: 4vw 6vw 3vw 6vw;
  }
  .nav aside {
    width: 100%;
    display: block;
  }
  .nav aside ul {
    display: table;
    width: 100%;
  }
  .nav aside li {
    display: table-cell;
    width: 33.33%;
    margin: 0;
  }
  .nav aside li a {
    height: inherit;
    line-height: 1em;
  }
  /* Default navigation icon */
  .nav_trigger {
    display: block;
    position: fixed;
    width: 30px;
    height: 25px;
    right: 3vw;
    top: 22px;
    z-index: 200;
  }
  .nav-active .nav_trigger {
    opacity: 0.7;
  }
  .nav_icon {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition-property: background-color, transform;
    transition-duration: 300ms;
  }
  .nav_icon:before,
.nav_icon:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    background: #fff;
    transition-property: margin, transform;
    transition-duration: 300ms;
  }
  .nav_icon:before {
    margin-top: -10px;
  }
  .nav_icon:after {
    margin-top: 10px;
  }
  .nav-active .nav_icon {
    background: rgba(0, 0, 0, 0);
  }
  .nav-active .nav_icon:before {
    margin-top: 0;
    transform: rotate(45deg);
    background: #fff;
  }
  .nav-active .nav_icon:after {
    margin-top: 0;
    transform: rotate(-45deg);
    background: #fff;
  }
  .nav li a:hover span.btm,
.nav li a.active span.btm {
    display: none;
  }
  .nav li a span.jp {
    font-size: 3vw;
  }
}
/* Loading Block */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #f7f3ea;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
  #loading {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
          animation: sk-scaleout 1s infinite ease-in-out;
}

/* Loading Animation */
@-webkit-keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}

.hollow-dots-spinner,
.hollow-dots-spinner * {
  box-sizing: border-box;
}

.hollow-dots-spinner {
  height: 15px;
  width: 90px;
}

.hollow-dots-spinner .dot {
  width: 15px;
  height: 15px;
  margin: 0 7.5px;
  border: 3px solid #610703;
  border-radius: 50%;
  float: left;
  transform: scale(0);
  -webkit-animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms;
          animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms;
}

.hollow-dots-spinner .dot:nth-child(1) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.hollow-dots-spinner .dot:nth-child(2) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.hollow-dots-spinner .dot:nth-child(3) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

@-webkit-keyframes hollow-dots-spinner-animation {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hollow-dots-spinner-animation {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading-logo {
  width: 200px;
  margin-bottom: 30px;
}

/*-------------------------------------------*/
/*  layout _l-main
/*-------------------------------------------*/
.l-main {
  margin-top: 7rem;
}
.l-main__inner {
  background-color: #e0cc8d;
  background-size: cover;
  background-position: center top;
}
.l-main__inner .header-img {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .l-main__inner .header-img {
    width: 100%;
  }
}
.l-main__top-left {
  width: 57%;
}
@media (max-width: 1024px) {
  .l-main__top-left {
    width: 100%;
  }
}
.l-main__top-right {
  width: 40%;
}
@media (max-width: 1024px) {
  .l-main__top-right {
    width: 100%;
  }
}
.l-main__banner {
  margin-bottom: 1.5rem;
}
.l-main__banner a {
  color: #ffffff;
  display: block;
}
.l-main__banner a:hover {
  background-color: rgba(200, 200, 200, 0.2);
}
.l-main__banner ul {
  list-style: none;
}
.l-main__banner ul li {
  list-style: none;
  margin-bottom: 1rem;
}
.l-main__banner ul li .media-img {
  width: 100%;
}
.l-main__news {
  margin-bottom: 1.5rem;
}
.l-main__news a {
  color: #333333;
  display: block;
}
.l-main__news a:hover {
  background-color: rgba(0, 0, 200, 0.2);
}
.l-main__news ul {
  list-style: none;
}
.l-main__news ul li {
  border-top: 1px dashed #333333;
  padding: 2rem 0;
  display: flex;
}
@media (max-width: 1024px) {
  .l-main__news ul li {
    flex-direction: column;
  }
}
.l-main__news ul li .date {
  width: 15%;
}
.l-main__news ul li .event {
  width: 85%;
}
.l-main__news .link-more {
  color: #ffffff;
  font-family: "Oswald";
  font-weight: bold;
  position: relative;
  text-align: right;
  display: block;
  padding: 15px 0;
}
.l-main__news .link-more a:hover {
  background: none;
}
.l-main__twitter {
  margin-bottom: 2rem;
}
.l-main__sidebanner ul {
  list-style: none;
}
.l-main__sidebanner ul li {
  margin-bottom: 1rem;
}
.l-main__top-box {
  max-width: 110rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1024px) {
  .l-main__top-box {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}

.isActive {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1s;
}

/*-------------------------------------------*/
/*  project _p-home-block
/*-------------------------------------------*/
/*-- マージン --*/
/*-------------------------------------------*/
/*  layout _l-footer
/*-------------------------------------------*/
.l-footer {
  padding: 6rem;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
}
.l-footer__inner {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .l-footer__inner {
    text-align: center;
  }
}
.l-footer__inner--company {
  width: 10rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.l-footer__inner--link ul {
  display: flex;
  list-style: none;
  align-items: center;
}
.l-footer__inner--link ul li {
  width: 120px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .l-footer__inner--link ul li {
    display: none;
  }
}
.l-footer__inner--link ul li:last-child {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .l-footer__inner--link ul li:last-child {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}

/*-------------------------------------------*/
/*  component _c-btn
/*-------------------------------------------*/
.button a {
  color: #610703;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #e8cabe;
  padding: 18px 30px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  display: block;
  text-align: center;
}
.button a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #610703;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.button a:hover {
  color: #fff;
}
.button a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.deluxe-btn {
  width: 400px;
  margin: 0 auto;
  margin-top: 4rem;
}

.lineup-btn {
  width: 400px;
  margin: 0 auto;
  margin-top: 4rem;
}
@media (max-width: 599px) {
  .lineup-btn {
    width: 100%;
    margin-top: 0;
  }
}

.btn-arrow::after {
  position: absolute;
  top: 50%;
  right: 6em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: "";
}
@media (max-width: 599px) {
  .btn-arrow::after {
    right: 3em;
  }
}

/*-------------------------------------------*/
/*  component _c-flex
/*-------------------------------------------*/
/*-------------------------------------------*/
/*  component _c-link
/*-------------------------------------------*/
a:hover {
  opacity: 0.8;
  transition: 0.5s;
}

/*-------------------------------------------*/
/*  component _c-pagination
/*-------------------------------------------*/
.pnavi a {
  color: #c51b27;
}

.page-numbers {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  width: 40px;
  border: 1px solid #c51b27;
  padding: 1rem 1.5rem;
  margin-right: 0.5rem;
}

.page-numbers.current {
  color: #fff;
  background: #c51b27;
}

/*-------------------------------------------*/
/*  project _p-home-block
/*-------------------------------------------*/
.p-home-block {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-home-block {
    width: 90%;
    max-width: 90%;
    margin-bottom: 4rem;
  }
}
.p-home-block__features {
  position: relative;
  width: 550px;
  margin: 0 auto;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .p-home-block__features {
    margin-bottom: 0;
    margin-top: 3rem;
  }
}
@media (max-width: 599px) {
  .p-home-block__features {
    width: 100%;
  }
}
.p-home-block__features--text {
  color: #333333;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 599px) {
  .p-home-block__features--text {
    font-size: 1.8rem;
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1024px) {
  .p-home-block__features--text br {
    display: none;
  }
}
.p-home-block__features--text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  transform: rotate(60deg);
  top: 4rem;
  left: 0;
}
@media (max-width: 1024px) {
  .p-home-block__features--text::before {
    display: none;
  }
}
.p-home-block__features--text::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  transform: rotate(-60deg);
  top: 4rem;
  right: 0;
}
@media (max-width: 1024px) {
  .p-home-block__features--text::after {
    display: none;
  }
}
.p-home-block__features--subtext {
  color: #333333;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .p-home-block__features--subtext {
    width: 90%;
    margin: 0 auto;
    font-size: 1.3rem;
    margin-bottom: 4rem;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .p-home-block__features--subtext br {
    display: none;
  }
}
.p-home-block__about {
  position: relative;
  margin-top: 10rem;
  height: 50rem;
}
@media (max-width: 1024px) {
  .p-home-block__about {
    position: relative;
    margin-top: 0;
    height: auto;
  }
}
.p-home-block__left {
  position: absolute;
  top: 4rem;
  z-index: var(--z-index-up);
}
@media (max-width: 1024px) {
  .p-home-block__left {
    position: relative;
    top: 0;
  }
}
@media (max-width: 1024px) {
  .p-home-block__left img {
    width: 100%;
  }
}
.p-home-block__right {
  position: absolute;
  right: 0;
  width: 600px;
  padding: 50px 90px;
  background-color: #f7f3ea;
}
@media (max-width: 1024px) {
  .p-home-block__right {
    position: relative;
    width: 100%;
    padding: 2rem;
  }
}
.p-home-block__right h2 {
  font-size: 2.2rem;
  text-align: left;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .p-home-block__right h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.p-home-block__right--subtext {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .p-home-block__right--subtext {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 599px) {
  .p-home-block__right--subtext {
    margin-bottom: 3rem;
  }
}

.ippan ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.ippan li {
  margin: 0 10px;
  font-size: 1.8rem;
}

/*-------------------------------------------*/
/*  project _p-home-deluxe
/*-------------------------------------------*/
.p-home-deluxe {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-home-deluxe {
    width: 90%;
  }
}
.p-home-deluxe__about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #eff2e7;
  padding: 70px;
}
@media (max-width: 1024px) {
  .p-home-deluxe__about {
    padding: 2rem;
  }
}
.p-home-deluxe__left {
  width: 50%;
}
@media (max-width: 1024px) {
  .p-home-deluxe__left {
    width: 100%;
  }
}
.p-home-deluxe__left h2 {
  font-size: 4.8rem;
  margin: 0 0 1rem 0;
}
@media (max-width: 1024px) {
  .p-home-deluxe__left h2 {
    font-size: 4.8rem;
  }
}
@media (max-width: 599px) {
  .p-home-deluxe__left h2 {
    font-size: 2.6rem;
  }
}
.p-home-deluxe__left--subtext {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .p-home-deluxe__left--subtext {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.p-home-deluxe__left--text {
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .p-home-deluxe__left--text br {
    font-size: 1.3rem;
    display: none;
  }
}
.p-home-deluxe__left--nutrition {
  display: flex;
  justify-content: space-around;
  background-color: #ffffff;
  padding: 2rem 1rem;
}
@media (max-width: 1024px) {
  .p-home-deluxe__left--nutrition {
    margin-bottom: 4rem;
  }
}
@media (max-width: 599px) {
  .p-home-deluxe__left--nutrition {
    flex-direction: column;
    text-align: center;
    margin-bottom: 4rem;
  }
}
.p-home-deluxe__left--nutrition ul {
  list-style: none;
  margin: 0;
}
@media (max-width: 1024px) {
  .p-home-deluxe__left--nutrition ul {
    margin-bottom: 1rem;
  }
}
.p-home-deluxe__left--nutrition ul li {
  margin-bottom: 1rem;
}
.p-home-deluxe__left--nutrition ul li:last-child {
  margin-bottom: 0;
}
.p-home-deluxe__right {
  width: 48%;
}
@media (max-width: 1024px) {
  .p-home-deluxe__right {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

/*-------------------------------------------*/
/*  project _p-home-lineup
/*-------------------------------------------*/
.p-home-lineup {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-home-lineup {
    width: 90%;
  }
}
.p-home-lineup__about {
  margin-top: 10rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .p-home-lineup__about {
    margin-top: 4rem;
  }
}
.p-home-lineup__about h2 {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6d8824;
  font-size: 2.6rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .p-home-lineup__about h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 599px) {
  .p-home-lineup__about h2 br {
    display: none;
  }
}
.p-home-lineup__about h2::before {
  content: "";
  width: 25%;
  height: 29px;
  background-image: url(../images/line.png);
}
@media (max-width: 1024px) {
  .p-home-lineup__about h2::before {
    width: 20%;
    margin-right: 10px;
  }
}
.p-home-lineup__about h2::after {
  content: "";
  width: 25%;
  height: 29px;
  background-image: url(../images/line.png);
}
@media (max-width: 1024px) {
  .p-home-lineup__about h2::after {
    width: 20%;
    margin-left: 10px;
  }
}
.p-home-lineup__about--item ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
@media (max-width: 1024px) {
  .p-home-lineup__about--item ul {
    flex-direction: column;
  }
}
.p-home-lineup__about--item ul li .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
@media (max-width: 1024px) {
  .p-home-lineup__about--item ul li .detail {
    margin-top: 1rem;
  }
}
.p-home-lineup__about--item ul li .title {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-home-lineup__about--item ul li .price {
  font-size: 2.2rem;
  font-weight: bold;
}
.p-home-lineup__about--item ul li .tax {
  font-size: 1.1rem;
}
@media (max-width: 1024px) {
  .p-home-lineup__about--item ul li {
    margin-bottom: 3rem;
  }
}

/*-------------------------------------------*/
/*  project _p-home-voice
/*-------------------------------------------*/
.p-home-voice {
  width: 100%;
  background-color: #f7f3ea;
}
@media (max-width: 1024px) {
  .p-home-voice {
    width: 90%;
    margin: 0 auto;
  }
}
.p-home-voice__box {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 10rem;
  margin-bottom: 10rem;
  padding: 70px;
}
@media (max-width: 1024px) {
  .p-home-voice__box {
    padding: 2rem;
    margin-top: 0;
    margin-bottom: 4rem;
  }
}
.p-home-voice__box h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.6rem;
  color: #610703;
  text-align: center;
  width: 370px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media (max-width: 599px) {
  .p-home-voice__box h2 {
    width: 100%;
    font-size: 2rem;
  }
}
.p-home-voice__box h2::before {
  content: "";
  width: 25%;
  height: 16px;
  background-image: url(../images/under-arrow.png);
  background-position: right;
}
.p-home-voice__box h2::after {
  content: "";
  width: 25%;
  height: 16px;
  background-image: url(../images/under-arrow.png);
  background-position: left;
}
.p-home-voice__box h3 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .p-home-voice__box h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .p-home-voice__box h3 br {
    display: none;
  }
}
.p-home-voice__comment {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 1rem;
  border: solid 5px #eff2e7;
  padding: 3rem;
}
@media (max-width: 1024px) {
  .p-home-voice__comment {
    padding: 2rem;
    flex-direction: column;
  }
}
.p-home-voice__comment--people {
  width: 110px;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-home-voice__comment--people {
    width: 80px;
    margin-bottom: 1rem;
  }
}
.p-home-voice__comment--people .voice-name {
  font-weight: bold;
  color: #610703;
}
.p-home-voice__comment--people .san {
  font-size: 1.1rem;
}
.p-home-voice__comment--text {
  font-size: 1.8rem;
  padding: 0 2.4rem;
}
@media (max-width: 1024px) {
  .p-home-voice__comment--text {
    font-size: 1.2rem;
    padding: 0 1.4rem;
  }
}
.p-home-voice .revers {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .p-home-voice .revers {
    flex-direction: column;
  }
}
.p-home-voice ul {
  list-style: none;
}
.p-home-voice ul li {
  margin-bottom: 1rem;
}

/*-------------------------------------------*/
/*  project _p-home-faq
/*-------------------------------------------*/
.p-home-faq {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-home-faq {
    width: 90%;
    max-width: 100%;
    margin-bottom: 4rem;
  }
}
.p-home-faq__list {
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .p-home-faq__list {
    margin-bottom: 0;
  }
}
.p-home-faq__list h2 {
  font-size: 2.6rem;
  color: #610703;
  text-align: center;
  margin-bottom: 3rem;
}

.qa-list dl {
  position: relative;
  margin: 0;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  border-bottom: 1px solid #e0dacc;
}

.qa-list dl:first-child {
  border-top: 1px solid #e0dacc;
}

.qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #610703;
  border-right: 2px solid #610703;
}

.qa-list .open::before {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 20px;
}

.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "Q.";
  color: #610703;
}

.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 2px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: #610703;
}

.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
  font-size: 1.4rem;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }
  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: "Q.";
  }
  .qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: "A.";
  }
  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
/*-------------------------------------------*/
/*  project _p-news-archives
/*-------------------------------------------*/
.p-news-archives {
  margin-top: 7.8rem;
  background-color: #e0cc8d;
}
.p-news-archives__inner {
  background-size: cover;
  background-position: center top;
  width: 90%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.p-news-archives__inner h2 {
  text-align: center;
  letter-spacing: 0.5em;
  margin-bottom: 5rem;
}
.p-news-archives__inner h2::after {
  content: " ";
  margin-left: -0.5em;
}
.p-news-archives__inner h3 {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-news-archives__inner ul {
  display: flex;
  margin-bottom: 5rem;
  flex-direction: column;
  margin-bottom: 5rem;
}
.p-news-archives__inner ul li {
  list-style: none;
  flex: 0 1 33.3333333333%;
  padding: 0 0 0.5rem 0rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.p-news-archives__inner ul li:last-child {
  border-bottom: none;
}
.p-news-archives__inner ul li .category-box {
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  width: 8rem;
  text-align: center;
  padding: 0.4rem 0;
  margin-right: 1.5rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-size: 1rem;
}
.p-news-archives__inner ul li .list-top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-news-archives__inner .pager {
  text-align: center;
}
.p-news-archives__inner .pager .page-numbers {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-news-archives__inner .news-thumbnail {
  margin-bottom: 2rem;
}

/*-------------------------------------------*/
/*  project _p-about-archives
/*-------------------------------------------*/
.p-about-archives {
  margin-top: 7.8rem;
  background-color: #e0cc8d;
}
.p-about-archives__inner {
  background-size: cover;
  background-position: center top;
  width: 90%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.p-about-archives__inner h2 {
  text-align: center;
  letter-spacing: 0.5em;
  margin-bottom: 5rem;
}
.p-about-archives__inner h2::after {
  content: " ";
  margin-left: -0.5em;
}
.p-about-archives__inner h3 {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-about-archives__inner ul {
  display: flex;
  margin-bottom: 5rem;
  flex-direction: column;
  margin-bottom: 5rem;
}
.p-about-archives__inner ul li {
  list-style: none;
  flex: 0 1 33.3333333333%;
  padding: 0 0 0.5rem 0rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.p-about-archives__inner ul li:last-child {
  border-bottom: none;
}
.p-about-archives__inner ul li .category-box {
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  width: 8rem;
  text-align: center;
  padding: 0.4rem 0;
  margin-right: 1.5rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-size: 1rem;
}
.p-about-archives__inner ul li .list-top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-about-archives__inner .pager {
  text-align: center;
}
.p-about-archives__inner .pager .page-numbers {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-about-archives__inner .about-thumbnail {
  margin-bottom: 2rem;
}
.p-about-archives__box .about-image {
  margin: 0 auto;
  margin-bottom: 3rem;
}
.p-about-archives__box .about-text {
  margin-bottom: 5rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 3.6rem;
  white-space: pre-wrap;
}
@media (max-width: 1024px) {
  .p-about-archives__box .about-text {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2.6rem;
  }
}
.tbl-title {
  color: #c51b27;
  font-weight: bold;
  width: 15%;
}
@media (max-width: 599px) {
  .tbl-title {
    width: 10rem;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

tr {
  border-bottom: solid 1px #cccccc;
}

td {
  padding: 2rem;
}

/*-------------------------------------------*/
/*  project _p-artist-archives
/*-------------------------------------------*/
.p-artist-archives {
  margin-top: 7.8rem;
  background-color: #e0cc8d;
}
.p-artist-archives__inner {
  background-size: cover;
  background-position: center top;
  width: 90%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.p-artist-archives__inner h2 {
  text-align: center;
  letter-spacing: 0.5em;
  margin-bottom: 5rem;
}
.p-artist-archives__inner h2::after {
  content: " ";
  margin-left: -0.5em;
}
.p-artist-archives__inner h3 {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  background-color: #000000;
}
.p-artist-archives__inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.p-artist-archives__inner ul li {
  list-style: none;
  width: 23.3333%;
  padding: 0 0 0.5rem 0rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .p-artist-archives__inner ul li {
    width: 48%;
  }
}
.p-artist-archives__inner ul li:last-child {
  border-bottom: none;
}
.p-artist-archives__inner ul li .category-box {
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  width: 8rem;
  text-align: center;
  padding: 0.4rem 0;
  margin-right: 1.5rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-size: 1rem;
}
.p-artist-archives__inner ul li .list-top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-artist-archives__inner .pager {
  text-align: center;
}
.p-artist-archives__inner .pager .page-numbers {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-artist-archives__inner .artist-thumbnail {
  margin-bottom: 2rem;
}
.p-artist-archives__inner .artist-logo {
  width: 80%;
  margin: 0 auto;
  padding: 1rem;
}
.p-artist-archives__box {
  padding: 0 1rem;
  margin-bottom: 3rem;
}
.p-artist-archives__box .lineuph3 {
  font-size: 2.5rem;
  text-align: center;
}
.p-artist-archives__box ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 30px;
}
@media (max-width: 1024px) {
  .p-artist-archives__box ul {
    margin-bottom: 0;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    grid-gap: 20px;
  }
}
.p-artist-archives__box ul li {
  list-style: none;
  padding: 0;
  padding-bottom: 0rem;
  margin: 0.5rem;
  width: 100%;
}
.p-artist-archives__box ul li .media-img {
  width: 100%;
  position: relative;
}
.p-artist-archives__box ul li .artist-logo {
  width: 80%;
  margin: 0 auto;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.p-artist-archives__box ul li .media-img img {
  border: none;
}
@media (max-width: 1024px) {
  .p-artist-archives__box ul li {
    margin: 0 0 1rem 0;
  }
}
.p-artist-archives__box ul li a:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.p-artist-archives__box .artist-image {
  max-width: 450px;
  margin: 0 auto;
}
.p-artist-archives__box .artist-text {
  white-space: pre-wrap;
  margin-bottom: 5rem;
}
.p-artist-archives .c-red {
  background-color: #c51b27;
}
.p-artist-archives .c-yellow {
  background-color: #fdef01;
}
.p-artist-archives .c-green {
  background-color: #44b172;
}

.tbl-title {
  color: #c51b27;
  font-weight: bold;
  width: 15%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

tr {
  border-bottom: solid 1px #cccccc;
}

td {
  padding: 2rem;
}

/*-------------------------------------------*/
/*  project _p-landing-archives
/*-------------------------------------------*/
.p-landing-archives {
  margin-top: 2rem;
}
.p-landing-archives__inner {
  background-size: cover;
  background-position: center top;
  width: 90%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.p-landing-archives__inner h2 {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 3rem;
  margin-bottom: 5rem;
  color: #000000;
}
@media (max-width: 1024px) {
  .p-landing-archives__inner h2 {
    font-size: 2rem;
  }
}
.p-landing-archives__inner h2::after {
  content: " ";
  margin-left: -0.5em;
}
.p-landing-archives__inner h3 {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-landing-archives__inner ul {
  display: flex;
  margin-bottom: 5rem;
  flex-direction: column;
  margin-bottom: 5rem;
  list-style: none;
}
.p-landing-archives__inner ul li {
  margin-bottom: 3rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.p-landing-archives__inner ul li:last-child {
  border-bottom: none;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.p-landing-archives__inner ul li .category-box {
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  width: 8rem;
  text-align: center;
  padding: 0.4rem 0;
  margin-right: 1.5rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-size: 1rem;
}
.p-landing-archives__inner ul li .list-top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-landing-archives__inner .pager {
  text-align: center;
}
.p-landing-archives__inner .pager .page-numbers {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-landing-archives__inner .landing-thumbnail {
  margin-bottom: 2rem;
}
.p-landing-archives__inner .landing-text {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .p-landing-archives__inner .landing-text {
    font-size: 1.5rem;
  }
}
.p-landing-archives__inner .artist-name {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .p-landing-archives__inner .artist-name {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
}
.p-landing-archives__box .landing-image {
  max-width: 450px;
  margin: 0 auto;
}
.p-landing-archives__box .landing-text {
  white-space: pre-wrap;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .p-landing-archives__box .landing-text {
    font-size: 1.5rem;
  }
}
.tbl-title {
  color: #c51b27;
  font-weight: bold;
  width: 15%;
}
@media (max-width: 1024px) {
  .tbl-title {
    width: 10rem;
    padding: 0;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

tr {
  border-bottom: solid 1px #cccccc;
}

td {
  padding: 2rem;
}

.landing-head {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5rem;
  background-color: #c51b27;
  color: #ffffff;
  padding: 2rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .landing-head {
    font-size: 1.4rem;
  }
}

.guide-notice {
  font-size: 1.6rem;
  line-height: 3rem;
  border: solid 1px;
  padding: 3rem;
}

.company-img {
  margin-right: 2rem;
  width: 30%;
}

.company-img img {
  border: solid 1px #333333;
}

.landingbox {
  width: 70%;
}

.company-name {
  font-weight: bold;
  font-size: 2rem;
}

/*-------------------------------------------*/
/*  project _p-guideline-archives
/*-------------------------------------------*/
.p-guideline-archives {
  margin-top: 7.8rem;
  background-color: #e0cc8d;
}
.p-guideline-archives__inner {
  background-size: cover;
  background-position: center top;
  width: 90%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.p-guideline-archives__inner h2 {
  text-align: center;
  letter-spacing: 0.5em;
  margin-bottom: 5rem;
}
.p-guideline-archives__inner h2::after {
  content: " ";
  margin-left: -0.5em;
}
.p-guideline-archives__inner h3 {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-guideline-archives__inner ul {
  display: flex;
  margin-bottom: 5rem;
  flex-direction: column;
  margin-bottom: 5rem;
}
.p-guideline-archives__inner ul li {
  flex: 0 1 33.3333333333%;
  padding: 0 0 0.5rem 0rem;
  margin-bottom: 2rem;
  white-space: pre-wrap;
  list-style: none;
}
.p-guideline-archives__inner ul li:last-child {
  border-bottom: none;
}
.p-guideline-archives__inner ul li::before {
  content: "●";
  margin-right: 3px;
}
.p-guideline-archives__inner ul li .category-box {
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  width: 8rem;
  text-align: center;
  padding: 0.4rem 0;
  margin-right: 1.5rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-size: 1rem;
}
.p-guideline-archives__inner ul li .list-top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-guideline-archives__inner .pager {
  text-align: center;
}
.p-guideline-archives__inner .pager .page-numbers {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-guideline-archives__inner .guideline-thumbnail {
  margin-bottom: 2rem;
}
.p-guideline-archives__box .guideline-image {
  max-width: 450px;
  margin: 0 auto;
}
.p-guideline-archives__box .guideline-text {
  white-space: pre-wrap;
  margin-bottom: 5rem;
}
.tbl-title {
  color: #c51b27;
  font-weight: bold;
  width: 15%;
}
@media (max-width: 1024px) {
  .tbl-title {
    width: 10rem;
    padding: 0;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

tr {
  border-bottom: solid 1px #cccccc;
}

td {
  padding: 2rem;
}

.guide-head {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5rem;
  background-color: #c51b27;
  color: #ffffff;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .guide-head {
    font-size: 1.4rem;
  }
}

.guide-notice {
  font-size: 1.6rem;
  line-height: 3rem;
  border: solid 1px;
  padding: 3rem;
}

/*-------------------------------------------*/
/*  project _p-sponcer-archives
/*-------------------------------------------*/
.p-sponcer-archives {
  margin-top: 8rem;
}
.p-sponcer-archives__inner {
  background-size: cover;
  background-position: center top;
  width: 90%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.p-sponcer-archives__inner h2 {
  text-align: center;
  letter-spacing: 0.5em;
  margin-bottom: 5rem;
}
.p-sponcer-archives__inner h2::after {
  content: " ";
  margin-left: -0.5em;
}
.p-sponcer-archives__inner h3 {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-sponcer-archives__inner ul {
  display: flex;
  margin-bottom: 5rem;
  flex-direction: column;
  margin-bottom: 5rem;
  list-style: none;
}
.p-sponcer-archives__inner ul li {
  margin-bottom: 3rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.p-sponcer-archives__inner ul li:last-child {
  border-bottom: none;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.p-sponcer-archives__inner ul li .category-box {
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  width: 8rem;
  text-align: center;
  padding: 0.4rem 0;
  margin-right: 1.5rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-size: 1rem;
}
.p-sponcer-archives__inner ul li .list-top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-sponcer-archives__inner .pager {
  text-align: center;
}
.p-sponcer-archives__inner .pager .page-numbers {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-sponcer-archives__inner .sponcer-thumbnail {
  margin-bottom: 2rem;
}
.p-sponcer-archives__box .sponcer-image {
  max-width: 450px;
  margin: 0 auto;
}
.p-sponcer-archives__box .sponcer-text {
  white-space: pre-wrap;
  margin-bottom: 5rem;
}
.tbl-title {
  color: #c51b27;
  font-weight: bold;
  width: 15%;
}
@media (max-width: 1024px) {
  .tbl-title {
    width: 10rem;
    padding: 0;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

tr {
  border-bottom: solid 1px #cccccc;
}

td {
  padding: 2rem;
}

.sponcer-head {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5rem;
  background-color: #c51b27;
  color: #ffffff;
  padding: 2rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .sponcer-head {
    font-size: 1.4rem;
  }
}

.guide-notice {
  font-size: 1.6rem;
  line-height: 3rem;
  border: solid 1px;
  padding: 3rem;
}

.company-img {
  margin-right: 2rem;
  width: 30%;
}

.company-img img {
  border: solid 1px #333333;
}

.sponcerbox {
  width: 70%;
}

.company-name {
  font-weight: bold;
  font-size: 2rem;
}

/*-------------------------------------------*/
/*  project _p-goods-archives
/*-------------------------------------------*/
.p-goods-archives {
  margin-top: 7.8rem;
  background-color: #e0cc8d;
}
.p-goods-archives__inner {
  background-size: cover;
  background-position: center top;
  width: 90%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.p-goods-archives__inner h2 {
  text-align: center;
  letter-spacing: 0.5em;
  margin-bottom: 5rem;
}
.p-goods-archives__inner h2::after {
  content: " ";
  margin-left: -0.5em;
}
.p-goods-archives__inner h3 {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-goods-archives__inner ul {
  display: flex;
  margin-bottom: 5rem;
  flex-direction: column;
  margin-bottom: 5rem;
}
.p-goods-archives__inner ul li {
  list-style: none;
  flex: 0 1 33.3333333333%;
  padding: 0 0 0.5rem 0rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.p-goods-archives__inner ul li:last-child {
  border-bottom: none;
}
.p-goods-archives__inner ul li .category-box {
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  width: 8rem;
  text-align: center;
  padding: 0.4rem 0;
  margin-right: 1.5rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-size: 1rem;
}
.p-goods-archives__inner ul li .list-top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-goods-archives__inner .pager {
  text-align: center;
}
.p-goods-archives__inner .pager .page-numbers {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-goods-archives__inner .goods-thumbnail {
  margin-bottom: 2rem;
}
.p-goods-archives__box .goods-image {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.p-goods-archives__box .goods-text {
  margin-bottom: 5rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 3.6rem;
}
@media (max-width: 1024px) {
  .p-goods-archives__box .goods-text {
    font-size: 1.4rem;
    text-align: left;
  }
}
table {
  border-collapse: collapse;
  width: 100%;
}

tr {
  border-bottom: solid 1px #000000;
}

td {
  padding: 2rem;
}

.goods-name {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  background-color: #c51b27;
  color: #ffffff;
  padding: 1rem;
  margin-bottom: 3rem;
}

.comingsoon {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

/*-------------------------------------------*/
/*  mixin _animate
/*-------------------------------------------*/
/*-------------------------------------------*/
/*  utility _u-invisible
/*-------------------------------------------*/
/*# sourceMappingURL=style.css.map */