@charset "UTF-8";
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	作り方スライダー

==============================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  height: 60px;
  color: #fff;
  margin: 50px auto;
  background: #000;
}

.bgWhie {
  background-color: #fff;
}

/* ▼ stickyを活かすための調整 */
@media (max-width: 767px) {
  .c-page-sub {
    overflow: clip !important;
  }
}

@media (min-width: 769px) {
  #wrapper {
    overflow: clip !important;
  }
}

#simulationPrint {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  padding-top: 20px;
}

.c-sectionHeading {
  text-align: left;
}

.c-sectionHeading_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .c-sectionHeading_label {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-sectionHeading_label {
    font-size: 10px;
  }
}
.c-sectionHeading_label::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  aspect-ratio: 1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #BD2A3C;
}

.c-sectionHeading_title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.75;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .c-sectionHeading_title {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-sectionHeading_title {
    font-size: 16px;
  }
}

.c-sectionHeading_lead {
  margin-top: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
}

/*=============================================

	.fv

==============================================*/
.fv {
  display: -ms-grid;
  display: grid;
  gap: max(11px, 2.8125vw);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .fv {
    -ms-grid-columns: max(202px, 52.65625vw) 1fr;
    grid-template-columns: max(202px, 52.65625vw) 1fr;
    padding: 0 max(6px, 1.5625vw);
  }
}
@media print, screen and (max-width: 767px) {
  .fv {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.fvImg {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .fvImg {
    aspect-ratio: 674/594;
    width: max(202px, 52.65625vw);
  }
}
@media print, screen and (max-width: 767px) {
  .fvImg {
    aspect-ratio: 375/352;
    width: 100%;
  }
}

.fvImg_item {
  position: absolute;
}
.fvImg_item:nth-child(1) {
  aspect-ratio: 1.6533333333;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fvImg_item:nth-child(1) img,
.fvImg_item:nth-child(1) svg,
.fvImg_item:nth-child(1) iframe,
.fvImg_item:nth-child(1) video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .fvImg_item:nth-child(1) {
    width: max(186px, 48.4375vw);
  }
}
@media print, screen and (max-width: 767px) {
  .fvImg_item:nth-child(1) {
    width: max(104px, 92.8vw);
  }
}
.fvImg_item:nth-child(2) {
  aspect-ratio: 1.1042471042;
  overflow: hidden;
  right: 0;
}
.fvImg_item:nth-child(2) img,
.fvImg_item:nth-child(2) svg,
.fvImg_item:nth-child(2) iframe,
.fvImg_item:nth-child(2) video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .fvImg_item:nth-child(2) {
    bottom: 11%;
    width: max(86px, 22.34375vw);
  }
}
@media print, screen and (max-width: 767px) {
  .fvImg_item:nth-child(2) {
    bottom: 5%;
    width: max(54px, 48.2666666667vw);
  }
}
.fvImg_item:nth-child(3) {
  aspect-ratio: 1.1052631579;
  overflow: hidden;
  bottom: 0;
}
.fvImg_item:nth-child(3) img,
.fvImg_item:nth-child(3) svg,
.fvImg_item:nth-child(3) iframe,
.fvImg_item:nth-child(3) video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .fvImg_item:nth-child(3) {
    left: 19%;
    width: max(63px, 16.40625vw);
  }
}
@media print, screen and (max-width: 767px) {
  .fvImg_item:nth-child(3) {
    left: 10%;
    width: max(41px, 36vw);
  }
}

@media print, screen and (max-width: 767px) {
  .fvHeading {
    width: 100%;
    padding: 0 max(6px, 5.3333333333vw);
    margin: 60px auto 0;
  }
}

.fvHeading_title {
  aspect-ratio: 11.8823529412;
  overflow: hidden;
  width: 100%;
  padding: 1px;
}
.fvHeading_title img,
.fvHeading_title svg,
.fvHeading_title iframe,
.fvHeading_title video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (max-width: 767px) {
  .fvHeading_title {
    max-width: 304px;
    margin: 0 auto;
  }
}
.fvHeading_title svg {
  fill: #1a1311;
}

