@charset "UTF-8";
/*
Theme Name: Swell Child
Template: swell
*/
html {
  color: #000;
  background: #fff;
}

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

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

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

a {
  text-decoration: none;
  color: currentColor;
}

a,
button {
  cursor: pointer;
}

p {
  margin: 0;
  line-height: 2;
}

strong {
  font-weight: 700;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

table {
  table-layout: fixed;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "yakuhan";
  src: url("font/YakuHanJP-Light.woff") format("woff");
}
@font-face {
  font-family: "sodabery";
  src: url("font/sodabery.woff") format("woff");
}
.menuArea, .shopArea .info, .frontAccess > div, .castList, .frontAbout .inner, .widArea, .castColWrap, .aboutTable, .wpcf7, .footer .inner {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .menuArea, .shopArea .info, .frontAccess > div, .castList, .frontAbout .inner, .widArea, .castColWrap, .aboutTable, .wpcf7, .footer .inner {
    width: 92%;
  }
}

.castList li, .castColWrap .nameArea .snsBox a, .hero .content a, .wpcf7 form input[type=submit],
.wpcf7 form button, .footer .footerSns a, .wp-block-buttons .wp-block-button a {
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}

body {
  font-size: 16px;
  font-family: "游ゴシック Medium", YuGothicM, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  width: 100%;
  color: #333;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
}

.shopArea .info table th, .shopArea .info table td, .frontAccess > div .content .ttlArea h2, .castList li .content, .castColWrap .nameArea .title, .castColWrap .sideCol .castEvent .item .content .ttl, .aboutTable table tr th, .hero .content .mainMenu a, ul.c-gnav li a {
  font-family: YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
}

.wrapper {
  overflow: hidden;
}

.br1200 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .br1200 {
    display: block;
  }
}

.br1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .br1000 {
    display: block;
  }
}

.br768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .br768 {
    display: block;
  }
}

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

.br480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .br480 {
    display: block;
  }
}

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

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes header {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.castList li figure img, .frontAbout .swiper-slide img, .frontAbout .bg img, .pageHeader .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes overlay {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  20% {
    left: 0;
    right: auto;
    width: 100%;
  }
  21% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
.toggleBtn {
  display: none;
  top: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 50px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .toggleBtn {
    width: 36px;
    height: 30px;
  }
}
.toggleBtn span {
  height: 6px;
  border-radius: 100px;
  background: #333;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.19, 0.72, 0.26, 0.79);
}
@media screen and (max-width: 768px) {
  .toggleBtn span {
    height: 4px;
  }
}
.toggleBtn span:nth-of-type(1) {
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(1) {
    transform: translateY(-7px);
  }
}
.toggleBtn span:nth-of-type(2) {
  background: #333;
}
.toggleBtn span:nth-of-type(3) {
  background: #333;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(3) {
    transform: translateY(7px);
  }
}
.toggleBtn.active span {
  height: 6px;
  border-radius: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .toggleBtn.active span {
    height: 4px;
  }
}
.toggleBtn.active span:nth-of-type(1) {
  transform: translateY(100%) rotate(45deg);
}
.toggleBtn.active span:nth-of-type(2) {
  transform: rotate(-405deg);
}
.toggleBtn.active span:nth-of-type(3) {
  transform: translateY(-100%) rotate(-45deg);
}

html body {
  background: #ffe9f4;
}
html body main {
  padding-top: 80px;
}

html body {
  color: #c165a5;
}

header#header {
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid white;
}
header#header.l-header {
  position: absolute;
  top: 0;
  background: transparent;
  box-shadow: none;
}
header#header.l-header * {
  color: white;
}
header#header.l-header .l-header__logo {
  padding: 0;
  margin: 0;
}
header#header.l-header .l-header__logo > h1 > a {
  font-size: clamp(14px, 2vw, 20px);
}
header#header.l-header .l-container {
  max-width: 100%;
}
.page-top header#header {
  border: none;
}
.page-top header#header * {
  color: #c165a5 !important;
}

#fix_header * {
  color: #c165a5 !important;
}

.-txt .c-headLogo__link {
  font-size: clamp(14px, 2vw, 20px);
}

