@charset "UTF-8";
/* CSS Document */

/* レイアウト */

.m-main-content {
  list-style: none;
  overflow: hidden;
}

.m-main-content img {
  transition: all 0.3s ease 0s;
}

.is-right {
  aspect-ratio: 144/275;
}

.ttl_box {
  display: block;
  float: left;
  margin: 0 auto 8px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.title-sub {
  padding: 20px;
  text-align: justify;
  color: #000;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.09em;
}

.main_box {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #FBFBFB;
}
.main_box img {
  display: block;
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
}

.navi {
  display: block;
  overflow: hidden;
  width: 100%;
  /*border-bottom: solid 1px #9e9e9e;*/
}
.navi ul {
  display: block;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.navi ul li {
  display: inline-block;
  overflow: hidden;
  font-size: 13px;
  width: 19%;
  margin: 2px 0.5%;
  /*float: left;*/
  border-bottom: solid 3px #fff;
  text-align: center;
  letter-spacing: 0.5px;
}
.navi ul li a {
  color: #fff;
  background-color: #076fcd;
  text-decoration: none;
  padding: 8px 5px 6px 5px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 4px;
	    min-height: 52px;
}

.con1 {
  display: block;
  /* overflow: hidden; */
  width: 100%;
  text-align: center;
  padding: 20px 0 40px;
}

.style-heading {
  grid-row: 1/2;
  grid-column: 1/3;
  align-self: end;
  justify-self: center;
  margin-bottom: 20px;
}

.style-heading-no {
  font-size: 18px;
  color: #555;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.style-heading-txt {
  font-size: 12px;
}

.style-heading-itemtitle {
  font-size: 40px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-grid-solo {
  width: 900px;
  display: grid;
  grid-template-rows: 200px auto;
  grid-template-columns: 200px 200px 50px 500px;
  margin: 0 auto 40px;
}

.main-grid-txt-wrapper {
  grid-row: 2/5;
  grid-column: 1/3;
}

.main-grid-imgarea-solo {
  grid-row: 1/5;
  grid-column: 4/5;
  align-self: center;
  position: relative;
}

.main-grid-imgarea-four1 img,
.main-grid-imgarea-four2 img,
.main-grid-imgarea-four3 img,
.main-grid-imgarea-four4 img {
  width: 315px;
  height: 320px;
  object-fit: cover;
  object-position: top;
  border: solid 5px #fff;
  aspect-ratio: 63/64;
}

.main-grid-four {
  width: 1000px;
  display: grid;
  grid-auto-rows: auto auto auto auto;
  grid-template-columns: 200px 170px 50px 315px 315px;
  margin: 0 auto 40px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.main-grid-imgarea-four1 {
  grid-row: 1/3;
  grid-column: 4/5;
}

.main-grid-imgarea-four2 {
  grid-row: 1/3;
  grid-column: 5/6;
}

.main-grid-imgarea-four3 {
  grid-row: 3/6;
  grid-column: 4/5;
}

.main-grid-imgarea-four4 {
  grid-row: 3/5;
  grid-column: 5/6;
}

.style-heading-four {
  grid-row: 1/3;
  grid-column: 1/3;
}

.main-grid-txt-four {
  grid-row: 2/3;
  grid-column: 4/6;
  background-color: #e9e9e9;
  border-radius: 10px;
  position: relative;
  margin: 0 20px;
}

.main-grid-txt-wrapper-four {
  grid-row: 2/5;
  grid-column: 1/3;
}

.main-grid-item-detail-four {
  align-self: end;
  justify-self: center;
}

.line-dashed-four {
  border-bottom: dashed 1px #9e9e9e;
  width: 400px;
  margin: 28px 0;
}

/* ４つグリッド　逆転 */
.main-grid-four-reverse {
  width: 1000px;
  display: grid;
  grid-auto-rows: auto auto auto auto;
  grid-template-columns: 315px 315px 50px 200px 170px;
  margin: 0 auto 40px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.main-grid-imgarea-four1.reverse {
  grid-row: 1/3;
  grid-column: 1/2;
}

.main-grid-imgarea-four2.reverse {
  grid-row: 1/3;
  grid-column: 2/3;
}

.main-grid-imgarea-four3.reverse {
  grid-row: 3/5;
  grid-column: 1/2;
}

.main-grid-imgarea-four4.reverse {
  grid-row: 3/5;
  grid-column: 2/3;
}

.style-heading-four.reverse {
  grid-row: 1/3;
  grid-column: 4/6;
  margin-bottom: 70px;
}

.main-grid-txt-four.reverse {
  grid-row: 2/3;
  grid-column: 4/6;
 background-color: 84bbed;
  border-radius: 10px;
  position: relative;
  margin: 0 20px;
	color: #FFF;
}

.main-grid-txt-wrapper-four.reverse {
  grid-row: 2/5;
  grid-column: 4/6;
}

.main-grid-item-detail-four.reverse {
  align-self: end;
  justify-self: center;
}

.line-dashed-four.reverse {
  border-bottom: dashed 1px #9e9e9e;
  width: 400px;
  margin: 28px 0;
}
/* ４つグリッド逆転　ここまで */

/* ２つグリッド */

.main-grid {
  width: 1000px;
  display: grid;
  grid-template-rows: 200px 50px 120px 150px;
  grid-template-columns: 314px 314px 30px auto;
  margin: 0 auto 40px;
  position: relative;
}

.main-grid-imgarea-double {
  grid-row: 1/5;
  grid-column: 1/2;
  align-self: center;
}

.imgarea-flex {
  display: flex;
  width: 600px;
  justify-content: space-around;
  position: relative;
}

.main-grid-image {
  width: 95%;
  height: auto;
  object-fit: cover;
}

.is-left {
  position: relative;
  top: -40px;
}

.style-heading-double {
  grid-row: 1/2;
  grid-column: 4/5;
  align-self: end;
  justify-self: center;
  margin-bottom: 20px;
}

.main-grid-txt-wrapper-double {
  grid-row: 2/5;
  grid-column: 4/5;
}

.main-grid-txt-double {
  background-color: #e9e9e9;
  border-radius: 10px;
  position: relative;
  margin: 20px 0;
}

.line-dashed-double {
  grid-row: 3 / 4;
  grid-column: 3 / 4;
  border-bottom: dashed 1px #9e9e9e;
  width: 400px;
}

.main-grid-item-detail-double {
  grid-row: 4/5;
  grid-column: 3/4;
}

/* ２つグリッド　ここまで */

.main-grid-item-detail {
  grid-row: 4/5;
  grid-column: 3/5;
  align-self: center;
  justify-self: center;
}

.main-grid-txt {
  /* grid-row: 2/3;
    grid-column: 1/3; */
  align-self: start;
  justify-self: center;
  background-color: #e9e9e9;
  border-radius: 10px;
  position: relative;
  margin: 0 20px;
}

.main-grid-item-detail {
  margin: 20px 0;
}

.line-dashed {
  border-bottom: dashed 1px #9e9e9e;
  width: 400px;
  margin: 28px 0;
}

.main-grid-image-solo {
  width: 460px;
  aspect-ratio: 23/30;
}

.con_come {
  display: block;
  overflow: hidden;
  text-align: left;
  font-size: 15px;
  padding: 20px 0;
  /* border-bottom: dashed 1px #9e9e9e; */
  line-height: 2em;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
	background: #2375bb;
	color: #FFF;
  border-radius: 12px;
}

.con_items_list {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin: 0 25px 0 0;
}

.con_items_list p {
  overflow: hidden;
  margin: 0;
  font-size: 13px;
  padding: 0 15px;
}

.con_items_list p a {
  display: block;
  overflow: hidden;
  color: #000;
  padding: 0;
  line-height: 1.7;
  margin-bottom: 10px;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}


.con2 {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
}
.con2 img {
  width: 124px;
}
.con2 h3,
.content h3 {
  width: 1000px;
  margin: 10px auto;
  text-align: left;
  /*display: block;*/
  display: flex;
  align-items: center;
  overflow: hidden;
  font-weight: normal;
  color: #333333;
  line-height: auto;
  font-size: 20px;
}

.con2 h3::after,
.content h3::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #9e9e9e;
}
.con2 ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}
.con2 ul li {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: hidden;
  /*float: left;*/
  width: 23%;
  margin: 0 20px 40px 0;
  font-weight: 500;
  display: flex;
}

.con2 ul li a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
}
.con2 ul li img {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 5/6;
  margin-bottom: 8px;
}

a .icon {
  background-color: #3e3e3e;
  color: #fff;
  font-size: 11px;
  margin: 0;
  padding: 8px 25px;
  text-align: center;
  transition: all 0.3s ease 0s;
  display: block;
  /* float: right; */
  border-radius: 4px;
  margin-top: auto;
  margin-left: auto;
  font-weight: bold;
}

.content-btn {
  background: #3e3e3e;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 40px auto;
  padding: 20px 0;
  text-align: center;
  width: 80%;
  max-width: 320px;
  font-weight: bold;
}

.content-btn:hover {
  opacity: 0.7;
}

.tfslive_box {
  display: block;
  margin: 40px auto 0;
  width: 100%;
  max-width: 700px;
  overflow: hidden;
  text-align: center;
}

.tfslive_box p {
  font-size: 20px;
  margin-bottom: 10px;
}

.tfslive_box img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/2;
}

.font-m {
  font-size: 33px;
  line-height: 1.3;
}

.grid-caption {
  font-family: "Satisfy", cursive;
  position: absolute;
  transform: rotate(355deg);
}

.grid-caption.four-reverse {
  font-size: 60px;
  left: 36%;
  top: 95%;
  color: #eee;
}

.grid-caption.four {
  font-size: 70px;
  left: 58%;
  top: 84%;
  color: #eee;
}

.grid-caption.solo {
  font-size: 60px;
  right: -10%;
  top: 95%;
  color: #eee;
}

.grid-caption.double-reverse {
  font-size: 55px;
  right: 41%;
  top: 89%;
  color: #eee;
}

.grid-caption.solo2 {
  font-size: 60px;
  top: 90%;
  right: 0;
  color: #eee;
}

.grid-caption.double-reverse2 {
  font-size: 60px;
  left: 80%;
  top: 85%;
  color: #eee;
}

.grid-caption.solo3 {
  font-size: 60px;
  top: 86%;
  right: 5%;
  color: #eee;
}

.banzai {
  align-items: center;
  display: flex;
  justify-content: center;
}

.banzai::before {
  margin-right: 6px;
  transform: rotate(60deg);
}

.banzai::after {
  margin-left: 6px;
  transform: rotate(-60deg);
}

.banzai::before, .banzai::after {
  background-color: #424242;
  content: "";
  height: 1px;
  width: 12px;
}

.s-banner-area img {
  max-width: 100%;
}

@media screen and (min-width: 641px) {
  .main_box img {
    width: 1000px;
    height: auto;
  }

  .con_come {
    line-height: 1.7em;
    padding: 24px 30px;
  }

  .m-btn-active:hover {
    background-color: #ffc17f;
  }

  .navi ul {
    width: 700px;
    margin: 24px auto 64px;
    padding:0;
  }

  .navi ul li {
   width: 48%;
  }

  .navi ul li a:hover {
    opacity: 0.7;
  }
  .main-header li a img:hover {
    opacity: 0.7;
  }

  .con2 ul li a:hover,
  .con_items_list a:hover {
    opacity: 0.7;
  }

  .sml_ttl_box_underbtn_footer a:hover {
    background-color: #7d7d7d;
  }

  .tfslive_box a:hover {
    opacity: 0.7;
  }

  .title-sub {
    margin-top: 0;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
  }

  .mtplus {
    position: relative;
    top: 20px;
  }

  .con2 {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .con2 img {
    width: 124px;
  }
  .con2 h3,
  .content h3 {
    width: 1000px;
    margin: 10px auto;
    text-align: left;
    /*display: block;*/
    display: flex;
    align-items: center;
    overflow: hidden;
    font-weight: normal;
    color: #333333;
    line-height: auto;
    font-size: 20px;
  }

  .con2 h3::after,
  .content h3::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #9e9e9e;
  }
  .con2 ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
  }
  .con2 ul li {
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow: hidden;
    /*float: left;*/
    width: 23%;
    margin: 0 20px 40px 0;
  }

  .con2 ul li a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
  }
  .con2 ul li img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 5/6;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 640px) {
  .main_box {
    height: auto;
    margin: 0;
  }
  .main_box img {
    width: 100%;
    margin: 0;
   }

  .con2 h3 {
    font-size: 20px;
    line-height: 1.5em;
    width: auto;
    margin: 10px;
  }

  .con2 h3::after {
    width: 50%;
  }

  .navi {
    width: 100%;
  }

  .navi ul {
    width: 95%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    column-gap: 7px;
    row-gap: 2px;
	  padding: 0;
  }

  .navi ul li {
    width: 100%;
    /* margin: 4px 1.5%; */
    font-size: 12px;
  }

  .con1,
  .con2,
  .con4,
  .con7 {
    width: 100%;
    padding: 20px 0 24px;
  }

  .con_come {
    padding: 24px 14px;
  }

  .con2 ul {
    width: 100%;
    margin: 0 auto;
  }
  .con2 ul li a {
    font-size: 13px;
  }
  .con2 ul li {
    width: 43% !important;
    margin: 0 3.5% 20px;
    float: left;
  }

  .con2 ul li img {
    width: 100%;
    height: auto;
  }

  .con_items_list {
    padding: 0 0 0 5px;
    margin: 0;
  }

  .con_items_list p {
    padding: 0 15px;
  }

  .main-grid {
    width: 95%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .main-grid-solo {
    width: 95%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-content: center;
  }

  .style-heading {
    grid-row: 1/2;
  }

  .style-heading-itemtitle {
    font-size: 28px;
  }

  .main-grid-txt-wrapper {
    grid-row: 3/5;
  }

  .main-grid-imgarea-solo {
    grid-row: 2/3;
    grid-column: 1;
  }

  .line-dashed {
    grid-row: 4/5;
    padding: 10px 0;
    margin: 28px auto;
    width: 90%;
  }

  .imgarea-flex {
    width: 100%;
    justify-content: space-between;
    gap: 14px;
  }

  .main-grid img {
    width: 100%;
  }

  .main-grid-image-solo {
    width: 100%;
    height: auto;
  }

  .main-grid-txt {
    grid-row: 3/4;
    width: 90%;
    margin: 30px auto;
  }

  .main-grid-item-detail {
    grid-row: 5/6;
    padding: 20px 0;
  }

  /* ４つグリッド */
  .main-grid-four {
    width: 95%;
    grid-auto-rows: auto auto auto 1fr 1fr auto;
    grid-template-columns: auto;
    justify-content: center;
    gap: 9px;
  }

  .style-heading-four {
    grid-row: 1/2;
    grid-column: 1/3;
    align-self: center;
  }

  .main-grid-txt-wrapper-four {
    width: 100%;
    grid-row: 4/5;
    grid-column: 1/3;
    align-self: center;
    justify-content: center;
    margin: 0;
  }

  .line-dashed-four {
    grid-row: 4/5;
    grid-column: 1/3;
    margin: 28px auto;
    width: 90%;
  }

  .main-grid-item-detail-four {
    grid-row: 5/6;
    grid-column: 1/3;
    align-self: center;
  }

  .main-grid-imgarea-four1,
  .main-grid-imgarea-four2 {
    grid-row: 2/3;
  }

  .main-grid-imgarea-four3,
  .main-grid-imgarea-four4 {
    grid-row: 3/4;
    position: relative;
  }

  /* ４つグリッド ここまで */

  /* ４つグリッド 逆転 */
  .main-grid-four-reverse {
    width: 95%;
    grid-auto-rows: auto auto auto 1fr 1fr auto;
    grid-template-columns: auto;
    justify-content: center;
    gap: 9px;
  }

  .style-heading-four.reverse {
    margin-bottom: 230px;
    grid-column: 1/3;
    align-self: center;
  }

  .main-grid-txt-wrapper-four.reverse {
    width: 100%;
    grid-row: 4/5;
    grid-column: 1/3;
    align-self: center;
    justify-content: center;
    margin: 20px 0;
  }

  .line-dashed-four.reverse {
    grid-row: 4/5;
    grid-column: 1/3;
    margin: 28px auto;
    width: 90%;
  }

  .main-grid-item-detail-four.reverse {
    grid-row: 5/6;
    grid-column: 1/3;
    align-self: center;
  }

  .main-grid-imgarea-four1.reverse,
  .main-grid-imgarea-four2.reverse {
    grid-row: 2/3;
  }

  .main-grid-imgarea-four3.reverse,
  .main-grid-imgarea-four4.reverse {
    grid-row: 3/4;
    position: relative;
  }

  /* ４つグリッド 逆転 ここまで */

  .main-grid-imgarea-four1 img,
  .main-grid-imgarea-four2 img,
  .main-grid-imgarea-four3 img,
  .main-grid-imgarea-four4 img {
    width: 100%;
    height: 100%;
    border: none;
  }

  .main-grid-imgarea-four1,
  .main-grid-imgarea-four2 {
    grid-row: 2/3;
  }

  .main-grid-imgarea-four1,
  .main-grid-imgarea-four3 {
    grid-column: 1/2;
  }

  .main-grid-imgarea-four3,
  .main-grid-imgarea-four4 {
    grid-row: 3/4;
  }

  .main-grid-imgarea-four2,
  .main-grid-imgarea-four4 {
    grid-column: 2/3;
  }

  /* ２つグリッド */
  .main-grid {
    width: 95%;
    grid-template-columns: auto auto;
    grid-template-rows: 2fr auto;
    justify-content: center;
  }

  .main-grid-imgarea-double {
    grid-row: 2/3;
    margin: 30px 10px;
  }

  .style-heading-double {
    grid-row: 1/2;
    grid-column: 1/2;
  }

  .main-grid-txt-wrapper-double {
    grid-row: 3/5;
    grid-column: 1/2;
  }

  .main-grid-txt-double {
    margin: 0 20px;
  }

  .line-dashed-double {
    width: 90%;
    margin: 28px auto;
  }

  /* ２つグリッド ここまで*/

  .style-heading-itemtitle {
    font-size: 28px;
  }

  .main-grid-imgarea-solo {
    grid-row: 2/3;
    grid-column: 1;
    position: relative;
  }

  .line-dashed {
    border-bottom: dashed 1px #9e9e9e;
    width: 90%;
    margin: 28px auto;
  }

  .content-btn {
    margin: 10px auto 20px;
  }

  .con_items_list p a {
    letter-spacing: 0.01em;
  }

  .grid-caption.four-reverse {
    font-size: clamp(21px, 10vw, 50px);
    top: 70%;
    line-height: 1;
}

  .grid-caption.solo {
    font-size: clamp(21px, 10vw, 50px);
    top: 90%;
    left: 64%;
}

.grid-caption.double-reverse {
  font-size: clamp(21px, 9vw, 50px);
  top: 51%;
  right: 3%;
}

  .grid-caption.solo2 {
    font-size: clamp(25px, 12vw, 50px);
    top: 92%;
    left: 68%;
  }

  .grid-caption.double-reverse2 {
    font-size: clamp(30px, 10vw, 50px);
    top: 85%;
    left: 74%;
}

  .grid-caption.solo3 {
    font-size: clamp(21px, 12vw, 50px);
    top: 86%;
    left: 62%;
}

  .grid-caption.four {
    font-size: 50px;
    left: 52%;
    top: 70%;
    color: #c9c7c7;
}

}

/* 1. ヘッダー直後の余白を完全にリセット */
header.site-header,
header.site-header + *,
.site-header + * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* 2. メインビジュアル（MV）をリセット */
.mainvisual,
.fv,
.p-mv,
.hero,
.l-hero,
.c-hero {
  margin: 0 !important;
  padding: 0 !important;
  display: block; /* img 下の隙間も消す */
}

/* 3. MV の直後に来る要素の隙間をリセット */
.mainvisual + *,
.fv + *,
.p-mv + *,
.hero + *,
.l-hero + *,
.c-hero + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 4. 念のため、ページ共通の余白リセット */
body {
  margin: 0 !important;
  padding: 0 !important;
}