@charset "UTF-8";
/*! Writen  by SCSS */
/*オープンテンプレ*/
.menu-item {
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px; }

.menu-item span {
  font-size: 30px; }

.crbox {
  background-color: #f2f2f2;
  border: none; }

/*オープンテンプレ*/
#main {
  overflow: hidden; }

@media screen and (max-width: 480px) {
  .msn-h2--cap .msn-h2__title {
    font-size: 1.8rem; } }

.info_red {
  color: #ad181f; }

.msn-topInfo__copy {
  font-size: 34px;
  font-size: calc(36vw / 16);
  font-feature-settings: "palt";
  letter-spacing: 0.06em; }

.msn-topInfo__copy.c,
.msn-topInfo__copy .c {
  color: #907809; }

.msn-topInfo__copy .s1 {
  font-size: 90%; }

.msn-topInfo__copy .s2 {
  font-size: 80%; }

.msn-topInfo__copy .s3 {
  font-size: 70%; }

.msn-topInfo__copy .s4 {
  font-size: 60%; }

.msn-topInfo__copy .s5 {
  font-size: 50%; }

.msn-topInfo__copy .l1 {
  font-size: 110%; }

.msn-topInfo__copy .l2 {
  font-size: 120%; }

.msn-topInfo__copy .l3 {
  font-size: 130%; }

.msn-topInfo__copy .l4 {
  font-size: 140%; }

/*@media screen and (max-width: 1600px) {
	.msn-topInfo__copy{
		font-size: calc(37vw / 16);
	}
}
@media screen and (max-width: 960px) {
	.msn-topInfo__copy{
		font-size: 2.8vw;
	}
}*/
@media screen and (max-width: 767px) {
  .info_wrap {
    padding: 5px 20px 10px; }

  .msn-topInfo__copy {
    font-size: 5vw; } }
@media screen and (max-width: 500px) {
  .msn-topInfo__copy {
    font-size: 6.6vw;
    line-height: 1.5; } }
@media screen and (max-width: 767px) {
  .msn-fv__mv .cap {
    font-size: 9px; }
    .msn-fv__mv .cap.bg {
      background: none !important; } }

.msn-obi {
  background: #fff; }
  .msn-obi .obi_wrap {
    text-align: center;
    padding: calc(30vw / 16) 0; }
    @media screen and (max-width: 767px) {
      .msn-obi .obi_wrap {
        padding: 25px 0; } }
    @media screen and (max-width: 480px) {
      .msn-obi .obi_wrap {
        padding: 20px 0; } }
    .msn-obi .obi_wrap .t3 {
      font-size: clamp(7px, calc(10vw / 16), 10px);
      font-weight: 600;
      line-height: 1.3;
      width: 17em;
      text-align: left;
      align-self: center; }
      @media screen and (max-width: 767px) {
        .msn-obi .obi_wrap .t3 {
          text-align: center; } }
      @media screen and (max-width: 480px) {
        .msn-obi .obi_wrap .t3 {
          margin-top: 0.8em;
          font-size: calc(8vw / 3.9);
          width: 100%;
          text-align: center; } }
    .msn-obi .obi_wrap ul {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .msn-obi .obi_wrap ul {
          flex-wrap: wrap;
          position: relative; }
          .msn-obi .obi_wrap ul::after {
            width: 100%;
            height: 1px;
            position: absolute;
            left: 0;
            bottom: 37%;
            bottom: 50%;
            background: #fff; } }
      @media screen and (max-width: 480px) {
        .msn-obi .obi_wrap ul {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-template-rows: repeat(2, 1fr);
          gap: 0px; } }
      .msn-obi .obi_wrap ul li {
        padding: 0 calc(30% / 16);
        flex-direction: column;
        justify-content: space-between;
        padding-right: calc(15% / 16); }
        @media screen and (max-width: 1500px) {
          .msn-obi .obi_wrap ul li {
            padding: 0 calc(20% / 16);
            padding-right: calc(15% / 16); } }
        @media screen and (max-width: 767px) {
          .msn-obi .obi_wrap ul li {
            padding: 20px 5px; } }
        @media screen and (max-width: 480px) {
          .msn-obi .obi_wrap ul li {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 15px; } }
        @media screen and (max-width: 480px) {
          .msn-obi .obi_wrap ul li.o1 {
            justify-content: flex-start; } }
        .msn-obi .obi_wrap ul li.o1 .cont {
          display: flex;
          gap: 2%; }
          @media screen and (max-width: 767px) {
            .msn-obi .obi_wrap ul li.o1 .cont {
              gap: 10px 30px;
              flex-wrap: wrap;
              justify-content: center; } }
          @media screen and (max-width: 480px) {
            .msn-obi .obi_wrap ul li.o1 .cont {
              flex-direction: column;
              justify-content: center;
              gap: 0;
              margin-bottom: 0; }
              .msn-obi .obi_wrap ul li.o1 .cont .sp1 {
                padding-bottom: 3.9vw;
                margin-bottom: 5vw;
                position: relative; }
                .msn-obi .obi_wrap ul li.o1 .cont .sp1::after {
                  content: "";
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  height: 1px;
                  background: #333; } }
          .msn-obi .obi_wrap ul li.o1 .cont .t1 {
            display: flex;
            align-items: baseline;
            margin-right: 10px;
            margin-right: 20px;
            margin-right: 16px; }
            .msn-obi .obi_wrap ul li.o1 .cont .t1 .sp_f {
              display: flex;
              align-items: baseline; }
            @media screen and (max-width: 767px) {
              .msn-obi .obi_wrap ul li.o1 .cont .t1 {
                margin-right: 0; } }
            @media screen and (max-width: 480px) {
              .msn-obi .obi_wrap ul li.o1 .cont .t1 {
                display: block;
                margin-right: 0; }
                .msn-obi .obi_wrap ul li.o1 .cont .t1 .sp_f {
                  justify-content: center;
                  margin-top: 0.1em; } }
            .msn-obi .obi_wrap ul li.o1 .cont .t1.u1 {
              width: 10em; }
              @media screen and (max-width: 767px) {
                .msn-obi .obi_wrap ul li.o1 .cont .t1.u1 {
                  width: 11em; } }
              @media screen and (max-width: 480px) {
                .msn-obi .obi_wrap ul li.o1 .cont .t1.u1 {
                  width: auto; } }
            .msn-obi .obi_wrap ul li.o1 .cont .t1.u2 {
              width: 7.5em; }
              @media screen and (min-width: 960px) {
                .msn-obi .obi_wrap ul li.o1 .cont .t1.u2 {
                  margin-right: -5px; } }
              @media screen and (max-width: 767px) {
                .msn-obi .obi_wrap ul li.o1 .cont .t1.u2 {
                  width: 8.5em; } }
              @media screen and (max-width: 480px) {
                .msn-obi .obi_wrap ul li.o1 .cont .t1.u2 {
                  width: auto;
                  line-height: 1.4;
                  transform: translateY(10px);
                  transform: translateY(7px); } }
              @media screen and (max-width: 480px) {
                .msn-obi .obi_wrap ul li.o1 .cont .t1.u2 .sp_f {
                  margin-top: 10px; } }
        @media screen and (max-width: 767px) {
          .msn-obi .obi_wrap ul li.o1 {
            width: 100%;
            border-bottom: solid 1px #333;
            gap: 10px; }
            .msn-obi .obi_wrap ul li.o1 .cont {
              flex-wrap: wrap; }
            .msn-obi .obi_wrap ul li.o1 .t3 {
              width: 100%; } }
        @media screen and (max-width: 480px) {
          .msn-obi .obi_wrap ul li.o1 {
            border-bottom: none;
            border-right: solid 1px #333;
            grid-row: span 2 / span 2; } }
        .msn-obi .obi_wrap ul li.o2 {
          border-left: solid 1px #333; }
          @media screen and (max-width: 767px) {
            .msn-obi .obi_wrap ul li.o2 {
              border-left: none;
              width: 50%; } }
          @media screen and (max-width: 480px) {
            .msn-obi .obi_wrap ul li.o2 {
              justify-content: flex-start;
              padding-bottom: 3.5vw;
              width: 100%;
              position: relative; }
              .msn-obi .obi_wrap ul li.o2::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 10px;
                right: 10px;
                height: 1px;
                background: #333; } }
        .msn-obi .obi_wrap ul li.o3 {
          border-left: solid 1px #333; }
          @media screen and (max-width: 767px) {
            .msn-obi .obi_wrap ul li.o3 {
              width: 50%; } }
          @media screen and (max-width: 480px) {
            .msn-obi .obi_wrap ul li.o3 {
              justify-content: flex-end;
              padding-top: 2vw;
              border-left: none;
              width: 100%; } }
        .msn-obi .obi_wrap ul li .t0 {
          font-size: clamp(10px, calc(18vw / 16), 18px);
          font-weight: 500;
          position: relative;
          line-height: 1;
          letter-spacing: 0.15em;
          margin-bottom: 0.2em;
          text-align: left; }
          @media screen and (max-width: 767px) {
            .msn-obi .obi_wrap ul li .t0 {
              text-align: center;
              font-size: calc(15vw / 8); } }
          @media screen and (max-width: 480px) {
            .msn-obi .obi_wrap ul li .t0 {
              font-size: calc(14vw / 3.9);
              text-align: center;
              line-height: 1.1;
              margin-bottom: 0; } }
        .msn-obi .obi_wrap ul li .t1 {
          font-size: clamp(10px, calc(34vw / 16), 34px);
          font-weight: 600;
          position: relative;
          line-height: 1.1;
          letter-spacing: 0.18em;
          text-align: left; }
          @media screen and (max-width: 767px) {
            .msn-obi .obi_wrap ul li .t1 {
              font-size: calc(20vw / 8);
              text-align: center; } }
          @media screen and (max-width: 480px) {
            .msn-obi .obi_wrap ul li .t1 {
              font-size: calc(23vw / 3.9);
              text-align: center;
              margin-inline: auto;
              width: fit-content; } }
          .msn-obi .obi_wrap ul li .t1.lh1 {
            line-height: 1.3; }
          .msn-obi .obi_wrap ul li .t1.lh {
            line-height: 0.8; }
            @media screen and (max-width: 480px) {
              .msn-obi .obi_wrap ul li .t1.lh {
                line-height: 1.2; } }
          .msn-obi .obi_wrap ul li .t1 .s0 {
            font-size: 45%;
            position: absolute;
            top: 0.8em;
            left: 0;
            text-align: left;
            letter-spacing: 0; }
            .msn-obi .obi_wrap ul li .t1 .s0.li2 {
              font-size: 40%;
              line-height: 1.4;
              top: -0.6em; }
            @media screen and (max-width: 480px) {
              .msn-obi .obi_wrap ul li .t1 .s0 {
                position: static;
                text-align: center;
                display: block;
                margin-bottom: 0.3em;
                font-size: 55%; }
                .msn-obi .obi_wrap ul li .t1 .s0.li2 {
                  font-size: 50%; } }
          .msn-obi .obi_wrap ul li .t1 .s1 {
            font-size: 36%;
            font-size: 42%;
            letter-spacing: 0.05em;
            margin-right: 0.5em; }
            .msn-obi .obi_wrap ul li .t1 .s1.li2 {
              transform: translateY(-1.1em); }
            .msn-obi .obi_wrap ul li .t1 .s1.ls0 {
              letter-spacing: 0; }
            @media screen and (max-width: 480px) {
              .msn-obi .obi_wrap ul li .t1 .s1 {
                font-size: 52%; } }
          .msn-obi .obi_wrap ul li .t1 .min_box {
            position: relative; }
            .msn-obi .obi_wrap ul li .t1 .min_box .s2 {
              letter-spacing: 0;
              font-size: 28%;
              position: absolute;
              top: -0.5em;
              left: 0;
              right: 0;
              text-align: center; }
              @media screen and (max-width: 480px) {
                .msn-obi .obi_wrap ul li .t1 .min_box .s2 {
                  font-size: 45%;
                  width: 150%;
                  left: -25%;
                  right: -25%;
                  top: -0.2em; } }
            .msn-obi .obi_wrap ul li .t1 .min_box sup {
              letter-spacing: 0;
              font-size: 30%;
              position: absolute;
              top: -1.2em;
              left: 0;
              right: 0;
              text-align: right; }
              @media screen and (max-width: 480px) {
                .msn-obi .obi_wrap ul li .t1 .min_box sup {
                  font-size: 45%;
                  top: -0.7em;
                  top: -1em; } }
          .msn-obi .obi_wrap ul li .t1 .min {
            letter-spacing: 0.05em;
            font-weight: 400;
            font-size: 110%; }
            @media screen and (max-width: 480px) {
              .msn-obi .obi_wrap ul li .t1 .min {
                font-size: 140%; } }
          .msn-obi .obi_wrap ul li .t1 .s2 {
            font-size: 30%; }
            @media screen and (max-width: 480px) {
              .msn-obi .obi_wrap ul li .t1 .s2 {
                font-size: 40%; } }
          .msn-obi .obi_wrap ul li .t1 .l2 {
            font-size: 120%; }
          .msn-obi .obi_wrap ul li .t1 .l1 {
            font-size: 225%;
            line-height: 0.99;
            display: inline-block;
            transform: translateY(0.08em); }
            @media screen and (max-width: 480px) {
              .msn-obi .obi_wrap ul li .t1 .l1 {
                font-size: 180%;
                line-height: 0.7em; } }
          .msn-obi .obi_wrap ul li .t1 .s4 {
            font-size: 45%;
            font-size: 55%;
            letter-spacing: 0.08em;
            display: inline-block;
            margin-bottom: 0.9em; }
            @media screen and (max-width: 480px) {
              .msn-obi .obi_wrap ul li .t1 .s4 {
                font-size: 50%;
                letter-spacing: 0.03em;
                margin-bottom: 0; } }
          .msn-obi .obi_wrap ul li .t1 .l2 {
            font-size: 115%; }

.read.lg {
  font-size: clamp(16px, calc(20vw / 9.6), 20px);
  font-size: clamp(16px, calc(19vw / 9.6), 19px);
  font-size: clamp(13px, calc(17vw / 9.6), 17px);
  font-size: clamp(13px, calc(18vw / 9.6), 18px);
  text-align: center;
  line-height: 1.6;
  margin-bottom: 2em;
  font-weight: 400;
  font-weight: 900; }
  @media screen and (max-width: 480px) {
    .read.lg {
      font-size: calc(15vw / 3.9);
      margin-bottom: 1.6em; } }

.msn-h2__inner {
  font-weight: 500;
  letter-spacing: 0.05em; }

#sec-feature .read.lg {
  line-height: 2.2;
  font-weight: 400; }
  @media screen and (max-width: 480px) {
    #sec-feature .read.lg {
      line-height: 1.8; } }
#sec-feature .menu-item {
  background: none;
  height: auto;
  display: block; }
  #sec-feature .menu-item .img {
    position: relative; }
    #sec-feature .menu-item .img sup {
      font-size: 7.5px; }
    #sec-feature .menu-item .img .ttl {
      position: absolute;
      inset: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      #sec-feature .menu-item .img .ttl span {
        color: #fff;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.6), 2px 2px 4px rgba(0, 0, 0, 0.6), -2px 2px 4px rgba(0, 0, 0, 0.6), -2px -2px 4px rgba(0, 0, 0, 0.6), 2px -2px 4px rgba(0, 0, 0, 0.6); }
  #sec-feature .menu-item .copy {
    padding: 10px 0 5px;
    padding: 15px 0 5px; }
    #sec-feature .menu-item .copy .f1 {
      text-align: center;
      letter-spacing: 0.08em;
      line-height: 1.3;
      font-size: clamp(12px, calc(18vw / 9.6), 18px);
      margin-bottom: 0.8em; }
      @media screen and (max-width: 480px) {
        #sec-feature .menu-item .copy .f1 {
          font-size: calc(15vw / 3.9);
          font-size: calc(16vw / 3.9); } }
    #sec-feature .menu-item .copy .f2 {
      letter-spacing: 0.14em;
      line-height: 1.5;
      font-size: clamp(12px, calc(16vw / 9.6), 16px); }
      @media screen and (max-width: 480px) {
        #sec-feature .menu-item .copy .f2 {
          letter-spacing: 0.1em;
          font-size: calc(12vw / 3.9);
          font-size: calc(14vw / 3.9); } }
