@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://use.typekit.net/irv0kon.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
html {
  font-size: 62.5%;
}

/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値) */
:root {
  --c-txt: #606060;
  --c-white: #fff;
  --c-accent: #165693;
  --c-odd: #FDFDFD;
  --c-even: #F8F8F8;
}

.fadeIn {
  opacity: 0;
  transition: 1.3s;
  transition-delay: 0.4s;
}
.fadeIn.active {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.4s;
  transform: translateY(40px);
}
.fadeInUp.active {
  opacity: 1;
  transform: translateY(0);
}

.fadeInLeft {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1.3s ease 0.3s;
}
.fadeInLeft.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeInRight {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 1.3s ease 0.3s;
}
.fadeInRight.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* ------------------------------
	style
------------------------------ */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: var(--c-txt);
  overflow: hidden;
  z-index: 0;
}
#contents p {
  line-height: 2;
  letter-spacing: 0.1em;
}
#contents img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  #contents {
    display: flex;
  }
}

@media screen and (min-width: 960px) {
  #wrapper {
    width: 50vw;
    max-width: 50%;
  }
}
#wrapper h2, #wrapper h3 {
  font-family: "adobe-garamond-pro", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}

header {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  header {
    width: max(50%, 640px);
    width: 50vw;
  }
}

.mv {
  position: relative;
  height: 156vw;
  background: url(../img/mv.jpg) 20% 50%/cover;
}
@media screen and (min-width: 960px) {
  .mv {
    position: fixed;
    width: 50vw;
    max-width: 50%;
    height: 100vh;
  }
}
.mv h1 {
  position: absolute;
  top: 17.0666666667vw;
  left: 50%;
  transform: translateX(-50%);
  color: var(--c-white);
  text-align: center;
  font-size: 5.3333333333vw;
  width: 56vw;
}
@media screen and (min-width: 960px) {
  .mv h1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    font-size: 1.953125vw;
    width: 24.21875vw;
  }
}

section {
  padding-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  section {
    padding-bottom: 7.8125vw;
  }
}

#wrapper .sec__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
  background-repeat: no-repeat;
  background: url(../img/mv_bk.jpg) 20% 50%/cover;
  padding: 0;
}
@media screen and (min-width: 960px) {
  #wrapper .sec__lead {
    padding-top: 0;
    height: 100vh;
  }
}
#wrapper .sec__lead__inner {
  width: 81.3333333333vw;
  margin: 0 auto;
  padding: 40vw 0;
}
@media screen and (min-width: 960px) {
  #wrapper .sec__lead__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25.546875vw;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#wrapper .sec__lead__inner .sec__lead__ttl {
  font-family: "adobe-garamond-pro", serif;
  font-size: 5.3333333333vw;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 8.5333333333vw;
  text-align: center;
  color: var(--c-accent);
}
@media screen and (min-width: 960px) {
  #wrapper .sec__lead__inner .sec__lead__ttl {
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.5625vw;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 2.578125vw;
  }
}
#wrapper .sec__lead__inner p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 3.7333333333vw;
  line-height: 2.5;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  #wrapper .sec__lead__inner p {
    font-size: 0.9765625vw;
  }
}

.main section:not(:last-child) {
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .main section:not(:last-child) {
    padding-bottom: 3.90625vw;
  }
}

#wrapper .sec__inner {
  position: relative;
  padding-top: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  #wrapper .sec__inner {
    padding: 7.8125vw 10.3515625vw 0;
  }
}

.number {
  font-size: 7.4666666667vw !important;
  color: var(--c-accent);
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .number {
    font-size: 2.1875vw !important;
    font-weight: 400;
    text-align: start;
    margin-bottom: 20px;
  }
}
.number__top {
  display: block;
  position: relative;
  font-size: 3.2vw;
  margin: 0 0 18.6666666667vw 14.9333333333vw;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .number__top {
    font-size: 12px;
    margin: 0 0 5.46875vw 1.5625vw;
  }
}
.number__top::before {
  content: "";
  display: block;
  background-color: var(--c-accent);
  width: 1px;
  height: 9.3333333333vw;
  position: absolute;
  top: 1.3333333333vw;
  left: -5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .number__top::before {
    height: 35px;
    top: 0.390625vw;
    left: -1.5625vw;
  }
}
.number__bottom {
  display: block;
  font-size: 6.4vw;
  letter-spacing: 0.08em;
  text-align: right;
  margin-right: 9.3333333333vw;
}
@media screen and (min-width: 960px) {
  .number__bottom {
    font-size: 24px;
    margin-right: 0;
  }
}
.number__bottom__style {
  font-size: 5.8666666667vw;
  padding-right: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .number__bottom__style {
    font-size: 22px;
    padding-right: 5px;
  }
}

