@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?e4vfqk");
  src: url("../fonts/icomoon.eot?e4vfqk#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?e4vfqk") format("truetype"),
    url("../fonts/icomoon.woff?e4vfqk") format("woff"),
    url("../fonts/icomoon.svg?e4vfqk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-slash:before {
  content: "\e901";
}

.icon-fb:before {
  content: "\e902";
}

.icon-ig:before {
  content: "\e903";
}

.icon-tw:before {
  content: "\e904";
}

.icon-book:before {
  content: "\e905";
}

.icon-mail:before {
  content: "\e906";
}

.icon-phone:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e908";
}

.icon-down:before {
  content: "\e909";
}

.icon-camera:before {
  content: "\e90a";
}

.icon-pen:before {
  content: "\e90b";
}

.icon-star:before {
  content: "\e90c";
}

/* ==================================================
	MV
================================================== */
.mv {
  position: relative;
  width: 97%;
  height: 95vh;
  min-height: 850px;
  margin: 1% auto 2%;
  overflow: hidden;
  border-radius: 10px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .mv {
    min-height: auto;
    height: 90vh;
    margin: 1% auto 0;
  }
  .mv .scroll_line {
    bottom: 90px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mv .scrollTxt01 {
    transform: none;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mv {
    width: 95%;
    margin: 2% auto 0;
  }
  .mv .scroll_line {
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mv .scroll_line .scrollLine01 {
    height: 50px;
  }
}
/* ========== end △ */
.mvlogo {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 290px;
  padding-left: 40px;
  z-index: 10;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .mvlogo {
    width: 200px;
    padding: 0;
  }
}
/* ========== end △ */
.mvtxt {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .mvtxt {
    transform: rotate(90deg);
    top: 80px;
    left: -50px;
  }
}
/* ========== end △ */
.mvcont {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
}
.mvcont-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 600px;
  width: 90%;
}
.mvcont-inner .btn_arrow {
  margin-top: 50px;
}
.mvcont-ttl {
  font-size: 3.5rem;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .mvcont-ttl {
    font-size: 2.9rem;
  }
}
/* ========== end △ */
.mvcont-en {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.mvcont-en:before {
  content: "";
  background: url(../images/slash.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.mvcont-en:after {
  content: "";
  background: url(../images/slash.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.mvcont-txt {
  margin-top: 20px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .mvcont {
    position: static;
  }
  .mvcont-inner {
    position: static;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    max-width: none;
  }
  .mvcont-en {
    position: absolute;
    top: 200px;
    right: -12%;
    transform: rotate(90deg);
  }
  .mvcont-en:before,
  .mvcont-en:after {
    content: none;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mvcont-ttl {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .mvcont-en {
    top: 170px;
    right: -20%;
    font-size: 1rem;
  }
  .mvcont-inner .btn_arrow {
    margin-top: 30px;
  }
}
/* ========== end △ */
.mvnews_wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mvnews_wrap {
    bottom: 10px;
    width: 95%;
  }
}
/* ========== end △ */
.mvnews {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mvnews-left {
  width: calc(100% - 75px);
  display: flex;
  align-items: center;
  background: #fff;
  height: 60px;
  padding: 0 20px;
}
.mvnews-right {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #fff;
  height: 60px;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.mvnews-ttl {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mvnews:hover {
  opacity: 0.8;
}
.mvnews:hover .mvnews-ttl {
  text-decoration: underline;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mvnews-left {
    width: calc(100% - 45px);
    height: 50px;
    padding: 0 10px;
    font-size: 1rem;
  }
  .mvnews-ttl {
    padding-left: 10px;
    margin-left: 10px;
  }
  .mvnews-right {
    width: 40px;
    height: 50px;
  }
  .mvnews-right span {
    font-size: 1.4rem;
  }
}
/* ========== end △ */
.mvslide {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 106%;
  height: 100%;
}
.mvslide .item {
  position: relative;
  height: 100%;
  background-size: cover !important;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .mvslide .item {
    background-position: center !important;
  }
}
/* ========== end △ */
.mvslide .slide-animation {
  animation: fadezoom 8s 0s forwards;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mvslide {
    width: 120% !important;
  }
}
/* ========== end △ */
.mvslide > .slick-list,
.mvslide > .slick-list > .slick-track,
.mvslide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

@keyframes fadezoom {
  0% {
    /*transform: scale(1);*/
    transform: translateX(0px);
  }
  100% {
    /*transform: scale(1.2);*/
    transform: translateX(-50px);
  }
}
/* ==================================================
	撮影メニュー
================================================== */
.menu {
  position: relative;
}
.menu .scroll_line {
  top: -242px;
  right: 10%;
}
.menu-txt {
  display: flex;
  justify-content: flex-end;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .menu-txt {
    display: block;
    padding-right: 50px;
  }
}
/* ========== end △ */
.menu-slide {
  position: relative;
  padding: 150px 0 50px;
}
.menu-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  max-width: 900px;
  background: #fff;
  border-radius: 10px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .menu-slide {
    padding: 80px 0 50px;
  }
  .menu-slide-inner {
    width: 95%;
    max-width: inherit;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .menu-slide {
    padding: 80px 0 20px;
  }
}
/* ========== end △ */
.menu-ttl {
  display: flex;
  align-items: center;
}
.menu-ttl .gray {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .menu-ttl {
    margin-top: 30px !important;
    display: block;
  }
  .menu-ttl .gray {
    display: flex;
    align-items: center;
    border: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  .menu-ttl .gray:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #959595;
    margin-right: 10px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .menu-ttl {
    margin-top: 20px !important;
  }
  .menu-ttl .gray:before {
    width: 15px;
  }
}
/* ========== end △ */
.menu-btn {
  display: flex;
  justify-content: flex-end;
}
.menu-btn .btn_arrow {
  margin-top: 40px;
}
.menu-btn .btn_arrow:nth-child(2) {
  margin-left: 20px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .menu-btn {
    justify-content: center;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .menu-btn {
    display: block;
  }
  .menu-btn .btn_arrow {
    margin: 30px auto 0;
  }
  .menu-btn .btn_arrow:nth-child(2) {
    margin: 10px auto 0;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .menu-kazari {
    position: absolute;
    top: 180px;
    right: -10px;
    transform: rotate(90deg);
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .menu-kazari {
    top: 160px;
    right: -20px;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .slick_menu,
  .slick_menu_sp {
    width: 90%;
    margin: 0 auto;
  }
}
/* ========== end △ */
.slick_menu .slick-slide,
.slick_menu_sp .slick-slide {
  margin: 0 50px;
  width: 800px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .slick_menu .slick-slide,
  .slick_menu_sp .slick-slide {
    margin: 0;
  }
}
/* ========== end △ */
.slick_menu .arrow,
.slick_menu_sp .arrow {
  position: absolute;
  top: 200px;
  font-size: 5rem;
  width: 50px;
  margin: auto;
  cursor: pointer;
  z-index: 100;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .slick_menu .arrow,
  .slick_menu_sp .arrow {
    font-size: 4rem;
    top: calc(200 / 1000 * 100vw);
  }
}
/* ========== end △ */
.slick_menu .prev,
.slick_menu_sp .prev {
  left: -900px;
  right: 0;
  transform: rotate(180deg);
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .slick_menu .prev,
  .slick_menu_sp .prev {
    left: -23px;
    right: auto;
  }
}
/* ========== end △ */
.slick_menu .next,
.slick_menu_sp .next {
  left: 0;
  right: -900px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .slick_menu .next,
  .slick_menu_sp .next {
    left: auto;
    right: -23px;
  }
}
/* ========== end △ */
.slick_menu .slick-dots,
.slick_menu_sp .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: -150px;
  bottom: inherit;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex !important;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .slick_menu .slick-dots,
  .slick_menu_sp .slick-dots {
    width: 89%;
    top: -100px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .slick_menu .slick-dots,
  .slick_menu_sp .slick-dots {
    width: 95%;
    top: -95px;
    max-width: 270px;
  }
}
/* ========== end △ */
.slick_menu .slick-dots li.slick-active button:before,
.slick_menu_sp .slick-dots li.slick-active button:before {
  color: #000000;
  background: linear-gradient(transparent 50%, #ff8585 50%);
}
.slick_menu .slick-dots li,
.slick_menu_sp .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  margin-right: 30px;
  padding: 0;
  cursor: pointer;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .slick_menu .slick-dots li,
  .slick_menu_sp .slick-dots li {
    margin-right: 10px;
  }
}
/* ========== end △ */
.slick_menu .slick-dots li button,
.slick_menu_sp .slick-dots li button {
  font-size: auto;
  line-height: 0;
  display: block;
  width: auto;
  height: auto;
  padding: 10px 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .slick_menu .slick-dots li button,
  .slick_menu_sp .slick-dots li button {
    padding: 7px 0;
  }
}
/* ========== end △ */
.slick_menu .slick-dots li button:before,
.slick_menu_sp .slick-dots li button:before {
  content: "";
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  font-family: auto;
  font-size: 1.6rem;
  line-height: 1;
  position: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000000;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .slick_menu .slick-dots li button:before,
  .slick_menu_sp .slick-dots li button:before {
    font-size: 1.2rem;
  }
}
/* ========== end △ */
.slick_menu .slick-dots li:nth-child(1) button:before,
.slick_menu_sp .slick-dots li:nth-child(1) button:before {
  content: "七五三";
}
.slick_menu .slick-dots li:nth-child(2) button:before,
.slick_menu_sp .slick-dots li:nth-child(2) button:before {
  content: "お宮参り";
}
.slick_menu .slick-dots li:nth-child(3) button:before,
.slick_menu_sp .slick-dots li:nth-child(3) button:before {
  content: "マタニティ・ニューボーン";
}
.slick_menu .slick-dots li:nth-child(4) button:before,
.slick_menu_sp .slick-dots li:nth-child(4) button:before {
  content: "バースデー";
}
.slick_menu .slick-dots li:nth-child(5) button:before,
.slick_menu_sp .slick-dots li:nth-child(5) button:before {
  content: "入園・入学";
}
.slick_menu .slick-dots li:nth-child(6) button:before,
.slick_menu_sp .slick-dots li:nth-child(6) button:before {
  content: "ハーフ成人式";
}
.slick_menu .slick-dots li:nth-child(7) button:before,
.slick_menu_sp .slick-dots li:nth-child(7) button:before {
  content: "小学生卒業袴";
}
.slick_menu .slick-dots li:nth-child(8) button:before,
.slick_menu_sp .slick-dots li:nth-child(8) button:before {
  content: "成人式振袖";
}
.slick_menu .slick-dots li:nth-child(9) button:before,
.slick_menu_sp .slick-dots li:nth-child(9) button:before {
  content: "成人式紋服男袴";
}
.slick_menu .slick-dots li:nth-child(10) button:before,
.slick_menu_sp .slick-dots li:nth-child(10) button:before {
  content: "卒業袴";
}
.slick_menu .slick-dots li:nth-child(11) button:before,
.slick_menu_sp .slick-dots li:nth-child(11) button:before {
  content: "ウェディング";
}
.slick_menu .slick-dots li:nth-child(12) button:before,
.slick_menu_sp .slick-dots li:nth-child(12) button:before {
  content: "ソロウェディング";
}
.slick_menu .slick-dots li:nth-child(13) button:before,
.slick_menu_sp .slick-dots li:nth-child(13) button:before {
  content: "記念写真他";
}

.slick_menu_sp li:nth-child(1) button:before {
  content: "成人式振袖" !important;
}
.slick_menu_sp li:nth-child(2) button:before {
  content: "成人式紋服男袴" !important;
}
.slick_menu_sp li:nth-child(3) button:before {
  content: "卒業袴" !important;
}
.slick_menu_sp li:nth-child(4) button:before {
  content: "ウェディング" !important;
}
.slick_menu_sp li:nth-child(5) button:before {
  content: "ソロウェディング" !important;
}
.slick_menu_sp li:nth-child(6) button:before {
  content: "記念写真他" !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .slick_menu_sp li {
    margin-right: 20px !important;
  }
}
/* ========== end △ */
.slick_menu_sp li.slick-active button:before {
  background: linear-gradient(transparent 50%, #67bcff 50%) !important;
}

/* ==================================================
	お知らせ
================================================== */
.news {
  position: relative;
}
.news-kazari {
  margin-top: 50px;
}
.news-fl {
  display: flex;
  justify-content: space-between;
}
.news-main {
  width: 45%;
}
.news-main img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.news-main .news-top {
  margin: 20px 0 10px;
}
.news-sub {
  width: 52%;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .news-kazari {
    width: auto;
    margin-top: 0;
    position: absolute;
    top: 180px;
    right: 0;
    transform: rotate(90deg);
    z-index: 10;
  }
  .news-sub {
    width: 100%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .news-kazari {
    top: 120px;
    right: -10px;
    font-size: 1rem;
  }
}
/* ========== end △ */
/* ==================================================
	フォトギャラリー
================================================== */
.photo {
  position: relative;
}
.photo .ttl_wrap {
  display: flex;
  justify-content: center;
}
.photo-kazari {
  text-align: center;
  margin-top: 50px;
}
.photo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photo ul li {
  width: 23%;
}
.photo ul li:nth-child(n + 5) {
  margin-top: 3%;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .photo .ttl_wrap {
    display: block;
    padding: 0;
  }
  .photo .ttl_wrap .en_ttl {
    justify-content: center;
  }
  .photo-kazari {
    margin-top: 0;
    text-align: left;
    position: absolute;
    top: 180px;
    right: 0;
    transform: rotate(90deg);
  }
  .photo ul li {
    width: 47.5%;
  }
  .photo ul li:nth-child(2n) {
    margin-left: 5%;
  }
  .photo ul li:nth-child(n + 3) {
    margin-top: 5%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .photo .en_ttl {
    font-size: 3rem;
  }
  .photo-kazari {
    top: 120px;
    right: -10px;
    font-size: 1rem;
  }
}
/* ========== end △ */
/* ==================================================
	衣装
================================================== */
.costume {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.costume .ttl_wrap {
  display: block;
}
.costume .jp_ttl {
  margin-top: 20px;
}
.costume-left {
  width: 45%;
}
.costume-right {
  width: 50%;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .costume {
    display: block;
    position: relative;
  }
  .costume .ttl_wrap {
    display: inline-block;
    padding: 0;
  }
  .costume-left {
    width: 100%;
  }
  .costume-right {
    width: 100%;
    margin-top: 50px;
  }
  .costume-kazari {
    position: absolute;
    top: 270px;
    right: -100px;
    transform: rotate(90deg);
  }
  .costume-txt {
    padding-right: 50px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .costume .jp_ttl {
    margin-top: 10px;
  }
  .costume-kazari {
    top: 190px;
    right: -80px;
    font-size: 1rem;
  }
  .costume-right {
    margin-top: 30px;
  }
}
/* ========== end △ */
/* ==================================================
	コラム
================================================== */
.column {
  position: relative;
}
.column .ttl_wrap {
  justify-content: flex-end;
}
.column-kazari {
  margin-top: 50px;
  text-align: right;
  z-index: 10;
}
.column .news-main {
  display: flex;
  width: 95%;
}
.column .news-main img {
  height: 150px;
}
.column .news-post {
  width: 24%;
  background: #fff;
  padding: 20px 20px 50px;
  border-radius: 10px;
  margin-right: 2%;
}
.column .news-post:last-child {
  margin-right: 0;
}
.column .category {
  color: #000000;
  border: 1px solid;
  font-size: 1rem;
  font-weight: bold;
}
.column .title {
  margin-top: 10px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .column .news-main {
    display: block;
  }
  .column .news-post {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .column .news-post:nth-child(n + 2) {
    margin-top: 3%;
  }
  .column .news-eyecathch {
    width: 40%;
  }
  .column .news-top {
    width: 57%;
  }
  .column-kazari {
    margin-top: 0;
    position: absolute;
    top: 160px;
    right: -40px;
    transform: rotate(90deg);
    text-align: left;
    width: auto;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .column-kazari {
    top: 130px;
    right: -37px;
    font-size: 1rem;
  }
  .column .news-post {
    padding: 10px;
  }
  .column .news-main img {
    height: 90px;
  }
  .column .news-top {
    margin: 0;
  }
}
/* ========== end △ */
