@charset "UTF-8";
/* Scss Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0 0 0;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

/*===== 変数定義 =====*/
/*===== mixin固定用 =====*/
select,
textarea {
  -webkit-appearance: none;
  outline: none;
}

body,
dd,
div,
dt,
figcaption,
figure,
input,
li,
p,
section,
select,
td,
textarea,
button {
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
  line-height: 180%;
  color: #fff;
  box-sizing: border-box;
}

html > body a img:hover {
  display: inline-block\9 ;
  zoom: 1\9 ;
}

/* 新旧Firefox */
/*a img:hover, x:-moz-any-link { background: #fff;}
a img:hover, x:-moz-any-link, x:default { background: #fff;}
*/
body {
  margin: 0;
  padding: 0;
  /*min-width: 1200px;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 140%;
  font-weight: 400;
}

form {
  margin: 0;
  padding: 0;
}

img {
  border-style: none;
  line-height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  zoom: 1;
}

address {
  font-style: normal;
}

table,
td,
th {
  box-sizing: border-box;
}

time {
  display: block;
}

input {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

li,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  /* FireFox リンク選択時の点線を消す　*/
  overflow: hidden;
  outline: none;
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  transition: 0.3s;
}

/*a img:hover{
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.7;
	-moz-opacity: 0.80;
	background-color:#FFF;
}
*/
/* IE8 */
html > body a img:hover {
  /*\**/
  display: inline-block\9 ;
  /*\**/
  zoom: 1\9 ;
}

@media screen and (min-width: 741px) {
  .pc_none {
    display: none !important;
  }
  .stop {
    overflow: hidden !important;
  }
}
/* 新旧Firefox */
/*a img:hover, x:-moz-any-link { background: #fff;}
a img:hover, x:-moz-any-link, x:default { background: #fff;}
*/
@media screen and (max-width: 740px) {
  a,
  address,
  li,
  p,
  time {
    line-height: 180%;
    color: #fff;
    font-size: 14px;
  }
  .sp_none {
    display: none !important;
  }
  .stop {
    overflow: hidden !important;
  }
  img {
    width: 100%;
  }
}
html, body {
  height: 100%;
  font-size: 12px;
}

.c-title {
  font-size: 24px;
  font-weight: 700;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF4D00;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-loading.is-finished {
  pointer-events: none;
}

.c-loading__rainbow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  z-index: 2;
}
@media (max-width: 740px) {
  .c-loading__rainbow {
    width: 350px;
  }
}

.c-loading__bar {
  width: 0;
  max-width: 400px;
  height: 4px;
  opacity: 1;
  position: relative;
}
@media (max-width: 740px) {
  .c-loading__bar {
    max-width: 350px;
  }
}
.c-loading__bar--red {
  background-color: #ff0000;
  animation: expand-bar 0.3s ease-out 0s forwards;
}
.c-loading__bar--orange {
  background-color: #ff7f00;
  animation: expand-bar 0.3s ease-out 0.1s forwards;
}
.c-loading__bar--yellow {
  background-color: #ffff00;
  animation: expand-bar 0.3s ease-out 0.2s forwards;
}
.c-loading__bar--green {
  background-color: #00ff00;
  animation: expand-bar 0.3s ease-out 0.3s forwards;
}
.c-loading__bar--blue {
  background-color: #0000ff;
  animation: expand-bar 0.3s ease-out 0.4s forwards;
}
.c-loading__bar--indigo {
  background-color: #4b0082;
  animation: expand-bar 0.3s ease-out 0.5s forwards;
}
.c-loading__bar--violet {
  background-color: #9400d3;
  animation: expand-bar 0.3s ease-out 0.6s forwards;
}
.c-loading__bar.fade-out {
  width: 100%;
  clip-path: inset(0 0 0 0);
}

.c-loading__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
  font-size: 2.3rem;
  font-weight: bold;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 740px) {
  .c-loading__txt {
    font-size: 1.6rem;
  }
}
.c-loading__txt.show {
  animation: text-appear 0.3s ease-out forwards;
}
.c-loading__txt.hide {
  animation: text-disappear 0.5s ease-out forwards;
}

.c-loading__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  opacity: 0;
  background-color: #FF4D00;
}
.c-loading__circle.expand {
  animation: circle-show 0s 0.7s forwards, circle-base-expand 3s ease-out 0.7s forwards;
}

.c-loading__circle-red,
.c-loading__circle-orange,
.c-loading__circle-yellow,
.c-loading__circle-green,
.c-loading__circle-blue,
.c-loading__circle-indigo,
.c-loading__circle-violet {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
}

.c-loading__circle-red {
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 0px solid #ff0000;
  box-sizing: border-box;
}
.c-loading__circle-red.expand {
  animation: circle-ring-red-grow 0.1s ease-out 0s forwards, circle-ring-expand 3s ease-out 0.7s forwards;
}

.c-loading__circle-orange {
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 0px solid #ff7f00;
  box-sizing: border-box;
}
.c-loading__circle-orange.expand {
  animation: circle-ring-orange-grow 0.1s ease-out 0.1s forwards, circle-ring-expand 3s ease-out 0.7s forwards;
}

.c-loading__circle-yellow {
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 0px solid #ffff00;
  box-sizing: border-box;
}
.c-loading__circle-yellow.expand {
  animation: circle-ring-yellow-grow 0.1s ease-out 0.2s forwards, circle-ring-expand 3s ease-out 0.7s forwards;
}

.c-loading__circle-green {
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 0px solid #00ff00;
  box-sizing: border-box;
}
.c-loading__circle-green.expand {
  animation: circle-ring-green-grow 0.1s ease-out 0.3s forwards, circle-ring-expand 3s ease-out 0.7s forwards;
}

.c-loading__circle-blue {
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 0px solid #0000ff;
  box-sizing: border-box;
}
.c-loading__circle-blue.expand {
  animation: circle-ring-blue-grow 0.1s ease-out 0.4s forwards, circle-ring-expand 3s ease-out 0.7s forwards;
}

.c-loading__circle-indigo {
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 0px solid #4b0082;
  box-sizing: border-box;
}
.c-loading__circle-indigo.expand {
  animation: circle-ring-indigo-grow 0.1s ease-out 0.5s forwards, circle-ring-expand 3s ease-out 0.7s forwards;
}

.c-loading__circle-violet {
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 0px solid #9400d3;
  box-sizing: border-box;
}
.c-loading__circle-violet.expand {
  animation: circle-ring-violet-grow 0.1s ease-out 0.6s forwards, circle-ring-expand 3s ease-out 0.7s forwards;
}

