@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

/* -----
  * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  /* pc */
  /* -----
  * PC/SP表示切替class
  ----------------------------------------------------------------------------- */
  ._sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
  * PC/SP表示切替class
  ----------------------------------------------------------------------------- */
  ._pc-only {
    display: none;
  }
}
/* -----
  * component
----------------------------------------------------------------------------- */
.l-inner {
  width: 88%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .l-inner {
    max-width: 800px;
  }
}
/* -----
  * header / fv
----------------------------------------------------------------------------- */
header {
  background: #1BA5D9;
}

/* -----
  * nav_anchor
----------------------------------------------------------------------------- */
.p-nav {
  text-align: center;
  padding-top: 10px;
  margin-top: -27%;
}
.p-nav h2 {
  margin-bottom: 12px;
}
.p-nav__list {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.p-nav__anchor {
  width: 30%;
  animation-duration: 2000ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}
.p-nav__anchor:first-of-type {
  animation-name: anchor01;
}
.p-nav__anchor:nth-of-type(2) {
  margin-top: 7px;
  animation-name: anchor02;
}
.p-nav__anchor:last-of-type {
  animation-name: anchor03;
}

@media screen and (min-width: 768px), print {
  .p-nav {
    margin-top: -9%;
  }
  .p-nav h2 {
    text-align: center;
  }
  .p-nav h2 img {
    width: 46%;
  }
  .p-nav__list {
    width: 56.5%;
    justify-content: center;
    margin: 0 auto;
  }
}
@keyframes anchor01 {
  0% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(-16deg);
  }
}
@keyframes anchor02 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-7px);
  }
}
@keyframes anchor03 {
  0% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(16deg);
  }
}
/* -----
  * intro
----------------------------------------------------------------------------- */
.p-intro {
  color: #FFF;
  font-weight: 600;
  text-align: center;
  padding-top: 40px;
  background: #1BA5D9;
}
.p-intro__body {
  padding-bottom: 40px;
  margin-top: 18px;
  border-bottom: 4px dotted #FFF;
}
.p-intro__body p {
  font-size: 16px;
  line-height: 1.5;
}
.p-intro__body p + p {
  margin-top: 1rem;
}
.p-intro__body p span {
  color: #FEF200;
  font-size: 18px;
}

