@charset "UTF-8";
html {
  /*ロゴBG透明化アニメーションディレイ*/
  --logo-bg-delay: 2.2s;
  /*ロゴBG透明化アニメーション長さ*/
  --logo-bg-duration: 1s;
  /*FV台形BG及びHISTORY出現アニメーションディレイ*/
  --fv-bg-delay: 2.5s;
  /*FV台形BG及びHISTORY出現アニメーション長さ*/
  --fv-bg-duration: 1s;
  /*ヘッダー出現アニメーションディレイ*/
  --header-appearance-delay: 2.5s;
  /*ヘッダー出現アニメーション長さ*/
  --header-appearance-duration: 1s;
  /*バナー出現アニメーションディレイ*/
  --banner-appearance-delay: 2.5s;
  /*バナー出現アニメーション長さ*/
  --banner-appearance-duration: 1s;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
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, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  position: relative;
}

html {
  background-color: white;
  font-size: calc(100vw / 375 * 16);
  scroll-behavior: smooth !important;
  scroll-padding-top: 0px !important;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 16), 16px);
    scroll-padding-top: 50px;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  overscroll-behavior-y: none;
  opacity: 0;
  font-weight: 500;
  color: #000000;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
  animation: body-appear 0.5s 0.2s forwards;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@keyframes body-appear {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section {
  position: relative;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
  color: black;
}

::selection {
  background: rgba(0, 0, 0, 0.2);
  color: black;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
  color: black;
}

picture, figure {
  display: block;
}
picture img, figure img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#header-inner {
  display: none !important;
}

#bottom {
  padding-top: 70px;
  padding-bottom: 88px;
  background-color: #F7F7EF;
}
@media screen and (min-width: 768px) {
  #bottom {
    padding-top: 92px;
    padding-bottom: 118px;
  }
}
#bottom .l-container {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #bottom .l-container {
    flex-direction: row;
    width: 986px;
    margin: auto;
    gap: unset;
  }
}
#bottom .l-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #bottom .l-wrapper {
    width: 50%;
  }
}
#bottom .l-wrapper:nth-of-type(1) {
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  #bottom .l-wrapper:nth-of-type(1) {
    border-bottom: unset;
    border-right: 1px solid #707070;
  }
}
@media screen and (min-width: 768px) {
  #bottom .l-wrapper:nth-of-type(2) {
    padding-left: 70px;
  }
}
#bottom .l-tel {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  #bottom .l-tel {
    gap: 9px;
    margin-top: 15px;
    margin-bottom: 11px;
  }
}
#bottom .l-tel span {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #bottom .l-tel span {
    font-size: 29px;
    line-height: 42px;
  }
}
#bottom .l-tel strong {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #bottom .l-tel strong {
    font-size: 44px;
    line-height: 64px;
  }
}
#bottom .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #bottom .l-desc {
    font-size: 13px;
    line-height: 19px;
  }
}
#bottom .c-btn--large {
  margin-top: 25px;
}

#top-fv {
  width: 100%;
  aspect-ratio: 375/188;
  position: relative;
  z-index: 2;
  margin-bottom: 80px !important;
}
@media screen and (min-width: 768px) {
  #top-fv {
    margin-bottom: 100px !important;
    aspect-ratio: unset;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
#top-fv .l-slider {
  width: 100%;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
#top-fv .l-slider .swiper {
  height: 100%;
  width: 100%;
}
#top-fv .l-slider .swiper-wrapper {
  height: 100%;
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
#top-fv .l-slider .swiper-slide {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  transition: 0.3s;
  opacity: 1 !important;
}
#top-fv .l-slider .swiper-slide:hover {
  opacity: 1 !important;
}
#top-fv .l-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
#top-fv .l-slider .l-slider__nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 8px;
  justify-content: center;
  bottom: -16px;
}
@media screen and (min-width: 768px) {
  #top-fv .l-slider .l-slider__nav {
    bottom: -30px;
  }
}
#top-fv .l-slider .l-slider__nav .swiper-pagination-bullet {
  border: 1.5px solid #CECECE;
  background-color: white;
  width: 8px;
  height: 8px;
  transition: 0.3s;
  margin: 0;
  opacity: 1;
}
#top-fv .l-slider .l-slider__nav .swiper-pagination-bullet-active {
  background-color: #CECECE;
}

#top-ranking {
  padding-top: 54px !important;
  padding-bottom: 66px !important;
}
@media screen and (min-width: 768px) {
  #top-ranking {
    padding-top: 90px !important;
    padding-bottom: 113px !important;
  }
}

#top-arare {
  background-image: url("../img/top/bg_arare_sp.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 32px;
  padding-bottom: 32px;
  color: white;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-arare {
    background-image: url("../img/top/bg_arare_pc.webp");
    background-position: center;
    padding-top: 133px;
    padding-bottom: 100px;
  }
}
#top-arare .l-container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-arare .l-container {
    width: 450px;
    padding-left: unset;
    padding-right: unset;
    position: relative;
    left: calc(50% + 93px);
  }
}
#top-arare .l-container .l-heading {
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-bottom: 36px;
  margin-right: 30px;
  color: white;
}
@media screen and (min-width: 768px) {
  #top-arare .l-container .l-heading {
    writing-mode: horizontal-tb;
    margin: 0 0 26px;
    gap: 2px;
  }
}
#top-arare .l-container .l-heading strong {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-arare .l-container .l-heading strong {
    font-size: 55px;
    line-height: 80px;
    letter-spacing: 0;
  }
}
#top-arare .l-container .l-heading span {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #top-arare .l-container .l-heading span {
    font-size: 24px;
    line-height: 35px;
  }
}
#top-arare .l-container .l-desc {
  color: white;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #top-arare .l-container .l-desc {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 63px;
  }
}
#top-arare .l-container .c-btn--gold {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-arare .l-container .c-btn--gold {
    width: 365px;
  }
}

#top-regular {
  padding-top: 56px;
  padding-bottom: 80px;
  background-image: url("../img/top/bg_regular_sp.webp");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-regular {
    padding-top: 110px;
    padding-bottom: 206px;
    background-image: url("../img/top/bg_regular_pc.webp");
  }
}

#top-special {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #top-special {
    padding-top: 144px;
    padding-bottom: 159px;
  }
}
@media screen and (min-width: 768px) {
  #top-special .c-gallery {
    justify-content: center;
  }
}

#top-other {
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  #top-other {
    padding-bottom: 165px;
  }
}

#top-direction {
  padding-top: 57px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  #top-direction {
    padding-top: 70px;
    padding-bottom: 118px;
  }
}
#top-direction .l-container {
  display: flex;
  flex-direction: column;
  gap: 43px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-direction .l-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
#top-direction .l-container .l-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-direction .l-container .l-wrapper {
    width: 580px;
  }
}

#top-about {
  background-image: url("../img/top/bg_about_sp.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 37px;
  padding-bottom: 32px;
  color: white;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-about {
    background-image: url("../img/top/bg_about_pc.webp");
    background-position: center;
    padding-top: 133px;
    padding-bottom: 100px;
  }
}
#top-about .l-container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-about .l-container {
    width: 450px;
    padding-left: unset;
    padding-right: unset;
    position: relative;
    left: calc(50% - 28px);
    transform: translateX(-100%);
  }
}
#top-about .l-container .l-heading {
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
  margin-left: 8px;
  margin-bottom: 30px;
  color: white;
}
@media screen and (min-width: 768px) {
  #top-about .l-container .l-heading {
    writing-mode: horizontal-tb;
    margin: 0 0 26px;
    gap: 2px;
  }
}
#top-about .l-container .l-heading strong {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-about .l-container .l-heading strong {
    font-size: 55px;
    line-height: 80px;
    letter-spacing: 0;
  }
}
#top-about .l-container .l-heading span {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 600;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  #top-about .l-container .l-heading span {
    font-size: 24px;
    line-height: 35px;
  }
}
#top-about .l-container .l-heading i {
  display: block;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #top-about .l-container .l-heading i {
    display: inline;
  }
}
#top-about .l-container .l-heading i:nth-of-type(2) {
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  #top-about .l-container .l-heading i:nth-of-type(2) {
    margin-top: unset;
  }
}
#top-about .l-container .l-desc {
  color: white;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  #top-about .l-container .l-desc {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 63px;
  }
}
#top-about .l-container .c-btn--gold {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-about .l-container .c-btn--gold {
    width: 365px;
  }
}

#top-news {
  padding-top: 60px;
  padding-bottom: 66px;
}
@media screen and (min-width: 768px) {
  #top-news {
    padding-top: 104px;
    padding-bottom: 108px;
    border-bottom: 1px solid #DDDDDD;
  }
}
#top-news .l-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  #top-news .l-container {
    flex-direction: row;
    gap: 0;
  }
}
#top-news .l-container .l-left {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-news .l-container .l-left {
    width: 235px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}
#top-news .l-container .l-left .l-heading {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-news .l-container .l-left .l-heading {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  #top-news .l-container .l-left .c-btn--underline {
    width: 108px;
  }
}
@media screen and (min-width: 768px) {
  #top-news .l-container .l-right {
    padding-top: 5px;
    flex-grow: 1;
  }
}
#top-news .l-container .p-archive {
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  #top-news .l-container .p-archive__wrapper {
    padding-left: unset;
  }
}
@media screen and (min-width: 768px) {
  #top-news .l-container .p-archive__wrapper:nth-of-type(1) {
    padding-top: unset;
  }
}

#top-banner {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #top-banner {
    padding-top: 84px;
    padding-bottom: 97px;
  }
}
#top-banner .l-banner {
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-banner .l-banner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#top-banner .l-banner__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-banner .l-banner__image {
    width: 583px;
    height: 284px;
  }
}
#top-banner .l-banner__magazine {
  border: 1px solid #C49834;
  width: 100%;
  background-image: url("../img/top/bg_magazine.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 33px 11px 28px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-banner .l-banner__magazine {
    width: 583px;
    height: 284px;
    padding: 30px 32px 30px;
  }
}
#top-banner .l-banner__magazine::before {
  content: "";
  position: absolute;
  top: 41px;
  right: 20px;
  background-image: url("../img/common/shichifukujin.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 131px;
  height: 126px;
}
@media screen and (min-width: 768px) {
  #top-banner .l-banner__magazine::before {
    width: 179px;
    height: 172px;
    top: 24px;
    right: 22px;
  }
}
#top-banner .l-banner__magazine > * {
  position: relative;
  z-index: 2;
}
#top-banner .l-banner__magazine--text {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 13px;
  text-align: center;
  color: #C49834;
}
@media screen and (min-width: 768px) {
  #top-banner .l-banner__magazine--text {
    margin-left: unset;
  }
}
#top-banner .l-banner__magazine--catch {
  display: block;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  #top-banner .l-banner__magazine--catch {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: -2px;
  }
}
#top-banner .l-banner__magazine--title {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0em;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: 1px solid #C49834;
}
@media screen and (min-width: 768px) {
  #top-banner .l-banner__magazine--title {
    font-size: 30px;
    line-height: 37px;
    padding-bottom: 7px;
    margin-bottom: 16px;
  }
}
#top-banner .l-banner__magazine--title i {
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
}
#top-banner .l-banner__magazine--title i::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #C49834;
  display: block;
}
#top-banner .l-banner__magazine--title i::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #C49834;
  display: block;
}
#top-banner .l-banner__magazine--title em {
  font-style: normal;
  display: block;
}
#top-banner .l-banner__magazine--link {
  text-align: center;
  display: block;
  text-decoration: underline;
  color: #140D05;
  margin: 27px auto 29px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #top-banner .l-banner__magazine--link {
    margin-top: 16px;
    margin-bottom: 29px;
    margin-left: 40px;
    text-align: left;
  }
}
#top-banner .l-banner__magazine--form {
  display: flex;
  gap: 5px;
  height: 41px;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #top-banner .l-banner__magazine--form {
    width: 508px;
    height: 44px;
    margin: auto;
  }
}
#top-banner .l-banner__magazine--form input {
  height: 100%;
  flex-grow: 1;
}
#top-banner .l-banner__magazine--form input[type=email] {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 10px;
  border: 1px solid #BEBEBE;
  background-color: white;
  width: 253px;
}
#top-banner .l-banner__magazine--form input[type=button] {
  width: 54px;
  height: 100%;
  background-color: #140D05;
  flex: none;
  color: white !important;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 500;
  border: unset;
  cursor: pointer;
  transition: 0.3s;
}
#top-banner .l-banner__magazine--form input[type=button]:hover {
  opacity: 0.7;
}

#raw-materials {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #raw-materials {
    padding-top: 64px;
    padding-bottom: 140px;
  }
}
#raw-materials .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 37px;
}
@media screen and (min-width: 768px) {
  #raw-materials .l-desc {
    margin-bottom: 52px;
  }
}
#raw-materials .c-heading--bar--gray {
  margin-bottom: 20px;
}
#raw-materials .l-table-sp {
  padding-top: 16px;
  border-top: 1px solid #727272;
}
#raw-materials .l-table-sp .p-accordion__wrapper[data-accordion-active] .p-accordion__child {
  padding-bottom: 20px;
  border-bottom: 1px solid #727272;
}
#raw-materials .l-table-sp .p-accordion__parent {
  padding-bottom: 16px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 400;
}

#company-philosophy {
  padding-top: 43px;
  padding-bottom: 97px;
}
@media screen and (min-width: 768px) {
  #company-philosophy {
    padding-top: 119px;
    padding-bottom: 166px;
  }
}
#company-philosophy .c-heading--jp-en {
  margin-bottom: 76px;
}
@media screen and (min-width: 768px) {
  #company-philosophy .c-heading--jp-en {
    margin-bottom: 46px;
  }
}
#company-philosophy .l-catch {
  text-align: center;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #company-philosophy .l-catch {
    font-size: 28px;
    line-height: 59px;
  }
}

#company-summary {
  padding-bottom: 104px;
}
@media screen and (min-width: 768px) {
  #company-summary {
    padding-bottom: 241px;
  }
}
#company-summary .l-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #company-summary .l-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
#company-summary .l-table {
  border-top: 1px solid #dddddd;
  padding-top: 13px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #company-summary .l-table {
    width: 753px;
    padding-top: unset;
    border-top: unset;
    gap: 20px;
    padding-top: 5px;
  }
}
#company-summary .l-table dl {
  width: 100%;
  display: flex;
  padding-bottom: 13px;
  border-bottom: 1px solid #dddddd;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  #company-summary .l-table dl {
    padding-bottom: 20px;
  }
}
#company-summary .l-table dl dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 500;
  width: 92px;
  flex: none;
}
@media screen and (min-width: 768px) {
  #company-summary .l-table dl dt {
    font-size: 15px;
    line-height: 21px;
    width: 120px;
  }
}
#company-summary .l-table dl dd {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #company-summary .l-table dl dd {
    font-size: 15px;
    line-height: 26px;
  }
}

#company-message {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #company-message {
    padding-bottom: 136px;
  }
}
@media screen and (min-width: 768px) {
  #company-message::before {
    content: "";
    position: absolute;
    width: 428px;
    height: 428px;
    background-image: url("../img/common/sign.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 196px;
    left: -88px;
  }
}
#company-message .l-container {
  display: flex;
  flex-direction: column;
  gap: 38px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #company-message .l-container {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  #company-message .l-message {
    width: 752px;
    padding-right: 122px;
  }
}
#company-message .l-message--title {
  text-align: center;
  display: block;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #company-message .l-message--title {
    text-align: left;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 45px;
  }
}
#company-message .l-message--content {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  #company-message .l-message--content {
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 44px;
  }
}
#company-message .l-message--ceo {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #company-message .l-message--ceo {
    gap: 2px;
  }
}
#company-message .l-message--ceo span {
  display: flex;
  gap: 11px;
  align-items: baseline;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #company-message .l-message--ceo span {
    font-size: 19px;
    line-height: 27px;
    gap: 20px;
  }
}
#company-message .l-message--ceo strong {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #company-message .l-message--ceo strong {
    font-size: 24px;
    line-height: 35px;
  }
}

#store-official {
  padding-top: 43px;
  padding-bottom: 108px;
}
@media screen and (min-width: 768px) {
  #store-official {
    padding-top: 119px;
    padding-bottom: 167px;
  }
}
#store-official .l-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #store-official .l-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
#store-official .l-stores {
  display: flex;
  flex-direction: column;
  gap: 108px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #store-official .l-stores {
    width: 752px;
  }
}
#store-official .l-stores__wrapper {
  width: 100%;
}
#store-official .l-stores__name {
  padding: 8px 10px 9px;
  background-color: #E3DDC5;
  color: #140D05;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #store-official .l-stores__name {
    font-size: 20px;
    line-height: 29px;
    padding: 9px 16px 9px;
    margin-bottom: 20px;
  }
}
#store-official .l-stores__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #store-official .l-stores__info {
    gap: 16px;
  }
}
#store-official .l-stores__info dl {
  display: flex;
  padding-bottom: 13px;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #store-official .l-stores__info dl {
    padding-bottom: 16px;
  }
}
#store-official .l-stores__info dl dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 500;
  width: 92px;
  flex: none;
}
@media screen and (min-width: 768px) {
  #store-official .l-stores__info dl dt {
    font-size: 15px;
    line-height: 21px;
    width: 120px;
  }
}
#store-official .l-stores__info dl dd {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #store-official .l-stores__info dl dd {
    font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
#store-official .l-stores__notice {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 12px;
  display: block;
}
@media screen and (min-width: 768px) {
  #store-official .l-stores__notice {
    margin-top: 10px;
  }
}
#store-official .l-stores__visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  #store-official .l-stores__visual {
    margin-top: 54px;
    flex-direction: row;
    gap: 21px;
  }
}
#store-official .l-stores__photo {
  width: 168px;
  height: 168px;
}
@media screen and (min-width: 768px) {
  #store-official .l-stores__photo {
    width: 264px;
    height: 264px;
    flex: none;
  }
}
#store-official .l-stores__map {
  position: relative;
  width: 100%;
  height: 249px;
}
@media screen and (min-width: 768px) {
  #store-official .l-stores__map {
    width: auto;
    flex-grow: 1;
    height: 264px;
  }
}
#store-official .l-stores__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#store-official .l-stores__map a {
  color: #966E03;
  position: absolute;
  bottom: -8px;
  right: 0;
  transform: translateY(100%);
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 500;
  text-decoration: underline;
}

