@charset "UTF-8";

.sp-fixed-footer {
  display: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #555;
  line-height: 1.8;
}

:root {
  --main-color: #f5008b;
}

#static-content .wrap .shuei {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: .05em;
}

#static-content .din {
  font-family: din-2014,
    sans-serif;
  font-weight: 600;
  font-style: normal;
}

#static-content .wrap {
  max-width: 100%
}

@media screen and (max-width: 599px) {

  #static-content .wrap {
    padding-bottom: 0;
  }
}

#static-content .wrap * {
  font-weight: inherit;
}

#static-content .wrap #container {
  background: none;
}

#static-content .wrap .section {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

#static-content * {
  font-weight: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#static-content .wrap a:hover img {
  opacity: 0.9;
}

#static-content .wrap ul.noticeList {
  margin: 0;
}

#static-content .wrap ul.noticeList>li {
  padding-left: 1em;
  text-indent: -1em;
}

#static-content .wrap ul.noticeList>li:before {
  content: "※";
  font-family: 'Noto Sans JP',
    sans-serif;
  display: inline;
  background-image: none;
  width: inherit;
  height: inherit;
  margin-right: 0;
  vertical-align: top;
}

#static-content .wrap h1:not(.img) {
  color: inherit;
  background: inherit;
  font-size: inherit;
  padding: inherit;
  margin: inherit;
  margin-left: inherit;
  margin-right: inherit;
}

#static-content .wrap h2:not(.img) {
  text-align: center;
  font-size: inherit;
  font-weight: bold;
  color: inherit;
  border-top: inherit;
  padding: 0;
  background: none;
}

#static-content .wrap h3:not(.img) {
  font-size: inherit;
  color: inherit;
  background: none;
  color: inherit;
  padding: unset;
  border-top: none;
}

#static-content .wrap h4:before {
  content: "";
  color: inherit;
}

#static-content .wrap h5:before {
  content: "";
  color: inherit;
}

@media screen and (max-width: 599px) {

  #static-content .inner-section {
    padding: 0 3%;
  }
}

/* header */

#static-content header {
  padding: 10px 0 !important;
  border-bottom: 0 !important;
  text-align: center;
}

#static-content header img {
  width: 240px;
}

@media screen and (max-width: 599px) {

  #static-content header img {
    width: 100px;
  }

}


/* footer */

#static-content #footer {
  padding: 10px 0;
  font-size: .7em;
}

#static-content #footer .footer-inner ul {
  margin: 0;
}

#static-content #footer .footer-inner ul li:last-child {
  border-right: none;
}

@media screen and (max-width: 599px) {

  #static-content #footer .footer-inner {
    width: auto;
  }

  #static-content #footer .footer-inner ul li {
    display: block;
    text-align: center;
    border-right: none;
    padding: 0;
    margin: 0 0 10px 0;
  }

  #static-content #footer .footer-inner ul li a {
    padding: 0 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}


/* accbox */

#static-content .accbox label {
  border: 1px solid #4babbd;
}

#static-content .corona label.sp {
  background: #4babbd;
}

#static-content .corona.accbox label {
  border: 1px solid #4babbd;
}

#static-content .accbox label.label1sp {
  background: #4babbd;
  border-left: 1px solid #4babbd;
  border-right: 1px solid #4babbd;
  border-bottom: 1px solid #4babbd;
}

#static-content .corona.accbox label.mem-label1sp.sp::after {
  color: #4babbd;
}

#static-content .cssacc:checked+label+.accshow {
  border-bottom: 1px solid #4babbd;
  border-left: 1px solid #4babbd;
  border-right: 1px solid #4babbd;
}

#static-content .accbox.corona label.pc {
  background: #4babbd;
}

#static-content .corona.accbox label.pc:before {
  color: #4babbd;
}

#static-content .accshow.shown {
  border-right: 1px solid #4babbd;
  border-bottom: 1px solid #4babbd;
  border-left: 1px solid #4babbd;
}


/* form */

#static-content .wrap .form,
#static-content .wrap dl.formGroup,
#static-content .wrap form {
  margin-bottom: 0;
}

