@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*=============================================

	レイアウト

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

	ボタンパーツ

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

	タイトル

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

	おすすめバッジ

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

	スライダー　矢印

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

	メインビジュアル

==============================================*/
.c-block_title {
  font-weight: 500;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-block_title {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0.14em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-block_title {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0.14em; } }

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

	選ばれる理由

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

	商品ラインアップ

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

	How to

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

	モーダル

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

	APP 導線

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

	商品ラインアップ

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

	商品ラインアップ

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

	お知らせ

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

	目的から選ぶ

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

フォトブックのおはなし

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

	よくあるご質問

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

	見切れスライダー

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

	下層ページ ページタイトル

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

	吹き出し

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

	吹き出し透明

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

	作り方スライダー

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

	注釈

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

	仕上がりまでの流れ

==============================================*/
.slick-slider * {
  outline: 0; }

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: 0;
      background: transparent; }
      .slick-dots li button:before {
        font-size: 6px;
        line-height: 6px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        border-radius: 6px;
        text-align: center;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.slick-list {
  overflow: hidden; }

.slick-track {
  overflow: hidden; }

.slick-slide {
  float: left; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0; }

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  content: '';
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
  CUSTOM
———————————————–*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp, .pswp__bg, .pswp__scroll-wrap {
  height: 100%;
  width: 100%; }

.pswp, .pswp__item, .pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0; }

.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
  position: absolute; }

.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity; }

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.pswp__item {
  right: 0;
  bottom: 0; }

.pswp__img {
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

.pswp__error-msg {
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.c-button {
  margin-left: auto;
  margin-right: auto; }

.c-button_link, .c-button_link-blue_base, .c-button_link-blue,
.c-button_link-photobook, .c-button_link-pink {
  position: relative;
  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: 280px;
  max-width: 100%;
  height: 64px;
  border: solid 1px #42ABB2;
  border-radius: 40px;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: background .35s ease;
  -o-transition: background .35s ease;
  transition: background .35s ease; }
  .c-button_link:after, .c-button_link-blue_base:after, .c-button_link-blue:after,
  .c-button_link-photobook:after, .c-button_link-pink:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background-color: #42ABB2;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 0;
    -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, -webkit-transform .35s ease;
    -o-transition: opacity .35s ease, transform .35s ease;
    transition: opacity .35s ease, transform .35s ease;
    transition: opacity .35s ease, transform .35s ease, -webkit-transform .35s ease; }

.c-button_link_label, .c-button_label-blue,
.c-button_label-photobook, .c-button_label-pink {
  position: relative;
  font-weight: bold;
  line-height: 2.25;
  z-index: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-button_link_label, .c-button_label-blue,
    .c-button_label-photobook, .c-button_label-pink {
      font-size: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-button_link_label, .c-button_label-blue,
    .c-button_label-photobook, .c-button_label-pink {
      font-size: 14px; } }

.c-button-app {
  position: relative;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.c-button_link {
  color: #fff;
  background-color: #FFF; }
  @media (hover: hover) {
    .c-button_link:hover:after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1; } }
  .c-button-disable .c-button_link {
    background-color: #7AC4C9;
    border-color: #7AC4C9; }

.c-button_link-blue_base {
  background-color: #42ABB2; }
  .c-button_link-blue_base::after {
    background-color: #fff; }
  .c-button_link-blue_base .c-button_link_label {
    color: #fff; }
  .c-button_link-blue_base .c-button_link_svg {
    fill: #fff; }
  @media (hover: hover) {
    .c-button_link-blue_base:hover:after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
      background-color: #fff; }
    .c-button_link-blue_base:hover .c-button_link_label {
      color: #42ABB2; }
    .c-button_link-blue_base:hover .c-button_link_svg {
      fill: #42ABB2; } }
  .c-button-disable .c-button_link-blue_base {
    background-color: #7AC4C9;
    border-color: #7AC4C9; }

.c-button_link-blue,
.c-button_link-photobook {
  background-color: #42ABB2;
  border-color: #42ABB2;
  color: #FFF; }
  .c-button_link-blue:after,
  .c-button_link-photobook:after {
    background-color: #101010; }
  @media (hover: hover) {
    .c-button_link-blue:hover,
    .c-button_link-photobook:hover {
      background-color: #101010;
      border-color: #101010; } }

.c-button_link-pink {
  background-color: #f98fad;
  border-color: #f98fad;
  color: #FFF; }
  .c-button_link-pink:after {
    background-color: #FFF; }
  @media (hover: hover) {
    .c-button_link-pink:hover {
      background-color: #f98fad;
      border-color: #f98fad; } }

.c-button_link_label {
  color: #42ABB2;
  z-index: 2; }
  @media (hover: hover) {
    .c-button_link:hover .c-button_link_label {
      color: #FFF; } }
  .c-button-disable .c-button_link_label {
    color: #FFF; }

.c-button_label-blue,
.c-button_label-photobook {
  color: #FFF; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-button_label-photobook {
    text-indent: -1.2em; } }

.c-button_label-pink {
  color: #FFF; }
  @media (hover: hover) {
    .c-button_link:hover .c-button_label-pink {
      color: #f98fad; } }

.c-button_link_svg {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  fill: #42ABB2;
  -webkit-transition: fill .3s ease, opacity .3s ease;
  -o-transition: fill .3s ease, opacity .3s ease;
  transition: fill .3s ease, opacity .3s ease;
  z-index: 2; }
  @media (hover: hover) {
    .c-button_link:hover .c-button_link_svg {
      fill: #FFF; } }
  .c-button-disable .c-button_link_svg {
    fill: #FFF; }

.c-button_link_svgBlue {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  fill: #FFF;
  -webkit-transition: fill .3s ease, opacity .3s ease;
  -o-transition: fill .3s ease, opacity .3s ease;
  transition: fill .3s ease, opacity .3s ease;
  z-index: 2; }

.c-button_link_svgPink {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  fill: #FFF;
  -webkit-transition: fill .3s ease, opacity .3s ease;
  -o-transition: fill .3s ease, opacity .3s ease;
  transition: fill .3s ease, opacity .3s ease;
  z-index: 2; }
  @media (hover: hover) {
    .c-button_link:hover .c-button_link_svgPink {
      fill: #f98fad; } }

.c-buttonSvg-plus {
  width: 10px;
  height: 10px;
  opacity: 1; }
  .is-open .c-buttonSvg-plus {
    opacity: 0; }

.c-buttonSvg-minus {
  width: 10px;
  height: 10px;
  opacity: 0; }
  .is-open .c-buttonSvg-minus {
    opacity: 1; }

.c-buttonSvg-download {
  width: 15px;
  height: 14px; }

.c-button_svg-photobook {
  width: 18px;
  height: 18px;
  fill: #FFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-button_svg-photobook {
      margin-left: 8px; } }

/* アイコンボタン */
.c-iconButton_link {
  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;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 1px #101010; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-iconButton_link {
      width: 30px;
      height: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-iconButton_link {
      width: 42px;
      height: 42px; } }
  @media (hover: hover) {
    .c-iconButton_link {
      -webkit-transition: background .3s ease;
      -o-transition: background .3s ease;
      transition: background .3s ease; }
      .c-iconButton_link:hover {
        background-color: #101010; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-iconButton_link_svg {
    width: 9px;
    height: 11px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-iconButton_link_svg {
    width: 10px;
    height: 12px; } }

@media (hover: hover) {
  .c-iconButton_link_svg {
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease; }
    .c-iconButton_link_svg:hover {
      fill: #FFF; } }

.c-mainvisualSection {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 2px; }
  .c-mainvisualSection:before {
    content: "";
    position: absolute;
    bottom: -0.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 101%;
    z-index: 2;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-mainvisualSection:before {
        padding-top: 4.26%;
        background-image: url(/assets/svg/mainvisual_background-sp.svg); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-mainvisualSection:before {
        padding-top: 3.84%;
        background-image: url(/assets/svg/mainvisual_background-pc.svg); } }

.c-mainvisualSection_inner {
  will-change: filter;
  -webkit-transition: opacity 2s linear, -webkit-filter 2s linear;
  transition: opacity 2s linear, -webkit-filter 2s linear;
  -o-transition: filter 2s linear, opacity 2s linear;
  transition: filter 2s linear, opacity 2s linear;
  transition: filter 2s linear, opacity 2s linear, -webkit-filter 2s linear; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-mainvisualSection_inner {
      height: 100vh; } }
  .is-hide .c-mainvisualSection_inner {
    -webkit-filter: brightness(135%);
    filter: brightness(135%);
    opacity: 0; }

.c-mainvisual_img {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-mainvisual_img {
      padding-top: 140.8%; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-mainvisual_img {
      padding-top: 110%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-mainvisual_img {
      height: 100%; } }
  .is-hide .c-mainvisual_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
    [data-current="hc"] .is-hide .c-mainvisual_img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

.c-mainvisual_title {
  white-space: nowrap; }

.c-mainvisual_title-en {
  position: relative;
  display: block;
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .14em;
  color: #42ABB2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-mainvisual_title-en {
      padding-left: 34px;
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-mainvisual_title-en {
      padding-left: 40px; } }
  .c-mainvisual_title-en:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    height: 1px;
    background-color: #42ABB2; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-mainvisual_title-en:before {
        width: 24px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-mainvisual_title-en:before {
        width: 32px; } }

.c-mainvisual_title-jp {
  display: block;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.58; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-mainvisual_title-jp {
      font-size: 22px;
      margin-top: 16px;
      text-align: center; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-mainvisual_title-jp {
      font-size: 36px;
      margin-top: 24px; } }

/*
	ページ タイトル
  ------------------------------------*/
.c-pageTitle {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: .14em;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-pageTitle {
      font-size: 20px;
      line-height: 1.92;
      padding-top: 56px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-pageTitle {
      font-size: 26px;
      line-height: 1.7;
      padding-top: 82px; } }
  .c-pageTitle:before {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #42ABB2; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-pageTitle:before {
        height: 40px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-pageTitle:before {
        height: 56px; } }

.c-pageTitle_icon {
  position: absolute;
  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;
  border-radius: 50%;
  border: solid 1px #42ABB2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-pageTitle_icon {
      top: 16px;
      left: -32px;
      width: 64px;
      height: 64px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-pageTitle_icon {
      top: 30px;
      left: -72px;
      width: 72px;
      height: 72px; } }

.c-pageTitle_icon_label {
  line-height: 1.2;
  letter-spacing: .04em;
  color: #42ABB2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-pageTitle_icon_label {
      font-size: 10px;
      padding-top: 2px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-pageTitle_icon_label {
      font-size: 11px;
      padding-top: 4px; } }

.c-pageTitle_icon_largeLabel {
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-pageTitle_icon_largeLabel {
      font-size: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-pageTitle_icon_largeLabel {
      font-size: 18px; } }

.c-pageTitle_icon_mediumLabel {
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-pageTitle_icon_mediumLabel {
      font-size: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-pageTitle_icon_mediumLabel {
      font-size: 12px; } }

/*
	セクション タイトル
  ------------------------------------*/
@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-sectionHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.c-section_title-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_title-vertical {
      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-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; } }

.c-section_title-sub {
  position: relative;
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .14em;
  line-height: 1.68;
  color: #42ABB2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_title-sub {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-section_title-sub {
      font-size: 16px; } }
  .c-section_title-sub:before {
    content: "";
    position: absolute;
    background-color: #42ABB2; }
  .c-section_title-vertical .c-section_title-sub {
    padding-top: 34px; }
    .c-section_title-vertical .c-section_title-sub:before {
      content: "";
      width: 1px;
      height: 24px;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .c-section_title-horizontal .c-section_title-sub {
    padding-left: 34px; }
    .c-section_title-horizontal .c-section_title-sub:before {
      content: "";
      width: 24px;
      height: 1px;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .c-section_title-center .c-section_title-sub {
    margin: 0 auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content; }

.c-section_title-main {
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.6;
  white-space: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_title-main {
      font-size: 25px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-section_title-main {
      font-size: 28px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_title-horizontal .c-section_title-main {
      margin-top: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-section_title-horizontal .c-section_title-main {
      margin-top: 4px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_title-vertical .c-section_title-main {
      margin-right: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-section_title-vertical .c-section_title-main {
      margin-right: 10px; } }

.c-section_text {
  line-height: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_text {
      margin-top: 18px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-section_text {
      margin-left: 64px; } }

/*
	セクション タイトル ver2
  ------------------------------------*/
.c-langMixedTitle {
  text-align: center; }

.c-langMixedTitle_badgeWrap {
  display: inline-block;
  position: relative; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-langMixedTitle_badge {
    position: relative !important;
    top: -6px !important;
    left: -24px !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-langMixedTitle_badge {
    top: -29px !important;
    left: -18px !important;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }

.c-langMixedTitle-en {
  letter-spacing: 0.2em;
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-langMixedTitle-en {
      font-size: 26px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-langMixedTitle-en {
      font-size: 34px; } }

.c-langMixedTitle-jp {
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.8;
  white-space: nowrap;
  font-size: 15px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-langMixedTitle-jp {
      margin-top: 9px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-langMixedTitle-jp {
      margin-top: 10px; } }

/* PC：可変幅 */
/* PC：固定幅1120px */
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-lineup_list_wrap, .c-colunmInner {
    padding-left: 20px;
    padding-right: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-lineup_list_wrap, .c-colunmInner {
    max-width: 1240px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .c-lineup_list_wrap, .c-colunmInner {
    padding-left: 50px;
    padding-right: 50px; } }

/* PC：固定幅1080px */
/* PC：固定幅1040px */
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-sectionHead, .c-reasonSection_inner, .howto {
    padding-left: 20px;
    padding-right: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-sectionHead, .c-reasonSection_inner, .howto {
    max-width: 1160px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .c-sectionHead, .c-reasonSection_inner, .howto {
    padding-left: 50px;
    padding-right: 50px; } }

/* PC：固定幅880px */
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-faq {
    padding-left: 20px;
    padding-right: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-faq {
    max-width: 1000px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .c-faq {
    padding-left: 50px;
    padding-right: 50px; } }

.c-badge {
  position: absolute;
  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;
  background-color: #F9FD95;
  border-radius: 50%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-badge {
      width: 64px;
      height: 64px;
      top: -30px;
      left: -10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-badge {
      width: 78px;
      height: 78px;
      top: -40px;
      left: -40px; } }

.c-badge_label {
  position: relative;
  font-weight: 500;
  letter-spacing: .04em;
  z-index: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-badge_label {
      font-size: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-badge_label {
      font-size: 13px; } }
  .c-badge_label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: opacity linear 0.4s;
    -o-transition: opacity linear 0.4s;
    transition: opacity linear 0.4s;
    -webkit-animation: pulseMotion 1.4s linear infinite;
    animation: pulseMotion 1.4s linear infinite;
    z-index: -1; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-badge_label:before {
        width: 64px;
        height: 64px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-badge_label:before {
        width: 78px;
        height: 78px; } }

@-webkit-keyframes pulseMotion {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(249, 253, 149, 0.4); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.8, 1.8);
    transform: translate(-50%, -50%) scale(1.8, 1.8);
    background-color: rgba(249, 253, 149, 0); } }

@keyframes pulseMotion {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(249, 253, 149, 0.4); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.8, 1.8);
    transform: translate(-50%, -50%) scale(1.8, 1.8);
    background-color: rgba(249, 253, 149, 0); } }

.c-lineupController .slick-arrow, .c-lineupSlide .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: solid 1px #101010;
  border-radius: 50%;
  background-position: center;
  background-size: 8px 9px;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, background;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  @media (hover: hover) {
    .c-lineupController .slick-arrow:hover, .c-lineupSlide .slick-arrow:hover {
      background-color: #101010; } }
  .c-lineupController .slick-disabled.slick-arrow, .c-lineupSlide .slick-disabled.slick-arrow {
    opacity: .3;
    pointer-events: none; }

.c-lineupController .slick-prev, .c-lineupSlide .slick-prev {
  background-image: url(/assets/svg/arrow_prev-black.svg); }
  @media (hover: hover) {
    .c-lineupController .slick-prev:hover, .c-lineupSlide .slick-prev:hover {
      background-image: url(/assets/svg/arrow_prev-white.svg); } }

.c-lineupController .slick-next, .c-lineupSlide .slick-next {
  background-image: url(/assets/svg/arrow_next-black.svg); }
  @media (hover: hover) {
    .c-lineupController .slick-next:hover, .c-lineupSlide .slick-next:hover {
      background-image: url(/assets/svg/arrow_next-white.svg); } }

.c-howtoInfo {
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howtoInfo {
      padding: 26px 14px;
      border-radius: 16px;
      margin-bottom: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howtoInfo {
      padding: 40px 100px;
      border-radius: 16px;
      margin-bottom: 40px; } }

.c-howtoInfo_title {
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howtoInfo_title {
      font-size: 14px;
      text-align: left; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howtoInfo_title {
      font-size: 17px; } }

.c-howtoInfo_text {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howtoInfo_text {
      font-size: 13px;
      margin-top: 16px;
      line-height: 1.8;
      text-align: left; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howtoInfo_text {
      font-size: 15px;
      margin-top: 14px;
      line-height: 1.4; } }

.c-howtoInfo_text-black {
  display: inline; }

.c-howtoInfo_text_trigger {
  display: inline;
  color: #42ABB2;
  border-bottom: solid 1px #42ABB2;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: border .3s ease;
  -o-transition: border .3s ease;
  transition: border .3s ease; }
  @media (hover: hover) {
    .c-howtoInfo_text_trigger:hover {
      border-color: transparent; } }

.c-howtoInfo_text_triggerIcon {
  display: inline-block;
  width: 8px;
  height: 10px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/svg/arrow_accordion.svg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
  .is-open .c-howtoInfo_text_triggerIcon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

.c-howtoInfo_note {
  display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howtoInfo_note {
      font-size: 12px;
      margin-top: 20px;
      line-height: 1.6;
      text-align: left; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howtoInfo_note {
      font-size: 12px;
      margin-top: 30px;
      line-height: 1.5; } }

.c-howtoInfo_link {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  color: #42ABB2;
  text-align: center;
  line-height: 1.4;
  -webkit-transition: border .3s ease;
  -o-transition: border .3s ease;
  transition: border .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howtoInfo_link {
      font-size: 14px;
      margin: 30px auto 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howtoInfo_link {
      font-size: 15px;
      margin: 40px auto 0; } }
  @media (hover: none) {
    .c-howtoInfo_link {
      text-decoration: underline;
      text-underline-offset: 4px; } }
  @media (hover: hover) {
    .c-howtoInfo_link {
      border-bottom: solid 1px #42ABB2; }
      .c-howtoInfo_link:hover {
        border-color: transparent; } }

.c-howtoNotice {
  text-align: center;
  border: solid 1px #101010; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howtoNotice {
      padding: 26px 14px;
      border-radius: 16px;
      margin-bottom: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howtoNotice {
      padding: 20px 100px;
      border-radius: 16px;
      margin-bottom: 40px; } }

.c-howtoNotice_text {
  line-height: 1.6; }

.c-howtoNotice_text-bold {
  font-weight: bold; }

.c-howtoNotice_text_link {
  color: #42ABB2; }
  @media (hover: none) {
    .c-howtoNotice_text_link {
      text-decoration: underline;
      text-underline-offset: 4px; } }
  @media (hover: hover) {
    .c-howtoNotice_text_link {
      border-bottom: solid 1px #42ABB2; }
      .c-howtoNotice_text_link:hover {
        border-color: transparent; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-howto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .c-howto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.c-howto_node {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_node {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .c-howto_node {
      width: auto; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_node + .c-howto_node {
      margin-top: 40px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .c-howto_node + .c-howto_node {
      margin-top: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_node[data-type="browser"] {
      width: calc((600 / 1040) * 100%); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .common-modal .c-howto_node[data-type="browser"] {
      width: auto; } }
  [data-current="ring"] .aboutHowto_body .c-howto_node[data-type="browser"] {
    width: auto; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_node[data-type="app"] {
      width: calc((400 / 1040) * 100%); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .common-modal .c-howto_node[data-type="app"] {
      display: none; } }
  [data-current="ring"] .aboutHowto_body .c-howto_node[data-type="app"] {
    display: none; }

.c-howto_box {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_box {
      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-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_box {
      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-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.c-howto_badge {
  position: absolute; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_badge {
      top: -13px;
      left: -15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_badge {
      top: -38px;
      left: 24px; } }

.c-howto_title {
  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;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #FFF;
  background-color: #42ABB2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_title {
      font-size: 15px;
      letter-spacing: .08em;
      height: 40px;
      border-radius: 12px 12px 0 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_title {
      font-size: 24px;
      letter-spacing: .12em;
      height: 70px;
      border-radius: 16px 16px 0 0; } }

.c-howto_main {
  background-color: #fff;
  border: 1px solid #42ABB2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_main {
      padding: 21px 24px 40px;
      border-radius: 0 0 12px 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_main {
      padding: 32px 32px;
      border-radius: 0 0 16px 16px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .c-howto_main {
      padding: 32px 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-current="ring"] .aboutHowto_body .c-howto_main {
      padding: 32px 80px 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .common-modal .c-howto_main {
      padding: 21px 40px 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .common-modal .c-howtoItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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: 1025px) {
  [data-current="ring"] .aboutHowto_body .c-howtoItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-howtoItem + .c-howtoItem {
    margin-top: 16px; } }

.c-howtoItem_title {
  font-weight: 500;
  border-bottom: solid 1px #101010;
  padding-bottom: 10px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howtoItem_title {
      margin-bottom: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howtoItem_title {
      font-size: 16px;
      margin-bottom: 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .common-modal .c-howtoItem_textBox {
    margin-right: 60px; } }

.c-howtoItem_text {
  position: relative;
  letter-spacing: .1em;
  line-height: 2;
  font-size: 14px; }

.c-howtoItem_text-small {
  letter-spacing: .1em;
  line-height: 1.8;
  font-size: 12px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howtoItem_text-small {
      margin-top: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howtoItem_text-small {
      margin-top: 8px; } }

.c-howto_img {
  text-align: center;
  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;
  max-width: 286px;
  margin: 30px auto 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-type="app"] .c-howto_img {
      margin-top: 70px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-current="ring"] .aboutHowto_body .c-howto_img {
      margin: 0 0 0 66px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .common-modal .c-howto_img {
      margin-top: 0; } }
  .c-howto_img img {
    max-width: 100%; }

.c-howto_productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_productList {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: calc(100% + 10px);
      margin: 0 0 17px -5px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_productList {
      margin: 0 0 40px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-howto_productList_node {
    margin: 0 4px 8px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-howto_productList_node {
    margin: 0 10px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-howto_productList_node img {
    max-height: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-howto_productList_node img {
    max-height: 24px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .c-howto_productList_node img {
    max-width: 100%; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-howto_buttonWrap {
    margin-top: 32px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-howto_buttonWrap {
    margin: 40px 0 0 8%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  [data-type="app"] .c-howto_buttonWrap {
    margin: 64px 0 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-howto_button_label {
    text-indent: -1.1em; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-howto_buttonSvg {
    right: 13px; } }

.c-howto_linkWrap {
  text-align: center;
  margin-top: 16px; }

.c-howto_link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #42ABB2;
  border-bottom: #42ABB2;
  padding-bottom: 2px; }
  .c-howto_link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #42ABB2;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  @media (hover: hover) {
    .c-howto_link:hover:after {
      opacity: 0; } }

/* ▼ .c-howtoAppDownload */
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-howtoAppDownload {
    max-width: 300px;
    margin: 0 auto; } }

.c-howtoAppDownload_title {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .12em;
  padding-bottom: 8px; }
  .c-howtoAppDownload_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #101010; }

.c-howtoAppDownload_list {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px; }

.c-howtoAppDownload_list_label {
  font-weight: 500;
  letter-spacing: .06em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howtoAppDownload_list_label {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howtoAppDownload_list_label {
      font-size: 14px; } }

.c-howtoAppDownload_list_link {
  display: block;
  margin-top: 11px; }
  .c-howtoAppDownload_list_link img {
    width: 100%; }

.c-modalArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  -o-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease; }
  .c-modalArea.is-show {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 9999; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalArea {
      padding: 40px 20px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-modalArea.common-modal {
      padding: 20px 20px; } }

.c-modalArea_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2; }

.c-modalArea_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalArea_content {
      width: calc(100% - 40px);
      max-width: 1200px; } }

.c-modalArea_inner {
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  z-index: 3; }

.c-modalArea_content_main {
  display: none; }
  .c-modalArea_content_main.is-show {
    display: block; }

.c-modalArea_close {
  position: absolute;
  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;
  z-index: 8888; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-modalArea_close {
      width: 60px;
      height: 60px;
      top: 4px;
      right: 10px;
      border-radius: 50%;
      background-color: #999999; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalArea_close {
      width: 56px;
      height: 56px;
      top: 10px;
      right: 10px;
      cursor: pointer; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .common-modal .c-modalArea_close {
      position: fixed; } }

.c-modalArea_close_inner {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-modalArea_close_inner {
      width: 20px;
      height: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalArea_close_inner {
      width: 50px;
      height: 50px; } }
  .c-modalArea_close_inner span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-modalArea_close_inner span {
        background-color: #FFF; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-modalArea_close_inner span {
        background-color: #101010; } }
    .c-modalArea_close_inner span:nth-child(1) {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .c-modalArea_close_inner span:nth-child(2) {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }

.c-appPopup {
  position: absolute;
  right: 0;
  z-index: 10;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  -o-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-appPopup {
      top: -215px;
      width: 266px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-appPopup {
      top: -226px;
      right: -50px;
      width: 537px; } }
  .is-open .c-appPopup {
    opacity: 1;
    visibility: visible; }

.c-appPopup_inner {
  position: relative;
  border-radius: 16px;
  background-color: #F5F5F5;
  border: solid 1px #999999; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-appPopup_inner {
      padding: 22px 24px 32px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-appPopup_inner {
      padding: 26px 24px 24px; } }
  .c-appPopup_inner:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-appPopup_inner:before {
        bottom: -8px;
        width: 33px;
        height: 15px;
        background-image: url(/assets/images/common/app_popup_triangle-sp.png); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-appPopup_inner:before {
        margin-left: 50px;
        bottom: -18px;
        width: 36px;
        height: 30px;
        background-image: url(/assets/images/common/app_popup_triangle-pc.png); } }

.c-appPopup_title {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .12em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-appPopup_title {
      padding-bottom: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-appPopup_title {
      padding-bottom: 6px; } }
  .c-appPopup_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #101010; }

.c-appPopupList {
  margin-top: 24px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-appPopupList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-appPopupList_node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: calc((100% - 24px) / 2); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-appPopupList_node + .c-appPopupList_node {
    margin-top: 20px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-appPopupList_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.c-appPopupList_label {
  font-weight: 500;
  letter-spacing: .06em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-appPopupList_label {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-appPopupList_label {
      font-size: 14px; } }

.c-appPopupList_link {
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-appPopupList_link {
      width: 135px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-appPopupList_link {
      width: 151px;
      margin-top: 11px; } }
  .c-appPopupList_link img {
    width: 100%; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-appPopupList_qr {
    width: 70px; } }

.c-appPopupList_qr img {
  width: 100%; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-appPopup_text {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .08em;
    line-height: 1.5;
    margin-top: 16px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-appPopup_close {
    position: absolute;
    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: 44px;
    height: 44px;
    top: -22px;
    right: -16px;
    border-radius: 50%;
    background-color: #999999; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-appPopup_close_inner {
    position: relative;
    width: 20px;
    height: 20px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-appPopup_close_inner span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #FFF; }
    .c-appPopup_close_inner span:nth-child(1) {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .c-appPopup_close_inner span:nth-child(2) {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); } }

.c-reasonSection {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-reasonSection {
      padding: 64px 0 0;
      margin-top: 96px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-reasonSection {
      padding: 95px 0 0;
      margin-top: 120px; } }
  .c-reasonSection:after {
    content: "";
    position: absolute;
    display: block;
    background-position: top left;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: -1; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-reasonSection:after {
        width: 89%;
        height: 100%;
        top: 0;
        left: -30px;
        background-image: url(/assets/images/commodity/reason_background-sp.png); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-reasonSection_background {
    position: absolute;
    top: 0;
    left: -30px;
    width: 63%;
    height: calc( 100% - 70px - ((100vw * 0.0943) * 2 ));
    z-index: -1; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-reasonSection_background::before, .c-reasonSection_background::after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 9.43%;
    background-position: top left;
    background-size: 100%;
    background-repeat: no-repeat; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-reasonSection_background::before {
    background-image: url(/assets/svg/section_background_before-pc.svg); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-reasonSection_background::after {
    background-image: url(/assets/svg/section_background_after-pc.svg); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-reasonSection_background_inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-reason_title {
    width: 83%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-reason_title {
    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;
    width: 50%; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-reasonsList {
    margin-top: 60px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-reasonsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -170px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-reasonsList_node {
    width: 50%;
    padding: 29px 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-reasonsList_node:nth-child(1) {
    margin-left: 50%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-reasonsList_node:nth-child(2) {
    margin-top: -240px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-reasonsList_node + .c-reasonsList_node {
    margin-top: 45px; } }

.c-reasonsList_img {
  position: relative; }
  .c-reasonsList_img img {
    width: 100%; }

.c-reasonsList_title {
  position: absolute;
  top: -20px;
  right: 10px;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #FFF;
  border: solid 1px #101010; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-reasonsList_title {
      font-size: 15px;
      padding: 10px 7px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-reasonsList_title {
      font-size: 18px;
      padding: 12px 8px; } }

.c-reasonsList_catch {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .14em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-reasonsList_catch {
      font-size: 16px;
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-reasonsList_catch {
      font-size: 20px;
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .c-reasonsList_catch br {
      display: none; } }

.c-reasonsList_text {
  font-size: 14px;
  line-height: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-reasonsList_text {
      margin-top: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-reasonsList_text {
      margin-top: 10px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-reasonsList_note {
    margin-top: 25px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-reasonsList_note {
    margin-top: 20px; } }

.c-reasonsList_note a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  letter-spacing: .06em;
  line-height: 1.75;
  color: #42ABB2;
  padding-bottom: 2px;
  margin-right: 16px; }
  .c-reasonsList_note a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #42ABB2;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  @media (hover: hover) {
    .c-reasonsList_note a:hover:after {
      opacity: 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-lineupSection {
    margin-top: 96px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-lineupSection {
    margin-top: 160px; } }

.c-lineup_mainSlideWrap {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-lineup_mainSlideWrap {
      margin-top: 17px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-lineup_mainSlideWrap {
      margin-top: 40px; } }

.c-lineup_mainSlide {
  white-space: nowrap;
  letter-spacing: 0;
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-lineup_mainSlide {
      padding: 0 15px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-lineup_mainSlide {
      padding: 0 45px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-lineup_mainSlide:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 20px;
      width: calc(100vw - 40px);
      height: 1px;
      background-color: #F5F5F5; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-lineup_mainSlide:after {
      left: 50px;
      width: calc(100vw - 100px); } }

/* スライダー */
.c-lineupController .slick-prev {
  left: 0; }

.c-lineupController .slick-next {
  right: 0; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-lineup_mainSlideWrap .slick-dots {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .c-lineup_mainSlideWrap .slick-dots {
    right: 60px; } }

.c-lineup_mainSlideWrap .slick-dots li {
  display: block;
  padding: 8px;
  margin: 0; }
  .c-lineup_mainSlideWrap .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0px;
    border-radius: 50px;
    border: solid 1px #42ABB2; }
    li.slick-active .c-lineup_mainSlideWrap .slick-dots li button {
      background-color: #42ABB2; }

.c-lineup_mainSlideWrap .slick-dots li.slick-active button {
  background-color: #42ABB2; }

.c-lineup_mainSlide_node {
  display: inline-block;
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-lineup_mainSlide_node {
      padding: 0 5px 26px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-lineup_mainSlide_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.c-lineup_mainSlide_img {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-lineup_mainSlide_img {
      width: 71%; } }
  .c-lineup_mainSlide_img:after {
    content: "";
    display: block;
    width: 100%; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-lineup_mainSlide_img:after {
        padding-bottom: 89.5%; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-lineup_mainSlide_img:after {
        padding-bottom: 44.2%; } }
  .c-lineup_mainSlide_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2; }

.c-lineup_mainSlide_info {
  position: relative;
  z-index: 10; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-lineup_mainSlide_info {
      margin-top: 80px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-lineup_mainSlide_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 34%;
      margin-left: -5%;
      min-height: 321px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .c-lineup_mainSlide_info {
      width: 43%; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-lineupInfo_name {
    height: 26px;
    text-align: center; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-lineupInfo_name {
    height: 35px;
    margin: auto; } }

.c-lineupInfo_name img {
  height: 100%; }

.c-lineupInfo_textWrap {
  white-space: normal; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-lineupInfo_textWrap {
      padding: 24px 20px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-lineupInfo_textWrap {
      padding: 64px 120px 64px 40px;
      border-radius: 40px 0 0 0;
      background-color: #F5F5F5; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .c-lineupInfo_textWrap {
      padding: 32px 60px 32px 30px; } }

.c-lineupInfo_text {
  font-size: 14px;
  line-height: 2; }

.c-lineupController {
  position: absolute; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-lineupController {
      top: calc((100vw - 40px) * 0.89);
      width: 100%;
      height: 80px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-lineupController {
      right: 75px;
      bottom: 92px;
      width: 24px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-lineupController {
      top: calc((100vw - 100px) * 0.89); } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .c-lineupController {
      right: 25px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-lineupController_inner {
    position: relative;
    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;
    height: 100%;
    width: calc(100% - 40px);
    margin: 0 auto; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .c-lineupController_inner {
    width: calc(100% - 100px); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-lineupController_index {
    font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 14px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-lineupController_arrow .slick-prev {
    position: absolute; }
  .c-lineupController_arrow .slick-next {
    position: absolute; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-lineup_thumnail {
    text-align: center;
    margin-top: 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-lineup_thumnail_inner {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 36px; } }

.c-lineup_thumnail_inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #F5F5F5; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-lineup_thumnail_node {
    position: relative;
    width: 146px;
    cursor: pointer; }
    .c-lineup_thumnail_node:last-child .c-lineup_thumnail_img {
      width: 58%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-lineup_thumnail_node + .c-lineup_thumnail_node {
    margin-left: 48px; } }

.c-lineup_thumnail_node:after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #42ABB2;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.c-lineup_thumnail_node.is-current:after {
  opacity: 1; }

@media (hover: hover) {
  .c-lineup_thumnail_node:hover:after {
    opacity: 1; } }

.c-lineup_thumnail_node .c-badge {
  width: 78px;
  height: 78px;
  top: -52px;
  left: -72px; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-lineup_thumnail_name {
    text-align: center;
    height: 25px; } }

.c-lineup_thumnail_name img {
  height: 100%; }

.c-lineup_thumnail_imgWrap {
  position: relative;
  width: 90%;
  margin: 0 auto; }
  .c-lineup_thumnail_imgWrap:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding-top: 100%;
    background-color: #F5F5F5;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .is-current .c-lineup_thumnail_imgWrap:after {
    opacity: 1; }
  @media (hover: hover) {
    .c-lineup_thumnail_node:hover .c-lineup_thumnail_imgWrap:after {
      opacity: 1; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-lineup_thumnail_img {
    width: 70%;
    margin: 33px auto 0; } }

.c-lineup_thumnail_img img {
  width: 100%; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-lineup_list_wrap {
    margin: 80px auto 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-lineup_list {
    margin-top: 64px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .c-lineup_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-lineup_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -25px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-lineup_list_node {
    margin-bottom: 80px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .c-lineup_list_node {
    width: calc(100% / 2);
    padding: 0 15px;
    margin-top: 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-lineup_list_node {
    width: calc(100% / 3);
    padding: 40px 25px; } }

.c-lineup_list_title {
  text-align: center;
  height: 30px; }
  .c-lineup_list_title img {
    height: 100%; }

.c-lineup_list_slideWrap {
  position: relative;
  margin-top: 24px; }

.c-lineupSlide {
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0; }

.c-lineupSlide .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.c-lineupSlide .slick-prev {
  left: 10px; }

.c-lineupSlide .slick-next {
  right: 10px; }

.c-lineupSlide .slick-dots {
  position: absolute;
  bottom: 4px; }
  .c-lineupSlide .slick-dots li {
    padding: 8px;
    margin: 0; }
    .c-lineupSlide .slick-dots li button {
      width: 8px;
      height: 8px;
      padding: 0;
      border-radius: 50px;
      border: solid 1px #FFF; }
      li.slick-active .c-lineupSlide .slick-dots li button {
        background-color: #FFF; }
  .c-lineupSlide .slick-dots li.slick-active button {
    background-color: #FFF; }

.c-lineupSlide_node {
  position: relative;
  display: inline-block; }
  .c-lineupSlide_node:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%; }
  .c-lineupSlide_node img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2; }

.c-lineup_list_catch {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .14em;
  text-align: center;
  margin-top: 24px; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .c-lineup_list_catch {
      font-size: 18px; } }

.c-lineup_list_price {
  font-size: 14px;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-lineup_list_price {
      margin-top: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-lineup_list_price {
      margin-top: 16px; } }

.c-lineup_list_button {
  margin-top: 32px; }

.c-colunm {
  position: relative; }

.c-columnBg {
  position: absolute;
  content: "";
  background-color: #F5F5F5;
  border-radius: 50px 0 0 0;
  z-index: -1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-columnBg {
      top: 25%;
      left: 20px;
      width: calc(100% - 20px);
      height: 58%; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-columnBg {
      height: 62%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-columnBg {
      top: 25%;
      right: 0;
      width: 77%;
      height: 54%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-colunmInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 160px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-colunmTitle {
    margin-left: 40px; } }

.c-columnBody {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-columnBody {
      margin-top: 22px; } }

.c-columnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .c-columnList::-webkit-scrollbar {
    display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-columnList {
      white-space: nowrap;
      overflow: auto;
      margin: 0 -20px; } }

.c-columnList_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-columnList_inner {
      gap: 24px;
      padding: 0 21.33333vw; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-columnList_inner {
      gap: 40px;
      max-width: 800px;
      width: 62.5vw; } }

.c-columnList_node {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-columnList_node {
      width: 53.33333vw; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-columnList_node {
      width: calc(33.33% - 80px / 3); } }
  .c-columnList_node h3 {
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.7;
    white-space: initial;
    font-size: 15px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-columnList_node h3 {
        margin-top: 16px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-columnList_node h3 {
        margin-top: 22px; } }
  .c-columnList_node p {
    letter-spacing: 0.12em;
    line-height: 1.9;
    margin-top: 12px;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    color: #42ABB2;
    font-weight: 600; }

.c-columnList_img img {
  width: 100%; }

.c-columnBody_button {
  margin-top: 64px; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-scene {
    margin-top: 80px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-scene {
    margin-top: 120px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-sceneGrid {
    padding: 40px 20px;
    margin-top: 24px;
    background-color: #F5F5F5; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-sceneGrid {
    margin: 0 auto;
    width: 992px; } }

.c-sceneGrid_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: 1025px) {
    .c-sceneGrid_wrap {
      gap: 24px;
      margin: 65px auto 0;
      padding-left: 60px;
      padding-right: 60px; } }

.c-sceneGrid_node {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sceneGrid_node {
      width: calc(100% / 2);
      margin-top: 40px;
      padding: 0 5px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .c-sceneGrid_node {
      width: calc(100% / 2);
      padding: 0 15px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sceneGrid_node {
      width: calc(100% / 2);
      padding: 0 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sceneGrid_node {
      width: calc((100% - (24px * 4)) / 5); } }
  .c-sceneGrid_node.c-scene_head {
    width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sceneGrid_node:nth-child(1), .c-sceneGrid_node:nth-child(2) {
      margin-top: 0; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .c-sceneGrid_node:nth-child(1), .c-sceneGrid_node:nth-child(2) {
      margin-top: 0; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sceneGrid_node:nth-child(1), .c-sceneGrid_node:nth-child(2) {
      margin-top: 0; } }

.c-sceneGrid_img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  z-index: 1; }
  .c-sceneGrid_img img {
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  @media (hover: hover) {
    .c-sceneGrid_node:hover .c-sceneGrid_img img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }

.c-sceneGrid_title {
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
  text-align: center; }
  .c-sceneGrid_title .jp {
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 18px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-sceneGrid_title .jp {
        margin-top: 20px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-sceneGrid_title .jp {
        margin-top: 20px; } }
  .c-sceneGrid_title .en {
    display: inline-block;
    margin-top: 8px;
    font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    letter-spacing: 0.14em;
    font-size: 12px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-sceneGrid_title .en {
        margin-top: 17px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-sceneGrid_title .en {
        margin-top: 17px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  [data-parent="scene"] .c-scene {
    background-color: #F5F5F5;
    padding: 80px 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  [data-current="top"] .c-sceneGrid {
    width: 1096px;
    max-width: calc(100% - 20px); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  [data-current="top"] .c-sceneGrid_wrap {
    -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: 1025px) {
  [data-current="top"] .c-sceneGrid_node {
    width: calc((100% - (24px * 4)) / 5); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-faq {
    margin-top: 96px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-faq {
    margin-top: 160px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-faqTitle {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-faqList {
    margin-top: 30px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-faqList {
    margin-top: 40px; } }

.c-faqList_node + .c-faqList_node {
  margin-top: 22px; }

.c-faqList_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  padding: 14px 40px 14px 0;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #42ABB2;
  cursor: pointer; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-faqList_head {
      font-size: 16px; } }

.c-faqList_headIcon {
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0.14em;
  margin-right: 8px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-faqList_headIcon {
      font-size: 30px; } }

.c-faqList_headToggle {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px; }
  .c-faqList_headToggle span {
    position: absolute;
    top: calc(50% - 1px / 2);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #42ABB2;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease; }
    .c-faqList_headToggle span:nth-child(1) {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .is-open .c-faqList_headToggle span:nth-child(1) {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }

.c-faqList_body {
  display: none;
  line-height: 2;
  letter-spacing: .1em;
  margin-top: 16px;
  letter-spacing: .08em; }
  .c-faqList_body i {
    display: block;
    font-size: 12px;
    line-height: 1.8; }
  .c-faqList_body a {
    color: #42ABB2;
    text-decoration: underline; }

.c-faqButton {
  margin-top: 40px; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-pageHead {
    text-align: center; } }

.c-pageHead_title {
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.82;
  color: #42ABB2;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-pageHead_title {
      font-size: 25px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-pageHead_title {
      font-size: 28px; } }

.c-pageHead_text {
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 1.86; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-pageHead_text {
      margin-top: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-pageHead_text {
      margin-top: 20px; } }

.c-pageHead_note {
  font-size: 12px;
  letter-spacing: .06em;
  line-height: 1.83; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-pageHead_note {
      margin-top: 6px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-pageHead_note {
      margin-top: 10px; } }
  .c-pageHead_note a {
    color: #42ABB2;
    text-decoration: underline; }
    @media (hover: hover) {
      .c-pageHead_note a:hover {
        text-decoration: none; } }

.c-balloon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  padding: 4px 12px 5px;
  background: #42ABB2;
  border-radius: 5px;
  line-height: 1; }
  .c-balloon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #42ABB2; }

.c-balloonTransparent {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 21px;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: solid 1px #101010;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  color: #101010;
  font-weight: 500;
  font-size: 13px; }
  .c-balloonTransparent:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -11px;
    border: 8px solid transparent;
    border-top: 10px solid #F5F5F5;
    z-index: 2; }
  .c-balloonTransparent:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -11px;
    border: 8px solid transparent;
    border-top: 10px solid #101010;
    z-index: 1; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-priceTable_bodyBlock {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.c-priceTable_bodyBlock:nth-child(1) {
  display: block;
  pointer-events: initial; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-priceTable_bodyBlock + .c-priceTable_bodyBlock {
    margin-top: 96px; } }

.c-priceTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .c-priceTable::-webkit-scrollbar {
    display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-priceTable {
      width: calc(100% - 20px);
      position: relative;
      overflow: auto; } }
  .c-priceTable table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #ddd; }
  .c-priceTable th {
    width: 155px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-priceTable th {
        position: sticky !important;
        position: -webkit-sticky;
        top: 0;
        left: 0; } }
  .c-priceTable th, .c-priceTable td {
    vertical-align: top;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center; }

.c-priceTable_index {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  background-color: #42ABB2;
  font-size: 12px;
  letter-spacing: .06em;
  padding: 4px 0;
  text-align: center; }

.c-priceTable_thead {
  background-color: #fff; }
  .c-priceTable_thead th, .c-priceTable_thead td {
    z-index: 2;
    border: 1px solid #ddd; }
  .c-priceTable_thead th {
    position: relative;
    font-size: 20px;
    color: #42ABB2;
    background-color: #fff;
    vertical-align: top;
    padding: 20px 0; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-priceTable_thead th {
        width: 96px; } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-priceTable_thead th::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        z-index: 2; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-priceTable_thead td {
      width: 200px;
      min-height: 158px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-priceTable_tbody th::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 2; } }

.c-priceTable_tbody th::after {
  vertical-align: bottom; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-priceTable_tbody th::after {
      content: 'P'; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-priceTable_tbody th::after {
      content: 'ページ'; } }

.c-priceTable_tbody tr:nth-child(odd) th, .c-priceTable_tbody tr:nth-child(odd) td {
  background-color: #F5F5F5; }

.c-priceTable_tbody tr:nth-child(even) th, .c-priceTable_tbody tr:nth-child(even) td {
  background-color: #fff; }

.c-priceTable_tbody th, .c-priceTable_tbody td {
  padding: 9px 0;
  height: 35px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.c-priceTable_headTd {
  position: relative;
  padding: 15px; }

.c-priceTable_headSize {
  margin-top: 8px;
  white-space: nowrap; }

.c-priceTable_headImg {
  position: relative;
  max-width: 170px;
  margin: auto; }
  .c-priceTable_headImg img {
    width: 100%; }

.c-priceTable_headName {
  font-weight: 500;
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: .08em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-priceTable_headName {
      margin-top: 10px;
      font-size: 12px;
      letter-spacing: .16em; } }

.c-priceTable_headType {
  font-size: 14px;
  letter-spacing: .08em;
  margin-top: 2px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-priceTable_headType {
      font-size: 12px;
      letter-spacing: .16em; } }
  .c-priceTable_headType .slash {
    padding: 0 8px;
    color: #ddd; }

.c-priceTable_tbody_text {
  text-align: center; }

.c-priceTable_note {
  width: 100%;
  margin-top: 12px;
  text-align: right;
  font-size: 12px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-priceTable_note {
      display: none; } }

.c-priceTableHead_icon {
  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;
  bottom: -34px;
  left: -6px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #000;
  font-size: 11px;
  font-weight: 500; }

.c-priceTable_headNum {
  margin-top: 8px;
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 28px; }
  .c-priceTable_headNum i {
    font-size: 20px; }
  .c-priceTable_headNum .slash {
    padding: 0 8px;
    color: #ddd; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-hcTable th {
    width: 155px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-scTable th {
    width: 128px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-ringTable {
    gap: 0 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-ringTable .c-priceTable_frame {
    width: calc(50% - 40px / 2); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-ringTable .c-priceTable_headTd {
    padding: 32px 16px 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-ringTable th {
    width: 128px; } }

.c-ringTable_headRuby {
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  color: #fff;
  font-size: 12px;
  background-color: #42ABB2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-ringTable_headRuby {
      display: none; } }

.c-zineTable {
  position: relative;
  overflow: auto; }
  .c-zineTable th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0; }
  .c-zineTable td {
    width: 180px; }
  .c-zineTable th, .c-zineTable td {
    padding: 6px;
    white-space: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-zineTable .c-priceTable_frame {
      display: none;
      position: absolute;
      top: 0;
      left: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-zineTable .c-priceTable_frame {
      width: calc(50% - 40px / 2); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-zineTable .c-priceTable_frame:nth-child(1) {
      display: block; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-zineTable .c-priceTable_frame.is-current {
      position: relative; } }
  .c-zineTable .c-priceTable_thead th::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 2; }
  .c-zineTable .c-priceTable_tbody th::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 2; }
  .c-zineTable .c-priceTableHead_icon {
    bottom: auto;
    top: 6px;
    left: 6px; }

td.c-zineTable_head-book,
td.c-zineTable_head-mag,
td.c-zineTable_head-slim {
  background-color: #42ABB2;
  color: #fff; }

td.c-zineTable_head-book {
  width: calc(180px * 3); }

td.c-zineTable_head-mag,
td.c-zineTable_head-slim {
  width: calc(180px * 2); }

.c-priceScrollBar_wrap {
  display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-priceScrollBar_wrap {
      width: 100%;
      padding: 24px 20px 0 20px;
      overflow: hidden; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-priceScrollBar {
    position: relative;
    height: 2px;
    background-color: #F5F5F5; } }

.hide-scrollBar .c-priceScrollBar {
  opacity: 0;
  visibility: hidden; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-priceScrollBar_thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #42ABB2; } }

.c-priceFoot {
  margin-top: 40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-priceFoot {
      padding-right: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-priceFoot {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-priceFoot_button {
    margin-left: 0;
    margin-right: 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-priceFoot_button + .c-priceFoot_button {
    margin-top: 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-priceFoot_button + .c-priceFoot_button {
    margin-left: 36px; } }

.c-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-title {
      gap: 12px; } }

.c-titleText {
  font-family: "Cormorant", serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 1.21;
  color: #1D1D1D;
  letter-spacing: 0.03em;
  mix-blend-mode: multiply; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-titleText {
      font-size: 47px; } }

.c-titleSubtext {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1D1D1D;
  letter-spacing: 0.10em;
  margin-bottom: 23px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-titleSubtext {
      font-size: 13px;
      margin-bottom: 15px; } }

.c-textLink {
  text-align: center;
  display: block; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-textLink:hover .c-textLinkArrow {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); } }

.c-textLinkBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.c-textLinkBtnText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1D1D1D;
  letter-spacing: 0.10em;
  border-bottom: 1px solid #1D1D1D;
  padding: 2px 0 7px;
  margin-right: 6px; }

.c-textLinkArrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  width: 30px;
  height: 21px; }
  .c-textLinkArrow img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 7px; }
  .c-textLinkArrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1D1D1D;
    border-radius: 50%;
    -webkit-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    transform: rotate(-23deg); }

.c-button-ellipse-black {
  position: relative; }
  .c-button-ellipse-black .c-button-ellipseBtn:before {
    background: #1D1D1D;
    border-color: #1D1D1D; }
  .c-button-ellipse-black .c-button-ellipseText {
    color: #ffffff; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-button-ellipse-black:hover:after {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      background-image: url("../../images/design_template/svg/arrow_bottom_wht.svg");
      background-repeat: no-repeat;
      background-size: 10px 10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 20px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-button-ellipse-black:after {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      background-image: url("../../images/design_template/svg/arrow_bottom_wht.svg");
      background-repeat: no-repeat;
      background-size: 10px 10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 15px; } }

.c-button-ellipse {
  position: relative;
  text-align: center;
  width: 180px;
  height: 98px;
  margin: 0 auto; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-button-ellipse {
      margin: 0 auto 10px; }
      .c-button-ellipse:hover .c-button-ellipseBtn:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      .c-button-ellipse:hover:after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background-image: url("../../images/design_template/svg/arrow_bottom_blk.svg");
        background-repeat: no-repeat;
        background-size: 10px 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 10px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-button-ellipse:after {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      background-image: url("../../images/design_template/svg/arrow_bottom_blk.svg");
      background-repeat: no-repeat;
      background-size: 10px 10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 10px; } }

.c-button-ellipseBtn {
  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: 100%;
  height: 100%;
  position: relative; }
  .c-button-ellipseBtn:before {
    content: '';
    border: 1px solid #8b8b8b;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%; }

.c-button-ellipseText {
  position: relative;
  font-family: "Cormorant", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.50; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-button-ellipseText {
      font-size: 18px; } }

.c-button-ellipse-black {
  position: relative; }
  .c-button-ellipse-black .c-button-ellipseBtn:before {
    background: #1D1D1D;
    border-color: #1D1D1D; }
  .c-button-ellipse-black .c-button-ellipseText {
    color: #ffffff; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-button-ellipse-black:hover:after {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      background-image: url("../../images/design_template/svg/arrow_bottom_wht.svg");
      background-repeat: no-repeat;
      background-size: 10px 10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 20px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-button-ellipse-black:after {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      background-image: url("../../images/design_template/svg/arrow_bottom_wht.svg");
      background-repeat: no-repeat;
      background-size: 10px 10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 15px; } }

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

	コンポーネント

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

	コンポーネント

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

	作り方スライダー

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

	スライダー　矢印

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

	スライダー　矢印

==============================================*/
body {
  color: #1D1D1D; }
  body.modal-open {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    position: fixed;
    width: 100%; }

.modalTemplate {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .modalTemplate {
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; } }

.modalTemplate_container {
  background-color: #ffffff;
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .modalTemplate_container {
      height: 100%; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .modalTemplate_container {
      min-height: 100%; } }

.scrollableGroup {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .scrollableGroup {
      height: 100vh;
      width: 100vw;
      overflow-x: auto; } }

.contentWrapper {
  display: none;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .contentWrapper {
      padding: 64px 0 0;
      width: 100%;
      overflow: visible; } }
  .contentWrapper.is-active {
    position: relative;
    height: 100%;
    z-index: 100000; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .contentWrapper.is-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .contentWrapper.is-active {
        display: block; } }

.scrollableGroup_icon {
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 1000000;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .scrollableGroup_icon {
      mix-blend-mode: difference; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollableGroup_icon {
      mix-blend-mode: overlay;
      top: 20px;
      right: 20px; } }
  .scrollableGroup_icon:after, .scrollableGroup_icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    background-color: #000;
    mix-blend-mode: overlay; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .scrollableGroup_icon:after, .scrollableGroup_icon:before {
        background-color: #fff;
        mix-blend-mode: difference; } }
  .scrollableGroup_icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .scrollableGroup_icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .scrollableGroup_icon:hover {
    opacity: .7; }

.sidebarContent {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 10; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .sidebarContent {
      width: 434px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 40px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .sidebarContent {
      padding: 0 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .sidebarContent_inner {
    position: relative;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 575px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .sidebarContent_inner {
    height: 100%; } }

.categoryTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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: 1025px) {
    .categoryTag {
      width: 95px;
      height: 19px; } }

.categoryTag_dot {
  position: relative;
  width: 8px;
  height: 9px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .categoryTag_dot::after {
    content: '';
    display: inline-block;
    vertical-align: super;
    width: 4px;
    height: 6px;
    background: #42abb2;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }

.categoryTag_text {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .1em;
  font-family: "Nunito Sans", sans-serif;
  margin-left: 6px; }
  .categoryTag_text[data-category="WEDDING"] {
    color: #42ABB2; }
  .categoryTag_text[data-category="FAMILY"] {
    color: #42ABB2; }
  .categoryTag_text[data-category="CATEGORY"] {
    color: #42ABB2; }

.profileSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .profileSection {
      width: 434px; } }

.profileSection_inner {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 90px; }

.profileSection_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.profileSection_border {
  width: 1px;
  height: 40px;
  background-color: #bababa;
  position: absolute;
  mix-blend-mode: multiply; }

.profileSection_text {
  margin-left: 24px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .profileSection_text {
      margin-left: 16px; } }

.profileSection_label {
  color: #626262;
  font-size: 12px;
  letter-spacing: .03em;
  font-family: "Cormorant", serif;
  mix-blend-mode: multiply; }

.profileSection_name {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .05em;
  font-family: "Nunito Sans", sans-serif;
  margin-top: 6px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .profileSection_name {
      font-size: 14px; } }

.profileSection_image {
  width: 99px;
  height: 99px;
  background-color: #e5e7eb;
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .profileSection_image {
      width: 90px;
      height: 90px; } }

.profileSection_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.mainTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: .05em;
  line-height: 1.3;
  margin-top: 48px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mainTitle {
      margin-top: 29px;
      font-size: 22px;
      letter-spacing: .1em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-template-id="1"] .mainTitle {
      margin-top: 40px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-template-id="1"] .mainTitle {
      margin-top: 32px; } }

.description {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 32px;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .11em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .description {
      font-size: 12px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .actionButtons {
    margin-top: 48px; } }

.canvaButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.templateButton {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 173px;
  margin-top: 16px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .templateButton {
      height: 36px; }
      .templateButton:hover .templateButton_text {
        border-bottom: 1px solid #1D1D1D; }
      .templateButton:hover .templateButton_icon {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .templateButton {
      border-bottom: 1px solid #1D1D1D; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .controlPanel .templateButton {
      margin: 31px auto 0; } }

.templateButton_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 3px;
  -webkit-transition: border-bottom .3s ease;
  -o-transition: border-bottom .3s ease;
  transition: border-bottom .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .templateButton_text {
      padding-bottom: 5px; } }

.templateButton_label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .05em;
  font-family: "Noto Sans JP", sans-serif; }

.templateButton_icon {
  width: 26px;
  height: 36px;
  position: relative;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .templateButton_icon {
      width: 16px;
      height: 16px; } }

.templateButton_jump {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 5px;
  top: 8px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .templateButton_jump {
      left: -4px;
      top: -1px; } }

.buttonContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative; }

.buttonContent_text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .05em;
  font-family: "Noto Sans JP", sans-serif; }

.buttonContent_text-sm {
  font-size: 14px; }

.buttonContent_underline {
  width: 117px;
  height: 1px;
  position: absolute;
  bottom: 0; }

.buttonIcon {
  background-color: #ffffff;
  position: relative; }

.buttonIcon-sm {
  width: 26px;
  height: 36px; }

.buttonIcon-md {
  width: 36px;
  height: 36px; }

.buttonIcon_circleBg {
  width: 35.82px;
  height: 31.05px;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg); }

.buttonIcon_arrowIcon {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 8px;
  height: 7px; }

.buttonIcon_jumpIcon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 8px; }

.scrollButton {
  z-index: 20;
  position: absolute;
  font-family: "Cormorant", serif;
  font-size: 14px;
  letter-spacing: .05em; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .scrollButton {
      left: 404px;
      top: 550px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollButton {
      right: 20px;
      bottom: -5px;
      writing-mode: vertical-lr;
      -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: vertical-lr; } }

.scrollButton:after {
  content: "";
  position: absolute;
  background-color: #1D1D1D; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .scrollButton:after {
      -webkit-animation: borderLine 3s ease infinite 1s;
      animation: borderLine 3s ease infinite 1s;
      width: 50px;
      height: 1px;
      top: 6px;
      left: 40px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollButton:after {
      right: 50%;
      width: 1px;
      top: 45px;
      height: 50px;
      -webkit-animation: borderLine_sp 3s ease infinite 1s;
      animation: borderLine_sp 3s ease infinite 1s; } }

.scrollButton:before {
  content: "";
  position: absolute;
  background-color: #b5b5b5; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .scrollButton:before {
      top: 6px;
      left: 40px;
      width: 50px;
      height: 1px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollButton:before {
      top: 45px;
      right: 50%;
      width: 1px;
      height: 50px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }

@-webkit-keyframes borderLine {
  0% {
    width: 0; }
  100% {
    width: 50px; } }

@keyframes borderLine {
  0% {
    width: 0; }
  100% {
    width: 50px; } }

@-webkit-keyframes borderLine_sp {
  0% {
    height: 0; }
  100% {
    height: 50px; } }

@keyframes borderLine_sp {
  0% {
    height: 0; }
  100% {
    height: 50px; } }

.templateArea {
  background-color: #f4f4f4;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .templateArea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 16px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 100px 0 64px;
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .templateArea {
      margin-top: 48px;
      padding: 24px 0 60px 0;
      overflow-x: auto;
      overflow-y: visible;
      -webkit-overflow-scrolling: touch;
      position: relative; } }

.headerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerInfo {
      margin-top: 25px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerInfo {
      margin-top: 24px;
      gap: 4px; } }

.headerInfo_text {
  font-size: 12px;
  letter-spacing: .05em;
  font-family: "Noto Sans JP", sans-serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerInfo_text {
      font-size: 10px; } }

.templatesContainer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .templatesContainer_wrapper {
      gap: 100px;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .templatesContainer_wrapper {
      position: relative;
      margin-top: 16px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .templateArea_header {
    text-align: center; } }

.templateArea_headerText {
  font-size: 12px;
  letter-spacing: .05em;
  font-family: "Noto Sans JP", sans-serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .templateArea_headerText {
      font-size: 10px; } }

.templatesContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .templatesContainer {
      padding-bottom: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
      .templatesContainer::after {
        content: "";
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1px;
        flex: 0 0 1px;
        height: 1px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .templatesContainer_item {
    width: clamp(calc(400 / 1280 * 1000px), calc(400 / 1280 * 100vw), calc(400 / 1280 * 3840px)); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .templatesContainer_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80%;
    max-width: 300px; } }

.templatesContainer_img {
  width: 100%; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .templatesContainer_img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .templatesContainer_img {
      height: auto;
      display: block; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .controlPanel {
    width: 194px; } }

.canvaCircleButton {
  cursor: pointer;
  position: relative;
  margin-bottom: 32px;
  width: 194px;
  height: 194px;
  display: block; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .canvaCircleButton:hover .canvaCircleButton_outer {
      background-color: #fff; }
    .canvaCircleButton:hover .canvaCircleButton_text {
      color: #000; }
    .canvaCircleButton:hover .canvaCircleButton_arrow {
      background-color: #000;
      -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
      transform: translateX(3px); }
      .canvaCircleButton:hover .canvaCircleButton_arrow:before, .canvaCircleButton:hover .canvaCircleButton_arrow:after {
        background-color: #000; } }

.canvaCircleButton_outer {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  border: 1px solid #000;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }

.canvaCircleButton_inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.canvaCircleButton_content {
  position: absolute;
  inset: 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;
  color: #ffffff; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .canvaCircleButton_content {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      margin-top: 12px; } }

.canvaCircleButton_text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .05em;
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

.canvaCircleButton_arrow {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  margin-top: 12px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .canvaCircleButton_arrow:before, .canvaCircleButton_arrow:after {
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 7px;
    height: 1px;
    border-radius: 9999px;
    background-color: #fff;
    -webkit-transform-origin: calc(100% - 0.5px) 50%;
    -ms-transform-origin: calc(100% - 0.5px) 50%;
    transform-origin: calc(100% - 0.5px) 50%; }
  .canvaCircleButton_arrow:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .canvaCircleButton_arrow:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.templateUsageButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
  width: 173px;
  height: 36px; }

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

.templateUsageButton_label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .05em;
  font-family: "Noto Sans JP", sans-serif; }

.templateUsageButton_icon {
  width: 26px;
  height: 36px;
  position: relative; }

.templateUsageButton_jump {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 8px; }

.navigationButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .navigationButtons {
      width: 192px;
      margin-top: 137px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .navigationButtons {
      position: absolute;
      left: 20px;
      bottom: 40px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: calc(100% - 115px);
      z-index: 10; } }
  .navigationButtons .navigationButtons_prev,
  .navigationButtons .navigationButtons_next {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    position: relative; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .navigationButtons .navigationButtons_prev,
      .navigationButtons .navigationButtons_next {
        width: 96px;
        height: 20px; } }

.navigationButtons_nextContent {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 23px;
  top: 1px;
  width: 50px;
  height: 19px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .navigationButtons_nextContent:hover .navigationButtons_arrowNext:before {
      -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
      transform: translateX(3px); } }

.navigationButtons_prevContent {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 23px;
  top: 1px;
  width: 50px;
  height: 19px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .navigationButtons_prevContent:hover .navigationButtons_arrowPrev:before {
      -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
      transform: translateX(-3px); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .navigationButtons_prevContent {
      left: 14px; } }

.navigationButtons_text {
  color: #1D1D1D !important;
  font-size: 14px;
  letter-spacing: .05em;
  font-family: "Nunito Sans", sans-serif; }

.navigationButtons_arrowPrev,
.navigationButtons_arrowNext {
  position: relative; }
  .navigationButtons_arrowPrev:before,
  .navigationButtons_arrowNext:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    top: 50%;
    margin-top: -5px; }

.navigationButtons_arrowPrev:before {
  background-image: url("../../images/design_template/svg/slider_prev.svg");
  left: -17px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.navigationButtons_arrowNext:before {
  background-image: url("../../images/design_template/svg/slider_next.svg");
  right: -17px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.circleButton_outer {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff; }

.circleButton_inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.circleButton_content {
  position: absolute;
  inset: 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;
  color: #ffffff; }

.circleButton_text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .05em;
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif; }

.circleButton_arrowIcon {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  position: relative; }

.circleButton_arrowIcon img {
  position: absolute;
  left: 7px;
  top: 7.5px;
  width: 8px;
  height: 7px; }

.navButton {
  width: 96px;
  height: 20px;
  background-color: #ffffff;
  position: relative; }

.navButton_content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 23px;
  top: 1px;
  width: 50px;
  height: 19px; }

.navButton_text {
  font-size: 14px;
  letter-spacing: .05em;
  font-family: "Nunito Sans", sans-serif; }

.navButton_arrow {
  width: 5px;
  height: 10px;
  background-color: #231815;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.navButton_arrow-prev {
  margin-right: 12px; }

.navButton_arrow-next {
  margin-left: 12px; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #8b8b8b;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  .btn:hover {
    background: #f9f9f9; }

.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

.bgWall {
  position: relative;
  width: 100%;
  min-height: 100vh; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .bgWall:before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../../images/design_template/wall.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .bgWall {
      padding-bottom: 56px; }
      .bgWall:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../../images/design_template/fv_wall.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1; } }

.fvSection {
  position: relative; }

.fvSection_container {
  position: relative;
  width: 100%; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fvSection_container {
      height: 100%; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvSection_container {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.fvSlider {
  z-index: -1; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fvSlider {
      width: clamp(calc(410 / 1280 * 1000px), calc(410 / 1280 * 100vw), calc(410 / 1280 * 3840px));
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      right: clamp(calc(70 / 1280 * 1000px), calc(70 / 1280 * 100vw), calc(70 / 1280 * 3840px)); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvSlider {
      overflow: hidden;
      position: relative;
      width: clamp(calc(210 / 375 * 200px), calc(210 / 375 * 100vw), calc(210 / 375 * 700px));
      margin: 25px 10px 0 auto; } }

.fvSection_hero {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fvSection_hero {
      position: absolute;
      top: clamp(calc(100 / 1280 * 1000px), calc(100 / 1280 * 100vw), calc(100 / 1280 * 3840px));
      left: clamp(calc(76 / 1280 * 1000px), calc(76 / 1280 * 100vw), calc(76 / 1280 * 3840px));
      z-index: 5;
      width: clamp(calc(601 / 1280 * 1000px), calc(601 / 1280 * 100vw), calc(601 / 1280 * 3840px)); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvSection_hero {
      padding: 23px 20px 0; } }
  .fvSection_hero.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.fvSection_heroTitle {
  position: relative; }
  .fvSection_heroTitle img {
    width: 100%; }
  .fvSection_heroTitle:after {
    opacity: 0;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #BABABA;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .fvSection_heroTitle:after {
        height: clamp(calc(95 / 1280 * 1000px), calc(95 / 1280 * 100vw), calc(95 / 1280 * 3840px));
        top: clamp(calc(270 / 1280 * 1000px), calc(270 / 1280 * 100vw), calc(270 / 1280 * 3840px));
        right: clamp(calc(230 / 1280 * 1000px), calc(230 / 1280 * 100vw), calc(230 / 1280 * 3840px)); } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .fvSection_heroTitle:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        height: 55px;
        top: 113%;
        right: 47px; } }
  .fvSection_heroTitle.is-line:after {
    opacity: 1;
    -webkit-animation: fadeLine .5s ease-in-out forwards;
    animation: fadeLine .5s ease-in-out forwards; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .fvSection_heroTitle.is-line:after {
        -webkit-animation: fadeLine_sp .5s ease-in-out forwards;
        animation: fadeLine_sp .5s ease-in-out forwards; } }

@-webkit-keyframes fadeLine {
  0% {
    height: 0; }
  100% {
    height: clamp(calc(95 / 1280 * 1000px), calc(95 / 1280 * 100vw), calc(95 / 1280 * 3840px)); } }

@keyframes fadeLine {
  0% {
    height: 0; }
  100% {
    height: clamp(calc(95 / 1280 * 1000px), calc(95 / 1280 * 100vw), calc(95 / 1280 * 3840px)); } }

@-webkit-keyframes fadeLine_sp {
  0% {
    height: 0; }
  100% {
    height: 55px; } }

@keyframes fadeLine_sp {
  0% {
    height: 0; }
  100% {
    height: 55px; } }

.fvSection_heroSubtext {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: .1em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvSection_heroSubtext {
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.5; } }

.fvSlider_textList {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  overflow: hidden;
  pointer-events: none; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fvSlider_textList {
      position: absolute;
      top: clamp(calc(410 / 1280 * 1000px), calc(410 / 1280 * 100vw), calc(410 / 1280 * 3840px));
      left: clamp(calc(410 / 1280 * 1000px), calc(410 / 1280 * 100vw), calc(410 / 1280 * 3840px));
      z-index: 10;
      width: clamp(calc(320 / 1280 * 1000px), calc(320 / 1280 * 100vw), calc(320 / 1280 * 3840px));
      min-width: 300px;
      padding: 50px 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvSlider_textList {
      padding: 15px 20px; } }
  .fvSlider_textList.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.fvSection_mainImage {
  position: relative;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); }
  .fvSection_mainImage img {
    width: 100%; }

.fvSection_thumbnails {
  aspect-ratio: 112 / 158;
  position: absolute;
  pointer-events: none; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fvSection_thumbnails {
      left: 85px;
      bottom: 90px;
      width: clamp(calc(112 / 1280 * 1000px), calc(112 / 1280 * 100vw), calc(112 / 1280 * 3840px));
      z-index: 25; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvSection_thumbnails {
      position: absolute;
      width: 24.8vw;
      bottom: 120px;
      left: -24px; } }

.fvSection_thumbImage {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 112 / 158;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  width: 100%;
  z-index: -1; }
  .fvSection_thumbImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .fvSection_thumbImage.is-active {
    z-index: 10; }

.fvSection_thumbControls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fvSection_thumbControls {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: absolute;
      left: 83px;
      bottom: 40px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvSection_thumbControls {
      position: absolute;
      bottom: 16px;
      left: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.fvSection_thumbCounter {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #626262;
  letter-spacing: .30em; }

.fvSection_thumbBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvSection_thumbBtns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.fvSection_thumbBtn {
  position: relative;
  width: 30px;
  height: 21px;
  cursor: pointer;
  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; }
  .fvSection_thumbBtn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #bababa;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    transform: rotate(-23deg); }
  .fvSection_thumbBtn:hover:before {
    border-color: #1D1D1D;
    background: #1D1D1D; }
  .fvSection_thumbBtn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  .fvSection_thumbBtn img {
    position: relative;
    z-index: 10;
    width: 8px;
    height: 7px; }

.fvSection_scrollDown {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 11; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fvSection_scrollDown {
      cursor: pointer; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvSection_scrollDown {
      bottom: 30px; } }
  .fvSection_scrollDown:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("../../images/design_template/svg/arrow_bottom_blk.svg");
    background-repeat: no-repeat;
    background-size: 10px 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -15px;
    -webkit-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .fvSection_scrollDown:after {
        bottom: -11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fvSection_scrollDown:hover:after {
      bottom: -20px; } }

.fvSection_scrollDownText {
  font-family: "Cormorant", serif;
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: 400; }

.introSection {
  position: relative;
  padding: 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .introSection {
      margin-top: 101px;
      min-height: 527px;
      max-width: 1560px;
      width: calc(100% * (1184 / 1280));
      margin: 101px auto 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introSection {
      margin-top: 140px;
      padding: 0 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .introSection_content {
    position: relative;
    width: clamp(calc(628 / 1280 * 1000px), calc(628 / 1280 * 100vw), calc(628 / 1280 * 3840px));
    margin: 0 clamp(calc(188 / 1280 * 1000px), calc(188 / 1280 * 100vw), calc(188 / 1280 * 3840px));
    z-index: 10; } }

.introSection_badge {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #42abb2;
  letter-spacing: .16em;
  margin-bottom: 43px;
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introSection_badge {
      font-size: 13px;
      line-height: 1.5; } }

.introSection_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .1em; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .introSection_title {
      margin: 0 0 48px 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introSection_title {
      font-size: 20px;
      line-height: 1.6;
      position: relative;
      z-index: 6; } }

.introSection_description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: .1em;
  margin: 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .introSection_description {
      width: clamp(calc(528 / 1280 * 1000px), calc(528 / 1280 * 100vw), calc(528 / 1280 * 3840px));
      margin-left: clamp(calc(128 / 1280 * 1000px), calc(128 / 1280 * 100vw), calc(128 / 1280 * 3840px));
      max-width: 500px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introSection_description {
      margin-top: 32px;
      font-size: 13px;
      line-height: 1.8;
      width: clamp(calc(295 / 375 * 200px), calc(295 / 375 * 100vw), calc(295 / 375 * 700px));
      margin-left: auto; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .introSection_description {
      width: clamp(calc(200 / 375 * 200px), calc(200 / 375 * 100vw), calc(200 / 375 * 700px));
      margin-left: clamp(calc(120 / 375 * 200px), calc(120 / 375 * 100vw), calc(120 / 375 * 700px)); } }

.introSection_sideImageLeft {
  z-index: 5; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .introSection_sideImageLeft {
      position: absolute;
      bottom: 15px;
      left: 25px;
      width: 266px;
      height: 180px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introSection_sideImageLeft {
      margin-top: 40px;
      margin-left: -20px;
      width: clamp(calc(112 / 375 * 200px), calc(112 / 375 * 100vw), calc(112 / 375 * 700px)); } }
  .introSection_sideImageLeft img {
    width: 100%; }

.introSection_sideTextLeft {
  font-family: "Cormorant", serif;
  font-size: 35px;
  font-weight: 400;
  color: #dbdbdb;
  letter-spacing: .03em;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 4px;
  left: 10px;
  margin: 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .introSection_sideTextLeft {
      position: absolute;
      bottom: -40px;
      left: 10px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introSection_sideTextLeft {
      font-size: clamp(calc(20 / 375 * 200px), calc(20 / 375 * 100vw), calc(20 / 375 * 700px));
      bottom: clamp(calc(-25 / 375 * 700px), calc(-25 / 375 * 100vw), calc(-25 / 375 * 200px));
      left: 20px; } }

.introSection_sideImageRight {
  z-index: 5;
  position: absolute;
  right: 0;
  top: 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .introSection_sideImageRight {
      width: 350px;
      height: 233px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introSection_sideImageRight {
      top: -116px;
      width: clamp(calc(176 / 375 * 200px), calc(176 / 375 * 100vw), calc(176 / 375 * 700px)); } }
  .introSection_sideImageRight img {
    width: 100%; }

.introSection_sideTextRight {
  font-family: "Cormorant", serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 0.85;
  color: #dbdbdb;
  letter-spacing: .03em;
  mix-blend-mode: multiply;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .introSection_sideTextRight {
      bottom: -120px;
      right: 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introSection_sideTextRight {
      font-size: clamp(calc(32 / 375 * 200px), calc(32 / 375 * 100vw), calc(32 / 375 * 700px));
      bottom: clamp(calc(-72 / 375 * 700px), calc(-72 / 375 * 100vw), calc(-72 / 375 * 200px));
      left: 50%;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); } }

.canvaSection {
  position: relative;
  margin-top: 80px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .canvaSection {
      padding-bottom: 120px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaSection {
      margin-top: 73px;
      padding: 0 20px; } }

.canvaSection_container {
  position: relative;
  background-color: rgba(219, 219, 219, 0.55); }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .canvaSection_container {
      width: 928px;
      margin: 0 auto;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), calc(100% - 64px) 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), calc(100% - 64px) 100%, 0 100%); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaSection_container {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 54px), calc(100% - 54px) 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 54px), calc(100% - 54px) 100%, 0 100%); } }

.canvaSection_content {
  padding: 56px 80px 56px 56px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .canvaSection_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaSection_content {
      padding: 40px 30px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .canvaSection_leftContent {
    width: 240px; } }

.canvaSection_headingText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .1em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaSection_headingText {
      font-size: 16px; } }

.canvaSection_rightContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .canvaSection_rightContent {
      width: 442px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaSection_rightContent {
      margin-top: 24px;
      gap: 12px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .canvaSection_bulletPoint + .canvaSection_bulletPoint {
    margin-top: 16px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .canvaSection_bulletItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 17px; } }

.canvaSection_bulletText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .05em;
  margin: 0;
  text-indent: -1em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaSection_bulletText {
      padding-left: 15px; } }
  .canvaSection_bulletText:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 6px;
    background-color: #1D1D1D;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%;
    margin-right: 8px; }

.canvaSection_modalLink {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #1D1D1D;
  padding-bottom: 7px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .canvaSection_modalLink {
      width: 365px;
      margin-top: 32px; }
      .canvaSection_modalLink:hover .canvaSection_externalIcon {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaSection_modalLink {
      padding-bottom: 10px;
      margin: 32px auto 0;
      width: 237px; } }

.canvaSection_modalText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaSection_modalText {
      line-height: 1.4; } }

.canvaSection_modalIcon {
  width: 16px;
  height: 16px; }

.canvaSection_externalIcon {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  position: absolute;
  right: 0;
  width: 13px;
  height: 13px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .canvaSection_externalIcon {
      top: 50%;
      margin-top: -9px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaSection_externalIcon {
      bottom: 13px; } }
  .canvaSection_externalIcon:after, .canvaSection_externalIcon:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1D1D1D;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear; }
  .canvaSection_externalIcon:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.canvaSection_underline {
  width: 364px;
  height: 1px;
  margin-top: -4px; }

.canvaGuide_modalBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaGuide_modalBg {
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; } }

.canvaGuideSection_wrap {
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  overflow: auto; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .canvaGuideSection_wrap {
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      height: 90%; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaGuideSection_wrap {
      width: 90%;
      top: 40px;
      bottom: 40px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }

.canvaGuide_modalClose {
  z-index: 1001;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .canvaGuide_modalClose:hover {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaGuide_modalClose {
      top: 15px;
      right: 15px; } }
  .canvaGuide_modalClose:after, .canvaGuide_modalClose:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1D1D1D;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear; }
  .canvaGuide_modalClose:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .canvaGuide_modalClose:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }

.canvaGuideSection_inner {
  position: relative;
  overflow: scroll;
  height: 100%;
  width: clamp(calc(928 / 1280 * 1000px), calc(928 / 1280 * 100vw), calc(928 / 1280 * 3840px));
  padding: 80px 100px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaGuideSection_inner {
      height: 100svh;
      width: 100%;
      padding: 40px 30px; } }

.canvaGuideSection_title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .1em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaGuideSection_title {
      line-height: 1.6; } }

.canvaGuideSection_introText {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 48px;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaGuideSection_introText {
      margin-top: 32px;
      font-size: 13px;
      line-height: 1.5; } }

.canvaGuideSection_list {
  margin-top: 40px; }

.canvaGuideSection_listNode {
  font-family: "Noto Sans JP", sans-serif; }
  .canvaGuideSection_listNode + .canvaGuideSection_listNode {
    margin-top: 40px; }
  .canvaGuideSection_listNode:nth-child(3) .canvaGuideSection_listText + .canvaGuideSection_listText {
    margin-top: 5px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .canvaGuideSection_listNode:nth-child(3) .canvaGuideSection_listText + .canvaGuideSection_listText {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline; } }

.canvaGuideSection_listTitle {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.8;
  font-weight: 500; }
  .canvaGuideSection_listTitle + .canvaGuideSection_caption {
    margin-top: 24px; }

.canvaGuideSection_listText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 24px; }
  .canvaGuideSection_listText + .canvaGuideSection_listText {
    margin-top: 24px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .canvaGuideSection_listText + .canvaGuideSection_listText {
        margin-top: 15px; } }

.canvaGuideSection_list_SubTitle_num {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.8;
  font-weight: 500; }

.canvaGuideSection_list_SubTitle {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.8; }

.canvaGuideSection_caption {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .canvaGuideSection_caption {
      margin-top: 8px;
      font-size: 13px;
      line-height: 1.5;
      margin-left: 25px; } }

.canvaGuideSection_captionLink {
  color: #42ABB2 !important;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .canvaGuideSection_captionLink:hover {
      text-decoration: none;
      opacity: 0.8; } }

.designSection {
  position: relative;
  background: #ffffff; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .designSection {
      padding: 124px 0 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection {
      padding: 56px 20px 20px; } }

.designSection_container {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .designSection_container {
      max-width: 1280px;
      width: clamp(calc(1088 / 1280 * 1000px), calc(1088 / 1280 * 100vw), calc(1088 / 1280 * 3840px));
      margin: 0 auto;
      padding-bottom: 20px; } }

.designSection_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  width: 100%; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .designSection_header {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 94px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 45px;
      margin-bottom: 24px; } }

.designSection_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .designSection_categories {
      margin-top: 30px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_categories {
      gap: 32px; } }

.designSection_categoryItem {
  position: relative;
  color: #626262;
  letter-spacing: .05em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .designSection_categoryItem:hover .designSection_categoryText {
      color: #1D1D1D; }
    .designSection_categoryItem:hover .designSection_categoryDot {
      opacity: 1 !important; }
      .designSection_categoryItem:hover .designSection_categoryDot::after {
        background: #1D1D1D; } }
  .designSection_categoryItem.designSection_categoryItem-active .designSection_categoryText {
    text-shadow: 0 0 .8px #000;
    color: #1D1D1D; }
  .designSection_categoryItem.designSection_categoryItem-active .designSection_categoryDot {
    opacity: 1 !important; }
    .designSection_categoryItem.designSection_categoryItem-active .designSection_categoryDot::after {
      background: #1D1D1D; }

.designSection_categoryItem-active {
  -webkit-transition: font-weight 0.3s ease;
  -o-transition: font-weight 0.3s ease;
  transition: font-weight 0.3s ease;
  font-weight: 500; }

.designSection_categoryDot {
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .designSection_categoryDot::after {
    background: #1D1D1D;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
  .designSection_categoryDot.is-active {
    opacity: 1; }

.designSection_categoryText {
  font-family: "Nunito Sans", sans-serif;
  display: block;
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_categoryText {
      font-size: 14px;
      width: 100%;
      text-align: center; } }

.designSection_grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 63px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .designSection_grid {
      gap: 16px 16px;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      max-width: 1280px;
      width: clamp(calc(1088 / 1280 * 1000px), calc(1088 / 1280 * 100vw), calc(1088 / 1280 * 3840px));
      margin: 0 auto; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_grid {
      gap: 11px;
      margin-bottom: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.designSection_card {
  cursor: pointer;
  position: relative;
  background: #fafafa;
  border-radius: 4px;
  padding: 25px 30px 30px;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .designSection_card {
      width: calc(100% - 32px)/3; }
      .designSection_card:hover {
        background: #F4F4F4; }
        .designSection_card:hover .designSection_cardTitle {
          text-decoration: underline; }
        .designSection_card:hover .designSection_cardImage {
          -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
          transform: translateY(-3px); }
        .designSection_card:hover .designSection_cardIcon {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_card {
      padding: 13px 10px 25px;
      width: calc((100% - 11px) / 2); } }
  .designSection_card.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .designSection_card.is-hidden {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    pointer-events: none;
    display: none !important; }

.designSection_card-comingSoon {
  position: relative;
  border-radius: 4px;
  background: #EBEBEB; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .designSection_card-comingSoon {
      min-height: 420px;
      width: calc(100% - 32px)/3; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_card-comingSoon {
      min-height: 280px;
      width: calc((100% - 11px) / 2); } }
  .designSection_card-comingSoon.is-visible {
    opacity: 1; }
  .designSection_card-comingSoon.is-hidden {
    opacity: 0;
    pointer-events: none;
    display: none; }

.designSection_card-comingSoon_inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  text-align: center; }
  .designSection_card-comingSoon_inner:before, .designSection_card-comingSoon_inner:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    background-color: #626262; }
  .designSection_card-comingSoon_inner:before {
    top: -45px; }
  .designSection_card-comingSoon_inner:after {
    bottom: -45px; }

.designSection_comingSoonText {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  letter-spacing: .1em;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_comingSoonText {
      font-size: 15px;
      letter-spacing: .05em;
      line-height: 1.3; } }

.designSection_comingSoon_day {
  margin-top: 7px;
  font-family: "Cormorant", serif;
  font-size: 20px;
  letter-spacing: .1em;
  font-weight: 500; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_comingSoon_day {
      font-size: 16px;
      letter-spacing: .05em; } }

.designSection_cardIcon {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  position: absolute;
  top: 25px;
  right: 28px;
  width: 21px;
  height: 21px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_cardIcon {
      top: 12px;
      right: 11px;
      width: 15px;
      height: 15px; } }
  .designSection_cardIcon:after, .designSection_cardIcon:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1D1D1D;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear; }
  .designSection_cardIcon:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.designSection_cardHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 34px; }

.designSection_categoryTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_categoryTag {
      gap: 5px; } }

.designSection_categoryDot {
  position: relative;
  width: 5px;
  height: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_categoryDot {
      height: 7px; } }
  .designSection_categoryDot::after {
    content: '';
    display: inline-block;
    vertical-align: super;
    width: 4px;
    height: 6px;
    background: #42abb2;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
  .designSection_categoryDot.is-active::after {
    background: #1D1D1D; }

.designSection_categoryTag_dot {
  position: relative;
  width: 5px;
  height: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -1px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .designSection_categoryTag_dot {
      margin-right: 7px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_categoryTag_dot {
      height: 7px; } }
  .designSection_categoryTag_dot::after {
    content: '';
    display: inline-block;
    vertical-align: super;
    width: 4px;
    height: 6px;
    background: #42abb2;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }

.designSection_categoryTagText {
  font-family: "Nunito Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #42abb2;
  letter-spacing: .1em; }
  .designSection_categoryTagText[data-category="WEDDING"] {
    color: #42ABB2; }
  .designSection_categoryTagText[data-category="FAMILY"] {
    color: #42ABB2; }
  .designSection_categoryTagText[data-category="CATEGORY"] {
    color: #42ABB2; }

.designSection_heartIcon {
  width: 21px;
  height: 21px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_heartIcon {
      width: 15px;
      height: 15px; } }

.designSection_cardImage {
  -webkit-box-shadow: 3px 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 2px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .designSection_cardImage {
      width: clamp(calc(168 / 1280 * 1000px), calc(168 / 1280 * 100vw), calc(168 / 1280 * 3840px));
      margin: 0 auto 48px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_cardImage {
      width: clamp(calc(86 / 375 * 200px), calc(86 / 375 * 100vw), calc(86 / 375 * 700px));
      margin: 0 auto; } }
  .designSection_cardImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .designSection_cardContent {
    margin-top: 24px; } }

.designSection_cardTitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.30;
  color: #1D1D1D;
  letter-spacing: .1em;
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  -o-transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .designSection_cardTitle {
      margin: 0 0 16px 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_cardTitle {
      font-size: 15px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .designSection_cardAuthor {
    margin-top: 12px; } }

.designSection_cardAuthorName {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #626262;
  letter-spacing: .05em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_cardAuthorName {
      font-size: 10px; } }

.designSection_viewMore {
  cursor: pointer;
  margin: 40px auto 20px !important; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .designSection_viewMore {
      width: 140px !important;
      height: 80px !important;
      margin: 0 auto 20px !important; } }

.aboutTemplatesSection {
  position: relative;
  background: #ffffff; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutTemplatesSection {
      padding: 120px 0 114px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection {
      padding: 80px 20px 0; } }

.aboutTemplatesSection_container {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutTemplatesSection_container {
      max-width: 1280px;
      width: clamp(calc(1048 / 1280 * 1000px), calc(1048 / 1280 * 100vw), calc(1048 / 1280 * 3840px));
      margin: 0 auto; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutTemplatesSection_header {
    margin-bottom: 48px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutTemplatesSection_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.aboutTemplatesSection_steps {
  margin-bottom: 80px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutTemplatesSection_steps {
      max-width: 1088px;
      width: clamp(calc(1088 / 1280 * 1000px), calc(1088 / 1280 * 100vw), calc(1088 / 1280 * 3840px)); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_steps {
      margin-top: 32px; } }

.aboutTemplatesSection_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutTemplatesSection_step {
      max-width: 1088px;
      width: clamp(calc(1088 / 1280 * 1000px), calc(1088 / 1280 * 100vw), calc(1088 / 1280 * 3840px));
      overflow: hidden; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutTemplatesSection_step + .aboutTemplatesSection_step {
      margin-top: 16px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_step + .aboutTemplatesSection_step {
      margin-top: 32px; } }
  .aboutTemplatesSection_step.is-active .aboutTemplatesSection_stepNumber .aboutTemplatesSection_stepNumberCircle {
    background-color: #42abb2;
    color: white; }
  .aboutTemplatesSection_step.is-active .aboutTemplatesSection_stepTitle {
    color: #42abb2; }

.aboutTemplatesSection_stepContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutTemplatesSection_stepContent {
      max-width: 486px;
      width: clamp(calc(486 / 1280 * 1000px), calc(486 / 1280 * 100vw), calc(486 / 1280 * 3840px));
      -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: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_stepContent {
      gap: 20px; } }

.aboutTemplatesSection_stepNumber {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutTemplatesSection_stepNumber {
      height: clamp(calc(350 / 1280 * 1000px), calc(350 / 1280 * 100vw), calc(350 / 1280 * 3840px));
      max-height: 350px; } }

.aboutTemplatesSection_stepNumberCircle {
  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;
  gap: 10px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_stepNumberCircle {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.aboutTemplatesSection_numberCircle {
  position: relative;
  width: 34px;
  height: 44px;
  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; }
  .aboutTemplatesSection_numberCircle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1D1D1D;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .aboutTemplatesSection_numberCircle i {
    position: relative;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: .05em; }

.aboutTemplatesSection_stepLabel {
  font-family: "Cormorant", serif;
  font-size: 22px;
  font-weight: 400;
  color: #1D1D1D;
  letter-spacing: .03em;
  mix-blend-mode: multiply; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_stepLabel {
      font-size: 20px; } }

.aboutTemplatesSection_stepLine {
  width: 1px;
  border-left: 1px dashed #42abb2;
  margin: 16px auto 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutTemplatesSection_stepLine {
      height: clamp(calc(280 / 1280 * 1000px), calc(280 / 1280 * 100vw), calc(280 / 1280 * 3840px)); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_stepLine {
      height: calc(100% - 90px); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutTemplatesSection_stepText {
    width: clamp(calc(376 / 1280 * 1000px), calc(376 / 1280 * 100vw), calc(376 / 1280 * 3840px));
    max-width: 376px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutTemplatesSection_stepText {
    margin-top: 35px; } }

.aboutTemplatesSection_stepTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #1D1D1D;
  letter-spacing: .1em;
  margin: 0 0 32px 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_stepTitle {
      font-size: 16px; } }

.aboutTemplatesSection_stepDescription {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #1D1D1D;
  letter-spacing: .1em;
  margin: 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutTemplatesSection_stepDescription {
      width: clamp(calc(376 / 1280 * 1000px), calc(376 / 1280 * 100vw), calc(376 / 1280 * 3840px));
      max-width: 376px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_stepDescription {
      margin-top: 24px;
      font-size: 13px;
      line-height: 1.8; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutTemplatesSection_stepImage {
    max-width: 496px;
    width: clamp(calc(496 / 1280 * 1000px), calc(496 / 1280 * 100vw), calc(496 / 1280 * 3840px)); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutTemplatesSection_stepImage {
    margin-top: 24px;
    padding: 0 30px;
    border-radius: 10px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutTemplatesSection_stepImage {
    padding: 0 !important;
    border-radius: 10px;
    width: auto;
    height: 700px;
    margin: 24px auto 0; }
    .aboutTemplatesSection_stepImage img {
      width: auto !important;
      height: 100%; } }

.aboutTemplatesSection_stepImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.aboutTemplatesSection_stepBtnLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px; }

.aboutTemplatesSection_stepBtnLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 12px;
  gap: 9px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #1D1D1D; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutTemplatesSection_stepBtnLink:hover .aboutTemplatesSection_canvaIcon {
      -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
      transform: translateY(3px); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_stepBtnLink {
      margin-top: 17px;
      gap: 6px; } }

.aboutTemplatesSection_stepBtnLinkText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #1D1D1D;
  letter-spacing: .1em;
  -webkit-transition: border-bottom .3s;
  -o-transition: border-bottom .3s;
  transition: border-bottom .3s;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_stepBtnLinkText {
      font-size: 13px; } }

.aboutTemplatesSection_notice {
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutTemplatesSection_notice {
      width: clamp(calc(904 / 1280 * 1000px), calc(904 / 1280 * 100vw), calc(904 / 1280 * 3840px));
      max-width: 1280px;
      margin: 0 auto;
      padding: 30px 50px 30px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_notice {
      padding: 15px 20px 15px; } }

.aboutTemplatesSection_noticeInner {
  padding-top: 40px;
  margin-top: 24px;
  border-top: 1px solid #DBDBDB; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_noticeInner {
      padding-top: 24px;
      margin-top: 15px; } }

.aboutTemplatesSection_noticeHeader {
  position: relative;
  cursor: pointer; }

.aboutTemplatesSection_noticeTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1D1D1D;
  letter-spacing: .05em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_noticeTitle {
      font-size: 13px; } }

.aboutTemplatesSection_noticeToggle {
  position: absolute;
  top: 0;
  right: 10px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutTemplatesSection_noticeToggle {
      width: 19px;
      height: 19px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_noticeToggle {
      width: 12px;
      height: 12px; } }
  .aboutTemplatesSection_noticeToggle span {
    position: absolute;
    top: calc(50% - 1px / 2);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1D1D1D;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease; }
    .aboutTemplatesSection_noticeToggle span:nth-child(1) {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .is-open .aboutTemplatesSection_noticeToggle span:nth-child(1) {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }

.aboutTemplatesSection_noticeIntro {
  margin-bottom: 40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_noticeIntro {
      margin-bottom: 32px; } }

.aboutTemplatesSection_introText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #1D1D1D;
  letter-spacing: .1em;
  margin: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_introText {
      font-size: 11px;
      line-height: 1.8; } }

.aboutTemplatesSection_noticeList {
  margin-bottom: 40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_noticeList {
      margin-bottom: 32px; } }

.aboutTemplatesSection_noticeItem {
  margin-bottom: 40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_noticeItem {
      margin-bottom: 32px; } }
  .aboutTemplatesSection_noticeItem:last-child {
    margin-bottom: 0; }

.aboutTemplatesSection_noticeItemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_noticeItemHeader {
      margin-bottom: 12px; } }

.aboutTemplatesSection_noticeDot {
  position: relative;
  width: 4px;
  height: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .aboutTemplatesSection_noticeDot::after {
    content: '';
    display: inline-block;
    vertical-align: super;
    width: 100%;
    height: 100%;
    background: #1D1D1D;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.aboutTemplatesSection_noticeItemTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1D1D1D;
  letter-spacing: .05em;
  margin: 0; }

.aboutTemplatesSection_noticeItemContent {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #1D1D1D;
  letter-spacing: .1em;
  margin: 0; }

.aboutTemplatesSection_canvaGuide {
  text-align: center;
  display: block; }

.aboutTemplatesSection_canvaBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutTemplatesSection_canvaBtn:hover .aboutTemplatesSection_canvaBtnText {
      border-bottom: 1px solid #1D1D1D; }
    .aboutTemplatesSection_canvaBtn:hover .aboutTemplatesSection_canvaIcon {
      -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
      transform: translateX(3px); } }

.aboutTemplatesSection_canvaBtnText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1D1D1D;
  letter-spacing: .1em;
  -webkit-transition: border-bottom .3s;
  -o-transition: border-bottom .3s;
  transition: border-bottom .3s;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent; }

.aboutTemplatesSection_canvaIcon {
  width: 16px;
  height: 16px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutTemplatesSection_canvaIcon {
      margin-bottom: 3px;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutTemplatesSection_canvaIcon {
      margin-bottom: 7px;
      width: 12px;
      height: 12px; } }

.howToEditSection {
  position: relative;
  padding: 120px 0;
  background: #f2f0e9; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howToEditSection {
      margin-top: 80px;
      padding: 64px 20px; } }

.howToEditSection_container {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .howToEditSection_container {
      width: clamp(calc(1088 / 1280 * 1000px), calc(1088 / 1280 * 100vw), calc(1088 / 1280 * 3840px));
      max-width: 1280px;
      margin: 0 auto; } }

.howToEditSection_header {
  margin-bottom: 5px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howToEditSection_header {
      gap: 4px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      margin-bottom: 32px; } }

.howToEditSection_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 4px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .howToEditSection_tabs {
      margin-right: 40px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howToEditSection_tabs {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.howToEditSection_tab {
  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;
  gap: 3px;
  background: #fbfaf8;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px 10px 0 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .howToEditSection_tab {
      padding: 9px 24px 6px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howToEditSection_tab {
      width: clamp(calc(110 / 1280 * 1000px), calc(110 / 1280 * 100vw), calc(110 / 1280 * 3840px));
      padding: 9px 0 6px;
      gap: 4px; } }
  .howToEditSection_tab:hover {
    opacity: 0.8; }

.howToEditSection_tab-active {
  background: #e6e2d5; }

.howToEditSection_tabIcon {
  width: 22px;
  height: 22px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howToEditSection_tabIcon {
      width: 18px;
      height: 18px; } }

.howToEditSection_tabText {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1D1D1D;
  letter-spacing: .1em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howToEditSection_tabText {
      font-size: 14px; } }

.howToEditSection_content {
  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;
  gap: 40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howToEditSection_content {
      gap: 32px; } }

.howToEditSection_contentArea {
  width: 100%;
  background: #e6e2d5;
  border-radius: 4px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howToEditSection_contentArea {
      padding: 40px 20px; } }

.canvaButton_content_cta {
  display: block; }

.howToEditSection_cta,
.canvaButton_content_cta {
  text-align: center;
  position: relative;
  border-radius: 4px;
  width: 275px;
  background: #42abb2;
  height: 64px;
  padding: 23px 0px;
  -webkit-transition: background .35s ease;
  -o-transition: background .35s ease;
  transition: background .35s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howToEditSection_cta,
    .canvaButton_content_cta {
      width: 207px;
      height: 48px;
      padding: 15px 0px; } }
  .howToEditSection_cta:after,
  .canvaButton_content_cta:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #101010;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 0;
    -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, -webkit-transform .35s ease;
    -o-transition: opacity .35s ease, transform .35s ease;
    transition: opacity .35s ease, transform .35s ease;
    transition: opacity .35s ease, transform .35s ease, -webkit-transform .35s ease; }
  .howToEditSection_cta:hover,
  .canvaButton_content_cta:hover {
    background-color: #101010; }
    .howToEditSection_cta:hover .howToEditSection_ctaBtnText,
    .howToEditSection_cta:hover .canvaButton_content_ctaBtnText,
    .canvaButton_content_cta:hover .howToEditSection_ctaBtnText,
    .canvaButton_content_cta:hover .canvaButton_content_ctaBtnText {
      color: #ffffff;
      z-index: 1;
      position: relative; }
    .howToEditSection_cta:hover .c-button_link_svgBlue,
    .canvaButton_content_cta:hover .c-button_link_svgBlue {
      fill: #ffffff;
      z-index: 1;
      position: relative; }
    .howToEditSection_cta:hover:after,
    .canvaButton_content_cta:hover:after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      border-radius: 4px;
      opacity: 1; }
  .howToEditSection_cta .c-button_link_svgBlue,
  .canvaButton_content_cta .c-button_link_svgBlue {
    position: initial;
    top: initial;
    right: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    width: 18px;
    height: 14px;
    fill: #ffffff;
    -webkit-transition: fill .3s ease, opacity .3s ease;
    -o-transition: fill .3s ease, opacity .3s ease;
    transition: fill .3s ease, opacity .3s ease; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .howToEditSection_cta .c-button_link_svgBlue,
      .canvaButton_content_cta .c-button_link_svgBlue {
        width: 14px;
        height: 11px; } }
  .howToEditSection_cta .c-button_svg-photobook,
  .canvaButton_content_cta .c-button_svg-photobook {
    margin-left: 0; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .howToEditSection .howToEditSection_cta {
    width: 225px; } }

.howToEditSection_ctaBtnText,
.canvaButton_content_ctaBtnText {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: .04em;
  margin-right: 10px;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howToEditSection_ctaBtnText,
    .canvaButton_content_ctaBtnText {
      font-size: 14px;
      margin-right: 11px; } }

.faqSection {
  position: relative;
  padding-top: 120px;
  background: #ffffff; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqSection {
      padding-bottom: 215px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqSection {
      padding: 80px 20px 270px; } }

.faqSection_container {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqSection_container {
      width: clamp(calc(1088 / 1280 * 1000px), calc(1088 / 1280 * 100vw), calc(1088 / 1280 * 3840px));
      max-width: 1280px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      gap: 100px; } }

.faqSection_titleSubtext {
  white-space: nowrap; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .faqSection_listArea {
    width: clamp(calc(720 / 1280 * 1000px), calc(720 / 1280 * 100vw), calc(720 / 1280 * 3840px));
    max-width: 1280px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .faqSection_listArea {
    margin-top: 32px; } }

.faqSection_list {
  margin-bottom: 64px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqSection_list {
      margin-bottom: 40px; } }

.faqSection_item {
  border-bottom: 1px solid #dbdbdb; }
  .faqSection_item:first-child {
    border-top: 1px solid #dbdbdb; }

.faqSection_question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqSection_question {
      padding: 32px 0 40px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqSection_question {
      padding: 24px 0; } }
  .faqSection_question:hover {
    opacity: 0.8; }

.faqSection_questionContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqSection_questionContent {
      gap: 12px; } }

.faqSection_questionMark {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  color: #b5ae94;
  letter-spacing: .05em;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqSection_questionMark {
      font-size: 20px; } }

.faqSection_questionText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1D1D1D;
  letter-spacing: .1em;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.6; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqSection_questionText {
      padding-right: 50px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqSection_questionText {
      font-size: 14px;
      padding-right: 35px; } }

.faqSection_questionIcon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqSection_questionIcon {
      width: 19px;
      height: 19px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqSection_questionIcon {
      width: 12px;
      height: 12px; } }
  .faqSection_questionIcon span {
    position: absolute;
    top: calc(50% - 1px / 2);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1D1D1D;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease; }
    .faqSection_questionIcon span:nth-child(1) {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .is-open .faqSection_questionIcon span:nth-child(1) {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }

.faqSection_answer.is-hidden {
  display: none; }

.faqSection_answerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 27px;
  padding: 0 0 32px 0;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqSection_answerInner {
      gap: 12px; } }

.faqSection_answerMark {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  color: #bababa;
  letter-spacing: .05em;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqSection_answerMark {
      margin-top: 2px;
      font-size: 20px; } }

.faqSection_answerText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #626262;
  letter-spacing: .1em;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqSection_answerText {
      font-size: 13px;
      line-height: 1.8; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .faqSection_ctaBtnText {
    padding: 2px 0 8px;
    margin-right: 8px; } }

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

	かんたん作成

==============================================*/
.howto {
  margin-top: 80px; }

.howtoInner {
  border: 1px solid #42ABB2;
  border-radius: 14px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howtoInner {
      padding: 40px 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .howtoInner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 38px 40px 38px 80px; } }

.howtoHead {
  padding: 0;
  margin: 0; }

.howtoHead_text {
  max-width: 577px; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-step {
    padding: 40px 92px 48px; } }

.c-step_indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-step_indicators {
      margin-bottom: 70px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-step_indicators {
      gap: 16px;
      margin: 0 auto 52px; } }

.c-stepSlider {
  position: relative; }
  .c-stepSlider .slick-prev,
  .c-stepSlider .slick-next {
    display: none !important; }

.c-stepSlider_img {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-stepSlider_img {
      padding: 0 50px; } }
  .c-stepSlider_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  [data-type="pc"] .c-stepSlider_img {
    padding: 0 15px; } }

.c-stepSlider_arrowPrev,
.c-stepSlider_arrowNext {
  position: absolute;
  width: 28px;
  height: 28px;
  background: transparent center/contain no-repeat;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  z-index: 100; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-stepSlider_arrowPrev,
    .c-stepSlider_arrowNext {
      width: 17px;
      height: 17px; } }

.c-stepSlider_arrowPrev {
  left: -20px;
  background-image: url("../../images/design_template/svg/slider_prev.svg"); }

.c-stepSlider_arrowNext {
  right: -20px;
  background-image: url("../../images/design_template/svg/slider_next.svg"); }

.c-stepSlider_arrowPrev {
  left: -45px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-stepSlider_arrowPrev {
      left: -10px; } }

.c-stepSlider_arrowNext {
  right: -45px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-stepSlider_arrowNext {
      right: -10px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-step_indicator {
    cursor: pointer; } }

.c-step_indicatorNumber {
  position: relative;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: .05em;
  color: #b5ae94; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-step_indicatorNumber {
      font-size: 16px; } }
  .is-active .c-step_indicatorNumber {
    color: #1D1D1D; }
  .c-step_indicatorNumber:after {
    position: absolute;
    right: -40px;
    bottom: 2px;
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background-color: #b5ae94; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-step_indicatorNumber:after {
        width: 10px;
        right: -13px; } }

.c-step_indicatorTitle {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .08em;
  color: #b5ae94;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-step_indicatorTitle {
      bottom: -45px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-step_indicatorTitle {
      font-size: 12px;
      letter-spacing: .1em;
      white-space: nowrap;
      bottom: -30px; } }
  .is-active .c-step_indicatorTitle {
    opacity: 1;
    color: #1D1D1D; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-stepSlider_desc {
    width: 720px;
    margin: 32px auto 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-stepSlider_desc {
    margin-top: 24px; } }

.c-stepSlider_descText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 1.7; }

.howtoCaution {
  position: relative;
  font-size: 12px;
  letter-spacing: .05em;
  margin-top: 24px; }
  .howtoCaution + .howtoCaution {
    margin-top: 8px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .howtoCaution {
      padding-left: 10px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howtoCaution {
      padding-left: 12px;
      line-height: 1.6; } }
  .howtoCaution a {
    color: #42ABB2;
    text-decoration: underline;
    -webkit-transition: -webkit-text-decoration 0.3s ease;
    transition: -webkit-text-decoration 0.3s ease;
    -o-transition: text-decoration 0.3s ease;
    transition: text-decoration 0.3s ease;
    transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .howtoCaution a:hover {
        text-decoration: none; } }
  .howtoCaution::after {
    content: '';
    display: inline-block;
    vertical-align: super;
    width: 4px;
    height: 6px;
    background: #1D1D1D;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -2px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .howtoCaution::after {
        top: 9px;
        margin-top: 0; } }

.c-stepSlider_controlArrow {
  position: absolute;
  width: 100%;
  z-index: 100; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-stepSlider_controlArrow {
      top: 250px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-stepSlider_controlArrow {
      top: 29%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-step_indicator {
    cursor: pointer; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-step_indicators_inner:nth-child(3) .c-step_indicatorTitle {
    line-height: 1.3;
    bottom: -43px; } }

.c-step_indicators_inner:last-child .c-step_indicatorNumber:after {
  display: none; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-stepSlider_desc {
    width: 720px;
    margin: 32px auto 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-stepSlider_desc {
    margin-top: 24px; } }

.c-stepSlider_descText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 1.7; }

.howtoCaution {
  position: relative;
  font-size: 12px;
  letter-spacing: .05em;
  margin-top: 24px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .howtoCaution {
      padding-left: 10px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howtoCaution {
      padding-left: 12px;
      line-height: 1.6; } }
  .howtoCaution a {
    color: #42ABB2;
    text-decoration: underline;
    -webkit-transition: -webkit-text-decoration 0.3s ease;
    transition: -webkit-text-decoration 0.3s ease;
    -o-transition: text-decoration 0.3s ease;
    transition: text-decoration 0.3s ease;
    transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .howtoCaution a:hover {
        text-decoration: none; } }
  .howtoCaution::after {
    content: '';
    display: inline-block;
    vertical-align: super;
    width: 4px;
    height: 6px;
    background: #1D1D1D;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    position: absolute;
    top: 10px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .howtoCaution::after {
        top: 9px;
        margin-top: 0; } }

.c-stepSlider_controlArrow {
  position: absolute;
  width: 100%;
  z-index: 100; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-stepSlider_controlArrow {
      top: 250px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-stepSlider_controlArrow {
      top: 29%; } }

.stepList.step3 {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  gap: 12px 16px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .stepList.step3 {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .stepList.step3 {
      gap: 10px; } }

.stepList_icon img {
  width: 20px;
  height: 20px; }

.stepList_item {
  font-size: 13px;
  letter-spacing: .1em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .stepList_item {
      line-height: 1.5;
      line-height: 1.5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .stepList_item + .stepList_item {
    margin-top: 10px; }
    .step3 .stepList_item + .stepList_item {
      margin-top: 0; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .stepList_item + .stepList_item {
        margin-top: 8px; } }
  .step3 .stepList_item {
    background-color: #f2f0e9;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding: 6px 8px; }

.stepList_itemNumber {
  margin-right: 12px;
  width: 20px;
  display: inline-block;
  background: #42abb2;
  color: #fff;
  text-align: center;
  padding: 3.5px 0;
  letter-spacing: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .stepList_itemNumber {
      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;
      -ms-flex-negative: 0;
      flex-shrink: 0; } }
