@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: YakuHanJP, "Spoqa Han Sans Neo", "sans-serif";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #333;
}

body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body video {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px #000);
}

a {
  color: #333;
}
a:active, a:hover, a:visited {
  color: #333;
}

div, p {
  position: relative;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

h1 {
  font-size: 2.4rem;
  line-height: 1.4;
}

h2 {
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}

._font_small {
  font-size: 1.2rem;
}

._font_en {
  font-family: "Montserrat", sans-serif;
}

._font_jp {
  font-family: "Montserrat", sans-serif;
}

._txt_justify {
  text-align: justify;
  word-break: break-all;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mb0 {
  margin-bottom: 0;
}

.container {
  font-size: 1.3rem;
  line-height: 1.8;
  opacity: 0;
  animation: fadeIn 1.2s ease 0.1s forwards;
}

.instagram_item {
  padding-left: 1.8rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}
.instagram_item a::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon-instagram.svg") 0 0/1.5rem 1.5rem no-repeat;
}
.instagram_item img {
  height: 2rem;
}

@media (min-width: 835px) {
  html {
    font-size: 62.5%;
  }
  ::-moz-selection {
    background: #333;
    color: #fff;
  }
  ::selection {
    background: #333;
    color: #fff;
  }
  .container {
    font-size: 1.4rem;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  ._main {
    margin-bottom: 28px;
  }
}
/* --------------------------------------------------
Header
-------------------------------------------------- */
.news-banner {
  width: 100%;
  padding: 1.4rem 1rem;
  font-size: 1.1rem;
  text-align: center;
  background: #F5F5F5;
}
.news-banner a {
  text-decoration: underline;
}
.news-banner a:hover {
  text-decoration: none;
}

.header .hamburger {
  display: block;
  position: fixed;
  top: 4rem;
  right: 4rem;
  width: 40px;
  height: 18px;
  z-index: 99;
  border: none;
  background-color: transparent;
}
.header .hamburger.-active .hamburger__line {
  background-color: transparent;
}
.header .hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.header .hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.header .hamburger__line {
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 8px;
  background-color: #333;
  transition: 0s;
}
.header .hamburger__line:before,
.header .hamburger__line:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #333;
  transition: inherit;
}
.header .hamburger__line:before {
  top: -8px;
}
.header .hamburger__line:after {
  top: 8px;
}
.header .menu {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow: scroll;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
}
.header .menu.-active {
  display: block;
  z-index: 10;
}
.header .menu__title {
  width: 20rem;
  margin: 0 auto 6rem;
  padding-top: 10rem;
}
.header .menu__list {
  width: 80vw;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  margin-bottom: 8rem;
}
.header .menu__list li {
  overflow: hidden;
}
.header .menu__list li img {
  transition: all 0.8s 0s cubic-bezier(0.29, 0.83, 0.35, 1.03);
  opacity: 1;
}
.header .menu__list li img:hover {
  transform: scale(1.06, 1.06);
}
.header .menu__btn {
  text-align: center;
  font-size: 1.4rem;
  padding-bottom: 8rem;
}
.header .menu__btn a {
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}
.header .menu__btn a:hover {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .header .hamburger {
    display: block;
    position: fixed;
    top: 2rem;
    right: 2rem;
    width: 32px;
    height: 18px;
    z-index: 99;
    border: none;
    background-color: transparent;
  }
  .header .hamburger.-active .hamburger__line {
    background-color: transparent;
  }
  .header .hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .header .hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .header .hamburger__line {
    display: block;
    width: 32px;
    height: 1px;
    position: absolute;
    top: 8px;
    background-color: #333;
    transition: 0s;
  }
  .header .hamburger__line:before,
  .header .hamburger__line:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #333;
    transition: inherit;
  }
  .header .hamburger__line:before {
    top: -8px;
  }
  .header .hamburger__line:after {
    top: 8px;
  }
  .header .menu__title {
    width: 18rem;
    margin: 0 auto 3rem;
    padding-top: 6rem;
  }
  .header .menu__list {
    width: 90vw;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 4rem;
  }
  .header .menu__list li {
    overflow: hidden;
  }
  .header .menu__list li img {
    transition: all 0.8s 0s cubic-bezier(0.29, 0.83, 0.35, 1.03);
    opacity: 1;
  }
  .header .menu__list li img:hover {
    transform: scale(1.06, 1.06);
  }
  .header .menu__btn {
    text-align: center;
    font-size: 1.4rem;
    padding-bottom: 5rem;
  }
}
/* --------------------------------------------------
Content
-------------------------------------------------- */
.mainVisual {
  position: relative;
}
.mainVisual__title, .mainVisual__brand {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.mainVisual__title {
  width: 48.3vw;
  top: 29.4vw;
}
.mainVisual__brand {
  width: 9.6vw;
  top: 37.5vw;
}
.mainVisual__img {
  display: flex;
}
.mainVisual__img li {
  width: 50%;
}

.main {
  font-size: 1.3rem;
}
.main .introduction {
  background: #F5F5F5;
  padding: 8rem 0;
}
.main .introduction__title {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 2.5rem;
}
.main .introduction__title span {
  display: block;
  font-size: 1.8rem;
}
.main .introduction__lead {
  width: 560px;
  margin: 0 auto 5rem;
  text-align: center;
}
.main .introduction .profile {
  width: 600px;
  margin-inline: auto;
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .introduction .profile__img {
  width: 180px;
}
.main .introduction .profileTxt {
  width: 355px;
}
.main .introduction .profileTxt__name {
  font-size: 2rem;
}
.main .introduction .profileTxt__name span {
  font-size: 1.3rem;
  margin: 0 0 1.2rem 0.4rem;
}
.main .style {
  padding: 10rem 0;
  z-index: 0;
}
.main .style._bg2 {
  background: #F8F4ED;
}
.main .style__inner {
  width: 98.2rem;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main .style__img {
  width: 49rem;
}
.main .style__img .img1 {
  position: sticky;
  top: 4.5rem;
  z-index: 0;
}
.main .style__img .img2 {
  width: 100%;
  margin: 8rem 0 0 -8rem;
  position: sticky;
  z-index: 2;
}
.main .style__txt {
  width: 49rem;
  padding: 8.5rem 4.5rem 0;
  box-sizing: border-box;
  position: sticky;
  top: 6.5rem;
}
.main .style__txt._col1 {
  color: #418B89;
}
.main .style__txt._col2 {
  color: #4e454a;
}
.main .style__txt._col3 {
  color: #C8BB90;
}
.main .style__txt._col4 {
  color: #BB6A77;
}
.main .style__txt._col5 {
  color: #bacb63;
}
.main .style__txt._col6 {
  color: #b48bbb;
}
.main .style__txt._col7 {
  color: #8fc4c1;
}
.main .style__txt._col8 {
  color: #6dbf9f;
}
.main .style__txt._col9 {
  color: #CCC;
}
.main .style__txt._col10 {
  color: #333a40;
}
.main .style__txt._col11 {
  color: #c16448;
}
.main .style__txt._col12 {
  color: #86b2e6;
}
.main .style__txt._col13 {
  color: #e0cf77;
}
.main .style__txt._col14 {
  color: #ffb6c1;
}
.main .style__txt._col15 {
  color: #b29c76;
}
.main .style__num {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  padding-bottom: 1.6rem;
}
.main .style__line1 {
  width: 2rem;
  height: 1px;
  margin: 0 auto 2rem;
}
.main .style__line1._col1 {
  background: #418B89;
}
.main .style__line1._col2 {
  background: #4e454a;
}
.main .style__line1._col3 {
  background: #C8BB90;
}
.main .style__line1._col4 {
  background: #BB6A77;
}
.main .style__line1._col5 {
  background: #bacb63;
}
.main .style__line1._col6 {
  background: #b48bbb;
}
.main .style__line1._col7 {
  background: #8fc4c1;
}
.main .style__line1._col8 {
  background: #6dbf9f;
}
.main .style__line1._col9 {
  background: #CCC;
}
.main .style__line1._col10 {
  background: #333a40;
}
.main .style__line1._col11 {
  background: #c16448;
}
.main .style__line1._col12 {
  background: #86b2e6;
}
.main .style__line1._col13 {
  background: #e0cf77;
}
.main .style__line1._col14 {
  background: #ffb6c1;
}
.main .style__line1._col15 {
  background: #b29c76;
}
.main .style__color {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin-bottom: 3rem;
}
.main .style__line2 {
  width: 1px;
  height: 11rem;
  margin: 0 auto 3rem;
  position: relative;
}
.main .style__line2 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
}
.main .style__line2 span._col1 {
  background: #418B89;
}
.main .style__line2 span._col2 {
  background: #4e454a;
}
.main .style__line2 span._col3 {
  background: #C8BB90;
}
.main .style__line2 span._col4 {
  background: #BB6A77;
}
.main .style__line2 span._col5 {
  background: #bacb63;
}
.main .style__line2 span._col6 {
  background: #b48bbb;
}
.main .style__line2 span._col7 {
  background: #8fc4c1;
}
.main .style__line2 span._col8 {
  background: #6dbf9f;
}
.main .style__line2 span._col9 {
  background: #CCC;
}
.main .style__line2 span._col10 {
  background: #333a40;
}
.main .style__line2 span._col11 {
  background: #c16448;
}
.main .style__line2 span._col12 {
  background: #86b2e6;
}
.main .style__line2 span._col13 {
  background: #e0cf77;
}
.main .style__line2 span._col14 {
  background: #ffb6c1;
}
.main .style__line2 span._col15 {
  background: #b29c76;
}
.main .style__line2 span.scrollin {
  animation: lineAnimation 0.65s ease forwards;
  width: 1px;
  height: 11rem;
}
.main .style .point {
  color: #555;
  text-align: center;
  margin-bottom: 2.4rem;
}
.main .style .point__tit {
  font-size: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #555;
  line-height: 1;
  margin-bottom: 2.4rem;
}
.main .style .point__txt {
  padding: 0 4rem;
  box-sizing: border-box;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #555;
}
.main .style .credit-list {
  width: 250px;
  margin-inline: auto;
  color: #555;
}
.main .style .credit-list .credit-list__item a:hover {
  opacity: 0.5;
}
.main .style .credit-list .credit-list__item span.yen {
  font-size: 1.1rem;
  margin-left: 0.4rem;
}
.main .style .credit-list .credit-list__item span.tax {
  font-size: 1rem;
}
.main .style .credit-list .credit-list__item span.buy {
  margin-left: 1rem;
  border-bottom: 1px solid #555;
}
.main .style ._order1 {
  order: 1;
}
.main .style ._order2 {
  order: 2;
}
.main .style ._order2 .img2 {
  margin: 8rem 0 0 8rem;
}

@keyframes lineAnimation {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.8s ease;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein2 {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.8s ease;
}

.fadein2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .mainVisual {
    position: relative;
  }
  .mainVisual__title {
    width: 80.7vw;
    top: 44.5vw;
  }
  .mainVisual__brand {
    width: 18.7vw;
    top: 36.5vw;
  }
  .main {
    font-size: 1.3rem;
  }
  .main .introduction {
    padding: 5rem 0;
  }
  .main .introduction__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .main .introduction__title span {
    font-size: 1.5rem;
  }
  .main .introduction__lead {
    width: 88%;
    margin: 0 auto 4rem;
    text-align: justify;
  }
  .main .introduction .profile {
    width: 88%;
    padding: 40px 20px 20px;
    display: block;
  }
  .main .introduction .profile__img {
    width: 80%;
    margin: 0 auto 2rem;
  }
  .main .introduction .profileTxt {
    width: 100%;
  }
  .main .introduction .profileTxt__name {
    font-size: 1.8rem;
  }
  .main .introduction .profileTxt__name span {
    font-size: 1.3rem;
    margin: 0 0 1.2rem 0.4rem;
  }
  .main .style {
    padding: 5rem 0;
  }
  .main .style__inner {
    width: 90%;
    display: block;
  }
  .main .style__img {
    width: 100%;
  }
  .main .style__img .img1 {
    top: 4.5rem;
  }
  .main .style__img .img2 {
    width: 100%;
    margin: 4rem 0 0 0;
  }
  .main .style__txt {
    width: 100%;
    padding: 0;
    top: 0;
    position: relative;
  }
  .main .style__num {
    font-size: 2.4rem;
    padding-bottom: 1.2rem;
  }
  .main .style__line1 {
    width: 2rem;
    height: 1px;
    margin: 0 auto 1.6rem;
  }
  .main .style__color {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
  .main .style__line2 {
    width: 1px;
    height: 8rem;
    margin: 0 auto 3rem;
    position: relative;
  }
  .main .style__line2 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
  }
  .main .style__line2 span.scrollin {
    animation: lineAnimation 0.65s ease forwards;
    width: 1px;
    height: 8rem;
  }
  .main .style .point {
    margin: 2.4rem 0;
  }
  .main .style .point__tit {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 2.4rem;
  }
  .main .style .point__txt {
    padding: 0 4rem;
    padding-bottom: 2.4rem;
  }
  .main .style .credit-list {
    width: 100%;
  }
  .main .style .credit-list .credit-list__item span.yen {
    font-size: 1.1rem;
    margin-left: 0.4rem;
  }
  .main .style .credit-list .credit-list__item span.tax {
    font-size: 1rem;
  }
  .main .style .credit-list .credit-list__item span.buy {
    margin-left: 1rem;
    border-bottom: 1px solid #555;
  }
  .main .style ._order2 {
    order: 2;
  }
  .main .style ._order2 .img2 {
    margin: 4rem 0 0 0rem;
  }
}
/* --------------------------------------------------
Footer
-------------------------------------------------- */
.footer {
  padding-bottom: 8rem;
}
.footer__staff {
  font-size: 1.2rem;
  text-align: center;
  margin: 10rem 0;
}
.footer__logo {
  width: 100px;
  margin: 0 auto 3rem;
}
.footer__instagram {
  width: 2.8rem;
  margin: 0 auto 6rem;
}
.footer__copyright {
  text-align: center;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 4rem;
  }
}/*# sourceMappingURL=common.css.map */