ul.c-gnav li {
  display: flex;
  align-items: center;
}
ul.c-gnav li a {
  padding: 1em;
  letter-spacing: 0.05em;
}
ul.c-gnav li a:after {
  background: #c165a5;
}

.page-top header#header.l-header .l-header__logo {
  filter: none;
}
@media screen and (max-width: 768px) {
  .page-top main {
    padding-top: 0;
  }
}

.page-template-template-free main {
  width: 100%;
  display: block;
}
.page-template-template-free #content, .page-template-template-free #content.l-content {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.wp-block-buttons .wp-block-button a {
  position: relative;
  z-index: 1;
  background: #c165a5;
  color: white;
  display: block;
  font-family: "Zen Maru Gothic", "zen-maru-gothic", sans-serif;
  min-width: 320px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) {
  .wp-block-buttons .wp-block-button a:hover {
    opacity: 0.7;
  }
}
.wp-block-buttons .wp-block-button a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.86%22%20height%3D%227.171%22%20viewBox%3D%220%200%2026.86%207.171%22%3E%0D%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_13095%22%20data-name%3D%22%E3%83%91%E3%82%B9%2013095%22%20d%3D%22M-5.369-15h25.86L15.037-19.23v6.171%22%20transform%3D%22translate%285.869%2019.73%29%22%20fill%3D%22none%22%20stroke%3D%22%2333b5b1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 10px;
  filter: brightness(0) invert(1);
}

.titleArea {
  margin-bottom: 1.5em;
}
.titleArea p {
  text-align: center;
  font-family: "Limelight";
  font-size: clamp(40px, 6vw, 70px);
  line-height: 1.2;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 1em;
}
.titleArea h2 {
  text-align: center;
  font-family: "Zen Maru Gothic", "zen-maru-gothic", sans-serif;
  color: #33b5b1;
  font-weight: bold;
}

.pageHeader {
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageHeader {
    height: 400px;
  }
}
.page-about .pageHeader {
  margin-bottom: 0;
}
.pageHeader .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pageHeader .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pageHeader .img img {
  -o-object-position: center 20%;
     object-position: center 20%;
}
.pageHeader .content {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.pageHeader .content .eng {
  font-family: "Limelight";
  font-size: clamp(50px, 7vw, 70px);
  color: white;
  line-height: 1;
  margin-bottom: 0.1em;
  text-transform: capitalize;
}
.pageHeader .content .title {
  font-size: clamp(18px, 3vw, 24px);
  font-family: "Zen Maru Gothic", "zen-maru-gothic", sans-serif;
  color: white;
}
.pageHeader #breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
  border-radius: 0 10px 0 0;
}
.pageHeader #breadcrumb * {
  box-shadow: none;
}

.footer {
  background: rgba(193, 101, 165, 0.2);
}
.footer .inner {
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    flex-direction: column;
  }
}
.footer .left .footerLogo {
  width: 240px;
  margin-bottom: 1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer .left .footerLogo {
    width: 180px;
  }
}
.footer .right ul li a {
  font-size: 0.9em;
  padding: 0.5em;
  display: block;
}
.footer .copy {
  color: white;
  text-align: center;
  font-size: 12px;
  padding: 0.5em 0;
  background: #c165a5;
}
.footer .footerSns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 60px 60px 80px;
  gap: 20px;
}
.footer .footerSns a {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border: 2px solid #c165a5;
}
@media screen and (min-width: 769px) {
  .footer .footerSns a:hover {
    background: #c165a5;
  }
  .footer .footerSns a:hover img {
    filter: brightness(0) invert(1);
  }
}

