@charset "UTF-8";
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@font-face {
  font-family: "rageItalicLet";
  src: url(../fonts/rage-italic-let-plain-1-0.woff) format("woff");
}
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #343434;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
}

p {
  font-size: 1.3rem;
  line-height: 1.8em;
  color: #343434;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  p {
    font-size: 1.4rem;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #343434;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:focus {
  outline: none;
}

* {
  box-sizing: border-box !important;
  letter-spacing: 0.1rem;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item > img {
  max-height: 90vh;
}

.modaal-inner-wrapper {
  padding: 0 !important;
}

.modaal-container {
  width: unset !important;
  background-color: unset !important;
  box-shadow: unset !important;
  max-width: unset !important;
}

/* =========================================================
slickの設定
=========================================================*/
.slick-dots {
  left: 0;
}
.slick-dots > li > button::before {
  color: white !important;
  opacity: 1 !important;
  font-size: 10px !important;
}
.slick-dots > li.slick-active > button::before {
  color: #195CC6 !important;
  opacity: 1 !important;
}

.slick-arrow {
  z-index: 1 !important;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow::after {
  position: relative;
  display: block;
  content: "";
  z-index: 1;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .slick-arrow::after {
    width: 30px;
    height: 30px;
  }
}
.slick-arrow.slick-prev {
  left: 2px !important;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: 5px !important;
  }
}
.slick-arrow.slick-prev::after {
  background-image: url(../images/common/slide_arrow_left.svg);
}
.slick-arrow.slick-next {
  right: 5px !important;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next {
    right: 15px !important;
  }
}
.slick-arrow.slick-next::after {
  background-image: url(../images/common/slide_arrow_right.svg);
}

.swiper .swiper-pagination {
  position: initial !important;
  margin-top: 40px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(62, 55, 45, 0.7);
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent white;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .swiper .swiper-button-prev {
    left: -20px;
  }
}
.swiper .swiper-button-prev::before {
  rotate: 180deg;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .swiper .swiper-button-next {
    right: -20px;
  }
}
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
@font-face {
  font-family: "rageItalicLet";
  src: url(../fonts/rage-italic-let-plain-1-0.woff) format("woff");
}
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #343434;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
}

p {
  font-size: 1.3rem;
  line-height: 1.8em;
  color: #343434;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  p {
    font-size: 1.4rem;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #343434;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:focus {
  outline: none;
}

* {
  box-sizing: border-box !important;
  letter-spacing: 0.1rem;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item > img {
  max-height: 90vh;
}

.modaal-inner-wrapper {
  padding: 0 !important;
}

.modaal-container {
  width: unset !important;
  background-color: unset !important;
  box-shadow: unset !important;
  max-width: unset !important;
}

/* =========================================================
slickの設定
=========================================================*/
.slick-dots {
  left: 0;
}
.slick-dots > li > button::before {
  color: white !important;
  opacity: 1 !important;
  font-size: 10px !important;
}
.slick-dots > li.slick-active > button::before {
  color: #195CC6 !important;
  opacity: 1 !important;
}

.slick-arrow {
  z-index: 1 !important;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow::after {
  position: relative;
  display: block;
  content: "";
  z-index: 1;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .slick-arrow::after {
    width: 30px;
    height: 30px;
  }
}
.slick-arrow.slick-prev {
  left: 2px !important;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: 5px !important;
  }
}
.slick-arrow.slick-prev::after {
  background-image: url(../images/common/slide_arrow_left.svg);
}
.slick-arrow.slick-next {
  right: 5px !important;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next {
    right: 15px !important;
  }
}
.slick-arrow.slick-next::after {
  background-image: url(../images/common/slide_arrow_right.svg);
}

.swiper .swiper-pagination {
  position: initial !important;
  margin-top: 40px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(62, 55, 45, 0.7);
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent white;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .swiper .swiper-button-prev {
    left: -20px;
  }
}
.swiper .swiper-button-prev::before {
  rotate: 180deg;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .swiper .swiper-button-next {
    right: -20px;
  }
}
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
@font-face {
  font-family: "rageItalicLet";
  src: url(../fonts/rage-italic-let-plain-1-0.woff) format("woff");
}
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #343434;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
}

p {
  font-size: 1.3rem;
  line-height: 1.8em;
  color: #343434;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  p {
    font-size: 1.4rem;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #343434;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:focus {
  outline: none;
}

* {
  box-sizing: border-box !important;
  letter-spacing: 0.1rem;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item > img {
  max-height: 90vh;
}

.modaal-inner-wrapper {
  padding: 0 !important;
}

.modaal-container {
  width: unset !important;
  background-color: unset !important;
  box-shadow: unset !important;
  max-width: unset !important;
}

/* =========================================================
slickの設定
=========================================================*/
.slick-dots {
  left: 0;
}
.slick-dots > li > button::before {
  color: white !important;
  opacity: 1 !important;
  font-size: 10px !important;
}
.slick-dots > li.slick-active > button::before {
  color: #195CC6 !important;
  opacity: 1 !important;
}

.slick-arrow {
  z-index: 1 !important;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow::after {
  position: relative;
  display: block;
  content: "";
  z-index: 1;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .slick-arrow::after {
    width: 30px;
    height: 30px;
  }
}
.slick-arrow.slick-prev {
  left: 2px !important;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: 5px !important;
  }
}
.slick-arrow.slick-prev::after {
  background-image: url(../images/common/slide_arrow_left.svg);
}
.slick-arrow.slick-next {
  right: 5px !important;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next {
    right: 15px !important;
  }
}
.slick-arrow.slick-next::after {
  background-image: url(../images/common/slide_arrow_right.svg);
}

.swiper .swiper-pagination {
  position: initial !important;
  margin-top: 40px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(62, 55, 45, 0.7);
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent white;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .swiper .swiper-button-prev {
    left: -20px;
  }
}
.swiper .swiper-button-prev::before {
  rotate: 180deg;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .swiper .swiper-button-next {
    right: -20px;
  }
}
.p-priceToPrice {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  position: relative;
}
.p-priceToPrice::before {
  display: block;
  content: "▶︎";
  position: absolute;
  left: 45%;
  top: 50%;
  font-size: clamp(14px, 1.8229vw, 20px);
  translate: -45% -50%;
  color: #F3DDDD;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-priceToPrice::before {
    left: 52%;
    translate: -52% -50%;
  }
}
.p-priceToPrice > p {
  height: 100%;
}
.p-prices .p-price {
  text-align: center;
}
.p-prices .p-price > span,
.p-prices .p-price > b {
  color: #786559;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p-prices .p-price > span b,
.p-prices .p-price > b b {
  color: #786559;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p-prices .p-price > span {
  display: block;
}
.p-prices .p-price > b {
  display: inline-block;
}
.p-prices .p-price > b > small {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 16px;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-prices .p-price.p-price--normal {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-end;
  }
}
.p-prices .p-price.p-price--normal > span {
  font-size: clamp(12px, 1.5625vw, 16px);
}
.p-prices .p-price.p-price--normal > b {
  font-size: clamp(14px, 1.8229vw, 21px);
}
.p-prices .p-price.p-price--normal > b > b {
  font-size: 1.2em;
}
.p-prices .p-price.p-price--discount > span {
  margin-bottom: 10px;
}
.p-prices .p-price.p-price--discount > span > span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 20px;
  color: #FFE16A;
  border-radius: 20px;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #466565;
}
.p-prices .p-price.p-price--discount > b {
  font-size: clamp(18px, 2.3437vw, 30px);
}
.p-prices .p-price.p-price--discount > b > b {
  font-size: 1.3em;
}