#store-authorized {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #store-authorized {
    padding-top: 161px;
    padding-bottom: 140px;
  }
}
#store-authorized .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #store-authorized .l-desc {
    line-height: 19px;
    margin-top: 12px;
    margin-bottom: 51px;
  }
}
#store-authorized .l-stores {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #store-authorized .l-stores {
    gap: 70px;
  }
}
#store-authorized .l-stores__wrapper {
  width: 100%;
}
#store-authorized .l-stores__pref {
  padding: 9px 9px 8px;
  background-color: #F2F2E9;
  color: #140D05;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  #store-authorized .l-stores__pref {
    font-size: 20px;
    line-height: 29px;
    padding: 9px 16px 9px;
    margin-bottom: 20px;
  }
}
#store-authorized .l-stores__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #store-authorized .l-stores__list {
    gap: 16px;
  }
}
#store-authorized .l-stores__list dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #store-authorized .l-stores__list dl {
    padding-bottom: 16px;
    flex-direction: row;
    align-items: baseline;
  }
}
#store-authorized .l-stores__list dl dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
  flex: none;
}
@media screen and (min-width: 768px) {
  #store-authorized .l-stores__list dl dt {
    width: 258px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 16px;
    line-height: 23px;
  }
}
#store-authorized .l-stores__list dl dd {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #store-authorized .l-stores__list dl dd {
    font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
#store-authorized .l-update {
  display: block;
  width: 100%;
  text-align: right;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  #store-authorized .l-update {
    font-size: 14px;
    line-height: 20px;
    margin-top: 50px;
  }
}

#guide-top {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #guide-top {
    padding-top: unset;
    padding-bottom: 99px;
  }
}
#guide-top .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #guide-top .l-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 55px;
  }
}
#guide-top .l-link {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #guide-top .l-link {
    gap: 20px;
  }
}
#guide-top .l-link a {
  display: flex;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
  font-weight: 400;
  padding-bottom: 12px;
  position: relative;
  border-bottom: 1px solid #BEBEBE;
  width: 162px;
  height: 32px;
  flex: none;
}
@media screen and (min-width: 768px) {
  #guide-top .l-link a {
    width: 278px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-bottom: unset;
  }
}
#guide-top .l-link a::after {
  content: "";
  position: absolute;
  bottom: 17px;
  right: 12px;
  width: 7.4px;
  height: 5px;
  background-image: url("../img/common/chevron_bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #guide-top .l-link a::after {
    content: unset;
  }
}

#guide-order {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #guide-order {
    padding-bottom: 115px;
  }
}
#guide-order .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #guide-order .l-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 55px;
  }
}
#guide-order .l-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #guide-order .l-container {
    gap: 32px;
  }
}
#guide-order .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #guide-order .l-container .l-wrapper {
    gap: 14px;
  }
}
#guide-order .l-container p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #guide-order .l-container p {
    font-size: 15px;
    line-height: 26px;
  }
}
#guide-order .c-box--gray {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  #guide-order .c-box--gray {
    margin-top: 40px;
  }
}

#guide-packaging {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #guide-packaging {
    padding-bottom: 145px;
  }
}
#guide-packaging .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #guide-packaging .l-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 55px;
  }
}
#guide-packaging .l-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #guide-packaging .l-container {
    gap: 84px;
  }
}
#guide-packaging .l-container .l-text p {
  display: block;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  #guide-packaging .l-container .l-text p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 14px;
  }
}
#guide-packaging .l-container .l-text p b {
  font-weight: 500;
}
#guide-packaging .l-container .l-wrapper {
  width: 100%;
}
#guide-packaging .l-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px 39px;
}
@media screen and (min-width: 768px) {
  #guide-packaging .l-content {
    justify-content: space-between;
    gap: unset;
  }
}
#guide-packaging .l-content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  width: 130px;
  flex: none;
}
@media screen and (min-width: 768px) {
  #guide-packaging .l-content__wrapper {
    width: 155px;
  }
}
#guide-packaging .l-content__wrapper h4 {
  text-align: center;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 3px;
  white-space: nowrap;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  #guide-packaging .l-content__wrapper h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
#guide-packaging .l-content__wrapper picture {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
#guide-packaging .l-content__wrapper picture img {
  width: 100%;
  height: auto;
}
#guide-packaging .l-content__wrapper strong {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 100%;
  height: 14px;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 1px;
  background-color: #8E8D8D;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  #guide-packaging .l-content__wrapper strong {
    height: 17px;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 4px;
  }
}
#guide-packaging .l-content__wrapper p {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #guide-packaging .l-content__wrapper p {
    line-height: 18px;
  }
}
#guide-packaging .l-content__special {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
  padding-top: 11px;
  border-top: 1px solid #dddddd;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 16px;
}
#guide-packaging .l-content__special picture {
  width: 131px;
  height: 53px;
}
#guide-packaging .l-content__special div {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
}
#guide-packaging .l-content__special div h4 {
  text-align: center;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 3px;
  white-space: nowrap;
  font-feature-settings: "palt" 1;
}
#guide-packaging .l-content__special div strong {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 100%;
  height: 14px;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 1px;
  background-color: #8E8D8D;
  padding-bottom: 2px;
}
#guide-packaging .l-content__special div p {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0em;
  font-weight: 500;
}
#guide-packaging #guide-packaging-noshi .l-content {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  #guide-packaging #guide-packaging-noshi .l-content {
    margin-top: 29px;
  }
}
#guide-packaging #guide-packaging-noshi .c-box--gray {
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  #guide-packaging #guide-packaging-noshi .c-box--gray {
    margin-top: 32px;
  }
}
#guide-packaging #guide-packaging-naire .l-content {
  justify-content: flex-start;
  gap: 23px;
  width: 310px;
  margin: auto;
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  #guide-packaging #guide-packaging-naire .l-content {
    margin-top: 55px;
    width: 100%;
    justify-content: space-between;
    gap: 56px;
  }
}
#guide-packaging #guide-packaging-naire .l-content__wrapper {
  width: 142px;
}
@media screen and (min-width: 768px) {
  #guide-packaging #guide-packaging-naire .l-content__wrapper {
    width: 211px;
  }
}
#guide-packaging #guide-packaging-naire .c-box--gray {
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  #guide-packaging #guide-packaging-naire .c-box--gray {
    margin-top: 32px;
  }
}
#guide-packaging #guide-packaging-tesage .l-text {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #guide-packaging #guide-packaging-tesage .l-text {
    margin-bottom: 35px;
  }
}
#guide-packaging #guide-packaging-tesage .c-box--pink {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  #guide-packaging #guide-packaging-tesage .c-box--pink {
    margin-top: 20px;
  }
}

#guide-postage {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #guide-postage {
    padding-bottom: 123px;
  }
}
#guide-postage .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #guide-postage .l-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 49px;
  }
}
#guide-postage .l-table {
  width: 100%;
}
#guide-postage .l-table th, #guide-postage .l-table td {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #747474;
}
@media screen and (min-width: 768px) {
  #guide-postage .l-table th, #guide-postage .l-table td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 23px;
  }
}
#guide-postage .l-table th:nth-of-type(1), #guide-postage .l-table td:nth-of-type(1) {
  padding-left: 12px;
  border-left: 1px solid #747474;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #guide-postage .l-table th:nth-of-type(1), #guide-postage .l-table td:nth-of-type(1) {
    padding-left: 14px;
  }
}
#guide-postage .l-table th:nth-of-type(2), #guide-postage .l-table td:nth-of-type(2) {
  padding-right: 12px;
  text-align: right;
  border-right: 1px solid #747474;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #guide-postage .l-table th:nth-of-type(2), #guide-postage .l-table td:nth-of-type(2) {
    padding-right: 14px;
  }
}
#guide-postage .l-table thead {
  background-color: #747474;
}
#guide-postage .l-table th {
  border: unset;
  color: white;
  font-weight: 500;
}
#guide-postage .l-table th span {
  position: relative;
  left: 0.7em;
}
#guide-postage .c-box--gray {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #guide-postage .c-box--gray {
    margin-top: 44px;
  }
}

#guide-payment {
  padding-bottom: 69px;
}
@media screen and (min-width: 768px) {
  #guide-payment {
    padding-bottom: 112px;
  }
}
#guide-payment .c-heading--underline--large {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #guide-payment .c-heading--underline--large {
    margin-bottom: 44px;
  }
}
#guide-payment .c-box--gray {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  #guide-payment .c-box--gray {
    margin-top: 51px;
  }
}

#guide-return {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #guide-return {
    padding-bottom: 130px;
  }
}
#guide-return .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #guide-return .l-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 55px;
  }
}
#guide-return .l-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #guide-return .l-container {
    gap: 32px;
  }
}
#guide-return .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #guide-return .l-container .l-wrapper {
    gap: 14px;
  }
}
#guide-return .l-container p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #guide-return .l-container p {
    font-size: 15px;
    line-height: 26px;
  }
}
#guide-return .c-box--gray {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  #guide-return .c-box--gray {
    margin-top: 40px;
  }
}

#guide-faq {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #guide-faq {
    padding-bottom: 120px;
  }
}
#guide-faq .l-container {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #guide-faq .l-container {
    gap: 54px;
  }
}
#guide-faq .l-container .l-wrapper {
  width: 100%;
}
#guide-faq .l-container .l-wrapper .c-heading--bar--beige {
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  #guide-faq .l-container .l-wrapper .c-heading--bar--beige {
    margin-bottom: 37px;
  }
}
#guide-faq .l-container .l-wrapper .p-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #guide-faq .l-container .l-wrapper .p-accordion {
    gap: 37px;
  }
}

#site-top {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #site-top {
    padding-top: unset;
    padding-bottom: 99px;
  }
}
#site-top .c-heading--underline--large {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  #site-top .c-heading--underline--large {
    margin-bottom: 50px;
  }
}
#site-top .l-link {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #site-top .l-link {
    gap: 20px;
  }
}
#site-top .l-link a {
  display: flex;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
  font-weight: 400;
  padding-bottom: 12px;
  position: relative;
  border-bottom: 1px solid #BEBEBE;
  width: 100%;
  height: 32px;
  flex: none;
}
@media screen and (min-width: 768px) {
  #site-top .l-link a {
    width: 278px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-bottom: unset;
  }
}
#site-top .l-link a::after {
  content: "";
  position: absolute;
  bottom: 17px;
  right: 12px;
  width: 5px;
  height: 7.4px;
  background-image: url("../img/common/chevron_bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #site-top .l-link a::after {
    content: unset;
  }
}

#site-law {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #site-law {
    padding-bottom: 127px;
  }
}
#site-law .c-heading--underline--large {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  #site-law .c-heading--underline--large {
    margin-bottom: 45px;
  }
}
#site-law .l-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #site-law .l-container {
    gap: 74px;
  }
}
#site-law .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #site-law .l-container .l-wrapper {
    gap: 24px;
  }
}
#site-law .l-container .l-wrapper h3 {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #site-law .l-container .l-wrapper h3 {
    font-size: 20px;
    line-height: 29px;
  }
}

#site-privacy {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #site-privacy {
    padding-bottom: 127px;
  }
}
#site-privacy .c-heading--underline--large {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #site-privacy .c-heading--underline--large {
    margin-bottom: 30px;
  }
}
#site-privacy .l-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #site-privacy .l-container {
    gap: 50px;
  }
}
#site-privacy .l-container .l-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #site-privacy .l-container .l-wrapper {
    gap: 14px;
  }
}
#site-privacy .l-container .c-heading--underline {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  #site-privacy .l-container .c-heading--underline {
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 26px;
  }
}
#site-privacy .l-container p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #site-privacy .l-container p {
    font-size: 15px;
    line-height: 26px;
  }
}

#site-map {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #site-map {
    padding-bottom: 140px;
  }
}
#site-map .c-heading--underline--large {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  #site-map .c-heading--underline--large {
    margin-bottom: 71px;
  }
}
#site-map .l-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px 0;
}
@media screen and (min-width: 768px) {
  #site-map .l-container {
    gap: 71px 0;
  }
}
#site-map .l-container .l-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #site-map .l-container .l-wrapper {
    width: 250px;
  }
}
#site-map .l-container .l-wrapper h3 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #site-map .l-container .l-wrapper h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
}
#site-map .l-container .l-wrapper ul {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #site-map .l-container .l-wrapper ul {
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  #site-map .l-container .l-wrapper:nth-of-type(1) {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  #site-map .l-container .l-wrapper:nth-of-type(2) {
    order: 2;
  }
}
#site-map .l-container .l-wrapper:nth-of-type(3) {
  margin-top: -78px;
}
@media screen and (min-width: 768px) {
  #site-map .l-container .l-wrapper:nth-of-type(3) {
    order: 4;
    margin-top: -100px;
  }
}
@media screen and (min-width: 768px) {
  #site-map .l-container .l-wrapper:nth-of-type(4) {
    order: 5;
  }
}
@media screen and (min-width: 768px) {
  #site-map .l-container .l-wrapper:nth-of-type(5) {
    order: 3;
  }
}

#corporation-top {
  padding-top: 65px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #corporation-top {
    padding-top: 39px;
    padding-bottom: 152px;
  }
}
#corporation-top .l-heading {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  #corporation-top .l-heading {
    margin-bottom: 55px;
    font-size: 36px;
    line-height: 43px;
  }
}
#corporation-top .l-desc {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #corporation-top .l-desc {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 95px;
  }
}
#corporation-top .l-box {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 30px 0 43px;
}
@media screen and (min-width: 768px) {
  #corporation-top .l-box {
    width: 815px;
    margin: auto;
    padding: 59px 104px 105px;
  }
}
#corporation-top .l-box__heading {
  display: flex;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
  gap: 10px;
  white-space: nowrap;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  #corporation-top .l-box__heading {
    padding-left: unset;
    padding-right: unset;
    font-size: 28px;
    line-height: 40px;
    gap: 37px;
  }
}
#corporation-top .l-box__heading::before {
  content: "";
  flex-grow: 1;
  display: block;
  height: 3px;
  border-top: 1px solid #C49834;
  border-bottom: 1px solid #C49834;
}
@media screen and (min-width: 768px) {
  #corporation-top .l-box__heading::before {
    height: 4px;
  }
}
#corporation-top .l-box__heading::after {
  content: "";
  flex-grow: 1;
  display: block;
  height: 3px;
  border-top: 1px solid #C49834;
  border-bottom: 1px solid #C49834;
}
@media screen and (min-width: 768px) {
  #corporation-top .l-box__heading::after {
    height: 4px;
  }
}
#corporation-top .l-box__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  padding: 0 16px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #corporation-top .l-box__container {
    padding: 0;
    gap: 50px;
    margin-bottom: 80px;
  }
}
#corporation-top .l-box__wrapper {
  display: flex;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  #corporation-top .l-box__wrapper {
    gap: 25px;
  }
}
#corporation-top .l-box__number {
  width: 30px;
  height: 30px;
  background-color: #E3DDC5;
  color: #140D05;
  position: relative;
  top: 3px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #corporation-top .l-box__number {
    width: 49px;
    height: 49px;
    font-size: 20px;
    line-height: 29px;
  }
}
#corporation-top .l-box__content {
  flex-grow: 1;
}
#corporation-top .l-box__desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #corporation-top .l-box__desc {
    font-size: 15px;
    line-height: 26px;
  }
}
#corporation-top .l-box__desc strong {
  display: block;
  color: #C49834;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  #corporation-top .l-box__desc strong {
    font-size: 14px;
    line-height: 18px;
  }
}
#corporation-top .l-box__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  counter-reset: count 0;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  #corporation-top .l-box__list {
    margin-top: 24px;
    gap: 10px;
  }
}
#corporation-top .l-box__list li {
  counter-increment: count 1;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #corporation-top .l-box__list li {
    font-size: 16px;
    line-height: 24px;
  }
}
#corporation-top .l-box__list li::before {
  content: counter(count);
  width: 31px;
  height: 31px;
  border-radius: 100%;
  border: 1px solid #BEBEBE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 400;
  flex: none;
}
#corporation-top .l-box .c-btn--gold {
  margin: auto;
}

#corporation-bg {
  position: relative;
}
#corporation-bg::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  aspect-ratio: 375/711;
  top: 100%;
  left: 0;
  background-image: url("../img/corporation/bg_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  #corporation-bg::before {
    background-image: url("../img/corporation/bg_pc.webp");
    aspect-ratio: 1440/1009;
    padding-bottom: 120px;
  }
}

#corporation-content {
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #corporation-content {
    padding-top: 111px;
    padding-bottom: 120px;
  }
}
#corporation-content > * {
  position: relative;
  z-index: 2;
}
#corporation-content .l-container {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 47px;
}
@media screen and (min-width: 768px) {
  #corporation-content .l-container {
    margin-top: unset;
    margin-bottom: 45px;
  }
}
#corporation-content .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #corporation-content .l-container .l-wrapper:nth-of-type(1) {
    flex-direction: row-reverse;
    gap: 50px;
  }
  #corporation-content .l-container .l-wrapper:nth-of-type(1) .l-content {
    width: 380px;
  }
  #corporation-content .l-container .l-wrapper:nth-of-type(1) .l-content span {
    margin-bottom: 10px;
  }
  #corporation-content .l-container .l-wrapper:nth-of-type(1) .l-content p {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
  }
}
#corporation-content .l-container .l-wrapper:nth-of-type(2) .l-content p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #corporation-content .l-container .l-wrapper:nth-of-type(2) .l-content p {
    font-size: 15px;
    line-height: 26px;
  }
}
#corporation-content .l-container .l-wrapper:nth-of-type(2) .l-content p small {
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  #corporation-content .l-container .l-wrapper:nth-of-type(2) {
    flex-direction: row;
    gap: 1px;
    margin-top: -15px;
  }
  #corporation-content .l-container .l-wrapper:nth-of-type(2) .l-content {
    width: 394px;
  }
  #corporation-content .l-container .l-wrapper:nth-of-type(2) .l-content span {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}