.wpcf7 {
  max-width: 1000px !important;
  margin: 0 auto !important;
}
.wpcf7 .item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.wpcf7 .item br {
  display: none;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item {
    flex-wrap: wrap;
  }
}
.wpcf7 .item .text {
  width: 25%;
  min-width: 240px;
  text-align: center;
  background: #33b5b1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item .text {
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
  }
}
.wpcf7 .item .labelWrap {
  width: 75%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item .labelWrap {
    width: 100%;
  }
}
.wpcf7 .item .labelWrap input[type=text],
.wpcf7 .item .labelWrap input[type=email],
.wpcf7 .item .labelWrap input[type=url],
.wpcf7 .item .labelWrap input[type=tel],
.wpcf7 .item .labelWrap input[type=number],
.wpcf7 .item .labelWrap input[type=date],
.wpcf7 .item .labelWrap textarea {
  width: 100% !important;
  line-height: 2;
  margin-left: -1px;
  box-sizing: border-box;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item .labelWrap input[type=text],
  .wpcf7 .item .labelWrap input[type=email],
  .wpcf7 .item .labelWrap input[type=url],
  .wpcf7 .item .labelWrap input[type=tel],
  .wpcf7 .item .labelWrap input[type=number],
  .wpcf7 .item .labelWrap input[type=date],
  .wpcf7 .item .labelWrap textarea {
    margin-left: 0;
    margin-top: -1px;
  }
}
.wpcf7 .item .labelWrap textarea {
  line-height: 1.5;
}
.wpcf7 .item .labelWrap .wpcf7-radio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.wpcf7 .item .labelWrap > p {
  width: 100%;
}
.wpcf7 form input[type=submit],
.wpcf7 form button {
  width: 240px;
  text-align: center;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  background: #c165a5;
  color: white;
  display: block;
  font-family: "Zen Maru Gothic", "zen-maru-gothic", sans-serif;
  min-width: 320px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  color: white;
  height: 60px;
}
@media screen and (min-width: 769px) {
  .wpcf7 form input[type=submit]:hover,
  .wpcf7 form button:hover {
    opacity: 0.7;
  }
}
.wpcf7 form input[type=submit]:after,
.wpcf7 form button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.86%22%20height%3D%227.171%22%20viewBox%3D%220%200%2026.86%207.171%22%3E%0D%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_13095%22%20data-name%3D%22%E3%83%91%E3%82%B9%2013095%22%20d%3D%22M-5.369-15h25.86L15.037-19.23v6.171%22%20transform%3D%22translate%285.869%2019.73%29%22%20fill%3D%22none%22%20stroke%3D%22%2333b5b1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 10px;
  filter: brightness(0) invert(1);
}
.wpcf7 form input[type=submit] *,
.wpcf7 form button * {
  color: white;
}
.wpcf7 .resultWrap {
  display: flex;
  margin-bottom: 1.6em;
}
.wpcf7 .resultWrap br {
  display: none;
}
.wpcf7 .resultWrap > span {
  padding: 10px;
  padding-right: 0;
  padding-left: 0;
}
.wpcf7 span.wpcf7-form-control-wrap.address1 {
  padding: 10px;
  padding-right: 0;
}
.wpcf7 span.wpcf7-form-control-wrap.idcard {
  padding: 10px;
  padding-right: 0;
}
.wpcf7 .title.bank {
  padding: 1em;
  text-align: left;
}
.wpcf7 .title.bank br {
  display: block;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.hero {
  margin: 0 80px;
  margin-bottom: 80px;
  background: #c165a5;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero {
    margin: 0;
    margin-bottom: 80px;
  }
}
.hero > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero .content {
  width: 65%;
  color: white;
  padding: 40px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .content > div {
  min-width: 500px;
}
@media screen and (min-width: 1600px) {
  .hero .content > div {
    min-width: 800px;
  }
}
@media screen and (max-width: 1000px) {
  .hero .content > div {
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .hero .content {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 2;
    bottom: 0;
  }
}
.hero .content .lg {
  font-family: "Zen Maru Gothic", "zen-maru-gothic", sans-serif;
  font-size: clamp(30px, 6vw, 70px);
  margin: 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .hero .content .mainMenu {
    width: 100%;
  }
}
.hero .content .mainMenu p {
  margin-bottom: 0;
}
.hero .content .mainMenu a {
  font-size: clamp(16px, 2vw, 24px);
  border-bottom: 1px solid white;
  display: block;
  padding: 1em 0 0.5em;
}
.hero .content .subMenu > div {
  display: flex;
  flex-wrap: wrap;
}
.hero .content .subMenu > div p {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .hero .content a:hover {
    opacity: 0.7;
  }
}
.hero .videoWrap {
  width: 35%;
  position: relative;
  z-index: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .hero .videoWrap {
    width: 100%;
  }
}
.hero .videoWrap * {
  margin: 0 !important;
}
.hero .videoWrap video {
  opacity: 1;
}
.hero .videoWrap figure:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  z-index: -1;
  filter: blur(4px);
}
@media screen and (max-width: 768px) {
  .hero .videoWrap figure:nth-of-type(1) {
    display: none;
  }
}
.hero .videoWrap figure:nth-of-type(2) {
  padding-right: 10%;
}
@media screen and (max-width: 768px) {
  .hero .videoWrap figure:nth-of-type(2) {
    padding-right: 0;
    filter: brightness(0.7);
  }
}

.aboutTable {
  background: white;
  max-width: 800px;
  border-radius: 10px;
  overflow: hidden;
}
.aboutTable table tr:last-child th, .aboutTable table tr:last-child td {
  border: none;
}
.aboutTable table tr th,
.aboutTable table tr td {
  border: none;
  padding: 1em;
  color: #c165a5;
  border-bottom: 1px solid #c165a5;
}
.aboutTable table tr th {
  width: 25%;
}
.aboutTable table tr td {
  width: 75%;
}

.post_content h2 {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  background: none;
  text-align: center;
  color: #c165a5;
  letter-spacing: 0.1em;
}
.post_content h2:before {
  display: none;
}

.l-header__customBtn {
  display: none;
}

.single-cast header {
  padding-left: 30px;
  padding-right: 30px;
}
.single-cast #fix_header {
  padding-left: 30px;
  padding-right: 30px;
}
.single-cast .l-container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.single-cast main {
  padding: 0;
}

