@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

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

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  background: url(../images/arrow.svg) no-repeat center/contain;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 40px;
    width: 40px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: url(../images/arrow.svg) no-repeat center/contain;
  color: #cccccc;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../images/arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .slick-prev:before,
  .slick-next:before {
    height: 40px;
    width: 40px;
  }
}

.slick-prev {
  left: 7.5%;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 7.5%;
  transform: rotate(180deg);
  top: -80px;
}
@media screen and (max-width: 767px) {
  .slick-next {
    top: -40px;
  }
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: flex;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -15px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #b60005;
  opacity: 0.75;
}

.list_img .slick-dots {
  bottom: 15px;
}

html {
  width: 100%;
}

body {
  font: 500 16px/1.8 "Noto Sans JP", sans-serif;
  color: #040000;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #040000;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

::-moz-selection {
  background-color: #fff800;
  color: #040000;
}

::selection {
  background-color: #fff800;
  color: #040000;
}

#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.inner02 {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner02::after {
  content: "";
  display: block;
  clear: both;
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

#sub {
  float: left;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

.logo {
  position: absolute;
  top: 30px;
  left: 15px;
  z-index: 1;
  width: 200px;
  filter: drop-shadow(0 4px 10px rgba(255, 255, 255, 0.6));
}
@media screen and (max-width: 767px) {
  .logo {
    top: 15px;
    left: 10px;
    width: 130px;
  }
}

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  box-sizing: border-box;
  overflow-y: scroll;
  transition: all 0.5s;
  filter: drop-shadow(0 4px 10px rgba(255, 255, 255, 0.8));
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/gnavi_bg.jpg?ver=260303);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #overlay {
    width: 100%;
  }
}
#overlay.active {
  display: block;
  height: 100%;
  opacity: 1;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  #overlay_page {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    box-sizing: border-box;
    overflow-y: scroll;
    transition: all 0.5s;
    color: #fff;
    padding: 80px 30px;
    background-position: right 0;
    background-repeat: no-repeat;
    background-image: url(../images/gnavi_bg.jpg);
    background-size: cover;
  }
  #overlay_page.active {
    display: block;
    height: 100%;
    opacity: 1;
    transition: all 0.5s;
  }
}

.menu-trigger.active p {
  display: none;
}
.menu-trigger {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  z-index: 4;
  left: -115px;
  width: 49px;
  height: 1px;
  background: #000;
  right: 0;
  margin: auto;
  filter: drop-shadow(0 4px 4px rgba(255, 255, 255, 0.8));
}
@media screen and (max-width: 1000px) {
  .menu-trigger span {
    width: 45px;
  }
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 50%;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger {
  position: fixed;
  top: 38px;
  right: 0;
  width: 160px;
  height: 27px;
  z-index: 9999;
  color: #000;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    width: 80px;
  }
}
.menu-trigger p {
  font-size: 1.125em;
  letter-spacing: 0;
  line-height: 1;
  filter: drop-shadow(0 4px 4px rgba(255, 255, 255, 0.8));
}
@media screen and (max-width: 767px) {
  .menu-trigger p {
    font-size: 1em;
  }
}
.menu-trigger.active p {
  color: #fff;
}
.menu-trigger.active span {
  transition: all 0.3s;
  background: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(45deg);
  top: -9px;
}
@media screen and (max-width: 767px) {
  .menu-trigger.active span:nth-of-type(1) {
    top: -9px;
  }
}
.menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-20px) rotate(-45deg);
  bottom: -22px;
}

.menu-trigger_page {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.menu-trigger_page span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  z-index: 4;
  left: -115px;
  width: 49px;
  height: 1px;
  background: #000;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .menu-trigger_page span {
    width: 45px;
  }
}
.menu-trigger_page span:nth-of-type(1) {
  top: 0;
}
.menu-trigger_page span:nth-of-type(2) {
  top: 50%;
}
.menu-trigger_page span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger_page {
  position: fixed;
  top: 38px;
  right: 0;
  width: 160px;
  height: 27px;
  z-index: 9999;
  color: #000;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu-trigger_page {
    width: 80px;
  }
}
.menu-trigger_page p {
  font-size: 1.125em;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .menu-trigger_page p {
    font-size: 1em;
  }
}
.menu-trigger_page.active p {
  color: #fff;
}
.menu-trigger_page.active span {
  transition: all 0.3s;
  background: #fff;
}
.menu-trigger_page.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(45deg);
  top: -9px;
}
@media screen and (max-width: 767px) {
  .menu-trigger_page.active span:nth-of-type(1) {
    top: -9px;
  }
}
.menu-trigger_page.active span:nth-of-type(2) {
  transform: translateY(-20px) rotate(-45deg);
  bottom: -22px;
}

#gnavi ul {
  padding: 120px 40px;
}
#gnavi ul li {
  font-size: 2em;
  margin-bottom: 1em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #gnavi ul li {
    font-size: 1.5em;
  }
}
#gnavi ul li a {
  color: #fff;
}
#gnavi ul li a:hover {
  color: #ff969a;
}

.page_header {
  background: #ff969a;
  clear: both;
}
@media screen and (max-width: 767px) {
  .page_header {
    background: none;
  }
}
.page_header .page_header_box {
  max-width: 1330px;
  padding: 40px 15px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page_header .page_header_box {
    padding: 0;
  }
}