.img__main {
  margin-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  .img__main {
    margin-bottom: 4.6875vw;
  }
}

.product {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 3.2vw;
  letter-spacing: 0.01em;
}
.product a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition-duration: 0.4s;
}
.product a.none {
  pointer-events: none;
}
.product a:hover {
  opacity: 0.5;
}
.product div {
  margin-bottom: 0.2666666667vw;
}
@media screen and (min-width: 960px) {
  .product div {
    margin-bottom: 0.078125vw;
  }
}
.product ul {
  width: 86.1333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .product ul {
    width: 25.234375vw;
  }
}
@media screen and (min-width: 960px) {
  .product ul li {
    min-width: inherit;
  }
}
.product ul li:not(:last-of-type) {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 960px) {
  .product ul li:not(:last-of-type) {
    margin-bottom: 1.40625vw;
  }
}
.product .buy__btn {
  position: relative;
  width: 13.8666666667vw;
  transition: all 0.3s ease;
  border: 1px solid var(--c-txt);
  text-align: center;
  font-size: 2.9333333333vw;
  line-height: 1.9;
  background-color: var(--c-txt);
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .product .buy__btn {
    position: relative;
    width: 4.0625vw;
    border: 1px solid var(--c-txt);
    text-align: center;
    font-size: 0.859375vw;
  }
}

.product__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.8vw;
}
@media screen and (min-width: 960px) {
  .product__name {
    margin-bottom: 0.234375vw;
    font-size: 0.9375vw;
  }
}

.price {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  display: block;
  font-size: 3.2vw;
}
@media screen and (min-width: 960px) {
  .price {
    font-size: 0.9375vw !important;
  }
}
.price::before {
  content: "¥";
}
.price span {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .price span {
    font-size: 0.78125vw;
  }
}

.product__kids__top {
  width: 86.1333333333vw;
  display: flex;
  align-items: center;
  color: var(--c-accent);
  font-family: "adobe-garamond-pro", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  font-size: 3.4666666667vw;
  margin: 8vw auto 0;
}
@media screen and (min-width: 960px) {
  .product__kids__top {
    width: 25.234375vw;
    font-size: 1.015625vw;
    margin: 2.34375vw auto 0;
  }
}
.product__kids__top:before {
  content: "";
  display: block;
  width: 4vw;
  height: 1px;
  background-color: var(--c-accent);
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .product__kids__top:before {
    width: 1.171875vw;
    margin-right: 0.390625vw;
  }
}
.product__kids ul {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .product__kids ul {
    margin-top: 0.78125vw;
  }
}

aside {
  background-color: var(--c-aside);
}

#sec__01, #sec__03 {
  background-color: var(--c-odd);
}

#sec__02, #sec__04 {
  background-color: var(--c-even);
}

#sec__01 .img__box {
  display: flex;
  width: 78.9333333333vw;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 960px) {
  #sec__01 .img__box {
    width: 23.125vw;
    margin: 0 auto 4.6875vw;
  }
}
#sec__01 .img__box div:nth-child(1) {
  margin-top: 80px;
}
#sec__01 .img__square {
  display: flex;
  width: 81.3333333333vw;
  margin: 0 auto 16vw;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  #sec__01 .img__square {
    width: 23.828125vw;
    margin: 0 auto 4.6875vw;
  }
}
#sec__01 .img__square div {
  width: 40vw;
}
@media screen and (min-width: 960px) {
  #sec__01 .img__square div {
    width: 11.71875vw;
  }
}
#sec__01 .img__square div:nth-child(odd) {
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  #sec__01 .img__square div:nth-child(odd) {
    margin-right: 0.390625vw;
  }
}
#sec__01 .img__square div:nth-child(1), #sec__01 .img__square div:nth-child(2) {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  #sec__01 .img__square div:nth-child(1), #sec__01 .img__square div:nth-child(2) {
    margin-bottom: 0.390625vw;
  }
}
#sec__01 .img__square div:nth-child(1) img {
  border-top-left-radius: 8vw;
}
@media screen and (min-width: 960px) {
  #sec__01 .img__square div:nth-child(1) img {
    border-top-left-radius: 2.34375vw;
  }
}
#sec__01 .img__square div:nth-child(4) img {
  border-bottom-right-radius: 8vw;
}
@media screen and (min-width: 960px) {
  #sec__01 .img__square div:nth-child(4) img {
    border-bottom-right-radius: 2.34375vw;
  }
}

