@charset "UTF-8";
/* Reset */
/*-----------------------------------------------*/
html {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: auto !important;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.03em;
  vertical-align: baseline;
  color: #231815;
  box-sizing: padding-box;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  box-sizing: border-box;
}

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

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

ol, ul {
  list-style: none;
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: #231815;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.25s ease-out;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: none;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #231815;
  outline: none;
}

*:focus {
  outline: none;
}

/* clearfix */
/*-----------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* section text margin style */
/*-----------------------------------------------*/
.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.25s ease-out;
  image-rendering: -webkit-optimize-contrast;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.clear {
  clear: both;
}

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

.hide {
  display: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pt2em {
  padding-top: 2em !important;
}

.pt3em {
  padding-top: 3em !important;
}

@media print, screen and (min-width: 481px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print {
  header#masthead, #mastfoot {
    display: none;
  }
}
:root {
  --container-width: 100%;
}
@media print, screen and (min-width: 481px) {
  :root {
    --container-width: 500px;
  }
}

/* ----------------------------------------
	body
---------------------------------------- */
body.fixed {
  overflow: hidden;
}

.bgPc {
  width: 100%;
}
.bgPc_left, .bgPc_right {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - var(--container-width)) / 2);
  height: 100vh;
}
.bgPc_left img, .bgPc_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bgPc_left .bg_content_left, .bgPc_right .bg_content_left {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 256px;
}
@media screen and (max-width: 1040px) {
  .bgPc_left .bg_content_left, .bgPc_right .bg_content_left {
    display: none;
  }
}
.bgPc_left .bg_content_right, .bgPc_right .bg_content_right {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 296px;
}
.bgPc_left .bg_content_right .border, .bgPc_right .bg_content_right .border {
  padding: 27px 37px;
  margin: 2em 0;
  color: #565656;
  background-color: #e6e6e6;
  box-shadow: 0px 0px 0px 17px #e6e6e6;
  border: solid 3px #515151;
  border-radius: 5px;
}
.bgPc_left .bg_content_right ul.side_menu, .bgPc_right .bg_content_right ul.side_menu {
  list-style: none;
  position: relative;
}
.bgPc_left .bg_content_right ul.side_menu::before, .bgPc_left .bg_content_right ul.side_menu::after, .bgPc_right .bg_content_right ul.side_menu::before, .bgPc_right .bg_content_right ul.side_menu::after {
  content: "";
  background: url(../images/common/dotted.png) no-repeat;
  position: absolute;
  width: 267px;
  height: 10px;
  left: -25px;
}
.bgPc_left .bg_content_right ul.side_menu::before, .bgPc_right .bg_content_right ul.side_menu::before {
  top: -17px;
}
.bgPc_left .bg_content_right ul.side_menu::after, .bgPc_right .bg_content_right ul.side_menu::after {
  top: 201px;
}
.bgPc_left .bg_content_right ul.side_menu li a, .bgPc_right .bg_content_right ul.side_menu li a {
  padding-left: 30px;
  line-height: 1.8em;
  font-size: 1.8rem;
  background: url(../images/common/listmarker.png) left 0px top 9px no-repeat;
  background-size: 17px auto;
  width: 220px;
  display: block;
}
.bgPc_left .bg_content_right ul.side_menu li a:hover, .bgPc_right .bg_content_right ul.side_menu li a:hover {
  background-color: #ccc;
}
@media screen and (max-width: 1170px) {
  .bgPc_left .bg_content_right, .bgPc_right .bg_content_right {
    display: none;
  }
}
.bgPc_right {
  left: auto;
  right: 0;
}

#container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: var(--container-width);
  height: 100%;
  background: url("../images/common/head_bg.png") top center no-repeat #d0d2d4;
  background-size: 100% auto;
  overflow: hidden;
}

/* ----------------------------------------
	header
---------------------------------------- */
header#masthead {
  position: relative;
  width: 100%;
  background: #e50012;
  height: 60px;
}
header#masthead .site_title {
  display: inline-block;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  max-width: 270px;
  width: calc(100% - 90px);
  margin: 0 90px 0 20px;
  margin-right: 90px;
}
header#masthead .site_title img {
  width: 100%;
  height: auto;
  display: block;
}

/* ------.hamburger------------ */
.hamburger {
  display: block;
  position: fixed;
  z-index: 99;
  right: 20px;
  top: 15px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-align: center;
}
@media print, screen and (min-width: 481px) {
  .hamburger {
    right: calc(50% - 220px);
  }
}
.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #FFFFFF;
  z-index: 100;
  transition: all 0.2s;
}
.hamburger span:nth-child(2) {
  top: 12px;
}
.hamburger span:nth-child(3) {
  top: 24px;
}
.hamburger.active span {
  background: #FFFFFF;
}
.hamburger.active span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  transform: scaleX(0);
}
.hamburger.active span:nth-child(3) {
  top: 12px;
  transform: rotate(135deg);
}

