@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : base.css
Description : 共通
===================================================================== */
/* ========================================================
    基本設定
======================================================== */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.8;
  box-sizing: border-box;
}

#gDefHeader,
#gDefHeader *,
#gDefFooter,
#gDefFooter *,
#gDefSide,
#gDefSide * {
  font-size: inherit;
  line-height: inherit;
}

img {
  width: 100%;
  vertical-align: bottom;
  border: none;
}

a {
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

dt {
  font-weight: 400;
}

.sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
}

/* ========================================================
    レイアウト
======================================================== */
html {
  font-size: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  width: 100%;
  color: #0b0306;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main {
  position: relative;
  width: 100%;
}

.inner {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 3.5rem;
}

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
  padding: 0;
}

.mv {
  position: relative;
  width: 100%;
  height: 32rem;
  margin: 0.4rem 0;
  background-image: url(../images/common/mv_sub_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .mv {
    background-image: url(../images/common/mv_sub_pc.png);
    background-size: auto 100%;
  }
}
.mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.4rem;
  display: block;
  width: 100%;
  height: 0.4rem;
  background-image: url(../images/common/common_bg07.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 16.8rem 8.4rem;
}
@media screen and (min-width: 768px) {
  .mv::before {
    background-size: 4.2rem 2.1rem;
  }
}
.mv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  display: block;
  width: 100%;
  height: 0.4rem;
  background-image: url(../images/common/common_bg07.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 16.8rem 8.4rem;
}
@media screen and (min-width: 768px) {
  .mv::after {
    background-size: 4.2rem 2.1rem;
  }
}
.mv_column {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.8rem 0;
  width: 100%;
  padding-top: 14.4rem;
}
@media screen and (min-width: 768px) {
  .mv_column {
    align-items: center;
    gap: 1.1rem 0;
    margin-left: auto;
    width: 53.5rem;
  }
}
.mv_ttl {
  position: relative;
  width: 40.3rem;
}
@media screen and (min-width: 768px) {
  .mv_ttl {
    margin: 0 auto;
    width: 67.476635514%;
  }
}
.mv_ttl > a {
  display: block;
  width: 100%;
  height: 100%;
}
.mv_onair {
  position: relative;
  width: 70rem;
}
@media screen and (min-width: 768px) {
  .mv_onair {
    width: 100%;
  }
}

.nav {
  position: relative;
  width: 100%;
  padding: 6.4rem 0 4.8rem 0;
  background-color: #ff2200;
}
@media screen and (min-width: 768px) {
  .nav {
    padding: 4rem 0 4.8rem 0;
  }
}
.nav::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 8.8rem;
  background-image: url(../images/common/common_bg07.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 16.8rem 8.4rem;
}
@media screen and (min-width: 768px) {
  .nav::before {
    height: 1.6rem;
    background-size: 4.2rem 2.1rem;
  }
}
.nav_column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4.8rem 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav_column {
    justify-content: space-between;
    flex-direction: row;
    gap: 0 0;
  }
}
.nav_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6.4rem 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav_list {
    width: calc(100% - 20rem);
    gap: 4.8rem 0;
  }
}
.nav_list > li {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) {
  .nav_list > li {
    width: auto;
  }
}
.nav_list > li::before {
  content: "";
  position: absolute;
  left: -1.2rem;
  top: 50%;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .nav_list > li::before {
    left: -0.8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.nav_list > li:nth-child(1)::before {
  content: none;
}
.nav_list > li:nth-child(4)::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .nav_list > li:nth-child(4)::before {
    content: "";
  }
}
@media screen and (min-width: 768px) {
  .nav_list > li:nth-child(5)::before {
    content: none;
  }
}
@media screen and (min-width: 1280px) {
  .nav_list > li:nth-child(5)::before {
    content: "";
  }
}
.nav_list > li::after {
  content: none;
  position: absolute;
  left: 50%;
  top: -4.4rem;
  display: block;
  width: 7.2rem;
  height: 3.6rem;
  background-image: url(../images/common/icon_up.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .nav_list > li::after {
    top: -3.5rem;
    width: 5.4rem;
    height: 2.7rem;
  }
}
.nav_list > li.up::after {
  content: "";
}
.nav_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nav_list > li > a:hover {
    transform: translateY(-0.8rem);
    opacity: 1;
  }
}
.nav_list > li > a > span {
  display: block;
  padding: 0;
  color: #ffea00;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .nav_list > li > a > span {
    padding: 0 2rem;
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 960px) {
  .nav_list > li > a > span {
    padding: 0 4.4rem;
  }
}
@media screen and (min-width: 1080px) {
  .nav_list > li > a > span {
    padding: 0 5.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .nav_list > li > a > span {
    padding: 0 3.1rem;
  }
}
.nav_sns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav_sns {
    gap: 0 1.6rem;
    width: 20rem;
  }
}
.nav_sns > li {
  position: relative;
  width: 8rem;
}
@media screen and (min-width: 768px) {
  .nav_sns > li {
    width: 5.6rem;
  }
}
.nav_sns > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nav_sns > li > a:hover {
    transform: translateY(-0.8rem);
    opacity: 1;
  }
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
  padding: 0 0 16rem 0;
  background-color: #f5f5f5;
}
.footer .fix_content {
  position: fixed;
  right: 3.5rem;
  bottom: 0;
  display: none;
  padding-bottom: 4rem;
  z-index: 100;
}
@media screen and (min-width: 1080px) {
  .footer .fix_content {
    right: calc(50% - 54rem);
  }
}
.footer .pagetop {
  position: relative;
  width: 12rem;
}
.footer .pagetop > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .footer .pagetop > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .footer .pagetop > a:hover .pagetop_img02 {
    animation: pagetopAct both 1s linear 0s;
  }
}
.footer .pagetop_img01 {
  width: 9.4rem;
  margin: 0 auto;
}
.footer .pagetop_img02 {
  width: 12rem;
  margin: -0.4rem auto 0 auto;
}

