/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Sans+JP:wght@400;500;700&display=swap");
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 2;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  /*text-align: justify;*/
  font-size: 10px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
}
a.opacity {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a.opacity:hover {
  opacity: 0.7;
}

a, a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}

small {
  font-size: 70%;
  color: grey;
}

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

.pcf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spf {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #C6E4D0;
}

p, td, label, div, ul, li, strong, input, a {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

p, label, div, strong, input {
  display: block;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

a.opacity {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.opacity:hover {
  opacity: 0.4;
}

.en {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}

.l_con {
  margin: 0 auto;
}

.m_con {
  margin: 0 auto;
}

body.is-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#header {
  padding: 1.9rem 4rem;
}
#header .logo {
  width: 7.6rem;
}

#menu_trigger {
  position: fixed;
  top: 2.3rem;
  right: 2.6rem;
  width: 5rem;
  height: 1.2rem;
  border-radius: 0.6rem;
  background-color: #E9A6C8;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 11;
}
#menu_trigger:before {
  content: "";
  width: 1.5rem;
  height: 0.3rem;
  background: url(../images/menu_icon.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu_trigger.is-open {
  background-color: #C6E4D0;
}
#menu_trigger.is-open:before {
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/menu_close.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
#menu_trigger:hover {
  opacity: 0.8;
}

#menu_content {
  display: none;
  background: url(../images/bg_menu.png) 0 0 no-repeat #E9A6C8;
  background-size: 56rem auto;
  background-position: 0 5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
#menu_content .menu_content_inner {
  width: 87rem;
  margin-left: auto;
  padding-top: 13rem;
}
#menu_content .menu_content_inner .menu_link {
  margin-bottom: 4rem;
  overflow: hidden;
}
#menu_content .menu_content_inner .menu_link a {
  color: #fff;
  font-size: 5.8rem;
  line-height: 1;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate3d(-6rem, 0, 0);
          transform: translate3d(-6rem, 0, 0);
  display: inline-block;
}
#menu_content .menu_content_inner .menu_link:nth-of-type(2) a {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
#menu_content .menu_content_inner .menu_link:last-of-type {
  margin-bottom: 0;
}
#menu_content .menu_content_inner .menu_link:last-of-type a {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
#menu_content .menu_content_inner .menu_link.active a {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
#menu_content .menu_content_inner .menu_contact {
  margin-top: 15rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 12rem;
  width: 100%;
}
#menu_content .menu_content_inner .menu_contact a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  position: relative;
}
#menu_content .menu_content_inner .menu_contact .txt {
  font-size: 11.8rem;
  line-height: 1;
}
#menu_content .menu_content_inner .menu_contact .mail {
  position: absolute;
  right: 2rem;
  bottom: 1.6rem;
  font-size: 0.9rem;
  text-decoration: underline;
  margin-right: 5.2rem;
  display: block;
}
#menu_content .menu_content_inner .menu_contact .mail:after {
  content: "";
  width: 4.2rem;
  height: 1.2rem;
  background: url(../images/arrow-white.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -5.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menu_content .menu_content_inner .menu_contact .js-txt {
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
#menu_content .menu_content_inner .menu_contact .js-txt-inner {
  display: inline-block;
  will-change: transform;
  line-height: 1;
  -webkit-transform: translate3d(0px, 18rem, 0);
          transform: translate3d(0px, 18rem, 0);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#menu_content .menu_content_inner .menu_contact .js-txt-inner.f1 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
#menu_content .menu_content_inner .menu_contact .js-txt-inner.f2 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#menu_content .menu_content_inner .menu_contact .js-txt-inner.f3 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
#menu_content .menu_content_inner .menu_contact .js-txt-inner.f4 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#menu_content .menu_content_inner .menu_contact .js-txt-inner.f5 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#menu_content .menu_content_inner .menu_contact .js-txt-inner.f6 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#menu_content .menu_content_inner .menu_contact .js-txt-inner.f7 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
#menu_content .menu_content_inner .menu_contact .js-txt-inner.f8 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#menu_content .menu_content_inner .menu_contact .js-txt-inner.f9 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
#menu_content .menu_content_inner .menu_contact .js-txt-inner.f10 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#menu_content .menu_content_inner .menu_contact.active .js-txt-inner {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

article {
  overflow: hidden;
}

#mv video {
  width: 100%;
  height: auto;
}

#intro {
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
#intro h2 {
  width: 26.6rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}
