@charset "UTF-8";
#witch .color-1 {
  color: #D4AF37;
}
#witch .color-btn1 {
  color: #b18711 !important;
}
#witch .color-btn2 {
  color: #697c82 !important;
}
#witch .color-btn3 {
  color: #01b097 !important;
}
#witch .color-btn4 {
  color: #dc6767 !important;
}
#witch .color-999 {
  color: #989898;
}
#witch .bg-1 {
  background-color: #D4AF37;
}
#witch .underline {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}
#witch .underline--color1 {
  text-decoration-color: #D4AF37;
}
#witch .underline--color2 {
  text-decoration-color: #BFC5CA;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
				共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body#witch {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

#witch *,
#witch *::before,
#witch *::after {
  box-sizing: border-box;
}
#witch * {
  margin: 0;
}
#witch picture,
#witch video,
#witch canvas,
#witch svg {
  display: block;
  max-width: 100%;
}
#witch input,
#witch button,
#witch textarea,
#witch select {
  font: inherit;
}
#witch p,
#witch h1,
#witch h2,
#witch h3,
#witch h4,
#witch h5,
#witch h6 {
  overflow-wrap: break-word;
}
#witch #root,
#witch #__next {
  isolation: isolate;
}
#witch ul {
  padding-inline-start: 0;
}
#witch a {
  word-wrap: break-word !important;
}

/*--------------------------------
#witch header
---------------------------------*/
#witch header {
  padding: 5px 30px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 100px 100px;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
#witch header svg {
  width: 100%;
  height: 100%;
}
#witch header > div a {
  text-decoration: none;
  color: #000;
  text-align: left;
  transition: all 0.3s;
}
#witch header > div a:hover {
  color: #f7072b;
}
#witch header > div a span {
  display: block;
}
#witch header > div a span.en {
  font-family: adelle, serif !important;
  font-size: 18px;
}
#witch header > div a span.ja {
  font-size: 14px;
}

/*--------------------------------
#witch footer
---------------------------------*/
#witch footer {
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  font-family: sans-serif !important;
}
#witch footer .footer_in {
  display: grid;
  grid-template-columns: auto 230px;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
#witch footer .links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
#witch footer .cjt {
  margin-left: auto;
}
#witch footer .links a {
  display: block;
  position: relative;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1px;
  transition: 300ms ease;
  color: #000;
  text-decoration: none;
}
#witch footer .cjt_logo {
  /* width: 60px; */
  margin-left: auto;
}
#witch footer .copy {
  margin-top: 10px;
  font-weight: 100;
  font-size: 10px;
  font-family: neue-haas-grotesk-display, a-otfgothicmb101pr6r, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif !important;
  letter-spacing: 1px;
}

/* util */
#witch .pc {
  display: block !important;
}
#witch .sp {
  display: none !important;
}
#witch i {
  font-family: "Font Awesome 5 Free";
}
#witch ul, #witch li {
  list-style: none;
}
#witch img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}
#witch .wrapper {
  width: 100%;
  margin: 0 auto;
}
#witch .textlink {
  color: #B9FFF7;
  text-decoration: underline;
  transition: all 0.3s;
  word-wrap: break-word;
}
#witch .col-bla .textlink {
  color: #004CAF;
}
#witch .textlink:hover {
  color: rgb(21, 236, 255);
}
#witch .mar-5 {
  margin-top: 5px;
}
#witch .mar-15 {
  margin-top: 15px;
}
#witch .mar-25 {
  margin-top: 25px;
}
#witch .mar-35 {
  margin-top: 35px;
}
#witch .scpd {
  padding: 76px 0 0;
}
#witch .trsall {
  transition: all 0.3s;
}
#witch .hov:hover {
  opacity: 0.6;
}
#witch .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
#witch .grid {
  display: grid;
  gap: 32px;
}
#witch .colo-2 {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
#witch .colo-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
#witch .center-center {
  align-items: center;
  justify-content: center;
}
#witch .small {
  font-size: 14px !important;
  padding: 3px 0;
}
#witch .fadeUp {
  animation-name: fadeUpAnime;
  will-change: transform;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
#witch .bold {
  font-weight: 700;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#witch .list-dots {
  margin-left: 1.5em;
}
#witch .list-dots,
#witch .list-dots li {
  list-style-type: square;
}

#witch {
  position: relative;
  padding-top: 77.95px;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  z-index: 0;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  #witch {
    padding-top: 49px;
  }
}
#witch .cf:before, #witch .cf:after {
  content: "";
  display: table;
}
#witch .cf:after {
  clear: both;
}
#witch .cf {
  *zoom: 1;
}
#witch .pc {
  display: block;
}
#witch .sp {
  display: none;
}
#witch a {
  transition: 0.3s;
}
#witch a:hover {
  opacity: 0.7;
  animation: cont 0.5s;
}
#witch p {
  line-height: 1.4;
  text-align: left;
}

