@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Shippori Mincho B1", serif;
  box-sizing: border-box;
}

body.active {
  overflow: hidden !important;
}

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

#kataage h1,
h2,
h3 {
  font-family: "Shippori Mincho B1", serif;
  margin: 0;
  font-weight: bold;
}

#kataage span {
  line-height: 1;
}

#kataage a {
  cursor: pointer;
  text-decoration: none;
  color: #111111;
}

#kataage a:hover {
  opacity: 0.7;
  cursor: pointer;
}

#kataage img {
  vertical-align: middle;
  width: 100%;
}

#kataage .pc {
  display: block;
}

#kataage .sp {
  display: none;
}

/* アニメーション */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

#kataage .note {
  font-size: 1.2rem;
  color: #fff;
  text-align: right;
  z-index: 1;
  margin: 5%;
}

/* attention */
#kataage .attention_box {
  font-family:
    YuGothic, "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.5;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  color: #000;
  background-color: #fff;
  padding: 1vw;
}
.attention_txt {
  font-size: 14px;
  text-align: right;
  position: absolute;
  top: 1.4em;
  right: 1em;
  display: block;
  text-decoration: none;
  color: #3c3c3c;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  z-index: 100000;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


#kataage .attention_box a {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  #kataage .attention_box {
    padding: 20px 2vw;
  }

  #kataage .attention_box p {
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .attention_txt {
    font-size: 3.2vw;
    top: 0;
    line-height: 1.4;
    text-decoration: none;
    color: #3c3c3c;
    /* display: block; */
    padding: 1em 0.8em;
  }
}


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

/* MV */
#kataage .mv {
  position: relative;
  height: 53.47vw;
  /* height: 46vw; */
  max-height: 770px;
  width: 100%;
  background-image: url(../img/mv_bg_kinpaku.png), url(../img/mv_bg.jpg);
  background-repeat: no-repeat, repeat;
  background-position:
    top 5% center,
    top;
  background-size: 100%, 100%;
  z-index: 1;
  overflow: hidden;
}

#kataage .mv_inner {
  position: relative;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#kataage .mv_page01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

#kataage .mv_page01 h1 {
  width: min(852px, 59.16vw);
  margin-inline: auto;
}
#kataage .mv_page01 h1 a:hover {
  opacity: 1;
}

#kataage .mv_page01 .mv_btn {
  position: absolute;
  width: min(192px, 13.33vw);
  bottom: min(51px, 3.54vw);
  right: min(271px, 18.81vw);
  animation: heartbeat 2s ease-in-out infinite;
}

@keyframes heartbeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

#kataage .mv_page01 .mv_btn a:hover {
  opacity: 1;
}

#kataage .mv_page01 .mv_pkg {
  position: absolute;
  width: min(279px, 19.375vw);
  bottom: min(51px, 3.54vw);
  left: min(154px, 10.69vw);
}

#kataage .mv_page01 .mv_copy {
  position: absolute;
  width: min(270px, 18.75vw);
  top: min(71px, 4.93vw);
  left: min(77px, 5.34vw);
}

#kataage .mv_page01 .mv_chips li {
  position: absolute;
  z-index: -1;
}

#kataage .mv_page01 .mv_chips li:nth-of-type(1) {
  width: min(202px, 14.02vw);
  top: min(35px, 2.43vw);
  left: max(-4px, -0.27vw);
}
#kataage .mv_page01 .mv_chips li:nth-of-type(2) {
  width: min(264px, 18.33vw);
  bottom: max(-42px, -2.91vw);
  left: max(-6px, -0.42vw);
}
#kataage .mv_page01 .mv_chips li:nth-of-type(3) {
  width: min(330px, 22.91vw);
  top: min(29px, 2.01vw);
  right: min(18px, 1.25vw);
}

#kataage .mv_inner .mv_img {
  position: absolute;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#kataage .mv_inner .model ._left {
  position: absolute;
  width: 35vw;
  max-width: 453px;
  bottom: 0;
  left: 1.5%;
  z-index: -2;
}

#kataage .mv_inner .model ._right {
  position: absolute;
  width: 44vw;
  max-width: 600px;
  right: 0;
  bottom: 0;
  z-index: -2;
}

