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

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

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

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

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

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

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

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

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

	レイアウト

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

	ボタンパーツ

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

	タイトル

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

	おすすめバッジ

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

	スライダー　矢印

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

	メインビジュアル

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

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

	選ばれる理由

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

	商品ラインアップ

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

	How to

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

	モーダル

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

	APP 導線

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

	商品ラインアップ

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

	商品ラインアップ

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

	お知らせ

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

	目的から選ぶ

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

フォトブックのおはなし

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

	よくあるご質問

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

	見切れスライダー

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

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

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

	吹き出し

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

	吹き出し透明

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

	作り方スライダー

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

	注釈

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

	仕上がりまでの流れ

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

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

.slick-list {
  overflow: hidden; }

.slick-track {
  overflow: hidden; }

.slick-slide {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.pswp img {
  max-width: none; }

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

.pswp--open {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-badge {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F9FD95;
  border-radius: 50%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-badge {
      width: 64px;
      height: 64px;
      top: -30px;
      left: -10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-badge {
      width: 78px;
      height: 78px;
      top: -40px;
      left: -40px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-modalArea_close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 8888; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-modalArea_close {
      width: 60px;
      height: 60px;
      top: 4px;
      right: 10px;
      border-radius: 50%;
      background-color: #999999; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalArea_close {
      width: 56px;
      height: 56px;
      top: 10px;
      right: 10px;
      cursor: pointer; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .common-modal .c-modalArea_close {
      position: fixed; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-appPopup_close {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    top: -22px;
    right: -16px;
    border-radius: 50%;
    background-color: #999999; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-reason_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-infoNewsList_node-background {
  border-radius: 12px;
  background-color: #FFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-infoNewsList_node-background {
      padding: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-infoNewsList_node-background {
      padding: 24px; } }
  .c-infoNewsList_node-background + .c-infoNewsList_node-background {
    margin-top: 16px; }

.c-infoNewsList_node-border {
  border-bottom: solid 1px #DDDDDD; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-infoNewsList_node-border {
      padding-bottom: 26px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-infoNewsList_node-border {
      padding-bottom: 26px; } }
  .c-infoNewsList_node-border + .c-infoNewsList_node-border {
    margin-top: 16px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-infoNewsList_node-border + .c-infoNewsList_node-border {
        margin-top: 32px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-infoNewsList_node-border + .c-infoNewsList_node-border {
        margin-top: 32px; } }

.c-infoNewsList_date {
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 12px;
  letter-spacing: .14em;
  color: #1D1D1D; }

.c-infoNewsList_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .12em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-infoNewsList_title {
      margin-top: 6px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-infoNewsList_title {
      margin-top: 6px; } }
  .c-infoNewsList_title a {
    color: #42ABB2;
    padding-bottom: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#42ABB2), to(#42ABB2)) 0 100%/0 1px no-repeat;
    background: -webkit-linear-gradient(#42ABB2, #42ABB2) 0 100%/0 1px no-repeat;
    background: -o-linear-gradient(#42ABB2, #42ABB2) 0 100%/0 1px no-repeat;
    background: linear-gradient(#42ABB2, #42ABB2) 0 100%/0 1px no-repeat;
    background-size: 100% 1px;
    -webkit-transition: background .35s ease;
    -o-transition: background .35s ease;
    transition: background .35s ease; }
    @media (hover: hover) {
      .c-infoNewsList_title a:hover {
        background-size: 100% 0px; } }

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

.c-infoNewsList_textLink {
  font-size: 13px;
  color: #42ABB2;
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#42ABB2), to(#42ABB2)) 0 100%/0 1px no-repeat;
  background: -webkit-linear-gradient(#42ABB2, #42ABB2) 0 100%/0 1px no-repeat;
  background: -o-linear-gradient(#42ABB2, #42ABB2) 0 100%/0 1px no-repeat;
  background: linear-gradient(#42ABB2, #42ABB2) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background .35s ease;
  -o-transition: background .35s ease;
  transition: background .35s ease; }
  @media (hover: hover) {
    .c-infoNewsList_textLink:hover {
      background-size: 100% 0px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-colunm {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-sceneGrid_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sceneGrid_wrap {
      gap: 24px;
      margin: 65px auto 0;
      padding-left: 60px;
      padding-right: 60px; } }

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

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

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

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

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  [data-current="top"] .c-sceneGrid_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-annotation {
  border: 2px solid #42ABB2;
  line-height: 1.86;
  color: #42ABB2;
  border-radius: 14px;
  padding: 35px 20px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-annotation {
      margin-left: 80px;
      margin-right: 80px;
      text-align: center; } }

.c-annotation_bold {
  display: block;
  margin-bottom: 7px; }

.c-annotation_text {
  font-size: 14px; }

.c-annotation_text-small {
  font-size: 12px;
  margin-top: 8px; }

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

	お知らせ

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

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

.info_moreButton {
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .info_moreButton {
      margin-top: 32px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .info_moreButton {
      margin-top: 32px; } }

.info_moreButton_link {
  font-size: 16px;
  letter-spacing: .12em;
  color: #42ABB2;
  background: -webkit-gradient(linear, left top, left bottom, from(#42ABB2), to(#42ABB2)) 0 100%/0 1px no-repeat;
  background: -webkit-linear-gradient(#42ABB2, #42ABB2) 0 100%/0 1px no-repeat;
  background: -o-linear-gradient(#42ABB2, #42ABB2) 0 100%/0 1px no-repeat;
  background: linear-gradient(#42ABB2, #42ABB2) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background .35s ease;
  -o-transition: background .35s ease;
  transition: background .35s ease;
  cursor: pointer; }
  @media (hover: hover) {
    .info_moreButton_link:hover {
      background-size: 100% 0px; } }

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

	注文履歴

==============================================*/
.orderHead_annotation {
  margin-top: 40px; }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .orderList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px -12px 0; } }

.orderList_node {
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .orderList_node {
      padding: 36px 25px 32px;
      border-radius: 12px;
      border: solid 1px #101010; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .orderList_node {
      padding: 12px;
      width: 50%; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .orderList_node + .orderList_node {
      margin-top: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .orderList_node[data-type="yearalbum"] {
      width: 100%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .orderList_inner {
    padding: 50px 50px 50px;
    border-radius: 12px;
    height: 100%;
    border: solid 1px #101010; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  [data-type="yearalbum"] .orderList_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 32px 32px 56px; } }

.orderList_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45; }

.orderList_img {
  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;
  max-width: 286px;
  margin: 24px auto 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .orderList_img {
      height: 130px; } }
  .orderList_img img {
    max-width: 100%; }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .orderList_logo {
    margin-right: 30px; } }

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

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

.orderList_text {
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 1.86; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .orderList_text {
      margin-top: 18px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .orderList_text {
      margin-top: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .orderList_node[data-type="app"] .orderList_text {
      margin: 50px 0; } }
  .orderList_node[data-type="yearalbum"] .orderList_text {
    margin: 0; }

.orderList_text-small {
  font-size: 12px;
  line-height: 1.86; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .orderList_text-small {
      margin-top: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .orderList_text-small {
      margin-top: 10px; } }

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

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

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

	よくあるご質問

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

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

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

.faqContentList_node {
  border: solid 1px #101010;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqContentList_node {
      padding: 40px 15px;
      border-radius: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqContentList_node {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: calc((100% - 40px) / 2);
      padding: 50px 30px;
      border-radius: 16px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqContentList_node + .faqContentList_node {
      margin-top: 64px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqContentList_node + .faqContentList_node {
      margin-left: 40px; } }

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

.faqLinkList_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqLinkList_head {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 33px 0 -7px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqLinkList_head {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: auto 0; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .faqLinkList_logo {
    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;
    min-height: 170px;
    margin: auto 0; } }

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

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

.faqLinkList_logo_inner img {
  height: 100%; }

.faqLinkList_item {
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqLinkList_item {
      width: 136px;
      height: 22px;
      margin: 7px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqLinkList_item {
      width: 148px;
      height: 23px;
      margin: 10px 13px; } }
  .faqLinkList_item img {
    height: 100%; }

.faqContentList_label {
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .1em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqContentList_label {
      color: #42ABB2; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqContentList_label {
      min-height: 52px;
      font-size: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqContentList_node:nth-child(2) .faqContentList_label {
      line-height: 52px; } }

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

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

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

.faqContactHead {
  padding: 0; }

.faqContactBody {
  background-color: #F5F5F5;
  border-radius: 16px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqContactBody {
      padding: 30px 20px 35px;
      margin-top: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqContactBody {
      text-align: center;
      margin-top: 40px;
      padding: 30px 30px 40px; } }

.faqContact_label {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.95; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqContact_label {
      text-align: center; } }

.faqContact_text {
  font-size: 15px;
  line-height: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .faqContact_text {
      margin-top: 22px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .faqContact_text {
      margin-top: 25px; } }

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

.faqContact_button {
  margin-top: 32px; }

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

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .faqContact_buttonLink_label {
    font-size: 14px; } }

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

	サイトマップ

==============================================*/
.sitemapMain {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .sitemapMain {
      padding-left: 45px;
      padding-right: 45px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .sitemapMain {
      padding-left: 60px;
      padding-right: 60px; } }

.sitemapSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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) {
    .sitemapSection {
      gap: 40px 0;
      margin-top: 80px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .sitemapSection {
      gap: 90px 0;
      margin-top: 80px; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .sitemapBlock {
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .sitemapBlock:nth-child(4n+1) {
    width: 24%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .sitemapBlock:nth-child(4n+2) {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 31.35%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .sitemapBlock:nth-child(4n+3) {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 31.33%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .sitemapBlock:nth-child(4n+4) {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100% - 23% - 35.35% - 28.33%); } }

.sitemapBlock_title span {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em; }

.sitemapList {
  margin-top: 16px; }

.sitemapList_node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2; }
  .sitemapList_node::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #42ABB2; }