@media screen and (min-width: 768px), print {
  .p-intro h2 img {
    width: 50.25%;
  }
}
/* -----
  * product
----------------------------------------------------------------------------- */
.p-product {
  padding: 40px 0;
  background: #1BA5D9;
}
.p-product .l-inner + .l-inner {
  margin-top: 100px;
}
.p-product .l-inner:last-of-type {
  padding-bottom: 53px;
  border-bottom: 4px dotted #FFF;
}
.p-product__wrap {
  padding-bottom: 48px;
  background: #FFFDEA;
  position: relative;
}
.p-product__wrap::before, .p-product__wrap::after {
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  background: url(../img/icon_corner.webp) center/contain no-repeat;
  position: absolute;
  top: -4px;
}
.p-product__wrap::before {
  left: -5px;
}
.p-product__wrap::after {
  right: -5px;
  transform: scale(-1, 1);
}
.p-product__inner::before, .p-product__inner::after {
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  background: url(../img/icon_corner.webp) center/contain no-repeat;
  position: absolute;
  bottom: -4px;
}
.p-product__inner::before {
  left: -5px;
  transform: scale(1, -1);
}
.p-product__inner::after {
  right: -5px;
  transform: scale(-1, -1);
}
.p-product__cont {
  padding: 34px 16px 32px;
  position: relative;
}
.p-product__cont::after {
  display: block;
  content: "";
  width: 152px;
  height: 97px;
  background: url(../img/img_stamp.webp) center/contain no-repeat;
  position: absolute;
  top: 6px;
  right: -40px;
  z-index: 1;
}
.p-product__cont dd {
  padding-bottom: 32px;
  margin-top: 24px;
  border-bottom: 4px dotted #1DA4D9;
}
.p-product__cont dd p {
  color: #505050;
  font-size: 16px;
  line-height: 1.5;
}
.p-product__cont dd p + p {
  margin-top: 12px;
}
.p-product__logo, .p-product__name {
  display: block;
}
.p-product .swiper {
  overflow: visible;
  padding-bottom: 64px;
}
.p-product .swiper-slide {
  width: 212px;
  height: auto;
}
.p-product .swiper-slide figure {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-product .swiper-slide figure img {
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.36);
  transition: 0.2s;
}
.p-product .swiper-slide figure figcaption {
  color: #1BA5D9;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 12px;
}
.p-product__deco {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  margin: auto;
}
.p-product__deco .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
}
.p-product__deco .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #C8D5D4;
  border: none;
  opacity: 1;
}
.p-product__deco .swiper-pagination-bullet-active {
  background: #246190;
}
.p-product__button {
  display: block;
  width: 295px;
  text-align: center;
  padding: 16px 0;
  margin: 0 auto;
  background: #FEF100;
  border: 2px solid #1DA4D9;
  border-radius: 30px;
  box-shadow: 0 6px 0 #1DA4D9;
  transition: 0.2s;
  position: relative;
}
.p-product__button img {
  width: 160px;
}
.p-product__button::after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/icon_cta.webp) center/contain no-repeat;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-product #royce .p-product__logo {
  width: 70px;
  margin-bottom: 16px;
}
.p-product #royce .p-product__name {
  width: 85px;
}
.p-product #susukino .p-product__logo {
  width: 77px;
  margin-bottom: 10px;
}
.p-product #susukino .p-product__name {
  width: 200px;
}
.p-product #itagaki .p-product__logo {
  width: 64px;
  margin-bottom: 16px;
}
.p-product #itagaki .p-product__name {
  width: 168px;
}
.p-product .js-modal-open {
  cursor: pointer;
}
.p-product__modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.p-product__modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-product__modal__bg {
  background: rgba(0, 0, 0, 0.48);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.p-product__modal__cont {
  width: 92.7%;
  max-width: 900px;
  padding: 10px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.36);
  position: relative;
  z-index: 4;
}
.p-product__modal__cont figure {
  justify-content: center !important;
  position: relative;
}
.p-product__modal__cont figure img {
  border-radius: unset !important;
}

.js-modal-close {
  cursor: pointer;
}

span.js-modal-close {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 26px;
  top: 26px;
  z-index: 5;
}
span.js-modal-close span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
span.js-modal-close span::before, span.js-modal-close span::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #FFF;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
span.js-modal-close span::before {
  transform: rotate(45deg);
}
span.js-modal-close span::after {
  transform: rotate(-45deg);
}
span.js-modal-close span.is-b::before, span.js-modal-close span.is-b::after {
  background: #505050;
}

html:has(.p-product__modal.is-open) {
  overflow: hidden;
}