.castHeader {
  padding: 60px;
  padding-top: 100px;
  background: rgba(193, 101, 165, 0.5);
}
@media screen and (max-width: 768px) {
  .castHeader {
    padding-bottom: 20px;
  }
}

.swell-block-faq dt.faq_q:before {
  font-family: "Limelight";
  background: #c165a5;
  color: white;
  border: none;
  border-radius: 999px;
}
.swell-block-faq dd.faq_a:before {
  font-family: "Limelight";
  color: #c165a5;
  background: white;
  border: none;
  border-radius: 999px;
}

.castColWrap {
  padding: clamp(40px, 8vw, 80px) 0;
  display: flex;
  max-width: 1280px;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .castColWrap {
    flex-wrap: wrap;
  }
}
.castColWrap .mainCol {
  width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .castColWrap .mainCol {
    margin-right: 0;
  }
}
.castColWrap .sideCol {
  width: 340px;
  min-width: 340px;
}
@media screen and (max-width: 768px) {
  .castColWrap .sideCol {
    width: 100%;
  }
}
.castColWrap .sideCol .castEvent {
  background: white;
  border-radius: 10px;
  border: 1px solid #c165a5;
  width: 100%;
  overflow: hidden;
}
.castColWrap .sideCol .castEvent .item {
  display: flex;
  width: 100%;
}
.castColWrap .sideCol .castEvent .item .img {
  width: 30%;
}
.castColWrap .sideCol .castEvent .item .img img {
  vertical-align: bottom;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.castColWrap .sideCol .castEvent .item .content {
  width: 70%;
  padding: 1em;
}
.castColWrap .sideCol .castEvent .item .content time {
  width: 100%;
  display: block;
  border-radius: 99px;
  text-align: center;
  padding: 0.4em 0 0.2em;
  color: white;
  background: #c165a5;
  margin-bottom: 1em;
  font-size: 12px;
  font-family: "Limelight";
}
.castColWrap .sideCol .castEvent .item .content .ttl {
  font-size: 1.1em;
  color: #c165a5;
}
.castColWrap .nameArea {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 1em;
  border-bottom: 2px solid #c165a5;
  margin-bottom: 2em;
}
.castColWrap .nameArea .title {
  margin: 0;
  font-size: clamp(20px, 3vw, 32px);
  color: #c165a5;
}
.castColWrap .nameArea .snsBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.castColWrap .nameArea .snsBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border: 2px solid #c165a5;
  width: 50px;
  height: 50px;
  margin-left: 0.5em;
}
@media screen and (min-width: 769px) {
  .castColWrap .nameArea .snsBox a:hover {
    background: #c165a5;
  }
  .castColWrap .nameArea .snsBox a:hover img {
    filter: brightness(0) invert(1);
  }
}
.castColWrap .castFaq .item {
  margin-bottom: 1.5em;
}
.castColWrap .castFaq dt,
.castColWrap .castFaq dd {
  padding: 1em;
  display: flex;
  align-items: center;
}
.castColWrap .castFaq dt {
  background: #c165a5;
  color: white;
  border-radius: 1em 1em 0 0;
}
.castColWrap .castFaq dt:before {
  content: "Q";
  font-family: "Limelight";
  font-size: 40px;
  line-height: 1;
  margin-right: 0.5em;
  color: currentColor;
}
.castColWrap .castFaq dd {
  background: white;
  color: #c165a5;
  border-radius: 0 0 1em 1em;
}
.castColWrap .castFaq dd:before {
  content: "A";
  font-family: "Limelight";
  font-size: 40px;
  line-height: 1;
  margin-right: 0.5em;
  color: currentColor;
}