#witch {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #000;
  font-family: "Noto Sans JP", Meiryo, sans-serif, "ヒラギノ角ゴ", "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-image: url("/stc/witch/2026narita/img/bg-main.jpg");
  background-repeat: repeat;
  line-height: 1.4;
}
#witch .wrapper {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-width: 1060px;
}
#witch .hov,
#witch a {
  text-decoration: none;
  transition: all 0.3s ease;
}
#witch .hov:hover {
  -webkit-text-decoration: transparent;
  text-decoration: transparent;
  opacity: 0.6;
}
#witch .hov:active {
  cursor: pointer;
  -webkit-text-decoration: transparent;
  text-decoration: transparent;
  opacity: 0.6;
}
#witch section {
  position: relative;
}
#witch .content-box {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}
#witch .content-inner {
  width: 980px;
  /*width: 90.90909090%;*/
  margin: 0 auto;
  position: relative;
}
#witch .flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#witch .flexbox-bt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#witch .serif {
  font-family: "Noto Serif JP", sans-serif;
}
#witch .attention {
  font-size: 12px;
  margin: 20px 0;
  text-align: right;
}
#witch .ex {
  font-size: 16px;
  margin-top: 20px;
}
#witch .ruled {
  position: relative;
  padding-bottom: 120px;
}
#witch .ruled::before {
  content: "";
  position: absolute;
  width: 927px;
  height: 30px;
  display: block;
  left: 0;
  top: -15px;
  background-image: url("/stc/witch/2026narita/img/ruled-line.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/*ボタンエリア*/
#witch .reserve_info {
  text-align: center;
}
#witch .reserve_info > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
#witch .reserve_info h3 {
  color: #db0000;
  font-size: 16px;
  font-weight: 700;
}
#witch .reserve_info p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
#witch .reserve_info .attention {
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
}
#witch .reserve_info .attention--2.attention {
  margin-top: 0;
  color: #000;
  text-align: left;
}
#witch .reserve_info .attention--3.attention {
  font-size: 12px;
  margin: 10px auto 0;
  color: #555;
}
#witch .reserve_info .attention a {
  color: #28a3f2;
}
#witch .attention-color {
  color: #d70404;
}

#witch .reserve {
  margin-top: 26px;
  width: 100%;
  max-width: 485px;
  padding: 15px 5px;
  box-sizing: border-box;
  border-radius: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  background: #3d91f1;
  background: linear-gradient(90deg, #739af7 0%, hsl(263, 90%, 81%) 100%);
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #witch .reserve {
    margin-top: 20px;
  }
}
#witch .reserve--1.reserve {
  background: #708389;
  background: linear-gradient(-90deg, #b7bcce 0%, #7e9399 100%);
}
#witch .reserve--2.reserve {
  background: #AD8211;
  background: linear-gradient(220.55deg, #f4cf6a 0%, #AD8211 100%);
}
#witch .reserve--3.reserve {
  background: #86c774;
  background: linear-gradient(90deg, #5cd957 0%, #89ddee 100%);
}
#witch .reserve--4.reserve {
  background: #f77373;
  background: linear-gradient(90deg, #f77373 0%, #faa2b7 100%);
}
#witch .reserve::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 25px;
  transition: 0.3s;
}
#witch .reserve:hover::after {
  right: 10px;
}

#witch p.reserve {
  margin-top: 30px;
  width: 100%;
  max-width: 485px;
  padding: 25px 5px;
  box-sizing: border-box;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  background: rgb(247, 115, 115);
  background: linear-gradient(90deg, rgb(75, 75, 75) 0%, rgb(115, 115, 115) 100%);
  display: inline-block;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  position: relative;
  text-align: center;
}

#witch p.reserve::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 25px;
  transition: 0.3s;
}

#witch .reserve2 {
  margin-bottom: 90px;
}
#witch .reserve2 .reserve--transportation {
  margin-top: 40px;
  width: 80%;
  max-width: 485px;
  padding: 24px 5px;
  box-sizing: border-box;
  border-radius: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  background: linear-gradient(90deg, #739af7 0%, hsl(263, 90%, 81%) 100%);
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
}
#witch .reserve2 .reserve--transportation::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 25px;
  transition: 0.3s;
}

#witch .sologo {
  max-width: 185px;
  margin: 10px auto;
}