#kataage .mv_inner .chips ._left {
  position: absolute;
  width: 16%;
  max-width: 282px;
  top: 4vw;
  right: 0;
  z-index: -1;
}

#kataage .mv_inner .chips._page02 ._left {
  position: absolute;
  width: 20%;
}

#kataage .mv_inner .chips._page02 ._right {
  position: absolute;
  width: 8%;
  max-width: 180px;
  right: 0;
  bottom: 10vw;
  z-index: -1;
}

#kataage .mv_inner .chips ._right {
  position: absolute;
  width: 11%;
  max-width: 180px;
  right: 0;
  bottom: 10vw;
  z-index: -1;
}

#kataage .main_logo {
  display: flex;
  margin: 0 auto;
  width: 60%;
  max-width: 775px;
  align-items: flex-end;
  justify-content: center;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}

#kataage .mv_inner .main_logo .pkg {
  width: 100%;
  height: 100%;
  max-width: 515px;
}

#kataage .mv_inner .main_logo .logo {
  width: 35%;
  margin-bottom: 80px;
}

#kataage .copy {
  margin: 0 auto;
  padding-top: 40px;
  width: 42%;
  max-width: 588px;
  top: 1vw;
  left: 0;
  position: absolute;
}

#kataage .mv_inner .copy .sizzle {
  width: 100%;
}

#kataage .mv_inner .copy .txt {
  max-width: 224px;
  width: 15vw;
  top: 53%;
  left: 50%;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
}

#kataage .sub_pkg {
  display: flex;
  margin: 0 auto;
  width: 30%;
  align-items: flex-end;
  justify-content: center;
  top: 56%;
  right: 69%;
  position: absolute;
  z-index: 1;
}

#kataage .mv_inner .sub_pkg .pkg {
  width: 50%;
  height: 100%;
}

#kataage .mv_inner .sub_pkg .left {
  width: 50%;
}

#kataage .mv_inner .sub_pkg .right {
  width: 50%;
}

/* mv slider */
#kataage .slider_wrap {
  width: 100%;
  height: 100%;
}

#kataage .mv_page01,
#kataage .mv_page02 {
  position: relative;
  width: 100%;
  height: 53.47vw;
  /* height: 46vw; */
  max-height: 770px;
  overflow: hidden;
}

#kataage .slider_arrow {
  position: absolute;
  background-image: url(../img/slider_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 50%;
  z-index: 11;
}

#kataage .js-mv-next {
  transform: translateY(-50%) rotate(180deg);
  right: 1%;
}

#kataage .js-mv-prev {
  left: 1%;
}

/* dot */
#kataage .dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 100;
  pointer-events: auto;
}

#kataage .dots ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#kataage .dots ul li {
  margin: 0 8px;
}

#kataage .dots ul li button {
  border: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  text-indent: -9999px;
}

#kataage .dots ul li.slick-active button {
  background-color: #ffffff;
}

#kataage #movie_controller {
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "メイリオ", sans-serif;
  position: absolute;
  z-index: 10;
  bottom: 30px;
  right: 40px;
  display: none;
}

/* フローティングボタン */
.fab {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease;
  width: 100%;
}

.fab.is-show {
  opacity: 1;
  visibility: visible;
}

#kataage .cp-btn {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(to left, #e5b71e, #ebde9d, #e5b71e);
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px;
}

#kataage .cp-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  width: 60%;
  margin: 0 auto;
}

#kataage .cp-btn.show {
  opacity: 1;
}

/* sec01 */
#kataage .sec01 {
  position: relative;
  background-image: url(../img/sec01_bg.jpg);
  background-size: 50%, cover;
  background-position: center top;
  padding-top: 160px;
}

/* sec02 */
#kataage .sec02 {
  position: relative;
  background-image: url(../img/sec02_bg.jpg);
  background-size: 100%, cover;
  background-position: center top;
}

#kataage .bg_bottom_item._01 {
  margin-top: 0px;
}

#kataage .sec01 .chips._left {
  position: absolute;
  width: 18%;
  left: 30px;
  top: 47px;
}

#kataage .sec01 .chips._left:nth-of-type(2) {
  position: absolute;
  width: 15%;
  left: 20%;
  top: 63%;
}

