@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : wedding.css
 author     : Ability Consultant
 style info : ウエディング
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_main, .con_pgtitle .inner, .con_layout_03, .con_layout_04, .con_insta {
  max-width: 1280px;
  margin: auto;
  width: 95%;
}

/*Animate */
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* -----------------------------------------------------------
	setting
----------------------------------------------------------- */
@keyframes fadeInone {
  /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
  0% {
    opacity: 0;
  }
  /* 始め */
  100% {
    opacity: 1;
  }
  /* 終わり */
}
/* -----------------------------------------------------------
	main
----------------------------------------------------------- */
.con_main {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-height: 800px;
  animation: fadeInone 3s linear 1s;
  animation-fill-mode: forwards;
}
@media only screen and (min-width: 1025px) {
  .con_main {
    width: 100%;
  }
}
@media print {
  .con_main {
    width: 100%;
  }
}
.ie8 .con_main {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
    max-height: 520px;
    animation: fadeInone 4s linear 1s;
    animation-fill-mode: forwards;
    width: 100%;
  }
}
.con_main .slide_mv {
  opacity: 0;
}
.con_main .slide_mv.slick-initialized {
  display: block;
  opacity: 1;
  animation: fadeIn 2s linear 1s;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 767px) {
  .con_main .slide_mv .slick-list {
    max-height: 520px;
  }
}
.con_main .slide_mv img {
  width: 100%;
  height: 100%;
  max-height: 800px;
  object-fit: cover;
  object-position: left top;
}
@media only screen and (max-width: 767px) {
  .con_main .slide_mv img {
    height: 520px;
    object-position: top;
  }
}
.con_main .slide_mv img.left {
  object-position: left bottom;
}
.con_main .slide_mv img.bottom {
  object-position: left bottom;
}
@media only screen and (max-width: 767px) {
  .con_main .slide_mv img.rigth {
    object-position: right top;
  }
}
.con_main .mv_txt {
  position: absolute;
  font-size: 1.25em;
  color: #fff;
  position: absolute;
  width: 100%;
  letter-spacing: 2px;
  left: 51%;
  font-family: "Playfair Display", serif;
  top: 30%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .mv_txt {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .mv_txt {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_main .mv_txt {
    text-align: center;
    width: 100%;
  }
}

.boredr {
  width: 1px;
  background-color: #000;
  position: relative;
  height: 210px;
  left: 50%;
}

.con_pgtitle {
  max-width: 1920px;
  text-align: center;
  padding: 13em 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_pgtitle {
    padding: 10em 0 0;
  }
}
.con_pgtitle::before {
  content: "";
  background-color: #000;
  width: 1px;
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  height: 210px;
}
@media only screen and (max-width: 767px) {
  .con_pgtitle::before {
    height: 130px;
  }
}
.con_pgtitle.center {
  text-align: center;
}
.con_pgtitle .inner {
  max-width: 902px;
  background: rgba(255, 255, 255, 0.7);
  margin-top: 4em;
}
@media only screen and (max-width: 767px) {
  .con_pgtitle .inner {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pgtitle .inner {
    width: 100%;
  }
}
.con_pgtitle .inner h1,
.con_pgtitle .inner h2,
.con_pgtitle .inner h3,
.con_pgtitle .inner h4 {
  font-family: "arno-pro-display", serif;
  font-weight: normal;
  color: #010101;
}
.con_pgtitle .inner h1 .en,
.con_pgtitle .inner h2 .en,
.con_pgtitle .inner h3 .en,
.con_pgtitle .inner h4 .en {
  font-family: "arno-pro-display", serif;
  font-size: 313%;
  text-transform: none;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .con_pgtitle .inner h1 .en,
  .con_pgtitle .inner h2 .en,
  .con_pgtitle .inner h3 .en,
  .con_pgtitle .inner h4 .en {
    font-size: 7vw;
    line-height: 1.3em;
  }
}
.con_pgtitle .inner h1 .jp,
.con_pgtitle .inner h2 .jp,
.con_pgtitle .inner h3 .jp,
.con_pgtitle .inner h4 .jp {
  font-family: "Playfair Display", serif;
  font-size: 113%;
  letter-spacing: 0.4em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_pgtitle .inner h1 .jp,
  .con_pgtitle .inner h2 .jp,
  .con_pgtitle .inner h3 .jp,
  .con_pgtitle .inner h4 .jp {
    font-size: 4vw;
  }
}
body#privacy_policy .con_pgtitle .inner h1 .en, body#notice .con_pgtitle .inner h1 .en {
  letter-spacing: 0;
}
.con_pgtitle .inner img {
  margin-bottom: 4.61538rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pgtitle .inner img {
    margin-bottom: 3.07692rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_pgtitle .inner img {
    margin-bottom: 1.53846rem;
  }
}
.con_pgtitle .inner .txt {
  letter-spacing: 3px;
  line-height: 50px;
  background: #fff;
  font-size: 1em;
  margin: 70px auto 210px;
}
@media only screen and (max-width: 767px) {
  .con_pgtitle .inner .txt {
    letter-spacing: -1px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pgtitle .inner .txt {
    margin: 2em 0 3em;
  }
}
@media only screen and (max-width: 320px) {
  .con_pgtitle .inner .txt {
    letter-spacing: 0.1em;
  }
}
.con_pgtitle[data-inview] .txt_up {
  transform: translateY(50px);
  transition: 0.4s transform ease-out, 0.5s opacity ease-out;
  opacity: 0;
  /*
  transition: 時間(s:秒) cssプロパティ イージング(ease-in-out ease-in ease-out) 遅延(s,秒),
      0.5s opacity;
  */
}
.con_pgtitle[data-inview] .txt_ups {
  transform: translateY(50px);
  transition: 0.4s transform ease-out 0.2s, 0.5s opacity ease-out 0.3s;
  opacity: 0;
}
.con_pgtitle[data-inview].inview_done .txt_up {
  transform: translateY(0);
  opacity: 1;
}
.con_pgtitle[data-inview].inview_done .txt_ups {
  transform: translateY(0);
  opacity: 1;
}

.con_layout_01 {
  position: relative;
  max-width: 100%;
  margin-bottom: 6.3em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .con_layout_01 {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_01 {
    width: 85%;
    margin-bottom: 7em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_01 .box_left {
    width: 65vw;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .con_layout_01 .box_left {
    width: 70%;
  }
}
@media print {
  .con_layout_01 .box_left {
    width: 70%;
  }
}
.ie8 .con_layout_01 .box_left {
  width: 70%;
}
.con_layout_01 .box_left .wrp_img {
  position: relative;
  overflow: hidden;
}
.con_layout_01 .box_left .wrp_img[data-inview] {
  z-index: 10;
}
.con_layout_01 .box_left .wrp_img[data-inview] .move_img {
  transform: scale(1.1) rotate(1deg);
  /*縮尺(scale)回転(rotate)*/
  transition: opacity 0.8s, transform 10s cubic-bezier(0.15, 0.7, 0, 1);
}
.con_layout_01 .box_left .wrp_img[data-inview].inview_done .move_img {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .con_layout_01 .box_left .wrp_img {
    width: 70%;
  }
}
@media print {
  .con_layout_01 .box_left .wrp_img {
    width: 70%;
  }
}
.ie8 .con_layout_01 .box_left .wrp_img {
  width: 70%;
}
.con_layout_01 .box_left .wrp_img img {
  transition: opacity 0.8s, transform 2s cubic-bezier(0.12, 0.71, 0, 1);
  object-fit: cover;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_layout_01 .box_left .wrp_img img {
    min-height: 300px;
  }
}
@media print {
  .con_layout_01 .box_left .wrp_img img {
    min-height: 300px;
  }
}
.ie8 .con_layout_01 .box_left .wrp_img img {
  min-height: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_01 .box_left .wrp_img img {
    min-height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_layout_01 .box_left .wrp_img img {
    min-height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_01 .box_left .wrp_img img {
    min-height: 125px;
  }
}
.con_layout_01 .box_right {
  padding: 2em 1em;
  z-index: 10;
  padding: 2em 1em;
  margin-bottom: 1em;
  margin-left: -1em;
  position: absolute;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_01 .box_right {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_01 .box_right {
    padding: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_layout_01 .box_right {
    right: 19em;
    width: 20em;
  }
}
@media print {
  .con_layout_01 .box_right {
    right: 19em;
    width: 20em;
  }
}
.ie8 .con_layout_01 .box_right {
  right: 19em;
  width: 20em;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .con_layout_01 .box_right {
    right: 10%;
    width: 20em;
  }
}
@media print {
  .con_layout_01 .box_right {
    right: 10%;
    width: 20em;
  }
}
.ie8 .con_layout_01 .box_right {
  right: 10%;
  width: 20em;
}
@media only screen and (max-width: 767px) {
  .con_layout_01 .box_right {
    margin-left: 0;
    margin-bottom: 0;
    bottom: -4em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .con_layout_01 .box_right {
    left: 70%;
    right: 0;
  }
}
@media print {
  .con_layout_01 .box_right {
    left: 70%;
    right: 0;
  }
}
.ie8 .con_layout_01 .box_right {
  left: 70%;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_01 .box_right {
    left: 60%;
  }
}
.con_layout_01 .box_right[data-inview] .txt_up {
  transform: translateY(50px);
  transition: 0.4s transform ease-out, 0.5s opacity ease-out;
  opacity: 0;
  /*
  transition: 時間(s:秒) cssプロパティ イージング(ease-in-out ease-in ease-out) 遅延(s,秒),
      0.5s opacity;
  */
}
.con_layout_01 .box_right[data-inview] .txt_ups {
  transform: translateY(50px);
  transition: 0.4s transform ease-out 0.2s, 0.5s opacity ease-out 0.3s;
  opacity: 0;
}
.con_layout_01 .box_right[data-inview].inview_done .txt_up {
  transform: translateY(0);
  opacity: 1;
}
.con_layout_01 .box_right[data-inview].inview_done .txt_ups {
  transform: translateY(0);
  opacity: 1;
}

.con_layout_02 {
  max-width: 100%;
  margin-bottom: 240px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_02 {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_02 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_02 {
    width: 85%;
    align-items: flex-end;
    flex-direction: column-reverse;
    margin-left: auto;
  }
}
.con_layout_02::before {
  content: "";
  width: 35.41667%;
  height: 48%;
  background: #eff6f8;
  position: absolute;
  top: -100px;
  left: -13.75%;
  z-index: -1;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_02::before {
    top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_02::before {
    top: -25px;
  }
}
.con_layout_02 .box_left {
  position: relative;
  padding: 2em 1em;
  margin-bottom: 1em;
  margin-right: -1em;
  background-color: #fff;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_02 .box_left {
    left: 2em;
    width: 26em;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_02 .box_left {
    top: -2em;
  }
}
.con_layout_02 .box_left[data-inview] .txt_up {
  transform: translateY(50px);
  transition: 0.4s transform ease-out, 0.5s opacity ease-out;
  opacity: 0;
  /*
  transition: 時間(s:秒) cssプロパティ イージング(ease-in-out ease-in ease-out) 遅延(s,秒),
      0.5s opacity;
  */
}
.con_layout_02 .box_left[data-inview] .txt_ups {
  transform: translateY(50px);
  transition: 0.4s transform ease-out 0.2s, 0.5s opacity ease-out 0.3s;
  opacity: 0;
}
.con_layout_02 .box_left[data-inview].inview_done .txt_up {
  transform: translateY(0);
  opacity: 1;
}
.con_layout_02 .box_left[data-inview].inview_done .txt_ups {
  transform: translateY(0);
  opacity: 1;
}
.con_layout_02 .box_right {
  overflow: hidden;
}
.con_layout_02 .box_right::before {
  content: "";
  width: 0;
  height: 100%;
  background: #eff6f8;
  position: absolute;
  top: 50%;
  right: -13.75%;
  z-index: 10;
  transform: translateY(-50%);
}
.con_layout_02 .box_right[data-inview] .move_img {
  transform: scale(1.1) rotate(1deg);
  /*縮尺(scale)回転(rotate)*/
  transition: opacity 0.8s, transform 10s cubic-bezier(0.15, 0.7, 0, 1);
}
.con_layout_02 .box_right[data-inview].inview_done .move_img {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.con_layout_02 .box_right .wrp_img {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_02 .box_right .wrp_img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_02 .box_right .wrp_img {
    width: 50%;
  }
}
.con_layout_02 .box_right .wrp_img img:first-child {
  margin-right: 1em;
  object-fit: cover;
}
.con_layout_02 .box_right .wrp_img::before {
  content: "";
  width: 0;
  height: 100%;
  background: #e3f6ff;
  position: absolute;
  left: 4.66667%;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_02 .box_right .wrp_img::before {
    left: 4.66667%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_02 .box_right .wrp_img::before {
    left: auto;
  }
}

.con_layout_03 {
  max-width: 60%;
  margin-bottom: 14em;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_03 {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_03 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_03 {
    margin-bottom: 10em;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_03 {
    margin-bottom: 20em;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_03 {
    width: 100%;
  }
}
.con_layout_03 .txt_stay .st_txt {
  margin-bottom: 1em;
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .con_layout_03 .txt_stay .st_txt {
    margin-bottom: 3em;
  }
}
.con_layout_03 .txt_stay[data-inview] .txt_up {
  transform: translateY(50px);
  transition: 0.4s transform ease-out, 0.5s opacity ease-out;
  opacity: 0;
  /*
  transition: 時間(s:秒) cssプロパティ イージング(ease-in-out ease-in ease-out) 遅延(s,秒),
      0.5s opacity;
  */
}
.con_layout_03 .txt_stay[data-inview] .txt_ups {
  transform: translateY(50px);
  transition: 0.4s transform ease-out 0.2s, 0.5s opacity ease-out 0.3s;
  opacity: 0;
}
.con_layout_03 .txt_stay[data-inview].inview_done .txt_up {
  transform: translateY(0);
  opacity: 1;
}
.con_layout_03 .txt_stay[data-inview].inview_done .txt_ups {
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_layout_03 .txt_stay {
    margin-left: 2em;
  }
}
.con_layout_03 .box_stay {
  position: relative;
  z-index: 5;
}
.con_layout_03 .box_stay .list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_layout_03 .box_stay .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}
.con_layout_03 .box_stay .list[data-inview] {
  z-index: 10;
}
.con_layout_03 .box_stay .list[data-inview] .move_img {
  transform: scale(1.1) rotate(1deg);
  /*縮尺(scale)回転(rotate)*/
  transition: opacity 0.8s, transform 10s cubic-bezier(0.15, 0.7, 0, 1);
}
.con_layout_03 .box_stay .list[data-inview].inview_done .move_img {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.con_layout_03 .box_stay .list li {
  overflow: hidden;
}
.con_layout_03 .box_stay .list img {
  width: 100%;
}
.con_layout_03 .inst {
  width: 120px;
  height: 120px;
  position: relative;
  z-index: 9;
  left: -4em;
  top: -1em;
}
@media only screen and (max-width: 767px) {
  .con_layout_03 .inst {
    width: 100px;
    height: 100px;
    left: 2em;
    top: 3em;
  }
}
.con_layout_03 .inst a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.con_layout_03 .inst a .circular {
  margin: auto;
  overflow: visible;
  width: 100%;
  animation: 8s linear infinite rotation;
}
.con_layout_03 .inst a .circular path {
  fill: none;
}
.con_layout_03 .inst a .circular textPath {
  font-family: "arno-pro-display","Playfair Display", serif;
  font-size: 1.2em;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .con_layout_03 .inst a .circular textPath {
    font-size: 1.5em;
  }
}
.con_layout_03 .inst a .ic_inst {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
}
.con_layout_03 a .txt_style {
  position: absolute;
  border: 1px solid #5ea4bf;
  color: #010101;
  padding: 8em 2em 4em;
  bottom: 0;
  right: -4em;
  bottom: -8em;
}
.con_layout_03 a .txt_style .round::after {
  background: #010101;
}
.con_layout_03 a .txt_style span::before {
  border: 1px solid #010101;
}
.con_layout_03 a .txt_style:hover {
  transition: .3s ease;
  background-color: #5ea4bf;
  color: #fff;
}
.con_layout_03 a .txt_style:hover .round::after {
  background: #fff;
}
.con_layout_03 a .txt_style:hover span::before {
  border: 1px solid #fff;
}
.con_layout_03 a .txt_style[data-inview] .txt_up {
  transform: translateY(50px);
  transition: 0.4s transform ease-out, 0.5s opacity ease-out;
  opacity: 0;
  /*
  transition: 時間(s:秒) cssプロパティ イージング(ease-in-out ease-in ease-out) 遅延(s,秒),
      0.5s opacity;
  */
}
.con_layout_03 a .txt_style[data-inview] .txt_ups {
  transform: translateY(50px);
  transition: 0.4s transform ease-out 0.2s, 0.5s opacity ease-out 0.3s;
  opacity: 0;
}
.con_layout_03 a .txt_style[data-inview].inview_done .txt_up {
  transform: translateY(0);
  opacity: 1;
}
.con_layout_03 a .txt_style[data-inview].inview_done .txt_ups {
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_layout_03 a .txt_style {
    padding: 2em 1.5em 2em;
    bottom: 0;
    right: 0em;
    bottom: -13em;
    width: 70%;
  }
}
.con_layout_03 a .txt_style h2 .en {
  font-family: "arno-pro-display", serif;
  font-size: 2em;
  font-weight: 100;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  .con_layout_03 a .txt_style h2 .en {
    letter-spacing: 1px;
  }
}
.con_layout_03 a .txt_style .round {
  margin-top: 30px;
  padding-left: 24px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_layout_03 a .txt_style .round {
    padding-left: 15px;
    margin: 5% 0;
  }
}
.con_layout_03 a .txt_style .round:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 24px;
  height: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .con_layout_03 a .txt_style .round:after {
    top: 12px;
    width: 20px;
    left: 12px;
  }
}
.con_layout_03 a .txt_style .round span {
  display: inline-block;
  padding-left: 25px;
  padding-top: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .con_layout_03 a .txt_style .round span {
    padding-top: 6px;
    padding-left: 25px;
    line-height: 1.3;
  }
}
.con_layout_03 a .txt_style .round span:before {
  content: "";
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .con_layout_03 a .txt_style .round span:before {
    width: 24px;
    height: 24px;
  }
}
.con_layout_03 .box_left {
  width: 34.45255%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_03 .box_left {
    width: 34.45255%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_03 .box_left {
    width: 45%;
  }
}
.con_layout_03 .box_left .wrp_img {
  position: relative;
}
.con_layout_03 .box_left .wrp_img::before {
  content: "";
  width: 0;
  height: 100%;
  background: #e3f6ff;
  position: absolute;
  right: 0;
  top: 0;
}
.con_layout_03 .box_right {
  width: 43.72263%;
  position: relative;
  top: -75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_03 .box_right {
    width: 43.72263%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_03 .box_right {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_03 .box_right {
    top: -75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_03 .box_right {
    top: 0;
  }
}
.con_layout_03 .box_right[data-inview] .txt_up {
  transform: translateY(50px);
  transition: 0.4s transform ease-out, 0.5s opacity ease-out;
  opacity: 0;
  /*
  transition: 時間(s:秒) cssプロパティ イージング(ease-in-out ease-in ease-out) 遅延(s,秒),
      0.5s opacity;
  */
}
.con_layout_03 .box_right[data-inview] .txt_ups {
  transform: translateY(50px);
  transition: 0.4s transform ease-out 0.2s, 0.5s opacity ease-out 0.3s;
  opacity: 0;
}
.con_layout_03 .box_right[data-inview].inview_done .txt_up {
  transform: translateY(0);
  opacity: 1;
}
.con_layout_03 .box_right[data-inview].inview_done .txt_ups {
  transform: translateY(0);
  opacity: 1;
}
.con_layout_03 .box_right::before {
  content: "";
  width: 0;
  height: 140%;
  background: #eff6f8;
  position: absolute;
  top: 50%;
  right: -13.75%;
  z-index: -1;
  transform: translateY(-50%);
}
.con_layout_03 .box_right .wrp_img {
  position: relative;
  overflow: hidden;
}
.con_layout_03 .box_right .wrp_img[data-inview] {
  z-index: 10;
}
.con_layout_03 .box_right .wrp_img[data-inview] .move_img {
  transform: scale(1.1) rotate(1deg);
  /*縮尺(scale)回転(rotate)*/
  transition: opacity 0.8s, transform 10s cubic-bezier(0.15, 0.7, 0, 1);
}
.con_layout_03 .box_right .wrp_img[data-inview].inview_done .move_img {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.con_layout_03 .box_right .wrp_img::before {
  content: "";
  width: 0;
  height: 100%;
  background: #e3f6ff;
  position: absolute;
  left: 0;
  top: 0;
}

.con_vide[data-inview] .txt_up {
  transform: translateY(50px);
  transition: 0.4s transform ease-out, 0.5s opacity ease-out;
  opacity: 0;
  /*
  transition: 時間(s:秒) cssプロパティ イージング(ease-in-out ease-in ease-out) 遅延(s,秒),
      0.5s opacity;
  */
}
.con_vide[data-inview] .txt_ups {
  transform: translateY(50px);
  transition: 0.4s transform ease-out 0.2s, 0.5s opacity ease-out 0.3s;
  opacity: 0;
}
.con_vide[data-inview].inview_done .txt_up {
  transform: translateY(0);
  opacity: 1;
}
.con_vide[data-inview].inview_done .txt_ups {
  transform: translateY(0);
  opacity: 1;
}
.con_vide video {
  width: 100%;
  height: 50em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_vide video {
    height: 40em;
  }
}
@media only screen and (max-width: 767px) {
  .con_vide video {
    height: 18em;
  }
}

.con_layout_04 {
  max-width: 1200px;
  position: relative;
  top: -145px;
  margin-bottom: -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_04 {
    top: -145px;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_04 {
    top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_04 {
    margin-bottom: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_04 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_04 {
    width: 85%;
  }
}
.con_layout_04 .ttl {
  font-size: 100%;
  width: 45.16667%;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.3em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_04 .ttl {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_04 .ttl {
    font-size: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_04 .ttl {
    position: absolute;
    top: -100px;
    right: -15px;
    text-align: left;
  }
}
.con_layout_04 .wrp_img {
  width: 54.83333%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout_04 .wrp_img {
    width: 54.83333%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout_04 .wrp_img {
    width: 100%;
  }
}
.con_layout_04 .wrp_img::before {
  content: "";
  width: 0;
  height: 100%;
  background: #e3f6ff;
  position: absolute;
  left: 0;
  top: 0;
}

.con_insta {
  max-width: 1250px;
  margin-bottom: 120px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_insta {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_insta {
    margin-bottom: 60px;
  }
}
.con_insta .ttl {
  font-size: 150%;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  margin-bottom: 55px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_insta .ttl {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .con_insta .ttl {
    font-size: 125%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_insta .ttl {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_insta .ttl {
    margin-bottom: 25px;
  }
}
.con_insta .txt {
  font-size: 88%;
  letter-spacing: 0.3em;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_insta .txt {
    font-size: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_insta .txt {
    font-size: 75%;
  }
}
.con_insta .txt::before {
  content: "";
  height: 1px;
  width: 50px;
  background: #000;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: -4.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_insta .txt::before {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_insta .txt::before {
    width: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_insta .txt::before {
    left: -4.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_insta .txt::before {
    left: 12em;
  }
}
@media only screen and (min-width: 768px) {
  .con_insta .txt {
    position: absolute;
    top: 16em;
    left: -12em;
    transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .con_insta .txt {
    left: -11.25em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_insta .txt {
    left: -12em;
  }
}

@media print {
  .con_insta .txt {
    position: absolute;
    top: 16em;
    left: -12em;
    transform: rotate(-90deg);
  }
}
.ie8 .con_insta .txt {
  position: absolute;
  top: 16em;
  left: -12em;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ie8 .con_insta .txt {
    left: -11.25em;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_insta .txt {
    left: -12em;
  }
}
@media only screen and (max-width: 767px) {
  .con_insta .txt {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .con_insta .txt {
    left: -11.5em;
  }
}
@media print {
  .con_insta .txt {
    left: -11.5em;
  }
}
.ie8 .con_insta .txt {
  left: -11.5em;
}
.con_insta .btn_more {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_insta .btn_more {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_insta .btn_more {
    margin-top: 20px;
  }
}

html.lower #contents .con_topicpath {
  max-width: 1600px;
  margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_topicpath {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_topicpath {
    margin-top: 100px;
  }
}