/*メイントップ*/
#witch main {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  background-image: url("/stc/witch/2026narita/img/bg-top.jpg");
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  padding: 70px 0;
}
#witch main img {
  display: inline-block;
  width: 100%;
}
#witch main .content-box > img {
  margin-bottom: 20px;
}
#witch main .mainimage {
  gap: 14px;
}
@media screen and (max-width: 750px) {
  #witch main .mainimage {
    gap: 7px;
  }
}
#witch .mainimage-wrapper {
  margin-top: 10px;
  flex: 1;
  aspect-ratio: 4/3;
  overflow: hidden;
}
#witch .mainimage-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; /* はみ出した部分をトリミング */
  display: block;
}
#witch .flexbox-bt:first-of-type {
  align-items: center;
}
#witch .main-l {
  width: 50%;
}
#witch .main-r {
  width: 38%;
}
#witch .main-r p {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  margin-top: 5px;
}

/*アンカーボタン*/
#witch .btn-anchor a {
  margin-top: 60px;
  margin-right: 20px;
  width: 400px;
  max-width: 485px;
  padding: 15px 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  background: #3d91f1;
  background: linear-gradient(90deg, #739af7 0%, hsl(263, 90%, 81%) 100%);
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
}
#witch .btn-anchor a::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 25px;
  transition: 0.3s;
}

/*キャスト*/
#witch .cast {
  margin-bottom: 90px;
}
#witch .cast h2 img {
  max-width: 800px;
  width: 100%;
}
#witch .cast-list {
  margin: 30px 0;
}
#witch .cast-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
#witch .cast-list ul li {
  width: 230px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
#witch .cast-list ul li:nth-child(1) {
  margin-left: 125px;
}
#witch .cast-list ul li:nth-child(3) {
  margin-right: 125px;
}
#witch .cast h3,
#witch .reserve_info .reserve_info__heading {
  margin: 20px 0 0;
  font-weight: bold;
  margin-top: 10px;
  font-size: 27px;
  padding: 15px 95px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  color: #cba6e4;
  border-top: 8px double #cba6e4;
  border-bottom: 8px double #cba6e4;
}
@media screen and (max-width: 750px) {
  #witch .cast h3,
  #witch .reserve_info .reserve_info__heading {
    padding: 10px 27px;
    font-size: 27px;
  }
}
#witch .cast h3:before, #witch .cast h3:after,
#witch .reserve_info .reserve_info__heading:before,
#witch .reserve_info .reserve_info__heading:after {
  content: "";
  display: block;
  width: 90px;
  height: 82px;
  background: url("/stc/witch/2026narita/img/table-icon.png") center no-repeat;
  background-size: contain;
  top: 50%;
  position: absolute;
  left: auto;
}
@media screen and (max-width: 750px) {
  #witch .cast h3:before, #witch .cast h3:after,
  #witch .reserve_info .reserve_info__heading:before,
  #witch .reserve_info .reserve_info__heading:after {
    width: 60px;
    height: 60px;
  }
}
#witch .cast h3:after,
#witch .reserve_info .reserve_info__heading:after {
  right: -30px;
  transform: translateY(-50%);
}
#witch .cast h3:before,
#witch .reserve_info .reserve_info__heading:before {
  left: -30px;
  transform: scale(-1, 1) translateY(-50%);
}
#witch .reserve_info .reserve_info__heading {
  margin-top: 20px;
  padding: 10px 45px;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  #witch .reserve_info .reserve_info__heading {
    font-size: 16px;
  }
}
#witch .reserve_info .reserve_info__heading:before, #witch .reserve_info .reserve_info__heading:after {
  width: 40px;
  height: 40px;
}
#witch .reserve_info .reserve_info__heading:after {
  right: -10px;
  transform: translateY(-50%);
}
#witch .reserve_info .reserve_info__heading:before {
  left: -10px;
  transform: scale(-1, 1) translateY(-50%);
}
#witch .reserve_info .reserve_info__heading--2 {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  #witch .reserve_info .reserve_info__heading--2 {
    margin-top: 30px;
  }
}

/*販売時*/
#witch .cast .site_open h2 {
  margin-top: 90px;
  padding-bottom: 20px;
}

#witch .cast .site_open h2:first-of-type img {
  max-width: 540px;
  width: 100% !important;
  width: 100%;
  margin: 0 auto;
}

#witch .cast .site_open h2:nth-of-type(2) img {
  max-width: 500px;
  width: 100% !important;
  width: 100%;
  margin: 0 auto;
}

#witch .cast .site_open h3, #witch .cast .site_open p, #witch .cast .site_open ul:first-of-type {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  display: block;
}