@keyframes expand-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes text-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text-disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circle-show {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-base-expand {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 300vmax;
    height: 300vmax;
  }
}
@keyframes circle-ring-red-grow {
  0% {
    width: 0;
    height: 0;
    border-width: 0;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 84px;
    height: 84px;
    border-width: 6px;
    opacity: 1;
  }
}
@keyframes circle-ring-orange-grow {
  0% {
    width: 0;
    height: 0;
    border-width: 0;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 72px;
    height: 72px;
    border-width: 6px;
    opacity: 1;
  }
}
@keyframes circle-ring-yellow-grow {
  0% {
    width: 0;
    height: 0;
    border-width: 0;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 60px;
    height: 60px;
    border-width: 6px;
    opacity: 1;
  }
}
@keyframes circle-ring-green-grow {
  0% {
    width: 0;
    height: 0;
    border-width: 0;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 48px;
    height: 48px;
    border-width: 6px;
    opacity: 1;
  }
}
@keyframes circle-ring-blue-grow {
  0% {
    width: 0;
    height: 0;
    border-width: 0;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 36px;
    height: 36px;
    border-width: 6px;
    opacity: 1;
  }
}
@keyframes circle-ring-indigo-grow {
  0% {
    width: 0;
    height: 0;
    border-width: 0;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 24px;
    height: 24px;
    border-width: 6px;
    opacity: 1;
  }
}
@keyframes circle-ring-violet-grow {
  0% {
    width: 0;
    height: 0;
    border-width: 0;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 12px;
    height: 12px;
    border-width: 6px;
    opacity: 1;
  }
}
@keyframes circle-ring-expand {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(100);
  }
}
.c-title {
  font-size: 24px;
  font-weight: 700;
}

.c-ttl {
  font-size: 3.5rem;
  color: #fff;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  margin: -5px auto 30px;
}
@media (max-width: 740px) {
  .c-ttl {
    font-size: 4rem;
  }
}

.c-supplement {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  display: flex;
  align-items: center;
  justify-content: left;
}
.c-supplement::before {
  content: "";
  background-image: url("../img/ttl_icon-white.png");
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 5px 0 0px;
}

.c-btn {
  margin: 0 auto;
}
@media (max-width: 740px) {
  .c-btn {
    width: 80%;
  }
}

.c-btn * {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  background-color: #333;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s;
  text-align: center;
  width: 270px;
  transition: 0.3s;
}
@media (max-width: 740px) {
  .c-btn * {
    margin: 0 auto;
  }
}
.c-btn *:hover {
  opacity: 0.8;
}
.c-btn *::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url("/2026/img/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  right: 20px;
  display: inline-block;
  margin-left: auto;
  z-index: 20;
}

img {
  width: 100%;
  height: auto;
}