@media screen and (max-width: 480px) {
  #sec-feature .msn-imageGrid__item:not(:last-child) {
    margin-bottom: 4rem; } }

.list01 > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

#sec-plan {
  padding-top: 80px;
  /*.msn-buttonMore-wrap {
  	a {
  		@include mq($br_sp){
  			min-width: 160px !important;
  			margin-inline: auto;
  			font-size: 12px;
  		}
  	}
  }*/ }
  @media screen and (max-width: 480px) {
    #sec-plan {
      padding-top: 40px; } }
  #sec-plan .read.lg {
    line-height: 2.2;
    font-weight: 400; }
    @media screen and (max-width: 480px) {
      #sec-plan .read.lg {
        line-height: 1.8; } }
  @media screen and (max-width: 480px) {
    #sec-plan .read {
      line-height: 1.5;
      letter-spacing: 0.1em;
      font-size: calc(14vw / 3.9);
      margin-bottom: 40px; }
      #sec-plan .read br {
        display: none; }
        #sec-plan .read br.vsp480 {
          display: block; } }
  @media screen and (min-width: 768px) {
    #sec-plan .msn-section__container {
      max-width: 1000px; } }
  @media screen and (min-width: 768px) {
    #sec-plan .plan {
      max-width: 960px;
      margin-inline: auto; } }
  #sec-plan .msn-imageGrid--cols3--gap {
    justify-content: center;
    gap: calc(30% / 9.6); }
  #sec-plan .menu-item {
    background: none;
    height: auto;
    display: block;
    text-align: center; }
    @media screen and (max-width: 480px) {
      #sec-plan .menu-item img {
        width: 100%; } }
    #sec-plan .menu-item .txt {
      text-align: center; }
      #sec-plan .menu-item .txt .p1 {
        font-size: clamp(12px, calc(32vw / 9.6), 32px);
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1;
        margin: 0.2em 0 0.2em; }
        @media screen and (max-width: 480px) {
          #sec-plan .menu-item .txt .p1 {
            font-size: calc(28vw / 3.9); } }
        #sec-plan .menu-item .txt .p1 .s {
          font-size: 60%; }
      #sec-plan .menu-item .txt .p2 {
        font-size: clamp(12px, calc(28vw / 9.6), 28px);
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1;
        margin: 0 0 0.2em; }
        @media screen and (max-width: 480px) {
          #sec-plan .menu-item .txt .p2 {
            font-size: calc(24vw / 3.9); } }
        #sec-plan .menu-item .txt .p2 .s {
          font-size: 75%; }
      #sec-plan .menu-item .txt .p3 {
        font-size: clamp(12px, calc(20vw / 9.6), 20px);
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1.5; }
        @media screen and (max-width: 480px) {
          #sec-plan .menu-item .txt .p3 {
            font-size: calc(16vw / 3.9); } }
  @media (min-width: 768px) {
    #sec-plan #top_plan .msn-imageGrid__item {
      flex-basis: calc(45.125% - 2%);
      flex-basis: calc(300% / 9.6);
      max-width: 440px;
      margin-inline: auto; } }
  @media screen and (max-width: 480px) {
    #sec-plan #top_plan .msn-c-madori__item:not(:last-child) {
      margin-bottom: 2.5rem; } }
  @media screen and (max-width: 480px) {
    #sec-plan #top_plan .msn-c-madori__item {
      max-width: 85%;
      max-width: 75%;
      max-width: 65%;
      margin-inline: auto; } }
  #sec-plan .msn-buttonMore-wrap .msn-buttonMore {
    font-family: -apple-system, "BlinkMacSystemFont", Roboto, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
    font-size: 14px;
    min-width: 206px; }
    #sec-plan .msn-buttonMore-wrap .msn-buttonMore::after {
      display: none; }

.yokoku {
  max-width: 68px; }

@media screen and (max-width: 480px) {
  #sec-info .msn-newsTopicsBlock {
    gap: 14px; } }
@media screen and (max-width: 480px) {
  #sec-info .msn-newsTopicsBlock__title {
    font-size: 14px; } }
@media screen and (max-width: 480px) {
  #sec-info .msn-newsTopicsBlock__date {
    width: 105px; } }
@media screen and (max-width: 480px) {
  #sec-info .msn-newsTopicsBlock__content {
    width: calc(100% - 130px);
    width: calc(100% - 115px); } }
@media screen and (max-width: 480px) {
  #sec-info .msn-newsTopicsBlock__topicLabel {
    font-size: 9px;
    line-height: 10px;
    padding: 2px 3px; } }

.msn-cv-buttons.online {
  margin-top: -5px; }
  @media screen and (max-width: 480px) {
    .msn-cv-buttons.online {
      margin-top: -15px; } }
.msn-cv-buttons .msn-cv-button--online .msn-cv-button__link {
  background-color: #e08a85; }
  .msn-cv-buttons .msn-cv-button--online .msn-cv-button__link:hover {
    background-color: #bd7a7a;
    background-color: #e8a7a4; }

.ohkarte-add_banner.ohkarte-js-add_banner {
  display: none; }

.kyugyokyugyo {
  text-align: center;
  margin: 20px auto 0;
  border: 1px solid #c30707;
  box-sizing: border-box;
  padding: 20px 15px; }

.kyugyo p {
  font-size: 17px;
  color: #c30707;
  font-weight: bold;
  line-height: 1.8; }

.kyugyo p.k_ttl {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.5; }

.kyugyokyugyo {
  text-align: center;
  margin: 20px auto 0;
  border: 1px solid #c30707;
  box-sizing: border-box;
  padding: 20px 15px; }

.kyugyo p {
  /*font-size: 15px;*/
  color: #c30707;
  font-weight: bold; }

.kyugyo p:first-child {
  margin-bottom: 5px; }

.kyugyo {
  text-align: center;
  margin: 20px auto 30px;
  border: 1px solid #c30707;
  box-sizing: border-box;
  padding: 20px 20px; }

@media screen and (max-width: 767px) {
  .kyugyo {
    width: 100%;
    max-width: 530px;
    margin-bottom: 32px;
    padding: 10px; } }
@media screen and (max-width: 600px) {
  .kyugyo p {
    font-size: 3.2vw;
    font-size: 3.6vw; } }
@media screen and (max-width: 400px) {
  .kyugyo p {
    letter-spacing: -0.03em; } }
@media screen and (max-width: 320px) {
  .kyugyo {
    text-align: center;
    margin: 30px auto 45px;
    border: 1px solid #c30707;
    max-width: 740px;
    box-sizing: border-box;
    padding: 20px 20px; }

  .kyugyo p {
    font-size: 16px;
    color: #c30707;
    font-weight: bold;
    line-height: 1.6; }

  .kyugyo p span {
    letter-spacing: -0.15em; } }
@media (min-width: 768px) {
  .msn-linkBlock {
    margin-bottom: 20px;
    /* padding: 20px 10px; */
    /* max-width: 640px; */
    margin: 0 auto; }

  .msn-linkBlock__text {
    font-size: 17px;
    margin-right: 0.5em;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    color: #555;
    color: #000;
    /*	font-size: 15px;*/ }

  	/*.msn-section__container {
  		position: relative;
          max-width: 1000px;
          margin-right: auto;
          margin-left: auto;
          padding-left: 20px;
          padding-right: 20px;
      }*/ }
@media (max-width: 767px) {
  .msn-linkBlock__text {
    text-align: center !important;
    font-size: 14px;
    color: #555;
    color: #000;
    margin-bottom: 18px;
    margin-bottom: 13px;
    font-weight: 500; }

  .msn-topInfo__buttonGroup {
    padding: 0 15px; }

  .msn-linkBlock__button {
    font-size: 15px; }

  .msn-linkBlock__button .msn-buttonA {
    line-height: 40px;
    padding-left: 1.8em;
    padding-right: 1.8em; }

  .msn-linkBlock__button .msn-buttonA .msn-buttonA__label {
    display: inline-block;
    transform: translate(0, 0.03em);
    position: relative;
    top: -0.02em; } }
@media screen and (max-width: 600px) {
  .kyugyo p {
    font-size: 3.6vw;
    line-height: 1.6; }

  .kyugyo p.k_ttl {
    font-size: 4.0vw;
    line-height: 1.8;
    margin-bottom: 9px; } }
.contact .msn-h2__inner, .contact #contact-lead {
  color: #fff !important; }

.msn-newsTopicsBlock__item .msn-newsTopicsBlock__content .in {
  font-weight: 500;
  font-weight: 400; }

.concept {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
  z-index: 2;
  padding: 24vw 0 12vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c8bb9b;
  text-align: center;
  text-shadow: 0 0 6px rgba(6, 26, 25, 0.4), 0 0 6px rgba(6, 26, 25, 0.4), 0 0 6px rgba(6, 26, 25, 0.4), 0 0 6px rgba(6, 26, 25, 0.7), 0 0 6px rgba(6, 26, 25, 0.4); }
  @media screen and (max-width: 767px) {
    .concept {
      padding: 110vw 0 40vw;
      padding: 80vw 0 40vw; } }
  .concept .cap1 {
    opacity: 0.7;
    bottom: auto;
    top: 0; }
  .concept .cbg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../img/top/c_bg.jpg") center center/cover; }
    @media screen and (max-width: 767px) {
      .concept .cbg {
        background: url("../img/top/c_bg_sp.jpg") center center/cover;
        height: calc(100vh - 54px); } }
    .concept .cbg.on {
      position: fixed; }
  .concept .t1 {
    font-size: clamp(14px, calc(26vw / 16), 26px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 1.4em;
    padding-bottom: 1.2em;
    position: relative; }
    .concept .t1::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: calc(50% - 30px);
      width: 60px;
      height: 1px;
      background: #c8bb9b; }
    @media screen and (max-width: 480px) {
      .concept .t1 {
        font-size: calc(15vw / 3.9); } }
  .concept .t2 {
    font-size: clamp(14px, calc(32vw / 16), 32px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 0.6em; }
    @media screen and (max-width: 480px) {
      .concept .t2 {
        font-size: calc(18vw / 3.9); } }
  .concept .t3 {
    font-size: clamp(14px, calc(50vw / 16), 50px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 1.2em; }
    @media screen and (max-width: 480px) {
      .concept .t3 {
        font-size: calc(30vw / 3.9);
        letter-spacing: 0.1em; } }
  .concept .t4 {
    font-size: clamp(14px, calc(22vw / 16), 22px);
    font-weight: 600;
    line-height: 2.8;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 480px) {
      .concept .t4 {
        font-size: calc(15vw / 3.9);
        letter-spacing: 0.1em; } }

.features {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
  z-index: 3; }

.features .panels {
  height: 340vh;
  position: relative;
  overflow: hidden;
  letter-spacing: .12em; }

.features .panels video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.features .panels img {
  object-fit: cover; }

.features .panels .images {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  background-position: center;
  background-size: cover;
  z-index: 3; }

.features .panels .title {
  position: fixed;
  top: 50%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  letter-spacing: .1em;
  font-weight: normal;
  right: 5%;
  z-index: 4;
  display: none;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 2px 2px 3px rgba(0, 0, 0, 0.5), -2px 2px 3px rgba(0, 0, 0, 0.5), -2px -2px 3px rgba(0, 0, 0, 0.5), 2px -2px 3px rgba(0, 0, 0, 0.5); }

.features .panels .title .s {
  font-size: 48%; }

.features .panels .title.on {
  display: block; }

.features .panels .texts {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 598px;
  transition: all 0.8s ease-in-out;
  transform: translateX(-598px);
  z-index: 4;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .features .panels .texts .msn-h2 {
    width: 85%;
    top: 80px;
    left: 7.5%;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .features .panels .texts .msn-h2 {
        top: 30px;
        left: 0;
        right: 0; } }
    .features .panels .texts .msn-h2 .msn-h2__inner {
      text-align: left;
      font-size: 2.625rem;
      font-size: 2.8rem; }
      @media screen and (max-width: 768px) {
        .features .panels .texts .msn-h2 .msn-h2__inner {
          text-align: center;
          font-size: 2rem;
          transform: translateY(-3px); } }
      .features .panels .texts .msn-h2 .msn-h2__inner .msn-h2__cap {
        text-align: left; }
        @media screen and (max-width: 768px) {
          .features .panels .texts .msn-h2 .msn-h2__inner .msn-h2__cap {
            text-align: center; } }

.features .panels .texts.on {
  opacity: 1;
  transform: translateX(0); }

.features .panels .images.on {
  position: fixed; }

.features .panels .inner {
  width: 85%;
  padding-top: 80px;
  padding-top: 10vh;
  padding-top: 12vh;
  transform: translateY(-10px);
  color: #333; }
  @media screen and (max-width: 768px) {
    .features .panels .inner {
      padding-top: 7vh; } }
  @media screen and (max-width: 480px) {
    .features .panels .inner {
      padding-top: 7vw; } }
  @media screen and (max-width: 380px) {
    .features .panels .inner {
      padding-top: 4vw; } }

.features .panels .lead {
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1.9;
  line-height: 1.6;
  padding-bottom: 16px;
  font-weight: 600; }
  @media screen and (max-width: 380px) {
    .features .panels .lead {
      padding-bottom: 10px; } }

.features .panels .text {
  font-size: 20px;
  line-height: 2.5;
  line-height: 2;
  padding-bottom: 45px;
  padding-bottom: 70px;
  font-weight: 600; }
  @media screen and (max-width: 380px) {
    .features .panels .text {
      padding-bottom: 15px; } }

.features .panels .button {
  max-width: 280px; }

.features .panels .button a.desable {
  pointer-events: none; }

.features .panel04 .title, .features .panel02 .title, .features .panel00 .title {
  right: auto;
  left: 5%; }

.features .panel04 .texts, .features .panel02 .texts, .features .panel00 .texts {
  transform: translateX(598px); }

.features .panel04.action .texts, .features .panel02.action .texts, .features .panel00.action .texts {
  margin-right: 0px; }

.features .panel00 .images {
  background-image: url("../img/top/t01_img.jpg"); }

.features .panel00 .texts {
  right: 0;
  /*background-image: url(../imgs/top/bg03.png);*/ }

.features .panel00 .caption {
  left: 0;
  right: auto; }

.features .panel01 {
  z-index: 5; }

.features .panel02 {
  z-index: 6; }

.features .panel01 .images {
  background-image: url("../img/top/t02_img.jpg"); }

.features .panel01 .texts {
  /* right: 0;*/
  /*background-image: url(../imgs/top/bg03.png);*/ }

.features .panel02 .images {
  background-image: url("../img/top/t03_img.jpg"); }

.features .panel02 .texts {
  right: 0;
  /*background-image: url(../imgs/top/bg03.png);*/ }

.features .panel03 {
  z-index: 7; }

.features .panel03 .images {
  background-image: url("../img/top/t03_img.jpg"); }

.features .panel04 {
  z-index: 8; }

.features .panel04 .images {
  background-image: url(../imgs/top/panel04.jpg); }

.features .panel04 .texts {
  right: 0;
  background-image: url(../imgs/top/bg03.png); }

.features .panel04 .caption {
  left: 0;
  right: auto; }

.panels .button {
  max-width: 280px; }

.common-buttons {
  display: block;
  position: relative;
  line-height: 1;
  letter-spacing: .01em;
  transition: border .5s, background .5s, color .5s, letter-spacing .5s;
  color: #fff;
  padding: 20px;
  text-align: center; }

.common-buttons .mark {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-180deg);
  transition: transform .5s; }

.common-buttons .mark:before, .common-buttons .mark:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background .5s; }

.common-buttons .mark:after {
  transform: translate(-50%, -50%) rotate(90deg); }

.common-buttons:hover {
  opacity: 1 !important;
  letter-spacing: .2em;
  transition: border .5s, background .5s, color .5s, letter-spacing .5s; }

.common-buttons:hover .mark {
  transform: translateY(-50%) rotate(0deg); }

.common-button04 {
  background: #8b8986;
  border: 1px solid #fff; }

.common-button04:hover {
  border: 1px solid #8b8986;
  color: #8b8986;
  background: transparent; }

.common-button04:hover .mark:before, .common-button04:hover .mark:after {
  background: #8b8986; }

@media screen and (max-width: 768px) {
  .features .panels .button {
    max-width: 240px;
    margin: 0 auto; }

  .common-buttons {
    padding: 15px;
    font-size: 14px; }

  .features .panels .images {
    /*background-image: url(../imgs/top/panel01-sp.jpg);*/
    height: calc(100vh - 54px);
    /*top:48px;*/ }
    .features .panels .images .cap {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; }

  .features .panels .inner {
    top: 45%; }

  .features .panels .title {
    top: 20%;
    right: auto;
    left: 50%;
    width: 88%;
    transform: translate(-50%);
    text-align: center; }

  .features .panels .texts {
    top: 42vh;
    top: 45vh;
    top: 50vh;
    height: calc(58vh - 54px);
    height: calc(55vh - 54px);
    height: calc(50vh - 54px);
    width: 100%;
    /*background-image: url(../imgs/top/bg02-sp.png);*/
    transform: translateX(100%); }

  .features .panels .lead {
    line-height: 1.7;
    text-align: center; }

  .features .panels .text {
    line-height: 2;
    padding-bottom: 30px;
    text-align: center; }

  .features .panel04 .title, .features .panel02 .title, .features .panel00 .title {
    right: auto;
    left: 50%; }

  .features .panel04 .texts, .features .panel02 .texts, .features .panel00 .texts {
    transform: translateX(-100%); }

  .features .panel00 .images {
    background-image: url("../img/top/t01_img_sp.jpg"); }

  .features .panel00 .texts {
    right: 0; }

  .features .panel00 .caption {
    left: 0;
    right: auto; }

  .features .panel01 {
    z-index: 5; }

  .features .panel01 .images {
    background-image: url("../img/top/t02_img_sp.jpg"); }

  .features .panel02 {
    z-index: 6; }

  .features .panel02 .images {
    background-image: url("../img/top/t03_img_sp.jpg"); }

  .features .panel02 .texts {
    right: 0; }

  .features .panel02 .caption {
    left: 0;
    right: auto; }

  .features .panel03 {
    z-index: 7; }

  .features .panel03 .images {
    background-image: url(../imgs/top/panel03-sp.jpg); }

  .features .panel04 {
    z-index: 8; }

  .features .panel04 .images {
    background-image: url(../imgs/top/panel04-sp.jpg); }

  .features .panel04 .texts {
    right: 0;
    background-image: url(../imgs/top/bg03-sp.png); }

  .features .panel04 .caption {
    left: 0;
    right: auto; } }
@media screen and (max-width: 480px) {
  .features .panels .title {
    font-size: 8vw; }

  .features .panels .lead {
    font-size: 5vw; }

  .features .panels .text {
    font-size: 3.5vw; } }
@media screen and (max-width: 380px) {
  .features .panels .texts {
    top: 45vh;
    height: calc(55vh - 54px); }

  .features .panels .lead {
    padding-bottom: 10px; }

  .features .panels .text {
    padding-bottom: 15px; } }
.features .enmove span {
  opacity: 0;
  display: inline-block;
  transform: translateY(35px);
  transition: transform 1.4s, opacity 1.2s; }

.features .enmove span:nth-child(1) {
  transition-delay: 0.15s; }

.features .enmove span:nth-child(2) {
  transition-delay: 0.3s; }

.features .enmove span:nth-child(3) {
  transition-delay: 0.45s; }

.features .enmove span:nth-child(4) {
  transition-delay: 0.6s; }

.features .enmove span:nth-child(5) {
  transition-delay: 0.75s; }

.features .enmove span:nth-child(6) {
  transition-delay: 0.9s; }

.features .enmove span:nth-child(7) {
  transition-delay: 1.05s; }

.features .enmove span:nth-child(8) {
  transition-delay: 1.2s; }

.features .enmove span:nth-child(9) {
  transition-delay: 1.35s; }

.features .enmove span:nth-child(10) {
  transition-delay: 1.5s; }

.features .enmove span:nth-child(11) {
  transition-delay: 1.65s; }

.features .enmove span:nth-child(12) {
  transition-delay: 1.8s; }

.features .enmove span:nth-child(13) {
  transition-delay: 1.95s; }

.features .enmove span:nth-child(14) {
  transition-delay: 2.1s; }

.features .enmove span:nth-child(15) {
  transition-delay: 2.25s; }

.features .enmove span:nth-child(16) {
  transition-delay: 2.4s; }

.features .enmove span:nth-child(17) {
  transition-delay: 2.55s; }

.features .enmove span:nth-child(18) {
  transition-delay: 2.7s; }

.features .enmove span:nth-child(19) {
  transition-delay: 2.85s; }

.features .enmove span:nth-child(20) {
  transition-delay: 3s; }

.features .enmove span:nth-child(21) {
  transition-delay: 3.15s; }

.features .enmove span:nth-child(22) {
  transition-delay: 3.3s; }

.features .enmove span:nth-child(23) {
  transition-delay: 3.45s; }

.features .enmove span:nth-child(24) {
  transition-delay: 3.6s; }

.features .enmove span:nth-child(25) {
  transition-delay: 3.75s; }

.features .enmove span:nth-child(26) {
  transition-delay: 3.9s; }

.features .enmove span:nth-child(27) {
  transition-delay: 4.05s; }

.features .enmove span:nth-child(28) {
  transition-delay: 4.2s; }

.features .enmove span:nth-child(29) {
  transition-delay: 4.35s; }

.features .enmove span:nth-child(30) {
  transition-delay: 4.5s; }

.features .enmove span:nth-child(31) {
  transition-delay: 4.65s; }

.features .enmove span:nth-child(32) {
  transition-delay: 4.8s; }

.features .enmove span:nth-child(33) {
  transition-delay: 4.95s; }

.features .enmove span:nth-child(34) {
  transition-delay: 5.1s; }

.features .enmove span:nth-child(35) {
  transition-delay: 5.25s; }

.features .enmove span:nth-child(36) {
  transition-delay: 5.4s; }

.features .enmove span:nth-child(37) {
  transition-delay: 5.55s; }

.features .enmove span:nth-child(38) {
  transition-delay: 5.7s; }

.features .enmove span:nth-child(39) {
  transition-delay: 5.85s; }

.features .enmove span:nth-child(40) {
  transition-delay: 6s; }

.features .enmove span:nth-child(41) {
  transition-delay: 6.15s; }

.features .enmove span:nth-child(42) {
  transition-delay: 6.3s; }

.features .enmove span:nth-child(43) {
  transition-delay: 6.45s; }

.features .enmove span:nth-child(44) {
  transition-delay: 6.6s; }

.features .enmove span:nth-child(45) {
  transition-delay: 6.75s; }

.features .enmove span:nth-child(46) {
  transition-delay: 6.9s; }

.features .enmove span:nth-child(47) {
  transition-delay: 7.05s; }

.features .enmove span:nth-child(48) {
  transition-delay: 7.2s; }

.features .enmove span:nth-child(49) {
  transition-delay: 7.35s; }

.features .enmove span:nth-child(50) {
  transition-delay: 7.5s; }

.features .enmove span:nth-child(51) {
  transition-delay: 7.65s; }

.features .enmove span:nth-child(52) {
  transition-delay: 7.8s; }

.features .enmove span:nth-child(53) {
  transition-delay: 7.95s; }

.features .enmove span:nth-child(54) {
  transition-delay: 8.1s; }

.features .enmove span:nth-child(55) {
  transition-delay: 8.25s; }

.features .enmove span:nth-child(56) {
  transition-delay: 8.4s; }

.features .enmove span:nth-child(57) {
  transition-delay: 8.55s; }

.features .enmove span:nth-child(58) {
  transition-delay: 8.7s; }

.features .enmove span:nth-child(59) {
  transition-delay: 8.85s; }

.features .enmove span:nth-child(60) {
  transition-delay: 9s; }

.features .enmove span:nth-child(61) {
  transition-delay: 9.15s; }

.features .enmove span:nth-child(62) {
  transition-delay: 9.3s; }

.features .enmove span:nth-child(63) {
  transition-delay: 9.45s; }

.features .enmove span:nth-child(64) {
  transition-delay: 9.6s; }

.features .enmove span:nth-child(65) {
  transition-delay: 9.75s; }

.features .enmove span:nth-child(66) {
  transition-delay: 9.9s; }

.features .enmove span:nth-child(67) {
  transition-delay: 10.05s; }

.features .enmove span:nth-child(68) {
  transition-delay: 10.2s; }

.features .enmove span:nth-child(69) {
  transition-delay: 10.35s; }

.features .enmove span:nth-child(70) {
  transition-delay: 10.5s; }

.features .enmove span:nth-child(71) {
  transition-delay: 10.65s; }

.features .enmove span:nth-child(72) {
  transition-delay: 10.8s; }

.features .enmove span:nth-child(73) {
  transition-delay: 10.95s; }

.features .enmove span:nth-child(74) {
  transition-delay: 11.1s; }

.features .enmove span:nth-child(75) {
  transition-delay: 11.25s; }

.features .enmove span:nth-child(76) {
  transition-delay: 11.4s; }

.features .enmove span:nth-child(77) {
  transition-delay: 11.55s; }

.features .enmove span:nth-child(78) {
  transition-delay: 11.7s; }

.features .enmove span:nth-child(79) {
  transition-delay: 11.85s; }

.features .enmove span:nth-child(80) {
  transition-delay: 12s; }

.features .enmove span:nth-child(81) {
  transition-delay: 12.15s; }

.features .enmove span:nth-child(82) {
  transition-delay: 12.3s; }

.features .enmove span:nth-child(83) {
  transition-delay: 12.45s; }

.features .enmove span:nth-child(84) {
  transition-delay: 12.6s; }

.features .enmove span:nth-child(85) {
  transition-delay: 12.75s; }

.features .enmove span:nth-child(86) {
  transition-delay: 12.9s; }

.features .enmove span:nth-child(87) {
  transition-delay: 13.05s; }

.features .enmove span:nth-child(88) {
  transition-delay: 13.2s; }

.features .enmove span:nth-child(89) {
  transition-delay: 13.35s; }

.features .enmove span:nth-child(90) {
  transition-delay: 13.5s; }

.features .enmove.ac span {
  opacity: 1;
  transform: translateY(0px); }

.main {
  position: relative;
  display: flex;
  flex-direction: row-reverse; }
  .main .copy {
    width: calc(650% / 16); }
    @media screen and (max-width: 480px) {
      .main .copy {
        position: absolute;
        width: 100%;
        inset: 0; } }
    .main .copy img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .main .slide {
    width: calc(950% / 16); }
    @media screen and (max-width: 480px) {
      .main .slide {
        width: 100%; } }
    .main .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .main .slide_main {
    position: relative; }
    .main .slide_main li {
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: all 1.5s ease-in-out; }
      .main .slide_main li.active {
        position: relative;
        opacity: 1; }
  .main .slide_thum {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 15px; }
    @media screen and (max-width: 480px) {
      .main .slide_thum {
        gap: 8px;
        bottom: auto;
        top: 10px;
        padding: 0 10px; } }
    .main .slide_thum li {
      cursor: pointer;
      width: 15px;
      height: 15px;
      background: #fff;
      opacity: 0.5;
      transition: opacity 0.4s ease-in-out 0s; }
      .main .slide_thum li.active {
        opacity: 1; }
      @media screen and (max-width: 480px) {
        .main .slide_thum li {
          width: 10px;
          height: 10px; } }

/*# sourceMappingURL=top.css.map */