#gnavi_page ul {
  display: flex;
  float: right;
}
@media screen and (max-width: 767px) {
  #gnavi_page ul {
    display: block;
    float: inherit;
  }
}
#gnavi_page ul li {
  font-size: 1.375em;
  color: #fff;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  #gnavi_page ul li {
    font-size: 1.5em;
    text-align: center;
    margin: 0 0 1em 0;
  }
}
#gnavi_page ul li:last-child {
  margin-right: 0;
}
#gnavi_page ul li a {
  color: #fff;
}
#gnavi_page ul li a:hover {
  opacity: 0.85;
}

.menu-trigger_page {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger_page {
    display: block;
  }
}

#footer {
  background: #040000;
  color: #fff;
  text-align: center;
  padding: 50px 15px;
  border-top: 5px solid #f04146;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 15px;
  }
}
#footer .footer_txt {
  font-size: 0.875em;
}
#footer .footer_txt span.copyright {
  font-size: 1.142em;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #footer .footer_txt span.copyright {
    font-size: 1em;
  }
}

.copy {
  width: 19px;
  position: fixed;
  top: 30%;
  right: 5vw;
}
@media screen and (max-width: 1000px) {
  .copy {
    display: none;
  }
}
.copy img {
  width: 19px;
}

.main_img {
  position: relative;
}
@media screen and (max-width: 640px) {
  .main_img {
    margin-top: 80px;
  }
}
.main_img .mv_cover img {
  position: absolute;
  right: 15%;
  top: 0;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .main_img .mv_cover {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .main_img .mv_cover img {
    right: 0;
  }
}
.main_img .soon_area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.main_img .soon_area img {
  width: 80%;
  max-width: 378px;
}
@media screen and (max-width: 767px) {
  .main_img .soon_area img {
    max-width: 260px;
  }
}

.bg_pink {
  background-color: #ff969a;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

.section_about {
  padding: 8em 0;
}
@media screen and (max-width: 767px) {
  .section_about {
    padding: 5em 0;
  }
}
.section_about .about_box {
  display: flex;
  flex-wrap: wrap;
}
.section_about .about_left {
  width: 45%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .section_about .about_left {
    max-width: 500px;
    width: 50%;
    padding: 0;
    margin: 0 auto 25px;
  }
}
.section_about .about_right {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .section_about .about_right {
    width: 100%;
  }
}
.section_about .about_right .about_ttl {
  font-size: 1.875em;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .section_about .about_right .about_ttl {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .section_about .about_right .about_ttl {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 25px;
  }
}
.section_about .about_right p {
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .section_about .about_right p {
    font-size: 1.1em;
  }
}

.sec_inner_box {
  width: 100%;
  background: #fff;
  padding: 122px 90px;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .sec_inner_box {
    padding: 60px 15px;
    margin-bottom: 60px;
  }
}
.sec_inner_box .sec_inner_ttl {
  text-align: center;
}
.sec_inner_box .sec_inner_ttl > img {
  vertical-align: middle;
}
.sec_inner_box .sec_inner_ttl {
  position: relative;
  margin: 0 auto 110px;
}
@media screen and (max-width: 767px) {
  .sec_inner_box .sec_inner_ttl {
    margin: 0 auto 40px;
  }
}
.sec_inner_box .sec_inner_ttl:before {
  position: absolute;
  content: "";
  border-left: 5px solid #f04146;
  width: 5px;
  height: 91px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -122px;
}
@media screen and (max-width: 767px) {
  .sec_inner_box .sec_inner_ttl:before {
    height: 80px;
    top: -110px;
  }
}

.section_spdays {
  padding: 9.375em 0 3em;
}
@media screen and (max-width: 767px) {
  .section_spdays {
    padding: 4.375em 0 2em;
  }
}
.section_spdays .sec_inner_box {
  background-color: #fff;
}
.section_spdays .sec_spdays_box .sec_inner_ttl > img {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .section_spdays .sec_spdays_box .sec_inner_ttl {
    width: 220px;
  }
}
.section_spdays .sec_spdays_box.movie h3 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .section_spdays .sec_spdays_box.movie h3 {
    font-size: 1.5rem;
  }
}
.section_spdays .sec_spdays_box.movie .iframe {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.section_spdays .sec_spdays_box.movie .iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.section_spdays .sec_spdays_box + a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  background-color: #040000;
  color: #fff;
  padding: 0.5em 1em;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 90px;
  border: 3px solid #040000;
}
.section_spdays .sec_spdays_box + a:after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  background: url(../images/youtube.svg) no-repeat center/contain;
}
.section_spdays .sec_spdays_box + a:hover {
  color: #040000;
  background-color: #fff;
}
.section_spdays .sec_spdays_box + a:hover:after {
  background: url(../images/youtube_bl.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .section_spdays .sec_spdays_box + a {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 50px;
  }
}
.section_spdays .spdays_btn_area {
  margin-top: 40px;
  text-align: center;
}
.section_spdays .spdays_btn_area .spdays_btn {
  display: block;
  padding: 40px 10px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  background-color: #040000;
  transition: opacity 0.3s;
}
.section_spdays .spdays_btn_area .spdays_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .section_spdays .spdays_btn_area .spdays_btn {
    padding: 20px 10px;
    font-size: 1rem;
  }
}
.section_spdays .quest_box {
  display: flex;
  align-items: flex-start;
}
.section_spdays .quest_box:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 50%;
  aspect-ratio: 830/700;
  background: url(../images/tcsgnz_logo2.jpg) no-repeat center right/auto 100%;
}
.section_spdays .quest_box .texts {
  margin-left: -10%;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .section_spdays .quest_box .texts {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .section_spdays .quest_box {
    flex-direction: column;
  }
  .section_spdays .quest_box:before {
    width: calc(100% + 30px);
    margin: 0 -15px 30px;
    background: url(../images/tcsgnz_logo2.jpg) no-repeat center/auto 100%;
  }
  .section_spdays .quest_box .texts {
    margin: 0;
  }
}
.section_spdays .dlist_detail {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .section_spdays .dlist_detail {
    margin-top: 40px;
  }
}
.section_spdays .spdays_txt {
  text-align: center;
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .section_spdays .spdays_txt {
    font-size: 1em;
  }
}

.section_outline {
  padding: 9.375em 0 3em;
}
@media screen and (max-width: 767px) {
  .section_outline {
    padding: 4.375em 0 2em;
  }
}

.section_dressed .sec_dressed_inner_box .sec_inner_ttl > img {
  width: 484px;
}
@media screen and (max-width: 767px) {
  .section_dressed .sec_dressed_inner_box .sec_inner_ttl {
    width: 242px;
  }
}
.section_dressed .sec_dressed_inner_box .sec_inner_ttl_800 > img {
  width: 900px;
}
@media screen and (max-width: 767px) {
  .section_dressed .sec_dressed_inner_box .sec_inner_ttl_800 > img {
    width: 300px;
  }
}
.section_dressed .dressed_box {
  display: flex;
  justify-content: space-between;
}
.section_dressed .dressed_box .dressed_left {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .section_dressed .dressed_box .dressed_left {
    width: 100%;
  }
}
.section_dressed .dressed_box .dressed_left p {
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .section_dressed .dressed_box .dressed_left p {
    font-size: 1em;
  }
}
.section_dressed .dressed_box .dressed_left address {
  display: block;
  margin-top: 1em;
  font-size: 1.375em;
}
.section_dressed .dressed_box .dressed_right {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .section_dressed .dressed_box .dressed_right {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_dressed .dressed_box {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section_dressed .info_quest .dressed_box {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.dlist_detail {
  font-size: 1.375em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dlist_detail {
    font-size: 1em;
  }
}
.dlist_detail .group {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_detail .group {
    flex-direction: column;
  }
}
.dlist_detail dt {
  flex-shrink: 0;
}
.dlist_detail dt:before {
  content: "【";
}
.dlist_detail dt:after {
  content: "】";
}
.dlist_eito {
  margin-top: 0.75em;
}
.dlist_eito dt {
  font-size: 1.375em;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
.dlist_eito dt:before {
  content: "●";
}
@media screen and (max-width: 767px) {
  .dlist_eito dt {
    font-size: 1em;
  }
}
.dlist_eito dd .name {
  display: block;
  font-size: 1.375em;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .dlist_eito dd .name {
    font-size: 1em;
  }
}

.info_quest h3 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 40px;
}
.info_quest .gmap {
  display: block;
  overflow: hidden;
  aspect-ratio: 2/1;
}
.info_quest .gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .info_quest .gmap {
    aspect-ratio: 1/1;
  }
}

.section_night .sec_night_box .sec_inner_ttl > img {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .section_night .sec_night_box .sec_inner_ttl {
    width: 215px;
  }
}
.section_night .night_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section_night .night_box {
    flex-wrap: wrap;
  }
}
.section_night .night_box .night_box_left {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .section_night .night_box .night_box_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section_night .night_box .night_box_left .night_pop {
  width: 80%;
  max-width: 260px;
  margin-bottom: 40px;
}
.section_night .night_box .night_box_left .night_txt {
  margin-bottom: 40px;
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .section_night .night_box .night_box_left .night_txt {
    font-size: 1em;
  }
}
.section_night .night_box .night_box_right {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .section_night .night_box .night_box_right {
    width: 100%;
  }
}
.section_night .night_box .night_box_right p {
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .section_night .night_box .night_box_right p {
    font-size: 1em;
  }
}

.section_sametime {
  padding: 9.375em 0 7em;
}
@media screen and (max-width: 767px) {
  .section_sametime {
    padding: 4.375em 0 2em;
  }
}
.section_sametime .sametime_ttl {
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 115px;
  text-align: center;
  font-weight: 700;
}
.section_sametime .sametime_ttl img {
  width: 550px;
}
@media screen and (max-width: 767px) {
  .section_sametime .sametime_ttl img {
    width: 275px;
  }
}
@media screen and (max-width: 767px) {
  .section_sametime .sametime_ttl {
    font-size: 1.5em;
    margin-bottom: 50px;
  }
}
.section_sametime .sametime_ttl span {
  margin-bottom: 50px;
  display: block;
}
@media screen and (max-width: 767px) {
  .section_sametime .sametime_ttl span {
    margin-bottom: 20px;
  }
}
.section_sametime .sametime_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .section_sametime .sametime_box {
    margin-bottom: 50px;
  }
}
.section_sametime .sametime_box .sametime_box_left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .section_sametime .sametime_box .sametime_box_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_sametime .sametime_box .sametime_box_right {
  width: 52%;
}
.section_sametime .sametime_box .sametime_box_right p {
  margin-bottom: 50px;
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .section_sametime .sametime_box .sametime_box_right {
    width: 100%;
  }
  .section_sametime .sametime_box .sametime_box_right p {
    margin-bottom: 30px;
    font-size: 1em;
  }
}
.section_sametime .sametime_box .sametime_box_right > div {
  display: flex;
}
.section_sametime .sametime_box .sametime_box_right > div p:first-child {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .section_sametime .sametime_box .sametime_box_right > div p:first-child {
    width: 150px;
  }
}
.section_sametime .sametime_box .sametime_box_right > div p:nth-of-type(2) {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .section_sametime .sametime_box .sametime_box_right > div p:nth-of-type(2) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section_sametime .sametime_box {
    flex-wrap: wrap;
  }
}
.section_sametime .sametime_box .sametime_box_ttl {
  display: flex;
  color: #ff969a;
  font-size: 2.125em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_sametime .sametime_box .sametime_box_ttl {
    font-size: 1.3em;
    margin-bottom: 20px;
  }
}
.section_sametime .sametime_box .sametime_box_ttl img {
  width: 50px;
  height: auto;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .section_sametime .sametime_box .sametime_box_ttl img {
    width: 40px;
  }
}
.section_sametime .sametime_box .sametime_box_ttl span:nth-of-type(2) {
  padding-top: 5px;
}
.section_sametime .sametime_box .sametime_box_lead {
  color: #ff969a;
  font-size: 1.625em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_sametime .sametime_box .sametime_box_lead {
    font-size: 1.1em;
    margin-bottom: 30px;
  }
}

.shopevent_box .shopevent_ttl {
  text-align: center;
  font-size: 2.125em;
  margin-bottom: 20px;
  /*color: #ff969a;*/
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .shopevent_box .shopevent_ttl {
    font-size: 1.35em;
    margin-bottom: 20px;
  }
}
.shopevent_box .shopevent_lead {
  text-align: center;
  /*color: #ff969a;*/
  font-weight: 700;
  font-size: 1.625em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .shopevent_box .shopevent_lead {
    font-size: 1.067em;
    margin-bottom: 30px;
  }
}
.shopevent_box .shopevent_corp_box {
  background-color: #f3f4ef;
  padding: 6.25em 4.375em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .shopevent_box .shopevent_corp_box {
    padding: 3.25em 2.375em;
  }
}
.shopevent_box .list_shopevent_corp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shopevent_box .list_shopevent_corp li {
  width: 50%;
  padding: 40px 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shopevent_box .list_shopevent_corp li {
    padding: 20px 10px;
  }
}
.shopevent_box .shopevent_info {
  font-size: 1.375em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .shopevent_box .shopevent_info {
    font-size: 1em;
    margin-bottom: 25px;
  }
}
.shopevent_box .shopevent_site_ttl {
  text-align: center;
  padding: 1em 0.5em;
  margin-bottom: 40px;
  background-color: #000;
  color: #fff;
  font-size: 1.625em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .shopevent_box .shopevent_site_ttl {
    margin-bottom: 30px;
    padding: 0.5em 0.2em;
    font-size: 1.2em;
  }
}
.shopevent_box .list_shopevent_site {
  display: flex;
  flex-wrap: wrap;
}
.shopevent_box .list_shopevent_site li {
  width: 48%;
  margin-bottom: 4%;
}
.shopevent_box .list_shopevent_site li .sec06_btn {
  margin-bottom: 0;
}
.shopevent_box .list_shopevent_site li:nth-of-type(2n) {
  margin-left: 4%;
}
.shopevent_box .list_shopevent_site li a {
  transition: opacity 0.3s;
}
.shopevent_box .list_shopevent_site li a:hover {
  opacity: 0.7;
}
.section_instagram {
  padding: 6.25em 0;
}
@media screen and (max-width: 767px) {
  .section_instagram {
    padding: 4em 0;
  }
}
.section_instagram .instagram_ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_instagram .instagram_ttl {
    margin-bottom: 50px;
  }
}
.section_instagram .instagram_ttl img.aka {
  max-width: 192px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section_instagram .instagram_ttl img.aka {
    max-width: 150px;
  }
}
.section_instagram .instagram_ttl span {
  display: block;
}
.section_instagram .instagram_ttl span img {
  max-width: 310px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .section_instagram .instagram_ttl span img {
    max-width: 250px;
    margin: 0 auto 30px;
  }
}
.section_instagram .instagram_txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_instagram .instagram_txt {
    margin-bottom: 20px;
  }
}
.section_instagram .instagram_txt img {
  max-width: 510px;
}
@media screen and (max-width: 767px) {
  .section_instagram .instagram_txt img {
    max-width: 300px;
  }
}

.section_data {
  padding-bottom: 80px;
}
.section_data .dlist_info div {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .section_data .dlist_info div {
    font-size: 1em;
  }
}
.section_data .dlist_info div dt {
  width: 75px;
}
.section_data .dlist_info div .wide {
  width: 180px;
}
.section_data .dlist_info div dd {
  width: calc(100% - 75px);
}
@media screen and (max-width: 767px) {
  .section_data .dlist_info div dt {
    width: 55px;
  }
  .section_data .dlist_info div dd {
    width: calc(100% - 55px);
  }
}

.over_flow {
  overflow: hidden;
}

.page_a_box {
  padding: 9.375em 0;
}
@media screen and (max-width: 767px) {
  .page_a_box {
    padding: 8em 0 6em;
  }
}

.abox_ttl {
  max-width: 390px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 767px) {
  .abox_ttl {
    max-width: 150px;
    margin: 0 auto 60px;
  }
}

.abox_left {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.abox_right {
  width: 48%;
  float: right;
}

.abox_img {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .abox_img {
    margin-bottom: 15px;
  }
}
.abox_img img {
  width: 100%;
}

.abox_name {
  font-size: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .abox_name {
    font-size: 1.5em;
    display: block;
  }
}
.abox_name span {
  font-size: 0.55em;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .abox_name span {
    display: block;
  }
}

.place_link {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}
.place_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.page_body.pt0 {
  padding-top: 0;
}
.page_body {
  background: #f4f5f7;
  padding: 9.375em 0;
}
@media screen and (max-width: 767px) {
  .page_body {
    padding: 9em 0 6em;
  }
}

.page_head_ttl {
  font-size: 3.75em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page_head_ttl {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
}

.page_head_img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 120px;
  text-align: center;
}
.page_head_img.page_music_night img {
  max-width: 300px;
}
.page_head_img.page_special_days img {
  max-width: 238px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page_head_img.page_special_days img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page_head_img {
    margin-bottom: 60px;
  }
}

.page_head_txt {
  font-size: 1.375em;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page_head_txt {
    font-size: 1.1em;
    margin-bottom: 40px;
  }
}

.dlist_place {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3.75em 3.125em;
  background-color: #fff;
  color: #ff969a;
}
@media screen and (max-width: 767px) {
  .dlist_place {
    padding: 1.5em;
  }
}
.dlist_place .dlist_place_inner {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .dlist_place .dlist_place_inner {
    width: 100%;
  }
}
.dlist_place .dlist_place_inner p {
  margin-bottom: 20px;
}
.dlist_place .dlist_place_inner p img {
  width: 90%;
}
.dlist_place .dlist_place_inner p img + img {
  margin-top: 10px;
}
.dlist_place .place_link {
  font-size: 1.125em;
  color: #ff969a;
}
.dlist_place .place_link::after {
  background-color: #ff969a;
}
.dlist_place dt {
  display: flex;
  font-size: 1.375em;
  margin-bottom: 20px;
}
.dlist_place dt img {
  width: 40px;
}
.dlist_place dt span:first-child {
  margin-right: 10px;
}
.dlist_place dt span:nth-of-type(2) {
  padding-top: 3px;
}
.dlist_place dd {
  margin-bottom: 40px;
}

.shop_ttl {
  display: inline-block;
  font-weight: 700;
  font-size: 1.875em;
  color: #ff969a;
  background-color: #fff;
  margin-bottom: 70px;
  padding: 0.5em 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shop_ttl {
    margin-bottom: 40px;
    font-size: 1.2em;
  }
}

.list_shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_shop .list_shop_col2 {
  width: 48%;
  margin-bottom: 80px;
  padding: 40px 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .list_shop .list_shop_col2 {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 15px;
  }
}

.shop_head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  min-height: 72px;
}
.shop_head span:first-child {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .shop_head span:first-child {
    margin-right: 15px;
  }
}
.shop_head img {
  width: 47px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .shop_head img {
    width: 30px;
  }
}

.shop_lead .shop_lead_img {
  margin-bottom: 30px;
}
.shop_lead .shop_lead_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shop_lead .shop_lead_img {
    margin-bottom: 20px;
  }
}
.shop_lead .shop_lead_txt {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #000;
}
.shop_lead .shop_lead_txt span {
  display: block;
}
.shop_lead .shop_lead_txt span:first-child {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.375em;
}
.shop_lead .shop_lead_txt span:nth-of-type(2) {
  font-size: 0.875em;
}