@keyframes pagetopAct {
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.related {
  position: relative;
  width: 100%;
  padding: 28rem 0 24rem 0;
  background-color: #f2ede6;
}
@media screen and (min-width: 768px) {
  .related {
    padding: 24rem 0 16rem 0;
  }
}
.related::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 8rem;
  background-image: url(../images/common/common_bg10.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 16rem 8rem;
  transform: scale(1, -1);
  z-index: 1;
}
.related_ttl {
  position: relative;
  color: #ff2200;
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .related_ttl {
    font-size: 4.8rem;
  }
}
.related_column {
  position: relative;
  width: 100%;
  margin: 6rem auto 0 auto;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .related_column {
    max-width: 1562px;
    margin: 3rem auto 0 auto;
  }
}
.related_slider {
  opacity: 0;
}
.related_slider.slick-initialized {
  opacity: 1;
}
.related_slider.slick-slider {
  position: relative;
  width: 100%;
  padding: 0 9.5rem;
}
@media screen and (min-width: 768px) {
  .related_slider.slick-slider {
    padding: 0 11.7rem;
  }
}
.related_slider.slick-slider * {
  line-height: 1;
}
.related_slider.slick-slider li > a > p {
  padding-top: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .related_slider.slick-slider li > a > p {
    font-size: 2rem;
  }
}
.related_slider.slick-slider .slick-slide {
  width: 27.2rem;
  margin: 0 0.8rem;
}
@media screen and (min-width: 768px) {
  .related_slider.slick-slider .slick-slide {
    width: 32rem;
  }
}
.related_slider.slick-slider .slick-prev {
  position: absolute;
  left: 1.6rem;
  top: 4.45rem;
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  font-size: 0;
  background-image: url(../images/common/btn_slider.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(1, 1);
  transition: 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .related_slider.slick-slider .slick-prev {
    top: 5rem;
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .related_slider.slick-slider .slick-prev:hover {
    left: 0.6rem;
  }
}
.related_slider.slick-slider .slick-next {
  position: absolute;
  right: 1.6rem;
  top: 4.45rem;
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  font-size: 0;
  background-image: url(../images/common/btn_slider.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(-1, 1);
  transition: 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .related_slider.slick-slider .slick-next {
    top: 5rem;
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .related_slider.slick-slider .slick-next:hover {
    right: 0.6rem;
  }
}
.related_line_img01 {
  position: absolute;
  left: 28rem;
  top: -14rem;
  display: block;
  width: 81.6rem;
  height: 43.2rem;
  background-image: url(../images/common/line_img01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .related_line_img01 {
    left: calc(50% + 22.5rem);
  }
}
.related_line_img02 {
  position: absolute;
  right: 28rem;
  bottom: -10rem;
  display: block;
  width: 97.6rem;
  height: 75.2rem;
  background-image: url(../images/common/line_img02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .related_line_img02 {
    right: calc(50% + 22.5rem);
  }
}

#subpage .related_line_img01 {
  display: none;
}

/* ========================================================
    subhead
======================================================== */
.subhead {
  position: relative;
  width: 100%;
  padding: 6rem 0 16rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .subhead {
    padding: 6rem 0;
  }
}
.subhead::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(-8rem + 1px);
  display: block;
  width: 100%;
  height: 8rem;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 16rem 8rem;
  transform: scale(1, 1);
  z-index: 1;
}
.subhead_ttl {
  position: relative;
  color: #ff2200;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .subhead_ttl {
    font-size: 6rem;
  }
}
.subhead_line_img01 {
  position: absolute;
  left: 28rem;
  bottom: -29.2rem;
  display: block;
  width: 81.6rem;
  height: 43.2rem;
  background-image: url(../images/common/line_img01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .subhead_line_img01 {
    left: calc(50% + 22.5rem);
  }
}

/* ========================================================
    subcont
======================================================== */
.subcont {
  position: relative;
  width: 100%;
  margin-bottom: -8rem;
  padding: 24rem 0 0 0;
  background-color: #f2ede6;
}
@media screen and (min-width: 768px) {
  .subcont {
    padding: 16rem 0 0 0;
  }
}
.subcont:has(+ .share) {
  padding-bottom: 16rem;
}
.subcont_column {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .subcont_column {
    width: 84.375%;
  }
}
.subcont_wrap {
  position: relative;
  width: 100%;
  margin-top: 0;
}
.subcont_wrap + .subcont_wrap {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .subcont_wrap + .subcont_wrap {
    margin-top: 8rem;
  }
}
.subcont_wrap + .subcont_btn {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .subcont_wrap + .subcont_btn {
    margin-top: 8rem;
  }
}
.subcont_ttl {
  position: relative;
  padding: 0;
  color: #0069d7;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: left;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .subcont_ttl {
    padding: 0 9.2592592593%;
  }
}
.subcont_ttl > em {
  display: block;
  color: #0069d7;
  font-style: normal;
  font-size: 4.8rem;
  text-align: center;
}
.subcont_ttl > em > span {
  color: #ff2200;
}
.subcont_logo {
  position: relative;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .subcont_logo {
    margin-top: 3rem;
  }
}
.subcont_logo:first-child {
  margin-top: 0;
}
.subcont_logo img {
  display: block;
  width: auto;
  height: 30rem;
  margin: 0 auto;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .subcont_logo img {
    height: 22.5rem;
  }
}
.subcont_detail {
  position: relative;
  width: 100%;
  margin-top: 8rem;
  padding: 8rem 4.8rem;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .subcont_detail {
    margin-top: 6rem;
    padding: 8rem 9.2592592593%;
  }
}
.subcont_detail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 32rem;
  height: 1.6rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #ff2200;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .subcont_detail::before {
    width: 40rem;
    height: 1.2rem;
  }
}
.subcont_detail_head {
  position: relative;
  margin-top: -1rem;
  padding-bottom: 2rem;
  color: #0069d7;
  font-size: 3rem;
  font-weight: 900;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .subcont_detail_head {
    padding-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}
.subcont_detail_head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.6rem;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 2.4rem 0.6rem;
}
@media screen and (min-width: 768px) {
  .subcont_detail_head::after {
    height: 0.4rem;
    background-size: 1.6rem 0.4rem;
  }
}
.subcont_detail_head > em {
  display: block;
  color: #0069d7;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .subcont_detail_head > em {
    font-size: 3rem;
  }
}
.subcont_detail_head > em > span {
  color: #ff2200;
}
.subcont_detail_body {
  position: relative;
  width: 100%;
}
.subcont_detail_body * {
  transform: rotate(0.03deg);
}
.subcont_detail_body > * {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .subcont_detail_body > * {
    margin-top: 4rem;
  }
}
.subcont_detail_h5 {
  position: relative;
  padding-left: 1.5em;
  color: #ff2200;
  font-weight: 700;
}
.subcont_detail_h5::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #0069d7;
}
.subcont_detail_h6 {
  position: relative;
  padding-left: 1.5em;
  color: #0b0306;
  font-weight: 700;
}
.subcont_detail_h6::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #0069d7;
  transform: scale(1.5);
}
.subcont_detail_img {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .subcont_detail_img {
    gap: 2rem 4.5454545455%;
  }
}
.subcont_detail_img > figure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .subcont_detail_img > figure {
    width: 47.7272727273%;
  }
}
.subcont_detail_img > figure > img {
  border-radius: 2rem;
  overflow: hidden;
}
.subcont_detail_img > figure > figcaption {
  margin-top: 0.5rem;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .subcont_detail_img > figure > figcaption {
    font-size: 1.6rem;
  }
}
.subcont_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3rem 0;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .subcont_btn {
    flex-direction: row;
    gap: 0 3.7037037037%;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .subcont_btn .btn_wrap {
    width: 38.8888888889%;
  }
}
.subcont_movie {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.subcont_movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 2rem;
  overflow: hidden;
}
.subcont_movie_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* ========================================================
    common
