@charset "UTF-8";
/*! Writen  by SCSS */
div.wrap {
  padding-top: 0 !important; }

.breadlist {
  display: none; }

.inner {
  max-width: 1080px; }

.inner2_1 {
  width: calc(100% - 4vw) !important; }

.inner_main {
  position: relative; }
  @media screen and (max-width: 480px) {
    .inner_main {
      height: auto; } }
  .inner_main .cap {
    z-index: 10;
    bottom: 20%; }
    @media screen and (max-width: 480px) {
      .inner_main .cap {
        bottom: 7.5%; } }
    .inner_main .cap.lim {
      bottom: 12%; }
      .inner_main .cap.lim .min {
        font-size: 80%; }
      @media screen and (max-width: 480px) {
        .inner_main .cap.lim {
          bottom: 7.5%; } }
  .inner_main .login_main_haed {
    position: absolute;
    inset: 0;
    padding-top: 12.5%;
    text-align: center;
    z-index: 2; }
    @media screen and (max-width: 480px) {
      .inner_main .login_main_haed {
        padding-top: 37.5%; } }
    .inner_main .login_main_haed p {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
      margin-inline: auto;
      padding: 0.3em 4em;
      font-weight: 400;
      font-size: clamp(14px, 2.75vw, 44px);
      color: #fff;
      line-height: 1;
      width: fit-content; }
      @media screen and (max-width: 480px) {
        .inner_main .login_main_haed p {
          width: 100%;
          font-size: calc(22vw / 3.9);
          padding: 0.3em 0.2em; } }
  .inner_main .limited_main_haed {
    position: absolute;
    inset: 0;
    padding-top: 21.25%;
    text-align: center;
    z-index: 2; }
    @media screen and (max-width: 480px) {
      .inner_main .limited_main_haed {
        padding-top: 37.5%; } }
    .inner_main .limited_main_haed p {
      background: linear-gradient(90deg, rgba(66, 163, 149, 0), rgba(66, 163, 149, 0.6), rgba(66, 163, 149, 0.6), rgba(66, 163, 149, 0));
      margin-inline: auto;
      padding: 0.3em 4em;
      font-weight: 400;
      font-size: clamp(14px, 2.75vw, 44px);
      color: #fff;
      line-height: 1;
      width: fit-content; }
      @media screen and (max-width: 480px) {
        .inner_main .limited_main_haed p {
          width: 100%;
          font-size: calc(22vw / 3.9);
          padding: 0.3em 0.2em; } }
      .inner_main .limited_main_haed p .ja {
        display: block;
        font-size: 45%;
        margin-top: 0.8em; }

.login {
  margin-top: -30px; }
  @media screen and (max-width: 480px) {
    .login {
      margin-top: 0; } }

.sec_login .sec_main {
  font-size: clamp(12px, calc(32vw / 10.8), 32px);
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
  transform: translate(-3px, 0px);
  transform: translate(-8px, 0px); }
  @media screen and (max-width: 480px) {
    .sec_login .sec_main {
      font-size: calc(22vw / 3.9);
      transform: translate(-6px, 0px); } }
.sec_login .sec_read {
  font-size: clamp(12px, calc(18vw / 10.8), 18px);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .sec_login .sec_read {
      font-size: calc(12vw / 3.9);
      margin-bottom: 15px; } }
