@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;
  z-index: 5 !important; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 6 !important;
  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-weight: bold;
  line-height: 2.25;
  z-index: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-button_link_label, .c-button_label-blue,
    .c-button_label-photobook {
      font-size: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-button_link_label, .c-button_label-blue,
    .c-button_label-photobook {
      font-size: 14px; } }

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

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

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

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

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

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

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

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

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

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

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

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

/* アイコンボタン */
.c-iconButton_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 1px #101010; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-iconButton_link {
      width: 30px;
      height: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-iconButton_link {
      width: 42px;
      height: 42px; } }
  @media (hover: hover) {
    .c-iconButton_link {
      -webkit-transition: background .3s ease;
      -o-transition: background .3s ease;
      transition: background .3s ease; }
      .c-iconButton_link:hover {
        background-color: #101010; } }

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

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

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

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

.c-pageTitle_icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #42ABB2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-pageTitle_icon {
      top: 16px;
      left: -32px;
      width: 64px;
      height: 64px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-pageTitle_icon {
      top: 30px;
      left: -72px;
      width: 72px;
      height: 72px; } }

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

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

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

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

.c-section_title-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_title-vertical {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; } }

.c-section_title-sub {
  position: relative;
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .14em;
  line-height: 1.68;
  color: #42ABB2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section_title-sub {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-section_title-sub {
      font-size: 18px; } }
  .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 {
      margin-left: 64px; } }

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

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

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

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

.aboutSize_imgSlide .slick-prev {
  background-image: url("../../svg/arrow_prev-black.svg?$staticlink$"); }
  @media (hover: hover) {
    .aboutSize_imgSlide .slick-prev:hover {
      background-image: url("../../svg/arrow_prev-white.svg?$staticlink$"); } }

.aboutSize_imgSlide .slick-next {
  background-image: url("../../svg/arrow_next-black.svg?$staticlink$"); }
  @media (hover: hover) {
    .aboutSize_imgSlide .slick-next:hover {
      background-image: url("../../svg/arrow_next-white.svg?$staticlink$"); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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?$staticlink$"); }
  @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%;
      margin-bottom: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_catch {
      margin-bottom: 16px; } }

.c-howto_box {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

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

.c-howto_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #FFF;
  background-color: #42ABB2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_title {
      font-size: 15px;
      letter-spacing: .08em;
      height: 40px;
      border-radius: 12px 12px 0 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_title {
      font-size: 24px;
      letter-spacing: .12em;
      height: 70px;
      border-radius: 16px 16px 0 0; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .common-modal .c-howto_head {
    max-width: 58%;
    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: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .common-modal .c-howto_head {
    max-width: none; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  [data-current="10027"] .c-howtoItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

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

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

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

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

.c-howto_img {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 286px;
  margin: 30px auto 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-type="app"] .c-howto_img {
      margin-top: 70px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-current="10027"] .c-howto_img {
      margin: 0 0 0 66px; } }
  .c-howto_img img {
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-howto_button_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 (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-howto_button_label {
    text-indent: -1.1em; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-priceTable_tbody th,
.c-priceTable_tbody td {
  padding: 9px 0;
  height: 35px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-priceTable_tbody th,
    .c-priceTable_tbody td {
      padding: 7px 0;
      height: auto; } }

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

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

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

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

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

.c-priceTableHead_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: -34px;
  left: -6px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #000;
  font-size: 11px;
  font-weight: 500; }

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

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

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

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

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

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

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

.c-ringTable_headRuby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  color: #fff;
  font-size: 12px;
  background-color: #42ABB2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-ringTable_headRuby {
      display: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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) {
  [data-current="10130"] .c-pageTitle_icon {
    left: 42px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  [data-current="10119"] .c-pageTitle_icon {
    left: 10px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  [data-current="10119"] .c-pageTitle_icon {
    left: 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-howto_buttonBox[data-button-count="2"] .c-howto_buttonBox_node {
    width: calc(50% - 12px); } }
  @media print and (min-width: 1024px) and (max-width: 1150px), screen and (min-width: 1024px) and (orientation: landscape) and (min-width: 1024px) and (max-width: 1150px), screen and (min-width: 1025px) and (min-width: 1024px) and (max-width: 1150px) {
    .c-howto_buttonBox[data-button-count="2"] .c-howto_buttonBox_node {
      width: calc(50% - 6px); } }

@media print and (min-width: 1024px) and (max-width: 1150px), screen and (min-width: 1024px) and (orientation: landscape) and (min-width: 1024px) and (max-width: 1150px), screen and (min-width: 1025px) and (min-width: 1024px) and (max-width: 1150px) {
  .c-howto_buttonBox[data-button-count="2"] .c-button_link_label {
    font-size: 13px;
    text-indent: -7px;
    letter-spacing: 0.05em; } }

.c-howto_buttonBox[data-button-count="2"] .c-howto_button {
  width: 100%; }

.c-howto_buttonBox[data-button-count="2"] .c-button_link {
  width: 100%; }

#productSection {
  max-width: none;
  padding: 0; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  #main {
    padding-top: 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  #main .breadcrumbs > ul > li {
    white-space: unset;
    display: inline-block;
    font-size: 1.2rem;
    height: auto;
    line-height: 1;
    color: #000; } }

#main .breadcrumbs > ul > li > a {
  color: #000; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  #main .breadcrumbs.spProdcuts {
    display: none; } }

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

	高級感のある本格上製本仕上げのフォトブックです。

==============================================*/
.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: 90px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .introSection {
      margin-top: 160px; } }

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

.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;
    background-color: #F5F5F5; } }

@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 (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointSlide_img {
      margin-right: 80px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointSlide_img {
      width: 40%; } }
  .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 {
      padding: 35px 80px 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: 60%;
      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: 90%; } }

.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;
  z-index: 5;
  top: 45px;
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointIndex {
      right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 80px;
      top: 34px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointIndex {
      left: 40%;
      padding: 0 0 0 60px;
      width: 55%; } }

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

.pointIndexList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pointIndexList {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 50px; } }

.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: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pointIndexList_node + .pointIndexList_node {
      margin-left: 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 print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
        .is-current .pointIndexList_label:after {
          width: 40px;
          height: 40px; } }
  @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; }

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

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

@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: 60px; } }

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

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

@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) {
  .scMain .aboutSize_detail {
    width: 88.6%; } }