#corporation-content .l-container .l-iamge {
  max-width: unset;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#corporation-content .l-container .l-content span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  color: #966E03;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  #corporation-content .l-container .l-content span {
    font-size: 20px;
    line-height: 29px;
    gap: 22px;
  }
}
#corporation-content .l-container .l-content span::before {
  content: "";
  width: 1.5px;
  height: 20px;
  background-color: #966E03;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  #corporation-content .l-container .l-content span::before {
    height: 28px;
  }
}
#corporation-content .l-container .l-content span::after {
  content: "";
  width: 1.5px;
  height: 20px;
  background-color: #966E03;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  #corporation-content .l-container .l-content span::after {
    height: 28px;
  }
}
#corporation-content .l-container .l-content h2 {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 18px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #C49834;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  #corporation-content .l-container .l-content h2 {
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 18px;
    margin-bottom: 23px;
  }
}
#corporation-content .l-container .l-content p {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 500;
}
#corporation-content .l-container #shichifukujin {
  width: 252px;
  height: 243px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  #corporation-content .l-container #shichifukujin {
    width: 399px;
    height: 384px;
  }
}
#corporation-content .l-container #items {
  width: 352px;
  height: 248px;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #corporation-content .l-container #items {
    width: 506px;
    height: 356px;
  }
}
#corporation-content .l-catch {
  color: #966E03;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #corporation-content .l-catch {
    font-size: 17px;
    line-height: 26px;
  }
}
#corporation-content .c-btn--gold {
  margin: 25px auto 0;
}
@media screen and (min-width: 768px) {
  #corporation-content .c-btn--gold {
    margin-top: 40px;
  }
}

#about-bg {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #about-bg::after {
    top: 713px;
  }
}
#about-bg > .c-bg--cloud::after {
  content: unset;
}
@media screen and (min-width: 768px) {
  #about-bg > .c-bg--cloud::after {
    content: "";
    bottom: 710px;
    top: unset;
    transform: scaleX(-1);
  }
}
#about-bg > .c-bg--cloud > .c-bg--cloud::after {
  content: unset;
}
@media screen and (min-width: 768px) {
  #about-bg > .c-bg--cloud > .c-bg--cloud::after {
    content: "";
    bottom: -143px;
    top: unset;
  }
}

#about-top {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #about-top {
    padding-top: 53px;
    padding-bottom: 201px;
  }
}
#about-top .l-catch {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 44px;
}
@media screen and (min-width: 768px) {
  #about-top .l-catch {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 114px;
  }
}
#about-top .l-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about-top .l-container {
    gap: unset;
  }
}
@media screen and (min-width: 768px) {
  #about-top .l-wrapper {
    width: 449px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #about-top .l-wrapper:nth-of-type(1) {
    padding-bottom: 217px;
  }
}
@media screen and (min-width: 768px) {
  #about-top .l-wrapper:nth-of-type(2) {
    margin-left: auto;
    padding-bottom: 178px;
  }
}
#about-top .l-wrapper strong {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #966E03;
  border-bottom: 1px solid #966E03;
  padding-bottom: 6px;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 400;
  margin: 0 auto 34px;
}
@media screen and (min-width: 768px) {
  #about-top .l-wrapper strong {
    margin-left: unset;
    margin-bottom: 47px;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px;
  }
}
#about-top .l-wrapper h2 {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-bottom: 34px;
}
@media screen and (min-width: 768px) {
  #about-top .l-wrapper h2 {
    font-size: 26px;
    line-height: 41px;
    margin-bottom: 60px;
  }
}
#about-top .l-wrapper p {
  margin-top: 24px;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #about-top .l-wrapper p {
    margin-top: unset;
    font-size: 16px;
    line-height: 34px;
  }
}
#about-top .l-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #about-top .l-gallery {
    max-width: unset;
    gap: 8px;
  }
}
#about-top .l-gallery picture {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #about-top #story1 {
    width: 772px;
    height: 723px;
    position: absolute;
    right: -99px;
    transform: translateX(100%);
    top: 36px;
  }
}
@media screen and (min-width: 768px) {
  #about-top #story2 {
    width: 772px;
    height: 540px;
    position: absolute;
    left: -99px;
    transform: translateX(-100%);
    top: 106px;
  }
}
@media screen and (min-width: 768px) {
  #about-top #story3 {
    width: 772px;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    right: -99px;
    transform: translateX(100%);
    top: 36px;
  }
}
#about-top #story1-1 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about-top #story1-1 {
    width: 772px;
    height: 509px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#about-top #story1-2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about-top #story1-2 {
    width: 334px;
    height: 235px;
    position: absolute;
    bottom: 0;
    left: 52px;
  }
}
#about-top #story2-1 {
  width: 100%;
}
#about-top #story3-1 {
  width: 100%;
}
#about-top #story3-2 {
  max-width: 185px;
}
@media screen and (min-width: 768px) {
  #about-top #story3-2 {
    max-width: 382px;
  }
}
#about-top #story3-3 {
  max-width: 185px;
}
@media screen and (min-width: 768px) {
  #about-top #story3-3 {
    max-width: 382px;
  }
}

#form {
  padding-top: 30px;
  padding-bottom: 63px;
  color: black;
}
@media screen and (min-width: 768px) {
  #form {
    padding-top: 92px;
    padding-bottom: 242px;
  }
}
#form .c-heading--page {
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  #form .c-heading--page {
    margin-bottom: 73px;
  }
}
#form .c-heading--page strong {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0em;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #form .c-heading--page strong {
    font-size: 64px;
    line-height: 80px;
  }
}
#form .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #form .l-desc {
    font-size: 15px;
    line-height: 26px;
  }
}
#form .l-caution {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  display: block;
}
#form .l-caution i {
  color: pink;
  padding-right: 3px;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #form .l-caution {
    text-align: left;
  }
}
#form .l-container {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
@media screen and (min-width: 768px) {
  #form .l-container {
    gap: 90px;
  }
}
#form .l-heading--underline {
  padding-bottom: 19px;
  justify-content: space-between;
  border-bottom: 1px solid black;
  position: relative;
  margin-bottom: 31px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #form .l-heading--underline {
    text-align: left;
    margin-bottom: 44px;
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 768px) {
  #form .l-complete {
    width: 100%;
  }
}
#form .l-complete h3 {
  margin-bottom: 19px;
  position: relative;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  #form .l-complete h3 {
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 29px;
  }
}
#form .l-complete p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 41px;
}
@media screen and (min-width: 768px) {
  #form .l-complete p {
    margin-bottom: 99px;
    font-size: 15px;
    line-height: 26px;
  }
}
#form .l-complete .c-btn--back {
  margin: auto;
}

#category-header {
  padding-bottom: 61px;
}
@media screen and (min-width: 768px) {
  #category-header {
    padding-bottom: 141px;
  }
}
#category-header .c-title-desc {
  margin-top: 40px;
}
#category-header .u-width *:last-child {
  margin-bottom: unset;
}
#category-header .l-desc {
  margin-top: 40px;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #category-header .l-desc {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-top: 48px;
  }
}

#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

@keyframes banner-appear {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.p-header {
  z-index: 1001;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.6s;
  opacity: 1;
  animation: 1s header-in forwards;
  background-color: white !important;
}
@media screen and (min-width: 768px) {
  .p-header {
    z-index: 1000;
    white-space: nowrap;
    position: absolute;
  }
}
.p-header__space {
  height: 93px;
}
@media screen and (min-width: 768px) {
  .p-header__space {
    height: 150px;
  }
}
.p-header__top {
  padding-left: 20px;
  padding-right: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-header__top {
    height: 50px;
    padding-left: max(min(120px, 100vw - 1200px), 20px);
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__top--container {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
  }
}
.p-header__top--nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__top--nav {
    display: flex;
    gap: 5px;
    margin-left: auto;
    margin-right: 28px;
    max-width: 580px;
    width: 100%;
    justify-content: space-between;
  }
}
.p-header__name {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-header__name {
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
  }
}
.p-header__main {
  position: relative;
  background-color: white;
  padding-top: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 43px;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-header__main {
    position: relative;
    position: initial;
    padding-top: unset;
    padding-left: max(min(120px, 100vw - 1200px), 20px);
    padding-right: max(min(120px, 100vw - 1200px), 20px);
    padding-bottom: unset;
    height: 100px;
    max-width: 1440px;
    display: flex;
    align-items: center;
    margin: auto;
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .p-header__main--parent {
    width: 100%;
    background-color: white;
  }
}
.p-header__main--icon {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-header__main--icon {
    margin-left: 30px;
    padding-top: 10px;
  }
}
.p-header__main--icon a, .p-header__main--icon label {
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__main--icon a, .p-header__main--icon label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
  }
}
.p-header__main--icon a span, .p-header__main--icon label span {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__main--icon a span, .p-header__main--icon label span {
    display: block;
    text-align: center;
    font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-header__main--icon a:hover, .p-header__main--icon label:hover {
  opacity: 0.7;
}
.p-header__main--icon em {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__main--icon--search {
    display: none !important;
  }
}
.p-header__main--icon--search em {
  width: 15px;
  height: 16px;
  background-image: url("../img/common/icon_search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header__main--icon--person em {
  width: 18px;
  height: 19px;
  background-image: url("../img/common/icon_person.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-header__main--icon--person em {
    width: 27px;
    height: 28px;
  }
}
.p-header__main--icon--cart em {
  width: 20px;
  height: 17px;
  background-image: url("../img/common/icon_cart.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-header__main--icon--cart em {
    width: 30px;
    height: 26px;
  }
}
.p-header__main--icon--cart i {
  background-color: #E30000;
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  top: -7px;
  left: 17px;
  font-style: normal;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.p-header__main--icon--cart i:empty {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__main--icon--cart i {
    left: 23px;
    top: -10px;
  }
}
.p-header__main--nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__main--nav {
    gap: 10px;
    position: initial;
    bottom: unset;
    left: unset;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    padding: unset;
    max-width: 760px;
    width: 100%;
    justify-content: space-between;
  }
}
.p-header__main--nav--content {
  opacity: 0;
  pointer-events: none;
  background-color: #F7F7EF;
  position: fixed;
  top: 93px;
  left: 0;
  width: 100vw;
  max-width: unset;
  max-height: calc(100vh - 93px);
  padding: 24px 20px 30px;
  transition: 0.3s;
  overflow-y: scroll;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__main--nav--content {
    position: absolute;
    transition-delay: 0.1s;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: calc(mark * 1px);
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 37px;
    padding-bottom: 50px;
    pointer-events: none;
    z-index: -1;
  }
  .p-header__main--nav--content::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-header__main--nav--content .p-accordion__parent {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-header__main--nav--content .p-accordion__child {
    height: auto;
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (min-width: 768px) {
  .p-header__main--nav--content .p-accordion__item {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__main--nav--content #header-menu2 {
    padding-left: 302px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__main--nav--content #header-menu3 {
    padding-left: 422px;
  }
}
.p-header__main--nav--container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__main--nav--container {
    flex-direction: row;
    gap: 48px;
    width: 1080px;
    margin: auto;
    align-items: flex-start;
  }
}
.p-header__main--nav--wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__main--nav--wrapper {
    width: 232px;
  }
}
.p-header__main--nav--major {
  cursor: pointer;
  transition: 0.3s;
}
.p-header__main--nav--major:hover {
  color: #C49834;
}
.p-header__main--nav--menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__main--nav--menu {
    position: initial;
    font-size: 17px;
    line-height: 25px;
    height: 100%;
  }
}
.p-header__main--nav--menu[data-active]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #C49834;
}
@media screen and (min-width: 768px) {
  .p-header__main--nav--menu[data-active]::after {
    content: unset;
  }
}
.p-header__main--nav--menu[data-active] .p-header__main--nav--major {
  color: #C49834;
}
.p-header__main--nav--menu[data-active] .p-header__main--nav--content {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .p-header__main--nav--menu[data-active] .p-header__main--nav--content {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -100%);
  }
}
@media screen and (min-width: 768px) {
  .p-header__main--nav--menu:hover .p-header__main--nav--major {
    color: #C49834;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-header__main--nav--menu:hover .p-header__main--nav--major {
    border-bottom: 2px solid #C49834;
  }
}
@media screen and (min-width: 768px) {
  .p-header__main--nav--menu:hover .p-header__main--nav--content {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-header__main--nav--menu:hover .p-header__main--nav--content {
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 768px) {
  .p-header__main--nav--common {
    font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-header__main--nav--link {
  color: white !important;
  background: #C49834;
  padding-left: 7px;
  padding-right: 7px;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 500;
  border-radius: 2px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-header__main--nav--link {
    font-size: 17px;
    line-height: 19px;
    padding: 8px 15px 9px;
    border-radius: 4px;
  }
}
.p-header__logo {
  display: block;
  width: 110px;
  height: 26px;
  margin-right: auto;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 185px;
    height: 45px;
    padding-right: 20px;
  }
}
.p-header__container {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    width: 100%;
    padding-left: 20px;
    padding-right: 80px;
    justify-content: space-between;
  }
}
.p-header__hamburger {
  width: 24px;
  height: 15px;
  cursor: pointer;
  position: relative;
  margin-left: 35px;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}
.p-header__hamburger--switch {
  display: none;
}
.p-header__hamburger--switch:checked ~ .p-header__nav {
  transform: translateY(0) !important;
  pointer-events: all !important;
  opacity: 1 !important;
}
.p-header__hamburger--switch:checked ~ .p-header__nav--bg {
  transform: translateY(0) !important;
  pointer-events: all !important;
  opacity: 1 !important;
}
.p-header__hamburger--line {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  width: 24px;
  height: 2px;
  background-color: black;
}
.p-header__hamburger--line:nth-of-type(1) {
  transform: translate(-50%, calc(-6px - 50%));
}
.p-header__hamburger--line:nth-of-type(2) {
  transform: translate(-50%, -50%);
}
.p-header__hamburger--line:nth-of-type(3) {
  transform: translate(-50%, calc(6px - 50%));
}
.p-header__search {
  position: absolute;
  bottom: -10px;
  background-color: white;
  left: 0;
  width: 100%;
  z-index: 10001;
  padding: 7px 20px 7px;
  display: flex;
  align-items: center;
  gap: 17px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__search {
    position: initial;
    bottom: unset;
    left: unset;
    opacity: 1;
    pointer-events: all;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
}
.p-header__search--switch {
  display: none;
}
.p-header__search--switch:checked ~ .p-header .p-header__search {
  opacity: 1;
  pointer-events: all;
}
.p-header__search--close {
  cursor: pointer;
  width: 15px;
  height: 15px;
  background-image: url("../img/common/icon_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-header__search--close {
    display: none;
  }
}
.p-header__search form {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-header__search form input[type=search] {
  background-color: #F4F4F4;
  border: unset;
  border-radius: 4px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 11px;
  width: 303px;
  height: 34px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .p-header__search form input[type=search] {
    width: 303px;
    width: max(min(100vw - 800px, 303px), 200px);
  }
}
.p-header__search form input[type=search]::-moz-placeholder {
  color: #727272;
}
.p-header__search form input[type=search]::placeholder {
  color: #727272;
}
.p-header__search form input[type=search]::-webkit-search-decoration {
  -webkit-appearance: searchfield-decoration;
  display: inline-block;
}
.p-header__search form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.p-header__search form input[type=submit] {
  width: 15px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  border: unset;
  background-color: transparent;
  background-image: url("../img/common/icon_search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.3;
  color: transparent;
}
.p-header__pc-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__pc-nav {
    display: flex;
    gap: 48px;
    align-items: center;
  }
}
.p-header__pc-nav--contact {
  width: 209px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: purple;
  flex: none;
}
.p-header__pc-nav--contact p {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}
.p-header__pc-nav--contact p strong {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0em;
  font-weight: 600;
}
.p-header__pc-nav--contact p span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-header__pc-nav--list {
  display: flex;
  justify-content: flex-end;
  gap: 48px;
}
.p-header__pc-nav--item {
  position: relative;
}
.p-header__pc-nav--item > a, .p-header__pc-nav--item div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: black;
}
.p-header__pc-nav--item > a strong, .p-header__pc-nav--item div strong {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.p-header__pc-nav--item > a span, .p-header__pc-nav--item div span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-header__pc-nav--item:hover > a strong::after, .p-header__pc-nav--item:hover div strong::after {
  transform: rotate(180deg);
}
.p-header__pc-nav--item:hover .p-header__pc-nav--sub {
  opacity: 1;
  pointer-events: all;
}
.p-header__pc-nav--item:has(.p-header__pc-nav--sub) > a strong, .p-header__pc-nav--item:has(.p-header__pc-nav--sub) div strong {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.p-header__pc-nav--item:has(.p-header__pc-nav--sub) > a strong::after, .p-header__pc-nav--item:has(.p-header__pc-nav--sub) div strong::after {
  content: "";
  display: block;
  width: 11px;
  height: 7px;
  background-image: url("../img/common/chevron_bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
  position: relative;
  bottom: 2px;
  transition: 0.3s;
}
.p-header__pc-nav--sub {
  position: absolute;
  background-color: white;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  max-width: unset;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0 0;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.p-header__pc-nav--sub li {
  padding-bottom: 8px;
  border-bottom: 1px solid green;
  padding-left: 11px;
  padding-right: 11px;
}
.p-header__pc-nav--sub li:nth-last-of-type(1) {
  border-bottom: unset;
}
.p-header__nav {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  width: 328px;
  height: 100vh;
  background: white;
  color: black;
  transition: 0.3s;
  padding: 53px 20px 100px;
  overflow: scroll;
  display: flex;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__nav--close {
  cursor: pointer;
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
  background-image: url("../img/common/icon_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header__nav--bg {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-header__nav--container {
  display: flex;
  flex-direction: column;
  flex: none;
  max-height: unset;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.p-header__nav--menu {
  border-top: 1px solid #707070;
  padding-top: 8px;
}
.p-header__nav--menu .p-accordion__parent {
  border-bottom: 1px solid #E0E0DA;
}
.p-header__nav--menu .p-accordion__child .p-accordion__item {
  padding-left: 20px;
}
.p-header__nav--button {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 14px;
}
.p-header__nav--bottom {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  width: 100%;
}
.p-header__nav--bottom a {
  display: block;
  width: 100%;
  padding-bottom: 6px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 400;
  border-bottom: 1px solid #E0E0DA;
}
.p-header__nav--font--major {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-header__nav--font--middle {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-header__nav--font--minor {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-footer {
  color: #000000 !important;
}
.p-footer__main {
  padding: 64px 25px 60px;
  background-color: #F0EFE7;
}
@media screen and (min-width: 768px) {
  .p-footer__main {
    padding: 80px 0 131px;
  }
}
.p-footer__top {
  padding-bottom: 54px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    width: 1200px;
    margin: auto;
  }
}
.p-footer__bottom {
  padding-top: 65px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    width: 1200px;
    margin: auto;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.p-footer__about {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__about {
    flex-direction: row;
    gap: 60px;
  }
}
.p-footer__about--wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__about--wrapper:nth-of-type(1) {
    width: 329px;
    flex: none;
  }
  .p-footer__about--wrapper:nth-of-type(2) {
    width: 329px;
    flex: none;
  }
}
.p-footer__about--content {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-start;
  width: 100%;
}
.p-footer__about--desc p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-footer__about--desc a {
  margin-top: 5px;
  display: block;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 400;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-footer__about--desc a {
    margin-top: 12px;
  }
}
.p-footer__about--card {
  margin-top: 15px;
  width: 238px;
  height: 79px;
}
@media screen and (min-width: 768px) {
  .p-footer__about--card {
    margin-top: 36px;
    width: 287px;
    height: 95px;
  }
}
.p-footer__nav {
  display: flex;
  gap: 28px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    gap: 44px;
  }
}
.p-footer__nav--menu {
  width: 154px;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-footer__nav--menu {
    width: 130px;
  }
}
.p-footer__nav--menu ul {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0em;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-footer__nav--menu ul {
    line-height: 28px;
  }
}
.p-footer__nav--menu ul a[href*="instagram.com"] {
  display: flex;
  gap: 11px;
  align-items: center;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-footer__nav--menu ul a[href*="instagram.com"] {
    gap: 9px;
  }
}
.p-footer__nav--menu ul a[href*="instagram.com"]::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__nav--menu ul a[href*="instagram.com"]::before {
    width: 18px;
    height: 18px;
  }
}
.p-footer__nav--menu .c-heading--underline {
  color: black !important;
}
@media screen and (min-width: 768px) {
  .p-footer__nav--menu .c-heading--underline {
    font-size: 17px;
    line-height: 25px;
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__nav--wrapper:nth-of-type(4) {
    width: 172px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: flex-start;
  }
  .p-footer__nav--wrapper:nth-of-type(4) .p-footer__nav--menu {
    width: 100%;
  }
}
.p-footer__info {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    gap: 37px;
  }
}
.p-footer__info p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-footer__logo {
  width: 180px;
  height: 43px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 227px;
    height: 55px;
  }
}
.p-footer__copyright {
  padding-top: 11px;
  padding-bottom: 18px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: 13px;
    line-height: 19px;
    padding-top: 16px;
    padding-bottom: 25px;
  }
}

.p-shopserve-inner {
  order: 3;
}
.p-shopserve-inner #bread-crumb ol {
  margin-left: unset !important;
  list-style: none;
}
.p-shopserve-inner #bread-crumb ol li {
  list-style: none;
}
.p-shopserve-inner #bread-crumb ol li:has([title=フリーページ]) {
  display: none;
}

.p-bread {
  display: flex;
  flex-wrap: wrap;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
  gap: 8px;
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-bread {
    padding-top: 15px;
  }
}
.p-bread li {
  display: flex;
  gap: 8px;
  align-items: center;
}
.p-bread li:nth-of-type(n+2)::before {
  content: "";
  width: 5px;
  height: 8px;
  background-image: url("../img/common/chevron_bread.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-faq {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  counter-reset: count 0;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-faq {
    margin: auto;
  }
}
.p-faq__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  counter-increment: count 1;
}
@media screen and (min-width: 768px) {
  .p-faq__wrapper {
    border-top: unset;
  }
}
.p-faq__switch {
  display: none;
}
.p-faq__switch:checked ~ .p-faq__answer {
  max-height: inherit;
  opacity: 1;
  padding-bottom: 15px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-faq__switch:checked ~ .p-faq__answer {
    padding-top: 31px;
    padding-bottom: 41px;
  }
}
.p-faq__switch:checked ~ .p-faq__question .p-faq__display {
  transform: translateY(-50%) rotate(180deg);
}
.p-faq__question {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  width: 100%;
  height: 49px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0em;
  font-weight: 700;
  transition: 0.3s;
  display: flex;
  align-items: center;
  color: navy;
  background-color: #E2E2E2;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    padding-left: 30px;
    font-size: 19px;
    line-height: 27px;
  }
}
.p-faq__display {
  position: absolute;
  right: 11px;
  top: 50%;
  width: 17px;
  height: 10px;
  transition: 0.3s;
  transform: translateY(-50%);
  background-image: url("../img/common/chevron_bottom_large.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: center;
}
.p-faq__answer {
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
  font-weight: 300;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 28px;
  }
}

.p-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  width: 100%;
}
.p-accordion__wrapper {
  width: 100%;
}
.p-accordion__wrapper[data-accordion-active] .p-accordion__parent i::before {
  content: "";
  height: 0;
  opacity: 0;
}
.p-accordion__wrapper[data-accordion-active] .p-accordion__parent em {
  transform: rotate(180deg);
}
.p-accordion__wrapper[data-accordion-active] .p-accordion__child {
  height: auto;
  padding-top: 10px;
  opacity: 1;
}
.p-accordion__parent {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 9px;
  border-bottom: 1.5px solid #AAAAAA;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.p-accordion__parent i {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 9px;
  transform: translateY(-50%);
}
.p-accordion__parent i::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #4A4A4A;
  transition: 0.3s;
}
.p-accordion__parent i::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #4A4A4A;
  transition: 0.3s;
}
.p-accordion__parent em {
  display: block;
  background-image: url("../img/common/chevron_bottom_big.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 6px;
  position: absolute;
  top: 9px;
  right: 9px;
  transition: 0.3s;
  filter: brightness(0%);
}
@media screen and (min-width: 768px) {
  .p-accordion__parent em {
    background-image: url("../img/common/chevron_bottom_large.svg");
    width: 13px;
    height: 8px;
  }
}
.p-accordion__question {
  display: flex;
  gap: 7px;
  padding-bottom: 5px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .p-accordion__question {
    gap: 6px;
    font-size: 15px;
    line-height: 21px;
  }
}
.p-accordion__question::before {
  content: "Q";
  background-color: #C49834;
  color: white;
  border-radius: 3px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 500;
  width: 20px;
  height: 20px;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .p-accordion__question::before {
    width: 23px;
    height: 23px;
    font-size: 15px;
    line-height: 21px;
  }
}
.p-accordion__answer {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-accordion__answer a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-accordion__answer {
    font-size: 15px;
    line-height: 21px;
    padding-left: 30px;
  }
}
.p-accordion__child {
  width: 100%;
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  opacity: 0;
  transition: 0.3s;
}
.p-accordion__item {
  padding-bottom: 11px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
  width: 100%;
  display: block;
  border-bottom: 1px solid #E0E0DA;
  position: relative;
}
.p-accordion__item::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background-image: url("../img/common/chevron_right_gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .p-sidelink {
    display: flex;
    justify-content: space-between;
    margin-top: 94px;
  }
}
.p-sidelink__menu {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sidelink__menu {
    display: block;
    width: 232px;
    flex: none;
  }
}
.p-sidelink__menu--container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 200px;
  left: 0;
  margin-bottom: 100px;
  padding-top: 5px;
}
.p-sidelink__menu--wrapper {
  border-top: 1px solid #dddddd;
  padding-top: 22px;
  padding-bottom: 23px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
  width: 100%;
}
.p-sidelink__menu--wrapper:nth-last-of-type(1) {
  border-bottom: 1px solid #dddddd;
}
.p-sidelink__menu--wrapper--active span {
  color: #C49834 !important;
}
.p-sidelink__menu--wrapper--active span::before {
  opacity: 1 !important;
}
.p-sidelink__menu--wrapper span {
  position: relative;
  padding-left: 17px;
}
.p-sidelink__menu--wrapper span::before {
  content: "";
  width: 3px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
  background-color: #C49834;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-sidelink__content {
    width: 876px;
    flex: none;
  }
}

