/*! Writen  by SCSS */
header, .breadlist, footer {
  display: none; }

.wrap {
  padding-top: 0 !important; }

.logo {
  background: #000;
  display: none;
  text-align: center;
  padding: 25px 0;
  font-size: 0;
  line-height: 1;
  position: fixed;
  width: 100%;
  z-index: 99; }
  .logo img {
    height: 16px; }
  @media screen and (max-width: 480px) {
    .logo {
      display: block; } }

body {
  /*background: #1a93a5;*/
  transition: background 0.3s ease-in-out 0s;
  clip-path: inset(0 0 0 0); }
  body:before, body:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .7;
    transition: opacity 0.3s ease-in-out 0s; }
  body:before {
    background-image: url("../images/bg01.jpg"); }
  body:after {
    background-image: url("../images/bg02.jpg");
    opacity: 0; }
  body.bg_change:before {
    opacity: 0; }
  body.bg_change:after {
    opacity: 0.7; }

.contents_wrap {
  background: #fff;
  max-width: 640px;
  margin-inline: auto;
  width: 33.34%; }
  @media screen and (max-width: 1280px) {
    .contents_wrap {
      width: 40.63%; } }
  @media screen and (max-width: 480px) {
    .contents_wrap {
      width: 100%; } }

@media screen and (max-width: 480px) {
  .sec01 {
    padding-top: 66px; } }
.sec01 .main_obi {
  z-index: 10;
  margin: 0 auto;
  width: 100% !important; }
.sec01 .fix_item {
  padding-bottom: 0 !important; }
.sec01 .item_wrap {
  position: relative; }
  .sec01 .item_wrap .point {
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    top: 25px;
    text-align: center;
    z-index: 2;
    max-width: 73px;
    width: 11.41%; }
    @media screen and (max-width: 480px) {
      .sec01 .item_wrap .point {
        width: 50px;
        top: 12px; } }
    .sec01 .item_wrap .point.first {
      top: 45px; }
      @media screen and (max-width: 480px) {
        .sec01 .item_wrap .point.first {
          top: 25px; } }
  .sec01 .item_wrap .item {
    position: relative;
    background: center center / cover no-repeat;
    background-image: url("../images/blue_bg.jpg"); }
    .sec01 .item_wrap .item:nth-child(2n) {
      background-image: url("../images/beige_bg.jpg"); }
    .sec01 .item_wrap .item .icon_wrap {
      top: auto;
      margin-top: 0;
      height: fit-content;
      position: absolute;
      right: 20px;
      bottom: 10px;
      display: flex;
      align-items: flex-end;
      column-gap: 5px;
      width: fit-content;
      cursor: pointer;
      /*@include hover{
      	opacity: .8;		
      }*/
      animation: 1.2s left-right infinite ease-in-out alternate; }
@keyframes left-right {
  0%,100% {
    transform: translateX(0px); }
  50% {
    transform: translateX(20px); } }
      @media screen and (max-width: 480px) {
        .sec01 .item_wrap .item .icon_wrap {
          bottom: 5px; } }
      .sec01 .item_wrap .item .icon_wrap.prev {
        flex-direction: row-reverse;
        right: auto;
        left: 10px; }
        .sec01 .item_wrap .item .icon_wrap.prev .icon {
          max-width: 102px; }
          @media screen and (max-width: 480px) {
            .sec01 .item_wrap .item .icon_wrap.prev .icon {
              max-width: 70px; } }
      .sec01 .item_wrap .item .icon_wrap .txt {
        font-size: clamp(14px, 1.334vw, 16px);
        font-size: clamp(14px, 1.667vw, 20px);
        font-size: clamp(18px, 2.667vw, 32px);
        font-size: clamp(18px, 1.875vw, 30px);
        color: #ffd900;
        line-height: 1.8; }
      .sec01 .item_wrap .item .icon_wrap .icon {
        max-width: 107px;
        font-size: 0;
        line-height: 1; }
        @media screen and (max-width: 480px) {
          .sec01 .item_wrap .item .icon_wrap .icon {
            height: 45px; }
            .sec01 .item_wrap .item .icon_wrap .icon img {
              height: 100%; } }