#witch .cast .site_open ul:first-of-type li {
  display: inline;
  width: auto;
  font-size: 22px;
}

#witch .cast .site_open ul:nth-of-type(2) li {
  width: 46%;
}

#witch .cast .site_open ul:nth-of-type(2) li img {
  display: block;
  margin-bottom: 15px;
}

#witch .cast_disc {
  background-color: #FFF0F7;
  font-size: 30px;
  font-weight: 900;
  color: #0B56A0;
  padding: 10px 20px;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 10px auto 0;
  width: 100%;
}

#witch .cast_disc span {
  background: linear-gradient(transparent 60%, #FFFF0F 60%);
  font-weight: 900;
}

#witch .cast .lead img {
  margin: 30px auto 0;
  max-width: 714px !important;
  width: 100% !important;
}

#witch .cast .lead p {
  margin: 20px auto 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

/*ポイント*/
#witch .point,
#witch .info-bg {
  padding: 40px 0 80px;
  box-sizing: border-box;
  background-image: url("/stc/witch/2026narita/img/bg-point.jpg");
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center;
  text-align: center;
}
#witch .point h2,
#witch .info-bg h2 {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  #witch .point h2,
  #witch .info-bg h2 {
    margin-top: 40px;
  }
}

#witch .point .ex {
  margin-top: 10px;
}

#witch .point h2 img {
  max-width: 585px;
  width: 100% !important;
  width: 100%;
  margin: 0 auto;
}

#witch .point .point-h {
  align-items: flex-start;
  margin-top: 70px;
  justify-content: center;
  display: flex;
  display: grid;
  grid-template-columns: 1fr 4fr;
}

#witch .point .point-h img {
  width: 180px;
}

#witch .point .point-h div {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  box-sizing: border-box;
  max-width: 800px;
}

#witch .point .point-h div h3 {
  font-size: 35px;
  font-weight: 900;
  text-align: left;
}

#witch .point .point-h div h3 span {
  font-size: 60%;
  display: inline-block;
}

#witch .point .point-h div h3 span.double {
  font-size: 100%;
  display: inline-block;
  position: relative;
}

#witch .point .point-h div h3 span.double::before, #witch .point .point-h div h3 span.double::after {
  content: "";
  position: absolute;
}

#witch .point .point-h div h3 span.double::before {
  width: 100%;
  height: 1px;
  border-top: double 6px #990000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#witch .point .point-h div h3 span.double::after {
  content: "サイン会";
  color: #990000;
  width: 100%;
  height: 100%;
  top: -95%;
  right: -50px;
  transform: rotate(-5deg);
}

#witch .point .point-img {
  margin: 40px auto 0;
}

#witch .point .point-img02 {
  display: inline-block;
  width: 40%;
  padding: 0 40px;
  box-sizing: border-box;
  margin-top: 40px;
}

#witch .point01 .point-img {
  width: 58%;
  margin: 0 auto;
  margin-top: 20px;
}

#witch .point01 .text-01 {
  width: 33%;
  font-size: 22px;
  text-align: left;
  margin-top: 20px;
}

#witch .point01 .text-01 span {
  color: #BE0000;
}

#witch .point01 .text-01 small {
  display: block;
  margin-top: 7px;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  #witch .point01 .text-01 small {
    margin-top: 5px;
    font-size: 14px;
  }
  #witch .point01 .text-01 small + small {
    margin-top: 2.5px;
  }
}

#witch .text-02 {
  font-size: 22px;
  text-align: left;
  margin-top: 20px;
}
#witch .text-02 .serif .ex {
  letter-spacing: -0.14mm;
}
#witch .text-02 p + p {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #witch .text-02 {
    width: 100%;
    font-size: 14px;
  }
}
#witch .text-02 .ex:nth-of-type(n+2) {
  margin-top: 5px;
}

#witch .point02 img {
  margin-top: 20px;
  width: 33%;
}
@media screen and (max-width: 750px) {
  #witch .point02 img {
    width: 100%;
  }
}

#witch .point03 + .ex {
  text-align: right;
}
@media screen and (min-width: 751px) {
  #witch .point03 + .ex {
    margin-top: 0;
  }
}

#witch .point03 img {
  width: 32%;
  margin-top: 20px;
}

#witch .point03 img:first-of-type {
  width: 34.5%;
}

#witch .point03 img:nth-of-type(2) {
  width: 27.7%;
}

#witch .point03 img:nth-of-type(3) {
  width: 34.5%;
}

