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

/*オープンテンプレ*/
/*.msn-headerMenu {
	background: #000;
}

.msn-headerNav__item {
	font-family:"游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
	color: #fff;
	font-weight: 400;
}
.msn-headerNav__item {
	@media (min-width: 767px) {
		font-size: 17px;
	}
}
.msn-headerNav__item--new::before {
	font-family:"Noto Sans JP","游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN", Meiryo,sans-serif;
	font-weight: 600;
}

.msn-h2__inner {
	font-family:"游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
	font-weight: 400;
	.msn-h2__title {
		@media (min-width: 767px) {
			font-size: 2.7rem;
		}
	}
}

.msn-buttonMore {
	font-family:"游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
}
.read {
	font-weight: 400;
}

.contact {
	font-family:"游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
	.msn-lead {
	//font-family:"Noto Sans JP","游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN", Meiryo,sans-serif;
		font-family:"游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
		font-weight: 400;
	}
}

.msn-contentnav {
	font-family:"游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
	font-weight: 400;
}*/
.contarea {
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .contarea::after {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    background: url("../img/top/bg.webp") top center/cover; }

.msn-h2__inner.wh {
  color: #fff; }

.main {
  position: relative; }
  .main .slide_main li {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1.2s ease-in-out 0s;
    overflow: hidden; }
    .main .slide_main li:first-child {
      position: relative; }
    .main .slide_main li.active {
      opacity: 1; }
  @media screen and (max-width: 480px) {
    .main .slide_main .cap {
      font-size: 8px; } }
  .main .slide_thum {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 10px; }
    @media screen and (max-width: 480px) {
      .main .slide_thum {
        top: 10px;
        right: 10px;
        gap: 5px; } }
    .main .slide_thum li {
      width: 15px;
      height: 15px;
      background: #b3b3b3;
      background: #95dbd9;
      transition: all 0.5s ease-in-out 0s; }
      @media screen and (max-width: 480px) {
        .main .slide_thum li {
          width: 10px;
          height: 10px; } }
      .main .slide_thum li.active {
        background: #000;
        background: #2bb7b3; }
  .main .cap {
    line-height: 1.2;
    font-weight: 600; }
  @media screen and (max-width: 480px) {
    .main .cap1 {
      bottom: calc(200% / 9.5); } }

.msn-obi {
  background: #fff;
  padding: calc(35% / 16) 0; }
  @media screen and (max-width: 480px) {
    .msn-obi {
      padding: 10px 15px; } }
  .msn-obi .msn-obi__inner {
    max-width: none;
    text-align: center; }
  .msn-obi .list {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .msn-obi .list {
        flex-wrap: wrap;
        gap: 10px 0; } }
    @media screen and (max-width: 480px) {
      .msn-obi .list {
        gap: 0;
        flex-direction: column; } }
    .msn-obi .list .item {
      font-size: clamp(10px, calc(29vw / 16), 29px);
      letter-spacing: 0.1em;
      line-height: 1;
      font-weight: 600;
      padding: 0 0.9em;
      border-right: solid 1px #888888;
      display: flex;
      align-items: center; }
      .msn-obi .list .item:last-child {
        border-right: none;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center; }
        .msn-obi .list .item:last-child .cap_c {
          margin-top: 5px;
          font-size: clamp(10px, calc(12vw / 16), 12px); }
        .msn-obi .list .item:last-child .inn {
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          align-items: flex-end; }
      @media screen and (max-width: 1110px) {
        .msn-obi .list .item {
          font-size: clamp(10px, calc(28vw / 16), 28px); } }
      @media screen and (max-width: 767px) {
        .msn-obi .list .item {
          font-size: clamp(10px, calc(20vw / 7.67), 20px);
          width: 33.333%;
          justify-content: center; }
          .msn-obi .list .item:first-child {
            width: 100%;
            border-right: none; } }
      @media screen and (max-width: 480px) {
        .msn-obi .list .item {
          width: 100%;
          font-size: calc(25vw / 3.9);
          font-size: calc(22vw / 3.9);
          justify-content: center;
          padding: 0.4em 0;
          border-right: none;
          border-bottom: solid 1px #888888; }
          .msn-obi .list .item:nth-child(2), .msn-obi .list .item:nth-child(3) {
            padding: 0.1em 0 0.4em; }
          .msn-obi .list .item:last-child {
            border-bottom: none; } }
      .msn-obi .list .item .c1 {
        color: #b59a2c; }
      .msn-obi .list .item .s1 {
        font-size: 66.666%;
        font-size: 73%;
        letter-spacing: 0.02em;
        padding-bottom: 0.2em; }
        @media screen and (max-width: 480px) {
          .msn-obi .list .item .s1 {
            letter-spacing: 0.1em;
            font-size: 60%;
            padding-bottom: 0; } }
      .msn-obi .list .item .s2 {
        font-size: 70%; }
      .msn-obi .list .item .s3 {
        font-size: 80%; }
      .msn-obi .list .item .s4 {
        font-size: 66.666%; }
      .msn-obi .list .item .s5 {
        font-size: 80%; }
      .msn-obi .list .item .s6 {
        font-size: 90%; }
      .msn-obi .list .item .l1 {
        font-size: 145%; }
        @media screen and (max-width: 480px) {
          .msn-obi .list .item .l1 {
            font-size: 120%;
            line-height: 0.8;
            display: inline-block; } }
      .msn-obi .list .item .l2 {
        font-size: 250%;
        display: inline-block;
        transform: translateY(0.05em); }
        @media screen and (max-width: 480px) {
          .msn-obi .list .item .l2 {
            font-size: 180%;
            line-height: 0.8; } }
      .msn-obi .list .item .l3 {
        font-size: 133%;
        display: inline-block;
        transform: translateY(0.05em); }
      .msn-obi .list .item p.t01 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.3em;
        margin-bottom: -0.1em; }
        .msn-obi .list .item p.t01 .s1 {
          line-height: 1.2;
          transform: translateY(0.2em); }
        @media screen and (max-width: 480px) {
          .msn-obi .list .item p.t01 {
            margin-bottom: 0.4em;
            margin-bottom: 0.3em;
            flex-direction: column;
            gap: 0.05em; }
            .msn-obi .list .item p.t01 .s1 {
              transform: none; } }
      .msn-obi .list .item p.t02 {
        line-height: 1.2; }
      .msn-obi .list .item p.t03 {
        line-height: 1.4;
        margin-bottom: 0.1em; }
      .msn-obi .list .item p.t04 {
        line-height: 1.2; }
        @media screen and (max-width: 480px) {
          .msn-obi .list .item p.t04 {
            margin-top: 0.25em; } }
      .msn-obi .list .item p .t11 {
        transform: translateY(-0.3em); }
        @media screen and (max-width: 480px) {
          .msn-obi .list .item p .t11 {
            transform: none; } }
      .msn-obi .list .item .cap_r {
        letter-spacing: 0;
        font-size: clamp(10px, calc(12vw / 16), 12px); }

.bg1 {
  padding: 6.25rem 0;
  padding: 6.25rem 0 9.5rem; }
  @media screen and (max-width: 767px) {
    .bg1 {
      padding: 5rem 0 6.5rem; } }

.info_red {
  color: #fff; }

.msn-topInfo__copy {
  font-size: 38px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-weight: 400;
  font-weight: 500; }

.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%; }

.msn-topInfo__copy .l5 {
  font-size: 150%; }

@media screen and (max-width: 1600px) {
  .msn-topInfo__copy {
    font-size: calc(38vw / 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; } }
.read.lg {
  line-height: 1.8;
  margin-bottom: 0.8em; }
  @media screen and (max-width: 480px) {
    .read.lg {
      font-size: calc(15vw / 3.9); } }

.read {
  line-height: 1.8;
  margin-bottom: 0.8em; }
  @media screen and (max-width: 480px) {
    .read {
      font-size: calc(15vw / 3.9); } }

.crbox {
  background-color: transparent;
  border: solid 1px #fff; }

.msn-linkBlock,
.msn-newsTopicsBlock {
  color: #fff; }

.concept_wrap {
  color: #918060; }
  .concept_wrap .inner {
    width: calc(100% - 40px);
    margin-inline: auto;
    max-width: 960px;
    text-align: center; }
  .concept_wrap .t01 {
    font-size: clamp(16px, calc(40vw / 9.6), 40px);
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 1em;
    font-weight: 600; }
    @media screen and (max-width: 480px) {
      .concept_wrap .t01 {
        font-size: calc(18vw / 3.9); } }
  .concept_wrap .t02 {
    font-size: clamp(20px, calc(82vw / 9.6), 82px);
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 1em;
    font-weight: 600; }
    @media screen and (max-width: 480px) {
      .concept_wrap .t02 {
        font-size: calc(36vw / 3.9); } }
  .concept_wrap .t03 {
    font-size: clamp(12px, calc(20vw / 9.6), 20px);
    letter-spacing: 0.1em;
    line-height: 2.8;
    font-weight: 600; }
    @media screen and (max-width: 480px) {
      .concept_wrap .t03 {
        font-size: calc(14vw / 3.9); } }

.feature .read {
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 0.8em; }
  @media screen and (max-width: 480px) {
    .feature .read {
      text-align: left;
      font-size: calc(15vw / 3.9); } }

#sec-feature {
  /*.msn-imageGrid__item {
      display: flex;
      flex-direction: column;
  }*/ }
  #sec-feature .menu-item {
    position: relative;
    background: none;
    height: 280vh;
    width: 100%;
    display: block;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
    @media screen and (max-width: 480px) {
      #sec-feature .menu-item {
        height: 200vh; } }
    #sec-feature .menu-item .img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      /*&::after {
      	content: "";
      	position: absolute;
      	inset:0;
      	background: rgba(#000,0.6);
      }*/ }
      body.f_start #sec-feature .menu-item .img {
        position: fixed; }
      body.f_end #sec-feature .menu-item .img {
        position: absolute;
        top: auto;
        bottom: 0; }
      #sec-feature .menu-item .img figure {
        width: 100%;
        height: 100%; }
        #sec-feature .menu-item .img figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        @media screen and (max-width: 767px) {
          #sec-feature .menu-item .img figure .cap {
            bottom: 54px; } }
    #sec-feature .menu-item .copy {
      margin-top: 100vh; }
      @media screen and (max-width: 480px) {
        #sec-feature .menu-item .copy {
          margin-top: 85vh; } }
      #sec-feature .menu-item .copy .inn {
        position: absolute;
        z-index: 10;
        background: rgba(0, 0, 0, 0.6);
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        color: #fff;
        opacity: 0;
        transition: opacity 0.6s linear 0.3s; }
        body.f_start #sec-feature .menu-item .copy .inn {
          position: fixed; }
        body.f_end #sec-feature .menu-item .copy .inn {
          position: absolute;
          top: auto;
          bottom: 0; }
        #sec-feature .menu-item .copy .inn .in {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          gap: 10px;
          height: 100%;
          padding: 40px 0 30px;
          transform: translateY(20px);
          transition: all 0.8s ease-in-out 0.3s; }
          @media screen and (max-height: 800px) {
            #sec-feature .menu-item .copy .inn .in {
              padding: 30px; } }
          @media screen and (max-width: 768px) {
            #sec-feature .menu-item .copy .inn .in {
              height: calc(100% - 54px);
              gap: 0 10px; } }
      #sec-feature .menu-item .copy.p-view .inn {
        opacity: 1; }
        #sec-feature .menu-item .copy.p-view .inn .in {
          transform: none; }
      #sec-feature .menu-item .copy .msn-h2 {
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          #sec-feature .menu-item .copy .msn-h2 {
            margin-bottom: 0; } }
      #sec-feature .menu-item .copy .box {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        gap: 3.5vw; }
        @media screen and (max-width: 767px) {
          #sec-feature .menu-item .copy .box {
            height: fit-content; }
            #sec-feature .menu-item .copy .box.ex1 {
              margin-right: -15px;
              margin-left: 15px; } }
        #sec-feature .menu-item .copy .box > div {
          flex: 1; }
          #sec-feature .menu-item .copy .box > div p {
            writing-mode: vertical-rl;
            text-orientation: upright;
            font-feature-settings: normal; }
          #sec-feature .menu-item .copy .box > div.l p {
            margin: 0 auto 0 0; }
          @media screen and (max-width: 480px) {
            #sec-feature .menu-item .copy .box > div.l.sp_ex1 {
              flex: 0.65; } }
          #sec-feature .menu-item .copy .box > div.r p {
            margin: 0 0 0 auto; }
      #sec-feature .menu-item .copy .m2 {
        display: inline-block;
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
        font-size: 1em;
        line-height: 0.9;
        letter-spacing: -0.05em; }
        #sec-feature .menu-item .copy .m2.mt_ex {
          padding-top: 0.18em; }
        #sec-feature .menu-item .copy .m2.mb_ex {
          padding-bottom: 0.12em; }
      @media screen and (min-width: 768px) {
        #sec-feature .menu-item .copy .t {
          display: inline-block;
          margin-top: -0.5em; } }
      @media screen and (min-width: 768px) {
        #sec-feature .menu-item .copy .b {
          display: inline-block;
          margin-bottom: -0.5em; } }
      #sec-feature .menu-item .copy .scr {
        position: absolute;
        bottom: 30px;
        left: 30px;
        text-align: left; }
        @media screen and (max-width: 480px) {
          #sec-feature .menu-item .copy .scr {
            text-align: center;
            position: static; }
            #sec-feature .menu-item .copy .scr img {
              width: 50px; } }
      #sec-feature .menu-item .copy .f1 {
        font-weight: 600;
        letter-spacing: 0.12em;
        line-height: 2;
        font-size: clamp(12px, calc(26vw / 12), 26px);
        color: #bcae97;
        font-feature-settings: normal; }
        @media screen and (max-height: 800px) {
          #sec-feature .menu-item .copy .f1 {
            font-size: clamp(12px, calc(23vw / 12), 23px); } }
        @media screen and (max-height: 700px) {
          #sec-feature .menu-item .copy .f1 {
            font-size: clamp(12px, calc(20vw / 12), 20px); } }
        @media screen and (max-height: 640px) {
          #sec-feature .menu-item .copy .f1 {
            font-size: clamp(12px, calc(16vw / 12), 16px); } }
        @media screen and (max-width: 480px) {
          #sec-feature .menu-item .copy .f1 {
            font-size: calc(17vw / 3.9);
            font-size: calc(19vw / 3.9); } }
        @media screen and (max-width: 375px) {
          #sec-feature .menu-item .copy .f1 {
            font-size: calc(18vw / 3.9); } }
      #sec-feature .menu-item .copy .f2 {
        font-weight: 600;
        letter-spacing: 0.12em;
        line-height: 2.4;
        font-size: clamp(12px, calc(16vw / 12), 19px);
        color: #fff;
        font-feature-settings: normal; }
        @media screen and (max-height: 900px) {
          #sec-feature .menu-item .copy .f2 {
            font-size: clamp(12px, calc(25vw / 12), 25px); } }
        @media screen and (max-height: 800px) {
          #sec-feature .menu-item .copy .f2 {
            font-size: clamp(10px, calc(20vw / 12), 20px); } }
        @media screen and (max-height: 700px) {
          #sec-feature .menu-item .copy .f2 {
            font-size: clamp(10px, calc(16vw / 12), 16px); } }
        @media screen and (max-height: 640px) {
          #sec-feature .menu-item .copy .f2 {
            font-size: clamp(10px, calc(14vw / 12), 14px); } }
        @media screen and (max-width: 480px) {
          #sec-feature .menu-item .copy .f2 {
            font-size: calc(14vw / 3.9);
            font-size: calc(16vw / 3.9); } }
        @media screen and (max-width: 375px) {
          #sec-feature .menu-item .copy .f2 {
            font-size: calc(15vw / 3.9); } }
  #sec-feature .btn {
    margin-inline: auto;
    width: 6.8em;
    height: 6.8em;
    font-size: clamp(10px, calc(21vw / 16), 21px);
    line-height: 1;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    text-align: center;
    transition: all 0.3s ease-in-out 0s; }
    #sec-feature .btn:hover {
      background: rgba(255, 255, 255, 0.9); }
    #sec-feature .btn .t1 {
      color: #555555;
      padding-top: 0.5em;
      font-weight: 600; }
    #sec-feature .btn .t2 {
      color: #877543;
      font-size: 66.666%;
      font-weight: 600; }
    #sec-feature .btn .icon {
      width: 1em; }
    @media screen and (max-height: 800px) {
      #sec-feature .btn {
        font-size: clamp(10px, calc(18vw / 16), 18px); } }
    @media screen and (max-height: 700px) {
      #sec-feature .btn {
        font-size: clamp(10px, calc(16vw / 16), 16px); } }
    @media screen and (max-width: 480px) {
      #sec-feature .btn {
        font-size: calc(13vw / 3.9); } }
  #sec-feature .msn-buttonC {
    width: 100%; }
    @media screen and (max-width: 767px) {
      #sec-feature .msn-buttonC {
        width: auto; } }
  #sec-feature .msn-imageGrid {
    align-items: stretch; }
    #sec-feature .msn-imageGrid .msn-linkBlock__button {
      margin-top: auto; }
  @media screen and (max-width: 480px) {
    #sec-feature .msn-imageGrid__item:not(:last-child) {
      margin-bottom: 0; } }