.p-archive {
  margin-top: 30px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-archive {
    margin-top: 64px;
    margin-bottom: 140px;
  }
}
.p-archive__top {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-archive__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
  }
}
.p-archive__bottom {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-archive__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.p-archive__number {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-archive__container {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #DDDDDD;
}
.p-archive__wrapper {
  padding-top: 12px;
  padding-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (min-width: 768px) {
  .p-archive__wrapper {
    flex-direction: row;
    align-items: baseline;
    padding-top: 26px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 24px;
  }
}
.p-archive__date {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-archive__date {
    font-size: 17px;
    line-height: 25px;
    width: 125px;
    flex: none;
  }
}
.p-archive__title {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-archive__title {
    font-size: 15px;
    line-height: 23px;
  }
}

.p-pagination .nav-links > .page-numbers {
  display: flex;
  gap: 3px;
}
.p-pagination .nav-links > .page-numbers .current, .p-pagination .nav-links > .page-numbers a.page-numbers {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-pagination .nav-links > .page-numbers .current, .p-pagination .nav-links > .page-numbers a.page-numbers {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
}
.p-pagination .nav-links > .page-numbers .current {
  background-color: #C49834;
  color: white;
}
.p-pagination .nav-links > .page-numbers a {
  border: 1px solid #D8D8D8;
}
.p-pagination .nav-links > .page-numbers a.last {
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #D8D8D8;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-pagination .nav-links > .page-numbers a.last {
    width: 64px;
  }
}
.p-pagination .nav-links > .page-numbers a.last::after {
  content: "";
  width: 9.2px;
  height: 9.2px;
  background-image: url("../img/common/chevron_right_double.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}
.p-pagination .nav-links > .page-numbers a.first {
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #D8D8D8;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-pagination .nav-links > .page-numbers a.first {
    width: 64px;
  }
}
.p-pagination .nav-links > .page-numbers a.first::before {
  content: "";
  width: 9.2px;
  height: 9.2px;
  background-image: url("../img/common/chevron_right_double.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
  transform: scaleX(-1);
}
.p-pagination .nav-links .prev {
  background-image: url("../img/common/chevron_right.svg");
  background-size: 5.5px 8.5px;
  background-repeat: no-repeat;
  background-position: center;
  transform: scaleX(-1);
}
.p-pagination .nav-links .next {
  background-image: url("../img/common/chevron_right.svg");
  background-size: 5.5px 8.5px;
  background-repeat: no-repeat;
  background-position: center;
}

.p-article {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-article {
    margin-top: 68px;
    margin-bottom: 100px;
  }
}
.p-article__top {
  padding-bottom: 14px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-article__top {
    padding-bottom: 42px;
    margin-bottom: 42px;
  }
}
.p-article__date {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 4px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-article__date {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.p-article__title {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-article__title {
    font-size: 24px;
    line-height: 38px;
  }
}
.p-article__content {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-article__content {
    line-height: 25px;
  }
}
.p-article__content > * {
  margin-bottom: 50px;
}
.p-article__content > *:last-child {
  margin-bottom: unset;
}
.p-article__content img {
  display: block;
}
.p-article__content h2 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (min-width: 768px) {
  .p-article__content h2 {
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 10px;
    margin-bottom: 24px;
  }
}
.p-article__content h3 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-article__content h3 {
    margin-bottom: 21px;
  }
}
.p-article__content h4, .p-article__content h5, .p-article__content h6, .p-article__content b, .p-article__content strong {
  font-weight: 700;
}
.p-article__content ul {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .p-article__content ul {
    gap: 4px;
  }
}
.p-article__content ul li {
  padding-left: 1em;
  position: relative;
}
.p-article__content ul li::before {
  content: "";
  position: absolute;
  width: 0.33em;
  height: 0.33em;
  background-color: #000000;
  border-radius: 100%;
  top: 0.8em;
  left: 0;
  display: block;
  flex: none;
}
.p-article__content ol {
  display: flex;
  flex-direction: column;
  gap: 14px;
  counter-reset: count 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-article__content ol {
    gap: 4px;
  }
}
.p-article__content ol li {
  padding-left: 1.6em;
  position: relative;
  counter-increment: count 1;
}
.p-article__content ol li::before {
  content: counter(count);
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background-color: #000000;
  border-radius: 100%;
  top: 0.5em;
  left: 0;
  display: block;
  color: white;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.1em;
  box-sizing: border-box;
  flex: none;
}
.p-article__content a:not([class]) {
  color: #000000;
  text-decoration: underline;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 400;
  color: #E23A4C;
}
.p-article__content a:not([class])[href*=".pdf"] {
  display: inline-flex;
  gap: 11px;
  align-items: center;
}
.p-article__content a:not([class])[href*=".pdf"]::before {
  content: "";
  width: 19px;
  height: 19px;
  flex: none;
  display: inline-block;
  background-image: url("../img/common/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-article__content .wp-block-preformatted:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
  background-color: #F5F5F2;
  padding: 17px;
}
@media screen and (min-width: 768px) {
  .p-article__content .wp-block-preformatted:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
    padding: 30px;
  }
}
.p-article__content .wp-block-quote:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
  background-color: #70847D;
  padding: 17px;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-article__content .wp-block-quote:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
    padding: 30px;
  }
}
.p-article__content .wp-element-button {
  background-color: #000000;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 500;
  min-height: 62px;
  border-radius: 200px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-article__content .wp-block-gallery .wp-block-image {
    width: 100% !important;
  }
}

.p-navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-navigation {
    margin-bottom: 140px;
  }
}
.p-navigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 38px;
  padding-left: 17px;
  padding-right: 17px;
  border: 1px solid #dddddd;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-navigation a[href=""] {
  opacity: 0.3;
  pointer-events: none;
}
.p-navigation__prev::before {
  content: "";
  width: 4px;
  height: 10px;
  background-image: url("../img/common/chevron_right_thin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  position: relative;
  top: 1px;
}
.p-navigation__next::after {
  content: "";
  width: 5px;
  height: 10px;
  background-image: url("../img/common/chevron_right_thin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}

.p-ranking {
  padding-top: 70px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-ranking {
    gap: 191px;
    padding-left: unset;
    padding-right: unset;
    padding-top: 144px;
    padding-bottom: 140px;
    width: 1200px;
    margin: auto;
  }
}
.p-ranking__major {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  width: 100%;
}
.p-ranking__minor {
  width: 100%;
}
.p-ranking__minor > *:first-child {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-ranking__minor > *:first-child {
    margin-top: 80px;
  }
}
.p-ranking__minor:not(:has(.p-ranking__heading--minor)) > *:first-child {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-ranking__minor:not(:has(.p-ranking__heading--minor)) > *:first-child {
    margin-top: 32px;
  }
}
.p-ranking__items {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-ranking__items {
    margin-top: 45px;
  }
}
.p-ranking__desc {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-ranking__desc {
    margin-top: 37px;
    font-size: 16px;
    line-height: 27px;
  }
}
.p-ranking__heading--major {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0em;
  font-weight: 500;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-ranking__heading--major {
    font-size: 32px;
    line-height: 46px;
  }
}
.p-ranking__heading--major::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 35px;
  height: 23px;
  transform: translate(-50%, -100%);
  background-image: url("../img/common/crown.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-ranking__heading--major::before {
    width: 58px;
    height: 38px;
    top: -12px;
  }
}
.p-ranking__heading--major span {
  display: flex;
  gap: 17px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-ranking__heading--major span {
    gap: 41px;
  }
}
.p-ranking__heading--major span::before {
  content: "";
  height: 3px;
  flex-grow: 1;
  border-top: 1px solid #C49834;
  border-bottom: 1px solid #C49834;
}
.p-ranking__heading--major span::after {
  content: "";
  height: 3px;
  flex-grow: 1;
  border-top: 1px solid #C49834;
  border-bottom: 1px solid #C49834;
}
.p-ranking__heading--minor {
  width: 100%;
  height: 38px;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  align-items: center;
  background-color: #EBE3C1;
}
@media screen and (min-width: 768px) {
  .p-ranking__heading--minor {
    height: 50px;
    font-size: 22px;
    line-height: 32px;
    gap: 23px;
  }
}
.p-ranking__heading--minor::before {
  content: "";
  width: 23px;
  height: 1px;
  background-color: #C49834;
}
@media screen and (min-width: 768px) {
  .p-ranking__heading--minor::before {
    width: 40px;
  }
}
.p-ranking__heading--minor::after {
  content: "";
  width: 23px;
  height: 1px;
  background-color: #C49834;
}
@media screen and (min-width: 768px) {
  .p-ranking__heading--minor::after {
    width: 40px;
  }
}

.p-items {
  display: flex;
  flex-wrap: wrap;
  width: 335px;
  gap: 15px;
  margin: auto;
  counter-reset: count 0;
}
@media screen and (min-width: 768px) {
  .p-items {
    width: 100%;
    gap: 49px;
  }
}
.p-items--ranking .p-items__wrapper:nth-of-type(1) .p-items__image::before {
  background-color: #C49834;
  color: white;
}
.p-items--ranking .p-items__wrapper:nth-of-type(2) .p-items__image::before {
  background-color: #909BAC;
  color: white;
}
.p-items--ranking .p-items__wrapper:nth-of-type(3) .p-items__image::before {
  background-color: #A0631C;
  color: white;
}
.p-items--ranking .p-items__wrapper:nth-of-type(n+4) .p-items__image::before {
  background-color: #CECECE;
  color: #727272;
}
.p-items--ranking .p-items__image::before {
  content: counter(count);
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-items--ranking .p-items__image::before {
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 29px;
  }
}
@media screen and (min-width: 768px) {
  .p-items--center {
    justify-content: center;
  }
}
.p-items__wrapper {
  width: 160px;
  counter-increment: count 1;
}
@media screen and (min-width: 768px) {
  .p-items__wrapper {
    width: 263px;
  }
}
.p-items__image {
  width: 100%;
  height: 160px;
  display: block;
  width: 100%;
  margin-bottom: 6px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-items__image {
    height: 263px;
    margin-bottom: 15px;
  }
}
.p-items__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-items__name {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .p-items__name {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 9px;
  }
}
.p-items__price {
  display: block;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-items__price {
    font-size: 17px;
    line-height: 25px;
  }
}

.p-form__switch {
  display: none;
  margin: auto;
}
.p-form__switch#form-switch-first:checked ~ .p-form__first {
  display: block !important;
}
.p-form__switch#form-switch-second:checked ~ .p-form__second {
  display: block !important;
}
.p-form__switch#form-switch-third:checked ~ .p-form__third {
  display: block !important;
}
.p-form__first {
  display: none;
}
.p-form__second {
  display: none;
}
.p-form__third {
  display: none;
}
.p-form__error {
  padding: 17px;
  background-color: pink;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 4px;
  color: red;
  display: none;
  margin-bottom: 23px;
  margin-top: -40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__error {
    margin-top: unset;
    margin-bottom: 30px;
    padding: 24px;
  }
}
.p-form__main .c-btn--confirm {
  margin: 68px auto 0;
}
@media screen and (min-width: 768px) {
  .p-form__main .c-btn--confirm {
    margin-top: 105px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-form__main:has(.wpcf7-not-valid) .p-form__error {
  display: block;
}
.p-form__main--container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .p-form__main--container {
    gap: 32px;
  }
}
.p-form__main--space {
  height: 25px;
}
.p-form__main--space--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form__main--space--pc {
    display: block;
    height: 30px;
  }
}
.p-form__main--line {
  width: 100%;
  height: 0.5px;
  background-color: #B0C4CE;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-form__main--line {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.p-form__main--subject {
  max-width: unset;
  width: 100vw;
  height: 59px;
  padding-left: 18px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  background-color: #F0F4F6;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-form__main--subject {
    width: 100%;
    max-width: usnet;
    left: unset;
    transform: unset;
    margin-bottom: 16px;
  }
}
.p-form__hidden {
  display: none !important;
}
.p-form__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    flex-direction: row;
    gap: 28px;
    align-items: flex-start;
  }
}
.p-form__item:has(.wpcf7-not-valid) .p-form__item--invalid {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form__item:has(.p-form__item--radio) {
    margin-top: -12px;
  }
}
.p-form__item > dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item > dt {
    font-size: 15px;
    line-height: 24px;
    gap: 5px;
    flex-grow: 1;
    justify-content: space-between;
    padding-top: 8px;
  }
}
.p-form__item > dt small {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item > dt small {
    justify-self: flex-start;
    margin-right: auto;
  }
}
.p-form__item > dt::before {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: transparent;
  position: relative;
  top: -1px;
}
.p-form__item > dd {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item > dd {
    width: 725px;
    flex: none;
    display: flex;
    fllex-direction: column;
    justify-content: center;
    min-height: 30px;
  }
}
.p-form__item > dd small {
  display: block;
  margin-top: 5px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item > dd small {
    margin-top: 8px;
  }
}
.p-form__item > dd.p-form__item--half {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .p-form__item > dd.p-form__item--half {
    justify-content: flex-start;
    gap: 21px;
  }
  .p-form__item > dd.p-form__item--half > *:has(input) {
    width: 50%;
  }
}
.p-form__item--not-editable input {
  border: unset !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none !important;
}
.p-form__item--age {
  flex-direction: row !important;
  gap: 13px;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-form__item--age {
    justify-content: flex-start !important;
  }
}
.p-form__item--file {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-form__item--file .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}
.p-form__item--file .wpcf7-form-control-wrap input {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.p-form__item--file .wpcf7-form-control-wrap input:hover {
  opacity: 0.7;
}
.p-form__item--file--name {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 40px;
  border-radius: 3px;
  border: 1px solid navy;
  color: navy;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 29px;
  pointer-events: none;
}
.p-form__item--file input[type=file] {
  cursor: initial !important;
}
.p-form__item--invalid {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
  color: red;
  margin-top: 5px;
  display: none;
}
.p-form__item--required > dt {
  gap: 11px;
  align-items: center;
}
.p-form__item--required > dt::after {
  content: "必須";
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: white;
  background-color: #E23A4C;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  top: 1px;
}
.p-form__item--flex {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .p-form__item--flex {
    gap: 12px;
  }
}
.p-form__item--flex > dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-form__item--flex > dl {
    justify-content: flex-start;
  }
}
.p-form__item--flex > dl dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item--flex > dl dt {
    width: 258px;
  }
}
.p-form__item--flex > dl dt strong {
  font-weight: 700;
  font-size: 14px;
}
.p-form__item--flex > dl dd {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  align-items: center;
  flex: none;
}
.p-form__item--flex > dl dd span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 700;
}
.p-form__item--caution {
  margin-top: 5px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
  word-break: break-all;
  color: #AFAFAF;
}
@media screen and (min-width: 768px) {
  .p-form__item--caution {
    margin-top: 8px;
  }
}
.p-form__item--policy {
  display: flex;
  flex-direction: row !important;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.03em;
  font-weight: 400;
  gap: 5px;
  position: relative;
}
.p-form__item--policy::before {
  content: "※";
  color: red;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .p-form__item--policy::before {
    position: absolute;
    left: -20px;
  }
}
@media screen and (min-width: 768px) {
  .p-form__item--policy {
    justify-content: flex-start;
    margin-top: unset;
  }
}
.p-form__item--policy input[type=checkbox] {
  width: 13px;
  height: 13px;
  border-radius: 3px;
  position: relative;
  top: 2px;
  margin: unset;
}
.p-form__item--policy a {
  color: green;
  text-decoration: underline;
}
.p-form__item--policy .wpcf7-list-item .wpcf7-list-item-label {
  display: none;
}
.p-form__item--policy .wpcf7-form-control-wrap {
  margin-right: 3px;
}
.p-form__item--policy .wpcf7-not-valid-tip {
  display: none;
}
.p-form__send {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-form__send {
    margin-top: 83px;
    flex-direction: row;
    justify-content: center;
  }
}
.p-form__send .c-btn--white {
  padding-right: unset;
  transition: 0.3s;
  cursor: pointer;
}
.p-form__send .c-btn--white:hover {
  opacity: 0.7;
}
.p-form__send .c-btn--arrow--blue {
  padding-right: unset;
  transition: 0.3s;
  cursor: pointer;
}
.p-form__send .c-btn--arrow--blue:hover {
  opacity: 0.7;
}
.p-form__button {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-form__button {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 63px;
  }
}
.p-form__button .c-btn--send {
  margin: auto;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=date],