#witch .text-03 {
  margin-top: 20px;
  font-size: 22px;
}
#witch .text-03 p {
  text-align: center;
}
@media screen and (max-width: 750px) {
  #witch .text-03 p {
    text-align: left;
  }
}
#witch .text-03 .ex {
  text-align: right;
}
#witch .text-03 .ex + .ex {
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  #witch .text-03 {
    font-size: 14px;
  }
  #witch .text-03 .ex {
    text-align: left;
  }
}

#witch .point04 {
  font-size: 26px;
  text-align: left;
  margin-top: 20px;
}
#witch .point04 .flex {
  display: flex;
  justify-content: center;
  margin-top: 7px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  border-radius: 10px;
  overflow: hidden;
}
#witch .point04 .flex:nth-of-type(1) {
  border-color: #D4AF37;
}
#witch .point04 .flex:nth-of-type(2) {
  border-color: #BFC5CA;
}
#witch .point04 .flex:nth-of-type(3) {
  border-color: #5cd957;
}
#witch .point04 .flex:nth-of-type(4) {
  border-color: #f77373;
}
#witch .point04 .flex:nth-of-type(1) > .flex__title {
  background: #D4AF37;
  background: linear-gradient(220.55deg, #f4cf6a 0%, #AD8211 100%);
}
#witch .point04 .flex:nth-of-type(2) > .flex__title {
  background: #BFC5CA;
  background: linear-gradient(-90deg, #b7bcce 0%, #7e9399 100%);
}
#witch .point04 .flex:nth-of-type(3) > .flex__title {
  background: #74b728;
  background: linear-gradient(90deg, #5cd957 0%, #89ddee 100%);
}
#witch .point04 .flex:nth-of-type(4) > .flex__title {
  background: #f77373;
  background: linear-gradient(90deg, #f77373 0%, #faa2b7 100%);
}
#witch .point04 .flex__title {
  padding: 14px 20px;
  width: 30%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#witch .point04 .flex__content {
  padding: 14px 20px;
  width: 70%;
}
@media screen and (max-width: 750px) {
  #witch .point04 .flex {
    display: block;
  }
  #witch .point04 .flex__title {
    width: auto;
  }
  #witch .point04 .flex__content {
    width: auto;
  }
}

#witch .point .point-h.point05 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
#witch .point .point-h.point05 img {
  margin-top: 20px;
}
#witch .point .point-h.point05 img:nth-of-type(2) {
  width: 40%;
  padding-left: 30px;
}
#witch .point .point-h.point05 + .ex {
  text-align: right;
}

#witch .point .point-h .strong {
  font-size: 32px;
  color: #BE0000;
}

#witch .point .point-h.point06 .strong {
  font-size: 100%;
}

#witch .point07 img {
  margin-top: 20px;
  width: 33%;
}

/*特典*/
#witch .benefits {
  padding-top: 40px;
}
#witch .benefits h2 {
  text-align: center;
}
#witch .benefits h2 img {
  max-width: 585px;
  width: 100% !important;
  margin: 80px 0;
}
#witch .benefits h3 {
  margin-bottom: 30px 0 10px 0;
}
#witch .benefits p {
  text-align: left;
}
.reserve_term #witch .benefitsp {
  text-align: center;
  font-weight: 700;
}
#witch .benefits .h2_benefits {
  margin-bottom: 40px;
}
#witch .benefits .h2_benefits p {
  margin-top: 10px;
}
#witch .benefits .reserve_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#witch .benefits .reserve_info p {
  font-weight: 400;
}
#witch .benefits .reserve_info p.reserve_term {
  text-align: center;
  font-weight: 700;
}
#witch .benefits .reserve_info__item p {
  padding: 5px 0;
}
#witch .benefits .reserve_info_option {
  padding: 5px 20px;
}
#witch .benefits .reserve_info > div.precautions {
  display: block;
}
#witch .benefits .precautions h2 {
  margin: 60px 0 20px 0;
}
#witch .benefits .precautions p {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

#witch .note {
  margin: 30px 30px 60px 30px;
}
#witch .note h3 {
  margin-bottom: 10px;
}
#witch .note p {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

/*グッズ*/
#witch .goods {
  padding-top: 80px;
}
#witch .goods .h2_goods p {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
#witch .goods h3 {
  margin-top: 10px;
}
#witch .goods h3 span {
  font-size: 1rem;
}
#witch .goods ul {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
#witch .goods li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#witch .goods img {
  width: 440px;
}
#witch .goods .goods_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 440px;
  height: 250px;
}
#witch .goods .goods_text-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
#witch .goods .goods_order {
  margin-bottom: 40px;
  width: 80%;
  max-width: 485px;
  padding: 15px 5px;
  box-sizing: border-box;
  border-radius: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  background: #3d91f1;
  background: linear-gradient(90deg, #739af7 0%, hsl(263, 90%, 81%) 100%);
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
}
#witch .goods.ruled {
  padding-bottom: 0;
}