.p-benefitBlock {
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefitBlock {
    display: grid;
    gap: 0px 40px;
  }
}
.p-benefitBlock:not(:last-child) {
  margin-bottom: 30px !important;
}
.p-benefitBlock > *:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefitBlock.p-benefitBlock--large > *:not(:last-child) {
    margin-bottom: initial;
  }
}
.p-benefitBlock.p-benefitBlock--small {
  display: block !important;
  width: calc(33.3333333333% - 7px);
}
.p-benefitBlock.p-benefitBlock--small .p-benefitBlock__title {
  text-align: center;
}
.p-benefitBlock.p-benefitBlock--small .p-benefitBlock__img {
  min-width: 100% !important;
  max-width: 100% !important;
}
.p-benefitBlock.p-benefitBlock--small img {
  display: block;
  width: 100%;
  height: auto;
}
.p-benefitBlock .p-benefitBlock__title {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  line-height: 1.6;
  font-size: 16px;
  border-bottom: 1px dashed #212121;
}
.p-benefitBlock .p-benefitBlock__title > b {
  width: 100%;
  margin-bottom: 10px;
}
.p-benefitBlock .p-benefitBlock__title > b > span {
  display: inline-block;
  padding: 2.5px 10px;
  border-radius: 5px;
  color: white;
  background-color: #EF8E95;
}
.p-benefitBlock .p-benefitBlock__title > span:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 10px;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  color: #212121;
  border-radius: 50%;
  background-color: #E7FF44;
}
.p-benefitBlock .p-benefitBlock__title > span:first-child > span {
  display: block;
  color: #212121;
}
.p-benefitBlock .p-benefitBlock__title > span:last-child {
  flex: 1;
  letter-spacing: -0.025em;
}
.p-benefitBlock .p-benefitBlock__title > span > b {
  color: #AE0C0C;
}
.p-benefitBlock .p-benefitBlock__title > span > span {
  display: block;
}
.p-benefitBlock .p-benefitBlock__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefitBlock .p-benefitBlock__img {
    grid-column: 2/3;
    grid-row: 1/5;
    min-width: 360px;
    max-width: 360px;
  }
}
.p-benefitBlock .p-benefitBlock__img > img {
  display: block;
  width: 100%;
  height: auto;
}
.p-benefitBlock .p-benefitBlock__img.p-benefitBlock__img--narrow::before {
  display: block;
  content: "";
  padding-top: 50%;
}
.p-benefitBlock .p-benefitBlock__text {
  grid-column: 1/2;
  grid-row: 2/3;
  text-align: justify;
  line-height: 1.8;
}
.p-benefitBlock .p-benefitBlock__text > span {
  display: block;
  margin-bottom: 10px;
}
.p-benefitBlock .p-benefitBlock__text > span > span {
  display: inline-block;
  padding: 10px;
  background-color: #F5F5F5;
}
.p-benefitBlock .p-benefitBlock__text > b {
  color: #AE0C0C;
}
.p-benefitBlock .p-benefitBlock__notification {
  margin-top: 20px;
  padding: 30px;
  text-align: center;
  border: 1px solid #AE0C0C;
}
.p-benefitBlock .p-benefitBlock__notification > *:not(:last-child), .p-benefitBlock .p-benefitBlock__notification > *:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-benefitBlock .p-benefitBlock__notification .p-benefitBlock__notification__title {
  line-height: 1.6;
}
.p-benefitBlock .p-benefitBlock__notification .p-benefitBlock__notification__title > dt {
  font-size: 20px;
  color: #AE0C0C;
}
.p-benefitBlock .p-benefitBlock__notification .p-benefitBlock__notification__title > dd {
  font-size: 14px;
}
.p-benefitBlock .p-benefitBlock__notification .p-benefitBlock__notification__price {
  justify-content: center;
}
.p-benefitBlock .p-benefitBlock__notification .p-benefitBlock__notification__price > dd > b {
  font-size: 40px;
}
.p-benefitBlock .p-benefitBlock__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-benefitBlock .p-benefitBlock__list > li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background-color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .p-benefitBlock .p-benefitBlock__list > li {
    width: calc(50% - 5px);
    padding: 15px;
  }
}
.p-benefitBlock .p-benefitBlock__list > li > span {
  font-size: 12px;
}
.p-benefitBlock .p-benefits {
  grid-column: 1/3;
  grid-row: 5/6;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefitBlock .p-benefits > li {
    width: 23.75%;
  }
}
.p-benefitColumn {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.p-benefitColumn .p-benefitBlock {
  width: 100% !important;
  margin-bottom: initial !important;
}
@media screen and (min-width: 768px) {
  .p-benefitColumn .p-benefitBlock:not(.p-benefitBlock--large) {
    width: calc(33.3333333333% - 7px) !important;
  }
}
.p-plan-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list.p-plan-list--noFlex {
    display: block;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list.p-plan-list--noFlex .p-plan-list__item {
    flex: 1;
    display: flex;
    gap: 30px;
  }
}
.p-plan-list.p-plan-list--noFlex .p-plan-list__item .p-plan-list__item__img,
.p-plan-list.p-plan-list--noFlex .p-plan-list__item > div {
  flex: 1;
}
.p-plan-list.p-plan-list--noFlex .p-plan-list__item .p-plan-list__item__img {
  position: relative;
  overflow: hidden;
}
.p-plan-list.p-plan-list--noFlex .p-plan-list__item .p-plan-list__item__img::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.p-plan-list.p-plan-list--noFlex .p-plan-list__item .p-plan-list__item__img > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list.p-plan-list--noFlex .p-plan-list__item > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list .p-plan-list__item {
    width: calc(50% - 15px);
  }
}
.p-plan-list .p-plan-list__item:not(:last-child) {
  margin-bottom: 40px;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img:not(.p-plan-list__item__img--slide) {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  overflow-x: hidden;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide {
  width: 100% !important;
  overflow-x: hidden;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide > div {
  width: 100% !important;
  height: auto !important;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide > div > div {
  width: 100% !important;
  height: auto !important;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide > div > div img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-prev,
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-next {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
  background-color: #EF8E95;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-prev::before,
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-next::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent white;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-prev::after,
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-next::after {
  display: none;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-prev {
  left: 10px;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-prev::before {
  rotate: 180deg;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-next {
  right: 10px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) {
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) > * {
  text-align: center;
  justify-content: center;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) > *:not(:last-child) {
  margin-bottom: 30px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title {
  line-height: 1.8;
  font-size: 12px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title {
    font-size: 14px;
  }
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title * {
  display: block;
  color: #AE0C0C;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title b {
  color: #AE0C0C;
  font-size: 20px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title small {
  display: block;
  color: #392709;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title.p-plan-list__item__title--blue b {
  color: #0C3DAE;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__includes > dt {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 14px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__includes > dt > small {
  display: block;
  font-size: 0.8em;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__includes > dd {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 14px;
  background-color: #F5F5F5;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits {
  gap: 10px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li {
  flex-wrap: wrap;
  flex-direction: initial;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li {
    width: calc(50% - 5px);
  }
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li * {
  font-size: 14px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li br {
  display: none;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li span,
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li b {
  width: 100%;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li small {
  font-size: 10px;
}

.p-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: space-between;
}
.p-benefits > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  width: calc(50% - 10px);
  background-color: #FFEFEF;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefits > li {
    font-size: 20px;
  }
}
.p-benefits > li * {
  display: block;
}
.p-benefits > li span {
  font-size: 11px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefits > li span {
    font-size: 15px;
  }
}
.p-benefits > li b {
  font-size: 20px;
  line-height: 1.4;
  color: #AE0C0C;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefits > li b {
    font-size: 30px;
  }
}
.p-benefits > li small {
  font-size: 8px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefits > li small {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p-appear--md {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-appear--lg {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  .p-appear--xl {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) and (min-width: 1570px) {
  .p-appear--xxl {
    display: none;
  }
}

.p-link {
  transition: all 0.6s;
}
.p-link:active {
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .p-link:active {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-link:hover {
    opacity: 0.3;
  }
}

.p-accordionNemu .p-accordionNemu__list {
  display: none;
}
.p-accordionNemu .p-accordionNemu__list .p-accordionNemu__list__item {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-introduceBlock .p-introduceBlock__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock .p-introduceBlock__item {
    width: 32%;
    margin-bottom: 3rem !important;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    align-items: center;
  }
}
.p-introduceBlock .p-introduceBlock__item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock .p-introduceBlock__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock .p-introduceBlock__item:not(:nth-child(3n+3)) {
    margin-right: 2%;
  }
}
.p-introduceBlock .p-introduceBlock__item > dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -1rem;
  top: -1rem;
  min-width: 4.4rem;
  min-height: 4.4rem;
  max-width: 4.4rem;
  max-height: 4.4rem;
  margin-right: 1rem;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #C1BEBC;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock .p-introduceBlock__item > dt {
    position: absolute;
    left: -1.8rem;
    top: -2.2rem;
    min-width: 4.8rem;
    min-height: 4.8rem;
    max-width: 4.8rem;
    max-height: 4.8rem;
    font-size: 1.1rem;
  }
}
.p-introduceBlock .p-introduceBlock__item > dt > b {
  margin-top: 0.2rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-introduceBlock .p-introduceBlock__item > dd {
  font-size: 1.3rem;
  line-height: 1.6em;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock .p-introduceBlock__item > dd {
    font-size: 1.6rem;
  }
}
.p-introduceBlock .p-introduceBlock__item > dd > p:not(:last-child) {
  margin-bottom: 1rem;
}
.p-introduceBlock .p-introduceBlock__item > dd > small {
  display: block;
  width: 100%;
  line-height: 1.4em;
  font-size: 0.9rem;
}
.p-introduceBlock .p-introduceBlock__item > dd > b {
  margin-bottom: 1rem;
  font-weight: bold;
}

.p-tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-tagList .p-tagList__item {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-tagList .p-tagList__item {
    font-size: 1.6rem;
  }
}
.p-tagList .p-tagList__item > span {
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 0.5rem;
  font-weight: bold;
}
.p-tagList .p-tagList__item > span.p-tagList__item__space {
  min-width: auto;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-tagList .p-tagList__item > span.p-tagList__item__space {
    display: none;
  }
}
.p-tagList .p-tagList__item > span > span {
  display: block;
}
.p-tagList .p-tagList__item > small {
  vertical-align: bottom;
  font-size: 0.7rem;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-tagList .p-tagList__item > small {
    margin-left: 0.3rem;
    font-size: 1rem;
    font-weight: bold;
  }
}
.p-tagList.p-tagList--white .p-tagList__item > span {
  background-color: white;
}
.p-tagList.p-tagList--grey .p-tagList__item > span {
  background-color: rgba(0, 0, 0, 0.1);
}

.p-section__subBox > dt {
  text-align: center;
}
.p-section__subBox > dt > span {
  display: inline-block;
  padding: 1rem 2rem;
  line-height: 1.2em;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 5rem;
  border: 1px solid #C1BEBC;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  .p-section__subBox > dt > span {
    padding: 1rem 4rem;
    font-size: 2.4rem;
  }
}
.p-section__subBox > dt > span > small {
  display: block;
  font-weight: normal;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  .p-section__subBox > dt > span > small {
    font-size: 1.3rem;
  }
}
.p-section__subBox > dd {
  margin-top: -3rem;
  padding: 6rem 1.5rem 3rem;
  border: 1px solid #C1BEBC;
  border-radius: 1rem;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  .p-section__subBox > dd {
    padding: 6rem 3rem 3rem;
  }
}
.p-section__subBox > dd .p-section__subBox__item:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-section__subBox > dd .p-section__subBox__item .p-section__subBox__item__float {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    align-items: center;
  }
}
.p-section__subBox > dd .p-section__subBox__item .p-section__subBox__item__float > p {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-section__subBox > dd .p-section__subBox__item .p-section__subBox__item__float > p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes {
    display: flex;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item {
  padding: 1rem;
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes .p-plan--smallBoxes__item {
    flex: 1;
    padding: 1.8rem;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes .p-plan--smallBoxes__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item > h4 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes .p-plan--smallBoxes__item > h4 {
    margin-bottom: 4.5rem;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item > dl {
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-top: 2px dotted #C1BEBC;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes .p-plan--smallBoxes__item > dl {
    padding-bottom: 0.5rem;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item .p-plan--smallBoxes__item__tags .p-plan--smallBoxes__item__tags__tit {
  margin-top: -0.7rem;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes .p-plan--smallBoxes__item .p-plan--smallBoxes__item__tags .p-plan--smallBoxes__item__tags__tit {
    margin-top: -0.7rem;
    font-size: 1.6rem;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item .p-plan--smallBoxes__item__tags .p-plan--smallBoxes__item__tags__tit > span {
  padding-right: 1.5rem;
  font-weight: bold;
  background-color: #F7F7F7;
}
.p-plan--smallBoxes .p-plan--smallBoxes__item .p-plan--smallBoxes__item__tags .p-plan--smallBoxes__item__tags__tit > span::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 0.5rem;
  height: 1.6rem;
  margin-right: 1rem;
  background-color: #343434;
}
.p-plan--smallBoxes .p-plan--smallBoxes__item .p-plan--smallBoxes__item__tags .p-plan--smallBoxes__item__tags__tit.p-plan--smallBoxes__item__tags__tit--white > span {
  background-color: white;
}
.p-plan--smallBoxes.p-plan--smallBoxes--white > div {
  background-color: unset;
}

@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-column__wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-column__wrap .p-column__img {
    width: 35%;
  }
}
.p-column__wrap .p-column__img > img {
  max-width: 65%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-column__wrap .p-column__img > img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-column__wrap .p-column__content {
    width: 60%;
  }
}
.p-conversionBtns {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-conversionBtns {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-conversionBtns {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-conversionBtns .p-conversionBtns__btn {
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-conversionBtns .p-conversionBtns__btn {
    flex: 1;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.p-conversionBtns .p-conversionBtns__btn > a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-conversionBtns .p-conversionBtns__btn > a::before {
  display: block;
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.p-conversionBtns .p-conversionBtns__btn:first-child {
  margin-bottom: 1rem;
  background-color: #C1BEBC;
}
@media screen and (min-width: 768px) {
  .p-conversionBtns .p-conversionBtns__btn:first-child {
    margin-bottom: 0;
  }
}
.p-conversionBtns .p-conversionBtns__btn:first-child > a {
  color: white;
}
.p-conversionBtns .p-conversionBtns__btn:first-child > a::before {
  border-color: white;
}
.p-conversionBtns .p-conversionBtns__btn:last-child {
  border: 1px solid #C1BEBC;
}
.p-conversionBtns .p-conversionBtns__btn:last-child > a {
  color: #C1BEBC;
}
.p-conversionBtns .p-conversionBtns__btn:last-child > a::before {
  border-color: #C1BEBC;
}
.p-conversionBtns .p-conversionBtns__btn:hover {
  opacity: 0.3;
}

.p-benefitColumn {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.p-benefitColumn .p-benefitBlock {
  margin-bottom: initial !important;
}
.p-benefitColumn .p-benefitBlock.p-benefitBlock--small {
  display: block !important;
  width: calc(33.3333333333% - 7px);
}
.p-benefitColumn .p-benefitBlock.p-benefitBlock--small .p-benefitBlock__img {
  min-width: 100% !important;
  max-width: 100% !important;
}
.p-benefitColumn .p-benefitBlock.p-benefitBlock--small img {
  display: block;
  width: 100%;
  height: auto;
}

.p-planBox {
  width: 100%;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.p-planBox > *:not(:last-child) {
  margin-bottom: 15px;
}
.p-planBox .p-planBox__title {
  font-size: 20px;
  line-height: 1.6;
  color: #AE0C0C;
}
.p-planBox .p-planBox__title > span {
  display: block;
  color: #AE0C0C;
}
.p-planBox .p-planBox__price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-planBox .p-planBox__price > dt {
  padding: 5px;
  font-size: 14px;
  color: white;
  background-color: #212121;
}
.p-planBox .p-planBox__price > dd {
  font-size: 16px;
  color: #AE0C0C;
}
.p-planBox .p-planBox__price > dd > b {
  color: #AE0C0C;
  font-size: 1.2em;
}

.p-planColumn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-planColumn .p-planBox {
    flex: 1;
  }
}
.p-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-tab {
    gap: 20px;
  }
}
.p-tab .p-tab__content {
  order: 1;
  display: none;
  width: 100%;
}
.p-tab .p-tab__button {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: clamp(13px, 1.6927vw, 16px);
  color: white;
  background-color: #686868;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-tab .p-tab__button {
    height: 60px;
  }
}
.p-tab .p-tab__switch {
  display: none;
}
.p-tab .p-tab__switch:checked + .p-tab__button {
  color: white;
  background-color: #212121;
}
.p-tab .p-tab__switch:checked + .p-tab__button + .p-tab__content {
  display: block;
}

.p-costumeList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-costumeList > li {
  width: calc(50% - 5px);
}
@media screen and (min-width: 768px) {
  .p-costumeList > li {
    width: calc(33.3333333333% - 7px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-costumeList > li {
    width: calc(20% - 8px);
  }
}
.p-galleryList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-galleryList > li {
  width: calc(50% - 5px);
}
@media screen and (min-width: 768px) {
  .p-galleryList > li {
    width: calc(33.3333333333% - 7px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-galleryList > li {
    width: calc(25% - 7.5px);
  }
}
.p-accordion {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.p-accordion > dt {
  display: inline-block;
  padding: 20px;
  font-size: 19px;
  color: white;
  background-color: #D20D0D;
  cursor: pointer;
}
.p-accordion > dt > span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.p-accordion > dt > span > span {
  display: block;
  content: "";
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: white;
}
.p-accordion > dt > span > span::before, .p-accordion > dt > span > span::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 2px;
  height: 12px;
  background-color: #212121;
  transition: all 0.4s;
}
.p-accordion > dt > span > span::after {
  rotate: 90deg;
}
.p-accordion > dt.active > span > span::before {
  rotate: 90deg;
}
.p-accordion > dd {
  display: none;
  margin-top: 30px;
}

.p-includeList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-includeList {
    gap: 20px;
  }
}
.p-includeList > li {
  width: calc(33.3333333333% - 7px);
}
@media screen and (min-width: 768px) {
  .p-includeList > li {
    width: calc(33.3333333333% - 14px);
  }
}
.p-includeList > li > div {
  position: relative;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #212121;
  overflow: hidden;
}
.p-includeList > li > div::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.p-includeList > li > div > figure {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  line-height: 1.4;
}
.p-includeList > li > div > figure > img {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto auto 10px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-includeList > li > div > figure > img {
    width: 60px;
    height: 60px;
  }
}
.p-includeList > li > div > figure > figcaption {
  color: white;
  font-size: clamp(9px, 1.1718vw, 14px);
}
.p-includeList > li > div > figure > figcaption > small {
  color: white;
  font-size: 0.75em;
}
.p-includeList > li > p {
  font-size: clamp(9px, 1.1718vw, 14px);
}

.p-button {
  display: block;
  width: 100%;
  text-align: center;
  border: initial;
  background-color: initial;
}
.p-button > a {
  display: inline-block;
  padding: 20px;
  font-size: 16px;
  color: white;
  background-color: #212121;
}
.p-button > a i {
  color: white;
}

body {
  /* =========================================================
  ヘッダー
  ========================================================= */
  /* =========================================================
  フッター
  =========================================================*/
  /* =========================================================
  メインコンテンツ
  =========================================================*/
}
body .l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: white;
  transition: all 0.3s;
  z-index: 10;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    height: 100px;
  }
}
body .l-header .l-header__logo {
  max-width: 200px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-header .l-header__logo {
    position: initial;
    left: initial;
    top: initial;
    max-width: 296px;
  }
}
body .l-header .l-header__logo > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}
body .l-header .l-header__logo > a > img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
body .l-header .l-header__hamburgerMenu {
  display: block;
  position: absolute;
  right: 1.7rem;
  top: 2.7rem;
  width: 30px !important;
  height: 22px !important;
  transform: translateY(-50%);
  border: none;
  background-color: unset;
  z-index: 101;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-header .l-header__hamburgerMenu {
    display: none;
  }
}
body .l-header .l-header__hamburgerMenu > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 0.5rem;
  transition: all 0.2s;
  background: #000000;
}
body .l-header .l-header__hamburgerMenu > span:nth-child(1) {
  top: 0;
}
body .l-header .l-header__hamburgerMenu > span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
body .l-header .l-header__hamburgerMenu > span:nth-child(3) {
  bottom: 0;
}
body .l-header .l-header__hamburgerMenu.open > span:nth-child(1) {
  top: 0.95rem;
  transform: rotate(45deg);
}
body .l-header .l-header__hamburgerMenu.open > span:nth-child(2) {
  opacity: 0;
}
body .l-header .l-header__hamburgerMenu.open > span:nth-child(3) {
  bottom: 0.95rem;
  transform: rotate(-45deg);
}
body .l-header .l-header__nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-header .l-header__nav {
    position: static;
    width: unset;
    height: 100%;
    opacity: 1 !important;
    pointer-events: visible;
    background-color: unset;
  }
}
body .l-header .l-header__nav .l-header__nav__wrap {
  padding: 6.5rem 3rem 0;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-header .l-header__nav .l-header__nav__wrap {
    display: flex;
    height: 100%;
    padding: 0;
  }
}
body .l-header .l-header__nav .l-header__nav__wrap .l-header__nav__item {
  border-bottom: 1px solid #343434;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-header .l-header__nav .l-header__nav__wrap .l-header__nav__item {
    display: flex;
    align-items: center;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-header .l-header__nav .l-header__nav__wrap .l-header__nav__item:not(:nth-last-child(-n+2))::after {
    display: block;
    content: "/";
    margin-left: 30px;
  }
}
body .l-header .l-header__nav .l-header__nav__wrap .l-header__nav__item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-header .l-header__nav .l-header__nav__wrap .l-header__nav__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) and (min-width: 1570px) {
  body .l-header .l-header__nav .l-header__nav__wrap .l-header__nav__item:not(:last-child) {
    margin-right: 3rem;
  }
}
body .l-header .l-header__nav .l-header__nav__wrap .l-header__nav__item > a {
  display: block;
  padding-bottom: 0.2rem;
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 0.3rem;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-header .l-header__nav .l-header__nav__wrap .l-header__nav__item > a {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 2.5rem 0;
  }
}
body .l-header .l-header__nav .l-header__nav__wrap .l-header__nav__item > a > span {
  font-weight: bold;
}
body .l-header .l-header__nav .l-header__nav__wrap .l-header__nav__item.l-header__nav__item--button {
  background-color: #466565;
}
body .l-header .l-header__nav .l-header__nav__wrap .l-header__nav__item.l-header__nav__item--button > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 60px;
  padding: 0 20px;
  color: white;
}
body .l-header .l-header__nav .l-header__nav__btns {
  display: flex;
  justify-content: center;
  padding: 3rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-header .l-header__nav .l-header__nav__btns {
    display: block;
    position: fixed;
    right: 0;
    top: 15rem;
    padding: 0;
    box-shadow: -1px 0 10px rgba(0, 0, 0, 0.1);
  }
}
body .l-header .l-header__nav .l-header__nav__btns .l-header__nav__btns__item {
  flex: 1;
  background-color: #212121;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-header .l-header__nav .l-header__nav__btns .l-header__nav__btns__item {
    flex: unset;
    width: 50px;
  }
}
body .l-header .l-header__nav .l-header__nav__btns .l-header__nav__btns__item > a {
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  color: white;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-header .l-header__nav .l-header__nav__btns .l-header__nav__btns__item > a {
    padding: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-header.narrow {
    height: 60px;
  }
}
body .l-header.active .l-header__nav {
  opacity: 1;
  pointer-events: visible;
}
body .l-footer {
  padding: 30px;
  background-color: #272727;
}
body .l-footer .l-footer__copy {
  text-align: center;
  color: white;
}
body .l-footer .l-footer__nav {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-footer .l-footer__nav > ul {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
body .l-footer .l-footer__nav > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-footer .l-footer__nav > ul > li:not(:last-child) {
    margin-bottom: initial;
  }
}
body .l-footer .l-footer__nav > ul > li > a {
  display: block;
  color: white;
  text-align: center;
  font-size: 14px;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-footer .l-footer__nav > ul > li > a {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-footer .l-footer__nav > ul > li:not(:nth-last-child(-n+2)) > a::after {
    display: block;
    content: "/";
    margin-left: 20px;
    color: white;
  }
}
body .l-footer .l-footer__nav > ul > li:last-child > a {
  padding: 20px;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #466565;
}
body .l-fixedButton {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #212121;
  z-index: 10;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-fixedButton {
    display: none;
  }
}
body .l-fixedButton > a {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  font-size: 18px;
}
body .l-fixedButton > a * {
  color: white;
}
body .l-fixedButton > a > span {
  display: flex;
  gap: 10px;
}
body .l-main {
  overflow-x: hidden !important;
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main {
    margin-top: 100px;
  }
}
body .l-main .l-page-menu {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main .l-page-menu {
    display: none;
  }
}
body .l-main .l-page-menu > h2 {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
body .l-main .l-page-menu > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body .l-main .l-page-menu > ul > li {
  width: calc(50% - 5px);
  border-radius: 5px;
  background-color: white;
}
body .l-main .l-page-menu > ul > li > a {
  display: block;
  padding: 15px 0;
  letter-spacing: 0.1em;
  text-align: center;
}
body .l-main .l-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main .l-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
body .l-main .l-section .l-section__block:not(:last-child) {
  margin-bottom: 120px;
}
body .l-main .l-section .l-section__box:not(:last-child) {
  margin-bottom: 60px;
}
body .l-main .l-section .l-section__box .l-section__box__parts:not(:last-child) {
  margin-bottom: 40px;
}
body .l-main .l-section .l-section__box .l-section__box__parts > *:not(:last-child) {
  margin-bottom: 20px;
}
body .l-main .l-section .l-section__box .l-section__box__parts .l-section__box__parts__title {
  font-size: 16px;
}
body .l-main .l-section .l-section__title {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 100px;
  align-items: flex-end;
}
body .l-main .l-section .l-section__title::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(40px, 5.2083vw, 70px);
  color: #BBA1A1;
  font-family: "nueva-std", serif;
  font-style: normal;
  font-style: oblique;
}
body .l-main .l-section .l-section__title > span > span {
  display: block;
  width: 100%;
  font-size: 30px;
  font-size: clamp(18px, 2.3437vw, 30px);
  line-height: 1.6;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .l-main .l-section .l-section__title.l-section__title--indent > span {
  width: 100%;
}
body .l-main .l-section .l-section__lead * {
  line-height: 2 !important;
}
body .l-main .l-section .l-section__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main .l-section .l-section__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) and (min-width: 1570px) {
  body .l-main .l-section .l-section__inner {
    padding-left: 250px;
    padding-right: 250px;
  }
}
body .l-main .l-section .l-section__parts:not(:last-child), body .l-main .l-section .l-section__parts:not(:last-of-type) {
  margin-bottom: 40px;
}
body .l-main .l-contact {
  text-align: center;
  background-color: #F3DDDD;
}
body .l-main .l-contact h2 {
  margin-bottom: 30px;
  font-family: "nueva-std", serif;
  font-style: normal;
  color: white;
  font-size: clamp(53px, 6.901vw, 106px);
}
body .l-main .l-contact ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main .l-contact ul {
    gap: 70px;
  }
}
body .l-main .l-contact ul > li {
  width: 100%;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main .l-contact ul > li {
    flex: 1;
  }
}
body .l-main .l-contact ul > li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: clamp(13px, 1.6927vw, 16px);
  line-height: 1.6;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .l-main .l-contact ul > li > span::before, body .l-main .l-contact ul > li > span::after {
  display: block;
  content: "";
  width: 20px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .l-main .l-contact ul > li > span::before {
  background-image: url(../images/_new/contact_img01.svg);
}
body .l-main .l-contact ul > li > span::after {
  background-image: url(../images/_new/contact_img02.svg);
}
body .l-main .l-contact ul > li > button {
  display: block;
  width: 100%;
  height: 60px;
  border: initial;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main .l-contact ul > li > button {
    height: 90px;
  }
}
body .l-main .l-contact ul > li > button > a {
  display: block;
  color: white;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(14px, 1.8229vw, 20px);
}
body .l-main .l-contact ul > li:first-child > button {
  background-color: #466565;
}
body .l-main .l-contact ul > li:last-child > button {
  background-color: #313131;
}
body .l-main .l-introduce {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  font-size: clamp(12px, 1.5625vw, 20px);
  text-align: center;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main .l-introduce {
    padding: 20px;
  }
}
body .l-main .l-introduce > span {
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-style: normal;
}
body .l-main .l-introduce > button {
  border: 1px solid white;
  background-color: initial;
}
body .l-main .l-introduce > button > a {
  display: block;
  padding: 10px;
  font-size: clamp(12px, 1.5625vw, 18px);
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-style: normal;
}
body .l-main .l-hero {
  position: relative;
  height: 60vh;
  animation-name: heroAnimation;
  animation-duration: 1.2s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes heroAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main .l-hero {
    height: 900px;
  }
}
body .l-main .l-hero .l-hero__title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main .l-hero .l-hero__title {
    left: 30px;
  }
}
body .l-main .l-hero .l-hero__title > span {
  display: block;
  font-size: clamp(18px, 2.3437vw, 30px);
  line-height: 1.6;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .l-main .l-hero .l-hero__title > b {
  font-size: clamp(50px, 6.5104vw, 150px);
  color: white;
  font-weight: bold;
  font-family: "nueva-std", serif;
  font-style: normal;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.64);
}
body .l-main .l-hero .l-hero__title > b > b {
  font-size: 2em;
  font-weight: bold;
  font-family: "nueva-std", serif;
  font-style: normal;
  color: white;
}
body .l-main .l-hero .l-hero__copy {
  display: flex;
  flex-flow: row-reverse;
  gap: 20px;
  gap: clamp(10px, 1.302vw, 20px);
  position: absolute;
  right: 10%;
  top: 50px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main .l-hero .l-hero__copy {
    top: 100px;
  }
}
body .l-main .l-hero .l-hero__copy > p {
  writing-mode: vertical-rl;
}
body .l-main .l-hero .l-hero__copy > p > span {
  display: inline-block;
  padding: clamp(5px, 0.651vw, 10px);
  font-size: clamp(13px, 1.6927vw, 30px);
  letter-spacing: 0.3em;
  background-color: white;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .l-main .l-hero .l-hero__bg {
  position: relative;
  width: 100%;
  height: 100%;
}
body .l-main .l-hero .l-hero__bg > img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main .l-hero .l-hero__bg > img {
    left: 50%;
    translate: -50% -50%;
  }
}
@media screen and (min-width: 768px) {
  body .l-main .l-hero .l-hero__bg > img.l-hero__bgs--sp {
    display: none;
  }
}
body .l-main .l-hero .l-hero__bg > img.l-hero__bgs--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  body .l-main .l-hero .l-hero__bg > img.l-hero__bgs--pc {
    display: block;
  }
}
body .l-main #intro {
  position: relative;
}
body .l-main #intro::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 200px;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/_new/texture_star.svg);
  z-index: -1;
}
body .l-main #intro .l-intro__column {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 80px;
  margin-top: 100px;
}
body .l-main #intro .l-intro__column > dl {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body .l-main #intro .l-intro__column > dl {
    flex: 1;
  }
}
body .l-main #intro .l-intro__column > dl > *:not(:last-child), body .l-main #intro .l-intro__column > dl > *:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #intro .l-intro__column > dl > *:not(:last-child), body .l-main #intro .l-intro__column > dl > *:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
body .l-main #intro .l-intro__column > dl > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% - 40px);
  height: 60px;
  margin-left: auto;
  padding-left: 40px;
  color: white;
  font-size: clamp(16px, 2.60833vw, 24px);
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  body .l-main #intro .l-intro__column > dl > dt {
    width: calc(100% - 70px);
    height: 80px;
    padding-left: 70px;
  }
}
body .l-main #intro .l-intro__column > dl > dt > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 100px;
  height: 100px;
  font-size: clamp(24px, 3.125vw, 40px);
  color: white;
  border: 5px solid white;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  body .l-main #intro .l-intro__column > dl > dt > span {
    left: -80px;
    width: 140px;
    height: 140px;
  }
}
body .l-main #intro .l-intro__column > dl > dt > span > b {
  color: white;
  font-size: 2em;
  font-family: "nueva-std", serif;
  font-style: normal;
  font-style: oblique;
}
body .l-main #intro .l-intro__column > dl > dt > span > span {
  margin-bottom: -15px;
  color: white;
  font-family: "nueva-std", serif;
  font-style: normal;
  font-style: oblique;
}
body .l-main #intro .l-intro__column > dl > dd {
  line-height: 1.6;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(20px, 2.6041vw, 30px);
}
body .l-main #intro .l-intro__column > dl:first-of-type > dt {
  background-color: #BBA1A1;
}
body .l-main #intro .l-intro__column > dl:first-of-type > dt > span {
  background-color: #BBA1A1;
}
body .l-main #intro .l-intro__column > dl:last-of-type > dt {
  background-color: #466565;
}
body .l-main #intro .l-intro__column > dl:last-of-type > dt > span {
  background-color: #466565;
}
body .l-main #specialItem {
  background-color: #F3DDDD;
}
body .l-main #specialItem .l-section__title {
  justify-content: center;
  text-align: center;
}
body .l-main #specialItem .l-specialItem__content {
  padding: 20px;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #specialItem .l-specialItem__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
body .l-main #specialItem .l-specialItem__content > *:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #specialItem .l-specialItem__content > *:not(:last-child) {
    margin-bottom: initial;
  }
}
body .l-main #specialItem .l-specialItem__content > h3 {
  grid-row: 1/2;
  grid-column: 1/2;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  padding-bottom: 10px;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(20px, 2.8645vw, 30px);
  color: #786559;
  border-bottom: 1px solid #786559;
}
body .l-main #specialItem .l-specialItem__content > h3 > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-left: -25px;
  margin-top: -65px;
  color: #BBA1A1;
  font-size: clamp(20px, 2.6041vw, 37px);
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  border-radius: 50%;
  border: 5px solid #F3DDDD;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #specialItem .l-specialItem__content > h3 > span {
    width: 160px;
    height: 160px;
    margin-top: -85px;
  }
}
body .l-main #specialItem .l-specialItem__content > figure {
  grid-row: 1/5;
  grid-column: 2/3;
}
body .l-main #specialItem .l-specialItem__content .l-specialItem__content__price {
  grid-row: 2/3;
  grid-column: 1/2;
  display: flex;
  gap: 3s0px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #specialItem .l-specialItem__content .l-specialItem__content__price {
    height: 100%;
  }
}
body .l-main #specialItem .l-specialItem__content .l-specialItem__content__price > p {
  flex: 1;
  text-align: center;
  height: 100%;
}
body .l-main #specialItem .l-specialItem__content .l-specialItem__content__price > p:not(:last-child)::after {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  content: "▶︎";
  height: 100%;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  color: #F3DDDD;
}
body .l-main #specialItem .l-specialItem__content > p {
  grid-row: 3/4;
  grid-column: 1/2;
  text-align: center;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(14px, 1.8229vw, 20px);
}
body .l-main #specialItem .l-specialItem__content > ul {
  grid-row: 4/5;
  grid-column: 1/2;
  display: flex;
  gap: 10px;
}
body .l-main #specialItem .l-specialItem__content > ul > li {
  flex: 1;
  text-align: center;
}
body .l-main #specialItem .l-specialItem__content > ul > li > figure img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
body .l-main #specialItem .l-specialItem__content > ul > li > figure figcaption {
  display: block;
}
body .l-main #campaign {
  position: relative;
}
body .l-main #campaign::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 200px;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/_new/texture_star.svg);
  z-index: -1;
}
body .l-main #campaign .l-section__title {
  margin-bottom: 60px;
}
body .l-main #campaign .l-campaign__benefits {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) and (min-width: 1570px) {
  body .l-main #campaign .l-campaign__benefits {
    padding-left: 250px;
  }
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit {
  position: relative;
  padding: 20px;
  background-color: #F3DDDD;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #campaign .l-campaign__benefits .l-campaign__benefit {
    padding: 30px 130px 30px 30px;
  }
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit > div {
  margin-top: 45px;
  padding: 20px;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #campaign .l-campaign__benefits .l-campaign__benefit > div {
    display: grid;
    gap: 40px;
    margin-top: initial;
    padding: 30px;
  }
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit > div > *:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #campaign .l-campaign__benefits .l-campaign__benefit > div > *:not(:last-child) {
    margin-bottom: initial;
  }
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit > div .l-campaign__benefit__bar {
  grid-column: 1/3;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 0;
  top: 10px;
  width: calc(100% - 20px);
  max-width: 800px;
  margin-bottom: auto;
  padding: 10px;
  color: white;
  font-size: clamp(12px, 1.5625vw, 24px);
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  border-radius: 20px 0 0 20px;
  background-color: #466565;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #campaign .l-campaign__benefits .l-campaign__benefit > div .l-campaign__benefit__bar {
    position: initial;
    padding: 20px;
    border-radius: 40px;
  }
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit > div .l-campaign__benefit__bar > span > span {
  display: inline-block;
  padding: 5px 10px;
  color: #FFE16A;
  border: 1px solid #FFE16A;
  border-radius: 30px;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit > div .l-campaign__benefit__title {
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 20px;
  line-height: 1.4;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit > div .l-campaign__benefit__title > span {
  width: 100%;
  font-size: clamp(15px, 1.9531vw, 30px);
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit > div .l-campaign__benefit__title > b {
  font-size: clamp(22px, 2.8645vw, 61px);
  color: #947012;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit > div .l-campaign__benefit__title img {
  display: block;
  width: 100%;
  height: auto;
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit > div .l-campaign__benefit__img {
  grid-column: 2/3;
  grid-row: 2/4;
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit > div .l-campaign__benefit__text {
  grid-column: 1/2;
  grid-row: 3/4;
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit01 > div {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit01 > div {
    gap: 40px;
  }
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit01 .l-campaign__benefit__title {
  grid-row: 1/2;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit01 .l-campaign__benefit__title {
    grid-row: 2/3;
    width: 60%;
  }
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit01 .l-campaign__benefit__title img {
  max-width: 200px;
  height: auto !important;
  object-fit: contain;
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit01 .l-campaign__benefit__img {
  grid-row: 1/2;
  max-width: 400px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit01 .l-campaign__benefit__img {
    grid-row: 2/4;
    position: absolute;
    right: 130px;
    bottom: 0;
  }
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit01 .l-campaign__benefit__text {
  grid-column: 1/3;
  grid-row: 3/4;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit01 .l-campaign__benefit__text {
    grid-column: 1/2;
  }
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit03 .l-campaign__benefit__title {
  grid-column: 1/3;
  font-size: clamp(18px, 2.3437vw, 30px);
  margin-bottom: auto;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit03 .l-campaign__benefit__title {
    width: 65%;
  }
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit03 .l-campaign__benefit__title img {
  max-width: 100px;
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit03 .l-campaign__benefit__about {
  grid-column: 1/3;
  grid-row: 3/4;
  padding: 20px;
  background-color: #FFF4EE;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit03 .l-campaign__benefit__about {
    padding: 30px;
  }
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit03 .l-campaign__benefit__about > dt {
  margin-bottom: 15px;
  color: #786559;
  font-size: clamp(18px, 2.3437vw, 24px);
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit03 .l-campaign__benefit__about > dd {
  font-size: clamp(14px, 1.8229vw, 16px);
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit03 .l-campaign__benefit__about > dd {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit03 .l-campaign__benefit__about > dd {
    max-width: 60%;
  }
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit03 .l-campaign__benefit__img {
  position: relative;
  grid-row: 2/6;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit03 .l-campaign__benefit__img {
    margin-top: -7%;
  }
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit03 .l-campaign__benefit__button {
  grid-column: 1/2;
  grid-row: 4/5;
  position: relative;
  width: 100%;
  height: 70px;
  border: initial;
  background-color: #C06798;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit03 .l-campaign__benefit__button {
    width: auto;
  }
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit03 .l-campaign__benefit__button::before {
  position: absolute;
  right: -1.5px;
  bottom: -6.5px;
  content: "";
  width: 0;
  height: 0;
  rotate: 45deg;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #313131;
}
body .l-main #campaign .l-campaign__benefits .l-campaign__benefit#l-campaign__benefit03 .l-campaign__benefit__button > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  font-size: clamp(16px, 2.0833vw, 23px);
}
body .l-main #photoPlan .l-photoPlan__box > p {
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(14px, 1.8229vw, 20px);
}
body .l-main #photoPlan .l-photoPlan__box > div {
  padding: 20px;
  border-top: 2px solid #786559;
  border-left: 1px solid #786559;
  border-right: 1px solid #786559;
  border-bottom: 1px solid #786559;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #photoPlan .l-photoPlan__box > div {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
  }
}
body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__price {
  flex: 0.5;
}
body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__price h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 20px;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #786559;
  border-bottom: 1px solid #786559;
}
body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__price h3 > b {
  font-size: 1.3em;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #786559;
}
body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__price > div > p:first-child {
  margin-bottom: 20px;
}
body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__table {
  flex: 1.5;
}
body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__table > *:not(:last-child) {
  margin-bottom: 10px;
}
body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__table > p {
  color: #786559;
}
body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__table > div:first-of-type {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #E4E4E4;
}
body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__table > div:first-of-type > dl {
  display: flex;
  align-items: center;
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__table > div:first-of-type > dl {
    width: 20%;
  }
}
body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__table > div:first-of-type > dl:not(:nth-of-type(n+13)) {
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__table > div:first-of-type > dl:not(:nth-of-type(n+13)) {
    border-bottom: initial;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__table > div:first-of-type > dl:not(:nth-of-type(n+11)) {
    border-bottom: 1px solid #E4E4E4;
  }
}
body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__table > div:first-of-type > dl > dt,
body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__table > div:first-of-type > dl > dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px 5px;
}
body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__table > div:first-of-type > dl > dt {
  flex: 1;
  background-color: #F5F5F5;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(12px, 1.5625vw, 14px);
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__table > div:first-of-type > dl > dt > br {
    display: none;
  }
}
body .l-main #photoPlan .l-photoPlan__box > div .l-photoPlan__box__table > div:first-of-type > dl > dd {
  flex: 0.2;
  font-size: 16px;
}
body .l-main #benefit .l-benefit__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #benefit .l-benefit__list {
    flex-wrap: nowrap;
    gap: 15px;
  }
}
body .l-main #benefit .l-benefit__list .l-benefit__list__item {
  padding: 15px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #D1D1D1;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #benefit .l-benefit__list .l-benefit__list__item {
    flex: 1;
    height: 100%;
  }
}
body .l-main #benefit .l-benefit__list .l-benefit__list__item *:not(:last-child) {
  margin-bottom: 10px;
}
body .l-main #benefit .l-benefit__list .l-benefit__list__item > figure > figcaption {
  text-align: center;
  font-size: 26px;
  font-family: "nueva-std", serif;
  font-style: normal;
  font-style: oblique;
  color: #BBA1A1;
}
body .l-main #benefit .l-benefit__list .l-benefit__list__item > figure > img {
  display: block;
  width: 100%;
  height: auto;
}
body .l-main #benefit .l-benefit__list .l-benefit__list__item > h3 {
  font-size: clamp(18px, 2.3437vw, 24px);
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  color: #BF604C;
  text-align: center;
}
body .l-main #about {
  padding-top: 0;
}
body .l-main #about .l-about__hero {
  position: relative;
}
body .l-main #about .l-about__hero::before {
  display: block;
  content: "";
  padding-top: 70%;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/_new/about_hero_bg_sp.jpg);
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #about .l-about__hero::before {
    padding-top: 30%;
    background-size: cover;
    background-image: url(../images/_new/about_hero_bg.jpg);
  }
}
body .l-main #about .l-about__hero .l-about__hero__content {
  margin-top: -60px;
  padding: 20px;
  text-align: center;
  background-color: rgba(255, 249, 249, 0.87);
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #about .l-about__hero .l-about__hero__content {
    margin-top: -120px;
    padding: 60px 30px;
  }
}
body .l-main #about .l-about__hero .l-about__hero__content > *:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #about .l-about__hero .l-about__hero__content > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
body .l-main #about .l-about__hero .l-about__hero__content > div > p {
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .l-main #about .l-about__hero .l-about__hero__content > div:first-child {
  display: inline-block;
  position: relative;
}
body .l-main #about .l-about__hero .l-about__hero__content > div:first-child > small {
  position: absolute;
  right: 8%;
  top: 5%;
  font-size: clamp(8px, 1.0416vw, 35px);
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #about .l-about__hero .l-about__hero__content > div:first-child > small {
    right: 10%;
    top: 20%;
  }
}
body .l-main #about .l-about__hero .l-about__hero__content > div:first-child > span {
  text-align: center;
  font-size: clamp(40px, 5.2083vw, 150px);
  color: white;
  font-family: "nueva-std", serif;
  font-style: normal;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.64);
  font-weight: bold;
}
body .l-main #about .l-about__hero .l-about__hero__content > div:first-child > span > b {
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  font-family: "nueva-std", serif;
  font-style: normal;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #about .l-about__hero .l-about__hero__content > div:first-child > span > b {
    font-size: 2em;
  }
}
body .l-main #about .l-about__hero .l-about__hero__content > h2 {
  font-size: clamp(18px, 2.3437vw, 50px);
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #about .l-about__hero .l-about__hero__content > h2 br {
    display: none;
  }
}
body .l-main #about .l-about__hero .l-about__hero__content > h2 b {
  font-size: 1.3em;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .l-main #about .l-about__hero .l-about__hero__content > h2 > span {
  position: relative;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .l-main #about .l-about__hero .l-about__hero__content > h2 > span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #FFFED8;
}
body .l-main #about .l-about__hero .l-about__hero__content > h2 > span > span {
  position: relative;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .l-main #about .l-about__point .l-about__point__box {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #about .l-about__point .l-about__point__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    padding-left: initial;
    padding-right: initial;
  }
}
body .l-main #about .l-about__point .l-about__point__box > *:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #about .l-about__point .l-about__point__box > *:not(:last-child) {
    margin-bottom: initial;
  }
}
body .l-main #about .l-about__point .l-about__point__box > h3 {
  grid-row: 1/2;
  margin-top: auto;
  font-size: clamp(18px, 2.3437vw, 24px);
  line-height: 1.6;
  color: #BF604C;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .l-main #about .l-about__point .l-about__point__box > figure {
  grid-row: 1/3;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) and (min-width: 1570px) {
  body .l-main #about .l-about__point .l-about__point__box > figure {
    min-width: 900px;
  }
}
body .l-main #about .l-about__point .l-about__point__box > figure img {
  display: block;
  width: 100%;
  height: auto;
}
body .l-main #about .l-about__point .l-about__point__box > div {
  grid-row: 2/3;
  margin-bottom: auto;
}
body .l-main #about .l-about__point .l-about__point__box > div > p {
  text-align: justify;
  line-height: 2;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #about .l-about__point .l-about__point__box:nth-child(odd) {
    padding-right: 250px;
  }
}
body .l-main #about .l-about__point .l-about__point__box:nth-child(odd) > figure {
  grid-column: 1/2;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #about .l-about__point .l-about__point__box:nth-child(even) {
    padding-left: 250px;
  }
}
body .l-main #about .l-about__point .l-about__point__box:nth-child(even) > figure {
  grid-column: 2/3;
}
body .l-main #photoGallery .l-photoGallery__images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body .l-main #photoGallery .l-photoGallery__images > li {
  width: 100%;
}
body .l-main #photoGallery .l-photoGallery__images > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
body .l-main #photoGallery .l-photoGallery__images > li > a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .l-main #photoGallery .l-photoGallery__images > li:nth-child(1), body .l-main #photoGallery .l-photoGallery__images > li:nth-child(3), body .l-main #photoGallery .l-photoGallery__images > li:nth-child(5), body .l-main #photoGallery .l-photoGallery__images > li:nth-child(6), body .l-main #photoGallery .l-photoGallery__images > li:nth-child(7), body .l-main #photoGallery .l-photoGallery__images > li:nth-child(9) {
  max-width: 27.5%;
}
body .l-main #photoGallery .l-photoGallery__images > li:nth-child(2), body .l-main #photoGallery .l-photoGallery__images > li:nth-child(4), body .l-main #photoGallery .l-photoGallery__images > li:nth-child(8) {
  max-width: 45%;
}
body .l-main #concierge > h2 {
  margin-bottom: 80px;
  text-align: center;
  font-size: clamp(20px, 2.6041vw, 44px);
  line-height: 1.6;
  font-family: "kozuka-mincho-pr6n", serif;
  font-style: normal;
}
body .l-main #concierge .l-concierge__intro {
  position: relative;
  text-align: center;
}
body .l-main #concierge .l-concierge__intro::before {
  display: block;
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  rotate: -20deg;
  font-size: clamp(26px, 3.3854vw, 70px);
  color: #7F7865;
  font-family: "Mrs Saint Delafield", cursive;
}
body .l-main #concierge .l-concierge__intro > dl > dt {
  padding: 40px;
  font-size: clamp(22px, 2.8645vw, 36px);
  line-height: 1.6;
  background-color: #F8F5F0;
  font-family: "kozuka-mincho-pr6n", serif;
  font-style: normal;
}
body .l-main #concierge .l-concierge__intro > dl > dt > b {
  font-size: 1.2em;
  font-family: "kozuka-mincho-pr6n", serif;
  font-style: normal;
}
body .l-main #concierge .l-concierge__intro > dl > dt > b > b {
  color: #AE0C0C;
  font-family: "kozuka-mincho-pr6n", serif;
  font-style: normal;
}
body .l-main #concierge .l-concierge__intro > dl > dt > b > b > b {
  font-size: 1.2em;
  color: #AE0C0C;
  font-family: "kozuka-mincho-pr6n", serif;
  font-style: normal;
}
body .l-main #concierge .l-concierge__intro > dl > dd {
  display: flex;
  flex-wrap: wrap;
}
body .l-main #concierge .l-concierge__intro > dl > dd > figure {
  width: 20%;
}
@media screen and (min-width: 768px) {
  body .l-main #concierge .l-concierge__intro > dl > dd > figure {
    width: 10%;
  }
}
body .l-main #concierge .l-concierge__reason > h3 {
  text-align: center;
  font-size: clamp(16px, 2.0833vw, 28px);
  line-height: 1.6;
  font-family: "kozuka-mincho-pr6n", serif;
  font-style: normal;
}
body .l-main #concierge .l-concierge__reason > h3 > b {
  font-size: 1.3em;
  color: #822929;
  font-family: "kozuka-mincho-pr6n", serif;
  font-style: normal;
}
body .l-main #concierge .l-concierge__reason .l-concierge__reason__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 60px;
}
body .l-main #concierge .l-concierge__reason .l-concierge__reason__wrap .l-concierge__reason__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  body .l-main #concierge .l-concierge__reason .l-concierge__reason__wrap .l-concierge__reason__item {
    width: calc(50% - 30px);
  }
}
body .l-main #concierge .l-concierge__reason .l-concierge__reason__wrap .l-concierge__reason__item > *:not(:last-child) {
  margin-bottom: 20px;
}
body .l-main #concierge .l-concierge__reason .l-concierge__reason__wrap .l-concierge__reason__item::before {
  display: block;
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  rotate: -20deg;
  font-size: 40px;
  color: #7F7865;
  font-family: "Mrs Saint Delafield", cursive;
}
body .l-main #concierge .l-concierge__reason .l-concierge__reason__wrap .l-concierge__reason__item h4 {
  font-size: 20px;
  text-align: center;
  color: #AE0C0C;
  line-height: 1.6;
  font-family: "kozuka-mincho-pr6n", serif;
  font-style: normal;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .l-main #concierge .l-concierge__reason .l-concierge__reason__wrap .l-concierge__reason__item h4 > br {
    display: none;
  }
}
body .l-main #shop {
  background-color: #F5F5F5;
}
body .l-main #shop .l-shop__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
body .l-main #shop .l-shop__list .l-shop__list__item {
  width: 100%;
  height: 100%;
  padding: 30px 10px 20px;
  border-radius: 10px;
  background-color: white;
}
@media screen and (min-width: 768px) {
  body .l-main #shop .l-shop__list .l-shop__list__item {
    width: calc(33.3333333333% - 40px);
  }
}
body .l-main #shop .l-shop__list .l-shop__list__item > *:not(:last-child) {
  margin-bottom: 20px;
}
body .l-main #shop .l-shop__list .l-shop__list__item > h3 {
  text-align: center;
  font-size: 17px;
}
body .l-main #shop .l-shop__list .l-shop__list__item > p {
  font-size: 18px;
}
body .l-main #shop .l-shop__list .l-shop__list__item > p > a {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  color: #FF8472;
}
body .l-main #shop .l-shop__list .l-shop__list__item > p > a::before {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  content: "\f095";
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  font-weight: bold;
  color: white;
  border-radius: 50%;
  background-color: #FF8472;
}
body .l-main #shop .l-shop__list .l-shop__list__item > div > dl {
  display: flex;
  gap: 20px;
  line-height: 1.6;
  font-size: 14px;
}
body .l-main #shop .l-shop__list .l-shop__list__item > div > dl:not(:last-of-type) {
  margin-bottom: 10px;
}
body .l-main #shop .l-shop__list .l-shop__list__item > div > dl > dt {
  flex: 0.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background-color: #F5F5F5;
}
body .l-main #shop .l-shop__list .l-shop__list__item > div > dl > dd {
  flex: 1;
}