#static-content .wrap form .addToCartLP a {
  cursor: pointer;
}


/* original */

#static-content #sec1 p {
  margin: 0;
}

#static-content #sec2 {
  background: #d4d4d4;
  padding: 100px 0 50px 0;
}

#static-content #sec2 .ozaki-wrap {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
}

#static-content #sec2 .ozaki-wrap {
  background: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 5px 30px 0;
  border: 2px solid #000;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 5px 5px 0 4px #000;
}

#static-content #sec2 .ozaki-wrap figure {
  position: relative;
  padding: 0 3%;
  margin: -50px 0 0 0;
}

#static-content #sec2 .ozaki-wrap .ozaki-txt {
  padding: 3%;
}

#static-content #sec2 .ozaki-wrap .ozaki-txt p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
}

#static-content #sec2 .about {
  margin: auto;
}


/* アコーディオン */

#static-content .acd-check {
  display: none;
}

#static-content .acd-label {
  color: #ff0;
  background: #2fb2f6;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  position: relative;
}

#static-content .acd-label:after {
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}

#static-content .acd-check:checked+.acd-label:after {
  content: '\f068';
}

#static-content .acd-check:checked+.acd-label+.acd-content {
  height: 50px;
  opacity: 1;
  visibility: visible;
}

#static-content .acd-content {
  background: #fff;
  border-bottom: 2px solid #2fb2f6;
  border-right: 2px solid #2fb2f6;
  border-left: 2px solid #2fb2f6;
  height: 0;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#static-content .acd-check:checked+.acd-label+.acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}

#static-content .acd-content .about-wrap {
  display: flex;
  flex-direction: column;
}

#static-content .acd-content .about-wrap figure {
  margin: 0;
}

#static-content .acd-content .about-wrap .about-txt {
  padding: 3%;
}

#static-content .acd-content .about-wrap .about-txt p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
  ;
  margin: 0;
}

#static-content .acd-content .about-link p {
  margin: 0 3% 30px 3%;
}

#static-content .acd-content .about-link p a {
  display: block;
  color: #fff;
  background: #2fb2f6;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 15px;
  margin: auto;
  border-radius: 100vw;
  -webkit-border-radius: 100vw;
  -moz-border-radius: 100vw;
  -ms-border-radius: 100vw;
  -o-border-radius: 100vw;
  position: relative;
}

#static-content .acd-content .about-link p a:before {
  content: '\f078';
  color: #2fb2f6;
  background: #fff;
  font-family: 'FontAwesome';
  font-size: 1rem;
  line-height: 1.8em;
  float: right;
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
  border-radius: 50%;
  padding: 0;
}

#static-content .acd-content .sns {
  text-align: center;
  padding: 0 0 3% 0;
}

#static-content .acd-content .sns p {
  font-size: 1.8rem;
  margin: 0 0 10px 0;
}

#static-content .acd-content .sns ul {
  display: flex;
  justify-content: center;
  /* gap: 0 30px; */
  margin: 0;
}

#static-content .acd-content .sns ul li {
  width: 69px;
  margin: 0 15px;
}



@media screen and (min-width: 600px) {

  #static-content #sec2 .ozaki-wrap {
    flex-direction: row;
    width: 800px;
    margin: 0 auto 30px auto;
    box-shadow: 3px 3px 0 1px #000;
  }

  #static-content #sec2 .ozaki-wrap figure {
    width: 397px;
    padding: 10px 0 0 0;
    margin: -70px 0 0 0;
  }

  #static-content #sec2 .ozaki-wrap .ozaki-txt {
    width: 399px;
    padding: 3.5% 3% 0 3%;
  }

  #static-content #sec2 .ozaki-wrap .ozaki-txt p {
    font-size: 1.6rem;
  }

  #static-content .acd-label {
    font-size: 2.5rem;
  }

  #static-content #sec2 .about {
    width: 800px;
  }

  #static-content .acd-content .about-wrap {
    flex-direction: row;
    justify-content: space-between;
    padding: 3%;
  }

  #static-content .acd-content .about-wrap figure {
    width: 200px;
  }

  #static-content .acd-content .about-wrap .about-txt {
    width: calc(570px - 6%);
    padding: 0;
  }

  #static-content .acd-content .about-wrap .about-txt p {
    font-size: 1.6rem;
  }

  #static-content .acd-content .about-link p {
    width: 500px;
    margin: 0 auto 30px auto;
  }

}