#kataage .sec01 .chips._right {
  position: absolute;
  width: 30%;
  right: 4%;
  bottom: 8%;
}

#kataage .sec01_inner {
  text-align: center;
  padding-bottom: 100px;
}

#kataage .sec02 .chips._left {
  position: absolute;
  width: 14%;
  left: 30px;
  top: 47px;
}

#kataage .sec02 .chips._left:nth-of-type(2) {
  position: absolute;
  width: 8%;
  left: 20%;
  top: 60%;
}

#kataage .sec02 .chips._right {
  position: absolute;
  width: 30%;
  right: 4%;
  bottom: 8%;
}

#kataage .sec02_inner {
  text-align: center;
  padding-bottom: 180px;
}

#kataage .anc {
  background: radial-gradient(circle at center, #053a94, #00114e);
  position: relative;
  z-index: 1;
  box-shadow: 0px -20px 20px 0px rgba(2, 14, 47, 0.2);
}

#kataage .anc_inner {
  text-align: center;
  padding: 32px;
  font-size: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#kataage .anc a {
  color: #fff;
  margin: 0 60px;
  letter-spacing: 0.2rem;
  font-weight: bold;
}

#kataage .sec01_inner ._text {
  width: 600px;
  margin: auto;
}

#kataage .sec02_inner ._text {
  width: 600px;
  margin: auto;
}

#kataage .movie_title {
  width: 25%;
  display: block;
  margin: 0 auto 60px;
}

#kataage .movie_sub-title {
  width: 30%;
  margin: auto;
  margin: 0 auto 48px;
}

#kataage .movie_name {
  font-size: 2rem;
  padding-top: 20px;
  color: #fafafa;
  line-height: 1.2;
}

#kataage .movie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0;
  max-width: 1200px;
  width: 100%;
  position: relative;
}

#kataage .movie_inner {
  width: 50%;
  margin-bottom: 80px;
}

/* youtube */
#kataage .youtube_box {
  margin: 0 auto;
  width: 90%;
  position: relative;
}

#kataage .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#kataage .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#kataage .youtube_box._new::before {
  content: "";
  top: 0%;
}

/* スライダー */
#kataage .slider-block {
  margin-inline: auto;
  width: 100%;
}

#kataage .slider-img {
  margin: 0 10px;
}

#kataage .slider-img iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

#kataage .slider-img img {
  height: auto;
  width: 100%;
}

#kataage .slider-block .caption {
  font-size: 2rem;
  color: #fff;
  margin-top: 20px;
}

/* 矢印 */
#kataage .slick-prev,
#kataage .slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  color: transparent;
  /* 文字を透明にして非表示にする */
  /* background-color: rgba(255, 255, 255, 0.5); */
  padding: 10px;
  transform: translateY(-50%);
}

#kataage .slick-prev:before,
#kataage .slick-next:before {
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  font-size: 3rem;
  line-height: 0%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#kataage .slick-prev {
  left: 1%;
  /* 左矢印 */
}

#kataage .slick-next {
  right: 1%;
  /* 右矢印 */
}

@media screen and (max-width: 768px) {
  #kataage .slick-prev {
    left: 1.5%;
    /* 左矢印 */
  }

  #kataage .slick-next {
    right: 1.5%;
    /* 右矢印 */
  }
}

/* ドット */
/* .slick-dots {
  bottom: -40px;
} */

.slick-dots li button:before {
  font-size: 6px;
  /* ドットのサイズ */
  color: #ccc;
  /* ドットの色 */
}

.slick-dots li.slick-active button:before {
  color: #fff;
  /* アクティブなドットの色 */
}

/* sec03 */
#kataage .sec03 {
  background-image: url(../img/sec03_bg.jpg);
  background-repeat: repeat;
  background-position: top;
  background-size: 100%;
  position: relative;
  padding-top: 110px;
}

#kataage .sec03 .chips {
  position: absolute;
  right: 2%;
  bottom: -21%;
  width: 29%;
  z-index: 1;
}

#kataage .bg_bottom_item {
  width: 100%;
  margin-top: -2px;
}

#kataage .sec03_inner {
  text-align: center;
}

#kataage .sec03 p {
  color: #fff;
  font-size: 4rem;
  margin: 10vw auto 0;
  text-align: center;
}