======================================================== */
.btn_wrap {
  position: relative;
  width: 56rem;
  aspect-ratio: 560/120;
}
@media screen and (min-width: 768px) {
  .btn_wrap {
    width: 42rem;
  }
}
.btn_wrap.bg01 > a {
  background-image: url(../images/common/btn_bg01.png);
}
@media screen and (min-width: 768px) {
  .btn_wrap.bg01 > a:hover {
    background-image: url(../images/common/btn_bg02.png);
  }
}
.btn_wrap.bg02 > a {
  background-image: url(../images/common/btn_bg02.png);
}
@media screen and (min-width: 768px) {
  .btn_wrap.bg02 > a:hover {
    background-image: url(../images/common/btn_bg01.png);
  }
}
.btn_wrap.bg03 > a {
  background-image: url(../images/common/btn_bg03.png);
}
@media screen and (min-width: 768px) {
  .btn_wrap.bg03 > a:hover {
    background-image: url(../images/common/btn_bg04.png);
  }
}
@media screen and (min-width: 768px) {
  .btn_wrap.bg03 > a:hover > span {
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .btn_wrap.bg03 > a:hover > span.instagram::before {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .btn_wrap.bg03 > a:hover > span.tiktok::before {
    background-color: #ffffff;
  }
}
.btn_wrap.bg03 > a > span {
  color: #0b0306;
}
.btn_wrap.bg03 > a > span.instagram {
  padding-left: 1.6em;
}
@media screen and (min-width: 768px) {
  .btn_wrap.bg03 > a > span.instagram {
    letter-spacing: 0em;
  }
}
.btn_wrap.bg03 > a > span.instagram::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1.2em;
  height: 1.2em;
  -webkit-mask-image: url(../images/common/icon_instagram.svg);
          mask-image: url(../images/common/icon_instagram.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: #0b0306;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  transform: translateY(-50%);
}
.btn_wrap.bg03 > a > span.tiktok {
  padding-left: 1.6em;
}
@media screen and (min-width: 768px) {
  .btn_wrap.bg03 > a > span.tiktok {
    letter-spacing: 0em;
  }
}
.btn_wrap.bg03 > a > span.tiktok::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1.2em;
  height: 1.2em;
  -webkit-mask-image: url(../images/common/icon_tiktok.svg);
          mask-image: url(../images/common/icon_tiktok.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: #0b0306;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  transform: translateY(-50%);
}
.btn_wrap > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .btn_wrap > a:hover {
    opacity: 1;
  }
}
.btn_wrap > a > span {
  position: relative;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .btn_wrap > a > span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .btn_wrap > a > span {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1280px) {
  .btn_wrap > a > span {
    font-size: 2.2rem;
  }
}

.link_line {
  text-decoration: underline;
  text-decoration-color: #ff2200;
}
.link_arrow {
  position: relative;
  display: inline-block;
  padding-right: 2.8rem;
}
@media screen and (min-width: 768px) {
  .link_arrow {
    padding-right: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .link_arrow:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .link_arrow:hover::after {
    right: -0.8rem;
  }
}
.link_arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 1.6rem;
  height: 2.4rem;
  background-image: url(../images/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .link_arrow::after {
    width: 1.2rem;
    height: 1.8rem;
  }
}

.color_red {
  color: #ff2200;
}
.color_blue {
  color: #0069d7;
}
.color_yellow {
  color: #ffc800;
}

.fs_80 {
  font-size: 80%;
}
.fs_90 {
  font-size: 90%;
}
.fs_110 {
  font-size: 110%;
}
.fs_120 {
  font-size: 120%;
}
.fs_130 {
  font-size: 130%;
}
.fs_140 {
  font-size: 140%;
}
.fs_150 {
  font-size: 150%;
}
.fs_160 {
  font-size: 160%;
}
.fs_170 {
  font-size: 170%;
}
.fs_180 {
  font-size: 180%;
}
.fs_190 {
  font-size: 190%;
}
.fs_200 {
  font-size: 200%;
}

.list_disc {
  position: relative;
}
.list_disc > li {
  position: relative;
  padding-left: 1.5em;
}
.list_disc > li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #ff2200;
}
.list_disc > li ul li {
  position: relative;
  padding-left: 1.5em;
}
.list_disc > li ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #ff2200;
  font-weight: 700;
  transform: scale(1.5);
}
.list_num {
  position: relative;
  counter-reset: list-count01;
}
.list_num > li {
  position: relative;
  padding-left: 1.5em;
}
.list_num > li::before {
  content: counter(list-count01) ".";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  counter-increment: list-count01;
}
.list_table {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.list_table > dt {
  position: relative;
  width: 7.2em;
  color: #ff2200;
  font-weight: 400;
}
.list_table > dt::after {
  content: "：";
  position: absolute;
  right: -6px;
  top: 0;
  display: block;
  color: #0069d7;
}
.list_table > dd {
  width: calc(100% - 8.5em);
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(0, 105, 215, 0.98);
  z-index: 1000;
}
.popup_area {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1010;
}
.popup_bg {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 1020;
  cursor: pointer;
}
.popup_inner {
  align-self: flex-start;
  width: 100%;
  max-width: 1150px;
  margin: auto;
  padding: 5rem 3.5rem;
  z-index: 1030;
}
.popup_close {
  position: relative;
  display: block;
  margin: 0 0 1.6rem auto;
  width: 5.6rem;
  height: 5.7rem;
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.popup_list > li {
  display: none;
}
.popup_column {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4rem 0;
  width: 100%;
  padding: 8rem 4rem;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .popup_column {
    gap: 0 0;
    padding: 8rem 9.2592592593%;
  }
}
.popup_column_img {
  position: relative;
  width: 40rem;
  margin: 0 auto;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .popup_column_img {
    width: 34.0909090909%;
    margin: 0;
  }
}
.popup_column_text {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .popup_column_text {
    width: 61.3636363636%;
  }
}
.popup_column_text_01 {
  position: relative;
  padding-bottom: 2rem;
  color: #0069d7;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .popup_column_text_01 {
    padding-bottom: 1.5rem;
    font-size: 2.7rem;
  }
}
.popup_column_text_01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.6rem;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 2.4rem 0.6rem;
}
@media screen and (min-width: 768px) {
  .popup_column_text_01::after {
    height: 0.4rem;
    background-size: 1.6rem 0.4rem;
  }
}
.popup_column_text_02 {
  position: relative;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .popup_column_text_02 {
    margin-top: 3rem;
  }
}
.popup_column_text_02 * {
  font-size: 3rem;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .popup_column_text_02 * {
    font-size: 1.8rem;
  }
}
.popup_column_text_03 {
  position: relative;
  margin-top: 4rem;
  padding: 0.4rem;
  border-radius: 2rem;
  background-image: url(../images/common/common_bg07.png);
  background-repeat: repeat;
  background-position: center bottom;
  background-size: 16.8rem 8.4rem;
}
@media screen and (min-width: 768px) {
  .popup_column_text_03 {
    margin-top: 3rem;
    background-size: 12.6rem 6.3rem;
  }
}
.popup_column_text_03_inner {
  padding: 4rem 3rem;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .popup_column_text_03_inner {
    padding: 3rem;
  }
}
.popup_column_text_03_inner * {
  font-size: 2.8rem;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .popup_column_text_03_inner * {
    font-size: 1.6rem;
  }
}
.popup_goods .popup_column_text_01 {
  text-align: left;
}
.popup_cast .popup_column_text_01 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .popup_cast .popup_column_text_01 {
    text-align: left;
  }
}/*# sourceMappingURL=base.css.map */