#sec__02 .img__main {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 960px) {
  #sec__02 .img__main {
    margin-bottom: 6.25vw;
  }
}
#sec__02 .img__sub-1 {
  width: 60vw;
  margin: 0 auto 21.3333333333vw;
}
@media screen and (min-width: 960px) {
  #sec__02 .img__sub-1 {
    width: 17.578125vw;
    margin: 0 auto 6.25vw;
  }
}
#sec__02 .img__box {
  display: flex;
  width: 100%;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 960px) {
  #sec__02 .img__box {
    margin: 0 auto 4.6875vw;
  }
}
#sec__02 .img__box div {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #sec__02 .img__box div {
    margin: 0 auto;
  }
}
#sec__02 .img__sub-2 {
  width: 67.2vw;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 960px) {
  #sec__02 .img__sub-2 {
    width: 19.6875vw;
    margin: 0 auto 4.6875vw;
  }
}

#sec__03 .img__box {
  display: flex;
  width: 78.9333333333vw;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 960px) {
  #sec__03 .img__box {
    width: 23.125vw;
    margin: 0 auto 4.6875vw;
  }
}
#sec__03 .img__box div:nth-child(1) {
  margin-top: 80px;
}
#sec__03 .img__square {
  margin-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  #sec__03 .img__square {
    margin-bottom: 4.6875vw;
  }
}
#sec__03 .img__square div {
  width: 48vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #sec__03 .img__square div {
    width: 14.0625vw;
  }
}
#sec__03 .img__square div:nth-child(1) {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  #sec__03 .img__square div:nth-child(1) {
    margin-bottom: 0.390625vw;
  }
}
#sec__03 .img__square div:nth-child(1) img {
  border-top-left-radius: 8vw;
}
@media screen and (min-width: 960px) {
  #sec__03 .img__square div:nth-child(1) img {
    border-top-left-radius: 2.34375vw;
  }
}
#sec__03 .img__square div:nth-child(2) img {
  border-bottom-right-radius: 8vw;
}
@media screen and (min-width: 960px) {
  #sec__03 .img__square div:nth-child(2) img {
    border-bottom-right-radius: 2.34375vw;
  }
}

#sec__04 .img__main {
  margin: 0;
}
#sec__04 .img__main-2 {
  margin: 0 0 16vw 0;
}
@media screen and (min-width: 960px) {
  #sec__04 .img__main-2 {
    margin: 0 0 4.6875vw 0;
  }
}
#sec__04 .img__box {
  margin-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  #sec__04 .img__box {
    margin-bottom: 4.6875vw;
  }
}
#sec__04 .img__box div {
  width: 42.1333333333vw;
}
@media screen and (min-width: 960px) {
  #sec__04 .img__box div {
    width: 12.34375vw;
  }
}
#sec__04 .img__box div:nth-child(1) {
  margin: 0 0 1.3333333333vw 20.8vw;
}
@media screen and (min-width: 960px) {
  #sec__04 .img__box div:nth-child(1) {
    margin: 0 0 0.390625vw 6.09375vw;
  }
}
#sec__04 .img__box div:nth-child(2) {
  margin: 0 0 0 39.4666666667vw;
}
@media screen and (min-width: 960px) {
  #sec__04 .img__box div:nth-child(2) {
    margin: 0 0 0 11.5625vw;
  }
}
#sec__04 .img__sub {
  width: 81.3333333333vw;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 960px) {
  #sec__04 .img__sub {
    width: 23.828125vw;
    margin: 0 auto 4.6875vw;
  }
}

aside {
  background-color: var(--c-odd);
  overflow: hidden;
}