#kataage .sec03 ._title {
  width: 50%;
  margin-left: auto;
  margin-left: 13%;
}

#kataage .flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#kataage .title_box {
  width: 20%;
}

#kataage .item_box {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#kataage .sec03 .item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#kataage .sec03 .item:nth-of-type(2) {
  margin-top: 120px;
}

#kataage .sec03 .item:nth-of-type(3) {
  margin-top: -120px;
}

#kataage .bg_bottom_item {
  position: relative;
}

#kataage .bg_bottom_item ._text {
  position: absolute;
  color: #fff;
  font-size: 4.8rem;
  left: 15%;
  right: 15%;
  bottom: 65%;
  text-align: center;
}

/* sec04 */
#kataage .sec04 {
  background-image: url("../img/sec04_bg.jpg");
  background-color: #fbf5e7;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding: 0 0 80px 0;
  position: relative;
}

#kataage .sec04 .bg_item ._top {
  position: absolute;
  width: 29%;
  top: -20%;
  right: 5%;
}

#kataage .sec04_inner {
  text-align: center;
}

#kataage .sec04_inner ._title {
  width: 64%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  padding-right: 23%;
}

#kataage .sec04_inner .tab_box {
  display: flex;
  justify-content: center;
}

#kataage .sec04 .tab {
  background-image: url(../img/sec04_tab_off.png);
  background-repeat: no-repeat;
  height: 145px;
  width: 358px;
  margin-right: 3px;
  cursor: pointer;
}

#kataage .sec04 .tab:last-child {
  margin-right: 0;
}

#kataage .sec04 .tab_box .tab._on {
  background-image: url(../img/sec04_tab_on.png);
  z-index: 1;
}

#kataage .sec04 .tab .number {
  color: #0d1c54;
  font-size: 26px;
  line-height: 1;
}

#kataage .sec04 .tab._on .number {
  color: #e8be3f;
}

#kataage .sec04 .tab .number p {
  width: 80px;
  margin-left: 137px;
}

#kataage .sec04 .tab .number strong {
  font-size: 36px;
}

#kataage .sec04 .tab .title {
  color: #fafafa;
  font-size: 25px;
  margin-top: 26px;
  font-weight: bold;
}

#kataage .sec04 .tab._on .title {
  color: #0d1c54;
}

#kataage .roots_area {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border: solid #0d1c54;
  color: #fafafa;
  border-width: 0 10px 10px 10px;
  height: 710px;
  overflow: auto;
  margin-top: -22px;
  background-image: url(../img/rootarea_tab03_bg.jpg);
  background-repeat: repeat;
}

#kataage .roots_area .area01 {
  display: none;
}

#kataage .roots_area .area02 {
  display: none;
}

#kataage .roots_area .area03 {
  display: none;
}

#kataage .roots_area .is-show {
  display: block;
}

#kataage .rootarea_tab03_bg {
  padding: 100px;
}

#kataage .rootarea_tab03_bg p {
  margin: 40px auto;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}

/* sec05 */
#kataage .sec05 {
  background-image: url("../img/sec02_bg.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 64px 0;
  position: relative;
}

#kataage .sec05 .banner_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  gap: 16px;
  max-width: 1080px;
  width: 90%;
}

#kataage .sec05 .banner_box li {
  width: 30%;
}

#kataage .banner_sub-title {
  width: 30%;
  margin: auto;
  margin: 0 auto 32px;
}

/* sec06 */
#kataage .sec06 {
  background-color: #fff;
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 60px 0;
  position: relative;
  margin-bottom: 8%;
}

#kataage .sec06 .banner_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  gap: 16px;
  max-width: 1080px;
  width: 90%;
}

#kataage .sec06 .banner_box li {
  width: 20%;
  border: 1px solid #ccc;
}

/* フェードイン */
#kataage .fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

#kataage .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 1400px) {
  #kataage .mv_inner .main_logo .pkg {
    width: 60%;
  }

  #kataage .sub_pkg {
    width: 16%;
    bottom: 4%;
    right: 74%;
  }
}

/*****************************
  SP画面
*****************************/