.fvHeading_logo {
  aspect-ratio: 9.3703703704;
  overflow: hidden;
}
.fvHeading_logo img,
.fvHeading_logo svg,
.fvHeading_logo iframe,
.fvHeading_logo video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .fvHeading_logo {
    width: max(76px, 19.765625vw);
    margin: 60px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .fvHeading_logo {
    width: 203px;
    margin: 30px auto 0;
  }
}

.fvHeading_catch {
  font-weight: 900;
  letter-spacing: 0;
  color: #575353;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .fvHeading_catch {
    margin-top: 20px;
    font-size: max(5px, 1.171875vw);
  }
}
@media print, screen and (max-width: 767px) {
  .fvHeading_catch {
    margin-top: 14px;
    font-size: 12px;
  }
}

/*=============================================

	.intro

==============================================*/
.intro {
  -webkit-transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
}
.intro.is-inviewHide {
  opacity: 0;
  visibility: hidden;
}
@media print, screen and (min-width: 768px) {
  .intro {
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .intro {
    padding: 0 max(6px, 5.3333333333vw);
    margin-top: 50px;
  }
}

.introLead {
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .introLead {
    font-size: 15px;
    line-height: 3;
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  .introLead {
    line-height: 2.5;
    text-align: left;
  }
}

/*=============================================

	.simulation

==============================================*/
.simulation {
  -webkit-transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
  background-color: #000;
  color: #fff;
}
.simulation.is-inviewHide {
  opacity: 0;
  visibility: hidden;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulation {
    padding: 160px 0;
    margin-top: 160px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulation {
    padding: 80px 0;
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .simulation {
    margin-top: 80px;
  }
}

.simulationInner {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationInner {
    gap: 60px max(23px, 5.859375vw);
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    padding: 0 max(22px, 5.78125vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationInner {
    gap: 17px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.simulationHeading {
  grid-column: 1/-1;
  white-space: normal;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 36px;
  border-bottom: #fff 1px solid;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationHeading {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: max(45px, 11.640625vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationHeading {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 23px;
    margin: 0 max(6px, 5.3333333333vw);
  }
}

.simulationDescription {
  line-height: 2;
}

.simulationInner {
  overflow: hidden;
  scrollbar-width: none;
}

.simulationSlider_inner {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationSlider_inner {
    aspect-ratio: 1070/411;
    width: calc(100% + max(22px, 5.78125vw));
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationSlider_inner {
    width: 100%;
  }
}
.simulationSlider_inner::after {
  position: absolute;
  top: 0;
  right: 0;
  width: max(51px, 13.28125vw);
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#000), to(transparent));
  background: -webkit-linear-gradient(right, #000, transparent);
  background: linear-gradient(to left, #000, transparent);
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationSlider_inner::after {
    content: "";
  }
}

.simulationSlider_imgs {
  white-space: nowrap;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationSlider_imgs {
    aspect-ratio: 800/533.33;
    width: max(195px, 50.78125vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationSlider_imgs {
    aspect-ratio: 1/1;
    width: max(113px, 100vw);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationSlider_imgs .slick-list {
    overflow: visible;
  }
}

.simulationSlider_imgsItem {
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationSlider_imgsItem {
    margin-right: max(12px, 3.125vw);
  }
}
.simulationSlider_imgsItem img {
  width: 100%;
}

.simulationSlider_imgsIcon {
  aspect-ratio: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 2;
}
.simulationSlider_imgsIcon img,
.simulationSlider_imgsIcon svg,
.simulationSlider_imgsIcon iframe,
.simulationSlider_imgsIcon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationSlider_imgsIcon {
    bottom: max(6px, 1.5625vw);
    left: max(6px, 1.5625vw);
    width: max(14px, 3.515625vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationSlider_imgsIcon {
    bottom: max(3px, 2.6666666667vw);
    left: max(3px, 2.6666666667vw);
    width: max(11px, 9.3333333333vw);
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationThumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: max(3px, 0.78125vw);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationThumbs {
    width: 100vw;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 6px;
  }
}

.simulationThumbs_item {
  position: relative;
  display: inline-block;
  aspect-ratio: 1;
  cursor: pointer;
  translate: 0 0 0;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationThumbs_item {
    width: max(12px, 3.125vw);
    padding: max(2px, 0.546875vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationThumbs_item {
    width: max(12px, 10.6666666667vw);
    padding: max(2px, 1.8666666667vw);
    vertical-align: middle;
    opacity: 0.6;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationThumbs_item.is-current {
    width: max(18px, 4.6875vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationThumbs_item.is-current {
    width: max(18px, 16vw);
    opacity: 1;
  }
}
.simulationThumbs_item.is-current::after {
  content: "";
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationThumbs_item:nth-child(1) {
    margin-left: max(6px, 5.3333333333vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationThumbs_item:last-child {
    margin-right: max(6px, 5.3333333333vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationThumbs_item + .simulationThumbs_item {
    margin-left: max(3px, 2.6666666667vw);
  }
}
.simulationThumbs_item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(top, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(top, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(top, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background-image: linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-position: left top, left top, right top, right top, right bottom, right bottom, left bottom, left bottom;
  background-repeat: no-repeat;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationThumbs_item::after {
    background-size: max(2px, 0.625vw) 1px, 1px max(2px, 0.625vw), max(2px, 0.625vw) 1px, 1px max(2px, 0.625vw), max(2px, 0.625vw) 1px, 1px max(2px, 0.625vw), max(2px, 0.625vw) 1px, 1px max(2px, 0.625vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationThumbs_item::after {
    background-size: max(2px, 2.1333333333vw) 1px, 1px max(2px, 2.1333333333vw), max(2px, 2.1333333333vw) 1px, 1px max(2px, 2.1333333333vw), max(2px, 2.1333333333vw) 1px, 1px max(2px, 2.1333333333vw), max(2px, 2.1333333333vw) 1px, 1px max(2px, 2.1333333333vw);
  }
}

.simulationThumbs_itemImg {
  aspect-ratio: 1;
  overflow: hidden;
}
.simulationThumbs_itemImg img,
.simulationThumbs_itemImg svg,
.simulationThumbs_itemImg iframe,
.simulationThumbs_itemImg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.simulationSlides_controls {
  position: relative;
  margin-top: 10px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationSlides_controls {
    width: max(183px, 47.65625vw);
  }
}

.simulationSlides_controlsArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationSlides_controlsArrow {
    margin-left: auto;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationSlides_controlsArrow {
    margin: 10px auto 0;
  }
}

.simulationSlides_controlsArrow_prev,
.simulationSlides_controlsArrow_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1;
  width: 27px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

.simulationSlides_controlsArrow_icon {
  aspect-ratio: 0.625;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 9px;
  background-image: url("../images/arrow_slider_wht.svg?$staticlink$");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.simulationSlides_controlsArrow_icon img,
.simulationSlides_controlsArrow_icon svg,
.simulationSlides_controlsArrow_icon iframe,
.simulationSlides_controlsArrow_icon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.simulationSlides_controlsArrow_prev .simulationSlides_controlsArrow_icon {
  rotate: 180deg;
}

.simulationSlides_controlsPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  height: 1px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationSlides_controlsPager {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationSlides_controlsPager {
    margin: 0 auto;
  }
}
.simulationSlides_controlsPager span {
  display: block;
  height: 100%;
  background-color: #434343;
}
.simulationSlides_controlsPager span.is-current {
  background-color: #fff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationSlides_controlsPager span {
    width: 30px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationSlides_controlsPager span {
    width: 33px;
  }
}

.simulationSlides_captions {
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationSlides_captions {
    width: max(295px, 76.875vw);
    margin-top: 30px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationSlides_captions {
    width: 100vw;
    padding: 0 max(6px, 5.3333333333vw);
    margin-top: 20px;
  }
}

.simulationSlides_captionsItem {
  display: inline-block;
  width: 100%;
}

.simulationSlides_captionsItem_inner {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationSlides_captionsItem_inner {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    gap: 14px max(6px, 1.484375vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationSlides_captionsItem_inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.simulationSlides_captionsItemTitle {
  line-height: 1.3333333333;
  font-weight: 600;
  white-space: normal;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .simulationSlides_captionsItemTitle {
    font-size: 20px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationSlides_captionsItemTitle {
    font-size: 15px;
    text-align: center;
  }
}

.simulationSlides_captionsItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 10px 26px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  color: #000;
  white-space: normal;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationSlides_captionsItemLink {
    margin: 18px auto 0;
  }
}

.simulationSlides_captionsItemLinkIcon {
  aspect-ratio: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 14px;
  border-radius: 50%;
  background-color: #000;
}
.simulationSlides_captionsItemLinkIcon img,
.simulationSlides_captionsItemLinkIcon svg,
.simulationSlides_captionsItemLinkIcon iframe,
.simulationSlides_captionsItemLinkIcon video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.simulationSlides_captionsItemLinkIcon_arrow {
  aspect-ratio: 0.625;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4px;
  rotate: 180deg;
}
.simulationSlides_captionsItemLinkIcon_arrow img,
.simulationSlides_captionsItemLinkIcon_arrow svg,
.simulationSlides_captionsItemLinkIcon_arrow iframe,
.simulationSlides_captionsItemLinkIcon_arrow video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.simulationSlides_captionsItemLinkIcon_arrow svg {
  stroke: #fff;
}

.simulationSlides_captionsItemDescription {
  line-height: 2;
  white-space: normal;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .simulationSlides_captionsItemDescription {
    margin-top: 28px;
    font-size: 12px;
  }
}

/*=============================================

	.appeal

==============================================*/
.appeal {
  -webkit-transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
}
.appeal.is-inviewHide {
  opacity: 0;
  visibility: hidden;
}

.appealBg {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  pointer-events: none;
}
.youtubeBg-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.is-videoPlaying .youtubeBg-poster {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.youtubeBg-posterImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.youtubeBg-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  /* PC: 16:9横動画 */
  width: 177.78vh; /* 100vh * 16/9 */
  height: 100vh;
  min-width: 100%;
  min-height: 56.25vw; /* 100vw * 9/16 */
}
@media print, screen and (max-width: 767px) {
  .youtubeBg-iframe {
    /* SP: 9:16縦動画 */
    width: 100vw;
    height: 177.78vw; /* 100vw * 16/9 */
    min-height: 100%;
    min-width: 56.25vh; /* 100vh * 9/16 */
  }
}

.appealContent {
  position: relative;
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .appealContent {
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .appealContent {
    margin-top: 50px;
  }
}

.appealCatch {
  aspect-ratio: 12.2399020808;
  overflow: hidden;
  margin: 0 auto;
}
.appealCatch img,
.appealCatch svg,
.appealCatch iframe,
.appealCatch video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .appealCatch {
    width: 500px;
  }
}
@media print, screen and (max-width: 767px) {
  .appealCatch {
    max-width: 335px;
    width: 100%;
  }
}

.appealLead {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  line-height: 3;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 3;
}
@media print, screen and (min-width: 768px) {
  .appealLead {
    margin: 54px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .appealLead {
    margin: 22px auto 0;
  }
}

/*=============================================

	.instagram

==============================================*/
.instagram {
  -webkit-transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
}
.instagram.is-inviewHide {
  opacity: 0;
  visibility: hidden;
}
@media print, screen and (min-width: 768px) {
  .instagram {
    padding-left: max(24px, 6.25vw);
    padding-top: 160px;
  }
}
@media print, screen and (max-width: 767px) {
  .instagram {
    padding: 0 max(6px, 5.3333333333vw);
    padding-top: 80px;
    overflow: hidden;
  }
}
@media print, screen and (max-width: 767px) {
  .instagram .vsm-slider {
    margin-top: 24px !important;
  }
}
.instagram .ecbn-selection-wrapper,
.instagram .ecbn-selection-slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.instagram .ecbn-selection-wrapper {
  font-size: 11px !important;
  color: #7E7E7E !important;
}
@media print, screen and (min-width: 768px) {
  .instagram .ecbn-selection-wrapper {
    margin-top: -30px;
  }
}
.instagram .c-home-instagram__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .instagram .c-home-instagram__title-container {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .instagram .c-home-instagram__title-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: max(24px, 6.25vw);
  }
}
.instagram .c-home-instagram__title {
  display: none !important;
}
.instagram .ecbn-selection-user {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 0;
  font-weight: normal !important;
  font-size: 14px !important;
  color: #000 !important;
}
@media print, screen and (min-width: 768px) {
  .instagram .ecbn-selection-slider-controls {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 0 max(24px, 6.25vw) !important;
    margin-top: 40px !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
  }
}
@media print, screen and (max-width: 767px) {
  .instagram .ecbn-selection-slider-controls {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }
}
.instagram .ecbn-selection-slider-controls-direction {
  width: 94px !important;
}
.instagram a.ecbn-selection-slider-prev,
.instagram a.ecbn-selection-slider-next {
  opacity: 1 !important;
}
.instagram a.ecbn-selection-slider-prev::after,
.instagram a.ecbn-selection-slider-next::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  background-image: url("../images/arrow_slider.svg?$staticlink$");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.instagram a.ecbn-selection-slider-prev[style*="display: none;"],
.instagram a.ecbn-selection-slider-next[style*="display: none;"] {
  display: block !important;
  opacity: 0.3 !important;
  pointer-events: none !important;
}
.instagram .ecbn-selection-footer2 {
  display: none !important;
}
.instagram .c-home-button-01 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 200px !important;
  height: 35px !important;
  background-color: #000 !important;
  color: #fff !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
}
@media print, screen and (max-width: 767px) {
  .instagram .c-home-button-01 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.instagramLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 26px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  position: relative;
  z-index: 10;
}

.instagramLink_icon {
  aspect-ratio: 1;
  overflow: hidden;
  width: 17px;
}
.instagramLink_icon img,
.instagramLink_icon svg,
.instagramLink_icon iframe,
.instagramLink_icon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ecbn-selection-preview .ecbn-selection-nextarrow,
.ecbn-selection-preview .ecbn-selection-prevarrow {
  display: none !important;
}
.ecbn-selection-preview .ecbn-selection-preview-close {
  top: 10px !important;
  right: 10px !important;
  width: 25px !important;
  height: 25px !important;
  background-color: #000 !important;
  border-radius: 50% !important;
}
@media print, screen and (max-width: 767px) {
  .ecbn-selection-preview .ecbn-selection-preview-close {
    top: -20px !important;
    right: -5px !important;
    background-color: #fff !important;
  }
}
.ecbn-selection-preview .ecbn-selection-preview-close::before, .ecbn-selection-preview .ecbn-selection-preview-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 10px !important;
  height: 1px !important;
}
@media print, screen and (min-width: 768px) {
  .ecbn-selection-preview .ecbn-selection-preview-close::before, .ecbn-selection-preview .ecbn-selection-preview-close::after {
    background-color: #fff !important;
  }
}
@media print, screen and (max-width: 767px) {
  .ecbn-selection-preview .ecbn-selection-preview-close::before, .ecbn-selection-preview .ecbn-selection-preview-close::after {
    background-color: #000 !important;
  }
}
.ecbn-selection-preview .ecbn-selection-right-header {
  font-size: 14px !important;
  color: #575353 !important;
  font-weight: normal !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  padding: 0 0 20px !important;
  margin: 0 !important;
}
.ecbn-selection-preview .ecbn-selection-item {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ecbn-selection-preview .ecbn-selection-item-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100% !important;
}
.ecbn-selection-preview .ecbn-selection-item-img {
  width: 70px !important;
  height: 70px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: center !important;
  object-position: center !important;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.ecbn-selection-preview .ecbn-selection-item-img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: center !important;
  object-position: center !important;
  margin: 0 !important;
}
.ecbn-selection-preview .ecbn-selection-item-title {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.ecbn-selection-preview .ecbn-selection-item-name,
.ecbn-selection-preview .ecbn-selection-item-productprice,
.ecbn-selection-preview .ecbn-selection-item-normalprice {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: 12px !important;
  left: 0.05em !important;
  line-height: 1.66;
  color: #575353 !important;
  font-weight: normal !important;
}
.ecbn-selection-preview .ecbn-selection-item-name {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.ecbn-selection-preview .ecbn-selection-item-productprice {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  display: block !important;
}
.ecbn-selection-preview .ecbn-selection-item-comment,
.ecbn-selection-preview .ecbn-selection-item-comment2,
.ecbn-selection-preview .ecbn-selection-item-comment3 {
  display: contents;
}
.ecbn-selection-preview .ecbn-selection-slider-controls,
.ecbn-selection-preview .ecbn-widget-loading-container,
.ecbn-selection-preview .noProductsMsg {
  display: none !important;
}
.ecbn-selection-preview .ecbn-selection-preview-wrapper {
  max-width: 1100px !important;
  width: calc(100% - 40px) !important;
}
@media print, screen and (max-width: 767px) {
  .ecbn-selection-preview .ecbn-selection-preview-wrapper {
    margin: 40px 20px !important;
  }
}
@media print, screen and (min-width: 768px) {
  .ecbn-selection-preview .ecbn-selection-preview-content {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: auto 1fr !important;
    grid-template-columns: auto 1fr !important;
    gap: 0 40px !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media print, screen and (max-width: 767px) {
  .ecbn-selection-preview .ecbn-selection-preview-content {
    height: calc(100svh - 80px) !important;
    margin: auto !important;
    overflow: auto !important;
    padding: 0 !important;
  }
}
.ecbn-selection-preview .ecbn-selection-left,
.ecbn-selection-preview .ecbn-selection-right {
  float: none !important;
}
@media print, screen and (max-width: 767px) {
  .ecbn-selection-preview .ecbn-selection-left {
    width: 100% !important;
  }
}
.ecbn-selection-preview .ecbn-selection-right {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
}
@media print, screen and (min-width: 768px) {
  .ecbn-selection-preview .ecbn-selection-right {
    padding: 0 60px 0 0 !important;
  }
}
@media print, screen and (max-width: 767px) {
  .ecbn-selection-preview .ecbn-selection-right {
    padding: 20px !important;
  }
}
.ecbn-selection-preview .ecbn-selection-right:not(:has(.ecbn-selection-item)) .ecbn-selection-right-header,
.ecbn-selection-preview .ecbn-selection-right:not(:has(.ecbn-selection-item)) .ecbn-selection-preview-slide-wrapper {
  display: none !important;
}
.ecbn-selection-preview .ecbn-selection-right-item-list {
  min-width: 100% !important;
  width: 100% !important;
}
@media print, screen and (max-width: 767px) {
  .ecbn-selection-preview .ecbn-selection-snap-image {
    aspect-ratio: 1/1 !important;
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: center !important;
    object-position: center !important;
    margin: 0 !important;
  }
  .ecbn-selection-preview .ecbn-selection-snap-image img {
    width: 100% !important;
    height: 100% !important;
  }
}
.ecbn-selection-preview .ecbn-selection-preview-slide-wrapper {
  border-bottom: 1px solid #CECECE !important;
}
@media print, screen and (min-width: 768px) {
  .ecbn-selection-preview .ecbn-selection-preview-slide-wrapper {
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media print, screen and (max-width: 767px) {
  .ecbn-selection-preview .ecbn-selection-preview-slide-wrapper {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
}
.ecbn-selection-preview .ecbn-selection-preview-caption {
  margin: 0 !important;
  padding: 0 !important;
}
.ecbn-selection-preview .ecbn-selection-preview-caption p {
  font-size: 12px !important;
  color: #575353 !important;
  letter-spacing: 0.05em !important;
  line-height: 2 !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media print, screen and (max-width: 767px) {
  .ecbn-selection-preview .ecbn-selection-preview-caption p {
    height: auto !important;
  }
}
.ecbn-selection-preview .ecbn-selection-preview-personal {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ecbn-selection-preview .ecbn-selection-right-footer2 {
  display: none !important;
}
.ecbn-selection-preview .ecbn-selection-preview-media--icon a::before {
  background-image: url("../images/icon_ig.svg?$staticlink$") !important;
  background-size: 15px 15px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.ecbn-selection-preview .ecbn-selection-preview-media--icon + span {
  font-size: 0 !important;
}
.ecbn-selection-preview .ecbn-selection-preview-media--icon + span::after {
  content: "@";
  font-size: 12px !important;
  padding-right: 2px;
}

/*=============================================

	.special

==============================================*/
.special {
  -webkit-transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
}
.special.is-inviewHide {
  opacity: 0;
  visibility: hidden;
}
@media print, screen and (min-width: 768px) {
  .special {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    gap: max(12px, 3.125vw);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: max(24px, 6.25vw);
    padding-top: 160px;
  }
}
@media print, screen and (max-width: 767px) {
  .special {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
    padding-top: 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .special .c-sectionHeading,
  .special .specialGallery_arrows {
    padding: 0 max(6px, 5.3333333333vw);
  }
}

@media print, screen and (min-width: 768px) {
  .specialGallery_arrows {
    margin-right: max(24px, 6.25vw);
    margin-left: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .specialGallery_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.specialGallery_arrows_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.specialGallery_arrows_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 2px;
  height: 8px;
  background-image: url("../images/icon_colon.svg?$staticlink$");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.specialGallery_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.specialGallery_arrow span {
  display: inline-block;
  width: 8px;
  height: 9px;
  background-image: url("../images/arrow_slider.svg?$staticlink$");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.specialGallery_arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.specialGallery_arrowPrev span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.specialGallery {
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .specialGallery {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media print, screen and (max-width: 767px) {
  .specialGallery {
    padding-left: max(6px, 5.3333333333vw);
  }
}
.specialGallery .slick-list {
  overflow: visible;
}

.specialGallery_item {
  display: inline-block;
  white-space: normal;
}
@media print, screen and (min-width: 768px) {
  .specialGallery_item {
    width: max(105px, 27.34375vw);
  }
}
@media print, screen and (max-width: 767px) {
  .specialGallery_item {
    width: 53.3333333333vw;
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .specialGallery_item + .specialGallery_item {
    margin-left: 60px;
  }
}
@media print, screen and (max-width: 767px) {
  .specialGallery_item + .specialGallery_item {
    margin-left: 10px;
  }
}

.specialGallery_itemImg {
  aspect-ratio: 1;
  overflow: hidden;
  width: 100%;
}
.specialGallery_itemImg img,
.specialGallery_itemImg svg,
.specialGallery_itemImg iframe,
.specialGallery_itemImg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.specialGallery_itemTitle {
  margin-top: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .specialGallery_itemTitle {
    font-size: 14px;
  }
}

.specialGallery_itemRead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000;
  opacity: 0.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.specialGallery_itemRead:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.specialGallery_itemRead span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
@media print, screen and (min-width: 768px) {
  .specialGallery_itemRead span {
    font-size: 14px;
  }
}
.specialGallery_itemRead span::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*=============================================

	.service

==============================================*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .service {
    padding: 0 max(24px, 6.25vw);
    margin-top: 200px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .service {
    padding: 0 max(6px, 5.3333333333vw);
    margin-top: 200px;
  }
}
@media print, screen and (max-width: 767px) {
  .service {
    margin-top: 80px;
  }
}

.serviceBlock {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .serviceBlock {
    margin-top: 80px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .serviceBlock {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.serviceBlock_title {
  font-weight: bold;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .serviceBlock_title {
    max-width: 296px;
    width: max(89px, 23.125vw);
    font-size: 15px;
  }
}

.serviceList {
  -webkit-transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: max(12px, 3.125vw);
}
.serviceList.is-inviewHide {
  opacity: 0;
  visibility: hidden;
}

.serviceList_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.serviceList_itemImg {
  aspect-ratio: 1;
  overflow: hidden;
  width: 100%;
}
.serviceList_itemImg img,
.serviceList_itemImg svg,
.serviceList_itemImg iframe,
.serviceList_itemImg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.serviceList_itemTitle {
  margin-top: 15px;
  letter-spacing: 0.05em;
  line-height: 1.55;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .serviceList_itemTitle {
    font-size: 18px;
  }
}

.serviceList_itemDescription {
  margin-top: 14px;
  line-height: 2;
}
@media print, screen and (max-width: 767px) {
  .serviceList_itemDescription {
    font-size: 12px;
  }
}

.serviceList_itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
  background-color: #000;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .serviceList_itemLink {
    padding: 12px 22px;
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .serviceList_itemLink {
    padding: 12px;
    width: 100%;
    font-size: 10px;
  }
}

/*=============================================

	.printgift

==============================================*/
.printgift {
  -webkit-transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
}
.printgift.is-inviewHide {
  opacity: 0;
  visibility: hidden;
}
@media print, screen and (min-width: 768px) {
  .printgift {
    margin-top: 200px;
  }
}
@media print, screen and (max-width: 767px) {
  .printgift {
    margin-top: 80px;
  }
}

.printgiftHeading {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .printgiftHeading {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: max(24px, 6.25vw);
    padding: 0 max(48px, 12.5vw);
    margin-bottom: 82px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .printgiftHeading {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 max(6px, 5.3333333333vw);
    margin-bottom: 40px;
  }
}

.printgift_logo {
  aspect-ratio: 2.9036004646;
  overflow: hidden;
  margin-top: 22px;
}
.printgift_logo img,
.printgift_logo svg,
.printgift_logo iframe,
.printgift_logo video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .printgift_logo {
    width: 200px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .printgift_logo {
    width: max(39px, 34.6666666667vw);
    margin: auto;
  }
}

.printgift_lead {
  line-height: 2;
}

.printgiftGallery {
  overflow: hidden;
}

.printgiftGallery_inner {
  white-space: nowrap;
  font-size: 0;
}

.printgiftGallery_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .printgiftGallery_list {
    gap: 80px;
    margin-left: 80px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .printgiftGallery_list {
    gap: 40px;
    margin-left: 40px;
  }
}

.printgiftGallery_item {
  aspect-ratio: 1.4943396226;
  overflow: hidden;
}
.printgiftGallery_item img,
.printgiftGallery_item svg,
.printgiftGallery_item iframe,
.printgiftGallery_item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .printgiftGallery_item:nth-child(odd) {
    width: 289px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .printgiftGallery_item:nth-child(odd) {
    width: 209px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .printgiftGallery_item:nth-child(even) {
    width: 396px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .printgiftGallery_item:nth-child(even) {
    width: 298px;
  }
}

/*=============================================

	.banner

==============================================*/
.banner {
  -webkit-transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
  position: relative;
  color: #fff;
}
.banner.is-inviewHide {
  opacity: 0;
  visibility: hidden;
}
@media print, screen and (min-width: 768px) {
  .banner {
    padding: 160px 0;
    margin-top: 160px;
  }
}
@media print, screen and (max-width: 767px) {
  .banner {
    padding: 80px max(6px, 5.3333333333vw);
    margin-top: 80px;
  }
}

.bannerBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bannerBg_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bannerBg_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.bannerBg_hand {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .bannerBg_hand {
    width: 1280px;
  }
}
@media print, screen and (max-width: 767px) {
  .bannerBg_hand {
    width: 594px;
  }
}
.bannerBg_hand img {
  width: 100%;
}

.bannerContent {
  position: relative;
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bannerLogo {
  aspect-ratio: 1.1038019694;
  overflow: hidden;
}
.bannerLogo img,
.bannerLogo svg,
.bannerLogo iframe,
.bannerLogo video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .bannerLogo {
    width: 80.71px;
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .bannerLogo {
    width: 50px;
    margin-bottom: 40px;
  }
}

.bannerCatch {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .bannerCatch {
    font-size: 30px;
    line-height: 1.66;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .bannerCatch {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 18px;
  }
}

.bannerLead {
  max-width: 600px;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .bannerLead {
    margin-bottom: 270px;
  }
}
@media print, screen and (max-width: 767px) {
  .bannerLead {
    margin-bottom: 226px;
  }
}

.bannerTitle {
  aspect-ratio: 8.3281282532;
  overflow: hidden;
}
.bannerTitle img,
.bannerTitle svg,
.bannerTitle iframe,
.bannerTitle video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .bannerTitle {
    width: 400px;
  }
}
@media print, screen and (max-width: 767px) {
  .bannerTitle {
    width: 300px;
  }
}

.bannerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 35px;
  margin-top: 50px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}

/*
	中見出し
------------------------------------*/
/*  小見出し */