.p-form input[type=number],
.p-form select {
  width: 100%;
  height: 41px;
  color: black;
  border: 1px solid #BEBEBE;
  border-radius: 0;
  background-color: white;
  padding-left: 18px;
  padding-right: 12px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form input[type=date],
  .p-form input[type=number],
  .p-form select {
    padding-left: 18px;
  }
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder, .p-form input[type=date]::-moz-placeholder, .p-form input[type=number]::-moz-placeholder, .p-form select::-moz-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form input[type=date]::placeholder,
.p-form input[type=number]::placeholder,
.p-form select::placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-form select {
    width: 331px;
  }
}
.p-form input[type=number] {
  width: 53px;
  display: inline;
  -moz-appearance: textfield;
}
.p-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form .wpcf7-form-control-wrap:has(input[type=number]) {
  width: -moz-fit-content;
  width: fit-content;
}
.p-form .wpcf7-list-item {
  margin: unset;
}
.p-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form input[type=radio] {
  display: none;
}
.p-form input[type=radio] ~ span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 300;
  cursor: pointer;
}
.p-form input[type=radio] ~ span::before {
  content: "";
  width: 20px;
  height: 20px;
  outline: 1px solid black;
  border: 1px solid white;
  background-color: white;
  display: block;
  border-radius: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-form input[type=radio]:checked ~ span::before {
  border-width: 6px;
  background-color: navy !important;
}
.p-form input[type=checkbox]:checked ~ span::before {
  content: "";
  background-image: url("../img/common/icon_check.svg");
}
.p-form input[type=submit] {
  display: none;
}
.p-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background-image: url("../img/common/chevron_bottom_large.svg");
  background-size: 7.4px 5px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
@media screen and (min-width: 768px) {
  .p-form select {
    background-size: 10px 6.5px;
  }
}
.p-form textarea {
  width: 100%;
  min-height: 280px;
  border-radius: 0;
  background-color: white;
  outline: unset;
  border: 1px solid #BEBEBE;
  outline: unset;
  padding: 12px 18px;
  transition: 0.3s;
  color: black;
  display: block;
  color: black;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    padding: 13px 18px;
  }
}
.p-form textarea::-moz-placeholder {
  color: #AAAAAA;
  font-weight: 300;
}
.p-form textarea::placeholder {
  color: #AAAAAA;
  font-weight: 300;
}
.p-form .wpcf7-spinner {
  display: none;
}
.p-form .wpcf7-radio, .p-form .wpcf7-checkbox {
  gap: 6px 20px;
  display: flex;
  flex-wrap: wrap;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.p-form input.wpcf7-not-valid, .p-form textarea.wpcf7-not-valid {
  background-color: #FCF1F2 !important;
  border: 1px solid #CB1125 !important;
}
.p-form .wpcf7-not-valid-tip {
  margin-left: auto;
  position: relative;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  color: #FF0000;
  white-space: nowrap;
  max-width: unset;
  padding-top: 2px;
}
.p-form .wpcf7-response-output {
  border-radius: 5px;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-response-output {
    font-size: 16px;
    line-height: 24px;
  }
}
.p-form .c-btn--arrow--navy {
  margin: auto;
}

.p-form-confirm {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form-confirm {
    width: 100%;
    margin-left: auto;
  }
}
.p-form-confirm__main {
  width: 100%;
}
.p-form-confirm__main--container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__main--container {
    gap: 24px;
  }
}
.p-form-confirm__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #AAAAAA;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item {
    flex-direction: row;
    gap: unset;
    align-items: baseline;
    gap: unset;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item dl:nth-last-of-type(1) {
    padding-bottom: unset;
    border-bottom: unset;
  }
}
.p-form-confirm__item dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item dt {
    flex-grow: 1;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
  }
}
.p-form-confirm__item dd {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item dd {
    font-size: 15px;
    line-height: 26px;
    flex: none;
    width: 700px;
  }
}
.p-form-confirm__item dd i {
  display: inline-block;
  font-style: normal;
  padding-right: 10px;
}
.p-form-confirm__item ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item ul {
    width: 311px;
  }
}
.p-form-confirm__item ul li {
  display: flex;
  justify-content: space-between;
}
.p-form-confirm__item ul div {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-form-confirm__item ul p {
  white-space: nowrap;
  align-self: flex-end;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-form-confirm__item ul p span {
  font-style: normal;
}
.p-form-confirm__item--horizontal {
  flex-direction: row;
  gap: 55px;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item--horizontal {
    gap: 50px;
  }
}
.p-form-confirm__item--vertical {
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item--vertical {
    flex-direction: row;
    gap: 50px;
  }
}
.p-form-confirm__item--vertical dd {
  padding-left: 17px;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item--vertical dd {
    padding-left: unset;
  }
}
.p-form-confirm__send {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__send {
    padding-top: 65px;
    margin-top: 80px;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 24px;
  }
}

.p-item-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: -1;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
}
.p-item-slider--active {
  opacity: 1;
  z-index: 10000000;
  pointer-events: all;
}
.p-item-slider__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.p-item-slider__close {
  position: absolute;
  width: 5vw;
  height: 5vw;
  background-image: url("../img/common/icon_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 5vw;
  right: 5vw;
  cursor: pointer;
  filter: brightness(0%) invert(100%);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-item-slider__close {
    width: 20px;
    height: 20px;
    top: 41px;
    right: 0;
  }
}
.p-item-slider__page {
  position: absolute;
  top: 20px !important;
  left: 20px !important;
  bottom: unset !important;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0em;
  font-weight: 400;
  color: white !important;
}
.p-item-slider__page span {
  color: #FAFCFF !important;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-item-slider__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-item-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-item-slider__wrapper {
    width: 986px;
    margin: auto;
  }
}
.p-item-slider__wrapper .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
}
.p-item-slider__main {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-item-slider__main {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-item-slider__main--container {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-item-slider__main--container {
    max-width: 50vw;
    max-height: 60vh;
  }
}
.p-item-slider__thumb {
  position: absolute;
  width: 100%;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-item-slider__thumb {
    padding-bottom: 25px;
    padding-left: unset;
    padding-right: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-item-slider__thumb .swiper {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 768px) {
  .p-item-slider__thumb .swiper .swiper-wrapper {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-item-slider__thumb .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .p-item-slider__thumb .swiper .swiper-wrapper .swiper-slide {
    width: 93px !important;
  }
}
.p-item-slider__thumb .swiper .swiper-wrapper .swiper-slide:hover {
  opacity: 1;
}
.p-item-slider__thumb .swiper .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 1 !important;
}
.p-item-slider__next {
  width: 3vw;
  height: 6vw;
  background-image: url("../img/common/chevron_slide.svg");
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-item-slider__next {
    width: 13px;
    height: 28px;
  }
}
.p-item-slider__prev {
  width: 3vw;
  height: 6vw;
  background-image: url("../img/common/chevron_slide.svg");
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 32px;
  transform: translateY(-50%) scaleX(-1);
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
  transform: translateX(-1);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-item-slider__prev {
    width: 13px;
    height: 28px;
  }
}

.c-bg, .c-bg--beige {
  width: 100%;
}
.c-bg--beige {
  background-color: #F7F7EF;
}
.c-bg--ichimatsu {
  position: relative;
}
.c-bg--ichimatsu > * {
  position: relative;
  z-index: 2;
}
.c-bg--ichimatsu::before {
  content: "";
  width: 100%;
  aspect-ratio: 375/193;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/common/bg_ichimatsu.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-bg--ichimatsu::before {
    aspect-ratio: 1440/740;
  }
}
.c-bg--cloud {
  position: relative;
}
.c-bg--cloud > * {
  position: relative;
  z-index: 2;
}
.c-bg--cloud::after {
  content: "";
  width: 100%;
  aspect-ratio: 375/193;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/common/bg_cloud_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-bg--cloud::after {
    background-image: url("../img/common/bg_cloud_pc.svg");
    aspect-ratio: 1440/480;
  }
}

.c-icon--noshi {
  display: inline-block;
  width: 32px;
  height: 25px;
  background-image: url("../img/common/icon_noshi.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 8px;
  margin-left: 3px;
  margin-right: 3px;
}

.c-section--border {
  border-bottom: 1px solid #B4B4B4;
}

.c-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0em;
  font-weight: 40000;
}
@media screen and (min-width: 768px) {
  .c-desc {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
  }
}

.c-full {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-full {
    transform: unset;
    left: unset;
    position: initial;
    width: auto;
    max-width: 100%;
  }
}

.c-overflow {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .c-overflow {
    overflow-x: initial;
    padding-bottom: unset;
  }
}
.c-overflow > * {
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-overflow > * {
    padding-bottom: unset;
  }
}

.c-icon, .c-icon--question {
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-icon--question::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../img/common/icon_question.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-btn, .c-btn--send, .c-btn--fix, .c-btn--back, .c-btn--large, .c-btn--thin, .c-btn--thin--gold, .c-btn--gold {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: var(--f-color);
  color: var(--color);
  transition: 0.3s;
  cursor: pointer;
}
.c-btn:hover, .c-btn--send:hover, .c-btn--fix:hover, .c-btn--back:hover, .c-btn--large:hover, .c-btn--thin:hover, .c-btn--thin--gold:hover, .c-btn--gold:hover {
  opacity: 0.7;
  color: inherit;
}
.c-btn:hover span, .c-btn--send:hover span, .c-btn--fix:hover span, .c-btn--back:hover span, .c-btn--large:hover span, .c-btn--thin:hover span, .c-btn--thin--gold:hover span, .c-btn--gold:hover span {
  color: inherit;
}
.c-btn--large, .c-btn--thin, .c-btn--thin--gold, .c-btn--gold {
  width: 335px;
  height: 58px;
  border-radius: 4px;
  border: 1.5px solid #B4B4B4;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-btn--large, .c-btn--thin, .c-btn--thin--gold, .c-btn--gold {
    width: 393px;
    height: 97px;
    font-size: 18px;
    line-height: 26px;
  }
}
.c-btn--large::after, .c-btn--thin::after, .c-btn--thin--gold::after, .c-btn--gold::after {
  content: "";
  position: absolute;
  background-image: url("../img/common/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn--large::after, .c-btn--thin::after, .c-btn--thin--gold::after, .c-btn--gold::after {
    right: 70px;
  }
}
.c-btn--gold {
  width: 305px;
  height: 50px;
  background-color: #C49834;
  border: unset;
  color: white !important;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-btn--gold {
    width: 351px;
    height: 73px;
    font-size: 17px;
    line-height: 25px;
  }
}
.c-btn--gold::after {
  filter: brightness(0%) invert(100%);
}
@media screen and (min-width: 768px) {
  .c-btn--gold::after {
    right: 62px;
  }
}
.c-btn--gold:hover {
  color: white !important;
}
.c-btn--gold:hover * {
  color: white !important;
}
.c-btn--thin, .c-btn--thin--gold {
  width: 291px;
  height: 41px;
}
.c-btn--thin--gold {
  background-color: #C49834;
  color: white !important;
  border: unset;
}
.c-btn--thin--gold::after {
  content: "";
  filter: brightness(0%) invert(100%);
}
.c-btn--thin--gold:hover {
  color: white !important;
}
.c-btn--thin--gold:hover * {
  color: white !important;
}
.c-btn--underline {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 6px;
  position: relative;
  border-bottom: 1px solid black;
}
@media screen and (min-width: 768px) {
  .c-btn--underline {
    font-size: 15px;
    line-height: 21px;
    padding-bottom: 10px;
  }
}
.c-btn--underline span {
  padding-right: 16px;
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 2px;
}
.c-btn--underline span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("../img/common/chevron_right_big.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.4px;
  height: 9.6px;
}
.c-btn--send, .c-btn--fix, .c-btn--back {
  width: 335px;
  height: 50px;
  color: white;
  background-color: #4A4A4A;
  border-radius: 4px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-btn--send, .c-btn--fix, .c-btn--back {
    width: 233px;
    height: 58px;
  }
}
.c-btn--send:hover, .c-btn--fix:hover, .c-btn--back:hover {
  color: white;
}
.c-btn--send::after, .c-btn--fix::after, .c-btn--back::after {
  content: "";
  width: 6.5px;
  height: 10.3px;
  background-image: url("../img/common/chevron_right_big.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  filter: brightness(0%) invert(100%);
}
.c-btn--fix, .c-btn--back {
  background-color: #E5E5E5;
  color: black;
}
@media screen and (min-width: 768px) {
  .c-btn--fix, .c-btn--back {
    width: 133px;
  }
}
.c-btn--fix:hover, .c-btn--back:hover {
  color: black;
}
.c-btn--fix::after, .c-btn--back::after {
  content: unset;
}
@media screen and (min-width: 768px) {
  .c-btn--back {
    width: 170px;
  }
}

.c-heading--large {
  text-align: center;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 40px;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-heading--large {
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 38px;
  }
}
.c-heading--left-border {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 500;
  padding-left: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-heading--left-border {
    font-size: 18px;
    line-height: 26px;
    padding-left: 14px;
  }
}
.c-heading--left-border::before {
  content: "";
  width: 4px;
  height: 14px;
  background-color: #C49834;
  top: 5px;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-heading--left-border::before {
    top: 6px;
    width: 6px;
    height: 15px;
  }
}
.c-heading--underline, .c-heading--underline--large {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 1px solid black;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-heading--underline, .c-heading--underline--large {
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 7px;
  }
}
.c-heading--underline--large {
  padding-bottom: 4px;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .c-heading--underline--large {
    font-size: 26px;
    line-height: 37px;
    padding-bottom: 21px;
  }
}
.c-heading--bar, .c-heading--bar--beige, .c-heading--bar--gray {
  padding: 10px 7px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
  width: 100%;
}
.c-heading--bar--gray {
  background-color: #EFEFEF;
}
.c-heading--bar--beige {
  background-color: #F7F7EF;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 8px 10px 7px;
}
@media screen and (min-width: 768px) {
  .c-heading--bar--beige {
    padding: 6px 14px 6px;
    font-size: 16px;
    line-height: 24px;
  }
}
.c-heading--jp-en {
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-heading--jp-en {
    gap: 8px;
  }
}
.c-heading--jp-en strong {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-heading--jp-en strong {
    font-size: 27px;
    line-height: 39px;
  }
}
.c-heading--jp-en span {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
  color: #966E03;
}
@media screen and (min-width: 768px) {
  .c-heading--jp-en span {
    font-size: 16px;
    line-height: 24px;
    padding-left: 2px;
  }
}
.c-heading--jp-en--underline {
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-heading--jp-en--underline {
    flex-direction: row;
    align-items: center;
    gap: 13px;
  }
}
.c-heading--jp-en--underline strong {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-heading--jp-en--underline strong {
    font-size: 27px;
    line-height: 39px;
  }
}
.c-heading--jp-en--underline span {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
  color: #966E03;
}
@media screen and (min-width: 768px) {
  .c-heading--jp-en--underline span {
    font-size: 16px;
    line-height: 24px;
    padding-left: 2px;
  }
}
.c-heading--center, .c-heading--center--underline {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 40px;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0em;
  font-weight: 500;
  font-size: 25px !important;
  line-height: 36px !important;
}
@media screen and (min-width: 768px) {
  .c-heading--center, .c-heading--center--underline {
    font-size: 36px !important;
    line-height: 52px !important;
    margin-bottom: 50px !important;
  }
}
.c-heading--center--underline {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 14px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .c-heading--center--underline {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 12px;
  }
}
.c-heading--center--underline::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #C49834;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media screen and (min-width: 768px) {
  .c-heading--center--underline::before {
    width: 56px;
  }
}

.c-title-desc {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin-bottom: 29px;
}
@media screen and (min-width: 768px) {
  .c-title-desc {
    gap: 26px;
    margin-bottom: 100px;
  }
}
.c-title-desc__title {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: unset !important;
  font-size: 25px !important;
  line-height: 30px !important;
}
@media screen and (min-width: 768px) {
  .c-title-desc__title {
    font-size: 36px !important;
    line-height: 52px !important;
  }
}
.c-title-desc__desc {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-title-desc__desc {
    font-size: 16px;
    line-height: 27px;
  }
}

.c-page-heading--simple, .c-page-heading--thin {
  width: 100%;
  height: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0em;
  font-weight: 500;
  border-bottom: 1.5px solid #727272;
}
@media screen and (min-width: 768px) {
  .c-page-heading--simple, .c-page-heading--thin {
    height: 248px;
    font-size: 34px;
    line-height: calc(43s * 1px);
  }
}
.c-page-heading--thin {
  height: 83px;
  font-size: 19px;
  line-height: 27px;
}
@media screen and (min-width: 768px) {
  .c-page-heading--thin {
    font-size: 28px;
    line-height: 40px;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 17px;
  }
}
.c-page-heading--image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-page-heading--image picture {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.c-page-heading--image picture img {
  width: 100%;
  height: auto;
}
.c-page-heading--image span {
  display: none;
}

.c-table-sp {
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
}
.c-table-sp * {
  border-collapse: collapse;
}
.c-table-sp dl {
  display: flex;
  flex-wrap: wrap;
}
.c-table-sp dt {
  border: 0.5px solid #C4C4C3;
  flex-grow: 1;
  min-width: 50%;
  padding: 4px;
  display: flex;
  align-items: center;
}
.c-table-sp dd {
  border: 0.5px solid #C4C4C3;
  flex-grow: 1;
  min-width: 50%;
  padding: 4px;
  display: flex;
  align-items: center;
}
.c-table-sp dd br {
  display: none;
}

.c-table {
  width: 100%;
}
.c-table thead th {
  background-color: #EFEFEF;
  padding: 6px 13px 8px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
  border-right: 1px solid #E0E0DA;
  border-bottom: 1px solid #747474;
  white-space: nowrap;
}
.c-table thead th:nth-last-of-type(1) {
  border-right: unset;
}
.c-table tbody td {
  padding: 9px 15px 25px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 400;
  border-right: 1px solid #E0E0DA;
  border-bottom: 1px solid #E0E0DA;
  max-width: 267px;
}
.c-table tbody td:nth-of-type(1) {
  padding-left: 0px;
  padding-right: 5px;
  width: 188px;
}
.c-table tbody td:nth-of-type(2) {
  width: 267px;
}
.c-table tbody td:nth-of-type(3) {
  width: 135px;
}
.c-table tbody td:nth-of-type(4) {
  width: 164px;
}
.c-table tbody td:nth-of-type(n+4) {
  text-align: center;
  white-space: nowrap;
}
.c-table tbody td:nth-last-of-type(1) {
  border-right: unset;
}

.c-simple-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  border-bottom: 1px solid #727272;
  border-top: 1px solid #727272;
}
@media screen and (min-width: 768px) {
  .c-simple-table {
    border: 1px solid #727272;
  }
}
.c-simple-table dl {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-simple-table dl {
    display: flex;
    border-bottom: 1px solid #727272;
  }
}
@media screen and (min-width: 768px) {
  .c-simple-table dl:nth-last-of-type(1) {
    border-bottom: unset;
  }
}
.c-simple-table dl dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  background-color: #F2F2E9;
  padding: 4px 11px 4px;
}
@media screen and (min-width: 768px) {
  .c-simple-table dl dt {
    width: 198px;
    flex: none;
    font-size: 15px;
    line-height: 21px;
    padding: 17px 14px;
  }
}
.c-simple-table dl dd {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  background-color: white;
  padding: 10px 11px 11px;
}
@media screen and (min-width: 768px) {
  .c-simple-table dl dd {
    padding: 15px 18px;
    font-size: 15px;
    line-height: 26px;
  }
}
.c-simple-table dl a {
  text-decoration: underline;
}

.c-box--gray, .c-box--white, .c-box--pink {
  width: 100%;
  border: 1px solid #BEBEBE;
  padding: 18px 20px 19px;
  background-color: #FAFAFA;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-box--gray, .c-box--white, .c-box--pink {
    gap: 8px;
    padding: 28px 28px 32px;
  }
}
.c-box--gray strong, .c-box--white strong, .c-box--pink strong {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-box--gray strong, .c-box--white strong, .c-box--pink strong {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-box--gray p, .c-box--white p, .c-box--pink p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-box--gray p, .c-box--white p, .c-box--pink p {
    font-size: 15px;
    line-height: 26px;
  }
}
.c-box--pink {
  background-color: rgba(203, 17, 37, 0.06);
  border-color: rgba(203, 17, 37, 0.37);
}
.c-box--white {
  background-color: white;
  border: 1px soli black;
}

.c-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: auto !important;
}
@media screen and (min-width: 768px) {
  .c-gallery {
    gap: 70px 60px;
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .c-gallery--narrow {
    gap: 49px 8px;
  }
}
@media screen and (min-width: 768px) {
  .c-gallery--narrow .c-gallery__wrapper {
    width: 323px;
  }
}
@media screen and (min-width: 768px) {
  .c-gallery--narrow .c-gallery__image {
    height: 227px;
  }
}
@media screen and (min-width: 768px) {
  .c-gallery--narrow .c-gallery__name {
    margin-top: 10px;
  }
}
.c-gallery__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  width: calc((100% - 10px) / 2);
}
@media screen and (min-width: 768px) {
  .c-gallery__wrapper {
    width: 360px;
    max-width: calc((100% - 120px) / 3);
  }
}
.c-gallery__wrapper:hover * {
  background-color: initial !important;
}
.c-gallery__image {
  aspect-ratio: 164/114;
}
.c-gallery__image img {
  width: 100%;
  height: 100%;
}
.c-gallery__name {
  margin-top: 6px;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-gallery__name {
    margin-top: 20px;
    font-size: 20px;
    line-height: 29px;
  }
}
.c-gallery__name small {
  font-size: 0.95em;
}
@media screen and (min-width: 768px) {
  .c-gallery__name small {
    font-size: 1em;
  }
}
.c-gallery__desc {
  margin-top: 4px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-gallery__desc {
    margin-top: 8px;
    font-size: 15px;
    line-height: 23px;
  }
}

.c-link {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .c-link {
    gap: 8px;
  }
}
.c-link__wrapper {
  height: 58px;
  width: calc((100% - 4px) / 2);
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
  border-radius: 4px;
  border: 1px solid #BEBEBE;
}
@media screen and (min-width: 768px) {
  .c-link__wrapper {
    width: 285px;
    height: 58px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 26px;
    justify-content: center;
  }
}
.c-link__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 7.5px;
  background-image: url("../img/common/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  filter: brightness(0%);
}
@media screen and (min-width: 768px) {
  .c-link__wrapper::after {
    width: 6.5px;
    height: 10.3px;
    right: 21px;
    background-image: url("../img/common/chevron_right_big.svg");
  }
}

.u-width, .u-width--335-860, .u-width--335-986, .u-width--335-1020, .u-width--335-1200 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--335-860, .u-width--335-986, .u-width--335-1020, .u-width--335-1200 {
    padding: 0;
    width: 1200px;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .u-width--335-1020 {
    width: 1020px;
  }
}
@media screen and (min-width: 768px) {
  .u-width--335-986 {
    width: 986px;
  }
}
@media screen and (min-width: 768px) {
  .u-width--335-860 {
    width: 860px;
  }
}

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

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.swiper {
  opacity: 0;
  transition: 0.3s opacity ease;
  transition-delay: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper.swiper-initialized {
  opacity: 1;
}

.swiper-warpper {
  transition-timing-function: linear;
}

[class^=simplebar] {
  max-width: unset;
}

.simplebar-track {
  background: #DFE2E2 !important;
  height: 4px !important;
  width: 325px;
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 10px;
  overflow: hidden;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .simplebar-track {
    display: none;
  }
}

.simplebar-scrollbar {
  min-height: 4px;
  background: #000000 !important;
  border-radius: 10px;
}
.simplebar-scrollbar::before {
  z-index: 10;
  background: #000000 !important;
  opacity: 1 !important;
}

img[src*="TRACKING/tracking.php?"] {
  height: 0 !important;
  width: 0 !important;
}

#header-inner {
  display: none;
}

#contents {
  width: 100% !important;
  padding-top: unset;
}

#main-column {
  padding: 0 !important;
}
#main-column:has(#bread-crumb) {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#main-column:has(#bread-crumb) section:has(#header_area) {
  order: 1;
}
#main-column:has(#bread-crumb) #bread-crumb {
  order: 2;
}
#main-column:has(#bread-crumb) #bread-crumb li {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main-column:has(#bread-crumb) #itemList_wrap {
  order: 3;
}
#main-column:has(#bread-crumb) .c-page-heading--image {
  margin-bottom: unset;
  padding-bottom: unset;
}
#main-column:has(#bread-crumb) img[src^="https://b.shopserve.jp/TRACKING/"] {
  display: none !important;
}