.pc_none {
  display: none;
}
@media (max-width: 740px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media (max-width: 740px) {
  .sp_none {
    display: none;
  }
}

.p-home {
  position: relative;
}
.p-home .p-home-movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.p-home .p-home-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
.p-home .p-home-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-out;
}
.p-home .p-home-fv {
  height: 100vh;
}
.p-home .p-home-fv__logo {
  width: 28%;
  max-width: 400px;
  min-width: 300px;
  height: auto;
}
@media (max-width: 740px) {
  .p-home .p-home-fv__logo {
    width: 50%;
    min-width: 200px;
  }
}
.p-home .p-home-fv__detail {
  margin: 50px 0 0;
  width: 28%;
  max-width: 400px;
  min-width: 300px;
  height: auto;
}
@media (max-width: 740px) {
  .p-home .p-home-fv__detail {
    width: 50%;
    min-width: 200px;
    margin: 30px 0 0;
  }
}
.p-home .p-home-fv__txt {
  margin: 20px 0 0;
  font-size: 3.5vw;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 1025px) {
  .p-home .p-home-fv__txt {
    font-size: 2.2vw;
  }
}
@media (max-width: 740px) {
  .p-home .p-home-fv__txt {
    font-size: 6vw;
  }
}
.p-home .p-home-philosophy {
  position: relative;
  z-index: 1;
  background-image: url("../img/about_bk.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-home .p-home-philosophy__inner {
  margin: 10% auto 0;
  padding: 130px 0;
}
@media (max-width: 740px) {
  .p-home .p-home-philosophy__inner {
    padding: 80px 0;
  }
}
.p-home .p-home-philosophy__ttl-icon {
  margin: 0 auto 0px;
  width: 30px;
}
.p-home .p-home-philosophy__ttl {
  font-family: "Quicksand", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 740px) {
  .p-home .p-home-philosophy__ttl {
    font-size: 3rem;
  }
}
.p-home .p-home-philosophy__subttl {
  font-family: "Quicksand", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin: 20px auto;
  text-align: center;
}
@media (max-width: 740px) {
  .p-home .p-home-philosophy__subttl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.p-home .p-home-philosophy__logo {
  margin: 35px auto 20px;
  width: 10%;
  max-width: 100px;
  min-width: 100px;
}
.p-home .p-home-philosophy__txt {
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.2;
}
@media (max-width: 740px) {
  .p-home .p-home-philosophy__txt {
    font-size: 1.2rem;
  }
}
.p-home .p-home-philosophy__catch {
  margin: 20px auto 0 10px;
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0.1rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 740px) {
  .p-home .p-home-philosophy__catch {
    font-size: 3.5rem;
    margin: 20px auto 0 20px;
  }
}
.p-home .p-home-live {
  background-color: #FF4D00;
  background-image: url("../img/live-back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-home .p-home-live__inner {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .p-home .p-home-live__inner {
    width: 90%;
  }
}
.p-home .p-home-live__inner {
  padding: 100px 0;
}
@media (max-width: 740px) {
  .p-home .p-home-live__inner {
    padding: 80px 0;
  }
}
.p-home .p-home-live__ttl-icon {
  margin: 0 auto 0px;
  width: 30px;
}
.p-home .p-home-live__supplement {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  display: flex;
  align-items: center;
  justify-content: left;
}
.p-home .p-home-live__supplement::before {
  content: "";
  background-image: url("../img/ttl_icon-white.png");
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 5px 0 0px;
}
.p-home .p-home-live__ttl {
  font-size: 3.5rem;
  color: #fff;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  margin: -5px auto 30px;
}
@media (max-width: 740px) {
  .p-home .p-home-live__ttl {
    font-size: 4rem;
  }
}
.p-home .p-home-live__movie {
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
  object-position: center;
}
.p-home .p-home-live__movie video {
  position: relative;
  width: 100%;
}
.p-home .p-home-live__txtbox {
  display: flex;
  margin: 40px auto;
  justify-content: center;
  align-items: start;
  gap: 10%;
}
@media (max-width: 740px) {
  .p-home .p-home-live__txtbox {
    flex-direction: column;
    gap: 20px;
  }
}
.p-home .p-home-live__catch {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 740px) {
  .p-home .p-home-live__catch {
    font-size: 1.8rem;
  }
}
.p-home .p-home-live__txt {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 740px) {
  .p-home .p-home-live__txt {
    font-size: 1.2rem;
  }
}
.p-home .p-home-live__txt span {
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .p-home .p-home-live__txt span {
    font-size: 1rem;
  }
}
.p-home .p-home-lineup {
  background-image: url("../img/lineup-back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-home .p-home-lineup__inner {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .p-home .p-home-lineup__inner {
    width: 90%;
  }
}
.p-home .p-home-lineup__inner {
  padding: 100px 0;
}
@media (max-width: 740px) {
  .p-home .p-home-lineup__inner {
    padding: 80px 0;
  }
}
.p-home .p-home-lineup__supplement {
  color: #FF4D00;
}
.p-home .p-home-lineup__supplement::before {
  content: "";
  background-image: url("../img/ttl_icon.png");
}
.p-home .p-home-lineup__ttl {
  color: #333;
}
.p-home .p-home-lineup__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(50px, auto);
  gap: 25px;
  margin-top: 20px;
}
@media (max-width: 740px) {
  .p-home .p-home-lineup__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.p-home .p-home-lineup__headliner-box {
  grid-column: 1/3;
  grid-row: span 1;
  border: 1px solid #FF4D00;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.p-home .p-home-lineup__headliner-box.--none {
  visibility: hidden;
  grid-column: 3/5;
}
@media (max-width: 740px) {
  .p-home .p-home-lineup__headliner-box.--none {
    display: none;
  }
}
.p-home .p-home-lineup__headliner-supplement {
  color: #FF4D00;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Quicksand", sans-serif;
}
.p-home .p-home-lineup__headliner-ttl {
  color: #FF4D00;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .p-home .p-home-lineup__headliner-ttl {
    font-size: 2.8rem;
  }
}
.p-home .p-home-lineup__item {
  aspect-ratio: 1/1;
  grid-row: span 2;
  border: 1px solid #FF4D00;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-home .p-home-lineup__item-txt {
  color: #FF4D00;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-family: "Quicksand", sans-serif;
}
.p-home .p-home-ticket {
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.p-home .p-home-ticket__inner {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__inner {
    width: 90%;
  }
}
.p-home .p-home-ticket__inner {
  padding: 100px 0;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__inner {
    padding: 80px 0;
  }
}
.p-home .p-home-ticket__supplement {
  color: #FF4D00;
}
.p-home .p-home-ticket__supplement::before {
  content: "";
  background-image: url("../img/ttl_icon.png");
}
.p-home .p-home-ticket__ttl {
  color: #333;
}
.p-home .p-home-ticket__txt {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__txt {
    font-size: 1rem;
  }
}
.p-home .p-home-ticket__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
  gap: 15px;
  row-gap: 20px;
}
@media (max-width: 1300px) {
  .p-home .p-home-ticket__block {
    justify-content: left;
  }
}
.p-home .p-home-ticket__item {
  background-color: #F4F4F4;
  width: 30%;
  min-width: 360px;
}
.p-home .p-home-ticket__item.--min {
  width: 28%;
  min-width: 330px;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__item.--min {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__item {
    width: 100%;
    min-width: auto;
  }
}
.p-home .p-home-ticket__item__ttl {
  background-color: #FF2B2B;
  color: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  font-size: 1rem;
}
.p-home .p-home-ticket__item__ttl.--green {
  background-color: #4EC958;
}
.p-home .p-home-ticket__item__ttl.--green-white {
  color: #4EC958;
  background-color: #fff;
  border: solid 1px #4EC958;
}
.p-home .p-home-ticket__item__ttl.--blue {
  background-color: #72A7F2;
}
.p-home .p-home-ticket__item__ttl.--yellow {
  background-color: #FFBE0A;
}
.p-home .p-home-ticket__item__box {
  background-color: #F4F4F4;
  padding: 20px;
}
.p-home .p-home-ticket__item__box__ttl {
  color: #333;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 0 5px 5px;
  background-color: #f4f4f4;
  justify-content: left;
  position: relative;
  gap: 10px;
}
.p-home .p-home-ticket__item__box__ttl:nth-of-type(2) {
  margin: 20px 0 5px;
}
.p-home .p-home-ticket__item__box__ttl::before {
  content: "";
  background-image: url(../img/star_red.png);
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-home .p-home-ticket__item__box__ttl.--green::before {
  background-image: url(../img/star_green.png);
}
.p-home .p-home-ticket__item__box__ttl.--blue::before {
  background-image: url(../img/star_blue.png);
}
.p-home .p-home-ticket__item__box__ttl.--yellow::before {
  background-image: url(../img/star_yellow.png);
}
.p-home .p-home-ticket__item__box__ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  display: inline-block;
  margin: 10px 0;
  position: absolute;
  right: 0;
  width: auto;
}
.p-home .p-home-ticket__item__box__ttl.--single::after {
  left: 155px;
}
.p-home .p-home-ticket__item__box__ttl.--parking::after {
  left: 195px;
}
.p-home .p-home-ticket__item__box__txt {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 10px 0 0;
  color: #333;
}
.p-home .p-home-ticket__item__box__info {
  border-top: solid 1px #D9D9D9;
  margin: 20px 0 0;
  padding: 20px 0 0;
}
.p-home .p-home-ticket__item__detail {
  display: flex;
  gap: 40px;
}
.p-home .p-home-ticket__detail__cell__ttl {
  color: #FF2B2B;
  font-size: 1rem;
  font-weight: 500;
}
.p-home .p-home-ticket__detail__cell__ttl.--green {
  color: #4EC958;
}
.p-home .p-home-ticket__detail__cell__ttl.--blue {
  color: #72A7F2;
}
.p-home .p-home-ticket__detail__cell__ttl.--yellow {
  color: #FFBE0A;
}
.p-home .p-home-ticket__detail__cell__price {
  color: #333;
  font-weight: bold;
  font-size: 2.5rem;
  font-family: "Quicksand", sans-serif;
  margin: -5px 0 0;
}
.p-home .p-home-ticket__detail__cell__txt {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin: -5px 0 0;
}
.p-home .p-home-ticket__detail__cell__nonsale {
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 5px 0 0;
}
.p-home .p-home-ticket__info__table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.p-home .p-home-ticket__info__table td {
  margin: 5px 0 0;
}
.p-home .p-home-ticket__info__table td span {
  font-size: 0.8rem;
  color: #666;
}
.p-home .p-home-ticket__info__table td:first-child {
  width: 100px;
  color: #FF2B2B;
  font-weight: 500;
  font-size: 1rem;
}
.p-home .p-home-ticket__info__table td:first-child.--green {
  color: #4EC958;
}
.p-home .p-home-ticket__info__table td:first-child.--blue {
  color: #72A7F2;
}
.p-home .p-home-ticket__info__table td:first-child.--yellow {
  color: #FFBE0A;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__info__table td:first-child {
    width: 85px;
  }
}
.p-home .p-home-ticket__info__table td:nth-child(2) {
  color: #333;
  padding: 0 0 0 10px;
  font-size: 1rem;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__info__table td:nth-child(2) {
    padding: 0 0 0 5px;
  }
}
.p-home .p-home-ticket__info__table td:nth-child(2)::before {
  content: "";
  background-color: #aaa;
  height: 13px;
  width: 2px;
  display: inline-block;
  margin-right: 10px;
}
.p-home .p-home-ticket__info__txt {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  margin: 10px 0 0;
}
.p-home .p-home-ticket__info__txt span {
  font-size: 0.9rem;
  display: inline-block;
  margin: 10px 0 0;
}
.p-home .p-home-ticket__right {
  width: 420px;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__right {
    width: 100%;
  }
}
.p-home .p-home-ticket__right__txt {
  border-top: 1px solid #FF4D00;
  padding: 10px 0 25px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF4D00;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__right__txt {
    font-size: 1.3rem;
    padding: 10px 0 15px;
  }
}
.p-home .p-home-ticket__furusato {
  background-color: #FF4D00;
  margin: 60px 0 0;
  padding: 30px 0;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__furusato {
    position: relative;
    text-align: left;
  }
}
.p-home .p-home-ticket__furusato__supplement {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__furusato__supplement {
    justify-content: left;
    width: 90%;
  }
}
.p-home .p-home-ticket__furusato__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin: 5px auto 0;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__furusato__ttl {
    font-size: 1.6rem;
    width: 90%;
  }
}
.p-home .p-home-ticket__furusato__txt {
  text-align: center;
  display: block;
  width: 90%;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 20px auto 0px;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__furusato__txt {
    width: 90%;
    font-size: 1.2rem;
    text-align: left;
  }
}
.p-home .p-home-ticket__furusato__txt span {
  position: relative;
  margin: 0 0 0 20px;
  display: inline-block;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__furusato__txt span {
    font-size: 1.1rem;
  }
}
.p-home .p-home-ticket__furusato__txt span::before {
  position: absolute;
  content: "※";
  display: inline-block;
  left: -20px;
  color: #fff;
  margin-right: 5px;
}
.p-home .p-home-ticket__furusato__btn {
  width: 80%;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__furusato__btn {
    margin: 0 auto;
  }
}
.p-home .p-home-ticket__furusato__btn a {
  border: none;
}
.p-home .p-home-ticket__attention {
  margin: 40px 0 0;
}
.p-home .p-home-ticket__attention__ttl {
  border-top: #FF4D00 1px solid;
  color: #FF4D00;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 0 5px;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__attention__ttl {
    font-size: 1.3rem;
  }
}
.p-home .p-home-ticket__attention__txt {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin: 10px 0 5px;
}
.p-home .p-home-ticket__attention__list {
  margin: 0px 0 20px 20px;
}
.p-home .p-home-ticket__attention__item {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  position: relative;
}
@media (max-width: 740px) {
  .p-home .p-home-ticket__attention__item {
    font-size: 1.1rem;
  }
}
.p-home .p-home-ticket__attention__item::before {
  content: "・";
  font-size: 1.2rem;
  position: absolute;
  left: -20px;
  color: #333;
}
.p-home .p-home-map {
  background-image: url("../img/lineup-back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-home .p-home-map__inner {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .p-home .p-home-map__inner {
    width: 90%;
  }
}
.p-home .p-home-map__inner {
  padding: 100px 0;
}
@media (max-width: 740px) {
  .p-home .p-home-map__inner {
    padding: 80px 0;
  }
}
.p-home .p-home-map__supplement {
  color: #FF4D00;
}
.p-home .p-home-map__supplement::before {
  content: "";
  background-image: url("../img/ttl_icon.png");
}
.p-home .p-home-map__ttl {
  color: #333;
}
.p-home .p-home-map__block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 740px) {
  .p-home .p-home-map__block {
    flex-direction: column;
  }
}
.p-home .p-home-map__left {
  width: 55%;
}
@media (max-width: 740px) {
  .p-home .p-home-map__left {
    width: 100%;
  }
}
.p-home .p-home-map__left__txt {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  margin-top: 5px;
  text-align: right;
}
@media (max-width: 740px) {
  .p-home .p-home-map__left__txt {
    font-size: 1.1rem;
  }
}
.p-home .p-home-access {
  background-color: #fff;
}
.p-home .p-home-access__inner {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .p-home .p-home-access__inner {
    width: 90%;
  }
}
.p-home .p-home-access__inner {
  padding: 100px 0;
}
@media (max-width: 740px) {
  .p-home .p-home-access__inner {
    padding: 80px 0;
  }
}
.p-home .p-home-access__supplement {
  color: #FF4D00;
}
.p-home .p-home-access__supplement::before {
  content: "";
  background-image: url("../img/ttl_icon.png");
}
.p-home .p-home-access__ttl {
  color: #333;
}
.p-home .p-home-access__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 740px) {
  .p-home .p-home-access__block {
    flex-direction: column;
  }
}
.p-home .p-home-access__left {
  width: 48%;
}
@media (max-width: 740px) {
  .p-home .p-home-access__left {
    width: 100%;
  }
}
.p-home .p-home-access__left__map iframe {
  width: 100%;
  height: 330px;
}
.p-home .p-home-access__left__txt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-top: 5px;
}
.p-home .p-home-access__left__txt span {
  font-size: 1rem;
}
@media (max-width: 740px) {
  .p-home .p-home-access__left__txt span {
    font-size: 0.8rem;
  }
}
@media (max-width: 740px) {
  .p-home .p-home-access__left__txt {
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 10px 0 10px;
  }
}
.p-home .p-home-access__left__address {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  margin-top: 5px;
}
@media (max-width: 740px) {
  .p-home .p-home-access__left__address {
    font-size: 1rem;
    margin-top: 0;
  }
}
.p-home .p-home-access__right {
  width: 48%;
}
@media (max-width: 740px) {
  .p-home .p-home-access__right {
    margin: 50px 0 0;
    width: 100%;
  }
}
.p-home .p-home-access__right__txt {
  border-top: 1px solid #FF4D00;
  padding: 10px 0 25px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF4D00;
}
@media (max-width: 740px) {
  .p-home .p-home-access__right__txt {
    font-size: 1.3rem;
    padding: 10px 0 15px;
  }
}
.p-home .p-home-access__bottom {
  width: 100%;
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 740px) {
  .p-home .p-home-access__bottom {
    width: 100%;
    margin: 40px 0 0;
    flex-direction: column;
  }
}
.p-home .p-home-access__bottom__box {
  border-top: 1px solid #FF4D00;
  margin: 0 0 10px;
  padding: 5px 0 0;
  width: 40%;
}
@media (max-width: 740px) {
  .p-home .p-home-access__bottom__box {
    width: 100%;
    border-bottom: none;
  }
}
.p-home .p-home-access__bottom__box:nth-child(2) {
  width: 56%;
}
@media (max-width: 740px) {
  .p-home .p-home-access__bottom__box:nth-child(2) {
    width: 100%;
  }
}
.p-home .p-home-access__bottom__box__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF4D00;
}
@media (max-width: 740px) {
  .p-home .p-home-access__bottom__box__ttl {
    font-size: 1.3rem;
  }
}
.p-home .p-home-access__bottom__box__list {
  margin: 0px 0 20px;
}
.p-home .p-home-access__bottom__box__item {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
}
@media (max-width: 740px) {
  .p-home .p-home-access__bottom__box__item {
    font-size: 1.1rem;
  }
}
.p-home .p-home-access__bottom__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF4D00;
}
@media (max-width: 740px) {
  .p-home .p-home-access__bottom__ttl {
    font-size: 1.3rem;
  }
}
.p-home .p-home-access__bottom__attention-list {
  margin: 0px 0 20px;
}
.p-home .p-home-access__bottom__attention-item {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  position: relative;
  margin: 0 0 0 20px;
}
@media (max-width: 740px) {
  .p-home .p-home-access__bottom__attention-item {
    font-size: 1.1rem;
  }
}
.p-home .p-home-access__bottom__attention-item::before {
  content: "・";
  font-size: 1.2rem;
  position: absolute;
  left: -20px;
  color: #333;
}
.p-home .p-home-news {
  background-image: url("../img/lineup-back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-home .p-home-news__inner {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .p-home .p-home-news__inner {
    width: 90%;
  }
}
.p-home .p-home-news__inner {
  padding: 100px 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 740px) {
  .p-home .p-home-news__inner {
    flex-direction: column;
    padding: 80px 0 0;
  }
}
.p-home .p-home-news__supplement {
  color: #FF4D00;
}
.p-home .p-home-news__supplement::before {
  content: "";
  background-image: url("../img/ttl_icon.png");
}
.p-home .p-home-news__ttl {
  color: #333;
}
.p-home .p-home-news__block {
  width: 70%;
}
@media (max-width: 740px) {
  .p-home .p-home-news__block {
    width: 100%;
  }
}
.p-home .p-home-news__block__item__link {
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 25px 0;
  transition: 0.3s;
}
@media (max-width: 740px) {
  .p-home .p-home-news__block__item__link {
    padding: 10px 0;
    flex-direction: column;
    align-items: baseline;
  }
}
.p-home .p-home-news__block__item__link::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow_orange.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0px;
  margin-left: auto;
}
@media (max-width: 740px) {
  .p-home .p-home-news__block__item__link::after {
    margin-top: -20px;
    margin-bottom: 15px;
  }
}
.p-home .p-home-news__block__item__link:hover {
  opacity: 0.8;
}
.p-home .p-home-news__block__item__date {
  color: #FF4D00;
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  margin-right: 30px;
}
.p-home .p-home-news__block__item__txt {
  font-size: 1.4rem;
  color: #333;
}
@media (max-width: 740px) {
  .p-home .p-home-news__block__item__txt {
    font-size: 1.2rem;
  }
}
.p-home .p-home-news__btn {
  margin: 50px auto 0px;
  padding: 0 0 100px;
}
@media (max-width: 740px) {
  .p-home .p-home-news__btn {
    padding: 0 0 80px;
  }
}
.p-home .p-home-contact {
  background-color: #fff;
  background-image: url("../img/contact-back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-home .p-home-contact__inner {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .p-home .p-home-contact__inner {
    width: 90%;
  }
}
.p-home .p-home-contact__inner {
  width: 70%;
  padding: 100px 0;
}
@media (max-width: 740px) {
  .p-home .p-home-contact__inner {
    width: 90%;
    padding: 80px 0;
  }
}
.p-home .p-home-contact__supplement {
  color: #FF4D00;
}
.p-home .p-home-contact__supplement::before {
  content: "";
  background-image: url("../img/ttl_icon.png");
}
.p-home .p-home-contact__ttl {
  color: #fff;
}
.p-home .p-home-contact__txt {
  color: #fff;
  margin-bottom: 40px;
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .p-home .p-home-contact__txt {
    font-size: 1.2rem;
  }
}
.p-home .p-home-contact__block {
  width: 100%;
  margin: 0 auto;
}
.p-home .p-home-contact__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-home .p-home-contact__form-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 740px) {
  .p-home .p-home-contact__form-item {
    flex-direction: column;
    gap: 10px;
  }
}
.p-home .p-home-contact__form-label {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  min-width: 180px;
  padding-top: 10px;
}
@media (max-width: 740px) {
  .p-home .p-home-contact__form-label {
    min-width: auto;
    padding-top: 0;
    font-size: 1.2rem;
  }
}
.p-home .p-home-contact__form-required {
  color: #FF4D00;
}
.p-home .p-home-contact__form-error {
  color: #ff4d00;
  font-weight: bold;
  margin: -20px 0 0 200px;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .p-home .p-home-contact__form-error {
    margin: -20px 0 0 0;
    font-size: 1rem;
  }
}
.p-home .p-home-contact__form-error--checkbox {
  color: #ff4d00;
  font-weight: bold;
  font-size: 1.2rem;
  margin: -20px auto 0;
}
@media (max-width: 740px) {
  .p-home .p-home-contact__form-error--checkbox {
    font-size: 1rem;
  }
}
.p-home .p-home-contact__error-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-home .p-home-contact__error {
  color: #FF4D00;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 4px;
}
@media (max-width: 740px) {
  .p-home .p-home-contact__error {
    font-size: 1.1rem;
  }
}
.p-home .p-home-contact__form-input, .p-home .p-home-contact__form-textarea {
  flex: 1;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 1rem;
  color: #333;
  transition: border-color 0.3s;
}
@media (max-width: 740px) {
  .p-home .p-home-contact__form-input, .p-home .p-home-contact__form-textarea {
    width: 100%;
  }
}
.p-home .p-home-contact__form-input::placeholder, .p-home .p-home-contact__form-textarea::placeholder {
  color: #B9B9B9;
}
.p-home .p-home-contact__form-input:focus, .p-home .p-home-contact__form-textarea:focus {
  outline: none;
  border-color: #FF4D00;
}
.p-home .p-home-contact__form-textarea {
  min-height: 150px;
  resize: vertical;
}
.p-home .p-home-contact__form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin: 10px auto 0;
}
.p-home .p-home-contact__form-checkbox-input {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #FF4D00;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
}
.p-home .p-home-contact__form-checkbox-input:checked {
  background-color: #FF4D00;
  border-color: #FF4D00;
}
.p-home .p-home-contact__form-checkbox-input:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.p-home .p-home-contact__form-checkbox-input:hover {
  opacity: 0.8;
}
.p-home .p-home-contact__form-checkbox-label {
  color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
}
.p-home .p-home-contact__form-link {
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.3s;
  font-size: 1.3em;
}
.p-home .p-home-contact__form-link:hover {
  opacity: 0.7;
}
.p-home .p-home-contact__form-btn {
  background-color: #FF4D00;
  cursor: pointer;
}
@media (max-width: 740px) {
  .p-home .p-home-contact__form-btn {
    max-width: 100%;
  }
}
.p-home .p-home-contact__form-btn--gray {
  background-color: #D9D9D9;
  cursor: auto;
}
.p-home .p-home-contact__form-btn--gray:hover {
  opacity: 1;
}
.p-home .p-home-contact__form-btn--back {
  background-color: #D9D9D9;
}
.p-home .p-home-contact__form--confirm .p-home-contact__form-btn-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 740px) {
  .p-home .p-home-contact__form--confirm .p-home-contact__form-btn-wrapper {
    flex-direction: column;
  }
}
.p-home .p-home-contact__form--confirm .p-home-contact__form-btn--back {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
@media (max-width: 740px) {
  .p-home .p-home-contact__form--confirm .p-home-contact__form-btn--back {
    position: static;
    margin: 20px auto 0;
  }
}

.p-home-ticket_btn {
  text-align: center;
  margin: 50px auto 0;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  width: 350px;
}
@media (max-width: 740px) {
  .p-home-ticket_btn {
    width: 90%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.p-home-ticket_btn__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  background-color: #FF4D00;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s;
  text-align: center;
}
.p-home-ticket_btn__link:hover {
  opacity: 0.8;
}
.p-home-ticket_btn__link::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url("/2026/img/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  right: 20px;
  display: inline-block;
  margin-left: auto;
  z-index: 20;
}

.c-fv {
  position: relative;
  display: flex;
  align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.c-fv--name {
  margin: 0;
  position: absolute;
  top: 40px;
  left: 40px;
}
@media (max-width: 740px) {
  .c-fv--name {
    top: 15px;
    left: 10px;
  }
}
.c-fv--name a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 740px) {
  .c-fv--name a {
    font-size: 1.4rem;
  }
}
.c-fv--name-link {
  color: #fff;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-fv--name-link:hover {
  opacity: 0.7;
}
.c-fv--ttl {
  position: relative;
  z-index: 5;
  width: 100%;
  text-align: left;
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .c-fv--ttl {
    width: 90%;
  }
}
.c-fv--ttl {
  margin: 200px 0 0;
}
@media (max-width: 740px) {
  .c-fv--ttl {
    margin: 130px 0 0;
  }
}
.c-fv--en {
  font-size: 3.5rem;
  color: #333;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 740px) {
  .c-fv--en {
    font-size: 4rem;
  }
}
.c-fv--supplement {
  font-size: 1.2rem;
  text-align: left;
  color: #FF4D00;
  font-weight: 800;
  font-family: "Quicksand", sans-serif;
  display: flex;
  align-items: center;
  justify-content: left;
}
.c-fv--supplement::before {
  content: "";
  background-image: url("../img/ttl_icon.png");
  display: inline-block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 5px 0 0px;
}

img {
  width: 100%;
  height: auto;
}

.pc_none {
  display: none;
}
@media (max-width: 740px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media (max-width: 740px) {
  .sp_none {
    display: none;
  }
}

.p-news {
  background-image: url(../news/img/news_back.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 740px) {
  .p-news .p-news-fv__name {
    top: 15px;
    left: 10px;
  }
}
.p-news .p-news-fv__name a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
@media (max-width: 740px) {
  .p-news .p-news-fv__name a {
    font-size: 1.4rem;
  }
}
.p-news .p-news-content {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .p-news .p-news-content {
    width: 90%;
  }
}
.p-news .p-news-content {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 740px) {
  .p-news .p-news-content {
    flex-direction: column;
    padding: 60px 0 100px;
  }
}
.p-news .p-news-content__left {
  width: 25%;
  background-color: #fff;
  padding: 20px;
  height: fit-content;
}
@media (max-width: 740px) {
  .p-news .p-news-content__left {
    width: 100%;
  }
}
.p-news .p-news-content__left__ttl {
  color: #FF4D00;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.p-news .p-news-content__left__item a {
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 5px 5px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
}
@media (max-width: 740px) {
  .p-news .p-news-content__left__item a {
    margin: 0 0 0 5px;
  }
}
.p-news .p-news-content__left__item a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FF4D00;
  margin: 0px 5px 5px 0px;
  background-color: #FF4D00;
}
.p-news .p-news-content__left__item:last-child a {
  margin-bottom: 0;
}
.p-news .p-news-content__right {
  width: 100%;
}
@media (max-width: 740px) {
  .p-news .p-news-content__right {
    width: 100%;
  }
}
.p-news .p-news-content__right__item a {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 740px) {
  .p-news .p-news-content__right__item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.p-news .p-news-content__right__item a::after {
  content: "";
  background-image: url(../img/arrow_orange.png);
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 8px 0 0 auto;
}
@media (max-width: 740px) {
  .p-news .p-news-content__right__item a::after {
    margin: -20px 0 0 auto;
  }
}
.p-news .p-news-content__right__item a:hover {
  opacity: 0.8;
}
.p-news .p-news-content__right__item__box {
  display: flex;
  align-items: center;
}
.p-news .p-news-content__right__item__date {
  color: #FF4D00;
  font-size: 1.3rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  margin: 0px 20px 0 0;
}
@media (max-width: 740px) {
  .p-news .p-news-content__right__item__date {
    margin: 0 10px 0 0;
    font-size: 1.2rem;
  }
}
.p-news .p-news-content__right__item__category {
  width: 120px;
  padding: 2px 0;
  font-weight: 500;
  text-align: center;
  border-radius: 2px;
  background-color: #FF4D00;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
  font-size: 1rem;
  margin: 0 35px 0 0;
}
@media (max-width: 740px) {
  .p-news .p-news-content__right__item__category {
    width: 100px;
    font-size: 0.9rem;
    padding: 1px 0;
  }
}
.p-news .p-news-content__right__item__txt {
  width: 63%;
  color: #333;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 740px) {
  .p-news .p-news-content__right__item__txt {
    width: 90%;
    display: block;
    font-size: 1.2rem;
  }
}
.p-news .p-news-content__right__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0 0;
  gap: 30px;
}
@media (max-width: 740px) {
  .p-news .p-news-content__right__pagination {
    margin: 50px 0 0;
  }
}
.p-news .p-news-content__right__pagination__list {
  display: flex;
  gap: 20px;
}
.p-news .p-news-content__right__pagination__item {
  line-height: 1;
}
.p-news .p-news-content__right__pagination__item a {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border: 1px solid #FF4D00;
  border-radius: 50%;
  border: solid 1px #FF4D00;
  background-color: #fff;
  color: #FF4D00;
  font-weight: 500;
  font-size: 1.3rem;
}
@media (max-width: 740px) {
  .p-news .p-news-content__right__pagination__item a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.1rem;
  }
}
.p-news .p-news-content__right__pagination__item a:hover {
  background-color: #FF4D00;
  color: #fff;
}
.p-news .p-news-content__right__pagination__arrow {
  margin: 0 10px;
  line-height: 1;
}
.p-news .p-news-content__right__pagination__arrow a {
  display: inline-block;
  height: fit-content;
}
.p-news .p-news-content__right__pagination__arrow img {
  width: 12px;
  height: 12px;
}
@media (max-width: 740px) {
  .p-news .p-news-content__right__pagination__arrow img {
    width: 10px;
    height: 10px;
  }
}
.p-news .p-news-content__right__pagination__arrow:first-child {
  transform: rotate(180deg);
}
img {
  width: 100%;
  height: auto;
}

.pc_none {
  display: none;
}
@media (max-width: 740px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media (max-width: 740px) {
  .sp_none {
    display: none;
  }
}

.p-privacy-policy {
  background-image: url(../news/img/news_back.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-privacy-policy .p-privacy-policy-fv__ttl {
  font-size: 3rem !important;
}
@media (max-width: 740px) {
  .p-privacy-policy .p-privacy-policy-fv__name {
    top: 15px;
    left: 10px;
  }
}
.p-privacy-policy .p-privacy-policy-fv__name a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
@media (max-width: 740px) {
  .p-privacy-policy .p-privacy-policy-fv__name a {
    font-size: 1.4rem;
  }
}
.p-privacy-policy .p-privacy-policy-content {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .p-privacy-policy .p-privacy-policy-content {
    width: 90%;
  }
}
.p-privacy-policy .p-privacy-policy-content {
  padding: 100px 0;
}
@media (max-width: 740px) {
  .p-privacy-policy .p-privacy-policy-content {
    flex-direction: column;
    padding: 60px 0 100px;
  }
}
.p-privacy-policy .p-privacy-policy-content__txt {
  width: 100%;
  color: #333;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .p-privacy-policy .p-privacy-policy-content__txt {
    display: block;
    font-size: 1.2rem;
  }
}
.p-privacy-policy .p-privacy-policy-content__list {
  width: 100%;
}
.p-privacy-policy .p-privacy-policy-content__item {
  margin: 30px 0 0;
}
.p-privacy-policy .p-privacy-policy-content__item__ttl {
  color: #333;
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  margin: 0 0 8px 0;
}
@media (max-width: 740px) {
  .p-privacy-policy .p-privacy-policy-content__item__ttl {
    font-size: 1.4rem;
  }
}
.p-privacy-policy .p-privacy-policy-content__item__txt {
  color: #333;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
  font-weight: 500;
}
@media (max-width: 740px) {
  .p-privacy-policy .p-privacy-policy-content__item__txt {
    font-size: 1.2rem;
  }
}
.p-privacy-policy .p-privacy-policy-content__box {
  margin: 70px 0 0;
}
.p-privacy-policy .p-privacy-policy-content__box__ttl {
  color: #333;
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  margin: 0 0 8px 0;
}
@media (max-width: 740px) {
  .p-privacy-policy .p-privacy-policy-content__box__ttl {
    font-size: 1.4rem;
  }
}
.p-privacy-policy .p-privacy-policy-content__box__txt {
  color: #333;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
  font-weight: 500;
}
@media (max-width: 740px) {
  .p-privacy-policy .p-privacy-policy-content__box__txt {
    font-size: 1.2rem;
  }
}
.p-privacy-policy .p-privacy-policy-content__box__txt a {
  color: #333;
  pointer-events: none;
}
.p-privacy-policy .p-privacy-policy-content__box__txt a:hover {
  opacity: 0.8;
}
@media (max-width: 740px) {
  .p-privacy-policy .p-privacy-policy-content__box__txt a {
    pointer-events: auto;
  }
}

.p-contact {
  background-color: #fff;
  background-image: url("../img/contact-back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-contact .p-contact-fv__supplement {
  color: #fff;
  font-family: "Quicksand", sans-serif;
}
.p-contact .p-contact-fv__ttl {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
  font-size: 3rem;
}
.p-contact .p-contact-content {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .p-contact .p-contact-content {
    width: 90%;
  }
}
.p-contact .p-contact-content__inner {
  padding: 60px 0 20vh;
}
.p-contact .p-contact-content__txt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 740px) {
  .p-contact .p-contact-content__txt {
    font-size: 1.2rem;
  }
}

img {
  width: 100%;
  height: auto;
}

.pc_none {
  display: none;
}
@media (max-width: 740px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media (max-width: 740px) {
  .sp_none {
    display: none;
  }
}

.p-news-detail {
  background-image: url(../news/img/news_back.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 740px) {
  .p-news-detail .p-news-detail-fv__name {
    top: 15px;
    left: 10px;
  }
}
.p-news-detail .p-news-detail-fv__name a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
@media (max-width: 740px) {
  .p-news-detail .p-news-detail-fv__name a {
    font-size: 1.4rem;
  }
}
.p-news-detail .p-news-detail-content {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .p-news-detail .p-news-detail-content {
    width: 90%;
  }
}
.p-news-detail .p-news-detail-content {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 740px) {
  .p-news-detail .p-news-detail-content {
    flex-direction: column;
    padding: 60px 0 100px;
  }
}
.p-news-detail .p-news-detail-content__left {
  width: 25%;
  background-color: #fff;
  padding: 20px;
  height: fit-content;
}
@media (max-width: 740px) {
  .p-news-detail .p-news-detail-content__left {
    width: 100%;
  }
}
.p-news-detail .p-news-detail-content__left__ttl {
  color: #FF4D00;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.p-news-detail .p-news-detail-content__left__item a {
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 5px 5px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
}
@media (max-width: 740px) {
  .p-news-detail .p-news-detail-content__left__item a {
    margin: 0 0 0 5px;
  }
}
.p-news-detail .p-news-detail-content__left__item a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FF4D00;
  margin: 0px 5px 5px 0px;
  background-color: #FF4D00;
}
.p-news-detail .p-news-detail-content__left__item:last-child a {
  margin-bottom: 0;
}
.p-news-detail .p-news-detail-content__article__tags {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.p-news-detail .p-news-detail-content__article__date {
  color: #FF4D00;
  font-size: 1.3rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  margin: 0px 20px 0 0;
}
@media (max-width: 740px) {
  .p-news-detail .p-news-detail-content__article__date {
    margin: 0 10px 0 0;
    font-size: 1.2rem;
  }
}
.p-news-detail .p-news-detail-content__article__category {
  width: 120px;
  padding: 2px 0;
  font-weight: 500;
  text-align: center;
  border-radius: 2px;
  background-color: #FF4D00;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
  font-size: 1rem;
  margin: 0 35px 0 0;
}
@media (max-width: 740px) {
  .p-news-detail .p-news-detail-content__article__category {
    width: 100px;
    font-size: 0.9rem;
    padding: 1px 0;
  }
}
.p-news-detail .p-news-detail-content__article__ttl {
  color: #333;
  font-size: 2.2rem;
  padding: 5px 0 30px;
  margin: 0 0 20px;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 740px) {
  .p-news-detail .p-news-detail-content__article__ttl {
    display: block;
    font-size: 1.8rem;
  }
}
.p-news-detail .p-news-detail-content__article__txt {
  color: #333;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 30px;
}
@media (max-width: 740px) {
  .p-news-detail .p-news-detail-content__article__txt {
    font-size: 1.2rem;
  }
}
.p-news-detail .p-news-detail-content__article__link {
  color: #FF4D00;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 30px;
  display: inline-block;
  position: relative;
}
@media (max-width: 740px) {
  .p-news-detail .p-news-detail-content__article__link {
    font-size: 1.2rem;
  }
}
.p-news-detail .p-news-detail-content__article__link::after {
  content: "";
  display: inline-block;
  width: 100%;
  background-color: #FF4D00;
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.p-news-detail .p-news-detail-content__article__link:hover {
  opacity: 0.8;
}
.p-news-detail .p-news-detail-content__article__subttl {
  color: #333;
  font-size: 1.8rem;
  padding: 5px 0 30px;
  margin: 50px 0 20px;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", MS-PGothic, Osaka, arial, helvetica, clean, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 740px) {
  .p-news-detail .p-news-detail-content__article__subttl {
    font-size: 1.5rem;
  }
}
.p-news-detail .p-news-detail-content__article__subttl::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 30px;
  background-color: #FF4D00;
  border-radius: 3px;
  margin: 0px 10px -6px 0;
}
@media (max-width: 740px) {
  .p-news-detail .p-news-detail-content__article__subttl::before {
    width: 4px;
    height: 25px;
    margin: 0px 8px -5px 0;
    border-radius: 2px;
  }
}
.p-news-detail .p-news-detail-content__article__btn {
  margin-top: 160px;
}
@media (max-width: 740px) {
  .p-news-detail .p-news-detail-content__article__btn {
    margin-top: 60px;
  }
}
.p-news-detail .p-news-detail-content__right {
  width: 100%;
}
@media (max-width: 740px) {
  .p-news-detail .p-news-detail-content__right {
    width: 100%;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 1000000;
  padding: 20px 0;
  width: fit-content;
  right: 0;
  left: auto;
}

.l-header__inner {
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 740px) {
  .l-header__inner {
    padding: 0 10px;
  }
}

.l-header__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 740px) {
  .l-header__nav {
    gap: 10px;
  }
}

.l-header__sns-list {
  display: flex;
  gap: 5px;
  align-items: center;
  z-index: 10000;
  position: relative;
}
@media (max-width: 740px) {
  .l-header__sns-list {
    gap: 5px;
  }
}

.l-header__sns-item {
  list-style: none;
  line-height: 100%;
}

.l-header__sns-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s;
  display: inline-block;
  width: 50px;
  height: auto;
}
.l-header__sns-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-header__sns-link:hover {
  opacity: 0.7;
}
@media (max-width: 740px) {
  .l-header__sns-link {
    width: 40px;
    height: auto;
  }
}

.l-header__hamburger {
  position: relative;
  width: 64px;
  height: 64px;
  background-color: #FF4D00;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 0 17px;
  transition: all 0.3s;
  z-index: 1001;
}
.l-header__hamburger:hover {
  opacity: 0.8;
}
@media (max-width: 740px) {
  .l-header__hamburger {
    width: 50px;
    height: 50px;
    padding: 0 13px;
    gap: 6px;
  }
}

.l-header__hamburger-line {
  display: block;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.l-header__hamburger-line:first-child {
  width: 30px;
}
.l-header__hamburger-line:last-child {
  width: 20px;
}
@media (max-width: 740px) {
  .l-header__hamburger-line {
    height: 2px;
  }
  .l-header__hamburger-line:first-child {
    width: 24px;
  }
  .l-header__hamburger-line:last-child {
    width: 16px;
  }
}

.l-header__hamburger.is-active .l-header__hamburger-line:first-child {
  transform: translateY(5.5px) rotate(45deg);
  width: 30px;
}
@media (max-width: 740px) {
  .l-header__hamburger.is-active .l-header__hamburger-line:first-child {
    transform: translateY(4px) rotate(45deg);
    width: 24px;
  }
}
.l-header__hamburger.is-active .l-header__hamburger-line:last-child {
  transform: translateY(-5.5px) rotate(-45deg);
  width: 30px;
}
@media (max-width: 740px) {
  .l-header__hamburger.is-active .l-header__hamburger-line:last-child {
    transform: translateY(-4px) rotate(-45deg);
    width: 24px;
  }
}

.l-header__menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background-color: #333;
  z-index: 1000;
  transition: right 0.3s;
  padding: 100px 40px 40px;
  background-image: url(../img/hamburger_gb.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l-header__menu.is-open {
  right: 0;
}
@media (max-width: 740px) {
  .l-header__menu {
    right: -100%;
    width: 100%;
    padding: 100px 20px 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-header__menu.is-open {
    right: 0;
  }
}

.l-header__menu-nav {
  width: 100%;
}

.l-header__menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.l-header__menu-item {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.l-header__menu-link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-header__menu-link:hover {
  opacity: 0.7;
}
.l-header__menu-link::before {
  content: "";
  display: inline-block;
  background-image: url(../img/star_orange.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
}
.l-header__menu-link::after {
  content: "";
  display: inline-block;
  background-image: url("/2026/img/arrow.png");
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  margin: 0 0 0 auto;
}
@media (max-width: 740px) {
  .l-header__menu-link {
    font-size: 1.4rem;
    padding: 15px 0;
  }
}

.l-header-ticket_btn {
  text-align: center;
  margin: 30px auto 0;
  z-index: 10;
  width: 100%;
}
.l-header-ticket_btn__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  background-color: #FF4D00;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s;
  text-align: center;
}
.l-header-ticket_btn__link:hover {
  opacity: 0.8;
}
.l-header-ticket_btn__link::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url("/2026/img/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  right: 20px;
  display: inline-block;
  margin-left: auto;
  z-index: 20;
}

.l-header__block {
  width: 28%;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 740px) {
  .l-header__block {
    width: 100%;
    margin: 50px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid #fff;
  }
}
.l-header__img {
  width: 80%;
  max-width: 300px;
}
@media (max-width: 740px) {
  .l-header__img {
    max-width: 200px;
  }
}
.l-header__txt {
  margin: 0;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0 15px;
}
.l-header__copyrights {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 740px) {
  .l-header__copyrights {
    font-size: 12px;
  }
}

.l-header__copyrights {
  margin: 0;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 740px) {
  .l-header__copyrights {
    font-size: 12px;
  }
}

.l-footer {
  text-align: center;
  position: relative;
  z-index: 5;
  background-color: #FF4D00;
  background-image: url("/2026/img/footer-back.png");
  background-size: cover;
  background-position: center;
}
.l-footer__inner {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .l-footer__inner {
    width: 90%;
  }
}
.l-footer__inner {
  padding: 100px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 740px) {
  .l-footer__inner {
    flex-direction: column;
    padding: 80px 0 100px;
    gap: 20px;
  }
}
.l-footer__left-block {
  width: 60%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 740px) {
  .l-footer__left-block {
    width: 100%;
  }
}
.l-footer__supplement {
  margin: 0;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 740px) {
  .l-footer__supplement {
    font-size: 2rem;
  }
}
.l-footer__box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: left;
  gap: 10px;
  row-gap: 10px;
  margin: 40px 0 0;
}
.l-footer__box__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24%;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 0;
}
@media (max-width: 740px) {
  .l-footer__box__item {
    width: 48%;
  }
}
.l-footer__box__item img {
  width: auto;
  height: 60px;
}
@media screen and (max-width: 1040px) {
  .l-footer__box__item img {
    height: 50px;
  }
}
.l-footer__right-block {
  width: 100%;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 740px) {
  .l-footer__right-block {
    width: 100%;
  }
}
.l-footer__right__img {
  width: 80%;
  max-width: 300px;
}
@media (max-width: 740px) {
  .l-footer__right__img {
    max-width: 200px;
  }
}
.l-footer__right__txt {
  margin: 0;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0 15px;
}
.l-footer__right__copyrights {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 740px) {
  .l-footer__right__copyrights {
    font-size: 12px;
  }
}

.l-footer__copyrights {
  margin: 0;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 740px) {
  .l-footer__copyrights {
    font-size: 12px;
  }
}