.table_shop_info th, .table_shop_info td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_shop_info th, .table_shop_info td {
    display: block;
  }
}
.table_shop_info th {
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .table_shop_info th {
    margin-bottom: 0.5em;
    padding: 0;
  }
}
.table_shop_info td {
  padding: 0.5em 0 0.5em 2em;
}
@media screen and (max-width: 767px) {
  .table_shop_info td {
    padding: 0;
    margin-bottom: 2em;
  }
}
.table_shop_info .place_link {
  color: #000;
  font-size: 1em;
}
.table_shop_info .place_link::after {
  background-color: #000;
}

.shop_detail .tel {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .shop_detail .tel {
    pointer-events: auto;
  }
}

.list_shop_col1 {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .list_shop_col1 {
    margin-bottom: 30px;
  }
}
.list_shop_col1 .shop_col1_wrap {
  padding: 40px 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .list_shop_col1 .shop_col1_wrap {
    padding: 20px 15px;
  }
}
.list_shop_col1 .shop_head {
  background-color: #fff;
  display: inline-block;
  padding: 1em 2em;
}
.list_shop_col1 .shop_lead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .list_shop_col1 .shop_lead {
    margin-bottom: 40px;
  }
}
.list_shop_col1 .shop_lead .shop_lead_img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .list_shop_col1 .shop_lead .shop_lead_img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list_shop_col1 .shop_lead .table_shop_info {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .list_shop_col1 .shop_lead .table_shop_info {
    width: 100%;
  }
}
.list_shop_col1 .shop_detail .shop_term_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_shop_col1 .shop_detail .shop_term_box {
  width: 48%;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .list_shop_col1 .shop_detail .shop_term_box {
    width: 100%;
    margin-bottom: 20%;
  }
}
.list_shop_col1 .shop_detail .shop_term_ttl {
  color: #fff;
  background-color: #ff969a;
  font-size: 1.375em;
  text-align: center;
  padding: 0.5em 1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_shop_col1 .shop_detail .shop_term_ttl {
    font-size: 1.2em;
    margin-bottom: 30px;
  }
}
.list_shop_col1 .shop_detail .shop_term_lead {
  font-size: 1.375em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_shop_col1 .shop_detail .shop_term_lead {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
}
.list_shop_col1 .shop_detail .sjhop_term_txt {
  font-size: 0.875em;
}
.list_shop_col1 .shop_detail .sjhop_term_txt span {
  display: block;
}
@media screen and (max-width: 767px) {
  .list_shop_col1 .shop_detail .sjhop_term_txt {
    font-size: 0.933em;
  }
}

.section_border {
  padding: 8.75em 0 0 0;
  margin-bottom: 8.75em;
  border-bottom: 1px solid #ff969a;
}
@media screen and (max-width: 767px) {
  .section_border {
    padding: 4em 0 0 0;
    margin-bottom: 4em;
  }
}

.artist_page_ttl {
  font-size: 2.5em;
}
@media screen and (max-width: 767px) {
  .artist_page_ttl {
    font-size: 1.8em;
  }
}

.artist_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .artist_box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}
.artist_box .artist_box_left {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .artist_box .artist_box_left {
    width: 100%;
  }
}
.artist_box .artist_box_left .artist_ttl {
  margin-bottom: 50px;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .artist_box .artist_box_left .artist_ttl {
    margin-bottom: 30px;
  }
}
.artist_box .artist_box_right {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .artist_box .artist_box_right {
    width: 100%;
    margin-bottom: 40px;
  }
}