#sub-column {
  display: none;
}

#bread-crumb {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 768px) {
  #bread-crumb {
    width: 1200px;
    padding-left: unset;
    padding-right: unset;
    margin: auto;
  }
}

#main-column {
  width: 100%;
}
#main-column > section {
  width: unset !important;
}

#itemList a {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

#itemList_wrap {
  padding-left: 25px;
  padding-right: 25px;
}
#itemList_wrap #pager-top .selectbox {
  display: none;
}
#itemList_wrap #itemList {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #itemList_wrap #itemList {
    width: 1200px;
  }
}
#itemList_wrap #itemList h1 {
  display: none;
}
#itemList_wrap #itemList .column-set {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #itemList_wrap #itemList .column-set {
    overflow-x: hidden;
    gap: 64px 49px;
    padding-left: unset;
    padding-right: unset;
    width: 100%;
  }
}
#itemList_wrap #itemList .column-set .column4 {
  margin: 0;
  width: calc((100% - 13px) / 2);
  padding-bottom: unset;
  flex: none;
}
@media screen and (min-width: 768px) {
  #itemList_wrap #itemList .column-set .column4 {
    width: 263px;
  }
}
#itemList_wrap #itemList .column-set .column4[data-sold] .itemThumb {
  position: relative;
}
#itemList_wrap #itemList .column-set .column4[data-sold] .itemThumb::after {
  content: "品切れ中";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  color: white;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#itemList_wrap #itemList .column-set .column4 .itemThumb {
  aspect-ratio: 1/1;
}
#itemList_wrap #itemList .column-set .column4 .itemThumb a {
  display: block;
  width: 100%;
  height: 100%;
}
#itemList_wrap #itemList .column-set .column4 .itemThumb img {
  display: block;
  width: 100%;
  height: 100%;
}
#itemList_wrap #itemList .column-set .column4 .itemThumb .item-list-span-img {
  display: block;
  width: 100%;
  height: 100%;
}
#itemList_wrap #itemList .column-set .column4 .badge {
  width: 22px;
  height: 22px;
  display: none;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #itemList_wrap #itemList .column-set .column4 .badge {
    width: 32px;
    height: 32px;
  }
}
#itemList_wrap #itemList .column-set .column4 .badge img {
  display: none !important;
}
#itemList_wrap #itemList .column-set .column4 .badge::before {
  content: "";
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 500;
  color: white;
}
@media screen and (min-width: 768px) {
  #itemList_wrap #itemList .column-set .column4 .badge::before {
    font-size: 20px;
    line-height: 29px;
  }
}
#itemList_wrap #itemList .column-set .column4 .badge:has(img[src*="rank1.png"]) {
  background-color: #C49834;
}
#itemList_wrap #itemList .column-set .column4 .badge:has(img[src*="rank1.png"])::before {
  content: "1";
}
#itemList_wrap #itemList .column-set .column4 .badge:has(img[src*="rank2.png"]) {
  background-color: #909BAC;
}
#itemList_wrap #itemList .column-set .column4 .badge:has(img[src*="rank2.png"])::before {
  content: "2";
}
#itemList_wrap #itemList .column-set .column4 .badge:has(img[src*="rank3.png"]) {
  background-color: #A0631C;
}
#itemList_wrap #itemList .column-set .column4 .badge:has(img[src*="rank3.png"])::before {
  content: "3";
}
#itemList_wrap #itemList .column-set .column4 .badge:has(img[src*="rank4.png"]) {
  background-color: #CECECE;
}
#itemList_wrap #itemList .column-set .column4 .badge:has(img[src*="rank4.png"])::before {
  color: #727272 !important;
  content: "4";
}
#itemList_wrap #itemList .column-set .column4 .badge:has(img[src*="rank5.png"]) {
  background-color: #CECECE;
}
#itemList_wrap #itemList .column-set .column4 .badge:has(img[src*="rank5.png"])::before {
  color: #727272 !important;
  content: "5";
}
#itemList_wrap #itemList .column-set .column4 h3 {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  #itemList_wrap #itemList .column-set .column4 h3 {
    font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0em;
    font-weight: 500;
    margin-bottom: 12px;
  }
}
#itemList_wrap #itemList .column-set .column4 .inner-catch {
  display: none;
}
#itemList_wrap #itemList .column-set .column4 .price {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0em;
  font-weight: 500;
  opacity: 0.7;
  margin: 0 !important;
  display: flex;
}
@media screen and (min-width: 768px) {
  #itemList_wrap #itemList .column-set .column4 .price {
    font-size: 15px;
    line-height: 21px;
  }
}
#itemList_wrap #itemList .column-set .column4 p[class^=sps-wishArea] {
  display: none;
}
#itemList_wrap #itemList .column-set .itemThumb-wrap {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  #itemList_wrap #itemList .column-set .itemThumb-wrap {
    margin-bottom: 12px;
  }
}

