@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;
}
#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;
  }
}

/* MV */
#kataage .mv {
  position: relative;
  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_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 ._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: 100%;
  max-width: 374px;
  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%;
}


/* 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);
  height: 80px;
}

#kataage .anc_inner {
  text-align: center;
  padding: 32px;
  font-size: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}

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

#kataage .back-btn {
  transition: 0.5s;
  max-width: 188px;
  width: 15%;
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 50;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.2));
}

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

/* #kataage .anc .campaign_btn {
  margin: 0;
  max-width: 188px;
  width: 15vw;
  position: fixed;
  left: 85vw;
} */

#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: 12px; /* ドットのサイズ */
  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: 24px 0;
  position: relative;
}
#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 {
    display: none;
  }

  #kataage .sp {
    display: block;
  }

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

  /* MV */
  #kataage .mv {
    height: 145vw;
    max-height: none;
    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 .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%;
    padding: 10px 16px;
    font-size: 16px;
    justify-content: left;
    position: relative;
    height: 70px;
  }

  #kataage .anc_inner {
    justify-content: flex-start;
    padding: 16px;
    font-size: 18px;
  }

  #kataage .anc a {
    margin: 5px;
    width: 24%;
  }

  #kataage .back-btn {
    width: 22%;
  }
/* 
  #kataage .anc .campaign_btn {
    width: 22%;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  } */

  #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 (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 .sec06 {
    padding: 32px 0;
  }

  #kataage .sec06 .banner_box {
    gap: 20px;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
  
  #kataage .sec06 .banner_box li {
    width: 47%;
  }

}