@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) {
  .scMain .aboutSize_detail_node:nth-child(1) {
    width: 20.34%; } }

@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) {
  .scMain .aboutSize_detail_node:nth-child(2) {
    width: 24.34%; } }

@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) {
  .scMain .aboutSize_detail_node:nth-child(3) {
    width: 20.34%; } }

@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) {
  .scMain .aboutSize_detail_node:nth-child(4) {
    width: 24.34%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .scMain .aboutSize_detail_node:nth-child(5) {
    width: 24.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; } }

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

.aboutSize_imgSlideWrap {
  position: relative;
  width: 100%; }

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

.aboutSize_imgSlide .slick-arrow {
  top: auto;
  bottom: -28px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 9999; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aboutSize_imgSlide .slick-arrow {
      width: 30px;
      height: 30px;
      bottom: -12px; } }

@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: 80px; } }

@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: 80px; } }

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

.aboutSize_infoSlideWrap {
  width: 100%; }

.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;
  -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) {
    .aboutSizeInfoSlide_head {
      height: 32px;
      margin-top: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutSizeInfoSlide_head {
      height: 50px;
      margin-top: 20px; } }

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

.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: 20px;
      margin-right: 4px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aboutSizeInfoSlide_index_symbol {
      font-size: 26px;
      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;
      text-align: center;
      font-size: 14px;
      font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
      margin-bottom: 22px; } }
  @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; } }

/********************************************

index

**********************************************/
.c-priceWrap {
  width: 100%;
  max-width: 1240px;
  padding-left: 60px;
  padding-right: 60px;
  margin: 80px auto 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-priceWrap {
      padding-left: 20px;
      padding-right: 20px;
      margin: 40px auto 0; } }

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

  価格表モーダル

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .hc_price_modalArea_inner,
  .sc_price_modalArea_inner,
  .ring_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,
  .sc_price_modalArea_inner,
  .ring_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: 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: #fff; }