.sec02 {
  padding: 50px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .sec02::before {
    content: '';
    aspect-ratio: 1;
    position: absolute;
    inset: 0;
    bottom: auto;
    aspect-ratio: 750/605;
    background: linear-gradient(180deg, #e6e6df 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1; }
  .sec02 .img_wrap {
    display: flex;
    flex-direction: column;
    row-gap: clamp(10px, 1.667vw, 20px); }
    .sec02 .img_wrap .img {
      margin-inline: auto; }
    .sec02 .img_wrap .img01 {
      width: 76.4%; }
    .sec02 .img_wrap .img02 {
      width: 61.74%; }
    .sec02 .img_wrap .img03 {
      width: 80%; }
  .sec02 .model_btn {
    display: block;
    width: 80%;
    transition: opacity 0.3s ease-in-out 0s; }
    @media (hover: hover) {
      .sec02 .model_btn:hover {
        opacity: .7; } }
  .sec02 .type_wrap {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .sec02 .type_wrap .img01 {
      width: 88.27%; }
    .sec02 .type_wrap .img02 {
      width: 86.4%;
      margin-bottom: 10px; }
    .sec02 .type_wrap .img03 {
      width: 86.8%; }
  .sec02 .txt_list {
    width: 86.67%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px; }
    .sec02 .txt_list .txt {
      align-content: center;
      text-align: center;
      line-height: 1.2;
      width: 49.24%;
      font-size: clamp(13px, 1.667vw, 20px);
      position: relative;
      color: #968881;
      font-weight: 400;
      padding: 10px 0;
      letter-spacing: 0.05em; }
      .sec02 .txt_list .txt::after {
        content: '';
        position: absolute;
        inset: 0;
        border: 1px solid #968881; }
  .sec02 .item_wrap {
    width: 86.67%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    row-gap: clamp(15px, 2.667vw, 20px); }
    .sec02 .item_wrap a {
      display: block; }
    .sec02 .item_wrap .item01 {
      width: 48.31%; }
    .sec02 .item_wrap .item02 {
      width: 50.77%;
      margin-right: -2.5%; }
    .sec02 .item_wrap .item03, .sec02 .item_wrap .item04 {
      width: 48.77%;
      display: block; }
  .sec02 .qua_wrap {
    width: 86.67%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px; }
    .sec02 .qua_wrap .item {
      display: flex;
      flex-direction: column;
      width: 47.7%;
      display: flex;
      flex-direction: column;
      row-gap: 10px;
      font-weight: 400;
      line-height: 1.4; }
      .sec02 .qua_wrap .item.w100 {
        width: 100%; }
      .sec02 .qua_wrap .item .ttl {
        font-size: clamp(14px, 3.334vw, 20px);
        text-align: center; }
      .sec02 .qua_wrap .item .txt {
        font-size: clamp(12px, 2.667vw, 16px); }
        .sec02 .qua_wrap .item .txt .r {
          text-align: right;
          font-size: 80%;
          display: inline-block;
          width: 100%; }
  .sec02 .text_wrap {
    display: flex;
    flex-direction: column;
    row-gap: clamp(20px, 2.5vw, 30px);
    width: 80%;
    margin-inline: auto; }
    .sec02 .text_wrap .item .ttl {
      font-size: clamp(16px, 3.334vw, 20px);
      text-align: center;
      line-height: 1; }
      .sec02 .text_wrap .item .ttl.b {
        padding-bottom: 0.5em;
        margin-bottom: 0.5em;
        border-bottom: 1px solid; }
    .sec02 .text_wrap .item .txt {
      position: relative;
      font-size: clamp(12px, 2.667vw, 16px); }
      .sec02 .text_wrap .item .txt .r {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 80%;
        display: block; }
  .sec02 .color_item {
    margin: 60px 0 20px;
    padding: 20px 0;
    font-weight: bold;
    width: 86.67%;
    background: #ede1e1;
    color: #a51f24;
    font-size: clamp(14px, 1.625vw, 26px);
    transition: opacity 0.3s ease-in-out 0s;
    line-height: 1.27; }
    @media (hover: hover) {
      .sec02 .color_item:hover {
        opacity: .7; } }
    @media screen and (max-width: 480px) {
      .sec02 .color_item {
        font-size: 16px; } }

.caption_area {
  width: 86.67%;
  margin-inline: auto; }
  .caption_area .inner {
    width: 100%; }
    .caption_area .inner .ttl {
      line-height: 1;
      padding-left: 0;
      text-indent: 0;
      margin-bottom: 0.5em;
      font-size: clamp(16px, 3.334vw, 20px); }

.swiper-button-next, .swiper-button-prev {
  width: fit-content; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: none !important; }

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