@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

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

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

img {
  vertical-align: bottom;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■Animation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  to {
    opacity: 1;
  }
}

.animated {
  opacity: 0;
  animation-timing-function: ease-out;
  animation-timing-function: cubic-bezier(0.31, 0, 0.87, 0.67);
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 0.15s;
  animation-delay: 0.05s;
  animation-delay: 0s;
  visibility: hidden;
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  visibility: visible;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  visibility: visible;
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  visibility: visible;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .pulse {
    animation-name: pulse;
    animation-duration: 0.35s;
    animation-iteration-count: 1;
    visibility: visible;
  }
}

.zoomIn {
  animation-name: zoomIn;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  visibility: visible;
}

/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.25s linear;
}

.ro:hover {
  opacity: .75;
  transition: all 0.25s linear;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.ac_btn:hover {
  cursor: pointer;
}

/* chrome opera */
/*@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	body {
		image-rendering: -webkit-optimize-contrast;
	}
}*/
.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 500;
  font-weight: 500;
  color: #1A1818;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
  overflow-wrap: break-word;
}

body a.url {
  word-break: break-all;
}

body.fixed {
  position: fixed;
  left: 0;
  right: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

.bold, strong {
  font-weight: bold;
}

#container {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 772px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #container {
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  #container:before, #container:after {
    content: "";
    display: block;
    background-color: #1A1818;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  #container:before {
    left: 0;
  }
  #container:after {
    background-color: #1A1818;
    right: 0;
  }
}

.contents {
  position: relative;
  padding-top: 62px;
}

.innerWrap {
  padding: 0 5.1%;
}

.en {
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.block {
  margin-bottom: 80px;
}

/*fadeIn_up*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  hd
-------------------------*/
.hd01 {
  font-size: 2.4rem;
  color: #E65B3C;
  font-weight: bold;
  text-align: center;
  background: #1A1818;
  padding: 2px 15px;
  margin-bottom: 40px;
  background: #1A1818;
}

.hd01.color01 {
  color: #E9DF81;
}

.hd01.color02 {
  color: #64CC49;
}

.hd01.color03 {
  color: #57C4E6;
}

.hd01.color04 {
  color: #D964B4;
}

.hd01.color05 {
  color: #E62750;
}

/*-------------------------
  btn
-------------------------*/
.btn01 a {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1A1818;
  border-radius: 30px;
  background: #fff;
  padding: 10px 40px;
  min-height: 60px;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
  transition: all 0.25s linear;
}

@media only screen and (min-width: 768px) {
  .btn01 a:hover {
    background: #f3f3f3;
  }
}

.btn01 a:after {
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  background: url(../img/ico_arrow01.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 20px;
}

.btn01 a.blank:after {
  background-image: url(../img/ico_blank01.png);
}

.btn01 a.pdf:after {
  width: 24px;
  background-image: url(../img/ico_pdf01.png);
  right: 18px;
}

.btn01 .insta a {
  position: relative;
}

.btn01 .insta a::before {
  content: "";
  display: block;
  background: url(../img/ico_insta.png) no-repeat center center;
  width: 32px;
  height: 32px;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.btn01 .x a {
  position: relative;
}

.btn01 .x a::before {
  content: "";
  display: block;
  background: url(../img/ico_x.png) no-repeat center center;
  width: 27.4px;
  height: 28px;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

ul.btn01 li + li {
  margin-top: 20px;
}

/*-------------------------
talbe
-------------------------*/
.table01 {
  width: 100%;
  border-top: 1px solid #222;
}

.table01 tr {
  border-bottom: 1px solid #222;
}

.table01 th, .table01 td {
  vertical-align: top;
  text-align: left;
  padding: 17px 0;
}

.table01 th {
  min-width: 85px;
  font-weight: 500;
  white-space: nowrap;
}

@media only screen and (max-width: 385px) {
  .table01 th {
    min-width: 75px;
  }
}

.table01 td {
  width: 100%;
  padding-left: 15px;
}

@media only screen and (max-width: 385px) {
  .table01 td {
    padding-left: 10px;
  }
}

.table01 td ul.lsit li {
  line-height: 1.5;
  position: relative;
}

.table01 td ul.lsit li:not(:nth-of-type(1), :nth-of-type(10)) {
  padding-left: 20px;
}

.table01 td ul.lsit li:not(:nth-of-type(1), :nth-of-type(10))::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #E65B3C;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  padding-bottom: 2px;
}

.table01 td ul.lsit li:nth-of-type(2)::before {
  content: "1";
}

.table01 td ul.lsit li:nth-of-type(3)::before {
  content: "2";
}

.table01 td ul.lsit li:nth-of-type(4)::before {
  content: "3";
}

.table01 td ul.lsit li:nth-of-type(5)::before {
  content: "4";
}

.table01 td ul.lsit li:nth-of-type(6)::before {
  content: "5";
}

.table01 td ul.lsit li:nth-of-type(7)::before {
  content: "6";
}

.table01 td ul.lsit li:nth-of-type(8)::before {
  content: "7";
}

.table01 td ul.lsit li:nth-of-type(9)::before {
  content: "8";
}

.table01 td ul.lsit li:nth-of-type(11)::before {
  content: "9";
  background-color: #64CC49;
}

.table01 td ul.lsit li:nth-of-type(12)::before {
  content: "10";
  background-color: #64CC49;
}

.table01 td ul.lsit li + li {
  margin-top: 8px;
}

/*-------------------------
color_wrap
-------------------------*/
.color_wrap {
  background-size: auto 10px,auto 10px;
  position: relative;
  z-index: 0;
  padding: 10px 0;
}

.color_wrap:before, .color_wrap:after {
  content: "";
  display: block;
  background-size: 100% auto;
  width: 10px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  bottom: 10px;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .color_wrap:before, .color_wrap:after {
    content: none;
  }
}

.color_wrap:before {
  left: 0;
}

.color_wrap:after {
  right: 0;
}

/*-------------------------
list
-------------------------*/
ul.kome li,
ol.kome li {
  text-indent: -1em;
  padding-left: 1em;
}

ul.list01 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 13px;
}

ul.list01 li:last-of-type {
  margin-bottom: 0;
}

ul.list01 li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.site_name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 5px 0;
  height: 62px;
  display: flex;
  align-items: center;
}

@media all and (-ms-high-contrast: none) {
  .site_name {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #1A1818;
}

@media only screen and (min-width: 768px) {
  #header {
    border-bottom: 2px solid #1A1818;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  text-align: center;
  padding: 40px 0 18px;
  background-color: #1A1818;
  color: #fff;
}

#footer .logo {
  line-height: 1;
  margin-bottom: 40px;
}

#footer .txt {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 40px;
}

