html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img, object, embed {
  max-width: 100%;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

del {
  text-decoration: line-through;
}

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

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

th {
  font-weight: 700;
  vertical-align: bottom;
}

td {
  font-weight: 400;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: 700;
}

td, td img {
  vertical-align: top;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

pre, code, kbd, samp {
  font-family: monospace,sans-serif;
}

.clickable, label, input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button, input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

html {
  overflow-y: visible;
}

body {
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  overflow-x: hidden;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: underline;
  outline: none;
}

input, textarea, select {
  margin: 0;
  font: inherit;
  vertical-align: middle;
  outline: none;
}

input[type=text], input[type=search], input[type=tel], input[type=email], input[type=password], input[type=url], input[type=date], input[type=number], textarea, select {
  width: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 0;
}

input[type=text]:placeholder-shown, input[type=search]:placeholder-shown, input[type=tel]:placeholder-shown, input[type=email]:placeholder-shown, input[type=password]:placeholder-shown, input[type=url]:placeholder-shown, input[type=date]:placeholder-shown, input[type=number]:placeholder-shown, textarea:placeholder-shown, select:placeholder-shown {
  color: #999;
}

input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #999;
}

input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #999;
}

input[type=text], input[type=search], input[type=tel], input[type=email], input[type=password], input[type=url], input[type=date], input[type=number], textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 7px 15px;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
}

select {
  height: 41px;
  border-radius: 5px;
}

button, input[type=button], input[type=submit] {
  padding: 0;
  background-color: transparent;
  border: none;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
}

button:focus, input[type=button]:focus, input[type=submit]:focus {
  outline: none;
}