.profile {
  background-color: var(--c-even);
  width: 81.3333333333vw;
  padding: 9.3333333333vw 13.3333333333vw 13.3333333333vw;
  margin: 26.6666666667vw auto;
}
@media screen and (min-width: 960px) {
  .profile {
    width: 23.828125vw;
    padding: 2.734375vw 3.90625vw 3.90625vw;
    margin: 7.8125vw auto;
  }
}
.profile__img {
  width: 40vw;
  margin: 0 auto 8vw;
}
.profile__img img {
  border-radius: 50%;
}
@media screen and (min-width: 960px) {
  .profile__img {
    width: 11.71875vw;
    margin: 0 auto 2.34375vw;
  }
}
.profile__inner {
  font-size: 3.4666666667vw;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .profile__inner {
    font-size: 13px;
  }
}
.profile__inner__top {
  font-weight: bold;
  border-bottom: 1px solid #B1B1B1;
  padding-bottom: 1.3333333333vw;
  margin-bottom: 5.3333333333vw;
  font-family: "adobe-garamond-pro", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 960px) {
  .profile__inner__top {
    font-size: 1.09375vw;
    border-bottom: 1px solid #B1B1B1;
    padding-bottom: 0.390625vw;
    margin-bottom: 1.5625vw;
  }
}
.profile__inner__name {
  font-weight: 500;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .profile__inner__name {
    margin-bottom: 5px;
  }
}
.profile__inner p {
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 960px) {
  .profile__inner p {
    margin-bottom: 8px;
  }
}
.profile__inner__inst a {
  display: inline-block;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.profile__inner__inst a:hover {
  opacity: 0.5;
}

#nav {
  margin: 0 auto 24vw;
}
@media screen and (min-width: 960px) {
  #nav {
    margin-bottom: 7.8125vw;
  }
}
#nav h2 {
  margin-bottom: 8vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #nav h2 {
    margin-bottom: 2.34375vw;
  }
}
#nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 66.4vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 960px) {
  #nav ul {
    width: 19.453125vw;
    margin-bottom: 2.34375vw;
  }
}
#nav ul li {
  display: block;
  width: 32.8vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 960px) {
  #nav ul li {
    width: 9.609375vw;
  }
}
#nav ul li a {
  width: 100%;
  transition-duration: 0.4s;
}

.mask {
  position: relative;
  transition: 0.3s ease-in-out;
  display: block;
  line-height: 0;
  overflow: hidden;
}

#nav ul li a:hover span.mask::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background: rgba(218, 225, 224, 0.5);
}
#nav img {
  filter: blur(0);
  transition: 0.3s ease-in-out;
}
#nav span .cap {
  font-family: "adobe-garamond-pro", serif;
  font-size: 4vw;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  opacity: 0;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  color: var(--c-white);
  text-align: center;
  line-height: 1.5;
  filter: drop-shadow(0.2666666667vw 0 6.1333333333vw #565b59);
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  #nav span .cap {
    font-size: 1.171875vw;
    filter: drop-shadow(0.078125vw 0 1.796875vw #565b59);
  }
}
#nav li a:hover span .cap {
  opacity: 1;
}
#nav ul li a:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
#nav ul li:nth-child(odd) {
  margin-right: 0.8vw;
}
@media screen and (min-width: 960px) {
  #nav ul li:nth-child(odd) {
    margin-right: 0.234375vw;
  }
}
#nav ul li:nth-child(1), #nav ul li:nth-child(2) {
  margin-bottom: 0.8vw;
}
@media screen and (min-width: 960px) {
  #nav ul li:nth-child(1), #nav ul li:nth-child(2) {
    margin-bottom: 0.234375vw;
  }
}
#nav p {
  font-size: 2.9333333333vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #nav p {
    font-size: 0.859375vw;
  }
}

.check__box {
  position: relative;
  width: 53.8666666667vw;
  height: 10.6666666667vw;
  margin: 0 auto 6.6666666667vw;
  padding-top: 4.8vw;
}
@media screen and (min-width: 960px) {
  .check__box {
    width: 15.78125vw;
    height: 3.125vw;
    margin: 0 auto 1.953125vw;
    padding-top: 1.40625vw;
  }
}

.styling_under {
  position: relative;
  line-height: 1;
}

.styling_under::after {
  content: "";
  position: absolute;
  bottom: -0.2666666667vw;
  left: 0;
  transition-delay: 0.7s;
  transition-property: opacity, transform;
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  width: calc(100% - 0.08em);
  height: 0.2666666667vw;
  background: var(--c-accent);
}
@media screen and (min-width: 960px) {
  .styling_under::after {
    bottom: -0.078125vw;
    height: 0.078125vw;
  }
}