.hamburger.bg_change span {
  background: #e50012;
}
.hamburger.bg_change.active span {
  background: #FFFFFF;
}

/* ------#nav_global------------ */
#nav_global {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #e50012;
  text-align: center;
  transition: all 0.4s;
  padding: 0 5% 100px;
  width: var(--container-width);
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#nav_global ul#nav_main {
  margin: 80px auto 30px;
}
#nav_global ul#nav_main > li a {
  display: block;
  margin: 0 auto;
  padding: 12px 5px;
  font-size: 1.8rem;
  font-weight: 900;
  color: #FFFFFF;
}
#nav_global ul#nav_main > li:not(:last-child)::after {
  display: block;
  margin: 0 auto;
  content: " ";
  width: 17px;
  height: 17px;
  background-image: url(../images/common/nav_ico.png);
  background-repeat: no-repeat;
}
#nav_global.active {
  transform: translateX(0%);
  opacity: 1;
  z-index: 98;
}
#nav_global img.logo {
  padding: 20px 0 5px;
  width: 160px;
}
#nav_global small {
  display: block;
  color: #fff;
}

/* ----------------------------------------
	#content
---------------------------------------- */
#content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
  z-index: 3;
}

section,
div.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.top,
div.section.top {
  padding-top: 0;
}
section.bottom,
div.section.bottom {
  padding-bottom: 0;
}
section p,
div.section p {
  margin-bottom: 1em;
}
section .nowrap,
div.section .nowrap {
  white-space: nowrap;
}

/* ----------------------------------------
	free
	---------------------------------------- */
#free {
  position: absolute;
  width: 87px;
  height: 149px;
  top: -115px;
  left: 5px;
  z-index: 1;
  background-image: url(../images/common/free.png);
}

/* ----------------------------------------
	日時
---------------------------------------- */
#date {
  position: relative;
  padding: 3px 0;
  color: #fff476;
  background-color: #e50012;
}
#date .container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: -1px 2px 5px #6d6d6d;
}
#date .container .item1 {
  text-align: right;
  padding-right: 15px;
  width: 55%;
  font-family: "Anton", sans-serif;
  font-size: clamp(1.4rem, 5vw + 0.4rem, 2.4rem);
}
#date .container .item1 span {
  font-size: clamp(3rem, 7.2vw + 0.6rem, 4.8rem);
}
#date .container .item1 span.tx26 {
  font-size: clamp(1.4rem, 5vw + 0.4rem, 2.4rem);
  margin-left: 5px;
}
#date .container .item2 {
  width: 42%;
  font-size: 1.4rem;
  line-height: 1.3;
  padding-bottom: 5px;
}
#date .container .item2 span {
  font-size: clamp(1.4rem, 7.2vw + 0.6rem, 1.8rem);
}
#date .container .item2 span.ls1 {
  letter-spacing: -1px;
  font-size: clamp(1.4rem, 7.2vw + 0.6rem, 1.8rem);
}
#date .container .item2 span.ls2 {
  letter-spacing: -2px;
  font-size: 1.4rem;
}
#date .container .item2 span.nowrap {
  white-space: nowrap;
  font-size: 1.4rem;
}

/* ----------------------------------------
	NEWS
---------------------------------------- */
.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.inner {
  padding: 0 15px;
  position: relative;
}

#info {
  background-image: url(../images/common/bg_neji.png);
  background-color: #fff;
}
#info .ttl_news {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
}
#info a.btn_more {
  position: relative;
  display: inline-block;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #898989;
  color: #FFFFFF;
  padding: 4px 22px 4px 10px;
  font-size: 1.4rem;
}
#info a.btn_more::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/common/arrrow_r.png);
  width: 9px;
  height: 11px;
  top: 9px;
  left: 50px;
}
#info a.btn_more:hover {
  background-color: #6e6e6e;
}

