@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@400;500;700;900&display=swap");
.pc-only {
  display: block;
}
@media screen and (max-width:749px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width:749px) {
  .sp-only {
    display: block;
  }
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.6;
}
@media print, screen and (min-width:750px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width:749px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  max-width: 100%;
}

a {
  color: #0E2880;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ==============================================
    Component
============================================== */
@media print, screen and (min-width:750px) {
  .mt-10 {
    margin-top: 10px;
  }
}
@media screen and (max-width:749px) {
  .mt-10 {
    margin-top: 2.6666666667vw;
  }
}

@media print, screen and (min-width:750px) {
  .mt-20 {
    margin-top: 20px;
  }
}
@media screen and (max-width:749px) {
  .mt-20 {
    margin-top: 5.3333333333vw;
  }
}

@media print, screen and (min-width:750px) {
  .mt-30 {
    margin-top: 30px;
  }
}
@media screen and (max-width:749px) {
  .mt-30 {
    margin-top: 8vw;
  }
}

@media print, screen and (min-width:750px) {
  .mt-40 {
    margin-top: 40px;
  }
}
@media screen and (max-width:749px) {
  .mt-40 {
    margin-top: 10.6666666667vw;
  }
}

@media print, screen and (min-width:750px) {
  .mt-50 {
    margin-top: 50px;
  }
}
@media screen and (max-width:749px) {
  .mt-50 {
    margin-top: 13.3333333333vw;
  }
}

@media print, screen and (min-width:750px) {
  .mt-60 {
    margin-top: 60px;
  }
}
@media screen and (max-width:749px) {
  .mt-60 {
    margin-top: 16vw;
  }
}

@media print, screen and (min-width:750px) {
  .mb10 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:749px) {
  .mb10 {
    margin-bottom: 2.6666666667vw;
  }
}

@media print, screen and (min-width:750px) {
  .mb20 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:749px) {
  .mb20 {
    margin-bottom: 5.3333333333vw;
  }
}

@media print, screen and (min-width:750px) {
  .mb30 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:749px) {
  .mb30 {
    margin-bottom: 8vw;
  }
}

@media print, screen and (min-width:750px) {
  .mb40 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .mb40 {
    margin-bottom: 10.6666666667vw;
  }
}

@media print, screen and (min-width:750px) {
  .mb50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width:749px) {
  .mb50 {
    margin-bottom: 13.3333333333vw;
  }
}

@media print, screen and (min-width:750px) {
  .mb60 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:749px) {
  .mb60 {
    margin-bottom: 16vw;
  }
}

@media print, screen and (min-width:750px) {
  .c-top-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .c-top-ttl {
    margin-bottom: 10.6666666667vw;
    text-align: center;
  }
}
.c-top-ttl .en {
  color: #2C75EB;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  display: block;
}
@media print, screen and (min-width:750px) {
  .c-top-ttl .en {
    font-size: 14px;
  }
}
@media screen and (max-width:749px) {
  .c-top-ttl .en {
    font-size: 3.7333333333vw;
  }
}
.c-top-ttl .jp {
  color: #333;
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .c-top-ttl .jp {
    font-size: 22px;
  }
}
@media screen and (max-width:749px) {
  .c-top-ttl .jp {
    font-size: 5.3333333333vw;
  }
}

.c-page__ttl02 {
  color: #0E2880;
  font-weight: 700;
  border-bottom: 2px solid #0E2880;
}
@media print, screen and (min-width:750px) {
  .c-page__ttl02 {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width:749px) {
  .c-page__ttl02 {
    font-size: 4.5333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width:750px) {
  .c-page__ttl02 + p {
    margin-top: 30px;
  }
}
@media screen and (max-width:749px) {
  .c-page__ttl02 + p {
    font-size: 4.5333333333vw;
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .c-page__ttl02 + .c-page__ttl03 {
    margin-top: 30px;
  }
}
@media screen and (max-width:749px) {
  .c-page__ttl02 + .c-page__ttl03 {
    margin-top: 5.3333333333vw;
  }
}

.c-page__ttl03 {
  color: #0E2880;
  font-weight: 700;
  background-color: #F2F0EC;
}
@media print, screen and (min-width:750px) {
  .c-page__ttl03 {
    font-size: 16px;
    padding: 5px 10px;
  }
}
@media screen and (max-width:749px) {
  .c-page__ttl03 {
    font-size: 3.7333333333vw;
    padding: 2.1333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .c-page__ttl03 + p {
    margin-top: 20px;
  }
}
@media screen and (max-width:749px) {
  .c-page__ttl03 + p {
    font-size: 4.5333333333vw;
    margin-top: 4vw;
  }
}
@media print, screen and (min-width:750px) {
  .c-page__ttl03 + * {
    margin-top: 20px;
  }
}
@media screen and (max-width:749px) {
  .c-page__ttl03 + * {
    margin-top: 4vw;
  }
}

.c-page__ttl04 {
  color: #fff;
  font-weight: 700;
  background-color: #0E2880;
}
@media print, screen and (min-width:750px) {
  .c-page__ttl04 {
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:749px) {
  .c-page__ttl04 {
    font-size: 4.8vw;
    padding: 2.6666666667vw;
  }
}
@media print, screen and (min-width:750px) {
  .c-page__ttl04 + * {
    margin-top: 30px;
  }
}
@media screen and (max-width:749px) {
  .c-page__ttl04 + * {
    margin-top: 5.3333333333vw;
  }
}

.c-page__ttl05 {
  color: #0E2880;
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .c-page__ttl05 {
    font-size: 18px;
    padding: 5px 0;
  }
}
@media screen and (max-width:749px) {
  .c-page__ttl05 {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0;
  }
}
@media print, screen and (min-width:750px) {
  .c-page__ttl05 + * {
    margin-top: 10px;
  }
}
@media screen and (max-width:749px) {
  .c-page__ttl05 + * {
    margin-top: 2.6666666667vw;
  }
}

.c-btn__more {
  color: #0E2880;
  border: 1px solid #0E2880;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (min-width:750px) {
  .c-btn__more {
    font-size: 14px;
    width: 280px;
    height: 50px;
    margin: 0 auto;
  }
}
@media screen and (max-width:749px) {
  .c-btn__more {
    font-size: 3.4666666667vw;
    width: 53.3333333333vw;
    height: 13.3333333333vw;
  }
}
.c-btn__more:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(https://image.raku-uru.jp/01/7096/1156/icon_arrow_b_1663131685992.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width:750px) {
  .c-btn__more:after {
    width: 12px;
    height: 12px;
    right: 20px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__more:after {
    width: 3.2vw;
    height: 3.2vw;
    right: 2.6666666667vw;
  }
}

.c-btn__more02 {
  color: #0E2880;
  border: 1px solid #0E2880;
  background-color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (min-width:750px) {
  .c-btn__more02 {
    font-size: 14px;
    width: 240px;
    height: 50px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__more02 {
    font-size: 3.4666666667vw;
    width: 53.3333333333vw;
    height: 13.3333333333vw;
  }
}
.c-btn__more02.on-click:after {
  content: "閉じる";
}
.c-btn__more02:after {
  content: "もっと見る";
  transition: 0.1s;
  -erbkit-transition: 0.1s;
}

.c-btn__more03 {
  color: #0E2880;
  border: 1px solid #0E2880;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (min-width:750px) {
  .c-btn__more03 {
    font-size: 14px;
    width: 240px;
    height: 50px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__more03 {
    font-size: 3.4666666667vw;
    width: 53.3333333333vw;
    height: 13.3333333333vw;
  }
}
.c-btn__more03:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(https://image.raku-uru.jp/01/7096/1156/icon_arrow_b_1663131685992.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width:750px) {
  .c-btn__more03:after {
    width: 12px;
    height: 12px;
    right: 20px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__more03:after {
    width: 3.2vw;
    height: 3.2vw;
    right: 2.6666666667vw;
  }
}

.c-btn__faq {
  border: 1px solid #0E2880;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media print, screen and (min-width:750px) {
  .c-btn__faq {
    font-size: 18px;
    height: 80px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__faq {
    font-size: 4.2666666667vw;
    height: 21.3333333333vw;
  }
}
.c-btn__faq:before {
  content: "";
  background-image: url(https://image.raku-uru.jp/01/7096/1147/icon_faq_1663130555743.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:750px) {
  .c-btn__faq:before {
    width: 50px;
    height: 50px;
    left: 20px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__faq:before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    left: 2.6666666667vw;
  }
}
.c-btn__faq:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(https://image.raku-uru.jp/01/7096/1156/icon_arrow_b_1663131685992.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width:750px) {
  .c-btn__faq:after {
    width: 12px;
    height: 12px;
    right: 20px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__faq:after {
    width: 3.2vw;
    height: 3.2vw;
    right: 2.6666666667vw;
  }
}

.c-btn__spec {
  border: 1px solid #0E2880;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media print, screen and (min-width:750px) {
  .c-btn__spec {
    font-size: 18px;
    height: 80px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__spec {
    font-size: 4.2666666667vw;
    height: 21.3333333333vw;
  }
}
.c-btn__spec:before {
  content: "";
  background-image: url(https://image.raku-uru.jp/01/7096/1148/icon_info_1663130555974.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:750px) {
  .c-btn__spec:before {
    width: 50px;
    height: 50px;
    left: 20px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__spec:before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    left: 2.6666666667vw;
  }
}
.c-btn__spec:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(https://image.raku-uru.jp/01/7096/1156/icon_arrow_b_1663131685992.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width:750px) {
  .c-btn__spec:after {
    width: 12px;
    height: 12px;
    right: 20px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__spec:after {
    width: 3.2vw;
    height: 3.2vw;
    right: 2.6666666667vw;
  }
}

.c-btn__buy {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FD9C0B;
  color: #fff;
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .c-btn__buy {
    width: 300px;
    height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__buy {
    width: 66.6666666667vw;
    height: 12vw;
    font-size: 4.2666666667vw;
  }
}

@media print, screen and (min-width:750px) {
  .c-btn__float {
    display: none;
  }
}
@media screen and (max-width:749px) {
  .c-btn__float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.3333333333vw;
    z-index: 999;
  }
}
.c-btn__float a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FD9C0B;
  color: #fff;
  font-weight: 700;
  margin: auto;
}
@media print, screen and (min-width:750px) {
  .c-btn__float a {
    width: 300px;
    height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__float a {
    width: 66.6666666667vw;
    height: 12vw;
    font-size: 4.2666666667vw;
  }
}

@media print, screen and (min-width:750px) {
  .c-btn__float-pc {
    position: fixed;
    right: 0;
    top: 200px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__float-pc {
    display: none;
  }
}
.c-btn__float-pc a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FD9C0B;
  color: #fff;
  font-weight: 700;
  margin: auto;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width:750px) {
  .c-btn__float-pc a {
    width: 50px;
    height: 220px;
    font-size: 20px;
  }
}

.c-btn__contact {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (min-width:750px) {
  .c-btn__contact {
    width: 280px;
    height: 56px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__contact {
    width: 66.6666666667vw;
    height: 13.3333333333vw;
  }
}
.c-btn__contact:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(https://image.raku-uru.jp/01/7096/1152/icon_mail_1663131684990.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width:750px) {
  .c-btn__contact:after {
    width: 26px;
    height: 21px;
    left: 40px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__contact:after {
    width: 5.8666666667vw;
    height: 4.5333333333vw;
    left: 11.7333333333vw;
  }
}

.c-btn__contact02 {
  background-color: #FD9C0B;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (min-width:750px) {
  .c-btn__contact02 {
    width: 280px;
    height: 56px;
    padding-left: 30px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__contact02 {
    width: 66.6666666667vw;
    height: 13.3333333333vw;
    padding-left: 8.8vw;
  }
}
.c-btn__contact02:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(https://image.raku-uru.jp/01/7096/1151/icon_mail_w_1663131684781.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width:750px) {
  .c-btn__contact02:after {
    width: 26px;
    height: 21px;
    left: 40px;
  }
}
@media screen and (max-width:749px) {
  .c-btn__contact02:after {
    width: 5.8666666667vw;
    height: 4.5333333333vw;
    left: 11.7333333333vw;
  }
}

.c-page__ttl {
  color: #333;
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .c-page__ttl {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .c-page__ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.c-contact {
  background-color: #F1F0EC;
  align-items: center;
}
@media print, screen and (min-width:750px) {
  .c-contact {
    padding: 30px;
    margin-top: 60px;
  }
}
@media screen and (max-width:749px) {
  .c-contact {
    padding: 8vw;
    margin-top: 13.3333333333vw;
  }
}
.c-contact__box {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:750px) {
  .c-contact__box {
    justify-content: center;
  }
}
@media screen and (max-width:749px) {
  .c-contact__box {
    flex-direction: column;
  }
}
.c-contact__tel {
  text-align: center;
}
@media print, screen and (min-width:750px) {
  .c-contact__tel {
    width: 300px;
    margin-right: 50px;
  }
}
@media screen and (max-width:749px) {
  .c-contact__tel {
    margin-bottom: 5.3333333333vw;
  }
}
.c-contact .ttl {
  color: #0E2880;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width:750px) {
  .c-contact .ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:749px) {
  .c-contact .ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}
.c-contact .name {
  font-style: normal;
  display: block;
}
.c-contact .tel {
  color: #0E2880;
  font-weight: 700;
  display: block;
}
@media print, screen and (min-width:750px) {
  .c-contact .tel {
    font-size: 40px;
    pointer-events: none;
  }
}
@media screen and (max-width:749px) {
  .c-contact .tel {
    font-size: 10.6666666667vw;
  }
}

/* ==============================================
    header/footer
============================================== */
.l-header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width:750px) {
  .l-header {
    width: 1160px;
    height: 80px;
    margin: 0 auto;
  }
}
@media screen and (max-width:749px) {
  .l-header {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    position: fixed;
    top: 0;
    z-index: 999;
  }
}
@media print, screen and (min-width:750px) {
  .l-header h1 {
    width: 264px;
    height: 50px;
  }
}
@media screen and (max-width:749px) {
  .l-header h1 {
    width: 170px;
    height: 32px;
  }
}
.l-header nav ul {
  display: flex;
}
@media print, screen and (min-width:750px) {
  .l-header nav li {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width:749px) {
  .l-header nav li {
    width: 50px;
    height: 50px;
  }
}
@media print, screen and (min-width:750px) {
  .l-header nav li img {
    width: 24px;
  }
}
@media screen and (max-width:749px) {
  .l-header nav li img {
    width: 20px;
  }
}
.l-header nav .mypage a {
  background-color: #F2F0EC;
}
.l-header nav .cart a {
  background-color: #2C75EB;
}
.l-header nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-header .menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #0E2880;
}
.l-header .menu-btn span,
.l-header .menu-btn span:before,
.l-header .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background-color: #ffffff;
  position: absolute;
  transition: all 0.5s;
}
.l-header .menu-btn span:before {
  bottom: 6px;
}
.l-header .menu-btn span:after {
  top: 6px;
}
.l-header #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
.l-header #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.l-header #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.l-header #menu-btn-check:checked ~ .l-side {
  left: 0;
}
.l-header #menu-btn-check {
  display: none;
}

@media print, screen and (min-width:750px) {
  .l-footer {
    margin-top: 120px;
  }
}
@media screen and (max-width:749px) {
  .l-footer {
    margin-top: 21.3333333333vw;
  }
}
.l-footer a {
  color: #fff;
}
.l-footer__copy {
  background-color: #EBF3FF;
  font-weight: 500;
  color: #0E2880;
}
@media print, screen and (min-width:750px) {
  .l-footer__copy {
    font-size: 14px;
    padding: 30px;
    text-align: center;
  }
}
@media screen and (max-width:749px) {
  .l-footer__copy {
    padding: 5.3333333333vw;
  }
}
.l-footer__wrapper {
  background-color: #0E2880;
  color: #fff;
}
.l-footer__inner {
  display: flex;
}
@media print, screen and (min-width:750px) {
  .l-footer__inner {
    width: 1160px;
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media screen and (max-width:749px) {
  .l-footer__inner {
    flex-direction: column;
    padding: 8vw 5.3333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .l-footer__guide {
    width: 360px;
    margin-right: 50px;
  }
}
@media screen and (max-width:749px) {
  .l-footer__guide {
    margin-bottom: 8vw;
  }
}
.l-footer__guide .ttl {
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .l-footer__guide .ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:749px) {
  .l-footer__guide .ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
    text-align: center;
  }
}
.l-footer__guide ul {
  border-top: 1px solid #fff;
}
.l-footer__guide ul li {
  border-bottom: 1px solid #fff;
}
.l-footer__guide ul a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
@media print, screen and (min-width:750px) {
  .l-footer__guide ul a {
    padding: 20px 0;
  }
}
@media screen and (max-width:749px) {
  .l-footer__guide ul a {
    padding: 5.0666666667vw 0;
  }
}
.l-footer__guide ul a:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(https://image.raku-uru.jp/01/7096/1154/icon_arrow_w_1663131685470.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:750px) {
  .l-footer__guide ul a:after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width:749px) {
  .l-footer__guide ul a:after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
@media print, screen and (min-width:750px) {
  .l-footer__sns {
    margin-top: 26px;
  }
}
@media screen and (max-width:749px) {
  .l-footer__sns {
    margin-top: 5.3333333333vw;
    text-align: center;
  }
}
.l-footer__sns .ttl {
  color: #fff;
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .l-footer__sns .ttl {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:749px) {
  .l-footer__sns .ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.l-footer__sns ul {
  border: none;
  display: flex;
}
@media screen and (max-width:749px) {
  .l-footer__sns ul {
    justify-content: center;
  }
}
.l-footer__sns ul a {
  padding: 0;
}
.l-footer__sns ul a:after {
  display: none;
}
.l-footer__sns ul li {
  border: none;
}
@media print, screen and (min-width:750px) {
  .l-footer__sns ul li {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
@media screen and (max-width:749px) {
  .l-footer__sns ul li {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.l-footer__contact {
  border: 2px solid #fff;
  text-align: center;
}
@media print, screen and (min-width:750px) {
  .l-footer__contact {
    width: 750px;
    padding: 30px;
  }
}
@media screen and (max-width:749px) {
  .l-footer__contact {
    padding: 5.3333333333vw;
  }
}
.l-footer__contact .ttl {
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .l-footer__contact .ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:749px) {
  .l-footer__contact .ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}
.l-footer__contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:749px) {
  .l-footer__contact__inner {
    flex-direction: column;
  }
}
@media print, screen and (min-width:750px) {
  .l-footer__contact__inner .info {
    width: 270px;
    margin-right: 100px;
  }
}
@media screen and (max-width:749px) {
  .l-footer__contact__inner .info {
    margin-bottom: 5.3333333333vw;
  }
}
.l-footer__contact__inner em {
  font-style: normal;
  display: block;
}
.l-footer__contact__inner .tel {
  font-weight: 700;
  display: block;
}
@media print, screen and (min-width:750px) {
  .l-footer__contact__inner .tel {
    font-size: 40px;
    pointer-events: none;
  }
}
@media screen and (max-width:749px) {
  .l-footer__contact__inner .tel {
    font-size: 10.6666666667vw;
  }
}
.l-footer__contact__inner .c-btn__contact {
  background-color: #fff;
  color: #0E2880;
}
@media print, screen and (min-width:750px) {
  .l-footer__contact__inner .c-btn__contact {
    padding-left: 30px;
  }
}
@media screen and (max-width:749px) {
  .l-footer__contact__inner .c-btn__contact {
    padding-left: 8.8vw;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: space-between;
}
.l-footer__nav a {
  color: #0E2880;
}
@media print, screen and (min-width:750px) {
  .l-footer__nav {
    width: 1160px;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media screen and (max-width:749px) {
  .l-footer__nav {
    flex-direction: column;
    padding: 8vw 0;
  }
}
.l-footer__nav ul {
  display: flex;
}
@media screen and (max-width:749px) {
  .l-footer__nav ul {
    flex-direction: column;
    margin-bottom: 10.6666666667vw;
  }
}
.l-footer__nav ul li {
  font-weight: 500;
}
@media print, screen and (min-width:750px) {
  .l-footer__nav ul li {
    font-size: 14px;
    margin-right: 30px;
  }
}
@media screen and (max-width:749px) {
  .l-footer__nav ul li {
    font-size: 3.4666666667vw;
    margin-bottom: 1.3333333333vw;
    text-align: center;
  }
}
.l-footer__company {
  display: flex;
}
@media screen and (max-width:749px) {
  .l-footer__company {
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width:750px) {
  .l-footer__company .logo {
    width: 315px;
    margin-right: 30px;
  }
}
@media screen and (max-width:749px) {
  .l-footer__company .logo {
    width: 66.6666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width:749px) {
  .l-footer__company .address {
    text-align: center;
  }
}
.l-footer__company .address em {
  font-style: normal;
  font-weight: 700;
  color: #0E2880;
  display: block;
}
@media print, screen and (min-width:750px) {
  .l-footer__company .address em {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width:750px) {
  .l-footer__company .address p {
    font-size: 14px;
  }
}
.l-footer .copyright {
  background-color: #F2F0EC;
  text-align: center;
  letter-spacing: 0.09em;
}
@media print, screen and (min-width:750px) {
  .l-footer .copyright {
    font-size: 12px;
    padding: 12px;
  }
}
@media screen and (max-width:749px) {
  .l-footer .copyright {
    font-size: 2.9333333333vw;
    padding: 2.9333333333vw;
  }
}

/* ==============================================
    Side
============================================== */
@media screen and (max-width:749px) {
  .l-side {
    padding: 5.3333333333vw 5.3333333333vw 26.6666666667vw;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    left: 100%;
    z-index: 999;
    overflow-y: auto;
    transition: all 0.5s;
  }
}
.l-side .p-search {
  background-color: #F2F0EC;
}
@media print, screen and (min-width:750px) {
  .l-side .p-search {
    padding: 10px;
    height: 60px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .l-side .p-search {
    padding: 2.6666666667vw;
    height: 16vw;
    margin-bottom: 10.6666666667vw;
  }
}
.l-side .p-search .searchform3 {
  position: absolute;
}
.l-side .p-search input[type=text] {
  background-color: #fff;
  border: 1px solid #ccc;
}
@media print, screen and (min-width:750px) {
  .l-side .p-search input[type=text] {
    font-size: 14px;
    width: 310px;
    height: 40px;
    padding: 5px 50px 5px 10px;
  }
}
@media screen and (max-width:749px) {
  .l-side .p-search input[type=text] {
    font-size: 3.4666666667vw;
    width: 84vw;
    height: 10.6666666667vw;
    padding: 1.3333333333vw 6.6666666667vw 1.3333333333vw 2.6666666667vw;
  }
}
.l-side .p-search button {
  background-color: #0E2880;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width:750px) {
  .l-side .p-search button {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width:749px) {
  .l-side .p-search button {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media print, screen and (min-width:750px) {
  .l-side .p-search button img {
    width: 18px;
  }
}
@media screen and (max-width:749px) {
  .l-side .p-search button img {
    width: 5.3333333333vw;
  }
}
.l-side .p-cate02__ttl {
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .l-side .p-cate02__ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:749px) {
  .l-side .p-cate02__ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .l-side .p-cate02__main {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .l-side .p-cate02__main {
    margin-bottom: 9.3333333333vw;
    display: block;
  }
}
.l-side .p-cate02__main li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width:749px) {
  .l-side .p-cate02__main li {
    width: 100%;
    height: auto;
  }
}
.l-side .p-cate02__main a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  color: #0E2880;
  position: relative;
}
@media print, screen and (min-width:750px) {
  .l-side .p-cate02__main a {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media screen and (max-width:749px) {
  .l-side .p-cate02__main a {
    font-size: 4vw;
    padding: 1.3333333333vw 0;
  }
}
.l-side .p-cate02__main a:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(https://image.raku-uru.jp/01/7096/1156/icon_arrow_b_1663131685992.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:750px) {
  .l-side .p-cate02__main a:after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width:749px) {
  .l-side .p-cate02__main a:after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
@media print, screen and (min-width:750px) {
  .l-side .p-cate02__main img {
    width: 80px;
    margin-right: 15px;
  }
}
@media screen and (max-width:749px) {
  .l-side .p-cate02__main img {
    width: 21.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.l-side .p-cate02__sub {
  border-top: 1px solid #0E2880;
}
@media print, screen and (min-width:750px) {
  .l-side .p-cate02__sub {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:749px) {
  .l-side .p-cate02__sub {
    margin-bottom: 10.6666666667vw;
    flex-wrap: wrap;
  }
}
.l-side .p-cate02__sub li {
  border-bottom: 1px solid #0E2880;
}
@media screen and (max-width:749px) {
  .l-side .p-cate02__sub li {
    width: 100%;
    height: auto;
  }
}
.l-side .p-cate02__sub a {
  position: relative;
  display: block;
  color: #0E2880;
}
@media print, screen and (min-width:750px) {
  .l-side .p-cate02__sub a {
    padding: 20px 0;
  }
}
@media screen and (max-width:749px) {
  .l-side .p-cate02__sub a {
    padding: 5.0666666667vw 0;
  }
}
.l-side .p-cate02__sub a:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(https://image.raku-uru.jp/01/7096/1156/icon_arrow_b_1663131685992.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:750px) {
  .l-side .p-cate02__sub a:after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width:749px) {
  .l-side .p-cate02__sub a:after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.l-side .p-calendar02 .ttl {
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .l-side .p-calendar02 .ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.l-side .p-calendar02 .box {
  background-color: #F2F0EC;
  text-align: center;
}
@media print, screen and (min-width:750px) {
  .l-side .p-calendar02 .box {
    padding: 20px;
    font-size: 13px;
  }
}
.l-side .p-calendar02 .box h3 {
  color: #0E2880;
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .l-side .p-calendar02 .box h3 {
    margin-bottom: 20px;
  }
}
.l-side .c-btn__contact {
  background-color: #FD9C0B;
  color: #fff;
  width: 89.3333333333vw;
  height: 16vw;
  padding-left: 9.3333333333vw;
}
.l-side .c-btn__contact:after {
  background-image: url(https://image.raku-uru.jp/01/7096/1151/icon_mail_w_1663131684781.png);
  left: 22.6666666667vw;
}

/* ==============================================
    Calendar
============================================== */
@media screen and (max-width:749px) {
  .p-calendar {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.p-calendar .box {
  background-color: #F2F0EC;
  text-align: center;
  padding: 5.3333333333vw;
}
.p-calendar .box h3 {
  color: #0E2880;
  font-weight: 700;
  margin-bottom: 7.7333333333vw;
}

.schedule table {
  width: 100%;
  text-align: center;
}
.schedule th {
  text-align: center;
}
@media print, screen and (min-width:750px) {
  .schedule th, .schedule td {
    width: 29px;
    padding: 5px 0;
  }
}
@media screen and (max-width:749px) {
  .schedule th, .schedule td {
    width: 8vw;
    padding: 0.6666666667vw 0;
  }
}
.schedule .schedule-date {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media print, screen and (min-width:750px) {
  .schedule .schedule-date {
    height: 29px;
  }
}
@media screen and (max-width:749px) {
  .schedule .schedule-date {
    height: 8vw;
  }
}
.schedule .e1 .schedule-date {
  color: #fff;
  background-color: #FD9C0B;
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .schedule .e1 .schedule-date {
    width: 29px;
  }
}
@media screen and (max-width:749px) {
  .schedule .e1 .schedule-date {
    width: 8vw;
  }
}
.schedule th.sun {
  color: #C94444;
}
.schedule th.sat {
  color: #2C75EB;
}
.schedule .event-list {
  text-align: left;
}
@media print, screen and (min-width:750px) {
  .schedule .event-list {
    margin-top: 15px;
  }
}
@media screen and (max-width:749px) {
  .schedule .event-list {
    margin-top: 8vw;
  }
}
.schedule .event-list li {
  position: relative;
}
.schedule .event-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media print, screen and (min-width:750px) {
  .schedule .event-list li:before {
    width: 21px;
    height: 19px;
  }
}
@media screen and (max-width:749px) {
  .schedule .event-list li:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .schedule .event-list .event1 {
    padding-left: 31px;
  }
}
@media screen and (max-width:749px) {
  .schedule .event-list .event1 {
    padding-left: 8vw;
  }
}
.schedule .event-list .event1:before {
  background-color: #FD9C0B;
}

/* ==============================================
    layout
============================================== */
@media print, screen and (min-width:750px) {
  .l-wrapper {
    width: 1160px;
    margin: 60px auto 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (max-width:749px) {
  .l-wrapper {
    margin-top: 90px;
  }
}
@media print, screen and (min-width:750px) {
  .l-wrapper .l-contents {
    width: 750px;
  }
}
@media print, screen and (min-width:750px) {
  .l-wrapper .l-side {
    width: 330px;
  }
}

/* ==============================================
    slider
============================================== */
.p-slide {
  background-color: #F7F6F3;
  width: 100%;
  display: none;
}
@media print, screen and (min-width:750px) {
  .p-slide {
    padding: 40px 0;
  }
}
@media screen and (max-width:749px) {
  .p-slide {
    margin-top: 50px;
  }
}
.p-slide.block {
  display: block !important;
}
@media print, screen and (min-width:750px) {
  .p-slide li {
    margin: 0 20px;
  }
}
@media print, screen and (min-width:750px) {
  .p-slide .slick-dots li {
    margin: 0 5px;
  }
}
@media screen and (max-width:749px) {
  .p-slide .slick-dots li {
    margin: 0 0.8vw;
  }
}
@media print, screen and (min-width:750px) {
  .p-slide .slick-dots li button:before {
    font-size: 16px;
    line-height: 48px;
  }
}
@media screen and (max-width:749px) {
  .p-slide .slick-dots li button:before {
    font-size: 3.2vw;
    line-height: 2.5;
  }
}
.p-slide .slick-dots .slick-active button:before {
  color: #2C75EB;
  opacity: 1;
}

/* ==============================================
    Guide/other
============================================== */
@media screen and (max-width:749px) {
  #order {
    padding-top: 60px;
    margin-top: -60px;
  }
}

@media screen and (max-width:749px) {
  #postage, #delivery, #returns, #payment {
    padding-top: 10px;
    margin-top: -10px;
  }
}

@media screen and (max-width:749px) {
  .l-free {
    padding: 0 5.3333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .l-free p {
    font-size: 16px;
  }
}
@media screen and (max-width:749px) {
  .l-free p {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .l-free p + .c-page__ttl03 {
    margin-top: 60px;
  }
}
@media screen and (max-width:749px) {
  .l-free p + .c-page__ttl03 {
    margin-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width:750px) {
  .l-free table {
    margin-top: 30px;
  }
}
@media screen and (max-width:749px) {
  .l-free table {
    margin-top: 5.3333333333vw;
  }
}
.l-free table.payment th, .l-free table.payment td {
  border-bottom: 1px solid #0E2880;
}
@media print, screen and (min-width:750px) {
  .l-free table.payment th, .l-free table.payment td {
    padding: 10px 40px 10px 0;
  }
}
@media screen and (max-width:749px) {
  .l-free table.payment th, .l-free table.payment td {
    padding: 2.6666666667vw 8vw 2.6666666667vw 0;
  }
}
.l-free table.payment th {
  color: #0E2880;
}
@media print, screen and (min-width:750px) {
  .l-free table.free {
    font-size: 16px;
    width: auto;
  }
}
@media screen and (max-width:749px) {
  .l-free table.free {
    font-size: 3.7333333333vw;
    width: 100%;
  }
}
.l-free table.free th, .l-free table.free td {
  border-bottom: 1px solid #0E2880;
}
@media print, screen and (min-width:750px) {
  .l-free table.free th, .l-free table.free td {
    padding: 10px;
  }
}
@media screen and (max-width:749px) {
  .l-free table.free th, .l-free table.free td {
    padding: 2.6666666667vw;
  }
}
.l-free table.free th {
  color: #0E2880;
}
@media print, screen and (min-width:750px) {
  .l-free table.free th {
    min-width: 200px;
  }
}
@media screen and (max-width:749px) {
  .l-free table.free th {
    min-width: 24vw;
  }
}
.l-free table.free .bg {
  background-color: #F2F0EC;
}
.l-free table.free .line {
  border-left: 1px solid #0E2880;
}
@media print, screen and (min-width:750px) {
  .l-free .note {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width:749px) {
  .l-free .note {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width:749px) {
  .l-free .postage-table {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 2.6666666667vw;
  }
  .l-free .postage-table::-webkit-scrollbar {
    height: 5px;
  }
  .l-free .postage-table::-webkit-scrollbar-track {
    background: #F2F0EC;
  }
  .l-free .postage-table::-webkit-scrollbar-thumb {
    background: #0E2880;
  }
}
.l-free .postage-table table {
  width: 100%;
}
@media print, screen and (min-width:750px) {
  .l-free .postage-table table {
    font-size: 13px;
  }
}
@media screen and (max-width:749px) {
  .l-free .postage-table table {
    font-size: 3.4666666667vw;
  }
}
.l-free .postage-table table th, .l-free .postage-table table td {
  border-bottom: 1px solid #0E2880;
}
@media print, screen and (min-width:750px) {
  .l-free .postage-table table th, .l-free .postage-table table td {
    padding: 5px;
  }
}
@media screen and (max-width:749px) {
  .l-free .postage-table table th, .l-free .postage-table table td {
    padding: 1.3333333333vw;
  }
}
.l-free .postage-table table th {
  color: #0E2880;
  text-align: center;
}
.l-free .postage-table table td {
  text-align: center;
  border-left: 1px solid #0E2880;
}
.l-free .postage-table table .bg {
  background-color: #F2F0EC;
}
.l-free .postage-table table .bg.line {
  border-left: 1px solid #0E2880;
}
.l-free.information .center {
  display: block;
  text-align: center;
}
.l-free.information .right {
  display: block;
  text-align: right;
}
.l-free.information .date {
  font-weight: 700;
  color: #0E2880;
}
@media print, screen and (min-width:750px) {
  .l-free.information .date {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width:749px) {
  .l-free.information .date {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-free.information .img {
  max-width: 100%;
  text-align: center;
  display: block;
}
@media print, screen and (min-width:750px) {
  .l-free.information .img {
    margin: 20px auto;
  }
}
@media screen and (max-width:749px) {
  .l-free.information .img {
    margin: 4vw auto;
  }
}

/* お買い物ガイド */
@media print, screen and (min-width:750px) {
  .guide .txt + * {
    margin-top: 40px;
  }
}
@media screen and (max-width:749px) {
  .guide .txt + * {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width:749px) {
  .guide .c-btn__more {
    width: 66.6666666667vw;
    margin: 0 auto;
  }
}
.guide__nav {
  background-color: #F1F0EC;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (min-width:750px) {
  .guide__nav {
    padding: 20px 20px 10px 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .guide__nav {
    padding: 1.3333333333vw 1.3333333333vw 0 1.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.guide__nav .list {
  border: 1px solid #CCCCCB;
  background-color: #fff;
  display: flex;
  align-items: center;
  color: #0E2880;
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .guide__nav .list {
    width: 33%;
    height: 60px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
}
@media screen and (max-width:749px) {
  .guide__nav .list {
    width: 49%;
    height: 13.3333333333vw;
    padding: 2.6666666667vw;
    margin: 0 1.3333333333vw 1.3333333333vw 0;
    font-size: 3.2vw;
  }
}
@media screen and (max-width:749px) {
  .guide__nav .list:nth-child(2n) {
    margin: 0 0 1.3333333333vw 0;
  }
}
.guide__nav .list:nth-of-type(6) a:after {
  transform: initial;
}
.guide__nav .list a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.guide__nav .list a:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(https://image.raku-uru.jp/01/7096/1156/icon_arrow_b_1663131685992.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
@media print, screen and (min-width:750px) {
  .guide__nav .list a:after {
    width: 12px;
    height: 12px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width:749px) {
  .guide__nav .list a:after {
    width: 3.2vw;
    height: 3.2vw;
    right: 2.6666666667vw;
  }
}
.guide .order__flow {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:750px) {
  .guide .order__flow {
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media screen and (max-width:749px) {
  .guide .order__flow {
    width: 100%;
    flex-direction: column;
  }
}
.guide .order__flow .list {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media print, screen and (min-width:750px) {
  .guide .order__flow .list {
    justify-content: center;
    border: 2px solid #F1F0EC;
    width: 20%;
    padding: 14px;
    min-height: 135px;
  }
}
@media screen and (max-width:749px) {
  .guide .order__flow .list {
    border: 0.5333333333vw solid #F1F0EC;
    margin-bottom: 12vw;
    padding: 4vw;
    width: 100%;
    align-items: center;
  }
}
.guide .order__flow .list:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
@media print, screen and (min-width:750px) {
  .guide .order__flow .list:not(:last-child):after {
    top: 0;
    bottom: 0;
    right: -36px;
    margin: auto;
    border-width: 16px 0 16px 15px;
    border-color: transparent transparent transparent #007bff;
  }
}
@media screen and (max-width:749px) {
  .guide .order__flow .list:not(:last-child):after {
    left: 0;
    right: 0;
    bottom: -8vw;
    margin: auto;
    border-width: 3.2vw 3.3333333333vw 0 3.3333333333vw;
    border-color: #2C74EA transparent transparent transparent;
  }
}
.guide .order__flow .list em {
  color: #0E2880;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (min-width:750px) {
  .guide .order__flow .list em {
    font-size: 16px;
  }
}
@media screen and (max-width:749px) {
  .guide .order__flow .list em {
    font-size: 3.7333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .guide .order__flow .list span {
    font-size: 16px;
  }
}
@media screen and (max-width:749px) {
  .guide .order__flow .list span {
    font-size: 3.7333333333vw;
  }
}

/* はじめての方へ */
#beginner .txt a {
  font-weight: 700;
  text-decoration: underline;
}
@media print, screen and (min-width:750px) {
  #beginner .txt + * {
    margin-top: 40px;
  }
}
@media screen and (max-width:749px) {
  #beginner .txt + * {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  #beginner .txt + h3 {
    margin-top: 60px;
  }
}
@media screen and (max-width:749px) {
  #beginner .txt + h3 {
    margin-top: 10.6666666667vw;
  }
}
#beginner .mv {
  background-color: #F1F0EC;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width:750px) {
  #beginner .mv {
    padding: 40px;
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  #beginner .mv {
    flex-direction: column;
    align-items: center;
    font-size: 4.2666666667vw;
    padding: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  #beginner .mv img {
    padding-right: 10px;
  }
}
#beginner .merit {
  display: flex;
}
@media print, screen and (min-width:750px) {
  #beginner .merit {
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media screen and (max-width:749px) {
  #beginner .merit {
    flex-direction: column;
    margin-bottom: 10.6666666667vw;
  }
}
#beginner .merit .list {
  display: flex;
}
@media print, screen and (min-width:750px) {
  #beginner .merit .list {
    width: 32%;
    border: 4px solid #F1F0EC;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width:749px) {
  #beginner .merit .list {
    border: 0.5333333333vw solid #F1F0EC;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.6666666667vw;
    padding: 5.3333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  #beginner .merit .list img {
    padding-bottom: 20px;
    height: 80px;
  }
}
@media screen and (max-width:749px) {
  #beginner .merit .list img {
    width: 22%;
    height: auto;
    margin-right: 8vw;
  }
}
@media screen and (max-width:749px) {
  #beginner .merit .list span {
    width: 78%;
  }
}
#beginner .c-btn__more {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:750px) {
  #beginner .c-btn__more + * {
    margin-top: 60px;
  }
}
@media screen and (max-width:749px) {
  #beginner .c-btn__more + * {
    margin-top: 13.3333333333vw;
  }
}

/* ==============================================
    Contents
============================================== */
@media screen and (max-width:749px) {
  .content-wrap {
    padding: 0 5.3333333333vw;
  }
}
.content-wrap h2.ttl {
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .content-wrap h2.ttl {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
@media screen and (max-width:749px) {
  .content-wrap h2.ttl {
    margin-bottom: 10.6666666667vw;
    font-size: 5.8666666667vw;
  }
}
.content-wrap h3.ttl {
  color: #0E2880;
  font-weight: 700;
  border-bottom: 2px solid #0E2880;
}
@media print, screen and (min-width:750px) {
  .content-wrap h3.ttl {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:749px) {
  .content-wrap h3.ttl {
    font-size: 4.5333333333vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.content-wrap h4.ttl {
  color: #0E2880;
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .content-wrap h4.ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width:749px) {
  .content-wrap h4.ttl {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.content-wrap .ttl-pink {
  background-color: #0E2880;
  color: #fff;
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .content-wrap .ttl-pink {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width:749px) {
  .content-wrap .ttl-pink {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.content-wrap p span {
  color: #0E2880;
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .content-wrap p + h3.ttl {
    margin-top: 40px;
  }
}
@media screen and (max-width:749px) {
  .content-wrap p + h3.ttl {
    margin-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width:750px) {
  .content-wrap p.txt + h4.ttl {
    margin-top: 40px;
  }
}
@media screen and (max-width:749px) {
  .content-wrap p.txt + h4.ttl {
    margin-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width:750px) {
  .content-wrap p.txt + p.txt {
    margin-top: 40px;
  }
}
@media screen and (max-width:749px) {
  .content-wrap p.txt + p.txt {
    margin-top: 10.6666666667vw;
  }
}

.contents-list {
  display: flex;
  flex-wrap: wrap;
}
.contents-list li {
  border: 1px solid #ddd;
}
@media print, screen and (min-width:750px) {
  .contents-list li {
    width: 230px;
    margin-bottom: 30px;
  }
  .contents-list li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media screen and (max-width:749px) {
  .contents-list li {
    margin: 0 auto 8vw;
    width: 90%;
  }
}
.contents-list li h4 {
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .contents-list li h4 {
    font-size: 18px;
    padding: 15px 10px 20px;
  }
}
@media screen and (max-width:749px) {
  .contents-list li h4 {
    font-size: 4.8vw;
    padding: 4vw 4vw 5.3333333333vw;
  }
}
.contents-list li p {
  color: #333;
}
@media print, screen and (min-width:750px) {
  .contents-list li p {
    font-size: 14px;
    padding: 0 10px 20px;
  }
}
@media screen and (max-width:749px) {
  .contents-list li p {
    font-size: 3.7333333333vw;
    padding: 0 4vw 5.3333333333vw;
  }
}
.contents-list img {
  width: 100%;
}
@media print, screen and (min-width:750px) {
  .contents-list + h3.ttl {
    margin-top: 60px;
  }
}
@media screen and (max-width:749px) {
  .contents-list + h3.ttl {
    margin-top: 16vw;
  }
}

.wr-spec .spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* ----------------------------------------
その他商品デザイン
---------------------------------------- */
.chape .ttl {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width:750px) {
  .chape .ttl {
    padding-top: 40px;
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .chape .ttl {
    font-size: 5.3333333333vw;
    padding-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media print, screen and (min-width:750px) {
  .chape .ttl + .txt {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:749px) {
  .chape .ttl + .txt {
    margin-bottom: 16vw;
  }
}
.chape .sub-ttl {
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .chape .sub-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:749px) {
  .chape .sub-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.chape .sub-ttl span {
  color: #ed7971;
  font-weight: 700;
}
.chape .point {
  background: #f3f5f6;
}
@media print, screen and (min-width:750px) {
  .chape .point {
    padding: 0 20px;
  }
}
@media screen and (max-width:749px) {
  .chape .point .ttl {
    font-size: 6.6666666667vw;
  }
}
.chape .point .inner {
  display: flex;
}
@media print, screen and (min-width:750px) {
  .chape .point .inner {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width:749px) {
  .chape .point .inner {
    flex-wrap: wrap;
    padding: 0 5.3333333333vw 10.6666666667vw;
  }
}
@media screen and (max-width:749px) {
  .chape .point .inner p {
    width: 100%;
  }
}
@media print, screen and (min-width:750px) {
  .chape .point .inner p img {
    padding-right: 20px;
  }
}
@media screen and (max-width:749px) {
  .chape .point .inner p img {
    width: 100%;
    padding: 0 0 4vw;
  }
}
@media print, screen and (min-width:750px) {
  .chape .point .inner .detail {
    width: 50%;
  }
}
@media screen and (max-width:749px) {
  .chape .point .inner .detail {
    width: 100%;
  }
}

/* WR動画 */
@media print, screen and (min-width:750px) {
  .wr-movie {
    margin: 50px auto 50px;
  }
}
@media screen and (max-width:749px) {
  .wr-movie {
    margin: 6.6666666667vw auto 6.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.wr-movie__ttl {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width:750px) {
  .wr-movie__ttl {
    margin: 0 auto 20px;
    font-size: 24px;
  }
}
@media screen and (max-width:749px) {
  .wr-movie__ttl {
    margin: 0 auto 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width:750px) {
  .wr-movie__inner {
    width: 750px;
    height: 424px;
  }
}
@media screen and (max-width:749px) {
  .wr-movie__inner {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.wr-movie iframe {
  width: 100%;
  height: 100%;
}

/* ==============================================
  読みもの
============================================== */
.detail-block .detail-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width:750px) {
  .detail-block .detail-nav {
    margin: 20px 0 40px;
  }
}
@media screen and (max-width:749px) {
  .detail-block .detail-nav {
    margin: 5.3333333333vw 0 10.6666666667vw;
  }
}
.detail-block .detail-nav li {
  position: relative;
  line-height: 2;
  width: 100%;
}
@media print, screen and (min-width:750px) {
  .detail-block .detail-nav li {
    padding-left: 25px;
  }
}
@media screen and (max-width:749px) {
  .detail-block .detail-nav li {
    padding-left: 6.6666666667vw;
  }
}
.detail-block .detail-nav li:before {
  content: "";
  background-image: url(https://image.raku-uru.jp/01/7096/1212/icon_faq_arrow_1663169633556.png);
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width:750px) {
  .detail-block .detail-nav li:before {
    width: 16px;
    height: 16px;
    top: 4px;
  }
}
@media screen and (max-width:749px) {
  .detail-block .detail-nav li:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 1.0666666667vw;
  }
}

.panel-point {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:749px) {
  .panel-point {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width:750px) {
  .panel-point .img {
    width: 100%;
    max-width: 180px;
    margin-right: 20px;
  }
}
@media screen and (max-width:749px) {
  .panel-point .img {
    text-align: center;
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .panel-point .txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .panel-point .txt {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
@media print, screen and (min-width:750px) {
  .panel-point + .ttl {
    margin-top: 40px;
  }
}
@media screen and (max-width:749px) {
  .panel-point + .ttl {
    margin-top: 10.6666666667vw;
  }
}

/* ==============================================
  WR基本機能仕様
============================================== */
@media screen and (max-width:749px) {
  .wr-spec {
    padding: 0 5.3333333333vw;
  }
}
.wr-spec h2.ttl {
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .wr-spec h2.ttl {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .wr-spec h2.ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.wr-spec p.img img {
  width: 100%;
}
@media print, screen and (min-width:750px) {
  .wr-spec p.img img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:749px) {
  .wr-spec p.img img {
    margin-bottom: 5.3333333333vw;
  }
}
.wr-spec .spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width:750px) {
  .wr-spec .inner {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .wr-spec .inner {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
.wr-spec .inner h3 {
  background-color: #0E2880;
  color: #fff;
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .wr-spec .inner h3 {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:749px) {
  .wr-spec .inner h3 {
    font-size: 4.8vw;
    padding: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.wr-spec .inner p.img {
  text-align: center;
}
@media print, screen and (min-width:750px) {
  .wr-spec .inner .txt {
    font-size: 16px;
  }
}
@media screen and (max-width:749px) {
  .wr-spec .inner .txt {
    font-size: 3.7333333333vw;
  }
}
.wr-spec .inner .txt span {
  color: #FD9C0B;
  font-weight: 700;
}

/* ==============================================
  FAQ
============================================== */
@media screen and (max-width:749px) {
  .wr-faq {
    padding: 0 5.3333333333vw;
  }
}
.wr-faq h2.ttl {
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .wr-faq h2.ttl {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .wr-faq h2.ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.wr-faq h3.ttl {
  color: #0E2880;
  font-weight: 700;
  border-bottom: 2px solid #0E2880;
}
@media print, screen and (min-width:750px) {
  .wr-faq h3.ttl {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:749px) {
  .wr-faq h3.ttl {
    font-size: 4.5333333333vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .wr-faq p.img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .wr-faq p.img {
    margin-bottom: 10.6666666667vw;
  }
}
.wr-faq .faq-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width:750px) {
  .wr-faq .faq-list ul {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .wr-faq .faq-list ul {
    margin-bottom: 10.6666666667vw;
  }
}
.wr-faq .faq-list li {
  position: relative;
  line-height: 2;
  width: 100%;
}
@media print, screen and (min-width:750px) {
  .wr-faq .faq-list li {
    padding-left: 25px;
  }
}
@media screen and (max-width:749px) {
  .wr-faq .faq-list li {
    padding-left: 6.6666666667vw;
  }
}
.wr-faq .faq-list li:before {
  content: "";
  background-image: url(https://image.raku-uru.jp/01/7096/1212/icon_faq_arrow_1663169633556.png);
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width:750px) {
  .wr-faq .faq-list li:before {
    width: 16px;
    height: 16px;
    top: 4px;
  }
}
@media screen and (max-width:749px) {
  .wr-faq .faq-list li:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 1.0666666667vw;
  }
}
.wr-faq .question {
  background-color: #0E2880;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media print, screen and (min-width:750px) {
  .wr-faq .question {
    font-size: 18px;
    padding: 10px 20px 10px 40px;
  }
}
@media screen and (max-width:749px) {
  .wr-faq .question {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 10.6666666667vw;
  }
}
.wr-faq .question:before {
  content: "";
  background-image: url(https://image.raku-uru.jp/01/7096/1213/icon_question_1663169633782.png);
  display: inline-block;
  background-size: contain;
  position: absolute;
}
@media print, screen and (min-width:750px) {
  .wr-faq .question:before {
    width: 26px;
    height: 26px;
    top: 13px;
    left: 10px;
  }
}
@media screen and (max-width:749px) {
  .wr-faq .question:before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: 3.4666666667vw;
    left: 2.6666666667vw;
  }
}
.wr-faq .anser {
  background-color: #F7F6F3;
}
@media print, screen and (min-width:750px) {
  .wr-faq .anser {
    margin-bottom: 10px;
    padding: 20px 20px 1px 20px;
  }
}
@media screen and (max-width:749px) {
  .wr-faq .anser {
    margin-bottom: 2.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw 0.2666666667vw 5.3333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .wr-faq .anser p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:749px) {
  .wr-faq .anser p {
    margin-bottom: 8vw;
  }
}
.wr-faq .anser p.img {
  text-align: center;
}
@media print, screen and (min-width:750px) {
  .wr-faq .anser p.img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:749px) {
  .wr-faq .anser p.img {
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .wr-faq .anser + .question {
    margin-top: 40px;
  }
}
@media screen and (max-width:749px) {
  .wr-faq .anser + .question {
    margin-top: 10.6666666667vw;
  }
}
.wr-faq .pagetop {
  text-align: right;
}
@media print, screen and (min-width:750px) {
  .wr-faq .pagetop {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .wr-faq .pagetop {
    margin-bottom: 10.6666666667vw;
  }
}
.wr-faq .notes {
  background-color: #fff;
}
@media print, screen and (min-width:750px) {
  .wr-faq .notes {
    padding: 20px 20px 1px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width:749px) {
  .wr-faq .notes {
    padding: 5.3333333333vw 5.3333333333vw 0.2666666667vw;
    margin-bottom: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}

/* ==============================================
    Magnet
============================================== */
.lp-hanger .kv img {
  width: 100%;
}
@media print, screen and (min-width:750px) {
  .lp-hanger .kv {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .kv {
    margin-bottom: 10.6666666667vw;
  }
}
.lp-hanger .block-01 h2 {
  text-align: center;
  font-weight: 700;
  color: #333;
}
@media print, screen and (min-width:750px) {
  .lp-hanger .block-01 h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .block-01 h2 {
    font-size: 7.4666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.lp-hanger .block-01 h2 span {
  display: block;
  font-weight: 700;
  color: #0E2880;
  font-family: "Josefin Sans", sans-serif;
}
@media print, screen and (min-width:750px) {
  .lp-hanger .block-01 h2 span {
    font-size: 20px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .block-01 h2 span {
    font-size: 5.3333333333vw;
  }
}
.lp-hanger .block-01 figure {
  text-align: center;
}
@media print, screen and (min-width:750px) {
  .lp-hanger .block-01 figure {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .block-01 figure {
    margin: 0 auto 10.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
.lp-hanger .block-02 {
  background-color: #F7F6F3;
}
@media print, screen and (min-width:750px) {
  .lp-hanger .block-02 {
    padding: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .block-02 {
    padding: 8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.lp-hanger .block-02 h2 {
  text-align: center;
  font-weight: 500;
}
@media print, screen and (min-width:750px) {
  .lp-hanger .block-02 h2 {
    margin-bottom: 40px;
    font-size: 25px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .block-02 h2 {
    margin-bottom: 10.6666666667vw;
    font-size: 6.6666666667vw;
  }
}
@media print, screen and (min-width:750px) {
  .lp-hanger .block-02 p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .block-02 p {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.lp-hanger .block-02 .spec {
  display: flex;
  align-items: center;
}
.lp-hanger .block-02 .spec .ttl {
  background-color: #0E2880;
  color: #fff;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
@media print, screen and (min-width:750px) {
  .lp-hanger .block-02 .spec .ttl {
    padding: 10px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .block-02 .spec .ttl {
    padding: 2.6666666667vw;
  }
}
@media print, screen and (min-width:750px) {
  .lp-hanger .block-02 .spec p {
    padding: 10px;
    margin: 0;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .block-02 .spec p {
    padding: 2.6666666667vw;
    margin: 0;
  }
}
.lp-hanger .block-03 h2 {
  text-align: center;
  font-weight: 500;
}
@media print, screen and (min-width:750px) {
  .lp-hanger .block-03 h2 {
    margin-bottom: 40px;
    font-size: 25px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .block-03 h2 {
    margin-bottom: 10.6666666667vw;
    font-size: 6.6666666667vw;
  }
}
.lp-hanger .block-03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width:749px) {
  .lp-hanger .block-03 ul {
    padding: 0 5.3333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .lp-hanger .block-03 ul li {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .block-03 ul li {
    width: 49%;
    margin-bottom: 10.6666666667vw;
  }
}
.lp-hanger .cv {
  background-color: #F7F6F3;
  text-align: center;
}
@media print, screen and (min-width:750px) {
  .lp-hanger .cv {
    padding: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .cv {
    padding: 8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.lp-hanger .cv p {
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .lp-hanger .cv p {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .cv p {
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.lp-hanger .cv a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FD9C0B;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
}
@media print, screen and (min-width:750px) {
  .lp-hanger .cv a {
    width: 330px;
    height: 55px;
    font-size: 18px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .cv a {
    width: 100%;
    height: 13.3333333333vw;
    font-size: 4.8vw;
  }
}
.lp-hanger .block-04 h2 {
  text-align: center;
  font-weight: 500;
}
@media print, screen and (min-width:750px) {
  .lp-hanger .block-04 h2 {
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 25px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .block-04 h2 {
    margin-top: 21.3333333333vw;
    margin-bottom: 10.6666666667vw;
    font-size: 6.6666666667vw;
  }
}
.lp-hanger .block-04 h2 span {
  color: #0E2880;
  font-family: 500;
  display: block;
}
@media print, screen and (min-width:750px) {
  .lp-hanger .block-04 h2 span {
    font-size: 18px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .block-04 h2 span {
    font-size: 4.8vw;
  }
}
.lp-hanger .block-04 ul {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width:750px) {
  .lp-hanger .block-04 ul {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .block-04 ul {
    margin-bottom: 10.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width:749px) {
  .lp-hanger .block-04 ul li {
    width: 49%;
  }
}

/* ==============================================
  特定商取引法
============================================== */
@media screen and (max-width:749px) {
  .main-article {
    padding: 0 5.3333333333vw;
  }
}
.main-article .ttl {
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .main-article .ttl {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:749px) {
  .main-article .ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.main-article .about-tbl th, .main-article .about-tbl td {
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width:750px) {
  .main-article .about-tbl th, .main-article .about-tbl td {
    padding: 20px 0;
  }
}
@media screen and (max-width:749px) {
  .main-article .about-tbl th, .main-article .about-tbl td {
    padding: 2.6666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .main-article .about-tbl th {
    width: 200px;
  }
}
@media screen and (max-width:749px) {
  .main-article .about-tbl th {
    width: 30%;
    padding-right: 2.6666666667vw;
  }
}

/* ==============================================
  pagetop
============================================== */
@media print, screen and (min-width:750px) {
  .page-top {
    width: 60px;
    height: 60px;
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    z-index: 2;
  }
}
@media screen and (max-width:749px) {
  .page-top {
    display: none !important;
  }
}

/* ==============================================
  一覧用リンクナビ
============================================== */
@media print, screen and (min-width:750px) {
  .cate-nav {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:749px) {
  .cate-nav {
    margin-bottom: 10.6666666667vw;
  }
}
.cate-nav .cate-ttl {
  background-color: #0E2880;
  color: #fff;
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .cate-nav .cate-ttl {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:749px) {
  .cate-nav .cate-ttl {
    font-size: 4.8vw;
    padding: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.cate-nav .cate-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cate-nav .cate-list li {
  border: 1px solid #ccc;
}
@media print, screen and (min-width:750px) {
  .cate-nav .cate-list li {
    width: 360px;
    margin-bottom: 20px;
    border-radius: 8px;
  }
}
@media screen and (max-width:749px) {
  .cate-nav .cate-list li {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .cate-nav .cate-list figure {
    width: 120px;
  }
}
@media screen and (max-width:749px) {
  .cate-nav .cate-list figure {
    width: 29.3333333333vw;
  }
}
.cate-nav .cate-list img {
  vertical-align: top;
}
@media print, screen and (min-width:750px) {
  .cate-nav .cate-list img {
    border-radius: 8px 0 0 8px;
  }
}
@media screen and (max-width:749px) {
  .cate-nav .cate-list img {
    border-radius: 2.1333333333vw 0 0 2.1333333333vw;
    width: 100%;
  }
}
@media print, screen and (min-width:750px) {
  .cate-nav .cate-list p {
    padding: 0 16px;
  }
}
@media screen and (max-width:749px) {
  .cate-nav .cate-list p {
    padding: 0 4.2666666667vw;
  }
}
.cate-nav .cate-list a {
  display: flex;
  align-items: center;
  color: #0E2880;
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .cate-nav .cate-list a {
    font-size: 17px;
  }
}
@media screen and (max-width:749px) {
  .cate-nav .cate-list a {
    font-size: 4.2666666667vw;
  }
}
.cate-nav .cate-list a span {
  display: block;
  font-weight: 700;
  color: #333;
}
@media print, screen and (min-width:750px) {
  .cate-nav .cate-list a span {
    font-size: 13px;
  }
}
@media screen and (max-width:749px) {
  .cate-nav .cate-list a span {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width:750px) {
  .cate-nav .cate-list + .cate-ttl {
    margin-top: 40px;
  }
}
@media screen and (max-width:749px) {
  .cate-nav .cate-list + .cate-ttl {
    margin-top: 10.6666666667vw;
  }
}
.cate-nav .cate-bnr {
  display: flex;
  align-items: center;
  background-color: #0E2880;
}
@media print, screen and (min-width:750px) {
  .cate-nav .cate-bnr {
    border-radius: 8px;
    height: 140px;
    margin-top: 60px;
  }
}
@media screen and (max-width:749px) {
  .cate-nav .cate-bnr {
    border-radius: 2.1333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.cate-nav .cate-bnr span {
  color: #fff;
  font-weight: 700;
}
@media print, screen and (min-width:750px) {
  .cate-nav .cate-bnr span {
    font-size: 20px;
    padding-left: 30px;
  }
}
@media screen and (max-width:749px) {
  .cate-nav .cate-bnr span {
    font-size: 4.2666666667vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width:750px) {
  .cate-nav .cate-bnr picture {
    width: 240px;
  }
}
@media screen and (max-width:749px) {
  .cate-nav .cate-bnr picture {
    width: 29.3333333333vw;
  }
}
@media print, screen and (min-width:750px) {
  .cate-nav .cate-bnr img {
    border-radius: 8px 0 0 8px;
  }
}
@media screen and (max-width:749px) {
  .cate-nav .cate-bnr img {
    border-radius: 2.1333333333vw 0 0 2.1333333333vw;
  }
}