.l-cta-twitter {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .l-cta-twitter {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.l-header {
  background-color: #fff;
  width: 100%;
  height: 60px;
  height: 3.75rem;
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  top: 0;
}

@media screen and (min-width: 768px) {
  .l-header {
    position: relative;
    height: 229px;
  }
}

.l-footer {
  overflow: hidden;
  background-color: #545454;
}

.l-kv {
  margin-top: 30px;
  margin-right: 20px;
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .l-kv {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

.l-top-pickup {
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 50px;
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .l-top-pickup {
    margin-right: 0;
    margin-bottom: 80px;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-top-news {
    margin-right: 0;
    margin-left: 0;
  }
}

.l-top-event {
  overflow: hidden;
  background-color: #F6F6F6;
}

@media screen and (min-width: 768px) {
  .l-top-event {
    margin-right: 0;
    margin-left: 0;
  }
}

.l-top-access {
  overflow: hidden;
  background-color: #F6F6F6;
}

@media screen and (min-width: 768px) {
  .l-top-access {
    margin-right: 0;
    margin-left: 0;
  }
}

.l-page-shopinfo {
  overflow: hidden;
}

.l-page-faq {
  overflow: hidden;
  background-color: #F7F7F7;
}

.l-page-privacypolicy {
  overflow: hidden;
}

.l-page-bottom-btn {
  margin-top: 32px;
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .l-page-bottom-btn {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-right: auto;
  margin-left: auto;
}

.page-numbers li a, .page-numbers li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: solid 1px #D9D9D9;
  width: 32px;
  height: 32px;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
}

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

.page-numbers li .prev::before,
.page-numbers li .next::before {
  content: "";
  display: block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.page-numbers li .next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger {
  display: inline-block;
  position: relative;
  z-index: 5;
  width: 22px;
  width: 1.375rem;
  height: 16px;
  height: 1rem;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 22px;
  width: 1.375rem;
  height: 2px;
  height: 0.125rem;
  background-color: #000;
  -webkit-transition: inherit;
  transition: inherit;
}

.c-hamburger__line::before,
.c-hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.c-hamburger__line::before {
  top: -7px;
  top: -0.4375rem;
}

.c-hamburger__line::after {
  top: 7px;
  top: 0.4375rem;
}

.c-hamburger[aria-expanded=true] .c-hamburger__line {
  background-color: transparent;
}

.c-hamburger[aria-expanded=true] .c-hamburger__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  background-color: #000;
}

.c-hamburger[aria-expanded=true] .c-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  background-color: #000;
}

.c-btn-dark,
.c-btn-brown {
  position: relative;
  display: block;
  border-radius: 8px;
  padding: 10px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.c-btn-dark[target=_blank]::after,
.c-btn-brown[target=_blank]::after {
  content: "";
  position: absolute;
  right: 10px;
  background-image: url(../../assets/images/icn_blank.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}

.c-btn-dark {
  background-color: #000;
}

.c-btn-brown {
  background-color: #9E6902;
}

.c-btn-dark--front::after {
  content: "";
  position: absolute;
  right: 10px;
  background-image: url(../../assets/images/icn_arrow.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}

.c-icn-blank {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: -6px;
  background-image: url(../../assets/images/icn_blank.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.c-icn-blank-b {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: -2px;
  background-image: url(../../assets/images/icn_blank_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.p-modal {
  padding: 50px 20px;
  background-color: #fff;
  margin: 5vh auto;
  max-width: 640px;
  width: 90%;
  max-height: 90vh;
  border-radius: 10px;
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  position: relative;
  overflow-y: scroll;
}

.p-modal::-webkit-scrollbar {
  display: none;
}

.p-modal__close {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 24px;
  height: 2px;
  height: 0.125rem;
  cursor: pointer;
}

.p-modal__close__line {
  background-color: transparent;
}

.p-modal__close__line::before,
.p-modal__close__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.p-modal__close__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  background-color: #000;
}

.p-modal__close__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  background-color: #000;
}

.p-modal__date {
  margin-bottom: 10px;
  font-size: 12px;
  color: #767474;
}

@media screen and (min-width: 768px) {
  .p-modal__date {
    font-size: 14px;
  }
}

.p-modal__title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-modal__title {
    font-size: 24px;
  }
}

.p-modal__image {
  text-align: center;
}

.p-modal__content {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .p-modal__content {
    font-size: 16px;
  }
}

.c-table-primary {
  width: 100%;
  font-size: 14px;
}

.c-table-primary th,
.c-table-primary td {
  display: block;
  padding: 0 10px;
  text-align: left;
  vertical-align: top;
}

.c-table-primary th {
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.c-table-primary td {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-table-primary {
    font-size: 18px;
  }
  .c-table-primary th {
    display: table-cell;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 140px;
  }
  .c-table-primary td {
    display: table-cell;
    border-bottom: 1px solid #E9E9E9;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 56px;
  }
}

.c-page-title {
  background-color: #E9E9E9;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 24px;
  font-family: 'futura-pt-bold';
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-page-title {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 40px;
  }
}

.c-line-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}

.c-line-title::before, .c-line-title::after {
  content: "";
  display: block;
  width: 100%;
  top: 50%;
  border-top: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .c-line-title {
    gap: 24px;
    margin-bottom: 28px;
    font-size: 24px;
  }
}

.p-page-shopinfo {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-page-shopinfo__title {
  max-width: 510px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-page-shopinfo__title {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}

.p-page-shopinfo__slider {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .p-page-shopinfo__slider {
    margin-bottom: 20px;
  }
}

.p-page-shopinfo__slider__item img {
  margin: 0 auto;
}

.p-page-shopinfo__thumb {
  margin: 0 -4px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p-page-shopinfo__thumb {
    margin: 0 -10px;
    margin-bottom: 80px;
  }
}

.p-page-shopinfo__thumb__item {
  margin: 0 4px;
}

@media screen and (min-width: 768px) {
  .p-page-shopinfo__thumb__item {
    margin: 0 10px;
  }
}

.p-page-shopinfo__detail {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p-page-shopinfo__detail {
    margin-bottom: 80px;
  }
}

.p-page-faq {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-page-faq__title {
  max-width: 510px;
  margin-top: 48px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-page-faq__title {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}

.p-page-faq__terms {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-page-faq__terms {
    margin-bottom: 60px;
  }
}

.p-page-faq__term__title {
  background-color: #9E6902;
  margin-bottom: 20px;
  padding: 4px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-page-faq__term__title {
    font-size: 20px;
  }
}

.p-page-faq__qa {
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 20px;
}

.p-page-faq__qa__q,
.p-page-faq__qa__a {
  line-height: 2;
}

.p-page-faq__qa__q::before,
.p-page-faq__qa__a::before {
  display: inline-block;
  width: 30px;
}

.p-page-faq__qa__q {
  cursor: pointer;
}

.p-page-faq__qa__q::before {
  content: "Q";
}

.p-page-faq__qa__q::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-page-faq__qa__q.is-open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-page-faq__qa__a {
  overflow: hidden;
  position: relative;
  line-height: 0;
  opacity: 0;
  padding-left: 34px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.p-page-faq__qa__a::before {
  content: "A";
  position: absolute;
  top: 8px;
  left: 0;
}

.p-page-faq__qa__a.is-open {
  opacity: 1;
  line-height: 2;
  padding-top: 10px;
  height: 100%;
}

.p-page-privacypolicy {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-page-privacypolicy__title {
  max-width: 510px;
  margin-top: 48px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-page-privacypolicy__title {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}

.p-page-privacypolicy__content__h3 {
  border-bottom: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-page-privacypolicy__content__h3 {
    margin-bottom: 20px;
  }
}

.p-page-privacypolicy__content__h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-page-privacypolicy__content__h4 {
    margin-bottom: 20px;
  }
}

.p-page-privacypolicy__content__lists {
  margin-bottom: 2rem;
  margin-left: 1rem;
  font-size: 16px;
  list-style: decimal;
}

.p-page-privacypolicy__content__list {
  margin-bottom: 1rem;
}

.p-page-privacypolicy__content__p {
  margin-bottom: 1rem;
  font-size: 16px;
}

.p-page-privacypolicy__sign {
  margin-top: 40px;
  margin-bottom: 48px;
  float: right;
  clear: both;
}

.p-header {
  position: relative;
  height: inherit;
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-header {
    display: block;
    padding: 0;
  }
}

.p-header__inner {
  border-bottom: 1px solid #000;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-header__inner {
    position: relative;
    height: 124px;
  }
}

.p-header__logo {
  width: 160px;
  width: 10rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-header__logo {
    margin-right: auto;
    margin-left: auto;
    width: 256px;
    text-align: center;
  }
}

.p-header__g-nav {
  position: fixed;
  z-index: 4;
  background-color: #FFF;
  width: 100vw;
  top: 60px;
  top: 3.75rem;
  left: 0;
  overflow: hidden;
  height: 100vh;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'futura-pt';
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-header__g-nav {
    position: static;
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 24px 0 55px;
    width: 100%;
    height: auto;
    background-color: transparent;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.is-drawerActive .p-header__g-nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__g-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
  margin-top: 3.5rem;
}

@media screen and (min-width: 768px) {
  .p-header__g-nav__items {
    gap: 20px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
    height: inherit;
  }
}

.p-header__g-nav__item {
  border-bottom: 1px solid #DBDBDB;
  margin: 0;
  padding: 0 25px;
  padding: 0 1.5625rem;
}

.p-header__g-nav__item a {
  padding: 15px 0;
  padding: 0.9375rem 0;
  display: block;
  width: 100%;
  text-align: left;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  text-decoration: none;
  font-family: 'futura-pt';
  font-weight: bold;
}

.p-header__g-nav__item--small {
  border-bottom: none;
  font-size: 14px;
}

.p-header__g-nav__item--small a {
  padding-bottom: 0;
}

.p-header__g-nav__item img {
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .p-header__g-nav__item {
    border-bottom: none;
    margin: 0 auto;
  }
  .p-header__g-nav__item a {
    padding: 0 0.875rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
  }
}

.p-header__g-nav__items a:hover {
  opacity: 0.8;
}

.p-header__btns {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 1.25rem;
  right: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-header__btns {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    top: 0;
    right: 0;
  }
}

.p-header__btns .icon-twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
}

.p-header__btns .icon-twitter img {
  /* -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1); */
}

@media screen and (min-width: 768px) {
  .p-header__btns .icon-twitter {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #000;
  }
  .p-header__btns .icon-twitter img {
    /* -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); */
  }
}
@media screen and (max-width: 768px) {
  .p-header__btns .icon-twitter {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #000;
  }
}

.p-header__btns__landmarktower {
  font-size: 0;
  display: none;
}

@media screen and (min-width: 768px) {
  .p-header__btns__landmarktower {
    display: block;
  }
}

.p-footer-main {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1120px;
    margin-top: 70px;
    margin-right: auto;
    margin-bottom: 56px;
    margin-left: auto;
    padding: 0 10px;
  }
}

.p-footer-main__logos {
  margin-right: auto;
  margin-left: auto;
  width: 160px;
}

@media screen and (min-width: 768px) {
  .p-footer-main__logos {
    margin-right: 0;
    margin-left: 0;
    width: 256px;
  }
}

.p-footer-main__sitelogo {
  display: block;
  margin-bottom: 14px;
}

.p-footer-main__sitelogo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.p-footer-main__twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.p-footer-main__twitter img {
  /* -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1); */
}

.p-footer-main__x img {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}

@media screen and (min-width: 768px) {
  .p-footer-main__twitter {
    font-size: 18px;
  }
}

.p-footer-main__menu {
  font-family: 'futura-pt';
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-footer-main__menu {
    width: 460px;
  }
}

.p-footer-main__toplists {
  margin-top: 28px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-footer-main__toplists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.p-footer-main__toplist {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
}

.p-footer-main__toplist a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .p-footer-main__toplist {
    margin-bottom: 0;
    font-size: 18px;
  }
}

.p-footer-main__lists {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .p-footer-main__toplists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.p-footer-main__list {
  text-align: center;
}

.p-footer-main__list a {
  margin-left: 10px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .p-footer-main__list {
    text-align: left;
  }
  .p-footer-main__list a {
    margin-left: 0;
  }
}

.p-footer-sub {
  border-top: 1px solid #A8A8A8;
  padding: 8px 0;
  color: #A8A8A8;
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-footer-sub {
    font-size: 13px;
  }
}

.p-page-event {
  overflow: hidden;
  background-color: #F7F7F7;
}

.p-page-event__title {
  max-width: 614px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-page-event__title {
    margin-top: 80px;
    padding: 0;
  }
}

.p-event__lists {
  overflow: hidden;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-event__lists {
    padding: 0;
  }
  .p-event__lists--archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 10px;
    max-width: auto;
  }
}

.p-event__list {
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-event__list--archive {
  display: block !important;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .p-event__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
    margin-bottom: 40px;
    padding: 48px 30px;
  }
  .p-event__list--archive {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
    padding: 30px 16px 10px;
    width: calc(33.3% - 14px);
  }
}

.p-event__thumb {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 0;
  text-align: center;
}

.p-event__thumb img {
  border-radius: 12px;
}

@media screen and (min-width: 768px) {
  .p-event__thumb {
    margin-top: 0;
    margin-bottom: 0;
    width: 50%;
  }
  .p-event__thumb--archive {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-event__post {
    width: 50%;
  }
  .p-event__post--archive {
    width: 100%;
  }
}

.p-event__post__tag {
  display: inline-block;
  background-color: #9E6902;
  margin-bottom: 10px;
  padding: 3px 20px 2px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-event__post__tag {
    font-size: 14px;
  }
}

.p-event__post__title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-event__post__title {
    font-size: 20px;
  }
}

.p-event__post__schedules {
  margin-bottom: 16px;
  font-size: 14px;
  color: #9E6902;
}

.p-event__post__icn {
  display: inline-block;
  border: solid 1px #9E6902;
  margin-bottom: 0;
  padding: 2px 10px 0px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .p-event__post__icn {
    margin-bottom: 10px;
  }
}

.p-event__post__text {
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-event__post__text {
    font-size: 18px;
  }
}

.p-event__post__content {
  font-size: 14px;
}

.p-event__post__btn {
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 260px;
}

@media screen and (min-width: 768px) {
  .p-event__post__btn {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.p-event__link {
  max-width: 1120px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding: 0 1.25rem;
  text-align: right;
}

.p-event__link a:after {
  content: "";
  display: inline-block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  margin-top: -21px;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .p-event__link {
    margin-bottom: 70px;
  }
}

.p-page-event-pager {
  margin-top: 50px;
  margin-bottom: 69px;
}

.p-single-event {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-single-event__head {
  position: relative;
  margin-top: 48px;
  margin-bottom: 16px;
  border-bottom: dashed 2px #000;
}

.p-single-event__head::before, .p-single-event__head::after {
  content: "";
  position: absolute;
  bottom: -3px;
  display: block;
  background-color: #000;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-single-event__head::before {
  left: 0;
}

.p-single-event__head::after {
  right: 0;
}

@media screen and (min-width: 768px) {
  .p-single-event__head {
    margin-top: 60px;
    margin-bottom: 24px;
  }
}

.p-single-event__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-single-event__title {
    font-size: 32px;
  }
}

.p-single-event__schedule {
  margin-bottom: 16px;
  font-size: 14px;
  color: #9E6902;
}

.p-single-event__schedule__icn {
  display: inline-block;
  border: solid 1px #9E6902;
  margin-right: 2px;
  padding: 2px 10px 0px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .p-single-event__schedule__icn {
    margin-right: 10px;
    font-size: 20px;
  }
}

.p-single-event__schedule__text {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-single-event__schedule__text {
    font-size: 18px;
  }
}

.p-single-event__description {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .p-single-event__description {
    font-size: 16px;
  }
}

.p-single-event__main_image {
  margin-bottom: 30px;
  text-align: center;
}

.p-single-event__attention {
  margin-bottom: 30px;
  font-size: 14px;
  color: #ff0000;
}

@media screen and (min-width: 768px) {
  .p-single-event__attention {
    font-size: 16px;
  }
}

.p-single-event__btns {
  margin-top: 24px;
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .p-single-event__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    width: 580px;
  }
}

.p-single-event__btn {
  margin: 24px;
  width: 260px;
  text-align: center;
}

.p-single-event-overview {
  margin-top: 80px;
}

.p-cta-twitter {
  overflow: hidden;
  background-color: #F7F7F7;
  margin-right: auto;
  margin-left: auto;
  max-width: 824px;
}

.p-cta-twitter__text {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-cta-twitter__text {
    font-size: 20px;
  }
}

.p-cta-twitter__btn {
  margin-top: 16px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  max-width: 326px;
}

.p-cta-twitter__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: solid 2px #000;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.p-cta-twitter__btn a span {
  font-weight: bold;
}

.p-cta-twitter__btn__icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  width: 46px;
  height: 46px;
}

.p-cta-twitter__btn__icn img {
  width: 32px;
  height: 32px;
}

.p-kv {
  position: relative;
}

.p-kv__slider {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
}

.p-kv__slider img {
  width: 100%;
}

.p-kv__item img {
  margin: auto;
  height: calc(50vw - 20px);
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-kv__item img {
    height: 560px;
  }
}

.p-kv__navigation {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-kv__navigation {
    position: absolute;
    top: 50%;
    width: 100%;
  }
}

.p-top-pickup {
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}

@media screen and (min-width: 768px) {
  .p-top-pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F6F6F6;
  }
}

.p-top-pickup__title {
  margin-top: 20px;
  font-size: 18px;
  font-family: 'futura-pt-bold';
  color: #9E6902;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-pickup__title {
    margin-top: 0;
    width: 240px;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .p-top-pickup__lists {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.p-top-pickup__list {
  margin: 12px 0;
}

.p-top-pickup__list .p-top-pickup__icn {
  display: inline-block;
  background-color: #9E6902;
  padding: 2px 10px 0px;
  font-size: 10px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-top-pickup__list {
    margin: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-pickup__list .p-top-pickup__icn {
    margin-right: 10px;
    font-size: 12px;
    min-width: 2.8rem;
  }
}

.p-top-pickup__date {
  display: inline-block;
  margin-right: 10px;
  color: #767474;
}

@media screen and (min-width: 768px) {
  .p-top-pickup__date {
    margin-right: 24px;
  }
}

.p-top-pickup__text {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-top-pickup__text {
    margin-right: 20px;
  }
}

.p-top-event__title {
  margin-top: 48px;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: 'futura-pt-bold';
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-top-event__title {
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 36px;
  }
}

.p-top-event-latest__title {
  max-width: 666px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-top-event-latest__lists {
  margin-bottom: 12px;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-top-event-latest__list {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-top-event-latest__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

.p-top-event-latest__thumb {
  margin-bottom: 18px;
  text-align: center;
}

.p-top-event-latest__thumb img {
  border-radius: 12px;
}

@media screen and (min-width: 768px) {
  .p-top-event-latest__thumb {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .p-top-event-latest__post {
    width: 50%;
  }
}

.p-top-event-latest__post__title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
}

.p-top-event-latest__post__schedules {
  margin-bottom: 16px;
  font-size: 14px;
  color: #9E6902;
}

.p-top-event-latest__post__schedules span {
  display: inline-block;
  border: solid 1px #9E6902;
  margin-right: 10px;
  padding: 2px 10px 0px;
  font-size: 12px;
  color: #9E6902;
}

.p-top-event-latest__post__content {
  font-size: 14px;
}

.p-top-event-latest__btn {
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  max-width: 260px;
}

@media screen and (min-width: 768px) {
  .p-top-event-latest__btn {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.p-top-event-future__title {
  max-width: 666px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-top-event-future__lists {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-top-event-future__list {
  border-radius: 12px;
  background-color: #fff;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 20px;
  padding: 1.25rem;
  max-width: 400px;
}

.p-top-event-future__thumb {
  margin-bottom: 10px;
  text-align: center;
}

.p-top-event-future__post__status {
  background-color: #9E6902;
  margin-bottom: 12px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
}

.p-top-event-future__post__status--disabled {
  background-color: #B9B9B9;
}

.p-top-event-future__post__title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
}

.p-top-event-future__post__schedules {
  font-size: 14px;
  color: #9E6902;
}

.p-top-event-future__post__icn {
  display: inline-block;
  border: solid 1px #9E6902;
  margin-bottom: 2px;
  padding: 2px 10px 0px;
  font-size: 12px;
}

.p-top-event-future__post__text {
  display: block;
}

.p-top-event-future__btn {
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  max-width: 260px;
}

@media screen and (min-width: 768px) {
  .p-top-event-future__btn {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.p-top-news__title {
  margin-top: 48px;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: 'futura-pt-bold';
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-top-news__title {
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 36px;
  }
}

.p-top-news__lists {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

@media screen and (min-width: 768px) {
  .p-top-news__lists {
    background-color: #F7F7F7;
  }
}

.p-top-news__btn {
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  max-width: 260px;
}

@media screen and (min-width: 768px) {
  .p-top-news__btn {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.p-top-access {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-top-access__title {
  margin-top: 48px;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: 'futura-pt-bold';
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-top-access__title {
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 36px;
  }
}

.p-top-access__map {
  overflow: hidden;
  border: 2px solid #000;
  border-radius: 12px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
  max-width: 1000px;
}

.p-top-access__map iframe {
  width: 100%;
  height: 200px;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .p-top-access__map iframe {
    height: 400px;
  }
}

.p-top-access__address {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-access__address {
    font-size: 18px;
  }
}

.p-top-access__btn {
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  max-width: 260px;
}

@media screen and (min-width: 768px) {
  .p-top-access__btn {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.p-news__lists {
  margin-top: 48px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  max-width: 824px;
}

@media screen and (min-width: 768px) {
  .p-news__lists {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.p-news__list {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .p-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
}

.p-news__date {
  display: inline-block;
  width: 80px;
  font-size: 14px;
  color: #767474;
}

@media screen and (min-width: 768px) {
  .p-news__date {
    display: block;
    margin-right: 20px;
    width: 70px;
  }
}

.p-news__icn {
  display: inline-block;
  background-color: #9E6902;
  padding: 2px 10px 0px;
  font-size: 10px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-news__icn {
    margin-right: 10px;
    font-size: 12px;
  }
}

.p-news__text {
  display: block;
}

.p-single-content .wp-block-heading {
  position: relative;
  margin-top: 80px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.p-single-content .wp-block-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  border-bottom: solid 2px #000;
  width: 80px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.p-single-content p {
  margin-bottom: 24px;
  font-size: 14px;
}

.p-single-content .wp-block-image {
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-single-content .wp-block-heading {
    margin-top: 120px;
    margin-bottom: 40px;
    font-size: 28px;
  }
  .p-single-content p {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .p-single-content .wp-block-image {
    margin-bottom: 40px;
  }
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .slick-dots {
    bottom: -35px;
  }
}

@media screen and (min-width: 768px) {
  .slick-dotted.slick-slider {
    margin-bottom: 60px;
  }
}

.slick-dots li {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .slick-dots li {
    margin: 0 4px;
  }
}

@media screen and (min-width: 768px) {
  .slick-dots li button:before {
    font-size: 0.8rem;
  }
}

.slick-next, .slick-prev {
  top: auto;
  bottom: -6px;
  right: 0;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .slick-next, .slick-prev {
    right: 20px;
    bottom: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
}

.slick-prev {
  left: 0;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    left: 20px;
  }
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  background-image: url(../../assets/images/icn_slide_arrow.png);
  background-size: contain;
  width: 100%;
  height: 100%;
}

.slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-page-bottom-btn {
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}

.u-sp-none {
  display: none;
}

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

@media screen and (min-width: 768px) {
  .u-pc-none {
    display: none;
  }
}