.check_btn:hover .styling_under::after {
  transition-delay: 0.7s;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.check_btn {
  font-family: "adobe-garamond-pro", serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  width: 53.8666666667vw;
  display: block;
}
@media screen and (min-width: 960px) {
  .check_btn {
    width: 15.78125vw;
  }
}
.check_btn:hover {
  opacity: 0.5;
}

.arrow {
  position: relative;
  display: inline-block;
  color: var(--c-accent);
  vertical-align: middle;
  text-decoration: none;
  font-size: 4vw;
}
@media screen and (min-width: 960px) {
  .arrow {
    font-size: 1.171875vw;
  }
}

.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8vw;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .arrow::before, .arrow::after {
    right: 0.234375vw;
  }
}

.check_btn::before {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border: 1px solid var(--c-accent);
  border-radius: 50%;
}
@media screen and (min-width: 960px) {
  .check_btn::before {
    width: 3.125vw;
    height: 3.125vw;
    border: 1px solid var(--c-accent);
  }
}

.check_btn::after {
  right: 5.3333333333vw;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-top: 1px solid var(--c-accent);
  border-right: 1px solid var(--c-accent);
  transform: rotate(45deg);
}
@media screen and (min-width: 960px) {
  .check_btn::after {
    right: 1.5625vw;
    width: 0.625vw;
    height: 0.625vw;
  }
}

#credit {
  position: relative;
  width: 100%;
  height: 133.3333333333vw;
  background: url(../img/credit-bk-sp.jpg) 20% 50%/cover;
}
@media screen and (min-width: 960px) {
  #credit {
    height: 39.0625vw;
    background: url(../img/credit-bk-pc.jpg) 20% 50%/cover;
  }
}
#credit p {
  margin-bottom: 8vw;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: var(--c-white);
}
@media screen and (min-width: 960px) {
  #credit p {
    margin-bottom: 2.34375vw;
    text-align: center;
    font-size: 0.859375vw;
  }
}
#credit .credit__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#label-top {
  margin-bottom: 5.3333333333vw;
  background-color: var(--c-aside);
}
@media screen and (min-width: 960px) {
  #label-top {
    margin-bottom: 2.34375vw;
  }
}

.btn__all {
  font-family: "adobe-garamond-pro", serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  display: block;
  position: relative;
  padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  border: 1px solid var(--c-white);
  transition: 0.3s ease-in-out;
  overflow: hidden;
  z-index: 10;
  color: var(--c-white);
}
@media screen and (min-width: 960px) {
  .btn__all {
    padding: 1.5625vw 1.5625vw 1.5625vw;
    width: 23.4375vw;
    font-size: 1.015625vw;
    border: 1px solid var(--c-white);
  }
}
.btn__all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
  transform-origin: left top;
  transform: scale(0, 1);
  width: 100%;
  height: 100%;
  background-color: var(--c-white);
}
.btn__all::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  margin-top: -1.0666666667vw;
  border-top: 1px solid var(--c-white);
  border-right: 1px solid var(--c-white);
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 960px) {
  .btn__all::after {
    width: 0.625vw;
    height: 0.625vw;
    margin-top: -0.3125vw;
    border-top: 1px solid var(--c-white);
    border-right: 1px solid var(--c-white);
    transform: rotate(45deg);
  }
}
.btn__all:hover {
  color: var(--c-txt);
}
.btn__all:hover::before {
  transform: scale(1, 1);
}
.btn__all:hover::after {
  border-top: 1px solid var(--c-white);
  border-right: 1px solid var(--c-white);
}
@media screen and (min-width: 960px) {
  .btn__all:hover::after {
    border-top: 1px solid var(--c-white);
    border-right: 1px solid var(--c-white);
  }
}

footer {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  position: relative;
  background-color: #2B4A65;
  padding: 16% 0;
}
@media screen and (min-width: 960px) {
  footer {
    margin-right: -100%;
    margin-left: -100%;
    padding: 11% 0;
  }
}
footer ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  footer li {
    width: calc(31vw - 40px);
    padding: 0.390625vw 0;
  }
  footer li:first-of-type {
    border-right: 1px solid #fff;
  }
}
footer a {
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}
footer a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  footer a {
    display: block;
    margin: 0 auto;
  }
}
footer .footer__logo {
  width: min(120px, 32vw);
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 960px) {
  footer .footer__logo {
    width: min(160px, 10.15625vw);
    margin: 0 auto 1.25vw;
  }
}
footer .footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: min(12px, 3.2vw);
}
@media screen and (min-width: 960px) {
  footer .footer__copyright {
    font-size: min(16px, 1.015625vw);
  }
}
/*# sourceMappingURL=style.css.map */