/*! Writen  by SCSS */
.main .inn .img {
  background: url("../img/design/main.jpg") center center/cover; }
  @media screen and (max-width: 767px) {
    .main .inn .img {
      background: url("../img/design/main_sp.jpg") center center/cover;
      /*.cap {
      	top:0;
      	left:0;
      	right: auto;
      	bottom:auto;
      	text-align: left;
      	color: #333;
      	text-shadow: none;
      }*/ } }

.container_bg {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .container_bg {
      padding-bottom: 40px; } }

.container_bg .bg {
  background: url("../img/design/bg.jpg") top center; }
  @media screen and (max-width: 767px) {
    .container_bg .bg {
      background: url("../img/design/bg_sp.jpg") top center;
      background-size: cover; } }

.vsp1400 {
  display: none; }
  @media screen and (max-width: 1400px) {
    .vsp1400 {
      display: block; } }

.img101 {
  max-width: 1057px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .img101 {
      width: calc(100% + 40px);
      margin: 0 -20px; } }
  .img101 .cap {
    padding-right: 1em; }

.box01 {
  max-width: 1056px;
  margin: 0 auto;
  padding: 47px;
  padding-block: 25px;
  background-image: url("../img/design/box_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 10px solid #2bb7b3; }
  @media screen and (max-width: 1000px) {
    .box01 {
      padding: 15px;
      border: 5px solid #2bb7b3; } }
  @media screen and (max-width: 767px) {
    .box01 {
      position: relative; } }
  .box01 .img_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0; }
    @media screen and (max-width: 767px) {
      .box01 .img_list {
        justify-content: flex-start;
        gap: 15px 2%;
        gap: 10px 2%; } }
    .box01 .img_list figure {
      width: calc(220%/9.42); }
      @media screen and (max-width: 767px) {
        .box01 .img_list figure {
          width: 32%;
          width: 48%;
          aspect-ratio: 11/6.2; }
          .box01 .img_list figure img {
            width: 100%;
            height: 100%;
            object-fit: cover; } }
  @media screen and (max-width: 767px) {
    .box01 .cap_r {
      text-align: left;
      margin-top: 5px; } }

.img110 {
  position: relative;
  margin-inline: -50px; }
  @media screen and (max-width: 480px) {
    .img110 {
      width: calc(100% + 40px);
      margin: 0 -20px; } }
  .img110 .img110_txt {
    position: absolute;
    top: calc(85%/8.78);
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8), 0px 0px 1px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 7px rgba(0, 0, 0, 0.8), 0px 0px 8px rgba(0, 0, 0, 0.8);
    /*font-size:clamp_gm(16,1200,22);*/
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    font-size: clamp(20px, 2.084vw, 25px); }
    @media screen and (max-width: 480px) {
      .img110 .img110_txt {
        font-size: calc(18vw / 3.9);
        line-height: 2; } }

@media screen and (max-width: 767px) {
  .swipe1 .swipe_inn figure {
    width: calc(710% / 4.233); }

  .swipe2 .swipe_inn figure {
    height: 240px;
    aspect-ratio: 251 / 30; }
    .swipe2 .swipe_inn figure img {
      height: 100%; }
  .swipe2 .cap {
    font-size: 8px;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left; } }
.swipe_img {
  height: 300px; }
  @media screen and (max-width: 480px) {
    .swipe_img {
      height: 200px; } }
  @media screen and (min-width: 960px) {
    .swipe_img img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }

div.view_box {
  overflow: hidden;
  position: relative; }
  div.view_box .view_ico {
    position: absolute;
    left: 40px;
    bottom: 10px; }
    @media screen and (max-width: 767px) {
      div.view_box .view_ico {
        width: 280px; } }
  div.view_box .move_left_btn,
  div.view_box .move_left_btn02 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    left: 0;
    cursor: grabbing;
    background: rgba(0, 0, 0, 0.3); }
    div.view_box .move_left_btn .move_left,
    div.view_box .move_left_btn02 .move_left {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 12px;
      left: 6px;
      margin: auto;
      transition: opacity 0.3s ease-in-out; }
      body:not(.mobile) div.view_box .move_left_btn .move_left:hover,
      body:not(.mobile) div.view_box .move_left_btn02 .move_left:hover {
        opacity: 0.7; }
  div.view_box .move_right_btn,
  div.view_box .move_right_btn02 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    cursor: grabbing;
    background: rgba(0, 0, 0, 0.3); }
    div.view_box .move_right_btn .move_right,
    div.view_box .move_right_btn02 .move_right {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 12px;
      right: 6px;
      margin: auto;
      transition: opacity 0.3s ease-in-out; }
      body:not(.mobile) div.view_box .move_right_btn .move_right:hover,
      body:not(.mobile) div.view_box .move_right_btn02 .move_right:hover {
        opacity: 0.7; }

div.mContents,
div.mContents02 {
  width: 100%;
  height: 300px;
  height: 250px;
  position: relative; }

.sp_m_content,
.sp_m_content02 {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: auto;
  display: none; }
  @media screen and (max-width: 480px) {
    .sp_m_content,
    .sp_m_content02 {
      display: block;
      height: 200px; } }

.pano .cap {
  padding-right: calc(1.88% + 5px); }

.pano_image {
  /*
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  */ }
  @media screen and (max-width: 480px) {
    .pano_image {
      width: 100%;
      height: 360px;
      height: 250px;
      height: 200px;
      position: relative;
      text-align: center;
      overflow: auto; } }
  .pano_image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    height: 100%; }

@media screen and (max-width: 480px) {
  .view_swipe,
  .view_swipe02 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 1;
    animation: horizontal 1s ease-in-out infinite alternate; }
    .view_swipe img,
    .view_swipe02 img {
      display: block;
      max-width: 184px;
      margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .item_ttl.ta_l_sp {
    text-align: left;
    letter-spacing: -0.05em; } }

@media screen and (max-width: 480px) {
  .read01_sp {
    line-height: 1.6 !important;
    margin-bottom: 18px; } }

@keyframes horizontal {
  0% {
    transform: translate(-15%, 0); }
  100% {
    transform: translate(15%, 0); } }

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