.sec_login .login_wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 120px; }
  @media screen and (max-width: 480px) {
    .sec_login .login_wrap {
      gap: 8px;
      margin-bottom: 50px; } }
  .sec_login .login_wrap input[type="password"] {
    text-align: center;
    max-width: 310px;
    padding: 0 20px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #333;
    width: 100%;
    height: 48px;
    border-radius: 0;
    font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho","游明朝",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; }
    @media screen and (max-width: 480px) {
      .sec_login .login_wrap input[type="password"] {
        width: 200px;
        height: 30px;
        font-size: 13px;
        padding: 0 12px; } }
    .sec_login .login_wrap input[type="password"]::placeholder {
      text-align: center;
      color: #b5aba5; }
  .sec_login .login_wrap .login_btn {
    width: 136px;
    height: 48px;
    line-height: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    color: #fff;
    background: #363333;
    transition: opacity 0.3s ease-in-out;
    border-radius: 0; }
    @media (hover: hover) {
      .sec_login .login_wrap .login_btn:hover {
        opacity: 0.7; } }
    @media screen and (max-width: 480px) {
      .sec_login .login_wrap .login_btn {
        font-size: 13px;
        width: 87px;
        height: 30px; } }

.sec01.bg {
  max-width: 900px; }
  @media screen and (max-width: 480px) {
    .sec01.bg {
      width: 100%; } }

@media screen and (max-width: 480px) {
  .sec01 {
    margin-top: 40px; } }
.sec01 .p_btn {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 480px) {
    .sec01 .p_btn {
      width: 80%;
      margin-inline: auto; } }
.sec01 .color_wh {
  color: #fff; }

.sec02 {
  	/*.box41 {
      display: grid;
      grid-template-columns: calc(540% / 8.9) calc(330% / 8.9);
      grid-template-rows: auto 1fr auto;
      gap: 20px calc(30% / 8.9);
  		@include mq($br_tb){
  			display: flex;
  			flex-wrap: wrap;
  			justify-content: space-between;
  			gap: 15px 0;
  		}
  		
  		.img1 {
  			grid-row: span 2 / span 2;
  			position: relative;
  			@include mq($br_tb){
  				width: 100%;
  			}
  			.copy {
  				position: absolute;
  				top: 20%;
  				left:0;
  				color: #00311c;
  				font-size: clamp(11px, calc(18vw / 10.8), 18px);
  				line-height: 1.4;
  				padding: 0.3em 1.5em;
  				background: rgba(#fff, 0.8);
  				@include mq($br_sp){
  					font-size: calc(14vw / 3.9);
  				}
  			}
  		}
  		.img2 {
  			@include mq($br_tb){
  				width: 38%;
  				
  				width: calc(165%/3.35);
  				figure {
  					width: 100%;
  					height: 100%;
  					img {
  						width: 100%;
  						height: 100%;
  						object-fit: cover;
  					}
  				}
  			}
  		}
  		.txt1 {
  			background: linear-gradient(90deg, #f5f2dc, #ece6ba);
  			padding: 25px;
  			font-size: clamp(11px, calc(16vw / 10.8), 16px);
  			line-height: 1.7;
  			display: flex;
  			align-items: center;
  			@include mq($br_tb){
  //				width: 60%;
  				width: calc(160%/3.35);
  				padding: 10px;
  			}
  			@include mq($br_sp){
  				font-size: calc(10vw / 3.9);
  				font-size: calc(8.5vw / 3.9);
  			}
  		}
  		.txt2 {
  			grid-column: span 2 / span 2;
  			font-size: clamp(11px, calc(16vw / 10.8), 16px);
  			line-height: 1.9;
  			@include mq($br_tb){
  				width: 100%;
  			}
  			@include mq($br_sp){
  				font-size: calc(12vw / 3.9);
  			}
  			.wh {
  				color: #fff;
  			}
  		}
  	}*/ }
  .sec02 .sec_ttl_ja_shop {
    width: 100%;
    margin: 0 auto;
    padding: 2px 10px;
    background-color: #fff;
    font-size: clamp(13px, calc(26vw / 10.8), 22px);
    margin-bottom: 18px; }
    @media screen and (max-width: 480px) {
      .sec02 .sec_ttl_ja_shop {
        line-height: 1.3;
        padding: 6px; } }
    .sec02 .sec_ttl_ja_shop .ttl_s {
      font-size: 12px;
      font-size: 14px; }
      @media screen and (max-width: 480px) {
        .sec02 .sec_ttl_ja_shop .ttl_s {
          font-size: 10px; } }
    .sec02 .sec_ttl_ja_shop.border {
      border: 1px solid #333; }
  @media screen and (max-width: 768px) {
    .sec02 .box41 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 15px 0; } }
  .sec02 .box41 .imgs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: calc(40%/8.9); }
    @media screen and (max-width: 768px) {
      .sec02 .box41 .imgs {
        flex-direction: column; } }
  .sec02 .box41 .txts {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media screen and (max-width: 768px) {
      .sec02 .box41 .txts {
        flex-direction: column-reverse;
        gap: 10px 0; } }
    .sec02 .box41 .txts .txt1 {
      background: linear-gradient(90deg, #f5f2dc, #ece6ba);
      padding: 1.5em 1em;
      font-size: calc(12vw/16);
      letter-spacing: 0.1em;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        .sec02 .box41 .txts .txt1 {
          width: calc(160%/3.35); } }
      @media screen and (max-width: 480px) {
        .sec02 .box41 .txts .txt1 {
          font-size: calc(10vw / 3.9);
          font-size: calc(8.5vw / 3.9);
          font-size: calc(8.5vw / 3.9); } }
      .sec02 .box41 .txts .txt1 p {
        text-indent: -1em;
        padding-left: 1em; }
        .sec02 .box41 .txts .txt1 p + p {
          margin-top: 0.5em; }
    .sec02 .box41 .txts .txt2 {
      font-size: calc(13vw/16);
      letter-spacing: 0.2em;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .sec02 .box41 .txts .txt2 {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .sec02 .box41 .txts .txt2 {
          font-size: calc(12vw / 3.9);
          font-size: calc(11vw / 3.9); } }
      .sec02 .box41 .txts .txt2 .wh {
        color: #fff; }
  .sec02 .box41.box41_1 .imgs .l_cnt {
    width: calc(518%/8.9); }
    @media screen and (max-width: 768px) {
      .sec02 .box41.box41_1 .imgs .l_cnt {
        width: 100%;
        margin-bottom: 10px; } }
  .sec02 .box41.box41_1 .imgs .r_cnt {
    width: calc(350%/8.9);
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      .sec02 .box41.box41_1 .imgs .r_cnt {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .sec02 .box41.box41_1 .imgs .r_cnt .img3, .sec02 .box41.box41_1 .imgs .r_cnt .img2 {
        width: calc(50% - 5px); } }
    .sec02 .box41.box41_1 .imgs .r_cnt .img3 {
      margin-top: auto; }
  .sec02 .box41.box41_1 .txts .txt1 {
    width: calc(425%/8.9); }
    @media screen and (max-width: 768px) {
      .sec02 .box41.box41_1 .txts .txt1 {
        width: 100%; } }
  .sec02 .box41.box41_1 .txts .txt2 {
    width: calc(428%/8.9); }
    @media screen and (max-width: 768px) {
      .sec02 .box41.box41_1 .txts .txt2 {
        width: 100%; } }
  .sec02 .box41.box41_2 .imgs {
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .sec02 .box41.box41_2 .imgs {
        flex-direction: column; } }
    .sec02 .box41.box41_2 .imgs .l_cnt {
      width: calc(518%/8.9); }
      @media screen and (max-width: 768px) {
        .sec02 .box41.box41_2 .imgs .l_cnt {
          width: 100%;
          margin-bottom: 10px; } }
    .sec02 .box41.box41_2 .imgs .r_cnt {
      width: calc(350%/8.9);
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 768px) {
        .sec02 .box41.box41_2 .imgs .r_cnt {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .sec02 .box41.box41_2 .imgs .r_cnt .img3, .sec02 .box41.box41_2 .imgs .r_cnt .img2 {
          width: calc(50% - 5px); } }
      .sec02 .box41.box41_2 .imgs .r_cnt .img3 {
        margin-top: auto; }
  .sec02 .box41.box41_2 .txts .txt1 {
    width: calc(425%/8.9); }
    @media screen and (max-width: 768px) {
      .sec02 .box41.box41_2 .txts .txt1 {
        width: 100%; } }
  .sec02 .box41.box41_2 .txts .txt2 {
    width: calc(428%/8.9);
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .sec02 .box41.box41_2 .txts .txt2 {
        width: 100%; } }

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