.event_skd_box {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .event_skd_box {
    margin-bottom: 50px;
  }
}
.event_skd_box .tel {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .event_skd_box .tel {
    pointer-events: auto;
  }
}
.event_skd_box .event_skd_ttl {
  margin-bottom: 45px;
  padding: 20px 0px;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #ff969a;
}
@media screen and (max-width: 767px) {
  .event_skd_box .event_skd_ttl {
    margin-bottom: 30px;
    padding: 10px 0px;
    font-size: 1.333em;
  }
}
.event_skd_box .list_event_skd {
  display: flex;
  flex-wrap: wrap;
}
.event_skd_box .list_event_skd li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.event_skd_box .list_event_skd li:nth-of-type(3n) {
  margin-right: 0;
}
.event_skd_box .list_event_skd li {
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .event_skd_box .list_event_skd li {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
  }
}
.event_skd_box .list_event_skd li .table_shop_info th {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .event_skd_box .list_event_skd li .table_shop_info th {
    width: 100%;
  }
}
.event_skd_box .list_event_skd li .event_skd_info_ttl {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: 700;
}
.event_skd_box .list_event_skd li .event_skd_info_ttl.event_skd_info_ttl2 {
  min-height: 90px;
}
.event_skd_box .list_event_skd li .event_skd_info_ttl.event_skd_info_ttl3 {
  min-height: 130px;
}
@media screen and (max-width: 767px) {
  .event_skd_box .list_event_skd li .event_skd_info_ttl {
    margin-bottom: 20px;
    font-size: 1.333em;
  }
}
.event_skd_box .list_event_skd li .event_skd_info_time {
  border-top: 1px dotted #000;
  margin: 20px 0 40px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .event_skd_box .list_event_skd li .event_skd_info_time {
    margin-bottom: 30px;
  }
}
.event_skd_box .list_event_skd li .event_skd_info_artist .artist_link {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.event_skd_box .list_event_skd li .event_skd_info_artist .artist_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.page_dress {
  background: #f4f5f7;
  padding: 9.375em 0;
}
@media screen and (max-width: 767px) {
  .page_dress {
    padding: 9em 0 6em;
  }
}

.dress_ttl {
  font-size: 2.5em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .dress_ttl {
    font-size: 1.5em;
    margin-bottom: 40px;
  }
}

.dress_img {
  width: 500px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .dress_img {
    width: 100%;
  }
}

.dress_txt {
  font-size: 1.375em;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .dress_txt {
    font-size: 1.1em;
    margin-bottom: 40px;
  }
}

.list_dress {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4%;
}
@media screen and (max-width: 767px) {
  .list_dress {
    display: block;
    margin-bottom: 0;
  }
}
.list_dress li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .list_dress li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
}
.list_dress li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_dress li:last-child {
    margin-bottom: 0;
  }
}
.list_dress .list01 {
  height: 630px;
}
@media screen and (max-width: 767px) {
  .list_dress .list01 {
    height: auto;
  }
}
.list_dress .list02 {
  height: 315px;
}
@media screen and (max-width: 767px) {
  .list_dress .list02 {
    height: auto;
  }
}
.list_dress .list03 {
  height: 295px;
}
@media screen and (max-width: 767px) {
  .list_dress .list03 {
    height: auto;
  }
}
.list_dress_ttl {
  background: #ff969a;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  padding: 3.5px;
}
@media screen and (max-width: 767px) {
  .list_dress_ttl {
    font-size: 1.25em;
  }
}
.list_dress_txtarea {
  background: #fff;
  padding: 10px 45px;
  clear: both;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .list_dress_txtarea {
    padding: 15px;
  }
}
.list_dress_txtarea .code_ttl01 {
  font-size: 1.375em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_dress_txtarea .code_ttl01 {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
}
.list_dress_txtarea02 {
  background: #fff;
  padding: 25px 45px;
  clear: both;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .list_dress_txtarea02 {
    padding: 15px;
  }
}
.list_dress .list02_left {
  width: 40%;
  padding-right: 5%;
  font-size: 0.875em;
  float: left;
}
@media screen and (max-width: 767px) {
  .list_dress .list02_left {
    width: 100%;
    padding: 0 0 5%;
    float: inherit;
  }
}
.list_dress .list02_left span {
  display: block;
  font-size: 0.7em;
}
.list_dress .lh {
  line-height: 1.5;
}
.list_dress .list02_right {
  width: 60%;
  float: right;
  padding-left: 5%;
  border-left: 1px dotted #000;
}
@media screen and (max-width: 767px) {
  .list_dress .list02_right {
    width: 100%;
    padding: 5% 0 0;
    float: inherit;
    border-left: unset;
    border-top: 1px dotted #000;
  }
}
.list_dress_img {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.list_dress_right {
  width: 48%;
  float: right;
  font-size: 0.875em;
}
.list_dress .list_border {
  clear: both;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 35px;
  border-bottom: 1px dotted #000;
}
@media screen and (max-width: 767px) {
  .list_dress .list_border {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}
.list_dress .list_about {
  width: 100%;
}
.list_dress .list_about li {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_dress .list_about li {
    margin-bottom: 10px !important;
  }
}
.list_dress .list_about li:last-child {
  margin-bottom: 0;
}
.list_dress .list_about li .left {
  width: 25%;
}
.list_dress .list_about li .left02 {
  width: 35%;
  font-size: 0.875em;
}
.list_dress .list_about li .right {
  width: 75%;
}
.list_dress .list_about li .right a.border {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}
.list_dress .list_about li .right02 {
  width: 65%;
  font-size: 0.875em;
}
.list_dress .list_about li .right02 a.border {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}

.txt_center {
  text-align: center;
}
.txt_white {
  color: #fff !important;
}
.txt_22 {
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .txt_22 {
    font-size: 1.1em;
  }
}
.txt_ls_2px {
  letter-spacing: 2px;
}

#topcontrol {
  width: 35px;
  height: 35px;
  background: url(../images/pagetop.png) no-repeat center/auto 100%;
}

a.about_btn {
  max-width: 450px;
  text-align: center;
  font-size: 1.375em;
  border: 8px solid #040000;
  color: #040000;
  padding: 0.66em 1.5em;
}
@media screen and (max-width: 767px) {
  a.about_btn {
    font-size: 0.875em;
    padding: 0.5em 2em;
    border: 5px solid #040000;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
a.about_btn:hover {
  background: #040000;
  color: #fff;
}
a.btn {
  width: 450px;
  text-align: center;
  font-size: 1.875em;
  color: #fff;
  background: #ff969a;
  padding: 0.66em 15px;
  border: 8px solid #ff969a;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  a.btn {
    width: 100%;
    font-size: 1.25em;
    padding: 0.5em 15px;
    border: 5px solid #ff969a;
  }
}
a.btn:hover {
  background: #fff;
  color: #ff969a;
}
a.btn02 {
  width: 330px;
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  a.btn02 {
    width: 300px;
    font-size: 1.2em;
  }
}
a.btnslider {
  width: auto;
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  a.btnslider {
    width: 80%;
    font-size: 1em;
  }
}
a.sec06_btn {
  width: 100%;
  text-align: center;
  font-size: 1.875em;
  color: #fff;
  background: #82c7df;
  padding: 1em 15px;
  display: inline-block;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  a.sec06_btn {
    font-size: 1em;
    padding: 1.1em 15px;
    margin-bottom: 70px;
  }
}
a.soon_btn {
  pointer-events: none;
  width: 100%;
  text-align: center;
  font-size: 1.875em;
  color: #fff;
  background: #999;
  padding: 1em 15px;
  display: inline-block;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  a.soon_btn {
    font-size: 1em;
    padding: 1.1em 15px;
    margin-bottom: 70px;
  }
}
a.button {
  color: #fff;
  display: inline-block;
  padding: 1em;
  position: relative;
  background: #000;
}
a.btn_created {
  border: 5px solid #ff969a;
  font-size: 0.5em;
  display: inline-block;
  padding: 15px 30px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  a.btn_created {
    display: block;
    width: 80%;
    margin-top: 20px;
    padding: 15px 15px;
    margin: 20px auto 0;
  }
}
a.btn_created img {
  width: 40px;
  margin-left: 10px;
  vertical-align: middle;
}

#list_breadcrumb {
  font-size: 0.87em;
  padding: 1em 0;
  margin: 0;
  background: #f7f7f7;
}

.wp-pagenavi {
  margin: 60px -1em -1em 0;
  display: flex;
  flex-flow: wrap;
  font-weight: bold;
  font-size: 1.3125em;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 10vw;
    font-size: 1em;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 1em 1em 0;
  background: #040000;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #2b87cb;
}
.wp-pagenavi .current {
  background: #2b87cb;
}

.contactform {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr th {
  padding: 20px 1em 10px 0;
  text-align: left;
  vertical-align: top;
  width: 30%;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 1em;
    font-size: 1em;
  }
}
.contactform tr td {
  width: 70%;
  padding: 10px 0;
  text-align: left;
  font-size: 1.0625em;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 2em;
    font-size: 1em;
  }
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border-radius: 10px;
  border: none;
  background: #f7f7f7;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
}

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

select {
  width: 70%;
}
@media screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

textarea {
  height: 250px;
}

input#zip, input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input#zip, input#zip1 {
    width: 35% !important;
  }
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