.multiple-items {
  margin: 10px -5px 0;
}
.multiple-items li {
  position: relative;
}
.multiple-items li img {
  width: 100%;
  height: auto;
  aspect-ratio: 640/427;
  object-fit: cover;
  object-position: center;
  display: block;
}
.multiple-items li .news, .multiple-items li .info_goods {
  position: absolute;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  padding: 6px 10px;
  color: #fff;
  top: -5px;
  left: 0;
}
.multiple-items li .news {
  background-color: #e50012;
}
.multiple-items li .info_goods {
  background-color: #00386a;
}
.multiple-items p {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 5px;
}
.multiple-items p span {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  color: #898989;
}
.multiple-items .slick-slide {
  margin: 0 5px;
}
.multiple-items .slick-next {
  right: -6px;
  top: 33%;
}
.multiple-items .slick-prev {
  left: -6px;
  z-index: 1;
  top: 33%;
}
.multiple-items .slick-prev::before,
.multiple-items .slick-next::before {
  display: none;
}
.multiple-items .slick-prev,
.multiple-items .slick-next {
  width: 18px;
  height: 18px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  opacity: 1;
}
.multiple-items .slick-prev {
  background-image: url("../images/common/slickarrow_l.png");
}
.multiple-items .slick-prev:hover, .multiple-items .slick-prev:active, .multiple-items .slick-prev:focus, .multiple-items .slick-prev:focus-visible {
  background-image: url("../images/common/slickarrow_l.png");
}
.multiple-items .slick-next {
  background-image: url("../images/common/slickarrow_r.png");
}
.multiple-items .slick-next:hover, .multiple-items .slick-next:active, .multiple-items .slick-next:focus, .multiple-items .slick-next:focus-visible {
  background-image: url("../images/common/slickarrow_r.png");
}

/* ----------------------------------------
	about
---------------------------------------- */
#about {
  background-color: #444;
  background-image: url("../images/common/bg_plate_top.png"), url("../images/common/bg_plate_btm.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
}
#about #sasaki {
  position: absolute;
  background-image: url(../images/common/sasaki.png);
  width: 126px;
  height: 81px;
  top: clamp(-52px, -52px + 42 * (100vw - 300px) / 200, 0px);
  left: clamp(-27px, -27px + 25 * (100vw - 300px) / 200, 15px);
}
#about #sejimo {
  position: absolute;
  background-image: url(../images/common/sejimo.png);
  width: 104px;
  height: 97px;
  right: 20px;
  top: clamp(-57px, -57px + 42 * (100vw - 300px) / 200, 0px);
  right: clamp(-27px, -27px + 25 * (100vw - 300px) / 200, 15px);
}
#about .ttl_about {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 20px;
}
#about p {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 40px;
}
#about p span {
  white-space: nowrap;
}

/* ----------------------------------------
	performers
---------------------------------------- */
#performers {
  background-color: #d0d2d4;
  border: #e50012 solid 5px;
  margin: 30px 0;
}
#performers .container_ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: #e50012 solid 5px;
  height: 40px;
}
#performers .container_ttl .item_l {
  width: 60%;
  text-align: right;
  padding-right: 10px;
}
#performers .container_ttl .item_l .ttl_performers {
  font-weight: 900;
  color: #e50012;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  top: -4px;
  position: relative;
}
#performers .container_ttl .item_r {
  width: 40%;
  font-size: 12px;
  color: #e50012;
  line-height: 1.3;
}
#performers .container_performers {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 40px;
}
#performers .container_performers .item {
  width: 48%;
  margin-bottom: 20px;
  position: relative;
}
#performers .container_performers .item img {
  position: relative;
  border: #e50012 solid 5px;
  border-radius: 3px;
  z-index: 2;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  display: block;
}
#performers .container_performers .item .name {
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  margin-top: 10px;
}
#performers .container_performers .item .intro {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}
#performers .item:nth-child(odd) {
  /* 左側の突起 */
}
#performers .item:nth-child(odd)::before {
  content: "";
  position: absolute;
  background: #e50012;
  top: clamp(50px, 50px + 42 * (100vw - 300px) / 200, 92px);
  left: -22px;
  width: 250px;
  height: 7px;
  z-index: 0;
}
#performers .item:nth-child(odd)::after {
  content: "";
  position: absolute;
  background: #e50012;
  top: clamp(47.5px, 47.5px + 42 * (100vw - 300px) / 200, 89.5px);
  left: -40px;
  width: 20px;
  height: 12px;
  z-index: 1;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#performers .item:nth-child(even) {
  /* 右側の突起 */
}
#performers .item:nth-child(even)::before {
  content: "";
  position: absolute;
  background: #e50012;
  top: clamp(50px, 50px + 42 * (100vw - 300px) / 200, 92px);
  right: -22px;
  width: 250px;
  height: 7px;
  z-index: 0;
}
#performers .item:nth-child(even)::after {
  content: "";
  position: absolute;
  background: #e50012;
  top: clamp(47.5px, 47.5px + 42 * (100vw - 300px) / 200, 89.5px);
  right: -40px;
  width: 20px;
  height: 12px;
  z-index: 1;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* ----------------------------------------
	entry