.mainImg {
  height: 300px;
  border: 1px solid red;
}
.mainImg > img {
  width: auto;
  height: 100%;
}

.subImg {
  display: flex;
  max-width: 60%;
}
.subImg > li {
  transition: all 0.5s;
  opacity: 0.3;
  pointer-events: visible;
}
.subImg > li.current {
  opacity: 1;
  pointer-events: none;
}

@media screen and (min-width: 768px) and (min-width: 1000px) {
  .box_around {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.box_around .main_image_box {
  position: relative;
  width: 300px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .box_around .main_image_box {
    width: 700px;
    height: 70vh;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .box_around .main_image_box {
    width: 800px;
    height: 90vh;
    margin-right: 3rem;
  }
}
.box_around .main_image_box > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.box_around .detail > h3 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.box_around .detail > ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.box_around .detail > ul > li {
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: white;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .box_around .detail > ul > li {
    width: 90px;
    height: 90px;
    margin-left: 0;
    margin-right: 1rem;
  }
}
.box_around .detail > ul > li > img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  opacity: 0.3;
  object-fit: cover;
  transition: all 0.5s;
}
.box_around .detail > ul > li.current > img {
  opacity: 1;
}

.synchro-slider {
  border: 1px solid red;
}

#slider {
  margin-bottom: 10px;
}

.slide-item img {
  width: 100%;
}

#thumbnail-list {
  display: flex;
  justify-content: space-between;
}

