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

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

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

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

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

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

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

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

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

	レイアウト

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

	ボタンパーツ

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

	タイトル

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

	おすすめバッジ

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

	スライダー　矢印

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

	メインビジュアル

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

	How to

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

	モーダル

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

	APP 導線

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

	商品ラインアップ

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

	見切れスライダー

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

	吹き出し

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

	吹き出し透明

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

	作り方スライダー

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

	作り方スライダー

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

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

.slick-list {
  overflow: hidden; }

.slick-track {
  overflow: hidden; }

.slick-slide {
  float: left;
  z-index: 5 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.pswp img {
  max-width: none; }

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

.pswp--open {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------
 delivery common styles
---------------------------------------- */
.delivery-table-th-product {
  background-color: #e8f7bc !important; }

.delivery-table-th-delivery {
  background-color: #fbd6a6 !important; }

.delivery-table-th-sub-delivery {
  padding: 10px 0;
  background-color: #ffeacf !important; }

.delivery-table-th-sub-mail {
  padding: 10px 0;
  background-color: #ffeacf !important; }

.delivery-table tbody th {
  background-color: #efffd7; }

.deliveryCalendar .blank {
  display: table-cell; }

/* ----------------------------------------
 delivery for SP
---------------------------------------- */
@media all and (max-width: 1019px) {
  .delivery-hero {
    margin-bottom: 60px;
    text-align: center; }
  .delivery-hdg-02 {
    margin-right: -40px;
    margin-left: -40px;
    margin-bottom: 35px;
    padding: 15px 40px;
    background: url("/delivery/img/bg_h2.gif") repeat 0 0;
    color: #fff;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-align: center; }
  .delivery-hdg-03 {
    margin-right: -40px;
    margin-left: -40px;
    margin-bottom: 40px;
    padding: 10px 40px;
    border-top: dashed 1px #ffba4d;
    border-bottom: dashed 1px #ffba4d;
    background: url("/delivery/img/bg_h3.gif") repeat 0 0;
    color: #f57a01;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.2em; }
  .delivery-section-sub {
    margin-bottom: 80px; }
  .delivery-box {
    margin-right: auto;
    margin-left: auto;
    max-width: 560px; }
  .delivery-box-cv {
    margin-bottom: 80px;
    margin-right: auto;
    margin-left: auto;
    padding: 35px 40px;
    background: url("/delivery/img/bg_box_cv.gif") repeat 0 0; }
  .delivery-box-cv .list-note {
    margin-top: 25px;
    margin-bottom: 0; }
  .delivery-box-cv-hdg {
    margin-bottom: 25px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
    text-align: center; }
  .delivery-list-btn {
    text-align: center; }
  .delivery-list-btn-item {
    margin-top: 30px; }
  .delivery-list-btn-item:first-child {
    margin-top: 0; }
  .delivery-list-btn-item .btn {
    font-size: 30px;
    font-size: 3.0rem; }
  .delivery-table-caption {
    margin-bottom: 35px;
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: 0.13em;
    text-align: left; }
  .delivery-box-products {
    margin-top: -40px; }
  .delivery-anchor-item:not(:last-child) {
    margin-bottom: 20px; }
  .delivery-calender-hdg {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 100% !important; }
  a#calendar_active {
    background-color: #fff;
    color: #00a273; }
  /**********table**************/
  .delivery-box {
    margin-right: auto;
    margin-left: auto;
    max-width: 560px;
    margin-bottom: 40px; }
  .delivery-table small {
    font-size: 80%; }
  div.delivery-box table th {
    color: #365f01;
    text-align: center;
    font-weight: normal;
    border: 1px solid #cccccc;
    font-size: 90%;
    padding: 10px; }
  div.delivery-box table th.week {
    color: #66442a;
    background: #f8f4ec;
    text-align: center; }
  div.delivery-box table td {
    border: 1px solid #cccccc;
    padding: 6px; }
  div.delivery-box table td.td01 {
    background: #DEEAFF; }
  div.delivery-box table td.td02 {
    background: #FFDEDE; }
  div.delivery-box table td.td03 {
    background: #B8B8B8; }
  table {
    width: 560px;
    font-size: 90%; }
  table p.mb05 {
    border-bottom: 1px dashed #C5C5C5; }
  div.delivery-box table th.leftTh {
    color: #66442a;
    background: #f8f4ec;
    text-align: center; }
  table.demo_table td.border_none {
    border: none; }
  table.demo_table td.border_none p {
    text-align: right; }
  .deliveryCalendar {
    width: 100%; }
  .deliveryCalendar .over {
    color: #aaa; }
  .deliveryCalendar .disable {
    color: #aaa;
    background: #f7f7f7; }
  .deliveryCalendar .overMonth {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 70%;
    /*font-weight: bold;*/ }
  .deliveryCalendar .prev,
  .deliveryCalendar .next {
    position: absolute;
    left: 50%;
    top: 30px;
    font-size: 60%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    background: #cccccc;
    border-radius: 50%; }
  .deliveryCalendar .prev:before,
  .deliveryCalendar .next:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -3px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    background: #333333; }
  .deliveryCalendar .next:before {
    margin-top: -6px; }
  .deliveryCalendar .prev:after,
  .deliveryCalendar .next:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -1px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    background: #cccccc; }
  .deliveryCalendar .next:after {
    margin-top: -8px; }
  .deliveryCalendar .blank {
    background: #f7f7f7; }
  .deliveryCalendar .blank .prev,
  .deliveryCalendar .blank .next {
    background: #e9e9e9; }
  .deliveryCalendar .blank .prev:before,
  .deliveryCalendar .blank .next:before {
    background: #c9c9c9; }
  .deliveryCalendar .blank .prev:after,
  .deliveryCalendar .blank .next:after {
    background: #e9e9e9; }
  .calendarCap {
    background: #f2f2e1;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px; }
  .calendarCap small {
    color: #cc0000;
    font-size: 90%; }
  .deliveryDateWrapper {
    background: #fff;
    border: solid 3px #cc0000;
    font-size: 95%;
    margin-bottom: 15px;
    padding: 10px 10px 7px; }
  .deliveryDate1 {
    font-size: 160%;
    line-height: 1.5; }
  /* ----------------------------------------
   20190416　追加
  ---------------------------------------- */
  .delivery-pbox .list-note-mark .list-note-desc {
    width: 560px;
    display: block;
    text-align: center !important; }
  /* ----------------------------------------
   20190416　追加
  ---------------------------------------- */
  /* ----------------------------------------
 20181207　追加
---------------------------------------- */
  div.multipurposeTable table td.spnone,
  div.multipurposeTable table th.spnone {
    display: none; }
  div.multipurposeTable table.demo_table {
    border: none; }
  table.demo_table th {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc; }
  table.demo_table td {
    border-left: 1px solid #cccccc; }
  table.demo_table td.border_none {
    border: none; }
  /* ----------------------------------------
 20181207　追加
---------------------------------------- */
  /* ----------------------------------------
 20200423_追加
---------------------------------------- */
  .delivery-box table.delivery-table img.pause_img {
    display: none; }
  .delivery-box table.delivery-table th.pause_position {
    position: relative; }
  .delivery-box table.delivery-table img.pause_img_sp {
    position: absolute;
    top: 50px;
    left: 0; }
  .box-center section.info-article-section .position_R_top,
  .box-center section.info-article-section .position_R_bottom {
    position: relative;
    height: 100%; }
  .box-center section.info-article-section .position_R_top img.pause_img_calendar_top_sp {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%; }
  .box-center section.info-article-section .position_R_bottom img.pause_img_calendar_bottom_sp {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%; }
  .box-center section.info-article-section .position_R_top img.pause_img_calendar_top,
  .box-center section.info-article-section .position_R_bottom img.pause_img_calendar_bottom {
    display: none; } }

/* ----------------------------------------
 delivery for PC
---------------------------------------- */
@media all and (min-width: 1020px), print {
  a.btn_calendar {
    margin-right: 20px;
    padding: 25px 35px;
    font-size: 16px; }
  a.btn_calendar:last-child {
    margin-right: 0; }
  body#calendar a#calendar_active {
    background-color: #fff;
    color: #00a273; }
  p.text_center {
    text-align: center; }
  section#delivery_calendar {
    padding-top: 60px;
    margin-top: -60px; }
  .deliveryCalendar {
    width: 100%; }
  .deliveryCalendar td {
    line-height: 1;
    position: relative; }
  .deliveryCalendar .over {
    color: #aaa; }
  .deliveryCalendar .disable {
    color: #aaa;
    background: #f7f7f7; }
  .deliveryCalendar .overMonth {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 70%;
    /*font-weight: bold;*/ }
  .deliveryCalendar .prev,
  .deliveryCalendar .next {
    position: absolute;
    left: 50%;
    top: 30px;
    font-size: 60%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    background: #cccccc;
    border-radius: 50%; }
  .deliveryCalendar .prev:before,
  .deliveryCalendar .next:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -3px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    background: #333333; }
  .deliveryCalendar .next:before {
    margin-top: -6px; }
  .deliveryCalendar .prev:after,
  .deliveryCalendar .next:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -1px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    background: #cccccc; }
  .deliveryCalendar .next:after {
    margin-top: -8px; }
  .deliveryCalendar .blank {
    background: #f7f7f7; }
  .deliveryCalendar .blank .prev,
  .deliveryCalendar .blank .next {
    background: #e9e9e9; }
  .deliveryCalendar .blank .prev:before,
  .deliveryCalendar .blank .next:before {
    background: #c9c9c9; }
  .deliveryCalendar .blank .prev:after,
  .deliveryCalendar .blank .next:after {
    background: #e9e9e9; }
  .calendarCap {
    background: #f2f2e1;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 130%; }
  .calendarCap small {
    color: #cc0000;
    font-size: 90%; }
  .demo_table {
    display: none; } }

@media print {
  .pc-hide {
    display: none !important; }
  .sp-break {
    display: none !important; } }

@media all and (min-width: 1020px), print {
  .deliveryDateWrapper {
    background: #fff;
    border: solid 3px #cc0000;
    font-size: 135%;
    margin-bottom: 15px;
    padding: 10px 10px 7px; }
  .deliveryDate1 {
    font-size: 160%;
    line-height: 1.5; }
  .delivery-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .delivery-anchor-item:not(:last-child) {
    margin-right: 20px; }
  .delivery-calender-hdg {
    margin-top: 36px;
    margin-bottom: 5px;
    line-height: 1.5;
    letter-spacing: 0.1em; }
  /* ----------------------------------------
   20190416　追加
  ---------------------------------------- */
  .delivery-pbox {
    width: 750px;
    margin: auto; }
  .mt30p {
    margin-top: 30px; }
  .fontL {
    font-size: 2.5rem !important; } }

/* ----------------------------------------
   20190416　追加
  ---------------------------------------- */
/* ----------------------------------------
   20190426　追加
  ---------------------------------------- */
/* ----------------------------------------
   20190426　追加
  ---------------------------------------- */
/* 20200423_追加 */
@media all and (min-width: 1020px), print {
  .delivery-box table.delivery-table th.pause_position {
    position: relative; }
  .delivery-box table.delivery-table img.pause_img_sp {
    display: none; }
  .delivery-box table.delivery-table img.pause_img {
    position: absolute;
    top: 52px;
    left: 0px; }
  .box-center section.info-article-section .position_R_top img.pause_img_calendar_top_sp,
  .box-center section.info-article-section .position_R_bottom img.pause_img_calendar_bottom_sp {
    display: none; }
  .box-center section.info-article-section .position_R_top,
  .box-center section.info-article-section .position_R_bottom {
    position: relative;
    height: 100%; }
  .box-center section.info-article-section .position_R_top img.pause_img_calendar_top {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%; }
  .box-center section.info-article-section .position_R_bottom img.pause_img_calendar_bottom {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%; } }

/* 20201125_追記 */
.l-container .b_red {
  text-align: center;
  border: 2px solid red;
  padding: 15px; }

.l-container .b_red p {
  font-size: 1.6rem;
  color: red;
  font-weight: 500; }

@media all and (max-width: 1019px) {
  .l-container .b_red p {
    font-size: 2.6rem;
    color: red;
    font-weight: 500; } }

/* 20201125_追記_END */
.c-button {
  margin-left: auto;
  margin-right: auto; }

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

.c-button_link_label, .c-button_label-blue,
.c-button_label-photobook {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.25;
  z-index: 2; }

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

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

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

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

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

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

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

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

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

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

.c-button_svg-photobook {
  width: 17px;
  height: 17px;
  fill: #FFF; }

/* アイコンボタン */
.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("../../svg/mainvisual_background-sp.svg?$staticlink$"); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-mainvisualSection:before {
        padding-top: 3.84%;
        background-image: url("../../svg/mainvisual_background-pc.svg?$staticlink$"); } }

.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: 18px; } }
  .c-section_title-sub:before {
    content: "";
    position: absolute;
    background-color: #42ABB2; }
  .c-section_title-vertical .c-section_title-sub {
    padding-top: 34px; }
    .c-section_title-vertical .c-section_title-sub:before {
      content: "";
      width: 1px;
      height: 24px;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .c-section_title-horizontal .c-section_title-sub {
    padding-left: 34px; }
    .c-section_title-horizontal .c-section_title-sub:before {
      content: "";
      width: 24px;
      height: 1px;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

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

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

/* PC：可変幅 */
/* PC：固定幅1120px */
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-lineup_list_wrap, .howtoArea_inner {
    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, .howtoArea_inner {
    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, .howtoArea_inner {
    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, .infoPayment, .instagram_head {
    padding-left: 20px;
    padding-right: 20px; } }

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

/* PC：固定幅880px */
.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-slider_controller .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-slider_controller .slick-arrow:hover {
      background-color: #101010; } }
  .c-lineupSlide .slick-disabled.slick-arrow, .c-slider_controller .slick-disabled.slick-arrow {
    opacity: .3;
    pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-howto {
    padding-top: calc(45 * (100vw / 320));
    margin-top: calc(-45 * (100vw / 320)); } }

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

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

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

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

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

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

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

.c-howto_badge {
  position: absolute; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_badge {
      top: -12px;
      left: -16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_badge {
      top: 4px;
      left: -20px; } }

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

.c-howto_main {
  background-color: #FFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_main {
      padding: 21px 24px 40px;
      border-radius: 0 0 12px 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_main {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 32px 24px 40px;
      border-radius: 0 0 16px 16px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howto_main {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  .common_modal .c-howto_main {
    border: solid 1px #42ABB2; }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-howtoItem {
    width: calc((100% - 24px) / 2); } }

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

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

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

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

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

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-howto_buttonBox[data-button-count="2"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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) {
  .c-howto_buttonWrap {
    margin-top: 24px; } }

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

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

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

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

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

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

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

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

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

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

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

.c-howto_link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #42ABB2;
  border-bottom: #42ABB2;
  padding-bottom: 2px; }
  .c-howto_link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #42ABB2;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  @media (hover: hover) {
    .c-howto_link:hover:after {
      opacity: 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .common_modal .c-howto_link {
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .common_modal .c-howto_link {
      margin-bottom: 32px; } }
  .c-howto_node:nth-child(2) .c-howto_link {
    margin-bottom: 0px; }

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-button_link-web {
    display: none; }
    .tablet .c-button_link-web {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.c-howto_toPc {
  color: #42ABB2;
  font-weight: bold;
  text-align: center;
  line-height: 1.5; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .tablet .c-howto_toPc {
      display: none; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howto_toPc {
      display: none; } }

@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_node:nth-child(1) {
      margin-left: 40px; }
    .c-lineup_list_node:nth-child(2) {
      margin-right: 40px; } }

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-slider_controller {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 194px;
    height: 42px;
    padding: 0 42px;
    margin-top: 37px; } }

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

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

.c-slider_controller .slick-prev {
  left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

フォトブック

**********************************************/
@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-mainvisualSection_inner {
    height: auto;
    aspect-ratio: 1280 / 426; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-mainvisualSection_inner {
    aspect-ratio: 375 / 286; } }

.c-mainvisual_img {
  height: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-mainvisual_img {
      padding-top: 0; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-mainvisual_img {
      padding-top: 0; } }

.mainvisual_logo_wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 32px 10px 0; }
  @media print, screen and (max-width: 1023px) {
    .mainvisual_logo_wrap {
      padding: 4vmin 5vmin 0; } }
  @media print, screen and (max-width: 1023px) {
    .mainvisual_logo_wrap .mainvisual_logo_img img {
      width: 24vmin; } }

.introTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.c-slider .c-section_title-main {
  font-size: 20px; }

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

	メインビジュアル

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .mainvisual_img {
    background-image: url(../../images/photobook/mainvisual-pc.jpg); } }

.mainvisual_title {
  position: absolute;
  -webkit-transition: opacity 2s linear, -webkit-filter 1.7s linear;
  transition: opacity 2s linear, -webkit-filter 1.7s linear;
  -o-transition: filter 1.7s linear, opacity 2s linear;
  transition: filter 1.7s linear, opacity 2s linear;
  transition: filter 1.7s linear, opacity 2s linear, -webkit-filter 1.7s linear;
  color: #fff; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mainvisual_title {
      top: 18%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mainvisual_title {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-150%, -50%);
      -ms-transform: translate(-150%, -50%);
      transform: translate(-150%, -50%); } }
  .is-hide .mainvisual_title {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0; }

.mainvisual_title-en {
  color: #fff; }
  .mainvisual_title-en::before {
    background-color: #fff; }

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

	イントロ

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .introTitle .c-section_title-main {
    font-size: 25px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .introTitle .c-section_title-main {
    font-size: 36px; } }

.introLead {
  margin-top: 115px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.86;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introLead {
      margin-top: 30px; } }
  .introLead .c-pageTitle {
    margin-bottom: 35px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .introLead .c-pageTitle {
        font-size: 20px; } }

.introSlide_list {
  margin-top: 70px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introSlide_list {
      margin-top: 40px; } }
  .introSlide_list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.introSlide_list-item {
  margin: 10px 36px;
  width: 96px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introSlide_list-item {
      margin: 0 -24px; } }

.introSlide_list-img img {
  max-width: 96px;
  -webkit-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.1); }

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

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

lineup

**********************************************/
.lineup {
  margin-top: 160px;
  background-color: #fff; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .lineup {
      margin-top: 90px;
      padding-left: 20px;
      padding-right: 20px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .lineup_text {
    text-align: left;
    font-size: 15px; } }

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

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

選ばれる理由

**********************************************/
.choose {
  margin-top: 125px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .choose {
      margin-top: 90px;
      padding-left: 20px;
      padding-right: 20px; } }

.choose_list {
  width: 100%;
  max-width: 1160px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: (minmax(60px, 1fr))[4];
  grid-template-columns: repeat(4, minmax(60px, 1fr));
  margin-top: 80px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .choose_list {
      padding-left: 0;
      padding-right: 0;
      gap: 30px 15px;
      -ms-grid-columns: (minmax(60px, 1fr))[2];
      grid-template-columns: repeat(2, minmax(60px, 1fr));
      margin-top: 64px; } }

.choose_list-img > img {
  width: 100%; }

.choose_list-ttl {
  font-size: 18px;
  text-align: center;
  padding: 24px 0;
  line-height: 1.777;
  letter-spacing: 0.14em;
  font-weight: 500; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .choose_list-ttl {
      font-size: 15px;
      padding: 16px 0 7px;
      letter-spacing: 0.12em; } }

.choose_list-txt {
  font-size: 14px;
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .choose_list-txt {
      font-size: 13px;
      line-height: 1.5; } }

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

howto

**********************************************/
.c-howto_buttonBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px; }

.c-howto_button {
  width: 100%; }

.c-button_link {
  width: 100%;
  max-width: 360px; }

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

Payment

**********************************************/
.infoPaymentList_node {
  border: 1px solid #DDD; }

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

instagramSection

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

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

	モーダル

==============================================*/
.howtoArea {
  padding: 40px 0;
  background-color: #F5F5F5; }

.howtoArea_inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((272 / 1120) * 100%) 10px calc((838 / 1120) * 100%);
  grid-template-columns: calc((272 / 1120) * 100%) calc((838 / 1120) * 100%);
  -ms-grid-rows: 0.61fr 10px 1.39fr;
  grid-template-rows: 0.61fr 1.39fr;
  gap: 10px;
  grid-template-areas: "step flow" "step slider";
  width: 100%;
  height: 100%; }

.howtoArea_step {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  background-color: #fff;
  border-radius: 14px;
  grid-area: step;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.howtoArea_flow {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  background-color: #fff;
  border-radius: 14px;
  grid-area: flow;
  padding: 40px 0 16px; }

.howtoArea_flowHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0 40px 36px;
  color: #42ABB2; }

.howtoArea_flowStep {
  margin-right: 36px;
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  letter-spacing: 0.16em; }

.howtoArea_flowTitle {
  font-size: 24px;
  letter-spacing: 0.12em; }

.howtoArea_flowBody {
  position: relative; }
  .howtoArea_flowBody::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%); }

.howtoArea_flowBody_arrow {
  position: absolute;
  top: 22%;
  right: 20px;
  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: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #42ABB2;
  z-index: 2; }
  .howtoArea_flowBody_arrow svg {
    width: 13px;
    height: 13px;
    fill: #fff; }

.howtoArea_flowBodyInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .howtoArea_flowBodyInner::-webkit-scrollbar {
    display: none; }

.howtoArea_flowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 0 40px; }

.howtoArea_flowList_node {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px; }

.howtoArea_flowList_img img {
  width: 100%; }

.howtoArea_flowList_num {
  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: 26px;
  height: 26px;
  padding-left: 2px;
  padding-bottom: 2px;
  margin: -13px auto 0;
  border: 1px solid #42ABB2;
  border-radius: 50%;
  background-color: #fff;
  color: #42ABB2;
  font-size: 17px;
  font-weight: 500; }

.howtoArea_slider {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  background-color: #fff;
  border-radius: 14px;
  grid-area: slider;
  white-space: nowrap;
  overflow: hidden; }

.howtoArea_sliderNode {
  display: inline-block;
  padding: 30px 24px; }

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

.howtoArea_sliderHead {
  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: 100%;
  padding-bottom: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid #42ABB2; }

.howtoArea_sliderTitle {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 18px;
  font-weight: 500;
  color: #42ABB2;
  white-space: initial; }

.howtoArea_sliderNum {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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: 28px;
  height: 28px;
  padding-bottom: 2px;
  padding-left: 2px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #42ABB2;
  font-size: 17px;
  line-height: 1;
  color: #fff; }

.howtoArea_sliderText {
  font-size: 14px;
  line-height: 2;
  padding-right: 20px;
  white-space: initial; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .howtoArea_sliderText {
      width: calc(100% - 443px); } }
  .howtoArea_sliderText i {
    font-size: 12px; }

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

.howtoArea_sliderTitle_next {
  font-size: 12px;
  color: #42ABB2;
  white-space: initial; }
  .howtoArea_sliderTitle_next::after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 11px;
    margin-left: 10px;
    background-image: url(../../svg/arrow-blue.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.infoPayment {
  width: 100%;
  max-width: 880px;
  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) {
    .infoPayment {
      margin-top: 96px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .infoPayment {
      margin-top: 80px; } }

.infoPayment_head {
  padding: 0; }

.infoPayment_title-main {
  white-space: nowrap; }

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

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

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .infoPaymentList {
    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;
    width: calc((100% - 12px) / 2); } }

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

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .infoPaymentList_node_credit,
  .infoPaymentList_node_rakuten,
  .infoPaymentList_node_amazon,
  .infoPaymentList_node_dcredit,
  .infoPaymentList_node-col2 {
    height: 93px; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .infoPaymentList_node_credit,
  .infoPaymentList_node_rakuten,
  .infoPaymentList_node_amazon,
  .infoPaymentList_node_dcredit {
    width: 100%; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .infoPaymentList_node-col2 {
    width: calc((100% - 10px) / 2); } }

.infoPaymentList_title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .infoPaymentList_node-row3 .infoPaymentList_title {
      position: absolute;
      top: 19px;
      left: 16px; } }

.infoPaymentList_subtitle {
  font-size: 13px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .infoPaymentList_subtitle {
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .infoPaymentList_subtitle {
      margin-top: 16px;
      text-align: center; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .infoPaymentList_node-row3 .infoPaymentList_subtitle {
      position: relative;
      text-align: left;
      margin-top: 24px;
      margin-bottom: -14px;
      z-index: 2; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .infoPaymentList_node-row3 .infoPaymentList_subtitle {
      position: absolute;
      top: 38px;
      left: 16px;
      text-align: left; } }

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

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

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

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

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

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

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

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

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

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

.infoPaymentList_img img {
  width: 100%; }

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