/*キャンペーン*/
#witch .campaign {
  margin-bottom: 80px;
}
#witch .campaign h2 {
  background-color: #fdf100;
  padding: 20px;
  margin-bottom: 40px;
}
#witch .campaign img {
  width: 70%;
  margin-top: 20px;
}
#witch .campaign p {
  margin-top: 10px;
}
#witch .campaign p:first-child {
  margin-top: 20px;
}
#witch .campaign .flexbox-bt {
  justify-content: center;
}

/*写真撮影*/
#witch .photo {
  margin: 30px 0 90px 0;
}
#witch .photo .photo_sale {
  margin-top: 30px;
  width: 50%;
  max-width: 485px;
  padding: 15px 5px;
  box-sizing: border-box;
  border-radius: 40px;
  color: #fff;
  font-weight: 900;
  background: #3d91f1;
  background: linear-gradient(90deg, #739af7 0%, hsl(263, 90%, 81%) 100%);
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
}
#witch .photo .photo_sale::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 25px;
  transition: 0.3s;
}

/*実施概要*/
#witch .info {
  padding: 80px 0 80px;
}

#witch .info h2,
#witch .application h2 {
  margin-top: 70px;
  font-size: 40px;
  font-weight: 900;
  position: relative;
  margin-bottom: 50px;
}

#witch .info h2::after,
#witch .application h2::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 4.7px;
  border-radius: 2px;
  background: #000;
  display: block;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  #witch .info h2::after,
  #witch .application h2::after {
    height: 3px;
    bottom: -10px;
  }
}

#witch .info table {
  width: 100%;
  /* border: solid 1px #d6d6d6; */
  margin-top: 60px;
  box-sizing: border-box;
  line-height: 1.6;
  border: solid #BCBCBC 1px;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  color: #353535;
}

#witch .info table tr {
  border-bottom: solid 1px #d6d6d6;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}

#witch .info table tr:last-child {
  border-bottom: none;
}

#witch .info table th,
#witch .info table td {
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#witch .info table th {
  width: 30%;
  background-color: #f5f5f5;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}

#witch .info table td {
  width: 70%;
  justify-content: flex-start;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  display: inline-block;
}

#witch .info table td a {
  color: #3870BD;
  border-bottom: none;
  margin-right: 0;
  position: relative;
}

#witch .info table td a:last-child {
  margin-right: 0;
}

#witch .info .reserve_info p.reserve {
  font-size: 18px;
  text-align: center;
  color: #fff;
}

#witch .info p {
  font-size: 16px;
  margin-top: 20px;
  color: #000;
}

#witch .info .reserve_info p.date {
  color: #000;
  text-align: center;
  font-size: 20px;
}

#witch .schedule_day {
  width: 100%;
  margin: 40px auto 0;
  padding: 30px;
  border: 1px solid #b29d26;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}

#witch .schedule_day h3 {
  background-color: #b29d26;
  color: #fff;
  padding: 3px 5px;
  margin: 0 auto 5px;
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
}

#witch .schedule_day .schedule_det {
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
#witch .schedule_day .schedule_det .ex {
  margin-top: 5px;
  text-align: center;
  font-weight: normal;
}
#witch .schedule_day .schedule_det__heading {
  font-size: 22px;
  color: #b29d26;
}
@media screen and (max-width: 750px) {
  #witch .schedule_day .schedule_det__heading {
    font-size: 18px;
  }
}

#witch .schedule_day .schedule_det i {
  font-weight: 700;
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
}

/*注意事項*/
#witch .application {
  background-color: #f4f7f8;
  padding: 50px 0 50px;
}
#witch .application p {
  font-weight: 400;
  line-height: 1.8;
  font-size: 15px;
  box-sizing: border-box;
  width: 100%;
  padding-top: 30px;
  padding-left: 1em;
  text-indent: -1em;
}
#witch .application p span {
  color: #d70404;
}
#witch .application p a {
  color: #0b91c9;
}
#witch .application li {
  text-align: left;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}