.thumbnail-item {
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.thumbnail-item:not(:last-child) {
  margin-right: 5px;
}
.thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
@font-face {
  font-family: "rageItalicLet";
  src: url(../fonts/rage-italic-let-plain-1-0.woff) format("woff");
}
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #343434;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
}

p {
  font-size: 1.3rem;
  line-height: 1.8em;
  color: #343434;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  p {
    font-size: 1.4rem;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #343434;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:focus {
  outline: none;
}

* {
  box-sizing: border-box !important;
  letter-spacing: 0.1rem;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item > img {
  max-height: 90vh;
}

.modaal-inner-wrapper {
  padding: 0 !important;
}

.modaal-container {
  width: unset !important;
  background-color: unset !important;
  box-shadow: unset !important;
  max-width: unset !important;
}

/* =========================================================
slickの設定
=========================================================*/
.slick-dots {
  left: 0;
}
.slick-dots > li > button::before {
  color: white !important;
  opacity: 1 !important;
  font-size: 10px !important;
}
.slick-dots > li.slick-active > button::before {
  color: #195CC6 !important;
  opacity: 1 !important;
}

.slick-arrow {
  z-index: 1 !important;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow::after {
  position: relative;
  display: block;
  content: "";
  z-index: 1;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .slick-arrow::after {
    width: 30px;
    height: 30px;
  }
}
.slick-arrow.slick-prev {
  left: 2px !important;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: 5px !important;
  }
}
.slick-arrow.slick-prev::after {
  background-image: url(../images/common/slide_arrow_left.svg);
}
.slick-arrow.slick-next {
  right: 5px !important;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next {
    right: 15px !important;
  }
}
.slick-arrow.slick-next::after {
  background-image: url(../images/common/slide_arrow_right.svg);
}

.swiper .swiper-pagination {
  position: initial !important;
  margin-top: 40px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(62, 55, 45, 0.7);
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent white;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .swiper .swiper-button-prev {
    left: -20px;
  }
}
.swiper .swiper-button-prev::before {
  rotate: 180deg;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .swiper .swiper-button-next {
    right: -20px;
  }
}
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
@font-face {
  font-family: "rageItalicLet";
  src: url(../fonts/rage-italic-let-plain-1-0.woff) format("woff");
}
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #343434;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
}