.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 (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .ring_price_modalArea_inner .c-priceWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .ring_price_modalArea_inner .c-priceTable_bodyBlock {
    display: block; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .ring_price_modalArea_inner .c-priceTable_frame {
    width: 100%; } }

.priceTable_button {
  margin-top: 20px; }
  .priceTable_button .c-button_link {
    width: 160px;
    height: 30px; }
  .priceTable_button .c-button_link_label {
    font-size: 13px; }

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

  お届け・受け取りについて

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

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

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

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

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

.deliveryTable_wrap {
  position: relative;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 24px; }
  .deliveryTable_wrap::-webkit-scrollbar {
    display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .deliveryTable_wrap {
      width: calc(100% - 20px);
      padding-top: 20px;
      margin-left: 20px;
      margin-right: -20px;
      position: relative;
      overflow: auto; } }

.deliveryTable {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #ddd;
  line-height: 1.6; }
  .deliveryTable tbody tr:nth-child(even) th {
    background-color: #fff; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .deliveryTable tbody tr:nth-child(odd) {
      background-color: #F5F5F5; } }
  .deliveryTable tbody tr:nth-child(odd) th {
    background-color: #fff;
    height: 200px;
    text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .deliveryTable tbody th::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      z-index: 2; } }
  .deliveryTable th {
    text-align: left; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .deliveryTable th {
        width: auto;
        padding: 10px;
        z-index: 1;
        border-bottom: 1px solid #ddd; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .deliveryTable th {
        padding: 16px 16px; } }
  .deliveryTable td {
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #ddd; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .deliveryTable td {
        width: 185px;
        white-space: nowrap; }
        .deliveryTable td:nth-child(2) {
          background-color: #F5F5F5;
          border-bottom: 1px solid #ddd; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .deliveryTable td {
        width: calc(100% / 5); } }

th.deliveryTable_thHead {
  position: relative;
  height: 98px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    th.deliveryTable_thHead {
      border-right: 1px solid #ddd;
      height: 64px; }
      th.deliveryTable_thHead:nth-child(1) {
        width: 55%; } }

.deliveryTable_thHead_col {
  position: absolute;
  top: 15px;
  right: 15px; }

.deliveryTable_thHead_row {
  position: absolute;
  bottom: 15px;
  left: 15px; }