---------------------------------------- */
#entry {
  background-image: url("../images/common/caution.png"), url("../images/common/caution.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  padding-top: 27px;
  padding-bottom: 27px;
}
#entry .bg_entry {
  position: relative;
  background-image: url(../images/common/bg_entry.png);
  height: 312px;
}
#entry .bg_entry .btn_entry {
  position: absolute;
  text-align: center;
  background-image: url(../images/common/btn_entry.png);
  width: 230px;
  height: 230px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#entry .bg_entry .btn_entry:hover {
  background-image: url(../images/common/btn_entry_hover.png);
}
#entry .bg_entry .btn_entry .tx_01 {
  color: #fff476;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  text-shadow: -1px 2px 5px #6d6d6d;
  margin-bottom: 0em;
  margin-top: 40px;
}
#entry .bg_entry .btn_entry .tx_02 {
  color: #fff476;
  font-size: 4.8rem;
  text-shadow: -1px 2px 5px #6d6d6d;
  margin-top: -8px;
  margin-bottom: 0em;
}
#entry .bg_entry .btn_entry .tx_03 {
  position: relative;
  display: inline-block;
  color: #e50012;
  font-size: 12px;
  font-weight: 900;
  background-color: #fff476;
  padding: 6.5px 20px;
  border-radius: 30px;
}

/* ----------------------------------------
	goods
---------------------------------------- */
#goods {
  padding-bottom: 100px;
  background-color: #fff;
}
#goods .inner {
  position: relative;
}
#goods .inner .ttl_goods {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  color: #00386a;
  line-height: 0.8;
  margin-top: 20px;
  margin-bottom: 10px;
}
#goods .inner .ttl_goods span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
}
#goods .inner a.btn_more {
  position: relative;
  display: inline-block;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #f4a300;
  color: #FFFFFF;
  padding: 4px 22px 4px 10px;
  font-size: 1.4rem;
  top: -26px;
}
#goods .inner a.btn_more::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/common/arrrow_r.png);
  width: 9px;
  height: 11px;
  top: 9px;
  left: 50px;
}
#goods .inner a.btn_more:hover {
  background-color: #e09003;
}
#goods .slider {
  width: 100%;
  margin: 0 auto;
}
#goods .slider li {
  position: relative;
}
#goods .slider li .name_goods {
  position: absolute;
  width: auto;
  height: auto;
  background-color: #00386a;
  color: #fff;
  padding: 7px;
  top: 0;
}
#goods .slider li .price_goods {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 0;
  right: 14px;
  margin-bottom: 8px;
}
#goods .slider li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  display: block;
}
#goods .slider .slick-slide {
  height: auto !important;
}
#goods .slider .slick-arrow {
  z-index: 2 !important;
}
#goods .slider .slick-next {
  right: 7px;
}
#goods .slider .slick-prev {
  left: 7px;
}
#goods .slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}
#goods .slick-dots li.slick-active button::before {
  font-size: 10px;
}
#goods .slick-dots li button::before {
  font-size: 10px;
  line-height: 38px;
}
#goods .slick-dots li {
  width: 13px !important;
}

/* ----------------------------------------
	support
---------------------------------------- */
#support {
  background-color: #5483b4;
}
#support .inner {
  padding: 0 5%;
}
#support .inner p {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0rem;
}
#support .inner .ttl_support {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  color: #fff;
  line-height: 0.8;
  margin-top: 20px;
  margin-bottom: 10px;
}
#support .inner .ttl_support span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
}
#support .inner .container_support {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 20px;
}
#support .inner .container_support .item {
  position: relative;
  width: calc((100% - 15px) / 3);
  max-height: 140px;
  aspect-ratio: 1/1;
  margin: 2.5px;
  background-color: #fff;
}
#support .inner .container_support .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 75%;
}

/* ----------------------------------------
	youtube
---------------------------------------- */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 = 9 / 16 = 0.5625 */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ----------------------------------------
	contact
---------------------------------------- */
#contact {
  background-image: url(../images/common/bg_neji.png);
  background-color: #fff;
}
#contact .inner {
  padding: 0 5%;
}
#contact .inner .ttl_contact {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  color: #e50012;
  line-height: 0.8;
  margin-top: 20px;
  margin-bottom: 10px;
}
#contact .inner .ttl_contact span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
}
#contact .inner .box_contact {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 25px 5%;
  background-color: #dbcfc4;
}
#contact .inner .box_contact p {
  margin-bottom: 0em;
  font-size: 1.4rem;
}
#contact .inner .box_contact .mail {
  font-size: 2rem;
  word-break: break-word;
}

/* ----------------------------------------
	#mastfoot
---------------------------------------- */
#mastfoot {
  position: relative;
  padding: 50px 0 20px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  background-color: #e50012;
}
#mastfoot a {
  color: #FFFFFF;
}
#mastfoot small.copyright {
  font-size: 1.1rem;
  font-weight: 300;
}
#mastfoot .mt30 {
  margin-top: 30px;
}
#mastfoot .tx_foot {
  font-weight: 300;
  font-size: 16px;
}
#mastfoot .tx_foot2 {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 30px;
}
#mastfoot .pagetop {
  position: absolute;
  background-color: #e50012;
  border: #FFFFFF 3.5px solid;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #FFFFFF;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#mastfoot .pagetop img {
  padding-top: 20px;
}