@media (hover: hover) {
  .p-product__button:hover {
    transform: translateY(6px);
    box-shadow: none;
    transition: 0.2s;
  }
  .p-product .js-modal-open:hover img {
    opacity: 0.8;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.48);
    transition: 0.2s;
  }
}
@media screen and (min-width: 600px) {
  .p-product__modal__cont {
    width: 65.88%;
  }
}
@media screen and (min-width: 768px) {
  .p-product {
    padding: 54px 0 75px;
  }
  .p-product .l-inner + .l-inner {
    margin-top: 53px;
  }
  .p-product .l-inner:last-of-type {
    padding-bottom: 73px;
    border-bottom: 4px dotted #FFF;
  }
  .p-product__wrap::before, .p-product__wrap::after {
    width: 67px;
    height: 67px;
    top: -8px;
  }
  .p-product__wrap::before {
    left: -10px;
  }
  .p-product__wrap::after {
    right: -10px;
  }
  .p-product__inner::before, .p-product__inner::after {
    width: 67px;
    height: 67px;
    bottom: -8px;
  }
  .p-product__inner::before {
    left: -10px;
  }
  .p-product__inner::after {
    right: -10px;
  }
  .p-product__cont {
    width: 75%;
    padding: 60px 0 32px;
    margin: 0 auto;
  }
  .p-product__cont::after {
    width: 202px;
    height: 129px;
    top: 0;
    right: -140px;
  }
  .p-product__cont dt {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
  .p-product__cont dd {
    margin-top: 32px;
  }
  .p-product__cont dd p {
    font-size: 18px;
    line-height: 1.6;
  }
  .p-product__cont dd p + p {
    margin-top: 16px;
  }
  .p-product__button {
    width: 420px;
    padding: 16px 0;
    border: 3px solid #1DA4D9;
    border-radius: 35px;
  }
  .p-product__button img {
    width: 186px;
  }
  .p-product__button::after {
    width: 24px;
    height: 24px;
    right: 30px;
  }
  .p-product #royce .p-product__logo {
    width: 82px;
    margin-bottom: 0;
  }
  .p-product #royce .p-product__name {
    width: 96px;
  }
  .p-product #susukino .p-product__logo {
    width: 100px;
    margin-bottom: 0;
  }
  .p-product #susukino .p-product__name {
    width: 385px;
  }
  .p-product #susukino .p-product__deco {
    display: none;
  }
  .p-product #susukino .swiper-wrapper {
    display: flex;
    justify-content: center;
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  .p-product #itagaki .p-product__logo {
    width: 85px;
    margin-bottom: 0;
  }
  .p-product #itagaki .p-product__name {
    width: 192px;
  }
  .p-product #itagaki .p-product__deco {
    display: none;
  }
  .p-product #itagaki .swiper-wrapper {
    display: flex;
    justify-content: center;
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  span.js-modal-close {
    width: 32px;
    height: 32px;
    right: 32px;
    top: 32px;
  }
}
@media print {
  .p-product #susukino .p-product__deco, .p-product #itagaki .p-product__deco {
    display: none;
  }
  .p-product #susukino .swiper-wrapper, .p-product #itagaki .swiper-wrapper {
    display: flex;
    justify-content: center;
    -moz-column-gap: 6%;
         column-gap: 6%;
    transform: none !important;
  }
}
/* -----
  * campaign
----------------------------------------------------------------------------- */
.p-campaign {
  padding-bottom: 102px;
  background: #1BA5D9;
}
.p-campaign h2 {
  text-align: center;
  margin-bottom: 16px;
}
.p-campaign h2 + p {
  color: #FFF;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}
.p-campaign h2 + p span {
  color: #FEF200;
  font-weight: 600;
}
.p-campaign table {
  border-collapse: collapse;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}
.p-campaign table tr:nth-of-type(odd) th {
  background: #ED446F;
}
.p-campaign table tr:nth-of-type(odd) td {
  background: #FDF9F5;
}
.p-campaign table tr:nth-of-type(even) th {
  background: #DD2A58;
}
.p-campaign table tr:nth-of-type(even) td {
  background: #F5F4EF;
}
.p-campaign table th {
  width: 20%;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  padding: 16px 0;
}
.p-campaign table td {
  color: #6A5959;
  font-size: 14px;
  line-height: 1.43;
  padding: 16px;
}
.p-campaign table td p + p {
  margin-top: 1rem;
}
.p-campaign table td p span {
  color: #ED446E;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.p-campaign table td ul {
  list-style: disc;
  margin-left: 16px;
}
.p-campaign .note {
  color: #FFF;
  font-size: 12px;
  line-height: 1.3;
  display: flex;
  align-items: flex-start;
}
.p-campaign .note::before {
  content: "※";
}
.p-campaign .l-inner + .l-inner {
  margin-top: 40px;
}
.p-campaign .l-inner + .l-inner h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px;
}
.p-campaign .l-inner + .l-inner ul li {
  color: #FFF;
  font-size: 14px;
  line-height: 1.43;
  text-indent: -14px;
  margin-left: 14px;
}
.p-campaign .l-inner + .l-inner ul li::before {
  content: "・";
  color: #FEF200;
  font-weight: 600;
}
.p-campaign .l-inner + .l-inner ul li + li {
  margin-top: 12px;
}
.p-campaign .l-inner + .l-inner ul li a {
  color: #FEF200;
  text-decoration: underline;
}

