@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_int {
  margin-bottom: 10rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_int {
    margin-bottom: 7rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_int > .box_int {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .con_int > .box_int {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.con_int > .box_int .inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_int > .box_int .inner {
    width: calc(1100 / 1440 * 100%);
    max-width: calc(1100px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_int > .box_int .inner {
    max-width: calc(1100px * ((18 + 0) / 15));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_int > .box_int .inner {
    width: calc(1100 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_int > .box_int .inner {
    width: calc(630 / 750 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_int > .box_int .inner {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_int > .box_int .inner > .inner2 {
    background-color: var(--color-bg);
    height: 100%;
    width: 27.33rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.con_int > .box_int .inner > .inner2 .box_txt .catch {
  line-height: calc(45/24);
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .con_int > .box_int .inner > .inner2 .box_txt .catch {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_int > .box_int .inner > .inner2 .box_txt .catch {
    font-size: 1.21rem;
  }
}

@keyframes surusuruL {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.box_int_gal {
  width: 100%;
  overflow: hidden;
}
.box_int_gal .box_det {
  order: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.box_int_gal .box_det[data-col="4"] {
  width: calc(3544 / 1440 * 100%);
  animation: surusuruL 80s linear both infinite;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_int_gal .box_det[data-col="4"] {
    width: calc(4607.2 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_int_gal .box_det[data-col="4"] {
    width: calc(5670.4 / 1440 * 100%);
  }
}
.box_int_gal .box_det[data-col="4"].rtl {
  animation-direction: reverse;
}
.box_int_gal .box_det[data-col="5"] {
  width: calc(4430 / 1440 * 100%);
  animation: surusuruL 100s linear both infinite;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_int_gal .box_det[data-col="5"] {
    width: calc(5759 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_int_gal .box_det[data-col="5"] {
    width: calc(7088 / 1440 * 100%);
  }
}
.box_int_gal .box_det[data-col="5"].rtl {
  animation-direction: reverse;
}
.box_int_gal .box_det[data-col="6"] {
  width: calc(5316 / 1440 * 100%);
  animation: surusuruL 120s linear both infinite;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_int_gal .box_det[data-col="6"] {
    width: calc(6910.8 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_int_gal .box_det[data-col="6"] {
    width: calc(8505.6 / 1440 * 100%);
  }
}
.box_int_gal .box_det[data-col="6"].rtl {
  animation-direction: reverse;
}
.box_int_gal .box_det[data-col="7"] {
  width: calc(6202 / 1440 * 100%);
  animation: surusuruL 140s linear both infinite;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_int_gal .box_det[data-col="7"] {
    width: calc(8062.6 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_int_gal .box_det[data-col="7"] {
    width: calc(9923.2 / 1440 * 100%);
  }
}
.box_int_gal .box_det[data-col="7"].rtl {
  animation-direction: reverse;
}
.box_int_gal .box_det[data-col="8"] {
  width: calc(7088 / 1440 * 100%);
  animation: surusuruL 160s linear both infinite;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_int_gal .box_det[data-col="8"] {
    width: calc(9214.4 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_int_gal .box_det[data-col="8"] {
    width: calc(11340.8 / 1440 * 100%);
  }
}
.box_int_gal .box_det[data-col="8"].rtl {
  animation-direction: reverse;
}
.box_int_gal .box_det[data-col="9"] {
  width: calc(7974 / 1440 * 100%);
  animation: surusuruL 180s linear both infinite;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_int_gal .box_det[data-col="9"] {
    width: calc(10366.2 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_int_gal .box_det[data-col="9"] {
    width: calc(12758.4 / 1440 * 100%);
  }
}
.box_int_gal .box_det[data-col="9"].rtl {
  animation-direction: reverse;
}
.box_int_gal .box_det[data-col="10"] {
  width: calc(8860 / 1440 * 100%);
  animation: surusuruL 200s linear both infinite;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_int_gal .box_det[data-col="10"] {
    width: calc(11518 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_int_gal .box_det[data-col="10"] {
    width: calc(14176 / 1440 * 100%);
  }
}
.box_int_gal .box_det[data-col="10"].rtl {
  animation-direction: reverse;
}
.box_int_gal .box_det > .inner {
  display: flex;
  width: 50%;
  z-index: 1;
}
.box_int_gal .box_det > .inner p {
  position: relative;
  width: calc(443 / 1440 * 100%);
}
.box_int_gal .box_det > .inner p img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.box_int_gal .box_det > .inner p::after {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: calc(420 / 443 * 100%);
}
.box_int_gal .box_det > .inner p img {
  padding-left: calc(3 / 443 * 100%);
  text-align: right;
}

.con_spot {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .con_spot {
    width: calc(1000 / 1440 * 100%);
    max-width: calc(1000px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_spot {
    max-width: calc(1000px * ((18 + 0) / 15));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spot {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_spot {
    width: calc(630 / 750 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .con_spot {
    width: calc(1260 / 1440 * 100%);
  }
}

.st_spot {
  margin-bottom: 3.33rem;
}
@media only screen and (max-width: 767px) {
  .st_spot {
    margin-bottom: 2rem;
  }
}

.box_spot {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.box_spot .elem {
  flex-direction: column-reverse;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .box_spot .elem {
    width: calc(305 / 1000 * 100%);
  }
  .box_spot .elem:not(:nth-child(3n+1)) {
    margin-left: calc((100% - (calc(305 / 1000 * 100%) * 3)) / 2);
  }
  .box_spot .elem:nth-child(n+4) {
    margin-top: calc((100% - (calc(305 / 1000 * 100%) * 3)) / 2 * 2.22222);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_spot .elem {
    width: 48%;
  }
  .box_spot .elem:not(:nth-child(2n+1)) {
    margin-left: calc((100% - (48% * 2)) / 1);
  }
  .box_spot .elem:nth-child(n+3) {
    margin-top: calc((100% - (48% * 2)) / 1 * 2.5);
  }
}
@media only screen and (max-width: 767px) {
  .box_spot .elem:not(:first-child) {
    margin-top: 6rem;
  }
}
.box_spot .elem .box_txt .st_det {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  margin: 1rem 0;
}
.box_spot .elem .box_txt .st_det .acc {
  font-size: 0.87rem;
  display: flex;
  justify-content: center;
}
.box_spot .elem .box_txt .st_det .acc .inn {
  line-height: 1.2;
  padding: .1em 1.25em;
  display: block;
  background-color: #e2ddd4;
}
.box_spot .elem .box_txt .st_det .jp {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .box_spot .elem .box_txt .st_det .jp {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_spot .elem .box_txt .st_det .jp {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .box_spot .elem .box_txt .txt {
    margin-bottom: 1.46rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_spot .elem .box_txt .txt {
    margin-bottom: 1rem;
  }
}
.box_spot .elem .box_txt .box_btn {
  display: flex;
}
.box_spot .elem .box_txt .box_btn p {
  width: calc(150 / 305 * 100%);
}
.box_spot .elem .box_txt .box_btn p:not(:nth-child(2n+1)) {
  margin-left: calc((100% - (calc(150 / 305 * 100%) * 2)) / 1);
}
.box_spot .elem .box_txt .box_btn p:nth-child(n+3) {
  margin-top: calc((100% - (calc(150 / 305 * 100%) * 2)) / 1 * 1);
}
.box_spot .elem .box_txt .box_btn p .ic::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: .9em;
}
.box_spot .elem .box_txt .box_btn p .ic.ic_pin::before {
  content: "\f35d";
}
.box_spot .elem .box_txt .box_btn p .ic.ic_ext::before {
  content: "\f3c5";
}