.ranking, .recommend {
  width: 335px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .ranking, .recommend {
    padding-left: unset;
    padding-right: unset;
    width: 1200px;
    margin: auto;
  }
}
.ranking h2, .recommend h2 {
  width: 100%;
  text-align: center;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .ranking h2, .recommend h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 52px;
  }
}
.ranking .column-set, .recommend .column-set {
  display: flex;
  gap: 14px;
  padding-left: 25px;
  padding-right: 25px;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .ranking .column-set, .recommend .column-set {
    justify-content: center;
    overflow-x: hidden;
    gap: 30px;
    padding-left: unset;
    padding-right: unset;
  }
}
.ranking .column-set .column5, .recommend .column-set .column5 {
  margin: 0;
  width: 102px;
  flex: none;
}
@media screen and (min-width: 768px) {
  .ranking .column-set .column5, .recommend .column-set .column5 {
    width: 216px;
  }
}
.ranking .column-set .column5[data-sold] .itemThumb, .recommend .column-set .column5[data-sold] .itemThumb {
  position: relative;
}
.ranking .column-set .column5[data-sold] .itemThumb::after, .recommend .column-set .column5[data-sold] .itemThumb::after {
  content: "品切れ中";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  color: white;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ranking .column-set .column5 .itemThumb, .recommend .column-set .column5 .itemThumb {
  aspect-ratio: 1/1;
}
.ranking .column-set .column5 .itemThumb a, .recommend .column-set .column5 .itemThumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.ranking .column-set .column5 .itemThumb img, .recommend .column-set .column5 .itemThumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.ranking .column-set .column5 .itemThumb .item-list-span-img, .recommend .column-set .column5 .itemThumb .item-list-span-img {
  display: block;
  width: 100%;
  height: 100%;
}
.ranking .column-set .column5 .badge, .recommend .column-set .column5 .badge {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .ranking .column-set .column5 .badge, .recommend .column-set .column5 .badge {
    width: 32px;
    height: 32px;
  }
}
.ranking .column-set .column5 .badge img, .recommend .column-set .column5 .badge img {
  display: none !important;
}
.ranking .column-set .column5 .badge::before, .recommend .column-set .column5 .badge::before {
  content: "";
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 500;
  color: white;
}
@media screen and (min-width: 768px) {
  .ranking .column-set .column5 .badge::before, .recommend .column-set .column5 .badge::before {
    font-size: 20px;
    line-height: 29px;
  }
}
.ranking .column-set .column5 .badge:has(img[src*="rank1.png"]), .recommend .column-set .column5 .badge:has(img[src*="rank1.png"]) {
  background-color: #C49834;
}
.ranking .column-set .column5 .badge:has(img[src*="rank1.png"])::before, .recommend .column-set .column5 .badge:has(img[src*="rank1.png"])::before {
  content: "1";
}
.ranking .column-set .column5 .badge:has(img[src*="rank2.png"]), .recommend .column-set .column5 .badge:has(img[src*="rank2.png"]) {
  background-color: #909BAC;
}
.ranking .column-set .column5 .badge:has(img[src*="rank2.png"])::before, .recommend .column-set .column5 .badge:has(img[src*="rank2.png"])::before {
  content: "2";
}
.ranking .column-set .column5 .badge:has(img[src*="rank3.png"]), .recommend .column-set .column5 .badge:has(img[src*="rank3.png"]) {
  background-color: #A0631C;
}
.ranking .column-set .column5 .badge:has(img[src*="rank3.png"])::before, .recommend .column-set .column5 .badge:has(img[src*="rank3.png"])::before {
  content: "3";
}
.ranking .column-set .column5 .badge:has(img[src*="rank4.png"]), .recommend .column-set .column5 .badge:has(img[src*="rank4.png"]) {
  background-color: #CECECE;
}
.ranking .column-set .column5 .badge:has(img[src*="rank4.png"])::before, .recommend .column-set .column5 .badge:has(img[src*="rank4.png"])::before {
  color: #727272 !important;
  content: "4";
}
.ranking .column-set .column5 .badge:has(img[src*="rank5.png"]), .recommend .column-set .column5 .badge:has(img[src*="rank5.png"]) {
  background-color: #CECECE;
}
.ranking .column-set .column5 .badge:has(img[src*="rank5.png"])::before, .recommend .column-set .column5 .badge:has(img[src*="rank5.png"])::before {
  color: #727272 !important;
  content: "5";
}
.ranking .column-set .column5 h3, .recommend .column-set .column5 h3 {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .ranking .column-set .column5 h3, .recommend .column-set .column5 h3 {
    font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0em;
    font-weight: 500;
    margin-bottom: 12px;
  }
}
.ranking .column-set .column5 .inner-catch, .recommend .column-set .column5 .inner-catch {
  display: none;
}
.ranking .column-set .column5 .price, .recommend .column-set .column5 .price {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0em;
  font-weight: 500;
  opacity: 0.7;
  margin: 0 !important;
  display: flex;
}
@media screen and (min-width: 768px) {
  .ranking .column-set .column5 .price, .recommend .column-set .column5 .price {
    font-size: 15px;
    line-height: 21px;
  }
}
.ranking .column-set .itemThumb-wrap, .recommend .column-set .itemThumb-wrap {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .ranking .column-set .itemThumb-wrap, .recommend .column-set .itemThumb-wrap {
    margin-bottom: 12px;
  }
}

.ranking {
  margin-top: 50px !important;
}
.ranking .column-set h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.quantityArea {
  display: none;
}

#main-column .recommend {
  order: 4;
  margin: auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 80px !important;
}
@media screen and (min-width: 768px) {
  #main-column .recommend {
    padding-left: unset !important;
    padding-right: unset !important;
    padding-bottom: 140px !important;
  }
}
#main-column .recommend h2 {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;
  font-size: 17px !important;
  line-height: 25px !important;
  font-weight: 500 !important;
  padding-bottom: 4px !important;
  border-bottom: 1px solid black !important;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #main-column .recommend h2 {
    font-size: 24px !important;
    line-height: 35px !important;
    padding-bottom: 14px !important;
    margin-bottom: 64px !important;
  }
}
#main-column .recommend .column-set {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  padding-left: unset;
  padding-right: unset;
}
@media screen and (min-width: 768px) {
  #main-column .recommend .column-set {
    gap: 49px;
  }
}
#main-column .recommend .column-set .column5 {
  width: 160px;
}
@media screen and (min-width: 768px) {
  #main-column .recommend .column-set .column5 {
    width: 263px;
  }
}
@media screen and (min-width: 768px) {
  #main-column .recommend .column-set .column5 .selling_price {
    font-size: 17px;
  }
}
#main-column .recommend .column-set .column5 p.price:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  #main-column .recommend {
    width: 1200px !important;
  }
}
#main-column .recommend .badge {
  display: none !important;
}

#itemDetail-wrap {
  width: 100%;
  order: 3;
}
@media screen and (min-width: 768px) {
  #itemDetail-wrap {
    width: 1200px !important;
    margin: auto;
  }
}

article#Detail #itemDetail-cont {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  article#Detail #itemDetail-cont {
    padding-top: 100px;
  }
}
article#Detail #itemDetail-cont .itemThumb-wrap {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  article#Detail #itemDetail-cont .itemThumb-wrap {
    padding-left: unset;
    padding-right: unset;
    width: 540px;
  }
}
article#Detail #itemDetail-cont .itemThumb-wrap .itemThumb-main {
  width: 100%;
}
article#Detail #itemDetail-cont .itemThumb-wrap .itemThumb-main .zoomItemPic {
  width: 100%;
}
article#Detail #itemDetail-cont .itemThumb-wrap .itemThumb-main .zoomItemPic img {
  width: 100%;
  aspect-ratio: 1/1;
}
article#Detail #itemDetail-cont .itemThumb-wrap .itemThumb ul {
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  article#Detail #itemDetail-cont .itemThumb-wrap .itemThumb ul {
    gap: 7px;
  }
}
article#Detail #itemDetail-cont .itemThumb-wrap .itemThumb ul li {
  width: 63px;
  height: 63px;
  flex: none;
  margin-right: unset;
}
@media screen and (min-width: 768px) {
  article#Detail #itemDetail-cont .itemThumb-wrap .itemThumb ul li {
    width: 102px;
    height: 102px;
  }
}
article#Detail #itemDetail-cont .itemThumb-wrap .itemThumb ul li img {
  width: 100%;
  height: 100%;
}
article#Detail #itemDetail-cont #pi_cart {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  article#Detail #itemDetail-cont #pi_cart {
    padding-left: unset;
    padding-right: unset;
    width: 441px;
  }
}
article#Detail #itemDetail-cont #pi_cart .icons {
  display: none;
}
article#Detail #itemDetail-cont #pi_cart h1 {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  article#Detail #itemDetail-cont #pi_cart h1 {
    font-size: 24px;
    line-height: 37px;
  }
}
article#Detail #itemDetail-cont #pi_cart table.price th {
  display: none;
}
article#Detail #itemDetail-cont #pi_cart table.price td {
  padding-top: 3px;
  display: flex;
  align-items: baseline;
}
article#Detail #itemDetail-cont #pi_cart table.price td .selling_price {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  article#Detail #itemDetail-cont #pi_cart table.price td .selling_price {
    font-size: 24px;
    line-height: 35px;
  }
}
article#Detail #itemDetail-cont #pi_cart table.price td .taxin {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  article#Detail #itemDetail-cont #pi_cart table.price td .taxin {
    font-size: 14px;
  }
}
article#Detail #itemDetail-cont #pi_cart table.spec th {
  display: flex;
  align-items: center;
  height: 41px;
  background-color: #E3DDC5;
  padding: 0px 8px 3px 14px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
  width: 100%;
}
article#Detail #itemDetail-cont #pi_cart table.spec th .js-modal-open {
  padding: 3px 9px 4px;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #C9C4B1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -0.05em;
  font-weight: 400;
  margin-left: auto;
  cursor: pointer;
  margin-top: 2px;
}
article#Detail #itemDetail-cont #pi_cart table.spec td {
  padding-top: 3px;
  display: flex;
  flex-direction: column;
  padding-left: unset;
  padding-top: 4px;
  padding-right: unset;
  padding-bottom: 16px;
}
article#Detail #itemDetail-cont #pi_cart table.spec td .selling_price {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0em;
  font-weight: 400;
}
article#Detail #itemDetail-cont #pi_cart table.spec td .taxin {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 400;
}
article#Detail #itemDetail-cont #pi_cart table.spec td select {
  width: 100%;
  height: 41px;
  padding-left: 10px;
  border: 1px solid #B4B4B4;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background-image: url("../img/common/chevron_bottom_large.svg");
  background-size: 7.4px 5px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
@media screen and (min-width: 768px) {
  article#Detail #itemDetail-cont #pi_cart table.spec td select {
    background-size: 10px 6.5px;
    height: 48px;
  }
}
article#Detail #itemDetail-cont #pi_cart table.spec td input[type=text] {
  width: 100%;
  height: 41px;
  padding-left: 10px;
  border-radius: 4px;
  border: 1px solid #B4B4B4;
  margin-top: 4px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  article#Detail #itemDetail-cont #pi_cart table.spec td input[type=text] {
    height: 48px;
  }
}
article#Detail #itemDetail-cont #pi_cart table.spec td h3 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
  padding-bottom: 6px;
  border-bottom: 1px solid #D0D0D0;
  margin-top: 8px;
  margin-bottom: 7px;
}
article#Detail #itemDetail-cont #pi_cart table.spec td .option_comment {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
}
article#Detail #itemDetail-cont #pi_cart table.spec td small {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
  margin-top: 16px;
}
article#Detail #itemDetail-cont #pi_cart table.spec [data-name] {
  height: 0;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  opacity: 0;
}
article#Detail #itemDetail-cont #pi_cart table.spec [data-name][data-name-active] {
  height: auto;
  opacity: 1;
}
article#Detail #itemDetail-cont #pi_cart table.spec [data-number] {
  display: flex;
  align-items: center;
}
article#Detail #itemDetail-cont #pi_cart table.spec [data-number] th {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 400;
  width: 64px;
}
article#Detail #itemDetail-cont #pi_cart table.spec [data-number] td {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 400;
  padding-bottom: unset;
}
article#Detail #itemDetail-cont #pi_cart table.spec [data-number] td input {
  width: 60px;
  height: 41px;
  border-color: #000000;
  margin-bottom: 4px;
}
article#Detail #itemDetail-cont #pi_cart table.spec [data-stock] {
  display: flex;
  align-items: center;
}
article#Detail #itemDetail-cont #pi_cart table.spec [data-stock] th {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 400;
  width: 64px;
}
article#Detail #itemDetail-cont #pi_cart table.spec [data-stock] td {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 400;
  padding-bottom: unset;
}
article#Detail #itemDetail-cont #pi_cart .cancel {
  display: none;
}
article#Detail #itemDetail-cont #pi_cart [class^=sps-wishArea] {
  display: none;
}
article#Detail #itemDetail-cont #pi_cart .description {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 400;
  padding-top: 15px;
  border-top: 1px solid #D0D0D0;
}
article#Detail #itemDetail-cont #pi_cart .description table {
  margin-top: 36px;
  margin-bottom: 36px;
  border: unset;
}
article#Detail #itemDetail-cont #pi_cart .description table td, article#Detail #itemDetail-cont #pi_cart .description table th {
  border-left: unset !important;
  border-right: unset !important;
  padding-top: 13px;
  padding-bottom: 13px;
}
article#Detail #itemDetail-cont #pi_cart .description *:last-child {
  margin-bottom: unset !important;
}
article#Detail #itemDetail-cont #pi_cart .snsArea, article#Detail #itemDetail-cont #pi_cart .infoArea {
  display: none;
}
@media screen and (min-width: 768px) {
  article#Detail #itemDetail-cont #pi_cart #cartButton {
    max-width: 80%;
  }
}
article#Detail #itemDetail-cont #pi_cart #cartButton input {
  transition: 0.3s;
}
article#Detail #itemDetail-cont #pi_cart #cartButton input:hover {
  opacity: 0.7;
}
article#Detail #itemDetail-cont #pi_cart .dialogSStock {
  display: none !important;
}
@media screen and (min-width: 768px) {
  article#Detail #itemDetail-cont .itemThumb-wrap {
    margin-right: 100px;
  }
}

#floating-menu {
  display: none !important;
}

body .ui-front {
  z-index: 100000 !important;
}

.cart-section {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .cart-section {
    width: 1200px;
    margin: auto;
    padding-left: unset;
    padding-right: unset;
  }
}