.bg2 {
  padding: 80px 0 6.25rem;
  margin-bottom: 6.25rem; }
  @media screen and (max-width: 767px) {
    .bg2 {
      padding: 3.5rem 0 5rem;
      margin-bottom: 5rem; } }

#sec-plan .plan_sec {
  color: #fff; }
#sec-plan .plan {
  max-width: 728px;
  margin-inline: auto; }
#sec-plan .read {
  font-size: 23px;
  margin-bottom: 2em; }
  @media screen and (max-width: 480px) {
    #sec-plan .read {
      font-size: calc(17vw / 3.9); } }
@media screen and (max-width: 767px) {
  #sec-plan .msn-c-madori__item {
    flex-basis: 100%;
    max-width: 373px;
    margin-inline: auto; } }
#sec-plan .msn-imageGrid--cols2--gap {
  width: 100%;
  max-width: 640px; }
  #sec-plan .msn-imageGrid--cols2--gap .msn-c-madori__item {
    flex-basis: calc(300% / 6.4); }
    @media screen and (max-width: 767px) {
      #sec-plan .msn-imageGrid--cols2--gap .msn-c-madori__item {
        flex-basis: 100%;
        max-width: 373px;
        margin-inline: auto; } }
#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%; } }
@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: 75%;
    margin-inline: auto; } }

.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); } }
@media screen and (max-width: 480px) {
  #sec-info .msn-newsTopicsBlock__topicLabel {
    font-size: 9px;
    line-height: 10px;
    padding: 2px 3px; } }

sup {
  font-size: 50%;
  top: -1em; }

.info_bnr .cap {
  font-size: 10px;
  padding: 1px 3px; }
  @media screen and (max-width: 480px) {
    .info_bnr .cap {
      font-size: 9px; } }

.info_wa {
  max-width: 960px;
  margin: 0 auto;
  font-size: 15px;
  border: #d9d9d9 1px solid;
  padding: 10px 0;
  font-size: 14px; }

.info_wa p {
  line-height: 1.5; }
  .info_wa p.owabi_ttl.pl_ex {
    font-weight: 700;
    font-size: 15px; }
    @media screen and (max-width: 480px) {
      .info_wa p.owabi_ttl.pl_ex {
        font-size: 12.5px; } }

.owabi_box dt,
.owabi_ttl {
  text-indent: -0.5em !important; }
  .owabi_box dt .txt_in,
  .owabi_ttl .txt_in {
    display: block; }

@media screen and (max-width: 767px) {
  .info_wa {
    width: calc(100% - 30px);
    padding: 10px 10px 10px 5px;
    text-align: left;
    font-size: 10px;
    font-size: 12.5px;
    font-size: 11.5px;
    padding: 10px 5px;
    letter-spacing: 0.02em;
    width: 100%; }

  .owabi_ttl.idt {
    padding-left: 0;
    text-indent: 0 !important;
    text-align: center;
    letter-spacing: -0.04em; }

  .pl_ex {
    text-align: center; }

  /*.txt_in {
      display: block;
      text-align: left;
      width: fit-content;
      margin: 0 auto;
  }*/ }
@media (min-width: 768px) {
  .msn-section__container--narrow {
    max-width: 960px; } }
.msn-buttonMore {
  max-width: 200px;
  min-width: 200px; }
  .msn-buttonMore::after {
    display: none; }
  @media screen and (max-width: 767px) {
    .msn-buttonMore {
      max-width: 230px;
      min-width: 230px; } }

.msn-buttonD__label {
  font-family: "游明朝","Yu Mincho",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", serif;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    .msn-buttonD__label {
      font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho","游明朝",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; } }

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