/*======================================

画面サイズ751px以上

======================================*/
@media screen and (min-width: 751px) {
  #witch .sp_img {
    display: none;
  }
  #witch .tab_img {
    display: none;
  }
  #witch .pc_img {
    display: inline-block;
  }
}
/*======================================

画面サイズ750px以下

======================================*/
@media screen and (max-width: 750px) {
  #witch .sp_img {
    display: inline-block;
  }
  #witch .tab_img {
    display: block;
  }
  #witch .pc_img {
    display: none;
  }
  #witch {
    min-width: auto;
  }
  #witch .wrapper {
    width: 100%;
    min-width: auto;
    overflow: hidden;
  }
  #witch .content-box {
    width: 90.9090909%;
    max-width: 750px;
  }
  #witch .content-inner {
    width: 90.9090909%;
  }
  #witch .selection {
    width: 100%;
  }
  #witch .ruled {
    position: relative;
    padding-bottom: 80px;
  }
  #witch .ruled::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 25px;
    display: block;
    left: 0;
    top: -7px;
    background-image: url("/stc/witch/2026narita/img/ruled-line.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #witch .reserve,
  #witch p.reserve {
    padding: 15px 5px;
  }
  #witch .info .reserve_info p.reserve {
    font-size: 15px;
  }
  #witch .reserve_info .attention {
    text-align: left;
  }
  #witch .reserve_info > div {
    display: block;
  }
  #witch .info h2:first-of-type {
    padding: 20px 27px;
  }
  /*メイントップ*/
  #witch main {
    padding: 30px 0 30px;
  }
  #witch main img {
    display: inline-block;
    width: 100%;
  }
  #witch .main-l {
    width: 100%;
    order: 2;
  }
  #witch .main-l img {
    max-width: 400px;
    margin-top: 20px;
  }
  #witch .main-r {
    width: 100%;
    order: 1;
  }
  #witch .main-r img {
    text-align: center;
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  /*アンカーボタン*/
  #witch .btn-anchor a {
    width: 90%;
    margin: 30px auto 0;
  }
  /*キャスト*/
  #witch .cast {
    padding: 0;
  }
  #witch .cast h3 {
    font-size: 17px;
  }
  #witch .cast-list ul {
    justify-content: flex-start;
    gap: 10px;
  }
  #witch .cast-list ul li {
    width: calc((100% - 10px) / 2);
  }
  #witch .cast-list ul li:nth-child(1) {
    margin-left: 0;
  }
  #witch .cast-list ul li:nth-child(3) {
    margin-right: 0;
  }
  #witch .cast_disc {
    font-size: 18px;
    border-radius: 10px;
  }
  /*point*/
  #witch .point {
    padding: 40px 0 40px;
  }
  #witch .point .point-h {
    display: block;
    margin-top: 30px;
  }
  #witch .point .point-h img {
    width: 100%;
    max-width: 130px;
  }
  #witch .point .point-h div {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #witch .point .point-h div h3 {
    font-size: 22px;
    text-align: center;
  }
  #witch .point .point-img02 {
    width: 45%;
    padding: 0 10px;
    margin-top: 30px;
  }
  #witch .point .attention:last-child {
    margin-top: 40px;
    text-align: left;
  }
  #witch .point01 {
    display: block;
  }
  #witch .point01 .point-img {
    width: 100%;
  }
  #witch .point .point-h.point05 {
    flex-wrap: wrap;
    justify-content: center;
  }
  #witch .point .point-h.point05 .strong {
    font-size: 22px;
  }
  #witch .point .point-h.point05 img:nth-of-type(2) {
    width: 100%;
    max-width: 100%;
  }
  #witch .point07 img {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
  #witch .photo {
    margin: 30px 0;
  }
  #witch .photo .photo_sale {
    width: 100%;
    font-size: 14px;
  }
  /*特典*/
  #witch .benefits {
    padding-top: 0;
  }
  #witch .benefits h2 img {
    margin: 60px 0 20px 0;
  }
  #witch .benefits .precautions p {
    font-size: 1.17em;
  }
  #witch .note {
    margin: 30px 0;
  }
  /*グッズ*/
  #witch .goods {
    padding-top: 30px;
  }
  #witch .goods h2 {
    font-size: 26px;
    margin-top: 20px;
    line-height: 2;
  }
  #witch .goods h2 span {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
  }
  #witch .goods img {
    width: 80%;
  }
  #witch .goods ul {
    padding-top: 20px;
    gap: 10px;
  }
  #witch .goods .h2_goods p {
    font-size: 1.17em;
  }
  #witch .goods .goods_text {
    width: 80%;
    height: auto;
  }
  #witch .goods .goods_text-inner {
    padding: 20px 0;
  }
  #witch .goods .goods_order {
    width: 100%;
  }
  /*キャンペーン*/
  #witch .campaign h2 {
    font-size: 1.17em;
    margin-bottom: 30px;
  }
  #witch .campaign img {
    width: 100%;
  }
  #witch .reserve2 .reserve--transportation {
    width: 100%;
    font-size: 13px;
  }
  /*実施概要*/
  #witch .info {
    padding: 40px 0 1px;
  }
  #witch .info h2,
  #witch .application h2 {
    font-size: 26px;
    margin-top: 20px;
  }
  #witch .info h2::after,
  #witch .application h2::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    bottom: -10px;
  }
  #witch .info tbody {
    width: 100%;
    display: inline-block;
  }
  #witch .info table {
    display: block;
    margin-top: 30px;
  }
  #witch .info table tr {
    display: block;
    border-bottom: none;
  }
  #witch .info table tr:last-child {
    border-bottom: none;
  }
  #witch .info table th,
  #witch .info table td {
    padding: 15px 30px;
    border-bottom: solid 1px #d6d6d6;
  }
  #witch .info table th {
    width: 100%;
    font-size: 15px;
  }
  #witch .info table td {
    width: 100%;
    font-size: 14px;
  }
  #witch .info .info-btn {
    display: block;
  }
  #witch .info .info-btn a {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
  }
  #witch .schedule_day {
    margin: 30px auto;
  }
  #witch .schedule_day .schedule_det {
    font-size: 15px;
  }
  #witch .schedule_day .schedule_det i {
    font-size: 20px;
  }
  #witch .info .reserve {
    max-width: 485px;
    padding: 20px 5px;
    font-size: 15px;
  }
  #witch .info .reserve::after {
    font-size: 20px;
  }
  #witch .info .attention {
    margin-top: 20px;
  }
  #witch .pc {
    display: none;
  }
  #witch .sp {
    display: block;
  }
  #witch .cast .site_open p {
    font-size: 18px;
  }
  /*注意事項*/
  #witch .application {
    margin: 40px 0 0;
    padding: 20px 0 20px;
  }
  #witch .application p {
    font-weight: 400;
    font-size: 14px;
    margin: 30px 0 0;
    padding: 0;
  }
  /*お問い合わせ*/
  #witch .contact {
    padding: 50px 15px;
  }
  #witch .sologo {
    max-width: 125px;
    margin: 10px auto;
  }
}
/*--------------------------------
モバイル
---------------------------------*/
@media screen and (max-width: 750px) {
  /*--------------------------------
  #witch header
  ---------------------------------*/
  #witch header {
    grid-template-columns: 50px 65px;
  }
  #witch header > div a span.en {
    font-size: 14px;
  }
  #witch header > div a span.ja {
    font-size: 12px;
  }
  #witch footer .footer_in {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: center;
  }
  #witch footer .cjt {
    text-align: center;
    margin: 0 auto;
  }
  /*共通*/
  #witch .pc {
    display: none !important;
  }
  #witch .sp {
    display: block !important;
  }
  #witch .wrap {
    padding: 0 30px;
    width: 100%;
    max-width: 100%;
  }
  #witch .scpd {
    padding: 30px 0 0;
  }
  #witch .grid {
    gap: 20px;
  }
  #witch .colo-4 {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  #witch .size-12 {
    font-size: 10px;
  }
  #witch .size-14 {
    font-size: 12px;
  }
  #witch .size-16 {
    font-size: 14px;
  }
  #witch .size-18 {
    font-size: 14px;
  }
  #witch .size-20 {
    font-size: 16px;
  }
  #witch .size-22 {
    font-size: 16px;
  }
  #witch .size-24 {
    font-size: 18px;
  }
  #witch .size-26 {
    font-size: 18px;
  }
  #witch .size-28 {
    font-size: 18px;
  }
  #witch .size-32 {
    font-size: 20px;
  }
  #witch .size-42 {
    font-size: 26px;
  }
  /*概要テーブル*/
  #witch .c-table tr {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: none;
  }
  #witch .c-table tr:last-of-type td {
    border-bottom: none;
  }
  #witch .c-table th {
    border-bottom: solid 1px #AFAFAF;
  }
  #witch .c-table td {
    border-left: none;
    border-bottom: solid 1px #AFAFAF;
  }
  #witch .c-h2box {
    grid-template-columns: 60px calc(100% - 60px);
  }
  #witch .c-h3 {
    padding-left: 10px;
  }
  #witch .c-h3::before {
    width: 4px;
  }
  /*ボタン*/
  #witch .btn-area .grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  #witch .btn-area .btn01 {
    padding: 5px 10px;
  }
  #witch .btn-area .btn01 span {
    display: block;
  }
  #witch .btn-area .btn01.cheki {
    max-width: 100%;
  }
  /*セクション*/
  #witch .c-h2 {
    padding-left: 60px;
    font-size: 20px;
  }
  #witch .c-h2::before {
    width: 55px;
    height: 40px;
  }
  #witch .point01 .grid {
    grid-template-columns: 1fr;
  }
}