#static-content #sec3 {
  background: var(--main-color);
  padding: 20px 0 50px 0;
}

#static-content #sec3 h2 {
  color: #fff;
  text-align: left;
  font-size: 2rem;
  margin: 0 0 10px 0;
}

#static-content #sec3 ul {
  margin: 0;
}

#static-content #sec3 ul li {
  margin: 0 0 10px 0;
}

#static-content #sec3 ul li:last-child {
  margin: 0;
}

#static-content #sec3 ul li a {
  display: block;
  color: #555;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 3% 4%;
  position: relative;
}

#static-content #sec3 ul li a:before {
  content: '\f078';
  font-family: 'FontAwesome';
  font-size: 1.4rem;
  position: absolute;
  right: 20px;
  top: calc(50% - 0.7em);
}

#static-content #sec3 ul li a span {
  font-family: din-2014,
    sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  border-right: 1px solid #555;
  padding: 0 3% 0 0;
  margin: 0 3% 0 0;
}


@media screen and (min-width: 600px) {

  #static-content #sec3 .sec3-wrap {
    width: 500px;
    margin: auto;
  }

  #static-content #sec3 ul li a {
    padding: 2% 3%;
  }
}

#static-content .sec-content {
  text-align: center;
  padding: 50px 0 20px 0;
}

#static-content .sec-content .h2-wrap p {
  display: inline-block;
  color: #fff;
  background-color: var(--main-color);
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  border-radius: 100vw;
  padding: 5px 50px;
  letter-spacing: .05em;
  -webkit-border-radius: 100 vw;
  -moz-border-radius: 100 vw;
  -ms-border-radius: 100 vw;
  -o-border-radius: 100 vw;
}

#static-content .sec-content .h2-wrap h2 {
  text-align: center;
  font-family: dnp-shuei-gothic-gin-std,
    sans-serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: .05em;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 30px 0;
}

#static-content .sec-content .sec-box {
  margin: 0 0 30px 0;
}

#static-content .sec-content .sec-box h3 {
  font-family: dnp-shuei-gothic-gin-std,
    sans-serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-size: 2.5rem;
  letter-spacing: .05em;
  color: var(--main-color);
}

#static-content .sec-content .sec-box .movie .movie-inner {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}

#static-content .sec-content .sec-box .movie .movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (min-width: 600px) {

  #static-content .sec-content .h2-wrap p {
    font-size: 2rem;
  }

  #static-content .sec-content .h2-wrap h2 {
    font-size: 4rem;
  }

  #static-content .sec-content .sec-box h3 {
    font-size: 3rem;
  }

  #static-content .sec-content .sec-box .movie {
    width: 640px;
    margin: auto;
  }
}


#static-content #sec5 {
  background: #ffeded;
}

#static-content .link-btn {
  margin: 30px 0;
}

#static-content .link-btn:last-child {
  margin: 30px 0 10px 0;
}

#static-content .link-btn a {
  display: block;
  color: #fff;
  background: var(--main-color);
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  height: 48px;
  line-height: 48px;
  border-radius: 100vw;
  margin: auto;
  position: relative;
}

#static-content .link-btn a:before {
  content: '\f078';
  color: var(--main-color);
  background: #fff;
  font-family: 'FontAwesome';
  font-size: 1rem;
  line-height: 1.8em;
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 20px;
}

#static-content .link-btn-blue a {
  background: #2fb2f6;
}

#static-content .link-btn-blue a:before {
  color: #2fb2f6;
}


@media screen and (min-width: 600px) {

  #static-content .link-btn a {
    font-size: 2rem;
    width: 640px;
  }
}