@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-blue: #4c6fb7;
  --color-green: #00a2a6;
  --color-yellow: #fff9c7;
  --color-white: #fff;
}

@keyframes rotate_loop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  width: 100%;
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(0.7142857143vw, 10px);
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 54%;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Shippori Mincho", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
body .m-modal .m-modal__bg {
  background: transparent;
}
body .m-modal .m-modal__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(227, 237, 252) 0%, rgb(252, 242, 203) 33%, rgb(255, 228, 235) 66%, rgb(209, 240, 238) 100%);
  opacity: 0.9;
}
body .m-modal .m-modal__content {
  max-width: 1100px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  body .m-modal .m-modal__content {
    width: 86.5%;
  }
}
body .m-modal .m-modal__close {
  position: absolute;
  top: 10px;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 1;
  border-radius: 50%;
  background-color: var(--color-blue);
  cursor: pointer;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  body .m-modal .m-modal__close:hover {
    opacity: 0.8;
    transform: scale(0.97);
  }
}
@media screen and (max-width: 767px) {
  body .m-modal .m-modal__close {
    width: 50px;
    height: 50px;
    top: 13px;
  }
}
body .m-modal .m-modal__close::before, body .m-modal .m-modal__close::after {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-white);
}
body .m-modal .m-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body .m-modal .m-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-wrap {
  position: relative;
  color: var(--color-blue);
  overflow: hidden;
  opacity: 0;
}
.is-load .l-wrap {
  opacity: 1;
}

.l-content {
  padding-top: 183px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding-top: 105px;
  }
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_pattern.png) repeat 0 0;
  background-size: 2016px;
}
@media screen and (max-width: 767px) {
  .l-bg {
    background-size: 1008px;
  }
}
.l-bg__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-bg__item.--d1 {
  background: url(../img/bg_star_pc.png) repeat 0 0;
  background-size: 1400px;
}
@media screen and (max-width: 767px) {
  .l-bg__item.--d1 {
    background: url(../img/bg_star_sp.png) repeat 0 0;
    background-size: 375px;
  }
}
.l-bg__item.--d2 {
  background: url(../img/bg_shootingstar_pc.png) repeat 0 0;
  background-size: 1400px;
}
@media screen and (max-width: 767px) {
  .l-bg__item.--d2 {
    background: url(../img/bg_shootingstar_sp.png) repeat 0 0;
    background-size: 375px;
  }
}
.l-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_color_pc.jpg) no-repeat center center;
  background-size: cover;
  mix-blend-mode: color;
}
@media screen and (max-width: 767px) {
  .l-bg::after {
    background: url(../img/bg_color_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: var(--color-white);
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.37, 0, 0.63, 1);
}
.l-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(227, 237, 252) 0%, rgb(252, 242, 203) 33%, rgb(255, 228, 235) 66%, rgb(209, 240, 238) 100%);
  opacity: 0.4;
}