.deliveryTable_tdHead {
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid #ddd; }
  .deliveryTable_tdHead small {
    font-size: 11px;
    letter-spacing: 0; }
  .deliveryTable_tdHead i {
    color: #42ABB2; }
  .deliveryTable_tdHead .slash {
    text-decoration: line-through; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .deliveryTable_tdHead {
      height: 128px;
      background-color: #fff; } }

.deliverryTable_logo + .deliverryTable_logo {
  margin-top: 20px; }

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

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

.deliverryTable_logoImg img {
  height: 100%; }

.deliverryTable_logoNote {
  margin-top: 5px;
  font-size: 10px; }

.deliveryNotice_block + .deliveryNotice_block {
  margin-top: 36px; }

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

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

.deliveryNotice_blockTitle {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.12em; }

.deliveryNotice_list {
  margin-top: 12px; }
  .deliveryNotice_list li {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.86; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .deliveryNotice_list li {
        text-indent: -1em;
        padding-left: 1em; } }

.deliveryTable_balloon {
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .deliveryTable_balloon {
      position: relative;
      top: -5px;
      font-size: 12px;
      padding-left: 7px;
      padding-right: 7px;
      letter-spacing: 0.08em; } }

/********************************************

productDetail

**********************************************/
.productDetail img {
  max-width: 100%; }

.movieSection {
  margin-top: 160px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .movieSection {
      margin-top: 96px;
      padding-left: 20px;
      padding-right: 20px; } }

.movieCnt {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  display: block;
  aspect-ratio: 16/9; }
  .movieCnt > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.movieIco {
  width: 128px;
  height: 128px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: scale 0.5s;
  -o-transition: scale 0.5s;
  transition: scale 0.5s; }

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

/********************************************

instagramSection

**********************************************/
.instagramSection {
  /* ▼ VISUMO style上書き */
  margin-top: 160px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .instagramSection .ecbn-selection-widget {
      max-width: 1026px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .instagramSection .vsm-slider .ecbn-selection-wrapper .ecbn-selection-title {
      font-size: 15px;
      margin: 25px 0 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .instagramSection .vsm-slider .ecbn-selection-wrapper .ecbn-selection-title {
      font-size: 19px;
      margin: 38px 0 30px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .instagramSection .vsm-slider .ecbn-selection-wrapper .ecbn-selection-title img {
      width: 27px;
      height: 27px;
      margin-right: 9px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .instagramSection .vsm-slider .ecbn-selection-wrapper .ecbn-selection-title img {
      width: 20px;
      height: 20px;
      margin-right: 9px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .instagramSection .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item {
      width: calc((100vw - (10px* 2) - 16px) / 3);
      margin: 0 5px;
      padding: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .instagramSection .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item {
      margin-right: 30px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .instagramSection .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item > div > a {
      width: calc((100vw - (10px* 2) - 16px) / 3);
      height: calc((100vw - (10px* 2) - 16px) / 3); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .instagramSection .vsm-slider .ecbn-selection-widget-new div.ecbn-selection-wrapper {
      margin: 0 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .instagramSection .vsm-slider .ecbn-selection-widget-new div.ecbn-selection-wrapper {
      margin: 0; } }
  .instagramSection .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
    width: 100%; }
    .instagramSection .ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-snap {
      overflow: auto; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .instagramSection .ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-slider-view {
        padding: 0 20px; } }
  .instagramSection .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
    border: 1px solid #000;
    border-radius: 50%; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .instagramSection .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
        width: 30px;
        height: 30px;
        top: calc(50% - 14px); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .instagramSection .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
        width: 40px;
        height: 40px;
        top: calc(50% - 30px); } }
    .instagramSection .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a:before {
      content: "";
      top: 0;
      left: 0;
      border: 0;
      width: 100%;
      height: 100%;
      background-image: url("../../svg/arrow_next-black.svg?$staticlink$");
      background-position: center;
      background-size: 14px 10px;
      background-repeat: no-repeat; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .instagramSection .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
        left: 5px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .instagramSection .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
        left: 0px; } }
    .instagramSection .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev:before {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .instagramSection .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
        right: 5px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .instagramSection .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
        right: 0px; } }
    .instagramSection .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next:before {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .instagramSection {
      margin-bottom: 120px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .instagramSection {
      margin-top: 90px;
      margin-bottom: 96px; } }

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

/********************************************

review

**********************************************/
.reviewSection {
  margin-top: 160px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .reviewSection {
      margin-top: 90px; } }

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

.review_inner {
  margin-top: 80px; }

/********************************************

sizeModalLinks

**********************************************/
.sizeModalLinks {
  margin-top: 70px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .sizeModalLinks {
      padding-bottom: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .sizeModalLinks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 30px;
      padding-bottom: 30px; } }

.sizeModalLinks_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) {
    .sizeModalLinks_node {
      max-width: 255px;
      margin: 0 auto; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .sizeModalLinks_node + .sizeModalLinks_node {
      margin-top: 30px; } }

.sizeModalLinks_head {
  position: relative;
  max-width: 184px;
  margin: 0 auto; }

.sizeModalLinks_badge {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  pointer-events: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .sizeModalLinks_badge {
      top: -26px;
      left: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .sizeModalLinks_badge {
      top: -32px;
      left: -46px; } }

.sizeModalLinks_label {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  border-radius: 5px;
  background-color: #42ABB2;
  text-align: center;
  white-space: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .sizeModalLinks_label {
      padding: 10px 0;
      margin-bottom: 5px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .sizeModalLinks_label {
      padding: 10px 10px;
      margin-bottom: 5px; } }
  .sizeModalLinks_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; }

.sizeModalLinks_buttons {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px; }

.sizeModalLinks_button {
  margin: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .sizeModalLinks_button {
      margin-top: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .sizeModalLinks_button {
      margin-top: 10px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .sizeModalLinks_button + .sizeModalLinks_button {
      margin-top: 16px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .sizeModalLinks_button + .sizeModalLinks_button {
      margin-top: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .sizeModalLinks_button .c-appPopup {
      z-index: 999;
      max-width: 537px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .sizeModalLinks_button .c-appPopup_inner:before {
      margin-left: 108px; } }

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

.sizeModalLinks_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) {
    .sizeModalLinks_note {
      font-size: 10px; } }

/********************************************

index

**********************************************/
#play {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #play > img {
    width: 128px;
    margin: 0 auto;
    pointer-events: none; }