.submit, .backBtn {
  max-width: 345px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #040000;
  transition: 0.3s;
  border-radius: 0;
  font-size: 1.3125em;
}
@media screen and (max-width: 767px) {
  .submit, .backBtn {
    font-size: 1.1em;
  }
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.backBtn {
  background: #2b87cb;
  margin-top: 1.5em;
}

.required {
  font-size: 0.6em;
  display: inline-block;
  margin-left: 2em;
  line-height: 1;
  background: #040000;
  color: #fff;
  padding: 0.5em 1em;
  vertical-align: middle;
}

.policy_p {
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: 50px;
}
.policy_p input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
}

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

.m30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .m30 {
    margin-bottom: 15px;
  }
}

.m50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .m50 {
    margin-bottom: 30px;
  }
}

.m80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .m80 {
    margin-bottom: 40px;
  }
}

.m90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .m90 {
    margin-bottom: 45px !important;
  }
}

.m100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .m100 {
    margin-bottom: 50px;
  }
}

.m120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .m120 {
    margin-bottom: 60px;
  }
}

.list_pagination {
  width: 100%;
  margin: 5% auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #040000;
  border-bottom: 1px solid #040000;
  font-size: 0.875em;
  padding: 2em 0;
}
.list_pagination li {
  width: 49%;
}
.list_pagination li.prev a {
  padding-left: 20px;
}
.list_pagination li.prev a:before {
  left: 0;
  transform: rotate(180deg);
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 20px;
}
.list_pagination li.next a:before {
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
}
.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 9px;
  top: 10px;
  background: url(../images/right_b.svg) no-repeat center;
}