p {
  font-size: 1.3rem;
  line-height: 1.8em;
  color: #343434;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  p {
    font-size: 1.4rem;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #343434;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:focus {
  outline: none;
}

* {
  box-sizing: border-box !important;
  letter-spacing: 0.1rem;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item > img {
  max-height: 90vh;
}

.modaal-inner-wrapper {
  padding: 0 !important;
}

.modaal-container {
  width: unset !important;
  background-color: unset !important;
  box-shadow: unset !important;
  max-width: unset !important;
}

/* =========================================================
slickの設定
=========================================================*/
.slick-dots {
  left: 0;
}
.slick-dots > li > button::before {
  color: white !important;
  opacity: 1 !important;
  font-size: 10px !important;
}
.slick-dots > li.slick-active > button::before {
  color: #195CC6 !important;
  opacity: 1 !important;
}

.slick-arrow {
  z-index: 1 !important;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow::after {
  position: relative;
  display: block;
  content: "";
  z-index: 1;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .slick-arrow::after {
    width: 30px;
    height: 30px;
  }
}
.slick-arrow.slick-prev {
  left: 2px !important;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: 5px !important;
  }
}
.slick-arrow.slick-prev::after {
  background-image: url(../images/common/slide_arrow_left.svg);
}
.slick-arrow.slick-next {
  right: 5px !important;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next {
    right: 15px !important;
  }
}
.slick-arrow.slick-next::after {
  background-image: url(../images/common/slide_arrow_right.svg);
}

.swiper .swiper-pagination {
  position: initial !important;
  margin-top: 40px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(62, 55, 45, 0.7);
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent white;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .swiper .swiper-button-prev {
    left: -20px;
  }
}
.swiper .swiper-button-prev::before {
  rotate: 180deg;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .swiper .swiper-button-next {
    right: -20px;
  }
}
.p-priceToPrice {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  position: relative;
}
.p-priceToPrice::before {
  display: block;
  content: "▶︎";
  position: absolute;
  left: 45%;
  top: 50%;
  font-size: clamp(14px, 1.8229vw, 20px);
  translate: -45% -50%;
  color: #F3DDDD;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-priceToPrice::before {
    left: 52%;
    translate: -52% -50%;
  }
}
.p-priceToPrice > p {
  height: 100%;
}
.p-prices .p-price {
  text-align: center;
}
.p-prices .p-price > span,
.p-prices .p-price > b {
  color: #786559;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p-prices .p-price > span b,
.p-prices .p-price > b b {
  color: #786559;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p-prices .p-price > span {
  display: block;
}
.p-prices .p-price > b {
  display: inline-block;
}
.p-prices .p-price > b > small {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 16px;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-prices .p-price.p-price--normal {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-end;
  }
}
.p-prices .p-price.p-price--normal > span {
  font-size: clamp(12px, 1.5625vw, 16px);
}
.p-prices .p-price.p-price--normal > b {
  font-size: clamp(14px, 1.8229vw, 21px);
}
.p-prices .p-price.p-price--normal > b > b {
  font-size: 1.2em;
}
.p-prices .p-price.p-price--discount > span {
  margin-bottom: 10px;
}
.p-prices .p-price.p-price--discount > span > span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 20px;
  color: #FFE16A;
  border-radius: 20px;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #466565;
}
.p-prices .p-price.p-price--discount > b {
  font-size: clamp(18px, 2.3437vw, 30px);
}
.p-prices .p-price.p-price--discount > b > b {
  font-size: 1.3em;
}