@media screen and (max-width: 940px) {
  #kataage .pc:not(h1) {
    display: none;
  }

  #kataage .sp {
    display: block;
  }

  #kataage .note {
    font-size: 0.8rem;
    margin: 3%;
  }

  /* MV */
  #kataage .mv {
    height: 148vw;
    max-height: none;
  }

  #kataage .mv_page01 {
    background-image:
      url("../img/s_mv_bg_kinpaku.png"), url("../img/s_base_bg.jpg");
    background-repeat: no-repeat;
    background-position: top, top;
    background-size: 100%, 100%;
    z-index: 1;
  }

  #kataage .mv_page02 {
    background-image:
      url("../img/s_mv_bg_kinpaku.png"), url("../img/s_mv_bg_kinpaku02.png"),
      url("../img/s_base_bg.jpg");
    background-repeat: no-repeat;
    background-position:
      top,
      0 140%,
      top;
    background-size: 100%, 100%, cover;
    z-index: 1;
  }

  #kataage .mv_page01,
  #kataage .mv_page02 {
    position: relative;
    width: 100%;
    height: 148vw;
    max-height: 100%;
  }

  #kataage .mv_page01::before {
    content: "";
    position: absolute;
    top: 5vw;
    left: 0px;
    margin: auto;
    width: 100%;
    aspect-ratio: 750 /1037;
    background-image: url("../img/s_main_circle.png");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
  }

  #kataage .mv_page01 h1 {
    width: 90.93vw;
    z-index: 0;
    position: relative;
    transform: translateY(-3vw);
  }

  #kataage .mv_page01 .mv_btn {
    position: absolute;
    width: 37vw;
    bottom: 10vw;
    right: 4vw;
  }

  #kataage .mv_page01 .mv_pkg {
    position: absolute;
    width: 38.4vw;
    bottom: 1vw;
    left: 2vw;
  }

  #kataage .mv_page01 .mv_copy {
    position: absolute;
    width: 85.6vw;
    top: 0vw;
    left: 50%;
    transform: translate(-50%);
  }

  #kataage .mv_page01 .mv_chips li {
    position: absolute;
    z-index: -1;
  }

  #kataage .mv_page01 .mv_chips li:nth-of-type(1) {
    width: 30.13vw;
    top: 26vw;
    left: 0vw;
  }

  #kataage .mv_page01 .mv_chips li:nth-of-type(2) {
    width: 40.8vw;
    top: 5vw;
    right: 0vw;
    left: auto;
  }
  #kataage .mv_page01 .mv_chips li:nth-of-type(3) {
    width: 26.8vw;
    top: 81vw;
    right: 0vw;
  }
  #kataage .js-mv-next {
    transform: translateY(0%) rotate(180deg);
  }

  #kataage .slider_arrow {
    width: 24px;
    height: 24px;
  }

  #kataage .dots ul li button {
    width: 3px;
    height: 3px;
  }

  #kataage .copy {
    left: 50%;
    top: -20%;
    transform: translate(-50%);
    width: 94%;
    max-width: 100%;
  }

  #kataage .mv_inner .copy .txt {
    top: 59%;
    max-width: none;
    width: 60%;
    left: 50%;
  }

  #kataage .main_logo {
    top: 12%;
    width: 68%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0;
  }

  #kataage .mv_inner .main_logo .pkg {
    width: 100%;
  }

  #kataage .sub_pkg {
    left: 50%;
    top: 68%;
    width: 95%;
    max-width: 100%;
    transform: translateX(-50%);
    padding-top: 0;
    align-items: center;
  }

  #kataage .sub_pkg img {
    width: 35.3%;
  }

  #kataage .sub_pkg .logo {
    width: 30%;
  }

  #kataage .mv_inner .chips ._left {
    width: 30vw;
    max-width: none;
    top: 25%;
    right: 1%;
    z-index: 1;
  }

  #kataage .mv_inner .chips ._left:nth-of-type(2) {
    width: 42vw;
    max-width: none;
    top: 38%;
    left: -5%;
    z-index: 1;
  }

  #kataage .mv_inner .chips ._right {
    width: 22vw;
    max-width: none;
    right: -3%;
    top: 46%;
  }

  #kataage .anc {
    width: 100%;
    font-size: 16px;
  }

  #kataage .anc_inner {
    justify-content: center;
    padding: 16px;
    flex-wrap: nowrap;
  }

  #kataage .anc a {
    margin: 5px;
    width: 30%;
    font-size: 1.8rem;
    line-height: 1.4;
  }

  #kataage .cp-btn {
    width: 100%;
    max-width: 100%;
    background: linear-gradient(to left, #e5b71e, #ebde9d, #e5b71e);
    bottom: 0;
    right: 0;
    left: 0;
    padding: 2%;
  }

  #kataage .cp-btn-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 90%;
    margin: 0 auto;
  }

  #kataage .sec01_inner {
    padding-bottom: 0;
  }

  /* sec01 */
  #kataage .sec01 {
    position: relative;
    background-image: url(../img/s_sec01_bg.jpg);
    background-size: 100%;
    padding-top: 15%;
    padding-bottom: 8%;
  }

  #kataage .sec01 .chips._left {
    display: none;
  }

  #kataage .sec01 .chips._right {
    width: 54%;
    right: -5%;
    bottom: -25%;
    z-index: 1;
  }

  #kataage .sec01_inner ._text {
    width: 80%;
  }

  /* sec02 */
  #kataage .sec02 {
    position: relative;
    background-image: url(../img/s_base_bg.jpg);
    background-size: 100%;
    background-position: top;
    padding-top: 20%;
  }

  #kataage .sec02 .chips._left {
    display: none;
  }

  #kataage .sec02 .chips._right {
    width: 69%;
    right: 0;
    top: 22%;
  }

  #kataage .sec02_inner ._text {
    width: 80%;
    margin: 10% auto 50% auto;
  }

  #kataage .movie_title {
    width: 50%;
    margin: 0 auto 8% auto;
  }

  #kataage .movie {
    margin: 2% auto;
  }

  #kataage .movie_name {
    font-size: 4vw;
    padding-top: 10px;
  }

  #kataage .movie_inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  /* youtube */
  #kataage .youtube_box {
    margin: 3% 0;
    width: 90%;
  }

  #kataage .youtube_box._new::before {
    height: 100%;
  }

  #kataage .youtube_box._new::before {
    top: 2%;
  }

  #kataage .movie_sub-title {
    width: 95%;
    margin: 40px auto 32px;
  }

  #kataage .slider-block .caption {
    font-size: 4vw;
    margin-top: 10px;
  }

  #kataage .slider-track {
    position: relative;
    left: 9%;
  }

  #kataage .slide {
    flex: 0 0 80%;
    margin: 0 1vw;
  }

  #kataage .sec02_inner {
    padding-bottom: 40px;
  }

  #kataage .item_box {
    width: 100%;
  }

  #kataage .sec03 .item {
    width: 90%;
  }

  #kataage .sec03 .item:nth-of-type(1),
  #kataage .sec03 .item:nth-of-type(3) {
    margin: 0 40px 0 0;
  }

  #kataage .sec03 .item:nth-of-type(2),
  #kataage .sec03 .item:nth-of-type(4) {
    margin: 0 -20px 0 0;
  }

  /* sec03 */
  #kataage .sec03 {
    background-image: url(../img/s_sec03_bg.jpg);
    background-position: top;
    background-size: 100%;
    padding-top: 10%;
  }

  #kataage .bg_bottom_item {
    width: 100%;
    margin-top: -2px;
  }

  #kataage .sec03 .chips._left {
    width: 30%;
    left: 70%;
    top: 1%;
  }

  #kataage .sec03 .chips._right {
    position: absolute;
    width: 70%;
    right: 42%;
    top: -8%;
  }

  #kataage .sec03 .chips {
    right: 52%;
    width: 55%;
    bottom: -5%;
  }

  #kataage .sec03 .bg._bottom {
    position: absolute;
    width: 100%;
    bottom: -361px;
  }

  #kataage .sec03 ._title {
    width: 110%;
    margin-left: 9%;
    margin-top: 0;
    padding-left: 0;
  }

  #kataage .sec03_inner {
    margin-bottom: 20%;
  }

  #kataage .sec03 .sec03_chips {
    position: absolute;
    width: 30%;
    bottom: 170%;
  }

  #kataage .sec03 p {
    font-size: 5.5vw;
    margin: 10vw auto;
  }

  #kataage .sec03 .chips_02._left {
    width: 30%;
    max-width: none;
    right: 1%;
    bottom: 5%;
  }

  #kataage .bg_bottom_item ._text {
    font-size: 5.6vw;
    left: 0;
    right: 0;
    bottom: 125%;
  }

  #kataage .sec04 .bg_item.s_chips {
    width: 62%;
    max-width: 502px;
    top: -4%;
    right: 49%;
  }

  #kataage .sec04 .bg_item ._top {
    width: 62%;
    max-width: 502px;
    top: -4%;
    right: 49%;
  }

  #kataage .sec04 .bg_item ._chips {
    width: 62%;
    max-width: 502px;
    top: -4%;
    right: 49%;
  }

  #kataage .sec04_inner ._title {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3%;
    padding-right: 0;
    z-index: 2;
    position: relative;
  }

  #kataage .sec04 .tab {
    background-image: url(../img/s_sec04_tab_off.png);
    background-size: 100%;
    padding-bottom: 10%;
    width: 30vw;
    height: 19.6vw;
    margin-right: 0.3%;
  }

  #kataage .sec04 .tab_box .tab._on {
    background-image: url(../img/s_sec04_tab_on.png);
    z-index: 1;
    height: 18.5vw;
  }

  #kataage .sec04 .tab .number {
    font-size: 4vw;
    font-weight: bold;
    margin-top: 1vw;
  }

  #kataage .sec04 .tab .number strong {
    font-size: 4.4vw;
  }

  #kataage .sec04 .tab .title {
    font-size: 3.74vw;
    margin-top: 3vw;
    font-weight: bold;
  }

  #kataage .sec04 .tab._on .title {
    color: #0d1c54;
  }

  #kataage .roots_area {
    width: 90.5%;
    border-width: 0 5px 5px 5px;
    height: 153vw;
    margin-top: -3%;
  }

  #kataage .rootarea_tab03_bg {
    padding: 5% 5% 10%;
  }

  #kataage .rootarea_tab03_bg p {
    margin: 10% auto;
    font-size: 1.6rem;
    line-height: 2;
  }

  #kataage .sec04 .tab .number p {
    margin-left: 29%;
    width: 42%;
  }

  #kataage .banner_sub-title {
    width: 95%;
    margin: 0px auto 32px;
  }
}

