@charset "UTF-8";
/* --------------------
		setting
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400&display=swap");
@import url("https://use.typekit.net/mni8vls.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap");
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
:root {
  --c-txt: #333;
  --c-bg01: #E0E2E5;
  --c-bg02: #E0E0D6;
  --c-bg03: #CCCCCC;
}

/* --------------------
		content
-------------------- */
#content {
  overflow: hidden;
  position: relative;
  color: var(--c-txt);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1;
  /* --------------------
  	header
  -------------------- */
  /* --------------------
  	intro
  -------------------- */
  /* --------------------
  		main
  -------------------- */
  /* --------------------
  		aside
  -------------------- */
  /* --------------------
  		footer
  -------------------- */
}
@media screen and (min-width: 1000px) {
  #content {
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  #content #wrapper {
    width: 50%;
  }
}
#content img {
  width: 100%;
  height: auto;
}
#content a {
  cursor: pointer;
  display: inline-block;
}
#content p {
  line-height: 2;
  font-size: 3.4666666667vw;
  word-break: break-all;
}
@media screen and (min-width: 1000px) {
  #content p {
    font-size: 1.015625vw;
  }
}
#content header {
  background-color: var(--c-bg01);
}
@media screen and (min-width: 1000px) {
  #content header {
    width: 50%;
  }
}
#content header h1 {
  position: relative;
  width: 100%;
  height: 133.3333333333vw;
  z-index: 10;
  background: url(../img/mv_sp.jpg) 50% 0%/cover;
}
@media screen and (min-width: 1000px) {
  #content header h1 {
    position: fixed;
    width: 50%;
    height: 100vh;
    background: url(../img/mv_pc.jpg) 50% 35%/cover;
  }
}
#content header .mv__ttl {
  display: block;
  position: absolute;
  width: 53.3333333333vw;
  top: 11.2vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1000px) {
  #content header .mv__ttl {
    width: min(26.5625vw, 370px);
    top: 8%;
  }
}
#content header .brandlogo {
  display: block;
  position: absolute;
  width: 14.6666666667vw;
  bottom: 4vw;
  right: 4vw;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 1000px) {
  #content header .brandlogo {
    width: min(7.3046875vw, 93.5px);
    bottom: min(2.34375vw, 30px);
    right: min(2.34375vw, 30px);
  }
}
#content header .copyright {
  display: block;
  position: absolute;
  bottom: 2.6666666667vw;
  left: 2.6666666667vw;
  z-index: 10;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 2.1333333333vw;
  color: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 1000px) {
  #content header .copyright {
    font-size: 13.6px;
    bottom: 25px;
    left: 25px;
  }
}
#content .intro {
  padding: 15.2vw 0;
  background-color: var(--c-bg01);
}
@media screen and (min-width: 1000px) {
  #content .intro {
    height: 100vh;
    margin: 0;
    padding: 0;
  }
}
#content .intro__txt {
  position: relative;
}
@media screen and (min-width: 1000px) {
  #content .intro__txt {
    top: 50%;
    left: 50%;
    width: 28.125vw;
    transform: translate(-50%, -50%);
  }
}
#content .intro__txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1;
  line-height: 2;
  text-align: center;
}
#content .intro__txt p:not(:last-of-type) {
  margin-bottom: 4.5333333333vw;
}
@media screen and (min-width: 1000px) {
  #content .intro__txt p:not(:last-of-type) {
    margin-bottom: 1.328125vw;
  }
}
#content .intro__pic {
  position: absolute;
}
#content .intro__pic.--1 {
  top: -18.9333333333vw;
  left: -27.7333333333vw;
  width: 64vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content .intro__pic.--1 {
    width: 20.3125vw;
    left: -11.25vw;
    top: -13.046875vw;
  }
}
#content .intro__pic.--2 {
  top: 73.8666666667vw;
  right: -7.4666666667vw;
  width: 48.2666666667vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content .intro__pic.--2 {
    width: 15.46875vw;
    right: -6.953125vw;
    top: 15.859375vw;
  }
}
#content main {
  text-align: center;
}
#content section {
  padding: 16vw 0 0;
  background-color: var(--c-bg02);
}
@media screen and (min-width: 1000px) {
  #content section {
    padding: 4.6875vw 0 0;
  }
}
#content .item__ttl {
  width: 33.3333333333vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .item__ttl {
    width: 9.765625vw;
    margin: 0 auto 3.125vw;
  }
}
#content .item__sub {
  padding: 16vw 0 24vw;
}
@media screen and (min-width: 1000px) {
  #content .item__sub {
    padding: 4.6875vw 0 7.03125vw;
  }
}
#content .item__sub--1 {
  position: relative;
  margin: 0 auto auto 24.2666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .item__sub--1 {
    margin: 0 auto auto 7.109375vw;
  }
}
#content .item__sub--2 {
  position: relative;
  margin: 0 auto 0 13.6vw;
}
@media screen and (min-width: 1000px) {
  #content .item__sub--2 {
    margin: 0 auto 0 3.984375vw;
  }
}
#content .item__sub > div:first-of-type {
  margin-bottom: 15.7333333333vw;
}
@media screen and (min-width: 1000px) {
  #content .item__sub > div:first-of-type {
    margin-bottom: 4.609375vw;
  }
}
#content .item__sub-img {
  position: relative;
  width: 62.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .item__sub-img {
    width: 18.359375vw;
  }
}
#content .item__info {
  position: relative;
  padding: 15.7333333333vw 0;
  color: var(--c-bg);
}
@media screen and (min-width: 1000px) {
  #content .item__info {
    padding: 4.609375vw 0;
  }
}
#content .item__info-txt {
  margin: 7.7333333333vw 0;
}
@media screen and (min-width: 1000px) {
  #content .item__info-txt {
    margin: 2.265625vw 0;
  }
}
#content .item__info .name {
  font-size: 4vw;
  margin-bottom: 2.4vw;
}
@media screen and (min-width: 1000px) {
  #content .item__info .name {
    font-size: 1.171875vw;
    margin-bottom: 0.703125vw;
  }
}
#content .item__info .price {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  #content .item__info .price {
    font-size: 0.9375vw;
  }
}
#content .item__info-btn a {
  display: block;
  width: 53.3333333333vw;
  margin: 0 auto;
  padding: 3.7333333333vw;
  border: 1px solid var(--c-txt);
  border-radius: 9999px;
  background-color: var(--c-txt);
  color: var(--c-bg01);
  transition: 0.4s;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  font-size: 4.2666666667vw;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  #content .item__info-btn a {
    width: 15.625vw;
    padding: 1.09375vw;
    font-size: 1.25vw;
  }
}
#content .item__info-btn a:hover {
  transform: translateY(-5px);
  opacity: 0.7;
}
#content .item__info-img img {
  width: 74.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .item__info-img img {
    width: 21.875vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .sec__inner.--1 {
    padding: 0 10.3515625vw;
  }
}
#content .sec__inner.--2, #content .sec__inner.--3 {
  background-color: var(--c-bg03);
}
@media screen and (min-width: 1000px) {
  #content .sec__inner.--2, #content .sec__inner.--3 {
    padding: 0 14.0625vw;
  }
}
#content .sec__inner.--2 {
  position: relative;
}
#content .sec__inner.--3 .item__info {
  padding-top: 0;
}
#content #item-01 .pic {
  position: absolute;
  top: -25.3333333333vw;
  left: -5.8666666667vw;
  width: 52.2666666667vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content #item-01 .pic {
    top: -7.421875vw;
    left: 8.515625vw;
    width: 15.3125vw;
  }
}
#content #item-02 .pic {
  position: absolute;
  top: -22.1333333333vw;
  right: -0.2666666667vw;
  width: 42.6666666667vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content #item-02 .pic {
    top: -6.484375vw;
    right: 10.390625vw;
    width: 12.5vw;
  }
}
#content #item-03 .pic {
  position: absolute;
  top: -25.3333333333vw;
  left: -6.6666666667vw;
  width: 53.3333333333vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content #item-03 .pic {
    top: -7.421875vw;
    left: 8.28125vw;
    width: 15.625vw;
  }
}
#content #item-04 .pic {
  position: absolute;
  top: -22.4vw;
  right: -6.6666666667vw;
  width: 47.2vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content #item-04 .pic {
    top: -6.5625vw;
    right: 8.4375vw;
    width: 13.828125vw;
  }
}
#content aside {
  padding: 21.3333333333vw 0 26.6666666667vw;
  background-color: var(--c-bg01);
}
@media screen and (min-width: 1000px) {
  #content aside {
    padding: 6.25vw 0 7.8125vw;
  }
}
#content .aside__about {
  margin-bottom: 26.6666666667vw;
  padding: 0 16.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #content .aside__about {
    margin-bottom: 7.8125vw;
    padding: 0 15.234375vw;
  }
}
#content .aside__about-img {
  margin: 0 auto 8vw;
}
@media screen and (min-width: 1000px) {
  #content .aside__about-img {
    margin: 0 auto 2.34375vw;
  }
}
#content .aside__about-img img {
  border-radius: 1.0666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .aside__about-img img {
    border-radius: 0.3125vw;
  }
}
#content .aside__about-ttl {
  margin-bottom: 4vw;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  font-size: 6.9333333333vw;
  letter-spacing: 0.06em;
  color: #00569B;
}
@media screen and (min-width: 1000px) {
  #content .aside__about-ttl {
    margin-bottom: 1.171875vw;
    font-size: 2.03125vw;
  }
}
#content .aside__about-txt {
  text-align: center;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .aside__about-txt {
    margin-bottom: 3.125vw;
  }
}
#content .aside__copyright {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 2.9333333333vw;
  color: var(--c-txt);
}
@media screen and (min-width: 1000px) {
  #content .aside__copyright {
    font-size: 0.859375vw;
  }
}
#content .label-top {
  display: block;
  width: 80vw;
  padding: 4.5333333333vw;
  margin: 0 auto;
  border: 1px solid var(--c-txt);
  border-radius: 9999px;
  background-color: transparent;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  font-size: 4vw;
  transition: 0.4s;
}
@media screen and (min-width: 1000px) {
  #content .label-top {
    width: 23.4375vw;
    padding: 1.328125vw;
    font-size: 1.171875vw;
  }
}
#content .label-top:hover {
  background-color: var(--c-txt);
  color: var(--c-bg01);
}
#content .footer {
  padding: 16vw 0;
  background-color: var(--c-txt);
}
@media screen and (min-width: 1000px) {
  #content .footer {
    padding: 3.90625vw 0;
  }
}
#content .footer img {
  width: 100%;
  height: auto;
}
#content .footer__logo {
  width: 29.3333333333vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .footer__logo {
    width: min(130px, 10.15625vw);
    margin: 0 auto 1.25vw;
  }
}
#content .footer__logo a {
  display: block;
}
@media screen and (min-width: 1000px) {
  #content .footer__logo a {
    transition: all 0.5s ease;
  }
  #content .footer__logo a:hover {
    opacity: 0.5;
  }
}
#content .footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  #content .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}/*# sourceMappingURL=260213_sop_sunsun_style.css.map */