@media screen and (min-width: 768px), print {
  .p-campaign {
    padding-bottom: 157px;
  }
  .p-campaign h2 {
    margin-bottom: 40px;
  }
  .p-campaign h2 img {
    width: 87.125%;
  }
  .p-campaign h2 + p {
    font-size: 18px;
    margin-bottom: 23px;
  }
  .p-campaign table th {
    font-size: 20px;
    line-height: 1.45;
  }
  .p-campaign table td {
    font-size: 16px;
    line-height: 1.5;
    padding: 19px 24px 18px;
  }
  .p-campaign table td p span {
    font-size: 18px;
  }
  .p-campaign table td ul {
    margin-left: 24px;
  }
  .p-campaign .note {
    font-size: 14px;
  }
  .p-campaign .l-inner + .l-inner {
    margin-top: 56px;
  }
  .p-campaign .l-inner + .l-inner h3 {
    font-size: 28px;
    margin-bottom: 23px;
  }
  .p-campaign .l-inner + .l-inner ul li {
    font-size: 16px;
    line-height: 1.5;
    text-indent: -16px;
    margin-left: 16px;
  }
  .p-campaign .l-inner + .l-inner ul li + li {
    margin-top: 16px;
  }
}
/* -----
  * faq
----------------------------------------------------------------------------- */
.p-faq {
  padding-bottom: 64px;
  background: #FFFDEA;
  position: relative;
}
.p-faq::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 19%;
  background: url(../img/bg_faq_sp.webp) center top/100% auto no-repeat;
  position: absolute;
  left: 0;
  top: -70px;
}
.p-faq .l-inner {
  position: relative;
}
.p-faq h2 {
  text-align: center;
}
.p-faq h2 img {
  width: auto;
  height: 30px;
}
.p-faq__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  margin-top: 26px;
}
.p-faq__item {
  width: 100%;
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  border: 2px solid #1DA4D9;
  border-radius: 10px;
  background: #1DA4D9;
  overflow: hidden;
}
.p-faq__title {
  color: #FFF;
  font-weight: 600;
  padding: 16px 54px 16px 16px;
  background: #1DA4D9;
  position: relative;
  cursor: pointer;
}
.p-faq__title p > span {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #FEF200;
  border-radius: 50%;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-faq__title p > span > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-faq__title p > span > span::before, .p-faq__title p > span > span::after {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  background: #1DA4D9;
  border-radius: 4px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-faq__title p > span > span::after {
  transform: rotate(90deg);
  transition: 0.2s;
}
.p-faq__title.is-open p > span > span::after {
  transform: rotate(180deg);
  transition: 0.2s;
}
.p-faq__cont {
  display: none;
  color: #6A5959;
  background: #FFF;
}
.p-faq__cont p {
  padding: 16px;
}

@media screen and (min-width: 768px), print {
  .p-faq::before {
    padding-top: 8.56%;
    background: url(../img/bg_faq_pc.webp) center top/100% auto no-repeat;
    top: -115px;
  }
  .p-faq .l-inner {
    padding-top: 20px;
  }
  .p-faq h2 {
    text-align: center;
  }
  .p-faq h2 img {
    width: 30.75%;
    height: auto;
  }
  .p-faq__list {
    row-gap: 24px;
    margin-top: 40px;
  }
  .p-faq__item {
    font-size: 16px;
    line-height: 1.5;
    border-width: 3px;
  }
}
@media print {
  .p-faq__cont {
    display: block;
  }
}
/* -----
  * footer
----------------------------------------------------------------------------- */
footer {
  color: #FFF;
  font-size: 12px;
  text-align: center;
  padding: 27px 0 26px;
  background: #505050;
}/*# sourceMappingURL=style.css.map */