.p-benefitBlock {
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefitBlock {
    display: grid;
    gap: 0px 40px;
  }
}
.p-benefitBlock:not(:last-child) {
  margin-bottom: 30px !important;
}
.p-benefitBlock > *:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefitBlock.p-benefitBlock--large > *:not(:last-child) {
    margin-bottom: initial;
  }
}
.p-benefitBlock.p-benefitBlock--small {
  display: block !important;
  width: calc(33.3333333333% - 7px);
}
.p-benefitBlock.p-benefitBlock--small .p-benefitBlock__title {
  text-align: center;
}
.p-benefitBlock.p-benefitBlock--small .p-benefitBlock__img {
  min-width: 100% !important;
  max-width: 100% !important;
}
.p-benefitBlock.p-benefitBlock--small img {
  display: block;
  width: 100%;
  height: auto;
}
.p-benefitBlock .p-benefitBlock__title {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  line-height: 1.6;
  font-size: 16px;
  border-bottom: 1px dashed #212121;
}
.p-benefitBlock .p-benefitBlock__title > b {
  width: 100%;
  margin-bottom: 10px;
}
.p-benefitBlock .p-benefitBlock__title > b > span {
  display: inline-block;
  padding: 2.5px 10px;
  border-radius: 5px;
  color: white;
  background-color: #EF8E95;
}
.p-benefitBlock .p-benefitBlock__title > span:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 10px;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  color: #212121;
  border-radius: 50%;
  background-color: #E7FF44;
}
.p-benefitBlock .p-benefitBlock__title > span:first-child > span {
  display: block;
  color: #212121;
}
.p-benefitBlock .p-benefitBlock__title > span:last-child {
  flex: 1;
  letter-spacing: -0.025em;
}
.p-benefitBlock .p-benefitBlock__title > span > b {
  color: #AE0C0C;
}
.p-benefitBlock .p-benefitBlock__title > span > span {
  display: block;
}
.p-benefitBlock .p-benefitBlock__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefitBlock .p-benefitBlock__img {
    grid-column: 2/3;
    grid-row: 1/5;
    min-width: 360px;
    max-width: 360px;
  }
}
.p-benefitBlock .p-benefitBlock__img > img {
  display: block;
  width: 100%;
  height: auto;
}
.p-benefitBlock .p-benefitBlock__img.p-benefitBlock__img--narrow::before {
  display: block;
  content: "";
  padding-top: 50%;
}
.p-benefitBlock .p-benefitBlock__text {
  grid-column: 1/2;
  grid-row: 2/3;
  text-align: justify;
  line-height: 1.8;
}
.p-benefitBlock .p-benefitBlock__text > span {
  display: block;
  margin-bottom: 10px;
}
.p-benefitBlock .p-benefitBlock__text > span > span {
  display: inline-block;
  padding: 10px;
  background-color: #F5F5F5;
}
.p-benefitBlock .p-benefitBlock__text > b {
  color: #AE0C0C;
}
.p-benefitBlock .p-benefitBlock__notification {
  margin-top: 20px;
  padding: 30px;
  text-align: center;
  border: 1px solid #AE0C0C;
}
.p-benefitBlock .p-benefitBlock__notification > *:not(:last-child), .p-benefitBlock .p-benefitBlock__notification > *:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-benefitBlock .p-benefitBlock__notification .p-benefitBlock__notification__title {
  line-height: 1.6;
}
.p-benefitBlock .p-benefitBlock__notification .p-benefitBlock__notification__title > dt {
  font-size: 20px;
  color: #AE0C0C;
}
.p-benefitBlock .p-benefitBlock__notification .p-benefitBlock__notification__title > dd {
  font-size: 14px;
}
.p-benefitBlock .p-benefitBlock__notification .p-benefitBlock__notification__price {
  justify-content: center;
}
.p-benefitBlock .p-benefitBlock__notification .p-benefitBlock__notification__price > dd > b {
  font-size: 40px;
}
.p-benefitBlock .p-benefitBlock__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-benefitBlock .p-benefitBlock__list > li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background-color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .p-benefitBlock .p-benefitBlock__list > li {
    width: calc(50% - 5px);
    padding: 15px;
  }
}
.p-benefitBlock .p-benefitBlock__list > li > span {
  font-size: 12px;
}
.p-benefitBlock .p-benefits {
  grid-column: 1/3;
  grid-row: 5/6;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefitBlock .p-benefits > li {
    width: 23.75%;
  }
}
.p-benefitColumn {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.p-benefitColumn .p-benefitBlock {
  width: 100% !important;
  margin-bottom: initial !important;
}
@media screen and (min-width: 768px) {
  .p-benefitColumn .p-benefitBlock:not(.p-benefitBlock--large) {
    width: calc(33.3333333333% - 7px) !important;
  }
}
.p-plan-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list.p-plan-list--noFlex {
    display: block;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list.p-plan-list--noFlex .p-plan-list__item {
    flex: 1;
    display: flex;
    gap: 30px;
  }
}
.p-plan-list.p-plan-list--noFlex .p-plan-list__item .p-plan-list__item__img,
.p-plan-list.p-plan-list--noFlex .p-plan-list__item > div {
  flex: 1;
}
.p-plan-list.p-plan-list--noFlex .p-plan-list__item .p-plan-list__item__img {
  position: relative;
  overflow: hidden;
}
.p-plan-list.p-plan-list--noFlex .p-plan-list__item .p-plan-list__item__img::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.p-plan-list.p-plan-list--noFlex .p-plan-list__item .p-plan-list__item__img > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list.p-plan-list--noFlex .p-plan-list__item > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list .p-plan-list__item {
    width: calc(50% - 15px);
  }
}
.p-plan-list .p-plan-list__item:not(:last-child) {
  margin-bottom: 40px;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img:not(.p-plan-list__item__img--slide) {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  overflow-x: hidden;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide {
  width: 100% !important;
  overflow-x: hidden;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide > div {
  width: 100% !important;
  height: auto !important;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide > div > div {
  width: 100% !important;
  height: auto !important;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide > div > div img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-prev,
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-next {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
  background-color: #EF8E95;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-prev::before,
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-next::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent white;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-prev::after,
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-next::after {
  display: none;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-prev {
  left: 10px;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-prev::before {
  rotate: 180deg;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-next {
  right: 10px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) {
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) > * {
  text-align: center;
  justify-content: center;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) > *:not(:last-child) {
  margin-bottom: 30px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title {
  line-height: 1.8;
  font-size: 12px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title {
    font-size: 14px;
  }
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title * {
  display: block;
  color: #AE0C0C;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title b {
  color: #AE0C0C;
  font-size: 20px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title small {
  display: block;
  color: #392709;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title.p-plan-list__item__title--blue b {
  color: #0C3DAE;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__includes > dt {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 14px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__includes > dt > small {
  display: block;
  font-size: 0.8em;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__includes > dd {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 14px;
  background-color: #F5F5F5;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits {
  gap: 10px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li {
  flex-wrap: wrap;
  flex-direction: initial;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li {
    width: calc(50% - 5px);
  }
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li * {
  font-size: 14px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li br {
  display: none;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li span,
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li b {
  width: 100%;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li small {
  font-size: 10px;
}

.p-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: space-between;
}
.p-benefits > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  width: calc(50% - 10px);
  background-color: #FFEFEF;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefits > li {
    font-size: 20px;
  }
}
.p-benefits > li * {
  display: block;
}
.p-benefits > li span {
  font-size: 11px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefits > li span {
    font-size: 15px;
  }
}
.p-benefits > li b {
  font-size: 20px;
  line-height: 1.4;
  color: #AE0C0C;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefits > li b {
    font-size: 30px;
  }
}
.p-benefits > li small {
  font-size: 8px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefits > li small {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p-appear--md {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-appear--lg {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  .p-appear--xl {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) and (min-width: 1570px) {
  .p-appear--xxl {
    display: none;
  }
}

.p-link {
  transition: all 0.6s;
}
.p-link:active {
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .p-link:active {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-link:hover {
    opacity: 0.3;
  }
}

.p-accordionNemu .p-accordionNemu__list {
  display: none;
}
.p-accordionNemu .p-accordionNemu__list .p-accordionNemu__list__item {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-introduceBlock .p-introduceBlock__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock .p-introduceBlock__item {
    width: 32%;
    margin-bottom: 3rem !important;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    align-items: center;
  }
}
.p-introduceBlock .p-introduceBlock__item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock .p-introduceBlock__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock .p-introduceBlock__item:not(:nth-child(3n+3)) {
    margin-right: 2%;
  }
}
.p-introduceBlock .p-introduceBlock__item > dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -1rem;
  top: -1rem;
  min-width: 4.4rem;
  min-height: 4.4rem;
  max-width: 4.4rem;
  max-height: 4.4rem;
  margin-right: 1rem;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #C1BEBC;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock .p-introduceBlock__item > dt {
    position: absolute;
    left: -1.8rem;
    top: -2.2rem;
    min-width: 4.8rem;
    min-height: 4.8rem;
    max-width: 4.8rem;
    max-height: 4.8rem;
    font-size: 1.1rem;
  }
}
.p-introduceBlock .p-introduceBlock__item > dt > b {
  margin-top: 0.2rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-introduceBlock .p-introduceBlock__item > dd {
  font-size: 1.3rem;
  line-height: 1.6em;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock .p-introduceBlock__item > dd {
    font-size: 1.6rem;
  }
}
.p-introduceBlock .p-introduceBlock__item > dd > p:not(:last-child) {
  margin-bottom: 1rem;
}
.p-introduceBlock .p-introduceBlock__item > dd > small {
  display: block;
  width: 100%;
  line-height: 1.4em;
  font-size: 0.9rem;
}
.p-introduceBlock .p-introduceBlock__item > dd > b {
  margin-bottom: 1rem;
  font-weight: bold;
}

.p-tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-tagList .p-tagList__item {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-tagList .p-tagList__item {
    font-size: 1.6rem;
  }
}
.p-tagList .p-tagList__item > span {
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 0.5rem;
  font-weight: bold;
}
.p-tagList .p-tagList__item > span.p-tagList__item__space {
  min-width: auto;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-tagList .p-tagList__item > span.p-tagList__item__space {
    display: none;
  }
}
.p-tagList .p-tagList__item > span > span {
  display: block;
}
.p-tagList .p-tagList__item > small {
  vertical-align: bottom;
  font-size: 0.7rem;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-tagList .p-tagList__item > small {
    margin-left: 0.3rem;
    font-size: 1rem;
    font-weight: bold;
  }
}
.p-tagList.p-tagList--white .p-tagList__item > span {
  background-color: white;
}
.p-tagList.p-tagList--grey .p-tagList__item > span {
  background-color: rgba(0, 0, 0, 0.1);
}

.p-section__subBox > dt {
  text-align: center;
}
.p-section__subBox > dt > span {
  display: inline-block;
  padding: 1rem 2rem;
  line-height: 1.2em;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 5rem;
  border: 1px solid #C1BEBC;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  .p-section__subBox > dt > span {
    padding: 1rem 4rem;
    font-size: 2.4rem;
  }
}
.p-section__subBox > dt > span > small {
  display: block;
  font-weight: normal;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  .p-section__subBox > dt > span > small {
    font-size: 1.3rem;
  }
}
.p-section__subBox > dd {
  margin-top: -3rem;
  padding: 6rem 1.5rem 3rem;
  border: 1px solid #C1BEBC;
  border-radius: 1rem;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  .p-section__subBox > dd {
    padding: 6rem 3rem 3rem;
  }
}
.p-section__subBox > dd .p-section__subBox__item:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-section__subBox > dd .p-section__subBox__item .p-section__subBox__item__float {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    align-items: center;
  }
}
.p-section__subBox > dd .p-section__subBox__item .p-section__subBox__item__float > p {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-section__subBox > dd .p-section__subBox__item .p-section__subBox__item__float > p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes {
    display: flex;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item {
  padding: 1rem;
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes .p-plan--smallBoxes__item {
    flex: 1;
    padding: 1.8rem;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes .p-plan--smallBoxes__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item > h4 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes .p-plan--smallBoxes__item > h4 {
    margin-bottom: 4.5rem;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item > dl {
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-top: 2px dotted #C1BEBC;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes .p-plan--smallBoxes__item > dl {
    padding-bottom: 0.5rem;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item .p-plan--smallBoxes__item__tags .p-plan--smallBoxes__item__tags__tit {
  margin-top: -0.7rem;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes .p-plan--smallBoxes__item .p-plan--smallBoxes__item__tags .p-plan--smallBoxes__item__tags__tit {
    margin-top: -0.7rem;
    font-size: 1.6rem;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item .p-plan--smallBoxes__item__tags .p-plan--smallBoxes__item__tags__tit > span {
  padding-right: 1.5rem;
  font-weight: bold;
  background-color: #F7F7F7;
}
.p-plan--smallBoxes .p-plan--smallBoxes__item .p-plan--smallBoxes__item__tags .p-plan--smallBoxes__item__tags__tit > span::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 0.5rem;
  height: 1.6rem;
  margin-right: 1rem;
  background-color: #343434;
}
.p-plan--smallBoxes .p-plan--smallBoxes__item .p-plan--smallBoxes__item__tags .p-plan--smallBoxes__item__tags__tit.p-plan--smallBoxes__item__tags__tit--white > span {
  background-color: white;
}
.p-plan--smallBoxes.p-plan--smallBoxes--white > div {
  background-color: unset;
}

@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-column__wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-column__wrap .p-column__img {
    width: 35%;
  }
}
.p-column__wrap .p-column__img > img {
  max-width: 65%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-column__wrap .p-column__img > img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-column__wrap .p-column__content {
    width: 60%;
  }
}
.p-conversionBtns {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-conversionBtns {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-conversionBtns {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-conversionBtns .p-conversionBtns__btn {
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-conversionBtns .p-conversionBtns__btn {
    flex: 1;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.p-conversionBtns .p-conversionBtns__btn > a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-conversionBtns .p-conversionBtns__btn > a::before {
  display: block;
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.p-conversionBtns .p-conversionBtns__btn:first-child {
  margin-bottom: 1rem;
  background-color: #C1BEBC;
}
@media screen and (min-width: 768px) {
  .p-conversionBtns .p-conversionBtns__btn:first-child {
    margin-bottom: 0;
  }
}
.p-conversionBtns .p-conversionBtns__btn:first-child > a {
  color: white;
}
.p-conversionBtns .p-conversionBtns__btn:first-child > a::before {
  border-color: white;
}
.p-conversionBtns .p-conversionBtns__btn:last-child {
  border: 1px solid #C1BEBC;
}
.p-conversionBtns .p-conversionBtns__btn:last-child > a {
  color: #C1BEBC;
}
.p-conversionBtns .p-conversionBtns__btn:last-child > a::before {
  border-color: #C1BEBC;
}
.p-conversionBtns .p-conversionBtns__btn:hover {
  opacity: 0.3;
}

.p-benefitColumn {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.p-benefitColumn .p-benefitBlock {
  margin-bottom: initial !important;
}
.p-benefitColumn .p-benefitBlock.p-benefitBlock--small {
  display: block !important;
  width: calc(33.3333333333% - 7px);
}
.p-benefitColumn .p-benefitBlock.p-benefitBlock--small .p-benefitBlock__img {
  min-width: 100% !important;
  max-width: 100% !important;
}
.p-benefitColumn .p-benefitBlock.p-benefitBlock--small img {
  display: block;
  width: 100%;
  height: auto;
}

.p-planBox {
  width: 100%;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.p-planBox > *:not(:last-child) {
  margin-bottom: 15px;
}
.p-planBox .p-planBox__title {
  font-size: 20px;
  line-height: 1.6;
  color: #AE0C0C;
}
.p-planBox .p-planBox__title > span {
  display: block;
  color: #AE0C0C;
}
.p-planBox .p-planBox__price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-planBox .p-planBox__price > dt {
  padding: 5px;
  font-size: 14px;
  color: white;
  background-color: #212121;
}
.p-planBox .p-planBox__price > dd {
  font-size: 16px;
  color: #AE0C0C;
}
.p-planBox .p-planBox__price > dd > b {
  color: #AE0C0C;
  font-size: 1.2em;
}

.p-planColumn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-planColumn .p-planBox {
    flex: 1;
  }
}
.p-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-tab {
    gap: 20px;
  }
}
.p-tab .p-tab__content {
  order: 1;
  display: none;
  width: 100%;
}
.p-tab .p-tab__button {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: clamp(13px, 1.6927vw, 16px);
  color: white;
  background-color: #686868;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-tab .p-tab__button {
    height: 60px;
  }
}
.p-tab .p-tab__switch {
  display: none;
}
.p-tab .p-tab__switch:checked + .p-tab__button {
  color: white;
  background-color: #212121;
}
.p-tab .p-tab__switch:checked + .p-tab__button + .p-tab__content {
  display: block;
}

.p-costumeList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-costumeList > li {
  width: calc(50% - 5px);
}
@media screen and (min-width: 768px) {
  .p-costumeList > li {
    width: calc(33.3333333333% - 7px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-costumeList > li {
    width: calc(20% - 8px);
  }
}
.p-galleryList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-galleryList > li {
  width: calc(50% - 5px);
}
@media screen and (min-width: 768px) {
  .p-galleryList > li {
    width: calc(33.3333333333% - 7px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-galleryList > li {
    width: calc(25% - 7.5px);
  }
}
.p-accordion {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.p-accordion > dt {
  display: inline-block;
  padding: 20px;
  font-size: 19px;
  color: white;
  background-color: #D20D0D;
  cursor: pointer;
}
.p-accordion > dt > span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.p-accordion > dt > span > span {
  display: block;
  content: "";
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: white;
}
.p-accordion > dt > span > span::before, .p-accordion > dt > span > span::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 2px;
  height: 12px;
  background-color: #212121;
  transition: all 0.4s;
}
.p-accordion > dt > span > span::after {
  rotate: 90deg;
}
.p-accordion > dt.active > span > span::before {
  rotate: 90deg;
}
.p-accordion > dd {
  display: none;
  margin-top: 30px;
}

.p-includeList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-includeList {
    gap: 20px;
  }
}
.p-includeList > li {
  width: calc(33.3333333333% - 7px);
}
@media screen and (min-width: 768px) {
  .p-includeList > li {
    width: calc(33.3333333333% - 14px);
  }
}
.p-includeList > li > div {
  position: relative;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #212121;
  overflow: hidden;
}
.p-includeList > li > div::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.p-includeList > li > div > figure {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  line-height: 1.4;
}
.p-includeList > li > div > figure > img {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto auto 10px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-includeList > li > div > figure > img {
    width: 60px;
    height: 60px;
  }
}
.p-includeList > li > div > figure > figcaption {
  color: white;
  font-size: clamp(9px, 1.1718vw, 14px);
}
.p-includeList > li > div > figure > figcaption > small {
  color: white;
  font-size: 0.75em;
}
.p-includeList > li > p {
  font-size: clamp(9px, 1.1718vw, 14px);
}

.p-button {
  display: block;
  width: 100%;
  text-align: center;
  border: initial;
  background-color: initial;
}
.p-button > a {
  display: inline-block;
  padding: 20px;
  font-size: 16px;
  color: white;
  background-color: #212121;
}
.p-button > a i {
  color: white;
}

.c-cardBox {
  position: relative;
  border-radius: 1rem;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.c-cardBox .c-cardBox__img {
  position: relative;
  overflow: hidden;
}
.c-cardBox .c-cardBox__content {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .c-cardBox .c-cardBox__content {
    padding: 1rem;
  }
}
.c-cardBox .c-cardBox__content .c-cardBox__content__tit {
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: bold;
}
.c-cardBox .c-cardBox__content .c-cardBox__content__txt {
  margin-top: 1rem;
}
.c-cardBox a > span {
  display: block;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  color: white;
  background-color: #FE62A0;
}
@media screen and (min-width: 768px) {
  .c-cardBox a > span {
    font-size: 1.5rem;
  }
}
.c-cardBox a > span#tag--recommend {
  background-color: #C7A7E6;
}
.c-cardBox a > span#tag--limited {
  background-color: #FE62A0;
}
.c-cardBox a > span#tag--touch {
  background-color: #72D9BC;
}
.c-cardBox a > span#tag--new {
  background-color: #F1E756;
}

.c-cardColumns {
  position: relative;
}
.c-cardColumns .c-cardColumns__bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 95%;
  height: 360px;
  border-radius: 1rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .c-cardColumns .c-cardColumns__bg {
    height: 360px;
  }
}
.c-cardColumns .c-cardColumns__list {
  position: relative;
  z-index: 1;
}
.c-cardColumns .c-cardColumns__list .c-cardColumns__list__inner {
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .c-cardColumns .c-cardColumns__list .c-cardColumns__list__inner {
    min-width: 768px;
  }
}
.c-cardColumns .c-cardColumns__list .c-cardColumns__list__inner::-webkit-scrollbar {
  display: none;
  width: 10px;
  height: 2px;
}
.c-cardColumns .c-cardColumns__list .c-cardColumns__list__inner::-webkit-scrollbar-track {
  display: none;
  margin-left: 3rem;
  margin-right: 3rem;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .c-cardColumns .c-cardColumns__list .c-cardColumns__list__inner::-webkit-scrollbar-track {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.c-cardColumns .c-cardColumns__list .c-cardColumns__list__inner::-webkit-scrollbar-thumb {
  display: none;
  background-color: rgba(0, 0, 50, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.c-cardColumns .c-cardColumns__list .c-cardColumns__list__inner > div {
  display: flex;
  width: 100%;
  min-width: 100vw;
  padding: 1rem 2rem 1rem;
}
.c-cardColumns .c-cardColumns__list .c-cardColumns__list__inner > div::after {
  display: block;
  content: "";
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .c-cardColumns .c-cardColumns__list .c-cardColumns__list__inner > div::after {
    padding: 0.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cardColumns .c-cardColumns__list .c-cardColumns__list__inner > div {
    margin-right: 2rem;
    padding: 1rem 1rem 3rem;
  }
}
.c-cardColumns .c-cardColumns__list .c-cardColumns__list__inner > div .c-cardBox {
  min-width: 310px;
  max-width: 310px;
}
.c-cardColumns .c-cardColumns__list .c-cardColumns__list__inner > div .c-cardBox:not(:last-child) {
  margin-right: 2rem;
}
.c-cardColumns .c-cardColumns__list .c-cardColumns__list__inner > div .c-cardBox:last-child {
  position: relative;
}

.c-cardList__normal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
  padding: 1rem 1rem 0;
  border-radius: 1rem;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .c-cardList__normal {
    padding: 3rem 3rem 0;
    justify-content: flex-start;
  }
}
.c-cardList__normal .c-cardBox {
  width: 48%;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .c-cardList__normal .c-cardBox {
    width: 32%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .c-cardList__normal .c-cardBox {
    width: 31.3%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .c-cardList__normal .c-cardBox:not(:nth-child(3n+3)) {
    margin-right: 3%;
  }
}
.c-cardList__normal .c-noArticle {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-cardList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.c-cardList .c-cardBox {
  margin-bottom: 3.5%;
}
@media screen and (min-width: 768px) {
  .c-cardList .c-cardBox {
    width: 31%;
  }
}
@media screen and (min-width: 768px) {
  .c-cardList .c-cardBox:not(:nth-child(3n+3)) {
    margin-right: 3.5%;
  }
}
.c-cardList .c-cardBox > a {
  display: flex;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .c-cardList .c-cardBox > a {
    display: block;
    height: auto;
  }
}
.c-cardList .c-cardBox > a .c-cardBox__img {
  width: 50%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-cardList .c-cardBox > a .c-cardBox__img {
    width: 100%;
  }
}
.c-cardList .c-cardBox > a .c-cardBox__content {
  width: 50%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .c-cardList .c-cardBox > a .c-cardBox__content {
    width: 100%;
  }
}

.c-tit--dotted {
  position: relative;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .c-tit--dotted {
    font-size: 3rem;
  }
}
.c-tit--dotted::before {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  border-top: 5px dotted #14559F;
}
.c-tit--dotted span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -60%);
  padding: 1rem;
  color: #195CC6;
  font-weight: bold;
  border-radius: 0.5rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .c-tit--dotted span {
    padding: 1rem 3rem;
  }
}

.c-accordion > dt {
  cursor: pointer;
}
.c-accordion > dd {
  display: none;
}

.c-button {
  text-align: center;
  transition: all 0.6s;
}
.c-button:hover {
  opacity: 0.4;
}
.c-button a {
  display: inline-block;
  position: relative;
  padding: 1rem 2rem;
  line-height: 1.6em;
  font-size: 2rem;
  border-radius: 1rem;
  color: white;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.c-button a small {
  display: block;
  font-size: 1rem;
  line-height: 2em;
}
.c-button.c-button--arrow > a {
  padding: 1rem 4rem 1rem 3rem;
}
.c-button.c-button--arrow > a::before {
  display: block;
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.c-button.c-button--onlineShop > a {
  padding-left: 4.5rem !important;
  padding-right: 2rem !important;
}
.c-button.c-button--onlineShop > a::before {
  display: block;
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/common/icon_shop.svg);
}
.c-button.c-button--arrowUnder > a {
  padding-bottom: 3rem;
}
.c-button.c-button--arrowUnder > a::before {
  right: auto;
  left: 50%;
  top: auto;
  bottom: 1.2rem;
  margin-left: -6px;
  transform: rotate(135deg);
}
.c-button.c-button--green a {
  background-color: #03B04A;
}
.c-button.c-button--black a {
  background-color: black;
}
.c-button.c-button--darkBlue a {
  background-color: #0E59A2;
}
.c-button.c-button--purple a {
  background-color: #363581;
}
.c-button.c-button--lightBlue a {
  background-color: #D0EBED;
}
.c-button.c-button--skyBlue a {
  background-color: #42B0CE;
}
.c-button.c-button--white a {
  color: #0E59A2;
  background-color: white;
}
.c-button.c-button--white.c-button--arrow > a::before {
  border-top: 2px solid #0E59A2 !important;
  border-right: 2px solid #0E59A2 !important;
}
.c-button.c-button--linkIcon > a::after {
  display: block;
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/icon_link.svg);
}
.c-button.c-button--reserve > a {
  padding: 1rem 5rem 1rem 2rem;
}
.c-button.c-button--reserve > a::after {
  display: block;
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/icon_link.svg);
}
.c-button.c-button--ticket {
  text-align: left;
}
.c-button.c-button--ticket > a > div {
  display: flex;
  align-items: center;
  position: relative;
}
.c-button.c-button--ticket > a > div::before {
  display: block;
  content: "";
  width: 40px;
  height: 52px;
  margin-right: 1rem;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/icon_phone.svg);
}
.c-button.c-button--ticket > a > div > dl > dt {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  color: white;
}
.c-button.c-button--ticket > a > div > dl > dd {
  font-size: 2.2rem;
  color: #BEE9ED;
}
.c-button.c-button--premiumSheet > a > dl {
  width: 75%;
}
.c-button.c-button--premiumSheet > a > dl > dt {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 2.4rem;
  border-bottom: 1px solid white;
}
.c-button.c-button--premiumSheet > a > dl > dd {
  font-size: 1rem;
}

.c-buttonColumn {
  display: flex;
  justify-content: center;
}
.c-buttonColumn .c-button {
  margin-left: 1rem;
  margin-right: 1rem;
}
.c-section__tit {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6em;
}
.c-section__tit::before {
  display: block;
  content: attr(data-title);
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-section__tit::before {
    font-size: 4rem;
  }
}

.c-priceTit {
  font-size: 1.5rem;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .c-priceTit {
    font-size: 2rem;
  }
}
.c-priceTit > span {
  display: inline-block;
  font-weight: bold;
}
.c-priceTit > span::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 0.2rem;
  background-color: black;
}
.c-priceTit > span > small {
  display: block;
  font-size: 1.6rem;
}
.c-priceTit > span > b {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .c-priceTit > span > b {
    font-size: 2.8rem;
  }
}
div.c-imgColumn {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.c-imgColumn {
    height: 630px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.c-imgColumn::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(193, 190, 188);
    background: linear-gradient(90deg, rgb(193, 190, 188) 15%, rgba(193, 190, 188, 0) 32%, rgba(193, 190, 188, 0) 50%, rgba(193, 190, 188, 0) 68%, rgb(193, 190, 188) 85%);
  }
}
div.c-imgColumn p.c-imgColumn__wrap {
  background-color: #C1BEBC;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.c-imgColumn p.c-imgColumn__wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.c-imgColumn p.c-imgColumn__wrap > img {
    max-width: 1300px;
    margin: auto;
  }
}
ul.c-imgColumn {
  display: flex;
}
ul.c-imgColumn > li {
  flex: 1;
}
.c-texts {
  line-height: 1.8 !important;
  border: 1px solid red !important;
}
.c-texts .c-texts__tit {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  .c-texts .c-texts__tit {
    font-size: 2.2rem;
  }
}
.c-texts b {
  font-weight: bold;
}

.c-text--underline {
  text-decoration: underline;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
@font-face {
  font-family: "rageItalicLet";
  src: url(../fonts/rage-italic-let-plain-1-0.woff) format("woff");
}
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #343434;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
}

p {
  font-size: 1.3rem;
  line-height: 1.8em;
  color: #343434;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  p {
    font-size: 1.4rem;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #343434;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:focus {
  outline: none;
}

* {
  box-sizing: border-box !important;
  letter-spacing: 0.1rem;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item > img {
  max-height: 90vh;
}

.modaal-inner-wrapper {
  padding: 0 !important;
}

.modaal-container {
  width: unset !important;
  background-color: unset !important;
  box-shadow: unset !important;
  max-width: unset !important;
}

/* =========================================================
slickの設定
=========================================================*/
.slick-dots {
  left: 0;
}
.slick-dots > li > button::before {
  color: white !important;
  opacity: 1 !important;
  font-size: 10px !important;
}
.slick-dots > li.slick-active > button::before {
  color: #195CC6 !important;
  opacity: 1 !important;
}

.slick-arrow {
  z-index: 1 !important;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow::after {
  position: relative;
  display: block;
  content: "";
  z-index: 1;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .slick-arrow::after {
    width: 30px;
    height: 30px;
  }
}
.slick-arrow.slick-prev {
  left: 2px !important;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: 5px !important;
  }
}
.slick-arrow.slick-prev::after {
  background-image: url(../images/common/slide_arrow_left.svg);
}
.slick-arrow.slick-next {
  right: 5px !important;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next {
    right: 15px !important;
  }
}
.slick-arrow.slick-next::after {
  background-image: url(../images/common/slide_arrow_right.svg);
}

.swiper .swiper-pagination {
  position: initial !important;
  margin-top: 40px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(62, 55, 45, 0.7);
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent white;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .swiper .swiper-button-prev {
    left: -20px;
  }
}
.swiper .swiper-button-prev::before {
  rotate: 180deg;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .swiper .swiper-button-next {
    right: -20px;
  }
}
.p-priceToPrice {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  position: relative;
}
.p-priceToPrice::before {
  display: block;
  content: "▶︎";
  position: absolute;
  left: 45%;
  top: 50%;
  font-size: clamp(14px, 1.8229vw, 20px);
  translate: -45% -50%;
  color: #F3DDDD;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-priceToPrice::before {
    left: 52%;
    translate: -52% -50%;
  }
}
.p-priceToPrice > p {
  height: 100%;
}
.p-prices .p-price {
  text-align: center;
}
.p-prices .p-price > span,
.p-prices .p-price > b {
  color: #786559;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p-prices .p-price > span b,
.p-prices .p-price > b b {
  color: #786559;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p-prices .p-price > span {
  display: block;
}
.p-prices .p-price > b {
  display: inline-block;
}
.p-prices .p-price > b > small {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 16px;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-prices .p-price.p-price--normal {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-end;
  }
}
.p-prices .p-price.p-price--normal > span {
  font-size: clamp(12px, 1.5625vw, 16px);
}
.p-prices .p-price.p-price--normal > b {
  font-size: clamp(14px, 1.8229vw, 21px);
}
.p-prices .p-price.p-price--normal > b > b {
  font-size: 1.2em;
}
.p-prices .p-price.p-price--discount > span {
  margin-bottom: 10px;
}
.p-prices .p-price.p-price--discount > span > span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 20px;
  color: #FFE16A;
  border-radius: 20px;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #466565;
}
.p-prices .p-price.p-price--discount > b {
  font-size: clamp(18px, 2.3437vw, 30px);
}
.p-prices .p-price.p-price--discount > b > b {
  font-size: 1.3em;
}

.p-benefitBlock {
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefitBlock {
    display: grid;
    gap: 0px 40px;
  }
}
.p-benefitBlock:not(:last-child) {
  margin-bottom: 30px !important;
}
.p-benefitBlock > *:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefitBlock.p-benefitBlock--large > *:not(:last-child) {
    margin-bottom: initial;
  }
}
.p-benefitBlock.p-benefitBlock--small {
  display: block !important;
  width: calc(33.3333333333% - 7px);
}
.p-benefitBlock.p-benefitBlock--small .p-benefitBlock__title {
  text-align: center;
}
.p-benefitBlock.p-benefitBlock--small .p-benefitBlock__img {
  min-width: 100% !important;
  max-width: 100% !important;
}
.p-benefitBlock.p-benefitBlock--small img {
  display: block;
  width: 100%;
  height: auto;
}
.p-benefitBlock .p-benefitBlock__title {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  line-height: 1.6;
  font-size: 16px;
  border-bottom: 1px dashed #212121;
}
.p-benefitBlock .p-benefitBlock__title > b {
  width: 100%;
  margin-bottom: 10px;
}
.p-benefitBlock .p-benefitBlock__title > b > span {
  display: inline-block;
  padding: 2.5px 10px;
  border-radius: 5px;
  color: white;
  background-color: #EF8E95;
}
.p-benefitBlock .p-benefitBlock__title > span:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 10px;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  color: #212121;
  border-radius: 50%;
  background-color: #E7FF44;
}
.p-benefitBlock .p-benefitBlock__title > span:first-child > span {
  display: block;
  color: #212121;
}
.p-benefitBlock .p-benefitBlock__title > span:last-child {
  flex: 1;
  letter-spacing: -0.025em;
}
.p-benefitBlock .p-benefitBlock__title > span > b {
  color: #AE0C0C;
}
.p-benefitBlock .p-benefitBlock__title > span > span {
  display: block;
}
.p-benefitBlock .p-benefitBlock__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefitBlock .p-benefitBlock__img {
    grid-column: 2/3;
    grid-row: 1/5;
    min-width: 360px;
    max-width: 360px;
  }
}
.p-benefitBlock .p-benefitBlock__img > img {
  display: block;
  width: 100%;
  height: auto;
}
.p-benefitBlock .p-benefitBlock__img.p-benefitBlock__img--narrow::before {
  display: block;
  content: "";
  padding-top: 50%;
}
.p-benefitBlock .p-benefitBlock__text {
  grid-column: 1/2;
  grid-row: 2/3;
  text-align: justify;
  line-height: 1.8;
}
.p-benefitBlock .p-benefitBlock__text > span {
  display: block;
  margin-bottom: 10px;
}
.p-benefitBlock .p-benefitBlock__text > span > span {
  display: inline-block;
  padding: 10px;
  background-color: #F5F5F5;
}
.p-benefitBlock .p-benefitBlock__text > b {
  color: #AE0C0C;
}
.p-benefitBlock .p-benefitBlock__notification {
  margin-top: 20px;
  padding: 30px;
  text-align: center;
  border: 1px solid #AE0C0C;
}
.p-benefitBlock .p-benefitBlock__notification > *:not(:last-child), .p-benefitBlock .p-benefitBlock__notification > *:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-benefitBlock .p-benefitBlock__notification .p-benefitBlock__notification__title {
  line-height: 1.6;
}
.p-benefitBlock .p-benefitBlock__notification .p-benefitBlock__notification__title > dt {
  font-size: 20px;
  color: #AE0C0C;
}
.p-benefitBlock .p-benefitBlock__notification .p-benefitBlock__notification__title > dd {
  font-size: 14px;
}
.p-benefitBlock .p-benefitBlock__notification .p-benefitBlock__notification__price {
  justify-content: center;
}
.p-benefitBlock .p-benefitBlock__notification .p-benefitBlock__notification__price > dd > b {
  font-size: 40px;
}
.p-benefitBlock .p-benefitBlock__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-benefitBlock .p-benefitBlock__list > li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background-color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .p-benefitBlock .p-benefitBlock__list > li {
    width: calc(50% - 5px);
    padding: 15px;
  }
}
.p-benefitBlock .p-benefitBlock__list > li > span {
  font-size: 12px;
}
.p-benefitBlock .p-benefits {
  grid-column: 1/3;
  grid-row: 5/6;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefitBlock .p-benefits > li {
    width: 23.75%;
  }
}
.p-benefitColumn {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.p-benefitColumn .p-benefitBlock {
  width: 100% !important;
  margin-bottom: initial !important;
}
@media screen and (min-width: 768px) {
  .p-benefitColumn .p-benefitBlock:not(.p-benefitBlock--large) {
    width: calc(33.3333333333% - 7px) !important;
  }
}
.p-plan-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list.p-plan-list--noFlex {
    display: block;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list.p-plan-list--noFlex .p-plan-list__item {
    flex: 1;
    display: flex;
    gap: 30px;
  }
}
.p-plan-list.p-plan-list--noFlex .p-plan-list__item .p-plan-list__item__img,
.p-plan-list.p-plan-list--noFlex .p-plan-list__item > div {
  flex: 1;
}
.p-plan-list.p-plan-list--noFlex .p-plan-list__item .p-plan-list__item__img {
  position: relative;
  overflow: hidden;
}
.p-plan-list.p-plan-list--noFlex .p-plan-list__item .p-plan-list__item__img::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.p-plan-list.p-plan-list--noFlex .p-plan-list__item .p-plan-list__item__img > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list.p-plan-list--noFlex .p-plan-list__item > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list .p-plan-list__item {
    width: calc(50% - 15px);
  }
}
.p-plan-list .p-plan-list__item:not(:last-child) {
  margin-bottom: 40px;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img:not(.p-plan-list__item__img--slide) {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  overflow-x: hidden;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide {
  width: 100% !important;
  overflow-x: hidden;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide > div {
  width: 100% !important;
  height: auto !important;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide > div > div {
  width: 100% !important;
  height: auto !important;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide > div > div img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-prev,
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-next {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
  background-color: #EF8E95;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-prev::before,
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-next::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent white;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-prev::after,
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-next::after {
  display: none;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-prev {
  left: 10px;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-prev::before {
  rotate: 180deg;
}
.p-plan-list .p-plan-list__item .p-plan-list__item__img--slide .swiper-button-next {
  right: 10px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) {
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) > * {
  text-align: center;
  justify-content: center;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) > *:not(:last-child) {
  margin-bottom: 30px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title {
  line-height: 1.8;
  font-size: 12px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title {
    font-size: 14px;
  }
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title * {
  display: block;
  color: #AE0C0C;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title b {
  color: #AE0C0C;
  font-size: 20px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title small {
  display: block;
  color: #392709;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__title.p-plan-list__item__title--blue b {
  color: #0C3DAE;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__includes > dt {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 14px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__includes > dt > small {
  display: block;
  font-size: 0.8em;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__includes > dd {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 14px;
  background-color: #F5F5F5;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits {
  gap: 10px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li {
  flex-wrap: wrap;
  flex-direction: initial;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li {
    width: calc(50% - 5px);
  }
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li * {
  font-size: 14px;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li br {
  display: none;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li span,
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li b {
  width: 100%;
}
.p-plan-list .p-plan-list__item > div:not(.p-plan-list__item__img--slide) .p-plan-list__item__benefits > li small {
  font-size: 10px;
}

.p-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: space-between;
}
.p-benefits > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  width: calc(50% - 10px);
  background-color: #FFEFEF;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefits > li {
    font-size: 20px;
  }
}
.p-benefits > li * {
  display: block;
}
.p-benefits > li span {
  font-size: 11px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefits > li span {
    font-size: 15px;
  }
}
.p-benefits > li b {
  font-size: 20px;
  line-height: 1.4;
  color: #AE0C0C;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefits > li b {
    font-size: 30px;
  }
}
.p-benefits > li small {
  font-size: 8px;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-benefits > li small {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p-appear--md {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-appear--lg {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  .p-appear--xl {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) and (min-width: 1570px) {
  .p-appear--xxl {
    display: none;
  }
}

.p-link {
  transition: all 0.6s;
}
.p-link:active {
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .p-link:active {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-link:hover {
    opacity: 0.3;
  }
}

.p-accordionNemu .p-accordionNemu__list {
  display: none;
}
.p-accordionNemu .p-accordionNemu__list .p-accordionNemu__list__item {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-introduceBlock .p-introduceBlock__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock .p-introduceBlock__item {
    width: 32%;
    margin-bottom: 3rem !important;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    align-items: center;
  }
}
.p-introduceBlock .p-introduceBlock__item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock .p-introduceBlock__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock .p-introduceBlock__item:not(:nth-child(3n+3)) {
    margin-right: 2%;
  }
}
.p-introduceBlock .p-introduceBlock__item > dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -1rem;
  top: -1rem;
  min-width: 4.4rem;
  min-height: 4.4rem;
  max-width: 4.4rem;
  max-height: 4.4rem;
  margin-right: 1rem;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #C1BEBC;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock .p-introduceBlock__item > dt {
    position: absolute;
    left: -1.8rem;
    top: -2.2rem;
    min-width: 4.8rem;
    min-height: 4.8rem;
    max-width: 4.8rem;
    max-height: 4.8rem;
    font-size: 1.1rem;
  }
}
.p-introduceBlock .p-introduceBlock__item > dt > b {
  margin-top: 0.2rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-introduceBlock .p-introduceBlock__item > dd {
  font-size: 1.3rem;
  line-height: 1.6em;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-introduceBlock .p-introduceBlock__item > dd {
    font-size: 1.6rem;
  }
}
.p-introduceBlock .p-introduceBlock__item > dd > p:not(:last-child) {
  margin-bottom: 1rem;
}
.p-introduceBlock .p-introduceBlock__item > dd > small {
  display: block;
  width: 100%;
  line-height: 1.4em;
  font-size: 0.9rem;
}
.p-introduceBlock .p-introduceBlock__item > dd > b {
  margin-bottom: 1rem;
  font-weight: bold;
}

.p-tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-tagList .p-tagList__item {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-tagList .p-tagList__item {
    font-size: 1.6rem;
  }
}
.p-tagList .p-tagList__item > span {
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 0.5rem;
  font-weight: bold;
}
.p-tagList .p-tagList__item > span.p-tagList__item__space {
  min-width: auto;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-tagList .p-tagList__item > span.p-tagList__item__space {
    display: none;
  }
}
.p-tagList .p-tagList__item > span > span {
  display: block;
}
.p-tagList .p-tagList__item > small {
  vertical-align: bottom;
  font-size: 0.7rem;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-tagList .p-tagList__item > small {
    margin-left: 0.3rem;
    font-size: 1rem;
    font-weight: bold;
  }
}
.p-tagList.p-tagList--white .p-tagList__item > span {
  background-color: white;
}
.p-tagList.p-tagList--grey .p-tagList__item > span {
  background-color: rgba(0, 0, 0, 0.1);
}

.p-section__subBox > dt {
  text-align: center;
}
.p-section__subBox > dt > span {
  display: inline-block;
  padding: 1rem 2rem;
  line-height: 1.2em;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 5rem;
  border: 1px solid #C1BEBC;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  .p-section__subBox > dt > span {
    padding: 1rem 4rem;
    font-size: 2.4rem;
  }
}
.p-section__subBox > dt > span > small {
  display: block;
  font-weight: normal;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  .p-section__subBox > dt > span > small {
    font-size: 1.3rem;
  }
}
.p-section__subBox > dd {
  margin-top: -3rem;
  padding: 6rem 1.5rem 3rem;
  border: 1px solid #C1BEBC;
  border-radius: 1rem;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  .p-section__subBox > dd {
    padding: 6rem 3rem 3rem;
  }
}
.p-section__subBox > dd .p-section__subBox__item:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-section__subBox > dd .p-section__subBox__item .p-section__subBox__item__float {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    align-items: center;
  }
}
.p-section__subBox > dd .p-section__subBox__item .p-section__subBox__item__float > p {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-section__subBox > dd .p-section__subBox__item .p-section__subBox__item__float > p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes {
    display: flex;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item {
  padding: 1rem;
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes .p-plan--smallBoxes__item {
    flex: 1;
    padding: 1.8rem;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes .p-plan--smallBoxes__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item > h4 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes .p-plan--smallBoxes__item > h4 {
    margin-bottom: 4.5rem;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item > dl {
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-top: 2px dotted #C1BEBC;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes .p-plan--smallBoxes__item > dl {
    padding-bottom: 0.5rem;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item .p-plan--smallBoxes__item__tags .p-plan--smallBoxes__item__tags__tit {
  margin-top: -0.7rem;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-plan--smallBoxes .p-plan--smallBoxes__item .p-plan--smallBoxes__item__tags .p-plan--smallBoxes__item__tags__tit {
    margin-top: -0.7rem;
    font-size: 1.6rem;
  }
}
.p-plan--smallBoxes .p-plan--smallBoxes__item .p-plan--smallBoxes__item__tags .p-plan--smallBoxes__item__tags__tit > span {
  padding-right: 1.5rem;
  font-weight: bold;
  background-color: #F7F7F7;
}
.p-plan--smallBoxes .p-plan--smallBoxes__item .p-plan--smallBoxes__item__tags .p-plan--smallBoxes__item__tags__tit > span::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 0.5rem;
  height: 1.6rem;
  margin-right: 1rem;
  background-color: #343434;
}
.p-plan--smallBoxes .p-plan--smallBoxes__item .p-plan--smallBoxes__item__tags .p-plan--smallBoxes__item__tags__tit.p-plan--smallBoxes__item__tags__tit--white > span {
  background-color: white;
}
.p-plan--smallBoxes.p-plan--smallBoxes--white > div {
  background-color: unset;
}

@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-column__wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-column__wrap .p-column__img {
    width: 35%;
  }
}
.p-column__wrap .p-column__img > img {
  max-width: 65%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-column__wrap .p-column__img > img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-column__wrap .p-column__content {
    width: 60%;
  }
}
.p-conversionBtns {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-conversionBtns {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-conversionBtns {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-conversionBtns .p-conversionBtns__btn {
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-conversionBtns .p-conversionBtns__btn {
    flex: 1;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.p-conversionBtns .p-conversionBtns__btn > a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-conversionBtns .p-conversionBtns__btn > a::before {
  display: block;
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.p-conversionBtns .p-conversionBtns__btn:first-child {
  margin-bottom: 1rem;
  background-color: #C1BEBC;
}
@media screen and (min-width: 768px) {
  .p-conversionBtns .p-conversionBtns__btn:first-child {
    margin-bottom: 0;
  }
}
.p-conversionBtns .p-conversionBtns__btn:first-child > a {
  color: white;
}
.p-conversionBtns .p-conversionBtns__btn:first-child > a::before {
  border-color: white;
}
.p-conversionBtns .p-conversionBtns__btn:last-child {
  border: 1px solid #C1BEBC;
}
.p-conversionBtns .p-conversionBtns__btn:last-child > a {
  color: #C1BEBC;
}
.p-conversionBtns .p-conversionBtns__btn:last-child > a::before {
  border-color: #C1BEBC;
}
.p-conversionBtns .p-conversionBtns__btn:hover {
  opacity: 0.3;
}

.p-benefitColumn {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.p-benefitColumn .p-benefitBlock {
  margin-bottom: initial !important;
}
.p-benefitColumn .p-benefitBlock.p-benefitBlock--small {
  display: block !important;
  width: calc(33.3333333333% - 7px);
}
.p-benefitColumn .p-benefitBlock.p-benefitBlock--small .p-benefitBlock__img {
  min-width: 100% !important;
  max-width: 100% !important;
}
.p-benefitColumn .p-benefitBlock.p-benefitBlock--small img {
  display: block;
  width: 100%;
  height: auto;
}

.p-planBox {
  width: 100%;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.p-planBox > *:not(:last-child) {
  margin-bottom: 15px;
}
.p-planBox .p-planBox__title {
  font-size: 20px;
  line-height: 1.6;
  color: #AE0C0C;
}
.p-planBox .p-planBox__title > span {
  display: block;
  color: #AE0C0C;
}
.p-planBox .p-planBox__price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-planBox .p-planBox__price > dt {
  padding: 5px;
  font-size: 14px;
  color: white;
  background-color: #212121;
}
.p-planBox .p-planBox__price > dd {
  font-size: 16px;
  color: #AE0C0C;
}
.p-planBox .p-planBox__price > dd > b {
  color: #AE0C0C;
  font-size: 1.2em;
}

.p-planColumn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-planColumn .p-planBox {
    flex: 1;
  }
}
.p-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-tab {
    gap: 20px;
  }
}
.p-tab .p-tab__content {
  order: 1;
  display: none;
  width: 100%;
}
.p-tab .p-tab__button {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: clamp(13px, 1.6927vw, 16px);
  color: white;
  background-color: #686868;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-tab .p-tab__button {
    height: 60px;
  }
}
.p-tab .p-tab__switch {
  display: none;
}
.p-tab .p-tab__switch:checked + .p-tab__button {
  color: white;
  background-color: #212121;
}
.p-tab .p-tab__switch:checked + .p-tab__button + .p-tab__content {
  display: block;
}

.p-costumeList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-costumeList > li {
  width: calc(50% - 5px);
}
@media screen and (min-width: 768px) {
  .p-costumeList > li {
    width: calc(33.3333333333% - 7px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-costumeList > li {
    width: calc(20% - 8px);
  }
}
.p-galleryList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-galleryList > li {
  width: calc(50% - 5px);
}
@media screen and (min-width: 768px) {
  .p-galleryList > li {
    width: calc(33.3333333333% - 7px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .p-galleryList > li {
    width: calc(25% - 7.5px);
  }
}
.p-accordion {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.p-accordion > dt {
  display: inline-block;
  padding: 20px;
  font-size: 19px;
  color: white;
  background-color: #D20D0D;
  cursor: pointer;
}
.p-accordion > dt > span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.p-accordion > dt > span > span {
  display: block;
  content: "";
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: white;
}
.p-accordion > dt > span > span::before, .p-accordion > dt > span > span::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 2px;
  height: 12px;
  background-color: #212121;
  transition: all 0.4s;
}
.p-accordion > dt > span > span::after {
  rotate: 90deg;
}
.p-accordion > dt.active > span > span::before {
  rotate: 90deg;
}
.p-accordion > dd {
  display: none;
  margin-top: 30px;
}

.p-includeList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-includeList {
    gap: 20px;
  }
}
.p-includeList > li {
  width: calc(33.3333333333% - 7px);
}
@media screen and (min-width: 768px) {
  .p-includeList > li {
    width: calc(33.3333333333% - 14px);
  }
}
.p-includeList > li > div {
  position: relative;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #212121;
  overflow: hidden;
}
.p-includeList > li > div::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.p-includeList > li > div > figure {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  line-height: 1.4;
}
.p-includeList > li > div > figure > img {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto auto 10px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-includeList > li > div > figure > img {
    width: 60px;
    height: 60px;
  }
}
.p-includeList > li > div > figure > figcaption {
  color: white;
  font-size: clamp(9px, 1.1718vw, 14px);
}
.p-includeList > li > div > figure > figcaption > small {
  color: white;
  font-size: 0.75em;
}
.p-includeList > li > p {
  font-size: clamp(9px, 1.1718vw, 14px);
}

.p-button {
  display: block;
  width: 100%;
  text-align: center;
  border: initial;
  background-color: initial;
}
.p-button > a {
  display: inline-block;
  padding: 20px;
  font-size: 16px;
  color: white;
  background-color: #212121;
}
.p-button > a i {
  color: white;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
@font-face {
  font-family: "rageItalicLet";
  src: url(../fonts/rage-italic-let-plain-1-0.woff) format("woff");
}
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #343434;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
}

p {
  font-size: 1.3rem;
  line-height: 1.8em;
  color: #343434;
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (min-width: 1200px) {
  p {
    font-size: 1.4rem;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #343434;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:focus {
  outline: none;
}

* {
  box-sizing: border-box !important;
  letter-spacing: 0.1rem;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item > img {
  max-height: 90vh;
}

.modaal-inner-wrapper {
  padding: 0 !important;
}

.modaal-container {
  width: unset !important;
  background-color: unset !important;
  box-shadow: unset !important;
  max-width: unset !important;
}

/* =========================================================
slickの設定
=========================================================*/
.slick-dots {
  left: 0;
}
.slick-dots > li > button::before {
  color: white !important;
  opacity: 1 !important;
  font-size: 10px !important;
}
.slick-dots > li.slick-active > button::before {
  color: #195CC6 !important;
  opacity: 1 !important;
}

.slick-arrow {
  z-index: 1 !important;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow::after {
  position: relative;
  display: block;
  content: "";
  z-index: 1;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .slick-arrow::after {
    width: 30px;
    height: 30px;
  }
}
.slick-arrow.slick-prev {
  left: 2px !important;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: 5px !important;
  }
}
.slick-arrow.slick-prev::after {
  background-image: url(../images/common/slide_arrow_left.svg);
}
.slick-arrow.slick-next {
  right: 5px !important;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next {
    right: 15px !important;
  }
}
.slick-arrow.slick-next::after {
  background-image: url(../images/common/slide_arrow_right.svg);
}

.swiper .swiper-pagination {
  position: initial !important;
  margin-top: 40px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(62, 55, 45, 0.7);
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent white;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .swiper .swiper-button-prev {
    left: -20px;
  }
}
.swiper .swiper-button-prev::before {
  rotate: 180deg;
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .swiper .swiper-button-next {
    right: -20px;
  }
}
.u-marginBottom--10 {
  margin-bottom: 1rem;
}

.u-marginBottom--20 {
  margin-bottom: 2rem;
}

.u-marginBottom--30 {
  margin-bottom: 3rem;
}

.u-marginBottom--60 {
  margin-bottom: 6rem;
}

.u-marginBottom--80 {
  margin-bottom: 8rem;
}

.u-marginBottom--100 {
  margin-bottom: 10rem;
}

.u-txtAlign--center {
  text-align: center;
}

.ls-appear {
  opacity: 0;
  transform: translateY(15%);
  transition: all 1s;
}
.ls-appear.ls-active {
  opacity: 1;
  transform: translateY(0);
}

.u-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.u-bg--beige {
  background-color: #C1BEBC;
}

.u-fntSize--20 {
  font-size: 2rem;
}

.u-clr--red {
  color: #e78c64;
}

.u-boxShadow {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.u-lineheight--18 {
  line-height: 1.8;
}/*# sourceMappingURL=style.css.map */