#footer .copyright {
  font-size: 1.1rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  position: relative;
  z-index: 999;
  position: fixed;
  max-width: 768px;
  margin: 0 auto;
  top: 0;
  right: 0;
  position: absolute;
  top: 0;
  right: 0;
}

/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  width: 62px;
  height: 62px;
  padding: 14px 19px;
  background: #1A1818;
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenuBtn .spMenuBtn_bar {
  width: 24px;
  height: 20px;
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  height: 2px;
  background-color: #fff;
}

/*-------------------------
  spMenu
-------------------------*/
#spMenu {
  opacity: 0;
  position: fixed;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 998;
  width: 100%;
  margin: 0 auto;
  background: #1A1818;
  padding: 0;
  transform: translate3d(0, -100%, 0);
  /* 上からイン */
  transition: all 0.25s ease-in-out;
}

#spMenu.open {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  #spMenu {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}

#spMenu.open {
  transform: translate3d(0%, 0, 0);
}

#spMenu .spMenu_innerWrap {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
  height: 100%;
}

#spMenu .spMenu_inner {
  width: 100%;
}

#spMenu .site_name {
  color: #fff;
  margin-bottom: 35px;
}

#spMenu .nav_main {
  padding-bottom: 50px;
}

#spMenu .nav_main .menu {
  text-align: center;
  display: block;
}

#spMenu .nav_main .menu li {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}

#spMenu .nav_main .menu li:last-of-type {
  margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_vs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_vs {
  margin: 20px 0 16px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 500;
}

#main_vs img {
  height: auto;
  max-width: 100%;
}

#main_vs .mv_bk {
  background: url(../img/main_white_bk.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 89.7vw;
  max-height: 690px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

#main_vs .mv_bk h1 {
  line-height: 1;
  animation: fadeIn 0.8s ease-in 0s 1 normal;
}

#main_vs .mv_bk h1 img {
  max-width: 100%;
  width: 76.3%;
  height: auto;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  #main_vs .mv_bk h1 img {
    width: auto;
  }
}

#main_vs .catch {
  font-size: 1.6rem;
  line-height: 2.25;
  margin-bottom: 12px;
}

#main_vs .pickup {
  border-top: 1px solid #1A1818;
  border-bottom: 1px solid #1A1818;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-bottom: 20px;
}

#main_vs .pickup div span {
  background-color: #1A1818;
  display: block;
  text-align: center;
  padding: 6px 15px;
}

#main_vs .pickup div span img {
  max-width: 100%;
  width: auto;
}

#main_vs .pickup div p {
  font-size: 1.6rem;
  margin-top: 9px;
}

#main_vs .pickup .park_img span {
  padding: 6px 30px;
}

#main_vs .schedule {
  line-height: 1;
}

#main_vs .kome {
  margin-top: 10px;
  font-size: 1.6rem;
  border-bottom: 1px solid #1A1818;
  padding-bottom: 20px;
}

#main_vs .kome span {
  display: block;
  line-height: calc(21/16);
}

#main_vs .kome .kome_up {
  margin-top: 6px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.85, 0.85);
  }
  60% {
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■sns_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sns_sec {
  padding: 45px 20px;
  margin-bottom: 14px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■theme_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#theme_sec .theme_txt {
  text-align: center;
  line-height: 2;
}

#theme_sec.block {
  margin-bottom: 74px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■map_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#map_sec .hd01 {
  margin-bottom: 24px;
}

#map_sec img {
  max-width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■schedule_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#schedule_sec {
  text-align: center;
}

#schedule_sec .txt {
  margin-bottom: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■event_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#event_sec .table01 {
  font-weight: 400;
}

#event_sec .table01 .lsit .color-op_r, #event_sec .table01 .lsit .color-op_rg {
  font-weight: 700;
}

#event_sec .table01 .lsit .color-op_r {
  color: #E65B3C;
}

#event_sec .table01 .lsit .color-op_rg {
  margin-top: 22px;
  color: #64CC49;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■social_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#social_sec .txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: calc(26/18);
  margin-bottom: 18px;
}

#social_sec .s_txt {
  font-weight: 400;
  line-height: 1.5;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■contact_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact_sec #privacy_area {
  border: 1px solid #1A1818;
  overflow: hidden;
  font-size: 1.4rem;
  margin-bottom: 25px;
}

#contact_sec #privacy_area .inner {
  padding: 15px;
  height: 150px;
  overflow-y: auto;
}

#contact_sec #privacy_area .ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

#contact_sec #privacy_area .read_txt {
  margin-bottom: 15px;
}

#contact_sec #privacy_area dd + dt {
  margin-top: 10px;
}
