@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=PT+Mono|Playfair+Display&display=swap');

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.lp_0525 {
  width: 100%;
}

.lp_0525 a {
  display: inline-block;
  text-decoration: none;
}

.lp_0525 p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #707070;
}

.lp_0525 .bnr {
  position: relative;
}

.lp_0525 .bnr img {
  width: 100%;
}

.lp_0525 .bnr img.slide_in {
  position: absolute;
  width: 40%;
  top: 10%;
  left: 3%;
}

@media screen and (min-width: 769px) {
  .lp_0525 .introduction {
    margin-bottom: 80px;
  }

  .lp_0525 .introduction p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .introduction {
    margin-bottom: 30px;
  }

  .lp_0525 .introduction p {
    font-size: 14px;
  }
}

.lp_0525 .introduction p {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .lp_0525 .navi_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 780px;
    margin: 0 auto 125px;
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .navi_btn {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.lp_0525 .navi_btn_item {
  position: relative;
  bottom: -40px;
  background: #505050;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.0);
  transition: 1.5s background;
}

@media screen and (min-width: 769px) {
  .lp_0525 .navi_btn_item {
    display: inline-block;
    width: 140px;
    height: 140px;
  }
  .lp_0525 .navi_btn_item:hover {
    background: rgba(80, 80, 80, 0.8);
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .navi_btn_item {
    display: block;
    width: 86px;
    height: 86px;
    margin: 0 auto 12px;
  }
  .lp_0525 .navi_btn_item:active {
    background: rgba(80, 80, 80, 0.8);
  }
  .lp_0525 .navi_btn_item:last-child {
    margin: 0 auto;
  }
}

.lp_0525 .navi_btn_item:nth-child(1) {
  transition: 1.5s all;
}

.lp_0525 .navi_btn_item:nth-child(2) {
  transition: 2.0s all;
}

.lp_0525 .navi_btn_item:nth-child(3) {
  transition: 2.5s all;
}

.lp_0525 .navi_btn_item:nth-child(4) {
  transition: 3.0s all;
}

.lp_0525 .navi_btn.display .navi_btn_item {
  opacity: 1;
  bottom: 0;
}

.lp_0525 .navi_btn_item a {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  vertical-align: middle;
  border-radius: 50%;
}

.lp_0525 .btn-1::before,
.lp_0525 .btn-1::after {
  transition-delay: 0.2s;
}

.lp_0525 .btn-1 span::before,
.lp_0525 .btn-1 span::after {
  transition-delay: 0s;
}

.lp_0525 .btn-1::before {
  top: 0;
  right: 0;
}

.lp_0525 .btn-1::after {
  bottom: 0;
  left: 0;
}

.lp_0525 .btn-1 span::before {
  top: 0;
  left: 0;
}

.lp_0525 .btn-1 span::after {
  bottom: 0;
  right: 0;
}

.lp_0525 .btn-1:hover::before,
.lp_0525 .btn-1:hover::after {
  transition-delay: 0s;
}

.lp_0525 .btn-1:hover span::before,
.lp_0525 .btn-1:hover span::after {
  transition-delay: 0.2s;
}

.lp_0525 .navi_btn_item_inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .lp_0525 .navi_btn_item_inner {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .navi_btn_item_inner {
    width: 86px;
  }
}

.lp_0525 .btn_heading {
  color: #fff;
  font-family: 'Playfair Display', serif;
  line-height: 13px;
  text-transform: lowercase;
}

@media screen and (min-width: 769px) {
  .lp_0525 .btn_heading {
    width: 100px;
    margin: 0 auto 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .btn_heading {
    position: relative;
    width: 100%;
    padding-bottom: 6px;
    margin: 0 auto 6px;
    border: 0;
    font-size: 11px;
  }

  .lp_0525 .btn_heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background: #fff;
  }
}

.lp_0525 .navi_btn_item_inner .btn_day {
  margin-bottom: 0;
  line-height: 18px;
  font-family: 'PT Mono', monospace;
}

@media screen and (max-width: 768px) {
  .lp_0525 .btn_day {
    font-size: 11px;
    line-height: 14px;
  }
}

.lp_0525 .navi_btn_item:nth-child(odd) .btn_day {
  color: #E8E86B;
}

.lp_0525 .navi_btn_item:nth-child(even) .btn_day {
  color: #B2929E;
}

.lp_0525 .navi_btn_item_inner .btn_day span {
  text-transform: lowercase;
}

.lp_0525 .contents_item {
  display: grid;
  display: -ms-grid;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .lp_0525 .contents_item {
    width: 90%;
    padding: 9% 5%;
    -ms-grid-rows: 100px 1fr;
    grid-template-rows: 100px 1fr;
    -ms-grid-columns: 30px 1fr;
    grid-template-columns: 30px 1fr;
  }

  .lp_0525 .contents_item:nth-child(odd) {
    -ms-grid-columns: 30px 1fr;
    grid-template-columns: 30px 1fr;
  }

  .lp_0525 .contents_item:nth-child(even) {
    -ms-grid-columns: 1fr 30px;
    grid-template-columns: 1fr 30px;
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .contents_item {
    position: relative;
    grid-auto-columns: 100%;
    width: 100%;
    padding: 20% 5%;
  }
}

.lp_0525 .contents_item:nth-child(even) {
  background-color: #FFF8F4;
}

@media screen and (min-width: 769px) {
  .lp_0525 .contents_item_scene img {
    width: 17px;
  }

  .lp_0525 .contents_item:nth-child(odd) .contents_item_scene {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }

  .lp_0525 .contents_item:nth-child(even) .contents_item_scene {
    grid-row: 1 / 2;
    grid-column: 2 / 2;
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .contents_item_scene {
    display: block;
    position: absolute;
    top: 2%;
    left: -5%;
    padding: 0;
  }

  .lp_0525 .contents_item:nth-child(odd) .contents_item_scene,
  .lp_0525 .contents_item:nth-child(even) .contents_item_scene {
    grid-row: 1 / 4;
    grid-column: 1;
  }

  .lp_0525 .contents_item .contents_item_scene .scene_icon {
    padding: 13px 33px;
    font-family: 'Playfair Display', serif;
  }

  .lp_0525 .contents_item:nth-child(odd) .contents_item_scene .scene_icon {
    background: rgba(232, 232, 107, 0.75);
  }

  .lp_0525 .contents_item:nth-child(even) .contents_item_scene .scene_icon {
    background: rgba(163, 18, 71, 0.75);
    color: #fff;
  }
}

.lp_0525 .contents_item_line {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .lp_0525 .contents_item_line {
    grid-row: 2 / 2;
  }

  .lp_0525 .contents_item:nth-child(odd) .contents_item_line {
    grid-column: 1 / 2;
  }

  .lp_0525 .contents_item:nth-child(even) .contents_item_line {
    grid-column: 2 / 2;
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .contents_item_line {
    display: none;
  }
}

.lp_0525 .contents_item_line span {
  display: block;
  width: 1px;
  height: 0;
  margin: 0 auto;
  background: #707070;
  transition: 1.5s all;
}

.lp_0525 .contents_item_line.animation span {
  height: 100%;
}

.lp_0525 .contents_item_main {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .lp_0525 .contents_item_main {
    grid-row: 1 / 3;
  }

  .lp_0525 .contents_item:nth-child(odd) .contents_item_main {
    grid-column: 2 / 2;
    padding-left: 50px;
  }

  .lp_0525 .contents_item:nth-child(even) .contents_item_main {
    grid-column: 1 / 2;
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .contents_item_main {
    grid-row: 2 / 4;
    grid-column: 1 / 1;
    padding-left: 0;
  }
}

.lp_0525 .contents_item_main .item_cover img {
  width: 100%;
}

.lp_0525 .contents_item_main .item_feature {
  display: grid;
  display: -ms-grid;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .lp_0525 .contents_item .item_feature {
    margin-top: 100px;
  }

  .lp_0525 .contents_item .item_feature_desc {
    grid-row: 1 / 2;
  }

  .lp_0525 .contents_item:nth-child(odd) .item_feature {
    grid-template-columns: 350px 1fr;
    -ms-grid-columns: 350px 1fr;
  }

  .lp_0525 .contents_item:nth-child(even) .item_feature {
    grid-template-columns: 1fr 350px;
    -ms-grid-columns: 1fr 350px;
  }

  .lp_0525 .contents_item:nth-child(odd) .item_feature_desc {
    grid-column: 1 / 2;
  }

  .lp_0525 .contents_item:nth-child(even) .item_feature_desc {
    grid-column: 2 / 2;
  }

  .lp_0525 .contents_item:nth-child(odd) .item_feature_desc {
    padding-right: 30px;
  }

  .lp_0525 .contents_item:nth-child(even) .item_feature_desc {
    padding-left: 30px;
  }

  .lp_0525 .contents_item .item_feature_info {
    grid-row: 2 / 2;
  }

  .lp_0525 .contents_item:nth-child(odd) .item_feature_info {
    grid-column: 1 / 2;
  }

  .lp_0525 .contents_item:nth-child(even) .item_feature_info {
    grid-column: 2 / 2;
  }

  .lp_0525 .contents_item .item_feature_style {
    grid-row: 1 / 3;
  }

  .lp_0525 .contents_item:nth-child(odd) .item_feature_style {
    grid-column: 2 / 2;
  }

  .lp_0525 .contents_item:nth-child(even) .item_feature_style {
    grid-column: 1 / 2;
  }

  .lp_0525 .contents_item .item_feature_desc_title span {
    position: relative;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .contents_item .item_feature {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-top: 5%;
  }

  .lp_0525 .contents_item .item_feature_desc,
  .lp_0525 .contents_item .item_feature_info,
  .lp_0525 .contents_item .item_feature_style {
    width: 100%;
    padding-right: 0;
  }

  .lp_0525 .contents_item .item_feature_desc {
    grid-row: 1 / 2;
    grid-column: 1;
  }

  .lp_0525 .contents_item .item_feature_desc_title {
    display: block;
    text-align: center;
  }

  .lp_0525 .contents_item .item_feature_desc_title span {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -45px;
  }
}

.lp_0525 .contents_item .item_feature_desc_title span {
  width: 90px;
  height: 1px;
  overflow: hidden;
}

.lp_0525 .contents_item .item_feature_desc_title {
  align-items: center;
  position: relative;
  margin: 20px 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 16px;
}

.lp_0525 .contents_item .item_feature_desc_title span:before {
  content: "";
  position: absolute;
  left: -100%;
  width: 90px;
  height: 1px;
  background: #000;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
}

.lp_0525 .contents_item .item_feature_desc_title.animation span:before {
  left: 0;
}

.lp_0525 .contents_item .item_feature_desc_text {
  line-height: 34px;
  text-align: left;
  font-size: 16px;
}

.lp_0525 .item_feature_info p {
  margin-bottom: 0;
  line-height: 18px;
}

@media screen and (min-width: 769px) {
  .lp_0525 .contents_item .item_feature_desc_title {
    display: flex;
  }

  .lp_0525 .item_feature_info .item {
    padding: 20px 0 20px 25px;
  }

  .lp_0525 .contents_item:nth-child(odd) .item {
    border-left: 3px solid #E8E86B;
  }

  .lp_0525 .contents_item:nth-child(even) .item {
    border-left: 2px solid #A31348;
  }

  .lp_0525 .contents_item:nth-child(odd) .item_feature_info {
    padding: 20px 20px 20px 0;
  }

  .lp_0525 .contents_item:nth-child(even) .item_feature_info {
    padding: 20px 0 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .contents_item .item_feature_info {
    grid-row: 4 / 4;
    grid-column: 1;
    padding: 40px 0;
  }

  .lp_0525 .item_feature_info .item {
    padding: 0;
    text-align: center;
  }

  .lp_0525 .contents_item:nth-child(odd) .item,
  .lp_0525 .contents_item:nth-child(even) .item {
    border-left: 0;
  }
}

.lp_0525 .item_feature_info .item_name {
  font-size: 14px;
}

.lp_0525 .item_feature_info .item_name span {
  display: block;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.15em;
  font-size: 17px;
}

@media screen and (min-width: 769px) {
  .lp_0525 .item_feature_info .item_name span {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .item_feature_info .item_name span {
    position: relative;
    margin-bottom: 20px;
  }

  .lp_0525 .item_feature_info .item_name span:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 62px;
    height: 2px;
    margin-left: -31px;
    background: #000;
  }

  .lp_0525 .contents_item:nth-child(odd) .item_feature_info .item_name span:before {
    background: #E8E86B;
  }

  .lp_0525 .contents_item:nth-child(even) .item_feature_info .item_name span:before {
    background: #A31348;
  }
}

.lp_0525 .item_feature_info .item_heading {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.15em;
  line-height: 36px;
  font-size: 18px;
}

.lp_0525 .item_feature_info .item_heading span {
  font-size: 12px;
  margin-left: 5px;
}

.lp_0525 .item_feature_info .item_price {
  position: relative;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .lp_0525 .item_feature_info .item_price {
    font-size: 14px;
  }

  .lp_0525 .item_feature_info .item_price::after {
    left: 50%;
    width: 160px;
    margin-left: -80px;
  }
}

.lp_0525 .item_feature_info .item_price::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 180px;
  height: 1px;
  margin-left: -90px;
  background: #000000;
}

.lp_0525 .item_feature_info .item_price span {}

.lp_0525 .item_feature_info .item_detail {
  padding-top: 10px;
  font-size: 12px;
}

.lp_0525 .item_feature_info .item_anchor {
  display: inline-block;
  width: 200px;
  margin-top: 20px;
  color: #fff;
  background-position: 0.1px 0;
  font-size: 18px;
  letter-spacing: 0.3em;
  line-height: 46px;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .lp_0525 .contents_item .item_anchor:active {
    background-position: -100% 0;
    color: #fff;
    text-decoration: none;
  }
}

.lp_0525 .contents_item:nth-child(odd) .item_anchor {
  background: #e7e86b;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #cccccc 50%);
  background-size: 200% auto;
}

.lp_0525 .contents_item:nth-child(even) .item_anchor {
  background: #A31348;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #cccccc 50%);
  background-size: 200% auto;
}

.lp_0525 .contents_item .item_anchor:hover {
  background-position: -100% 0;
  color: #fff;
  text-decoration: none;
}

.lp_0525 .contents_item:nth-child(even) .item_anchor p {
  color: #fff;
}

.lp_0525 .contents_item .item_anchor p {
  width: 200px;
  padding: 10px 0;
  color: #000000;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 12px;
}

.lp_0525 .contents_item .item_feature_style {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .lp_0525 .contents_item .item_feature_style {
    padding: 18% 0 0;
  }

  .lp_0525 .contents_item:nth-child(odd) .item_feature_style {
    margin-left: -10px;
  }

  .lp_0525 .contents_item:nth-child(even) .item_feature_style {
    margin-left: 10px;
  }

  .lp_0525 .contents_item .item_feature_style img {
    width: 100%;
  }
}

.lp_0525 .contents_item .item_feature_style .slick-slide {
  padding: 0;
}

.item_feature_style_wrap {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .lp_0525 .contents_item .item_feature_library {
    grid-row: 3 / 3;
    grid-column: 1 / 3;
  }
}

.lp_0525 .contents_item .item_feature_library_slide {
  width: 100%;
  margin: 0 auto;
}

.lp_0525 .contents_item .item_feature_library_slide_col {
  display: block;
}

.lp_0525 .contents_item .item_feature_library_slide_col img {
  height: auto;
  object-fit: contain;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 1.5s linear;
}

.lp_0525 .contents_item .item_feature_library_slide_col img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.lp_0525 .contents_item .item_feature_library_slide .slick-prev, .lp_0525 .contents_item .item_feature_library_slide .slick-next {
  width: 36px;
  height: 36px;
  z-index: 1;
}

.lp_0525 .contents_item .item_feature_library_slide .slick-prev:before, .lp_0525 .contents_item .item_feature_library_slide .slick-next:before {
  color: #D6D6D6;
  font-size: 36px;
}

.lp_0525 .contents_item .item_feature_library_slide .slick-prev:before {
  content: "＜";
}

.lp_0525 .contents_item .item_feature_library_slide .slick-next:before {
  content: "＞";
}

@media screen and (min-width: 769px) {
  .lp_0525 .contents_item .item_feature_library {
    margin: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .contents_item .item_feature_library {
    grid-row: 4 / 5;
    grid-column: 1;
    margin: 0;
  }

  .lp_0525 .contents_item .item_feature_library_slide_col {
    padding: 0;
  }

  .lp_0525 .contents_item .item_feature_library_slide .slick-prev {
    left: -5%;
  }

  .lp_0525 .contents_item .item_feature_library_slide .slick-next {
    right: -5%;
  }
}

.lp_0525 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .lp_0525 .contents_item .item_feature_map {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .contents_item .item_feature_map {
    grid-row: 5 / 5;
    grid-column: 1;
    margin: 8% 0 0;
  }
}

.lp_0525 .item_feature_map a {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 55px 1fr;
  grid-template-columns: 55px 1fr;
  -ms-grid-columns: 55px 1fr;
  align-items: center;
}

.lp_0525 .item_feature_map a p {
  color: #707070;
  transition: 2.0s all;
}

@media screen and (min-width: 769px) {
  .lp_0525 .item_feature_map a:hover p {
    color: #ccc;
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .item_feature_map a:active p {
    color: #ccc;
  }
}

.lp_0525 .item_feature_map .map_icon {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  width: 30px;
  margin: 0 auto;
}

.lp_0525 .item_feature_map .map_icon_name {
  grid-row: 1 / 2;
  grid-column: 2 / 2;
  margin-bottom: 0;
  text-align: left;
  font-weight: 500;
}

.lp_0525 .item_feature_map .map_icon_address {
  grid-row: 2 / 2;
  grid-column: 2 / 2;
  text-align: left;
  font-size: 11px;
}

.lp_0525 .credit {
  margin: 40px auto;
  width: 90%;
  text-align: right;
}

.lp_0525 .profile {
  border: 1px solid;
  text-align: center;
}

.lp_0525 .profile_heading {
  position: relative;
  margin-bottom: 0;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.1em;
}

.lp_0525 .profile_heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  background: #707070;
}

.lp_0525 .profile_name {
  margin-bottom: 0;
}

.lp_0525 .profile_name span {
  padding: 0 6px;
}

.lp_0525 .profile_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lp_0525 .profile_sns span {
  display: flex;
  margin: 0 20px;
}

.lp_0525 .profile_sns span a {
  color: #707070;
}

@media screen and (min-width: 769px) {
  .lp_0525 .profile {
    padding: 40px 0;
  }

  .lp_0525 .profile_heading {
    font-size: 30px;
  }

  .lp_0525 .profile_heading::after {
    width: 150px;
    margin-left: -75px;
  }

  .lp_0525 .profile_name {
    font-size: 20px;
  }

  .lp_0525 .profile_name span {
    font-size: 17px;
  }

  .lp_0525 .profile_disc {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .lp_0525 .profile {
    width: 90%;
    margin: 0 auto;
    padding: 5%;
  }

  .lp_0525 .profile_heading {
    font-size: 23px;
  }

  .lp_0525 .profile_heading::after {
    width: 100px;
    margin-left: -50px;
  }

  .lp_0525 .profile_name {
    font-size: 16px;
  }

  .lp_0525 .profile_name span {
    font-size: 12px;
  }

  .lp_0525 .profile_disc {
    font-size: 14px;
  }
}

/* Effect
 *************************************** */
.hover_effect {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  overflow: hidden;
}

.hover_effect:after {
  background-color: #e4d1ca;
}

.hover_effect:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 2px;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition: transform .2s ease-in;
}

@media screen and (min-width: 769px) {
  .hover_effect:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .scale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (max-width: 768px) {
  .hover_effect:active:after {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .scale img:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  body.js-theme-loaded .fs-l-main {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.scale {
  overflow: hidden;
}

.scale img {
  -moz-transition: -moz-transform 1.5s linear;
  -webkit-transition: -webkit-transform 1.5s linear;
  -o-transition: -o-transform 1.5s linear;
  -ms-transition: -ms-transform 1.5s linear;
  transition: transform 1.5s linear;
}

.change_border {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lp_0525 .contents_item:nth-child(odd) .change_border {
  top: -20px;
  right: -20px;
}

.lp_0525 .contents_item:nth-child(even) .change_border {
  bottom: -20px;
  left: -20px;
}

.change_border::after, .change_border::before, .change_border__inner::after, .change_border__inner::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
}

.contents_item:nth-child(odd) .change_border::after, .contents_item:nth-child(odd) .change_border::before, .contents_item:nth-child(odd) .change_border__inner::after, .contents_item:nth-child(odd) .change_border__inner::before {
  background-color: #e7e86b;
}

.contents_item:nth-child(even) .change_border::after, .contents_item:nth-child(even) .change_border::before, .contents_item:nth-child(even) .change_border__inner::after, .contents_item:nth-child(even) .change_border__inner::before {
  background-color: #A31348;
}

.change_border::after {
  left: -1px;
  top: -1px;
  height: 2px;
  width: 0px;
}

.change_border::before {
  bottom: -1px;
  right: -1px;
  width: 0px;
  height: 2px;
}

.change_border__inner::after {
  bottom: -1px;
  left: -1px;
  width: 2px;
  height: 0px;
}

.change_border__inner::before {
  top: -1px;
  right: -1px;
  width: 2px;
  height: 0px;
}

.change_border.animation::after, .change_border.animation::before {
  width: 100%;
  width: calc(100% + 1px);
}

.change_border.animation .change_border__inner::after, .change_border.animation .change_border__inner::before {
  height: 100%;
  height: calc(100% + 1px);
}

.view_up {
  position: relative;
  bottom: -40px;
  transition: 1.5s all ease;
  opacity: 0;
}

.view_up.display {
  opacity: 1;
  bottom: 0;
}

.fade_in {
  opacity: 0;
  transition: 2.8s;
}

.fade_in.display {
  opacity: 1;
}

.slide_in {
  opacity: 0;
  transform: translateX(-50px);
  transition: 1.5s all;
}

.slide_in.animation {
  opacity: 1;
  transform: translateX(0);
}