#intro p {
  font-weight: 500;
  font-size: 1.6rem;
}

#about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about .pic {
  width: 50%;
}
#about .pic img {
  margin-left: -14rem;
}
#about .txt {
  width: 66rem;
}
#about .txt h3 {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.68;
  padding-bottom: 6rem;
}
#about .txt p {
  font-size: 1.5rem;
  line-height: 2;
}

.ttl {
  position: relative;
  font-size: 6rem;
  margin-bottom: 3.5rem;
}
.ttl:before {
  content: "";
  width: 10rem;
  height: 0.4rem;
  background-color: #E9A6C8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ttl .js-txt {
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
.ttl .js-txt-inner {
  display: inline-block;
  will-change: transform;
  line-height: 1;
  -webkit-transform: translate3d(0px, 6rem, 0);
          transform: translate3d(0px, 6rem, 0);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ttl .js-txt-inner.f1 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.ttl .js-txt-inner.f2 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ttl .js-txt-inner.f3 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.ttl .js-txt-inner.f4 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ttl .js-txt-inner.f5 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.ttl .js-txt-inner.f6 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ttl.active .js-txt-inner {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

#slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200vw;
  padding-top: 15rem;
  padding-bottom: 20rem;
}
#slide .slide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
#slide .slide-list-left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
#slide .slide-item {
  width: 50vw;
  margin-left: 5vw;
}
#slide .slide-item video {
  width: 100%;
  height: auto;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#profile {
  padding-left: 4rem;
  padding-bottom: 24.5rem;
}
#profile .profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 11rem;
}
#profile .profile-item:last-of-type {
  padding-bottom: 0;
}
#profile .profile-item .txt {
  width: 71.5rem;
}
#profile .profile-item .txt h3 {
  font-size: 1.9rem;
  font-weight: 500;
  padding-bottom: 3.5rem;
}
#profile .profile-item .txt p {
  font-size: 1.5rem;
  line-height: 2;
  padding-bottom: 1.5em;
}
#profile .profile-item .txt p:last-of-type {
  padding-bottom: 0;
}
#profile .profile-item .txt .link {
  margin-top: 8rem;
}
#profile .profile-item .txt .link a {
  overflow: hidden;
  border-top: 1px solid #E9A6C8;
  border-bottom: 1px solid #E9A6C8;
  font-size: 2.6rem;
  line-height: 1;
  padding: 3.6rem 2rem;
  display: block;
  width: 100%;
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#profile .profile-item .txt .link a span {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.66, 0, 0.34, 1);
  transition: -webkit-transform 1s cubic-bezier(0.66, 0, 0.34, 1);
  transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1);
  transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1), -webkit-transform 1s cubic-bezier(0.66, 0, 0.34, 1);
  display: inline-block;
}
#profile .profile-item .txt .link a:before {
  content: "";
  width: 6.3rem;
  height: 1.8rem;
  background: url(../images/arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-7rem, -50%);
          transform: translate(-7rem, -50%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.1s;
}
#profile .profile-item .txt .link a:after {
  content: "";
  width: 6.3rem;
  height: 1.8rem;
  background: url(../images/arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.4s;
  transition: -webkit-transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.4s;
  transition: transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.4s;
  transition: transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.4s;
}
#profile .profile-item .txt .link a:hover span {
  -webkit-transform: translate(8rem, 0%);
          transform: translate(8rem, 0%);
}
#profile .profile-item .txt .link a:hover:before {
  -webkit-transform: translate(2rem, -50%);
          transform: translate(2rem, -50%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.4s;
  transition: -webkit-transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.4s;
  transition: transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.4s;
  transition: transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.4s;
}
#profile .profile-item .txt .link a:hover:after {
  -webkit-transform: translate(140%, -50%);
          transform: translate(140%, -50%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.66, 0, 0.34, 1) 0.1s;
}
#profile .profile-item .pic {
  width: 50rem;
  margin-left: auto;
}
#profile .profile-item .pic .js-parallax-wrap {
  overflow: hidden;
}