.frontAbout {
  position: relative;
  overflow: hidden;
}
.frontAbout .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.frontAbout .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
}
.frontAbout .swiper-slide {
  position: relative;
}
.frontAbout .swiper-slide:before {
  content: "";
  padding-top: 140%;
  display: block;
}
@media screen and (max-width: 768px) {
  .frontAbout .inner {
    padding: 0;
    width: 100%;
  }
}
.frontAbout .inner > div {
  display: flex;
}
.frontAbout .inner > div figure {
  margin: 0;
  padding: 0;
}
.frontAbout .inner > div div {
  margin: 0;
}
.frontAbout .inner .img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .frontAbout .inner .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
  }
}
.frontAbout .inner .content {
  width: 58%;
  padding: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .frontAbout .inner .content {
    width: 100%;
    padding: 20px;
    min-height: 500px;
    text-align: center;
  }
}
.frontAbout .inner .content * {
  color: white;
}
.frontAbout .inner .content p {
  font-family: "Zen Maru Gothic", "zen-maru-gothic", sans-serif;
  font-size: clamp(20px, 3vw, 32px);
}
.frontAbout .inner .content p.lg {
  padding: 1em 1.5em;
  position: relative;
}
.frontAbout .inner .content p.lg strong {
  font-size: 1.1em;
}
.frontAbout .inner .content p.lg:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2249%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2249%22%20id%3D%22screenshot-0a82d35b-ad05-80b5-8006-afc18f9f1c37%22%20viewBox%3D%22-985%205618%2049%2049%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22none%22%20version%3D%221.1%22%3E%3Cg%20id%3D%22shape-0a82d35b-ad05-80b5-8006-afc18f9f1c37%22%3E%3Cg%20class%3D%22fills%22%20id%3D%22fills-0a82d35b-ad05-80b5-8006-afc18f9f1c37%22%3E%3Cpath%20d%3D%22M-985%2C5618L-936%2C5618L-985%2C5667L-985%2C5618%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22strokes-b5e8bbcc-aab0-8019-8006-b4b0cefc413c-0a82d35b-ad05-80b5-8006-afc18f9f1c37%22%20class%3D%22strokes%22%3E%3Cg%20class%3D%22inner-stroke-shape%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22inner-stroke-render-1-0a82d35b-ad05-80b5-8006-afc18f9f1c37-0%22%3E%3Cuse%20href%3D%22%23stroke-shape-render-1-0a82d35b-ad05-80b5-8006-afc18f9f1c37-0%22%2F%3E%3C%2FclipPath%3E%3Cpath%20d%3D%22M-985%2C5618L-936%2C5618L-985%2C5667L-985%2C5618%22%20id%3D%22stroke-shape-render-1-0a82d35b-ad05-80b5-8006-afc18f9f1c37-0%22%20style%3D%22fill%3A%20none%3B%20stroke-width%3A%204%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%20stroke-opacity%3A%201%3B%22%2F%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23stroke-shape-render-1-0a82d35b-ad05-80b5-8006-afc18f9f1c37-0%22%20clip-path%3D%22url%28%27%23inner-stroke-render-1-0a82d35b-ad05-80b5-8006-afc18f9f1c37-0%27%29%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.frontAbout .inner .content p.lg:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2249%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2249%22%20id%3D%22screenshot-0a82d35b-ad05-80b5-8006-afc18f9f1c37%22%20viewBox%3D%22-985%205618%2049%2049%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22none%22%20version%3D%221.1%22%3E%3Cg%20id%3D%22shape-0a82d35b-ad05-80b5-8006-afc18f9f1c37%22%3E%3Cg%20class%3D%22fills%22%20id%3D%22fills-0a82d35b-ad05-80b5-8006-afc18f9f1c37%22%3E%3Cpath%20d%3D%22M-985%2C5618L-936%2C5618L-985%2C5667L-985%2C5618%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22strokes-b5e8bbcc-aab0-8019-8006-b4b0cefc413c-0a82d35b-ad05-80b5-8006-afc18f9f1c37%22%20class%3D%22strokes%22%3E%3Cg%20class%3D%22inner-stroke-shape%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22inner-stroke-render-1-0a82d35b-ad05-80b5-8006-afc18f9f1c37-0%22%3E%3Cuse%20href%3D%22%23stroke-shape-render-1-0a82d35b-ad05-80b5-8006-afc18f9f1c37-0%22%2F%3E%3C%2FclipPath%3E%3Cpath%20d%3D%22M-985%2C5618L-936%2C5618L-985%2C5667L-985%2C5618%22%20id%3D%22stroke-shape-render-1-0a82d35b-ad05-80b5-8006-afc18f9f1c37-0%22%20style%3D%22fill%3A%20none%3B%20stroke-width%3A%204%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%20stroke-opacity%3A%201%3B%22%2F%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23stroke-shape-render-1-0a82d35b-ad05-80b5-8006-afc18f9f1c37-0%22%20clip-path%3D%22url%28%27%23inner-stroke-render-1-0a82d35b-ad05-80b5-8006-afc18f9f1c37-0%27%29%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.castList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1600px;
}
.castList:after {
  content: "";
  width: 22.5%;
}
.castList:before {
  order: 999;
  content: "";
  width: 22.5%;
}
.castList li {
  width: 22.5%;
  background: white;
  color: #c165a5;
  box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.15), 0 18px 36px -18px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) {
  .castList li:hover {
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 768px) {
  .castList li {
    width: 48.5%;
  }
}
.castList li .content {
  padding: 1em;
}
.castList li figure {
  position: relative;
}
.castList li figure:before {
  content: "";
  display: block;
  padding-top: 120%;
}
.castList li figure img {
  -o-object-position: top;
     object-position: top;
}

.engTitle {
  font-family: "Limelight";
  font-size: clamp(30px, 5vw, 54px) !important;
  line-height: 1;
  color: #c165a5;
  text-align: center;
}

.frontCast {
  padding: clamp(40px, 8vw, 80px) 0;
}
.frontCast ul {
  margin-bottom: 2.5em;
}

.frontAccess {
  padding: clamp(40px, 8vw, 80px) 0;
  padding-bottom: 0;
}
.frontAccess > div {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .frontAccess > div {
    flex-wrap: wrap;
  }
}
.frontAccess > div figure {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .frontAccess > div figure {
    width: 100%;
  }
}
.frontAccess > div .content {
  width: 48%;
  color: #c165a5;
}
@media screen and (max-width: 768px) {
  .frontAccess > div .content {
    width: 100%;
    padding: 2.5em;
  }
}
.frontAccess > div .content .ttlArea {
  margin-bottom: 1.5em;
}
.frontAccess > div .content .ttlArea * {
  margin: 0;
}
.frontAccess > div .content em {
  font-family: "Limelight";
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1;
}
.frontAccess > div .content p {
  margin-bottom: 0.25em;
}

/* Contact Form 7 カスタムスタイル */
.contact-form-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.form-row {
  margin-bottom: 25px;
}
.form-row br {
  display: none;
}

.form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333333;
  font-size: 16px;
}