#contact {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  #contact {
    padding-left: unset;
    padding-right: unset;
    margin: center;
    width: 1200px;
  }
}
#contact #bread-crumb {
  margin-bottom: 29px;
}
@media screen and (min-width: 768px) {
  #contact #bread-crumb {
    margin-bottom: 100px;
  }
}
#contact .mainFrame .mainCont li {
  font-size: inherit !important;
}
#contact .mainFrame .mainCont a {
  font-size: inherit !important;
}
#contact #center1 .centerbox .mainCont input[type=button]:disabled {
  background-color: #CECECE !important;
  opacity: 0.7 !important;
}
#contact #center1 .centerbox .mainCont .step_navi01 {
  background-image: url("../img/common/navi01.png") !important;
  background-size: contain !important;
}
#contact #center1 .centerbox .mainCont .step_navi02 {
  background-image: url("../img/common/navi02.png") !important;
  background-size: contain !important;
}
#contact #center1 .centerbox .mainCont .step_navi03 {
  background-image: url("../img/common/navi03.png") !important;
  background-size: contain !important;
}
#contact #center1 .centerbox .mainCont .step_navi04 {
  background-image: url("../img/common/navi04.png") !important;
  background-size: contain !important;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 input[type=radio], #contact #center1 .centerbox .mainCont .bordlayoutp3 input[type=checkbox] {
  position: initial !important;
  top: unset !important;
}
#contact #center1 .centerbox .mainFrame p[align=center], #contact #center1 .centerbox .mainFrame .center {
  margin-top: 50px;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr.backcolor1 td {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 500;
  background-color: #E3DFCF;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td {
  vertical-align: middle;
  padding: 5px !important;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td.border-none-bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#contact #center1 .centerbox .column-set .badge {
  display: none !important;
}
#contact #center1 #card_info #card_save li label {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
#contact #center1 #card_info #card_save li label input[type=radio], #contact #center1 #card_info #card_save li label input[type=checkbox] {
  position: initial !important;
  top: unset !important;
}
#contact #center1 form[name=NEXTM] .backcolor2 p {
  padding-left: 10px;
  padding-top: 10px;
}
#contact #center1 form[name=NEXTM] .backcolor2 p br {
  display: none;
}
@media screen and (min-width: 768px) {
  #contact .centerbox {
    width: 986px;
    margin: auto !important;
  }
}
#contact h1 {
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid black;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #contact h1 {
    font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 34px;
    line-height: 43px;
    letter-spacing: 0em;
    font-weight: 500;
    padding-top: 82px;
    padding-bottom: 109px;
    margin-bottom: 15px;
  }
}
#contact h2 {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #contact h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
#contact h3 {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0em;
  font-weight: 500;
  border-width: 1px !important;
}
@media screen and (min-width: 768px) {
  #contact h3 {
    font-size: 24px !important;
    line-height: 35px !important;
  }
}
#contact h4 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;
  font-size: 15px !important;
  line-height: 26px !important;
  border-width: 1px !important;
}
#contact table th {
  background-color: rgba(227, 223, 207, 0.6);
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 500;
  vertical-align: middle;
}
#contact table .backcolor1 {
  background-color: rgba(227, 223, 207, 0.6) !important;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;
  font-size: 15px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
}
#contact input[type=button], #contact input[type=submit] {
  background-color: #C49834 !important;
  transition: 0.3s;
  cursor: pointer;
  border: unset !important;
}
#contact input[type=button]:hover, #contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact input[type=button][value=買い物を続ける] {
  background-color: #EFEFEF !important;
  color: black !important;
}
#contact input[type=submit][value=変更] {
  background-color: #EFEFEF !important;
  color: black !important;
  border: 1px solid #000000 !important;
  width: 60px !important;
}
#contact input[type=submit][value=削除] {
  background-color: #EFEFEF !important;
  color: black !important;
  border: 1px solid #000000 !important;
  width: 60px !important;
}
#contact input[type=button][value=会員登録して購入手続きへ進む] {
  width: 240px !important;
  height: 39px !important;
  font-size: 15px !important;
  margin-top: 19px !important;
  padding: 0 !important;
}
#contact input[type=button][value=購入手続きへ進む] {
  width: 240px !important;
  height: 39px !important;
  font-size: 15px !important;
  margin-top: 19px !important;
  padding: 0 !important;
}
#contact input[type=button][value=ログイン] {
  width: 120px !important;
  height: 39px !important;
  font-size: 15px !important;
  margin-top: 20px !important;
  padding: 0 !important;
}
#contact input[type=button][value=会員登録する] {
  width: 233px !important;
  height: 58px !important;
  font-size: 15px !important;
  margin-top: 20px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#contact input[type=button][value=キャンセル] {
  background-color: #EFEFEF !important;
  color: black !important;
  width: 233px !important;
  height: 58px !important;
  font-size: 15px !important;
  margin-top: 20px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#contact #newMemberTitle .title1 {
  margin-top: 100px;
  border-top: unset !important;
  padding-top: unset !important;
  padding-bottom: 5px !important;
  margin-bottom: 50px !important;
  font-size: 24px !important;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;
}
#contact #newMemberTitle .bordlayoutp3 .sps-inputTable tbody tr td {
  border-top: unset !important;
  border-left: unset !important;
  border-right: unset !important;
  font-size: 15px !important;
  line-height: 21px !important;
  font-weight: 500 !important;
}
#contact #newMemberTitle .bordlayoutp3 .sps-inputTable tbody tr td:has(textarea) {
  border-bottom: unset !important;
}
#contact #newMemberTitle .bordlayoutp3 .sps-inputTable tbody textarea {
  padding: 15px !important;
  font-size: 14px !important;
}
#contact .SPS-cart-item {
  border-bottom: unset !important;
}
#contact .SPS-cart-item ~ .bordlayoutp3 {
  margin-top: unset !important;
}
#contact .sps-sslSticker-description {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.06em;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 24px !important;
}
@media screen and (min-width: 768px) {
  #contact .sps-sslSticker-description {
    width: 80% !important;
    max-width: 80% !important;
    margin: 0 !important;
    position: relative;
    top: -5px;
  }
}
#contact table #center3 .centerbox h3.title1 {
  background: transparent !important;
  text-align: center !important;
  color: black !important;
}

#contents table.sps-inputTable tbody tr td.backcolor1 {
  background-color: white !important;
  border-left: unset !important;
  border-right: unset !important;
}
#contents table.sps-inputTable tbody tr td.backcolor2 {
  background-color: white !important;
  border-left: unset !important;
  border-right: unset !important;
}

#contents .SPS-regi-item_detail {
  border-bottom: unset !important;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-bottom: unset !important;
}
#contents .SPS-regi-item_detail ~ .bordlayoutp3 {
  margin-top: unset !important;
}
#contents .SPS-regi-purchaser {
  border-bottom: unset !important;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-bottom: unset !important;
}
#contents .bordlayoutp3:has(.sps-inputTable) {
  margin-top: unset !important;
}
#contents input[type=button][value=戻る] {
  background-color: #EFEFEF !important;
  color: black !important;
  margin-top: 30px !important;
  width: 233px !important;
  height: 58px !important;
}
#contents input[type=button][value*=次へ] {
  margin-top: 58px !important;
  width: 233px !important;
  height: 60px !important;
  margin-bottom: 80px !important;
}
#contents #delivery_area input[type=button][value=住所変更] {
  background-color: #EFEFEF !important;
  color: black !important;
  border: 1px solid #000000 !important;
}
#contents #delivery_area input[type=button][value=削除] {
  background-color: #EFEFEF !important;
  color: black !important;
  border: 1px solid #000000 !important;
}
#contents #delivery_area input[type=button][value=お届け希望一括設定] {
  background-color: #EFEFEF !important;
  color: black !important;
}
#contents #delivery_area input[type=button][value=詳細・お届け希望表示] {
  background-color: #EFEFEF !important;
  color: black !important;
}
#contents #delivery_area input[type=button][value=お届け希望変更] {
  background-color: #EFEFEF !important;
  color: black !important;
}
#contents #delivery_area input[type=button][value=別の住所に送る] {
  background-color: #EFEFEF !important;
  color: black !important;
}
#contents #delivery_area input[type=button][value=複数送付先に送る] {
  background-color: #EFEFEF !important;
  color: black !important;
}
#contents #delivery_area input[type=button][value=　決　定　] {
  width: 233px !important;
  height: 60px !important;
  font-size: 16px !important;
}
#contents #delivery_area input[type=button][value=キャンセル] {
  width: 233px !important;
  height: 60px !important;
  font-size: 16px !important;
}
#contents #card_info_ecs a {
  text-decoration: underline;
}
#contents form[name=NEXT] .SPS-regi-enq-item_detail {
  border-bottom: unset !important;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-bottom: unset !important;
}
#contents form[name=NEXT] .SPS-regi-enq-od {
  border-bottom: unset !important;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-bottom: unset !important;
  padding-bottom: unset !important;
}
#contents form[name=NEXT] .bordlayoutp3 {
  margin-top: unset !important;
}
#contents #confirm input[type=button][value=戻る] {
  background-color: #EFEFEF !important;
  color: black !important;
  margin-top: 30px !important;
  width: 233px !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
}
#contents #confirm input[type=button][value=この内容で注文する] {
  margin-top: 30px !important;
  width: 233px !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
}
#contents #confirm input[type=button][value=編集] {
  background-color: #EFEFEF !important;
  color: black !important;
  margin-top: 30px !important;
  width: 49px !important;
  height: 30px !important;
  border: 1px solid black;
}
#contents h4[class^=SPS-regi] {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: unset !important;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
#contents h4[class^=SPS-regi] ~ .bordlayoutp3 {
  margin-top: unset !important;
}
#contents input[type=button][value=ショップに戻る] {
  background-color: #EFEFEF !important;
  color: black !important;
  margin-top: 30px !important;
  width: 233px !important;
  height: 58px !important;
  margin: 50px auto 100px !important;
  padding: 0 !important;
}
#contents font[color="#FF0000"] {
  color: red !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
#contents .backcolor3 {
  background-color: white !important;
}

#Journal article h2:first-child {
  display: none;
}

#contents:has(section.rating) {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  #contents:has(section.rating) {
    padding-left: unset;
    padding-right: unset;
    width: 1200px !important;
    margin: auto;
  }
}
#contents:has(section.rating) h1 {
  order: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 83px;
  border-bottom: 1px solid #000000 !important;
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #contents:has(section.rating) h1 {
    height: 167px;
    font-size: 34px;
    line-height: 43px;
    margin-bottom: 15px;
  }
}
#contents:has(section.rating) #bread-crumb {
  order: unset !important;
  padding-left: unset;
  padding-right: unset;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #contents:has(section.rating) #bread-crumb {
    margin-bottom: 64px;
  }
}
#contents:has(section.rating) .reviewTxt .ttlArea {
  font-family: "Zen Old Mincho", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0em;
  font-weight: 500;
}

[class^=pageNav] {
  display: flex;
  flex-direction: column;
  gap: 11px;
  height: auto !important;
  margin-bottom: 30px;
  border-bottom: unset;
}
@media screen and (min-width: 768px) {
  [class^=pageNav] {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 22px !important;
  }
}
[class^=pageNav] .pageL {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 400;
  width: 100% !important;
  height: auto !important;
}
[class^=pageNav] .pageL br {
  display: none !important;
}
@media screen and (min-width: 768px) {
  [class^=pageNav] .pageL {
    width: 100%;
  }
}
[class^=pageNav] .pageL a:has([alt="review guaranteed by Estore"]) {
  display: none;
}
[class^=pageNav] .pageL a, [class^=pageNav] .pageL strong {
  min-width: 31px;
  height: 31px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-shopserve-pages {
  display: flex;
  gap: 3px;
}
.p-shopserve-pages a, .p-shopserve-pages strong {
  min-width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 7px;
  padding-right: 7px;
  gap: 4px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 400;
  white-space: nowrap;
}
.p-shopserve-pages strong {
  background-color: #C49834;
  color: white;
}
.p-shopserve-pages a {
  border: 1px solid #CECECE;
}
.p-shopserve-pages a:has([alt="review guaranteed by Estore"]) {
  display: none !important;
}
.p-shopserve-pages__last::before {
  content: "最後";
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-shopserve-pages__last::after {
  content: "";
  background-image: url("../img/common/chevron_right_double.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  display: block;
}
.p-shopserve-pages__first::after {
  content: "最初";
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-shopserve-pages__first::before {
  content: "";
  background-image: url("../img/common/chevron_right_double.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  transform: scaleX(-1);
}
.p-shopserve-pages__prev::after {
  content: "";
  background-image: url("../img/common/chevron_right_big.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
  display: block;
  transform: scaleX(-1);
}
.p-shopserve-pages__next::after {
  content: "";
  background-image: url("../img/common/chevron_right_big.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
  display: block;
}

#pager-top {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  #pager-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

#pager-bm {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-top: unset;
  border-top: none !important;
}
@media screen and (min-width: 768px) {
  #pager-bm {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.pagerlist ul {
  display: flex;
  gap: 3px;
}
.pagerlist ul li {
  min-width: 31px;
  width: -moz-fit-content;
  width: fit-content;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  font-weight: 400;
  white-space: nowrap;
  border: 1px solid #D8D8D8;
}
@media screen and (min-width: 768px) {
  .pagerlist ul li {
    height: 38px;
    min-width: 38px;
    font-size: 15px !important;
  }
}
.pagerlist ul li.selected {
  background-color: #C49834;
  border: unset;
  color: white !important;
}
.pagerlist ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 4px;
  padding-left: 7px;
  padding-right: 7px;
}
.pagerlist ul li a[title=次へ] {
  font-size: 0;
  color: transparent;
}
.pagerlist ul li a[title=次へ]::after {
  content: "";
  background-image: url("../img/common/chevron_right_big.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
  display: block;
}
.pagerlist ul li a[title=最後へ] {
  font-size: 0;
  color: transparent;
}
.pagerlist ul li a[title=最後へ]::before {
  content: "最後";
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
  color: black;
}
.pagerlist ul li a[title=最後へ]::after {
  content: "";
  background-image: url("../img/common/chevron_right_double.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  display: block;
}
.pagerlist ul li a[title=前へ] {
  font-size: 0;
  color: transparent;
}
.pagerlist ul li a[title=前へ]::after {
  content: "";
  background-image: url("../img/common/chevron_right_big.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
  display: block;
  transform: scaleX(-1);
}
.pagerlist ul li a[title=最初へ] {
  font-size: 0;
  color: transparent;
}
.pagerlist ul li a[title=最初へ]::after {
  content: "最初";
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
  color: black;
}
.pagerlist ul li a[title=最初へ]::before {
  content: "";
  background-image: url("../img/common/chevron_right_double.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  transform: scaleX(-1);
}

.c-item-desc {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding-top: 20px;
}
.c-item-desc br {
  display: noen;
}
@media screen and (min-width: 768px) {
  .c-item-desc br {
    display: block;
  }
}

.c-item-table tr {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 400;
}
.c-item-table tr:nth-of-type(1) {
  border-top: 1px solid #CECECE;
}
.c-item-table tr {
  border-bottom: 1px solid #CECECE;
}
@media screen and (min-width: 768px) {
  .c-item-table tr td:nth-of-type(1) {
    width: 100px;
  }
}

#raw-material-link {
  text-decoration: underline;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 500;
}

#contact-page-link {
  text-decoration: underline;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 500;
}

input[type=button][value=戻る].regi_back {
  background-color: #E2E2E2 !important;
}

.js-fade, .js-fade--appear, .js-fade--delay {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  pointer-events: none;
  opacity: 0;
}
.js-fade--delay {
  animation-delay: 0.8s !important;
}
.js-fade--delay--active {
  animation: fade-appear 1.5s forwards;
}
.js-fade--active {
  animation: fade-appear 1.5s forwards;
}
.js-fade--appear--active {
  animation: fade-appear 1.5s forwards;
}
@media screen and (min-width: 768px) {
  .js-fade--history--right {
    opacity: 0;
  }
}
.js-fade--history--right .l-age i {
  opacity: 0;
  transform: translateX(50px);
}
.js-fade--history--right .l-desc {
  opacity: 0;
  transform: translateX(50px);
}
.js-fade--history--right--active {
  animation: fade-history 1s forwards;
}
@media screen and (min-width: 768px) {
  .js-fade--history--right--active {
    animation: fade-history-right 1s forwards;
  }
}
.js-fade--history--right--active .l-age i {
  opacity: 1;
  transform: translateX(0px) !important;
}
.js-fade--history--right--active .l-desc {
  opacity: 1;
  transform: translateX(0px);
}
@media screen and (min-width: 768px) {
  .js-fade--history--left {
    opacity: 0;
  }
}
.js-fade--history--left .l-age i {
  opacity: 1;
  transform: translateX(-50px);
}
.js-fade--history--left .l-desc {
  opacity: 1;
  transform: translateX(-50px);
}
.js-fade--history--left--active {
  animation: fade-history 1s forwards;
}
@media screen and (min-width: 768px) {
  .js-fade--history--left--active {
    animation: fade-history-left 1s forwards;
  }
}
.js-fade--history--left--active .l-age i {
  opacity: 1;
  transform: translateX(0px);
}
.js-fade--history--left--active .l-desc {
  opacity: 1;
  transform: translateX(0px);
}

.js-delay {
  animation-delay: 1s !important;
}

@keyframes fade-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
@keyframes fade-history {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-history-right {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-history-left {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}

.js-fv #fv-animation1 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 0.2s forwards fv-width;
}
.js-fv #fv-animation2 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 1s forwards fv-width;
}
.js-fv #fv-animation3 {
  opacity: 0;
  transform: translateY(50px);
  animation: 1s 1.5s forwards fv-fade-up;
}
.js-fv #fv-animation4 {
  opacity: 0;
  transform: translateY(50px);
  animation: 1s 2s forwards fv-fade-up;
}

@keyframes fv-width {
  0% {
    max-width: 0;
    opacity: 1;
  }
  100% {
    max-width: 100%;
    opacity: 1;
  }
}
@keyframes fv-fade-up {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-load {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 2s;
}
.js-load--hidden {
  opacity: 0;
  pointer-events: none;
  transition-delay: 3s;
}
.js-load__logo {
  width: 145px;
  height: 187px;
  opacity: 0;
  background-image: url("../img/common/logo_v.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: 2s 1s forwards js-load-logo;
}

@keyframes js-load-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-item-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 100000;
  transition: 0.3s;
}
.js-item-modal[data-type=modal-noshi-open] .js-item-modal__wrapper::before {
  background-image: url("../img/common/modal_noshi_sp.webp");
  width: 335px;
  height: 1214px;
}
@media screen and (min-width: 768px) {
  .js-item-modal[data-type=modal-noshi-open] .js-item-modal__wrapper::before {
    background-image: url("../img/common/modal_noshi_pc.webp");
    width: 800px;
    height: 850px;
  }
}
.js-item-modal[data-type=modal-naire-open] .js-item-modal__wrapper::before {
  background-image: url("../img/common/modal_naire_sp.webp");
  width: 335px;
  height: 1136px;
}
@media screen and (min-width: 768px) {
  .js-item-modal[data-type=modal-naire-open] .js-item-modal__wrapper::before {
    background-image: url("../img/common/modal_naire_pc.webp");
    width: 800px;
    height: 850px;
  }
}
.js-item-modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.js-item-modal__container {
  background-color: white;
  border-radius: 8px;
  width: calc(100% - 40px);
  max-height: calc(100dvh - 100px);
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .js-item-modal__container {
    width: 800px;
    max-height: min(850px, 100dvh - 100px);
  }
}
.js-item-modal__wrapper {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.js-item-modal__wrapper::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .js-item-modal__wrapper {
    -ms-overflow-style: none; /* IE, Edge(旧) */
    scrollbar-width: none; /* Firefox */
  }
  .js-item-modal__wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
}
.js-item-modal__close {
  position: absolute;
  width: 31px;
  height: 31px;
  background-image: url("../img/common/icon_close_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 20px;
  right: 20px;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */