@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を指定 */ }

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

	レイアウト

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

	ボタンパーツ

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

	タイトル

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

	おすすめバッジ

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

	スライダー　矢印

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

	メインビジュアル

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

	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; }

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

.c-button_link, .c-button_link-blue,
.c-button_link-photobook {
  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:after,
  .c-button_link-photobook: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 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.25;
  z-index: 2; }

.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,
.c-button_link-photobook {
  background-color: #42ABB2;
  color: #FFF; }
  .c-button_link-blue:after,
  .c-button_link-photobook:after {
    background-color: #FFF; }
  @media (hover: hover) {
    .c-button_link-blue:hover,
    .c-button_link-photobook:hover {
      background-color: #FFF; } }

.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 (hover: hover) {
    .c-button_link:hover .c-button_label-blue, .c-button_link:hover
    .c-button_label-photobook {
      color: #42ABB2; } }

.c-button_link_svg {
  position: absolute;
  top: 50%;
  right: 25px;
  -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-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: 17px;
  height: 17px;
  fill: #FFF; }
  @media (hover: hover) {
    .c-button_link:hover .c-button_svg-photobook {
      fill: #42ABB2; } }

/* アイコンボタン */
.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-pageTitle {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.92;
  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;
      padding-top: 56px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-pageTitle {
      font-size: 26px;
      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; } }

/*
	セクション タイトル
  ------------------------------------*/
@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-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 {
      max-width: 577px;
      margin-left: 64px; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .thought_info_inner {
    max-width: 1200px;
    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) {
  .thought_info_inner {
    padding-left: 50px;
    padding-right: 50px; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-sectionHead, .aboutAnchorLink, .aboutHowto_body_inner {
    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, .aboutAnchorLink, .aboutHowto_body_inner {
    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) {
  .aboutSize_main, .aboutOrderStep {
    padding-left: 20px;
    padding-right: 20px; } }

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

.aboutController .slick-arrow, .aboutSize_imgSlide .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) {
    .aboutController .slick-arrow:hover, .aboutSize_imgSlide .slick-arrow:hover {
      background-color: #101010; } }
  .aboutController .slick-disabled.slick-arrow, .aboutSize_imgSlide .slick-disabled.slick-arrow {
    opacity: .3;
    pointer-events: none; }

.aboutController .slick-prev, .aboutSize_imgSlide .slick-prev {
  background-image: url(../../svg/arrow_prev-black.svg); }
  @media (hover: hover) {
    .aboutController .slick-prev:hover, .aboutSize_imgSlide .slick-prev:hover {
      background-image: url(../../svg/arrow_prev-white.svg); } }

.aboutController .slick-next, .aboutSize_imgSlide .slick-next {
  background-image: url(../../svg/arrow_next-black.svg); }
  @media (hover: hover) {
    .aboutController .slick-next:hover, .aboutSize_imgSlide .slick-next:hover {
      background-image: url(../../svg/arrow_next-white.svg); } }

.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(../../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(../../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; } }
  @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; } }
  @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; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .c-howto {
    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-howto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.c-howto_node {
  position: relative; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_node {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: calc((100% - 20px) / 2); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_node {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: calc((100% - 48px) / 2); } }
  @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: portrait) {
    .c-howto_node + .c-howto_node {
      margin-top: 0; } }

.c-howto_catch {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .08em;
  padding: 11px 0 0 0;
  margin: 0 auto;
  text-align: center;
  width: 304px;
  height: 43px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../svg/bubble_border.svg); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_catch {
      max-width: 100%; } }

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

@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;
    margin-top: 16px; } }

@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: -12px;
      left: -16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_badge {
      top: 4px;
      left: -20px; } }

.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; }
  @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 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 32px 24px 40px;
      border-radius: 0 0 16px 16px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_main {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  .common_modal .c-howto_main {
    border: solid 1px #42ABB2; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-howto_head {
    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-howtoItem {
    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-howtoItem + .c-howtoItem {
    margin-top: 16px; } }

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

.c-howtoItem_text {
  position: relative;
  letter-spacing: .1em;
  padding-left: 18px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howtoItem_text {
      font-size: 13px;
      line-height: 1.5; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howtoItem_text {
      font-size: 14px;
      line-height: 1.6; } }
  .c-howtoItem_text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #42ABB2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howtoItem_text + .c-howtoItem_text {
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howtoItem_text + .c-howtoItem_text {
      margin-top: 10px;
      height: 67px; } }

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

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

.c-howto_img img {
  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: 24px; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-howto_buttonWrap-column2 .c-howto_button {
    width: 212px;
    font-size: 14px;
    max-width: calc((100% - 20px) / 2); } }

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

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

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-howto_buttonWrap-column2 .c-howto_button_link {
    max-width: 100; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-howto_buttonWrap-column2 .c-button_link_label {
    font-size: 14px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .c-howto_buttonWrap-column2 .c-button_link_label {
    font-size: 12px; } }

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

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

.c-howto_linkWrap {
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_node:nth-child(1) .c-howto_linkWrap {
      margin-top: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_node:nth-child(1) .c-howto_linkWrap {
      margin-top: 39px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_node:nth-child(2) .c-howto_linkWrap {
      margin-top: 21px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_node:nth-child(2) .c-howto_linkWrap {
      margin-top: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .common-modal .c-howto_node:nth-child(1) .c-howto_linkWrap {
      margin-top: 16px; } }

.c-howto_link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  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; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .common_modal .c-howto_link {
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .common_modal .c-howto_link {
      margin-bottom: 32px; } }
  .c-howto_node:nth-child(2) .c-howto_link {
    margin-bottom: 0px; }

.c-howto_note {
  letter-spacing: .06em;
  font-size: 11px;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_note {
      line-height: 1.5;
      margin-top: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_note {
      line-height: 1;
      margin-top: 12px; } }

.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: 15px;
      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;
      top: auto;
      bottom: 4px;
      right: -3px; } }

.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;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-appPopup {
      top: -226px;
      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(../../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 {
        bottom: -18px;
        width: 36px;
        height: 30px;
        background-image: url(../../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); } }

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

	メインビジュアル

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .mainvisual_img {
    background-image: url(../../images/commodity/hc/mainvisual-sp.jpg); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .mainvisual_img {
    background-image: url(../../images/commodity/hc/mainvisual-pc.jpg);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

.mainvisual_title {
  position: absolute;
  -webkit-transition: opacity 2s linear, -webkit-filter 1.7s linear;
  transition: opacity 2s linear, -webkit-filter 1.7s linear;
  -o-transition: filter 1.7s linear, opacity 2s linear;
  transition: filter 1.7s linear, opacity 2s linear;
  transition: filter 1.7s linear, opacity 2s linear, -webkit-filter 1.7s linear; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mainvisual_title {
      bottom: 14%;
      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) {
    .mainvisual_title {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-150%, -50%);
      -ms-transform: translate(-150%, -50%);
      transform: translate(-150%, -50%); } }
  .is-hide .mainvisual_title {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0; }

/*=============================================
 
	高級感のある本格上製本仕上げのフォトブックです。
 
==============================================*/
.introSection {
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introSection {
      margin-top: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .introSection {
      margin-top: 53px; } }

.intro_text {
  font-size: 15px;
  line-height: 2;
  margin-top: 24px;
  text-align: center; }

/*=============================================
 
	Point
 
==============================================*/
.pointSection {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointSection {
      margin-top: 90px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointSection {
      margin-top: 160px; } }

.pointSlide {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .pointSlide_node {
    display: inline-block; } }

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

.pointSlide_img {
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointSlide_img {
      width: 50%; } }
  .pointSlide_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) {
      .pointSlide_img:after {
        padding-top: 72%; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .pointSlide_img:after {
        padding-top: 71.8%; } }
  .pointSlide_img img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    -ms-transform: scale(1.2) translate(-50%, -50%);
    transform: scale(1.2) translate(-50%, -50%);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    opacity: 0;
    -webkit-transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), -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), opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .slick-current .pointSlide_img img {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 1; }

.pointSlide_detail {
  background-color: #F5F5F5;
  white-space: normal;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s 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) {
    .pointSlide_detail {
      min-height: 387px;
      padding: 35px 90px 33px 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointSlide_detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 50%;
      padding: 0 0 0 60px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .pointSlide_detail {
      padding: 35px 90px 33px 50px; } }
  .slick-current .pointSlide_detail {
    opacity: 1; }

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

.pointSlide_detail_title {
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointSlide_detail_title {
      font-size: 18px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointSlide_detail_title {
      font-size: 20px; } }

.pointSlide_detail_text {
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointSlide_detail_text {
      margin-top: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointSlide_detail_text {
      margin-top: 24px; } }
  .pointSlide_detail_text br {
    display: none; }
  .pointSlide_detail_text span {
    font-size: 12px; }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .pointSlideRepletion {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    background-color: #F5F5F5;
    opacity: 0;
    -webkit-transition: opacity .8s ease 3s;
    -o-transition: opacity .8s ease 3s;
    transition: opacity .8s ease 3s; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .slick-current .pointSlideRepletion {
    -webkit-animation: repletionfadeIn 11s infinite;
    animation: repletionfadeIn 11s infinite; } }

@-webkit-keyframes repletionfadeIn {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes repletionfadeIn {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .pointSlideRepletion_inner:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 71.8%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .pointSlideRepletion_inner:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 1px #42ABB2; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .pointSlideRepletion_box {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 84px; } }

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

.pointSlideRepletion_label_node {
  font-weight: 500;
  letter-spacing: .08em;
  width: 50%;
  color: #42ABB2;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointSlideRepletion_label_node {
      font-size: 17px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointSlideRepletion_label_node {
      font-size: 24px; } }

.pointSlideRepletion_label-small {
  display: inline-block;
  color: #101010; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointSlideRepletion_label-small {
      font-size: 12px;
      padding-left: 4px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointSlideRepletion_label-small {
      font-size: 16px;
      padding-left: 8px; } }

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

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

.pointSlideRepletion_img img {
  width: 100%; }

.pointSlideRepletion_caption {
  letter-spacing: .1em;
  line-height: 1.58; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointSlideRepletion_caption {
      font-size: 12px;
      margin-top: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointSlideRepletion_caption {
      font-size: 13px;
      margin: 20px -30px 0; } }

.pointIndex {
  position: absolute;
  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;
  z-index: 1000; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointIndex {
      top: calc(100vw * 0.72);
      right: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointIndex {
      top: 0;
      right: 91px; } }

.pointIndex_label {
  position: relative;
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .16em;
  color: #42ABB2;
  -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) {
    .pointIndex_label {
      font-size: 15px;
      padding-top: 34px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointIndex_label {
      font-size: 22px;
      padding-top: 42px; } }
  .pointIndex_label:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    background-color: #42ABB2; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .pointIndex_label:before {
        height: 24px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .pointIndex_label:before {
        height: 32px; } }

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

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

.pointIndexList_node {
  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; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointIndexList_node {
      width: 30px;
      height: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointIndexList_node {
      width: 38px;
      height: 38px;
      cursor: pointer; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointIndexList_node + .pointIndexList_node {
      margin-top: 25px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointIndexList_node + .pointIndexList_node {
      margin-top: 20px; } }

.pointIndexList_label {
  position: relative;
  display: inline-block;
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1;
  padding-left: 2px;
  color: #42ABB2;
  z-index: 2;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointIndexList_label {
      font-size: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointIndexList_label {
      font-size: 20px;
      padding-top: 2px; } }
  .pointIndexList_label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: solid 1px #42ABB2;
    z-index: -1;
    -webkit-transition: width 0.2s ease, height 0.2s ease, background 0.2s ease;
    -o-transition: width 0.2s ease, height 0.2s ease, background 0.2s ease;
    transition: width 0.2s ease, height 0.2s ease, background 0.2s ease; }
  .is-current .pointIndexList_label {
    color: #FFF; }
    .is-current .pointIndexList_label:after {
      width: 50px;
      height: 50px;
      background-color: #42ABB2; }
  @media (hover: hover) {
    .pointIndexList_node:hover .pointIndexList_label {
      color: #FFF; }
      .pointIndexList_node:hover .pointIndexList_label:after {
        width: 50px;
        height: 50px;
        background-color: #42ABB2; } }
  .pointIndexList_node:nth-child(4) .pointIndexList_label {
    padding-left: 1px; }

/*=============================================
 
	About Photobook hard cover
 
==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutSection {
    margin-top: 90px; } }

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

.about_title {
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  letter-spacing: .16em;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .about_title {
      font-size: 22px;
      line-height: 1.5; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .about_title {
      font-size: 28px; } }

.aboutAnchorLink {
  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) {
    .aboutAnchorLink {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 32px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutAnchorLink {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutAnchorLink {
      margin-top: 50px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutAnchorLink_node {
    width: calc((100% - 15px) / 2); } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutAnchorLink_node {
    width: calc((100% - (20px * 3)) / 4); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutAnchorLink_node {
    width: calc((100% - (46px * 3)) / 4); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutAnchorLink_node:nth-child(n+3) {
    margin-top: 32px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutAnchorLink_node:nth-child(n+3) {
    margin-top: 0; } }

.aboutAnchorLink_img {
  width: 100%;
  overflow: hidden; }
  .aboutAnchorLink_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) {
    .aboutAnchorLink_link:hover .aboutAnchorLink_img img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }

.aboutAnchorLink_title {
  font-weight: 500;
  letter-spacing: .12em;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutAnchorLink_title {
      font-size: 14px;
      margin-top: 14px;
      white-space: nowrap; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutAnchorLink_title {
      font-size: 18px;
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .aboutAnchorLink_title {
      font-size: 16px; } }

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

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

@media (hover: hover) {
  .aboutAnchorLink_link:hover .aboutAnchorLink_button_link {
    background-color: #101010; }
    .aboutAnchorLink_link:hover .aboutAnchorLink_button_link .c-iconButton_link_svg {
      fill: #FFF; } }

/*
	ハードカバーへの想い
------------------------------------*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutPurpose {
    margin: 96px 0 0 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutPurpose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 160px;
    margin-left: calc((100% - 1040px) / 2); } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .aboutPurpose {
    margin-left: 60px; } }

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

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

.aboutPurpose_infoSlide_wrap {
  position: relative;
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutPurpose_infoSlide_wrap {
      padding-top: 90px;
      margin: 0 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutPurpose_infoSlide_wrap {
      margin: 0 50px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutPurpose_infoSlide_wrap {
      width: 426px;
      padding-right: 52px; } }

.aboutPurpose_infoSlide {
  white-space: nowrap; }

.aboutPurpose_infoSlide_node {
  display: inline-block;
  white-space: normal;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .aboutPurpose_infoSlide_node.slick-current {
    opacity: 1; }

.aboutPurpose_infoSlide_catch {
  font-weight: 500; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutPurpose_infoSlide_catch {
      font-size: 18px;
      line-height: 1.6;
      letter-spacing: .14em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutPurpose_infoSlide_catch {
      font-size: 20px;
      letter-spacing: .12em;
      line-height: 2;
      margin-top: 63px; } }

.aboutPurpose_infoSlide_text {
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutPurpose_infoSlide_text {
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutPurpose_infoSlide_text {
      margin-top: 24px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutController {
    position: absolute;
    top: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 175px;
    text-align: center; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutController {
    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;
    width: 194px;
    height: 42px;
    padding: 0 42px;
    margin-top: 37px; } }

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutController .slick-arrow {
    width: 30px;
    height: 30px; } }

.aboutController .slick-prev {
  left: 0; }

.aboutController .slick-next {
  right: 0; }

.aboutController_index {
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  letter-spacing: .16em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutController_index {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutController_index {
      position: relative; } }

.aboutPurpose_slideWrap {
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutPurpose_slideWrap {
      margin-top: 24px;
      padding: 0 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutPurpose_slideWrap {
      width: calc(100% - 426px);
      padding-right: 56px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutPurpose_slideWrap {
      padding: 0 45px; } }

.aboutPurpose_slide {
  white-space: nowrap; }
  .aboutPurpose_slide .slick-list {
    overflow: visible; }

.aboutPurpose_slide_node {
  display: inline-block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutPurpose_slide_node {
      padding: 0 5px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutPurpose_slide_node {
      padding: 0 8px; } }

.aboutPurpose_slide_inner {
  position: relative;
  overflow: hidden; }
  .aboutPurpose_slide_inner:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 68.6%; }
  .aboutPurpose_slide_inner img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/*
	つくり方
------------------------------------*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutHowto {
    margin-top: 86px; } }

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

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

.aboutHowto_body {
  background-color: #F5F5F5; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutHowto_body {
      padding: 40px 15px;
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutHowto_body {
      padding: 40px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutHowto_body {
      padding: 60px 0 64px;
      margin-top: 40px; } }

/*
	サイズバリエーション
------------------------------------*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutSize {
    margin-top: 96px; } }

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

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutSize_imgWrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 24px; } }

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

.aboutSize_imgWrap::-webkit-scrollbar {
  display: none; }

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

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

.aboutSize_img img {
  width: 100%; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutSize_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 77.6%;
    margin: 20px auto 0; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutSize_detail_node:nth-child(1) {
    width: 20.05%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutSize_detail_node:nth-child(2) {
    width: 25.8%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutSize_detail_node:nth-child(3) {
    width: 20.06%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutSize_detail_node:nth-child(4) {
    width: 28.34%; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutSize_detail_indexSymbol {
    font-size: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutSizeInfoSlide_indexLabel {
    font-size: 32px; } }

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

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

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutSize_scrollBar {
    margin: 24px 50px 0; } }

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

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutSize_main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutSize_main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px; } }

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutSize_imgSlideWrap {
    position: static;
    width: 50%; } }

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

.aboutSize_imgSlide {
  white-space: nowrap;
  font-size: 0;
  letter-spacing: 0;
  overflow: hidden; }

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

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutSize_imgSlide .slick-prev {
    left: 0px; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutSize_imgSlide .slick-next {
    right: 0px; } }

.aboutSize_slide_node {
  display: inline-block; }

.aboutSize_slide_img {
  position: relative;
  display: inline-block;
  width: 100%; }
  .aboutSize_slide_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) {
      .aboutSize_slide_img:after {
        padding-bottom: 77.3%; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .aboutSize_slide_img:after {
        padding-bottom: 77.6%; } }
  .aboutSize_slide_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; }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aboutSize_infoSlideWrap {
    width: 43%;
    padding-left: 40px; } }

.aboutSize_infoSlide {
  white-space: nowrap;
  font-size: 0;
  letter-spacing: 0;
  overflow: hidden; }

.aboutSize_infoSlide_node {
  display: inline-block;
  white-space: normal; }

.aboutSizeInfoSlide_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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) {
    .aboutSizeInfoSlide_head {
      height: 32px;
      margin-top: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutSizeInfoSlide_head {
      height: 50px; } }

.aboutSizeInfoSlide_label {
  position: relative;
  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) {
    .aboutSizeInfoSlide_label {
      font-size: 13px;
      padding-right: 24px;
      margin-right: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutSizeInfoSlide_label {
      font-size: 16px;
      padding-right: 35px;
      margin-right: 42px; } }
  .aboutSizeInfoSlide_label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    background-color: #101010; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .aboutSizeInfoSlide_label:after {
        height: 32px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .aboutSizeInfoSlide_label:after {
        height: 50px; } }

.aboutSizeInfoSlide_index {
  position: relative;
  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) {
    .aboutSizeInfoSlide_index {
      font-size: 36px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutSizeInfoSlide_index {
      font-size: 50px; } }

.aboutSizeInfoSlide_index_symbol {
  display: inline-block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutSizeInfoSlide_index_symbol {
      font-size: 24px;
      margin-right: 4px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutSizeInfoSlide_index_symbol {
      font-size: 30px;
      margin-right: 4px; } }

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

.aboutSizeInfoSlide_number_slash {
  display: inline-block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutSizeInfoSlide_number_slash {
      padding: 0 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutSizeInfoSlide_number_slash {
      padding: 0 8px; } }

.aboutSizeInfoSlide_title {
  font-weight: 500; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutSizeInfoSlide_title {
      font-size: 18px;
      line-height: 1.6;
      letter-spacing: .14em;
      margin-top: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutSizeInfoSlide_title {
      font-size: 20px;
      line-height: 2;
      letter-spacing: .12em;
      margin-top: 34px; } }

.aboutSizeInfoSlide_text {
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutSizeInfoSlide_text {
      margin-top: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutSizeInfoSlide_text {
      margin-top: 12px; } }

.aboutSizeInfoSlide_note {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .08em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutSizeInfoSlide_note {
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutSizeInfoSlide_note {
      margin-top: 26px; } }

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

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

/*
	ご注文の流れ
------------------------------------*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutOrder {
    margin-top: 96px; } }

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

.aboutOrder_title {
  display: inline-block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutOrder_title {
      margin: 0 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutOrder_title {
      margin: 0 50px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutOrder_title {
      text-align: center; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutOrderStep {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 22px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .aboutOrderStep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px; } }

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

.aboutOrderStep::-webkit-scrollbar {
  display: none; }

.aboutOrderStep_node {
  white-space: normal;
  border: solid 1px #1D1D1D;
  text-align: center;
  border-radius: 12px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutOrderStep_node {
      display: inline-block;
      width: 72.5vw;
      padding: 28px 22px;
      margin-right: 16px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutOrderStep_node {
      width: calc((100% - (16px * 2)) / 3);
      margin: 0;
      padding: 28px 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutOrderStep_node {
      padding: 28px 22px;
      width: calc((100% - (32px * 2)) / 3); } }

.aboutOrderStep_label {
  display: inline-block;
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1;
  letter-spacing: .16em;
  background-color: #42ABB2;
  color: #FFF;
  border-radius: 6px;
  padding: 3px 14px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutOrderStep_label {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutOrderStep_label {
      font-size: 15px; } }

.aboutOrderStep_img {
  margin-top: 16px; }
  .aboutOrderStep_img img {
    width: 100%; }

.aboutOrderStep_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .14em;
  margin-top: 20px; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutOrderStep_text {
      font-size: 14px; } }

.aboutOrderInfo {
  background-color: #F9FD95;
  text-align: center;
  border-radius: 104px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutOrderInfo {
      padding: 27px 0 20px;
      margin: 40px 20px 0; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutOrderInfo {
      margin: 40px 50px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutOrderInfo {
      width: 560px;
      padding: 27px 0 22px;
      margin: 64px auto 0; } }

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

.aboutOrderInfo_date-large {
  display: inline-block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutOrderInfo_date-large {
      font-size: 28px;
      margin: 0 -4px 0 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutOrderInfo_date-large {
      font-size: 34px;
      margin: 0 -4px 0 16px; } }

.aboutOrderInfo_link {
  position: relative;
  display: inline-block;
  font-size: 13px;
  padding-bottom: 2px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutOrderInfo_link {
      margin-top: 17px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutOrderInfo_link {
      margin-top: 17px; } }
  .aboutOrderInfo_link:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #101010;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  @media (hover: hover) {
    .aboutOrderInfo_link:hover:after {
      opacity: 0; } }

/*=============================================
 
	作り手としての想い
 
==============================================*/
.thoughtSection {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .thoughtSection {
      margin-top: 96px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .thoughtSection {
      margin-top: 160px; } }

.thought_img {
  position: relative; }
  .thought_img img {
    width: 100%; }
  .thought_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.35); }

.thought_info {
  position: absolute;
  left: 0;
  right: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .thought_info {
      bottom: 38px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .thought_info {
      bottom: 38px; } }

.thought_info_inner {
  text-align: right; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .thought_info_inner {
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .thought_info_inner {
      padding: 0 50px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .thought_info_inner {
      margin: 0 auto; } }

.thought_info_title {
  margin-left: auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .thought_info_title {
      width: 78%;
      max-width: 325px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .thought_info_title {
      width: 325px; } }
  .thought_info_title img {
    width: 100%; }

.thought_info_text {
  line-height: 2;
  color: #FFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .thought_info_text {
      margin-top: 22px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .thought_info_text {
      margin-top: 32px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .thought_info_signature {
    width: 111px;
    margin: 26px 0 0 auto; } }

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

.thought_info_signature img {
  width: 100%; }

.thought_info_note {
  letter-spacing: .1em;
  line-height: 1.5;
  color: #FFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .thought_info_note {
      font-size: 10px;
      margin-top: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .thought_info_note {
      font-size: 11px;
      margin-top: 54px; } }

/*=============================================
 
	世界で1つのフォトブックを作ってみる
 
==============================================*/
.bannerSection {
  position: relative; }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .banner_inner {
    padding-top: 48%;
    min-height: 680px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/commodity/hc/mainvisual-pc.jpg); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .banner_inner {
    padding-top: 48%;
    min-height: 740px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/commodity/hc/mainvisual-pc.jpg); } }

.banner_title {
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .banner_title {
      padding-top: 78px;
      font-size: 22px;
      text-align: center;
      background-size: 100%;
      background-repeat: repeat-y;
      background-position: bottom center;
      background-image: url(../../images/common/repeat-top.jpg); } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .banner_title {
      position: absolute;
      left: 50%;
      top: 10%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      font-size: 23px;
      padding: 0;
      background: none; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .banner_title {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 10%;
      font-size: 30px; } }

.banner_img {
  width: 100%; }
  .banner_img img {
    width: 100%; }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
      .banner_img img {
        display: none; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .bannerLinkList {
    padding: 20px 0 200px;
    background-size: 100%;
    background-repeat: repeat-y;
    background-image: url(../../images/common/repeat-bottom.jpg); } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .bannerLinkList {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-120%, -50%);
    -ms-transform: translate(-120%, -50%);
    transform: translate(-120%, -50%);
    padding: 20px 0 0;
    background: none; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .bannerLinkList {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-120%, -50%);
    -ms-transform: translate(-120%, -50%);
    transform: translate(-120%, -50%); } }

.bannerLinkList_node {
  position: relative;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .bannerLinkList_node {
      max-width: 255px;
      margin: 0 auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .bannerLinkList_node:nth-child(1) {
      padding-top: 58px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .bannerLinkList_node + .bannerLinkList_node {
      margin-top: 45px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .bannerLinkList_node + .bannerLinkList_node {
      margin-top: 40px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .bannerLinkList_node + .bannerLinkList_node {
      margin-top: 20px; } }

.bannerLinkList_badge {
  position: absolute;
  z-index: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .bannerLinkList_badge {
      top: -46px;
      left: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .bannerLinkList_badge {
      top: 0;
      left: 16px; } }

.bannerLinkList_label {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  width: 140px;
  border-radius: 5px;
  background-color: #42ABB2;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .bannerLinkList_label {
      padding: 8px 0;
      margin-bottom: 5px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .bannerLinkList_label {
      padding: 8px 0;
      margin-bottom: 5px; } }
  .bannerLinkList_label::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #42ABB2 transparent transparent transparent; }

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

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

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

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

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

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

.bannerLinkList_note {
  margin-top: 8px;
  letter-spacing: .06em;
  line-height: 1.5;
  font-size: 11px; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .bannerLinkList_note {
      font-size: 10px; } }

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

  価格表モーダル                                     

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .hc_price_modalArea_inner {
    padding: 86px 0 44px 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .hc_price_modalArea_inner {
    padding: 46px 80px 32px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .hcPriceTable_wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%; } }

.hcPriceTable_wrap::-webkit-scrollbar {
  display: none; }

.hide-scrollBar .hcPriceTable_wrap {
  padding-right: 20px; }

.hcPriceTable {
  border-collapse: collapse;
  border: solid 1px #DDDDDD;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .hcPriceTable {
      width: 898px;
      margin-right: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .hcPriceTable {
      width: 100%; } }
  .hide-scrollBar .hcPriceTable {
    margin: 0 auto; }

.hcPriceTableList_head {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 1;
  border-right: solid 1px #DDDDDD; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .hcPriceTableList_head {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      width: 98px;
      z-index: 2; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .hcPriceTableList_head:before, .hcPriceTableList_head:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .hcPriceTableList_head:before {
      top: -1px;
      left: -1px;
      border-left: 1px solid #DDDDDD; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .hcPriceTableList_head:after {
      top: -1px;
      right: -1px;
      border-right: 1px solid #DDDDDD; } }
  .hcPriceTableList:nth-child(1) .hcPriceTableList_head {
    border-bottom: solid 1px #DDDDDD; }
  .hcPriceTableList:nth-child(odd) .hcPriceTableList_head {
    background-color: #FFF; }
  .hcPriceTableList:nth-child(even) .hcPriceTableList_head {
    background-color: #F5F5F5; }

.hcPriceTableList_head-blue {
  font-weight: 500;
  color: #42ABB2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .hcPriceTableList_head-blue {
      font-size: 20px;
      letter-spacing: .08em;
      line-height: 1.6; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .hcPriceTableList_head-blue {
      font-size: 20px;
      letter-spacing: .14em;
      line-height: 1.5; } }

.hcPriceTableList_data {
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 1;
  border-right: solid 1px #DDDDDD; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .hcPriceTableList_data {
      width: 200px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .hcPriceTableList_data {
      width: 20.8%; } }
  .hcPriceTableList:nth-child(1) .hcPriceTableList_data {
    padding: 15px;
    border-right: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD; }
  .hcPriceTableList:nth-child(n+2) .hcPriceTableList_data {
    padding: 11px 0; }
  .hcPriceTableList:nth-child(odd) .hcPriceTableList_data {
    background-color: #FFF; }
  .hcPriceTableList:nth-child(even) .hcPriceTableList_data {
    background-color: #F5F5F5; }

.hcPriceTableList_data_img {
  position: relative; }
  .hcPriceTableList_data_img img {
    width: 100%; }

.hcPriceTableList_data_badge {
  position: absolute;
  bottom: -40px;
  left: -10px;
  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: 54px;
  height: 54px;
  border-radius: 50%;
  border: solid 1px #101010; }

.hcPriceTableBadge_label {
  font-size: 11px;
  letter-spacing: .08em; }

.hcPriceTableList_data_label {
  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) {
    .hcPriceTableList_data_label {
      margin-top: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .hcPriceTableList_data_label {
      margin-top: 10px; } }

.hcPriceTableLabel_symbol {
  font-size: 20px; }

.hcPriceTableLabel_index {
  font-size: 28px; }

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

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

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

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

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

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

.hcPriceFoot {
  margin-top: 40px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .hcPriceFoot {
      padding-right: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .hcPriceFoot {
      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) {
  .hcPriceFoot_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) {
  .hcPriceFoot_button + .hcPriceFoot_button {
    margin-top: 24px; } }

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