.pop-profile {
  max-width: 93rem;
  width: 90%;
  height: 90vh;
  height: 90svh;
  margin: 0 auto;
  background-color: #E9A6C8;
  padding: 9rem 10rem;
  position: relative;
}
.pop-profile .mfp-close {
  width: 3rem;
  height: 3rem;
  background: url(../images/pop_close.svg) 0 0 no-repeat;
  background-size: 100% auto;
  top: 3rem;
  right: 3rem;
  opacity: 1;
  font-size: 0;
}
.pop-profile .ttl {
  font-size: 3rem;
  margin-bottom: 8rem;
}
.pop-profile .ttl:before {
  background-color: #C6E4D0;
}
.pop-profile h3 {
  font-size: 1.9rem;
  font-weight: 500;
  padding-bottom: 5.5rem;
}
.pop-profile p {
  font-size: 1.5rem;
  line-height: 2;
  padding-bottom: 1.5em;
}
.pop-profile p:last-of-type {
  padding-bottom: 0;
}

#footer {
  background-color: #E9A6C8;
  color: #fff;
  padding: 14rem 4rem 5rem;
}
#footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .contact {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 12rem;
  width: 100%;
}
#footer .contact a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 8rem 0;
  position: relative;
}
#footer .contact .txt {
  font-size: 18rem;
  line-height: 1;
}
#footer .contact .mail {
  position: absolute;
  right: 3rem;
  bottom: 2.6rem;
  font-size: 1.4rem;
  text-decoration: underline;
  margin-right: 7.8rem;
  display: block;
}
#footer .contact .mail:after {
  content: "";
  width: 6.3rem;
  height: 1.8rem;
  background: url(../images/arrow-white.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -7.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .contact .js-txt {
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
#footer .contact .js-txt-inner {
  display: inline-block;
  will-change: transform;
  line-height: 1;
  -webkit-transform: translate3d(0px, 18rem, 0);
          transform: translate3d(0px, 18rem, 0);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#footer .contact .js-txt-inner.f1 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
#footer .contact .js-txt-inner.f2 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#footer .contact .js-txt-inner.f3 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
#footer .contact .js-txt-inner.f4 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#footer .contact .js-txt-inner.f5 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#footer .contact .js-txt-inner.f6 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#footer .contact .js-txt-inner.f7 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
#footer .contact .js-txt-inner.f8 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#footer .contact .js-txt-inner.f9 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
#footer .contact .js-txt-inner.f10 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#footer .contact.active .js-txt-inner {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
#footer .insta {
  width: 50%;
}
#footer .insta a {
  font-size: 3rem;
  color: #fff;
  position: relative;
  padding-left: 5rem;
  padding-right: 9.8rem;
}
#footer .insta a:before {
  content: "";
  width: 3.1rem;
  height: 3.1rem;
  background: url(../images/icon_insta.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .insta a:after {
  content: "";
  width: 6.3rem;
  height: 1.8rem;
  background: url(../images/arrow-white.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer small {
  font-size: 1.2rem;
  width: 50%;
  dispaly: block;
  text-align: right;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  html, body {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 2.6666666667vw;
  }
  .l_con,
  .m_con {
    width: 100%;
  }
  #header {
    padding: 1rem 2rem;
  }
  #header .logo {
    width: 7.6rem;
  }
  #menu_trigger {
    top: 1.8rem;
    right: 1.3rem;
  }
  #menu_content {
    display: none;
    background-image: none;
    position: fixed;
  }
  #menu_content .menu_content_inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 10rem;
  }
  #menu_content .menu_content_inner .menu_link {
    margin-bottom: 2rem;
  }
  #menu_content .menu_content_inner .menu_link a {
    font-size: 4rem;
  }
  #menu_content .menu_content_inner .menu_contact {
    margin-top: 8rem;
    margin-bottom: 2rem;
  }
  #menu_content .menu_content_inner .menu_contact a {
    padding: 3.5rem 0;
  }
  #menu_content .menu_content_inner .menu_contact .txt {
    font-size: 4.8rem;
  }
  #intro {
    padding: 5rem 2rem 5rem;
  }
  #intro h2 {
    width: 16rem;
    margin: 0 auto;
    padding-bottom: 4rem;
  }
  #intro p {
    font-size: 1.4rem;
    text-align: left;
  }
  #about {
    padding: 0 2rem;
  }
  #about .pic {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  #about .pic img {
    margin-left: 0;
  }
  #about .txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #about .txt h3 {
    font-size: 1.6rem;
    padding-bottom: 3rem;
  }
  #about .txt p {
    font-size: 1.4rem;
  }
  .ttl {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .ttl:before {
    width: 5rem;
    height: 0.2rem;
  }
  #slide {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
  #slide .slide-item {
    width: 70vw;
    margin-left: 5vw;
  }
  #slide .slide-item video {
    width: 100%;
    height: auto;
  }
  #profile {
    padding: 0 2rem 10rem;
  }
  #profile .profile-item {
    padding-bottom: 6rem;
  }
  #profile .profile-item:last-of-type {
    padding-bottom: 0;
  }
  #profile .profile-item .txt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #profile .profile-item .txt h3 {
    font-size: 1.6rem;
    padding-bottom: 2rem;
  }
  #profile .profile-item .txt p {
    font-size: 1.4rem;
  }
  #profile .profile-item .txt .link {
    margin-top: 4rem;
  }
  #profile .profile-item .txt .link a {
    font-size: 2rem;
    padding: 1.8rem 1rem;
  }
  #profile .profile-item .pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-bottom: 3rem;
  }
  .pop-profile {
    padding: 4rem 2rem;
  }
  .pop-profile .mfp-close {
    width: 3rem;
    height: 3rem;
    background: url(../images/pop_close.svg) 0 0 no-repeat;
    background-size: 100% auto;
    top: 3rem;
    right: 3rem;
    opacity: 1;
    font-size: 0;
  }
  .pop-profile .ttl {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .pop-profile h3 {
    font-size: 1.6rem;
    padding-bottom: 2rem;
  }
  .pop-profile p {
    font-size: 1.4rem;
  }
  #footer {
    padding: 8rem 2rem 3rem;
  }
  #footer .contact {
    margin-bottom: 6rem;
  }
  #footer .contact a {
    padding: 2.5rem 0;
  }
  #footer .contact .txt {
    font-size: 5rem;
  }
  #footer .contact .mail {
    right: 2rem;
    bottom: 1rem;
    font-size: 1.2rem;
    margin-right: 4.8rem;
  }
  #footer .contact .mail:after {
    width: 3.2rem;
    height: 0.9rem;
    right: -4.8rem;
  }
  #footer .insta {
    width: 100%;
  }
  #footer .insta a {
    font-size: 1.6rem;
    padding-left: 2.5rem;
    padding-right: 4.8rem;
  }
  #footer .insta a:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  #footer .insta a:after {
    width: 3.2rem;
    height: 0.9rem;
  }
  #footer small {
    font-size: 1rem;
    width: 100%;
  }
}