.required {
  color: #e74c3c;
  font-weight: bold;
}

/* 入力フィールド共通スタイル */
.form-control {
  width: 100% !important;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-control:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

/* テキストエリア */
textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

/* セレクトボックス */
select.form-control {
  cursor: pointer;
  background: #ffffff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat right 12px center;
  background-size: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス行 */
.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.checkbox-input {
  margin: 0;
  margin-top: 4px;
  width: 18px !important;
  height: 18px;
  cursor: pointer;
}

.checkbox-row label {
  margin: 0;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.5;
}

.checkbox-row a {
  color: #3498db;
  text-decoration: underline;
}

.checkbox-row a:hover {
  color: #2980b9;
}

/* 送信ボタン */
.submit-row {
  text-align: center;
  margin-top: 35px;
}

.submit-btn {
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
  min-width: 160px;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
  background: linear-gradient(135deg, #2980b9, #3498db);
}

.submit-btn:active {
  transform: translateY(0);
}

/* エラーメッセージ */
.wpcf7-form .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

.wpcf7-form .wpcf7-not-valid {
  border-color: #e74c3c !important;
}

/* 成功・エラーメッセージ */
.wpcf7-response-output {
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
  font-weight: 500;
}

.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted,
.wpcf7-validation-errors {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* スピナー（送信中） */
.wpcf7-form.submitting .submit-btn {
  position: relative;
  color: transparent;
}

.wpcf7-form.submitting .submit-btn:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  border: 2px solid transparent;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .contact-form-wrapper {
    padding: 20px;
    margin: 10px;
  }
  .form-control {
    font-size: 16px; /* iOS zoom prevention */
  }
  .submit-btn {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .contact-form-wrapper {
    padding: 15px;
  }
  .form-row {
    margin-bottom: 20px;
  }
}
/* Focus trap for accessibility */
.form-control:focus-visible {
  outline: 2px solid #3498db;
  outline-offset: 2px;
}

.castSearchContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5em;
}
.castSearchContainer input {
  max-width: 500px;
  height: 60px;
  border-radius: 99px;
  border: 1px solid #c165a5;
  background: white;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.5em;
}

.shopArea figure img {
  width: 100%;
}
.shopArea .info {
  background: white;
  margin-top: -100px;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.shopArea .info table tr:last-child th, .shopArea .info table tr:last-child td {
  border-bottom: none;
}
.shopArea .info table th, .shopArea .info table td {
  color: #c165a5;
  padding: 1em;
  border: none;
  border-bottom: 1px solid #c165a5;
}
.shopArea .info table td:nth-of-type(1) {
  width: 25%;
}
.shopArea .info table td:nth-of-type(2) {
  width: 75%;
}

.mapArea {
  padding: clamp(40px, 8vw, 80px) 0;
}
.mapArea iframe {
  width: 100% !important;
}

.page-menu #content {
  padding: 0;
}

.menuArea {
  position: relative;
  padding: 60px 160px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .menuArea {
    padding: 20px;
  }
}
.menuArea * {
  color: #c165a5;
}
.menuArea:before {
  content: "";
  background: url("img/menu-bg.svg") no-repeat center top/100% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
.menuArea:after {
  content: "";
  background: url("img/menu-bg-bottom.svg") no-repeat center bottom/100% auto;
  position: absolute;
  top: 300px;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.menuArea h2 {
  margin-bottom: 0;
  padding-top: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .menuArea h2 {
    padding-top: 60px;
  }
}
.menuArea h3 {
  color: #c165a5;
  margin-bottom: 0;
}
.menuArea h3:nth-of-type(1) {
  margin-top: 0;
}
.menuArea h3:before {
  display: none;
}
.menuArea table {
  position: relative;
  z-index: 1;
}
.menuArea table td {
  border: none;
}
.menuArea table td:nth-of-type(2) {
  text-align: right;
}
.menuArea .images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menuArea .images figure {
  width: 100px;
  position: absolute;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .menuArea .images figure {
    opacity: 0.1;
  }
}
.menuArea .images figure:nth-of-type(1) {
  width: 160px;
  top: 15%;
  left: 20px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .menuArea .images figure:nth-of-type(1) {
    opacity: 0.2;
  }
}
.menuArea .images figure:nth-of-type(2) {
  top: 50%;
  left: 20px;
}
.menuArea .images figure:nth-of-type(3) {
  top: 80%;
  left: 20px;
}
.menuArea .images figure:nth-of-type(4) {
  top: 30%;
  right: 20px;
}
.menuArea .images figure:nth-of-type(5) {
  top: 70%;
  right: 20px;
}

#shopMap {
  height: 500px;
  width: 100%;
}

.thumbnail-swiper .swiper-slide {
  width: auto !important;
}/*# sourceMappingURL=style.css.map */