@media screen and (940px <=width < 1200px) {
  #kataage .sec01_inner ._text {
    width: 52%;
  }

  #kataage .sec02_inner ._text {
    width: 52%;
  }

  #kataage .sec03 p {
    font-size: 2.8rem;
  }

  #kataage .bottom_text {
    font-size: 2.8rem;
  }
}

@media screen and (768px <=width < 940px) {
  #kataage .sec05 .banner_box li {
    width: 48%;
  }
  #kataage .sec05 .banner_box li._01 {
    order: 2;
  }

  #kataage .sec05 .banner_box li._02 {
    order: 1;
  }
  #kataage .sec05 .banner_box li._03 {
    order: 3;
  }
  #kataage .sec06 {
    margin-bottom: 24%;
  }

  #kataage .sec06 .banner_box {
    gap: 20px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  #kataage .sec06 .banner_box li {
    width: 47%;
  }
}

@media screen and (375px <=width < 768px) {
  #kataage .sec04 .tab .number {
    font-size: 3.8vw;
  }

  #kataage .sec04 .tab .number strong {
    font-size: 4vw;
  }

  #kataage .sec05 {
    padding: 40px 0;
  }

  #kataage .sec05 .banner_box {
    gap: 20px;
  }

  #kataage .sec05 .banner_box li {
    width: 100%;
  }

  #kataage .sec05 .banner_box li._01 {
    order: 2;
  }

  #kataage .sec05 .banner_box li._02 {
    order: 1;
  }

  #kataage .sec05 .banner_box li._03 {
    order: 3;
  }

  #kataage .sec06 {
    padding: 32px 0;
    margin-bottom: 24%;
  }

  #kataage .sec06 .banner_box {
    gap: 20px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  #kataage .sec06 .banner_box li {
    width: 47%;
  }
}