.fadein {
  opacity: 0;
  transition: all 0.98s;
}
.fadein.fade_up {
  transform: translate(0, -30px);
}
.fadein.fade_down {
  transform: translate(0, 30px);
}
.fadein.fade_left {
  transform: translate(-50px, 0);
}
.fadein.fade_right {
  transform: translate(50px, 0);
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.gmap {
  margin-top: 60px;
  display: block;
  overflow: hidden;
  aspect-ratio: 2/1;
}
.gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .gmap {
    margin-top: 30px;
    aspect-ratio: 1/1;
  }
}

.lang-tabs {
  position: absolute;
  z-index: 2;
  right: 180px;
  top: 20px;
  display: flex;
  width: 300px;
  margin: 0 auto;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .lang-tabs {
    right: 140px;
    top: 25px;
    width: 150px;
  }
}
.lang-tabs .tab {
  width: 160px;
  padding: 8px 0;
  border: none;
  cursor: pointer;
  font-size: 1.4em;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lang-tabs .tab {
    font-size: 1em;
    width: 80px;
  }
}
.lang-tabs .tab:first-child {
  background: #000;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.lang-tabs .tab:first-child a {
  color: #fff;
}
.lang-tabs .tab:last-child {
  background: #fff;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  width: 140px;
}
@media screen and (max-width: 767px) {
  .lang-tabs .tab:last-child {
    width: 70px;
  }
}
.lang-tabs .tab:last-child a {
  color: #000;
}
.lang-tabs .tab:hover {
  opacity: 0.7;
}

.photo_img {
  width: 55%;
  margin: 0 auto 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .photo_img {
    width: 100%;
  }
}

.bg_red {
  background-color: #f04146;
}

.bg_half {
  background: linear-gradient(to right, #d8da33 50%, #82c7df 50%);
}
.bg_half .sec_inner_ttl:before {
  border-left: 5px solid #82c7df;
}

.list_img {
  display: flex;
}

.ttl_flower {
  font-weight: bold;
  font-size: 4em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ttl_flower {
    font-size: 2.3em;
  }
}