.l-section {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
.l-section + .l-section {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .l-section + .l-section {
    margin-top: 7.4rem;
  }
}
.l-section__ttl {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-section__ttl {
    margin-bottom: 2.5rem;
  }
}
.l-section__ttl h2 {
  font-size: 72px;
  transform: translateY(30px);
  opacity: 0;
  font-family: "chapman";
  font-weight: 700;
}
.l-section.is-active .l-section__ttl h2 {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .l-section__ttl h2 {
    font-size: 36px;
  }
}
.l-section__ttl-ja {
  font-weight: 700;
  color: var(--color-green);
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 24px;
  transform: translateY(30px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl-ja {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.15s;
}
@media screen and (max-width: 767px) {
  .l-section__ttl-ja {
    font-size: 10px;
    margin-top: 12px;
  }
}
.l-section__content {
  position: relative;
  width: calc(100% - 1rem);
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .l-section__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.25s;
}
@media screen and (max-width: 767px) {
  .l-section__content {
    width: 100%;
  }
}
.l-section__content-bg {
  position: absolute;
  top: 1rem;
  right: -1rem;
  width: calc(100% - 1rem);
  height: 100%;
  border: 2px solid var(--color-blue);
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-section__content-bg {
    width: 100%;
    border-width: 1px;
    right: -0.5rem;
    top: 0.5rem;
    border-radius: 10px;
  }
}
.l-section__content-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(227, 237, 252) 0%, rgb(252, 242, 203) 33%, rgb(255, 228, 235) 66%, rgb(209, 240, 238) 100%);
  opacity: 0.7;
}
.l-section__content-inner {
  position: relative;
  border: 2px solid var(--color-blue);
  box-sizing: border-box;
  border-radius: 20px;
  background-color: var(--color-white);
  background: url(../img/pattern_stripe.png) repeat 0 0;
  background-size: 8px;
  padding: 7px;
}
@media screen and (max-width: 767px) {
  .l-section__content-inner {
    border-width: 1px;
    padding: 4px;
    background-size: 4px;
    border-radius: 10px;
  }
}
.l-section__main {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid var(--color-blue);
  box-sizing: border-box;
  background-color: var(--color-white);
  padding: 6.9rem 5rem;
  padding-right: 4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .l-section__main {
    border-width: 1px;
    border-radius: 10px;
    padding: 3rem 2rem 2.6rem;
    padding-right: 2rem;
    line-height: 1.6;
  }
}
.l-section__label {
  position: absolute;
  top: -3rem;
  right: -4rem;
  width: 13rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-section__label {
    top: -2.1rem;
    right: -1rem;
    width: 6.5rem;
  }
}
.l-section__label img {
  animation: rotate_loop 10s linear infinite forwards;
}

.l-menu {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
  background: url(../img/pattern_stripe.png) repeat 0 0;
  background-size: 8px;
  padding: 10px 0;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-menu {
    padding: 4px 0;
    background-size: 4px;
  }
}
.is-content-in .l-menu {
  position: fixed;
}
.l-menu__inner {
  background-color: var(--color-blue);
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-menu__inner {
    padding: 0 10px;
  }
}
.l-menu__list {
  display: flex;
  justify-content: center;
  padding: 21px 0 20px;
}
@media screen and (max-width: 767px) {
  .l-menu__list {
    padding: 14px 0;
  }
}
.l-menu__list-item {
  position: relative;
}
.l-menu__list-item + .l-menu__list-item {
  padding-left: 36px;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .l-menu__list-item + .l-menu__list-item {
    padding-left: 22px;
    margin-left: 16px;
  }
}
.l-menu__list-item + .l-menu__list-item::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-mask: url(../img/star.svg) no-repeat center center;
  mask: url(../img/star.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--color-yellow);
}
@media screen and (max-width: 767px) {
  .l-menu__list-item + .l-menu__list-item::before {
    width: 8px;
    height: 8px;
  }
}
.l-menu__list-item a {
  text-decoration: none;
  color: var(--color-white);
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  vertical-align: baseline;
  position: relative;
}
.l-menu__list-item a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: var(--color-white);
  width: 100%;
  height: 1px;
  transform: translateY(4px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-menu__list-item a:hover::before {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-menu__list-item a {
    font-size: 12px;
  }
}

.l-footer {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  margin-top: 15.5rem;
  padding-bottom: 11.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 7rem;
    padding-bottom: 8rem;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.l-footer__links {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__links {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__links-list {
    display: flex;
    justify-content: center;
    margin-top: 4.3rem;
  }
}
.l-footer__links-list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__links-list-item + .l-footer__links-list-item {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__links-list-item + .l-footer__links-list-item {
    margin-left: 1.5rem;
    padding-left: 1.9rem;
  }
  .l-footer__links-list-item + .l-footer__links-list-item::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    -webkit-mask: url(../img/star.svg) no-repeat center center;
    mask: url(../img/star.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: var(--color-blue);
  }
}
.l-footer__links-list-item a {
  text-decoration: none;
  color: var(--color-blue);
  font-size: 2rem;
  letter-spacing: 1.4px;
  position: relative;
  padding-left: 2.2rem;
  transition: color 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .l-footer__links-list-item a {
    font-size: 1.4rem;
    padding-left: 0;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__links-list-item a::before {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    -webkit-mask: url(../img/star.svg) no-repeat center center;
    mask: url(../img/star.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: var(--color-blue);
    transition: background 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media (hover: hover) {
  .l-footer__links-list-item a:hover {
    color: var(--color-green);
  }
  .l-footer__links-list-item a:hover::before {
    background-color: var(--color-green);
  }
}
.l-footer__official {
  width: 28rem;
  transform: translateX(12%);
}
@media screen and (max-width: 767px) {
  .l-footer__official {
    order: 1;
    width: 21rem;
    margin: 0 auto;
    transform: translateX(0);
  }
}
.l-footer__official a {
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__official a:hover {
    transform: scale(0.97);
  }
}
.l-footer__share {
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__share {
    order: 2;
    justify-content: center;
    margin-top: 3.4rem;
  }
}
.l-footer__share-text {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 1px;
  flex-shrink: 0;
  margin-right: 2.9rem;
}
@media screen and (max-width: 767px) {
  .l-footer__share-text {
    font-size: 1.4rem;
    margin-right: 2.3rem;
  }
}
.l-footer__share-list {
  display: flex;
  align-items: center;
}
.l-footer__share-list-item {
  width: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__share-list-item {
    width: 2.2rem;
  }
}
.l-footer__share-list-item:first-child {
  width: 2.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__share-list-item:first-child {
    width: 1.9rem;
  }
}
.l-footer__share-list-item + .l-footer__share-list-item {
  margin-left: 2.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__share-list-item + .l-footer__share-list-item {
    margin-left: 1.8rem;
  }
}
.l-footer__share-list-item a {
  display: block;
  fill-rule: evenodd;
  fill: var(--color-blue);
  transition: fill 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__share-list-item a:hover {
    fill: var(--color-green);
  }
}
.l-footer__text {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 2.5rem;
  }
}
.l-footer__copy {
  font-size: 1.3rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 0.91rem;
  }
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
.p-hero {
  position: relative;
}
.p-hero img {
  width: 100%;
}
.p-hero__ttl {
  position: absolute;
  top: 51.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22%;
}
@media screen and (max-width: 767px) {
  .p-hero__ttl {
    width: 39%;
    top: 50.5%;
  }
}
.p-hero__ttl h1 {
  position: relative;
}
.p-hero__ttl h1 span {
  display: block;
}
.p-hero__ttl-text1 {
  transform: translateY(15%);
  opacity: 0;
}
.is-load .p-hero__ttl-text1 {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-hero__ttl-text2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(15%);
  opacity: 0;
}
.is-load .p-hero__ttl-text2 {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
.p-hero__kv {
  overflow: hidden;
}
.p-hero__kv img {
  transform: scale(1.1);
}
.is-load .p-hero__kv img {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-about__list-item {
  display: flex;
  padding-bottom: 1.9rem;
  border-bottom: 1px dotted var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-about__list-item {
    padding-bottom: 1.5rem;
  }
}
.p-about__list-item + .p-about__list-item {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__list-item + .p-about__list-item {
    margin-top: 1.9rem;
  }
}
.p-about__list-item:last-child {
  border: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-about__list-item {
    display: block;
    text-align: center;
  }
}
.p-about__list-label {
  line-height: 1;
  background-color: var(--color-blue);
  width: 15rem;
  color: var(--color-white);
  height: 100%;
  border-radius: 100px;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-about__list-label {
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    vertical-align: baseline;
    font-size: 1.3rem;
    padding: 3px 22px 4px;
    margin-bottom: 1.1rem;
  }
}
.p-about__list-text {
  width: calc(100% - 15rem);
  padding-left: 3.5rem;
  font-size: 2rem;
  letter-spacing: 1px;
  padding-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-about__list-text {
    width: 100%;
    padding: 0;
    font-size: 1.3rem;
  }
}
.p-about__list-text .is-small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-about__list-text .is-small {
    font-size: 1.1rem;
  }
}

.p-goods__box {
  text-align: center;
}
.p-goods__box-label {
  background-color: var(--color-blue);
  display: inline-block;
  vertical-align: baseline;
  color: var(--color-white);
  font-weight: 700;
  font-size: 2.7rem;
  letter-spacing: 2px;
  padding: 1.1rem 2.8rem 1.2rem;
  border-radius: 100px;
  line-height: 1;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-goods__box-label {
    vertical-align: top;
    font-size: 1.8rem;
    padding: 0.5rem 2.4rem 0.7rem;
    letter-spacing: 1px;
    margin-bottom: 2.5rem;
  }
}
.p-goods__box + .p-goods__box {
  margin-top: 7.5rem;
  border-top: 1px dotted var(--color-blue);
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-goods__box + .p-goods__box {
    margin-top: 2.5rem;
    padding-top: 3rem;
  }
}
.p-goods__benefit-thumb {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50rem;
  border: 1px solid var(--color-blue);
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-goods__benefit-thumb {
    width: 94%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 1.7rem;
  }
}
.p-goods__benefit-catch {
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-goods__benefit-catch {
    line-height: 1.7;
    font-size: 1.3rem;
  }
}
.p-goods__benefit-note {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-goods__benefit-note {
    text-align: left;
    margin-top: 1.1rem;
  }
}
.p-goods__benefit-note-item {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-goods__benefit-note-item {
    line-height: 1.8;
    font-size: 1rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.p-goods__list {
  display: flex;
  flex-wrap: wrap;
}
.p-goods__list-item {
  width: 22.5%;
  text-align: left;
  margin-right: 3.3%;
  margin-top: 6.2%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-goods__list-item:nth-child(4n) {
    margin-right: 0;
  }
  .p-goods__list-item:nth-child(n+1):nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__list-item {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 10.5%;
  }
  .p-goods__list-item:nth-child(2n) {
    margin-right: 0;
  }
  .p-goods__list-item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (hover: hover) {
  .p-goods__list-item {
    transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-goods__list-item:hover {
    color: var(--color-green);
  }
  .p-goods__list-item:hover .p-goods__list-thumb img {
    transform: scale(1.05);
  }
}
.p-goods__list-ttl {
  font-weight: 600;
  font-size: 1.7rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-goods__list-ttl {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
}
.p-goods__list-price {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-goods__list-price {
    font-size: 1.1rem;
    margin-top: 4px;
  }
}
.p-goods__list-price .is-small {
  vertical-align: baseline;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-goods__list-price .is-small {
    font-size: 0.9rem;
  }
}
.p-goods__list-people {
  background-color: var(--color-blue);
  color: var(--color-white);
  line-height: 1;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 100px;
  margin-top: 1.9rem;
  padding: 7px 0 8px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-goods__list-people {
    font-size: 0.8rem;
    margin-top: 1.4rem;
    padding: 5px 0 4px;
  }
}
.p-goods__list-thumb {
  overflow: hidden;
}
.p-goods__list-thumb img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-goods__foottext {
  margin-top: 5.4rem;
  font-size: 2rem;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-goods__foottext {
    font-size: 1.3rem;
    margin-top: 2.6rem;
    padding-bottom: 1rem;
  }
}

.p-goods_modal {
  padding: 92px 0;
}
@media screen and (max-width: 767px) {
  .p-goods_modal {
    padding: 82px 0;
  }
}
.p-goods_modal__inner {
  background: url(../img/pattern_stripe.png) repeat 0 0;
  background-size: 8px;
  position: relative;
  padding: 7px;
  border: 2px solid var(--color-blue);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-goods_modal__inner {
    background-size: 4px;
    border-width: 1px;
    padding: 4px;
    border-radius: 10px;
  }
}
.p-goods_modal__content {
  display: flex;
  padding: 4.5%;
  background-color: var(--color-white);
  border-radius: 20px;
  border: 2px solid var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-goods_modal__content {
    display: block;
    border-radius: 10px;
    padding: 6.5% 6.5% 12%;
    border-width: 1px;
  }
}
.p-goods_modal__slider {
  flex-shrink: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-goods_modal__slider {
    width: 100%;
  }
}
.p-goods_modal__data {
  width: 50%;
  padding-left: 5%;
  text-align: left;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-goods_modal__data {
    width: 100%;
    padding: 0;
    margin-top: 17px;
  }
}
.p-goods_modal__data-head {
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 26px;
  border-bottom: 1px dotted var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-goods_modal__data-head {
    padding-bottom: 21px;
    margin-bottom: 20px;
  }
}
.p-goods_modal__data-ttl {
  color: var(--color-blue);
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-goods_modal__data-ttl {
    font-size: 20px;
  }
}
.p-goods_modal__data-price {
  font-size: 2.4rem;
  margin-top: 14px;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-goods_modal__data-price {
    font-size: 14px;
    margin-top: 10px;
  }
}
.p-goods_modal__data-price .is-small {
  font-size: 16px;
  vertical-align: baseline;
  padding-left: 7px;
}
@media screen and (max-width: 767px) {
  .p-goods_modal__data-price .is-small {
    font-size: 13px;
  }
}
.p-goods_modal__data-text {
  font-size: 14px;
  background-color: var(--color-blue);
  display: inline-block;
  vertical-align: baseline;
  color: var(--color-white);
  border-radius: 100px;
  padding: 4px 20px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-goods_modal__data-text {
    margin-top: 10px;
    font-size: 10px;
    padding: 4px 15px 5px;
  }
}
.p-goods_modal__data-lead {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-goods_modal__data-lead {
    font-size: 13px;
  }
}

.goodslist_swiper {
  overflow: hidden;
  position: relative;
}
.goodslist_swiper__thumb {
  border: 1px solid var(--color-blue);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .goodslist_swiper__thumb {
    border-radius: 5px;
  }
}
.goodslist_swiper__thumb img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.goodslist_swiper .swiper-pagination {
  bottom: 0;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5px;
}
.goodslist_swiper .swiper-pagination-bullet-active {
  background-color: var(--color-blue);
}
.goodslist_swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 3px 3px !important;
}
@media screen and (max-width: 767px) {
  .goodslist_swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.goods_swiper {
  overflow: hidden;
  position: relative;
}
.goods_swiper .swiper-pagination {
  bottom: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.goods_swiper .swiper-pagination-bullet-active {
  background-color: var(--color-blue);
}
.goods_swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 3px 5px !important;
}
@media screen and (max-width: 767px) {
  .goods_swiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.goods_swiper__thumb {
  border: 1px solid var(--color-blue);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .goods_swiper__thumb {
    border-radius: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-attention__list {
    padding-bottom: 10px;
  }
}
.p-attention__list-item {
  line-height: 1.5;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-attention__list-item {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.p-attention__list-item + .p-attention__list-item {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-attention__list-item + .p-attention__list-item {
    margin-top: 9px;
  }
}