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

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: "Noto Sans JP", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .1em;
  color: #101010; }

body {
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    body {
      content: "portrait"; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    body {
      content: "landscape"; } }
  /* @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollLock body {
      overflow: hidden; } } */

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute; }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .dn-landscape {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

@media print, screen and (max-width: 1023px) {
  .dn-tab_sp {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .dn-tab_l {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .dn-tab_p {
    display: none !important; } }

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

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

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

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

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

	レイアウト

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

	ボタンパーツ

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

	タイトル

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

	おすすめバッジ

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

	スライダー　矢印

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

	メインビジュアル

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

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

	選ばれる理由

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

	商品ラインアップ

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

	How to

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

	モーダル

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

	APP 導線

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

	商品ラインアップ

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

	商品ラインアップ

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

	お知らせ

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

	目的から選ぶ

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

フォトブックのおはなし

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

	よくあるご質問

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

	見切れスライダー

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

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

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

	吹き出し

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

	吹き出し透明

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

	作り方スライダー

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

	注釈

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

	仕上がりまでの流れ

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

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

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

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

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

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

/* PC：固定幅880px */
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8888;
  -webkit-transition: top .3s ease;
  -o-transition: top .3s ease;
  transition: top .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .header.is-hidden {
      top: -50px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .header.is-hidden {
      top: -80px; } }

.headerTop {
  top: 0;
  left: 0;
  z-index: 8888;
  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;
  width: 100%;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerTop {
      height: 50px;
      padding-left: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerTop {
      height: 80px;
      padding-left: 33px; } }
  .is-open .headerTop,
  .is-background .headerTop {
    background-color: #FFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="order"] .headerTop,
    [data-current="faq"] .headerTop,
    [data-current="delivery"] .headerTop,
    [data-current="price"] .headerTop {
      background-color: #FFF; } }
  .is-open .headerTop {
    position: fixed; }

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

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

.headerTop_logo_link {
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerTop_logo_link {
      width: 85px;
      height: 25px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerTop_logo_link {
      width: 113px;
      height: 34px; } }
  .headerTop_logo_link img {
    width: 100%; }

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

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

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerTop_menu_bar {
    position: absolute;
    display: block;
    width: 22px;
    height: 1px;
    background-color: #101010;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
    .headerTop_menu_bar:nth-child(1), .headerTop_menu_bar:nth-child(3) {
      width: 22px;
      right: 0; }
    .headerTop_menu_bar:nth-child(1) {
      top: 0; }
    .headerTop_menu_bar:nth-child(2) {
      top: 7px;
      right: 0;
      width: 15px;
      margin-left: auto; }
    .headerTop_menu_bar:nth-child(3) {
      bottom: 0; } }

.is-open .headerTop_menu_bar:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-3px, 7px);
  -ms-transform: rotate(-45deg) translate(-3px, 7px);
  transform: rotate(-45deg) translate(-3px, 7px); }

.is-open .headerTop_menu_bar:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-3px, -7px);
  -ms-transform: rotate(45deg) translate(-3px, -7px);
  transform: rotate(45deg) translate(-3px, -7px); }

.is-open .headerTop_menu_bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

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

.headerTop_nav_node.is-open .headerTop_nav_label:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.headerTop_nav_link {
  display: inline-block; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerTop_nav_link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 80px;
      padding: 0 17px;
      cursor: pointer; } }

.headerTop_nav_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .15em;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  @media print, screen and (min-width: 1024px) and (max-width: 1112px) {
    .headerTop_nav_label {
      font-size: 12px; } }
  .headerTop_nav_node-lineup .headerTop_nav_label,
  .headerTop_nav_node-purpose .headerTop_nav_label {
    position: relative; }
    .headerTop_nav_node-lineup .headerTop_nav_label:after,
    .headerTop_nav_node-purpose .headerTop_nav_label:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-left: 8px;
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat;
      background-image: url(../svg/arrow_down.svg);
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      -o-transition: transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease; }
  @media (hover: hover) {
    .headerTop_nav_link:hover .headerTop_nav_label {
      color: #42ABB2; } }
  .is-open .headerTop_nav_label {
    color: #42ABB2; }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_history_link {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.headerTop_history_svg {
  fill: #42ABB2; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerTop_history_svg {
      width: 39px;
      height: 37px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_history_label {
    position: relative;
    display: inline-block;
    font-size: 11px;
    letter-spacing: .08em;
    color: #42ABB2;
    margin-top: 4px;
    padding-bottom: 4px; }
    .headerTop_history_label:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #42ABB2;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; } }
    @media print and (hover: hover), screen and (min-width: 1024px) and (orientation: landscape) and (hover: hover), screen and (min-width: 1025px) and (hover: hover) {
      .headerTop_history_link:hover .headerTop_history_label:after {
        opacity: 1; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerTop_photobook {
    position: fixed;
    right: -8px;
    bottom: 18px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_photobook {
    height: 80px;
    background-color: #42ABB2;
    color: #FFF;
    margin-left: 16px;
    cursor: pointer; } }

.headerTop_photobook_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerTop_photobook_inner {
      height: 100%;
      padding: 0 20px;
      z-index: 1; } }
  .headerTop_photobook_inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    width: 100%;
    height: 100%;
    background-color: #101010;
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  @media (hover: hover) {
    .headerTop_photobook_inner:hover:after {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_photobook_label {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .05em; } }

@media print, screen and (min-width: 1024px) and (max-width: 1112px) {
  .headerTop_photobook_label {
    font-size: 12px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_photobook_svg {
    position: relative;
    width: 22px;
    height: 16px;
    fill: #FFF;
    margin-left: 8px;
    z-index: 2; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMain {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9999;
    background-color: #F5F5F5;
    padding: 40px 20px;
    width: 100%;
    height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    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; } }

.is-open .headerMain {
  opacity: 1;
  visibility: visible; }

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

.headerMain_cta {
  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;
  gap: 40px; }

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

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMain_history_svg {
    width: 32px;
    height: 30px;
    fill: #42ABB2; } }

.headerMain_history_label {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMain_history_label {
      font-size: 14px;
      letter-spacing: .12em;
      padding-bottom: 4px;
      color: #42ABB2;
      margin-left: 8px; } }
  .headerMain_history_label:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #42ABB2; }

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

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMain_nav_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #42ABB2; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMain_navTitle-jp {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .08em;
    margin-right: 12px; } }

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

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerNavList_node {
    border-bottom: solid 1px #DBDBDB; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerNavList_link {
    position: relative;
    display: block;
    padding: 20px 0; }
    .headerNavList_link:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 7px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block;
      width: 9px;
      height: 9px;
      background-position: center;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-image: url(../svg/arrow_link.svg); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerNavList_icon {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .04em;
    padding: 4px 12px;
    margin-left: 12px;
    background-color: #F9FD95;
    border-radius: 4px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerNavList_label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: .12em; } }

/*
ラインナップ
------------------------------------*/
@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_nav_child {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 120px 0 40px;
    background-color: #FFF;
    z-index: -1;
    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; }
    .is-open .headerTop_nav_child {
      opacity: 1;
      visibility: visible; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_purpose {
    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: 70%;
    max-width: 1096px;
    min-width: 900px;
    margin: -8px auto;
    gap: 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_lineup_node {
    position: relative;
    width: calc((100% - (24px * 5)) / 6); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_purpose_node {
    width: calc((100% - (24px * 5)) / 6); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_purpose_img {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 29%;
    overflow: hidden; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_purpose_img img {
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; } }

@media (hover: hover) {
  .headerNavChild_purpose_link:hover .headerNavChild_purpose_img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavPurposeLabel_title {
    font-family: "Noto Sans JP", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    letter-spacing: .1em;
    color: #000;
    font-size: 18px;
    margin-top: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavPurposeLabel_subtitle {
    font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 12px;
    letter-spacing: .14em;
    margin-top: 17px;
    color: #000; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_lineup_img img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease; } }

@media (hover: hover) {
  .headerNavChild_lineup_link:hover .headerNavChild_lineup_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .headerNavChild_lineup_name {
    height: 18px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_lineup_name img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .header .lineupButton_link {
    width: 404px !important; } }

/*
追従ボタン
------------------------------------*/
.fixedMakeButton {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 7776;
  width: 100%;
  background-color: #42ABB2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: bottom .4s ease, -webkit-transform .35s ease;
  transition: bottom .4s ease, -webkit-transform .35s ease;
  -o-transition: bottom .4s ease, transform .35s ease;
  transition: bottom .4s ease, transform .35s ease;
  transition: bottom .4s ease, transform .35s ease, -webkit-transform .35s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fixedMakeButton {
      padding: 0 0 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fixedMakeButton {
      padding: 0 0 40px;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px); } }
  [data-current="making"] .fixedMakeButton,
  [data-current="order"] .fixedMakeButton,
  [data-current="re-editing"] .fixedMakeButton,
  [data-current="faq"] .fixedMakeButton,
  [data-category="faq"] .fixedMakeButton {
    display: none; }
  .fixedMakeButton::before {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    z-index: 1;
    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) {
      .fixedMakeButton::before {
        top: calc(100vw * 0.0373 * -1);
        padding-top: 5.06%;
        background-image: url(../svg/footer_background-sp.svg); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .fixedMakeButton::before {
        top: calc(100vw * 0.0383 * -1);
        padding-top: 4.29%;
        background-image: url(../svg/footer_background-pc.svg); } }
  .fixedMakeButton.is-hidden {
    bottom: -84px; }
  @media (hover: hover) {
    .fixedMakeButton:hover {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }

.fixedMakeButton_inner {
  z-index: 2;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fixedMakeButton_inner {
      padding-top: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fixedMakeButton_inner {
      -webkit-transform: translateY(-14px);
      -ms-transform: translateY(-14px);
      transform: translateY(-14px); } }

.fixedMakeButton_label {
  color: #FFF;
  font-weight: bold; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fixedMakeButton_label {
      position: relative;
      z-index: 2;
      font-size: 18px;
      letter-spacing: .05em; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fixedMakeButton_label {
      font-size: 16px; } }

.fixedMakeButton_svg {
  fill: #FFF;
  vertical-align: bottom; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fixedMakeButton_svg {
      width: 23px;
      height: 17px;
      margin-left: 8px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fixedMakeButton_svg {
      width: 22px;
      height: 16px;
      margin-left: 3px; } }

.windowEdgeDetector {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7777;
  width: 100%;
  height: 5px; }
  .windowEdgeDetector.is-hidden {
    display: none; }

/*
ヘッダーお知らせ
------------------------------------*/
.popNews {
  background-color: #333;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .popNews {
      padding: 14px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .popNews {
      padding: 18px 0; } }

.popNews_inner {
  padding: 0 20px; }

.popNews_text {
  font-weight: 500;
  letter-spacing: .08em;
  text-decoration: underline;
  color: #fff; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .popNews_text {
      font-size: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .popNews_text {
      font-size: 13px; } }

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

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

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

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

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

	レイアウト

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

	ボタンパーツ

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

	タイトル

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

	おすすめバッジ

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

	スライダー　矢印

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

	メインビジュアル

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

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

	選ばれる理由

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

	商品ラインアップ

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

	How to

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

	モーダル

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

	APP 導線

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

	商品ラインアップ

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

	商品ラインアップ

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

	お知らせ

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

	目的から選ぶ

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

フォトブックのおはなし

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

	よくあるご質問

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

	見切れスライダー

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

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

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

	吹き出し

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

	吹き出し透明

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

	作り方スライダー

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

	注釈

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

	仕上がりまでの流れ

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

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

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

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

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

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

/* PC：固定幅880px */
/*
breadcrumb
------------------------------------*/
.breadcrumbWrap {
  position: relative;
  left: 0; }

.c-breadcrumb {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-breadcrumb {
      bottom: calc((100vw * 0.0373) + 14px);
      padding: 0 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-breadcrumb {
      bottom: calc((100vw * 0.0383) + 14px);
      padding: 0 100px; } }

.c-breadcrumbList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-breadcrumbList_node {
  margin-right: 8px;
  margin-bottom: 6px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-breadcrumbList_node {
      display: inline-block; } }
  .c-breadcrumbList_node + .c-breadcrumbList_node:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 5px;
    height: 8px;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(/assets/svg/arrow_breadcrumb.svg); }

.c-breadcrumbList_node_text {
  font-size: 11px;
  letter-spacing: 0.1em; }

.c-breadcrumbList_node_link {
  font-size: 11px;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-breadcrumbList_node_link:hover {
      color: #42ABB2; } }

.footer {
  position: relative; }

/*
footerPageUp
------------------------------------*/
.footerPageUp {
  position: absolute;
  z-index: 2;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerPageUp {
      top: -190px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: center; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerPageUp {
      top: -25px;
      right: 52px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      padding-right: 40px;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; } }
  @media (hover: hover) {
    .footerPageUp:hover {
      -webkit-transform: rotate(90deg) translateX(-40px);
      -ms-transform: rotate(90deg) translateX(-40px);
      transform: rotate(90deg) translateX(-40px); } }

.footerPageTop_link {
  position: relative;
  display: inline-block;
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerPageTop_link {
      font-size: 16px;
      letter-spacing: .16em;
      padding: 20px 0 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerPageTop_link {
      font-size: 18px;
      letter-spacing: .14em;
      padding-left: 30px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerPageTop_link::before, .footerPageTop_link::after {
      content: "";
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      height: 4px;
      background-position: center;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-image: url(../svg/border_page_up.svg); }
    .footerPageTop_link::before {
      top: 0; }
    .footerPageTop_link::after {
      bottom: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerPageTop_link::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 20px;
      height: 1px;
      background-color: #101010;
      -webkit-transition: width .3s ease;
      -o-transition: width .3s ease;
      transition: width .3s ease; } }
  @media (hover: hover) {
    .footerPageTop_link {
      -webkit-transition: padding .3s ease;
      -o-transition: padding .3s ease;
      transition: padding .3s ease; }
      .footerPageUp:hover .footerPageTop_link {
        padding-left: 55px; }
        .footerPageUp:hover .footerPageTop_link::before {
          width: 40px; } }

.footerHead {
  position: relative;
  background-color: #42ABB2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerHead {
      padding: 0 0 22px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerHead {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 0 64px; } }
  .footerHead::before {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    z-index: 1;
    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) {
      .footerHead::before {
        top: calc(100vw * 0.0373 * -1);
        padding-top: 5.06%;
        background-image: url(../svg/footer_background-sp.svg); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .footerHead::before {
        top: calc(100vw * 0.0383 * -1);
        padding-top: 4.29%;
        background-image: url(../svg/footer_background-pc.svg); } }

.footerHead_inner {
  position: relative;
  z-index: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerHead_inner {
      padding-top: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerHead_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      padding-top: 41px; } }

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

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

.footerHead_logo_svg {
  fill: #FFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerHead_logo_svg {
      width: 126px;
      height: 38px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerHead_logo_svg {
      width: 146px;
      height: 44px; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerIndex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 6.25vw; } }

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

.footerHead_lineup_title {
  font-weight: 500;
  letter-spacing: .12em;
  color: #FFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerHead_lineup_title {
      font-size: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerHead_lineup_title {
      font-size: 15px; } }

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

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

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

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerLineupList_node {
    border-bottom: solid 1px #98CDD0; } }

.footerLineupList_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: .08em;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerLineupList_link {
      line-height: 2.3;
      padding: 10px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerLineupList_link {
      line-height: 1.6;
      padding: 6px 12px; } }
  .footerLineupList_link:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FFF;
    margin-right: 8px; }
  @media (hover: hover) {
    .footerLineupList_link {
      -webkit-transition: background .35s ease;
      -o-transition: background .35s ease;
      transition: background .35s ease; }
      .footerLineupList_link:hover:before {
        background-color: #101010; } }

.footerLineupList_label {
  color: #FFF;
  letter-spacing: .08em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerLineupList_label {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerLineupList_label {
      font-size: 13px; } }
  @media (hover: hover) {
    .footerLineupList_label {
      -webkit-transition: color .35s ease;
      -o-transition: color .35s ease;
      transition: color .35s ease; }
      .footerLineupList_link:hover .footerLineupList_label {
        color: #101010; } }

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

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerHead_menu_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr; } }

.footerHead_menu_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerHead_menu_link {
      padding: 8px 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerHead_menu_link {
      padding: 8px 10px; } }
  .footerHead_menu_link::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 1px;
    background-color: #FFF;
    margin-right: 8px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease; }
  @media (hover: hover) {
    .footerHead_menu_link:hover:before {
      background-color: #101010; } }

.footerHead_menu_label {
  letter-spacing: .08em;
  line-height: 1.4;
  color: #FFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerHead_menu_label {
      font-size: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerHead_menu_label {
      font-size: 13px;
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease; } }
  @media (hover: hover) {
    .footerHead_menu_link:hover .footerHead_menu_label {
      color: #101010; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerFoot {
    padding-top: 18px;
    padding-bottom: 18px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerFoot {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 70px; } }

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

.footerFoot_menu_link {
  display: inline-block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerFoot_menu_link {
      padding: 4px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerFoot_menu_link {
      padding: 0 12px;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; } }
  @media (hover: hover) {
    .footerFoot_menu_link:hover {
      opacity: .6; } }

.footerFoot_menu_label {
  font-size: 11px;
  letter-spacing: .06em; }

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

/* お届け日時出力用HTMLの非表示 */
#calendar1 {
  display: none; }

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

  wrapper

==============================================*/
.wrapper {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .wrapper {
      padding-bottom: 3.73%;
      margin-top: -50px;
      margin-bottom: 226px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .wrapper {
      padding-bottom: 3.82%;
      margin-top: -80px;
      margin-bottom: 200px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    [data-current="re-editing"] .wrapper,
    [data-current="making"] .wrapper,
    [data-current="delivery"] .wrapper,
    [data-current="order"] .wrapper,
    [data-current="information"] .wrapper,
    [data-current="faq"] .wrapper,
    [data-current="price"] .wrapper,
    [data-current="sitemap"] .wrapper {
      padding-top: 90px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-current="re-editing"] .wrapper,
    [data-current="making"] .wrapper,
    [data-current="delivery"] .wrapper,
    [data-current="order"] .wrapper,
    [data-current="information"] .wrapper,
    [data-current="faq"] .wrapper,
    [data-current="price"] .wrapper,
    [data-current="sitemap"] .wrapper {
      padding-top: 160px;
      margin-bottom: 190px; } }
  [data-current="hc"] .wrapper {
    padding-bottom: 0;
    margin-bottom: 0; }
  [data-current="sc"] .wrapper {
    padding-bottom: 0;
    margin-bottom: 0; }
  [data-current="ring"] .wrapper {
    padding-bottom: 0;
    margin-bottom: 0; }

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

  モーダル (１、商品を選択してください。)

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .selectProductModal_inner {
    padding: 40px 16px; } }

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

.selectProductModal_title {
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.3;
  color: #42ABB2;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .selectProductModal_title {
      font-size: 20px;
      margin-bottom: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .selectProductModal_title {
      font-size: 24px;
      margin-bottom: 38px; } }

.selectProductModal_title {
  color: #42abb2;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .selectProductModal_title {
      font-size: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .selectProductModal_title {
      font-size: 24px; } }

/* List Layout
------------------------*/
@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .selectProductModal_list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; } }

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

.selectProductModal_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .selectProductModal_button {
      padding: 16px 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .selectProductModal_button {
      padding: 24px 25px; } }
  @media (hover: hover) {
    .selectProductModal_button:hover::before {
      opacity: 1; }
    .selectProductModal_button:hover .selectProductModal_image img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); } }
  .selectProductModal_button::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 12px;
    border: 2px solid #42ABB2;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease;
    opacity: 0; }

.selectProductModal_badge {
  position: absolute;
  color: #000; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .selectProductModal_badge {
      top: -27px !important;
      right: 8px !important;
      left: auto !important; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .selectProductModal_badge {
      top: -32px !important;
      left: -10px !important; } }

.selectProductModal_image {
  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: #fff;
  border-radius: 12px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .selectProductModal_image {
      margin-right: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .selectProductModal_image {
      margin-right: 32px; } }
  .selectProductModal_image img {
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .selectProductModal_image img {
        width: 62px;
        height: 62px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .selectProductModal_image img {
        width: 105px;
        height: 105px; } }

.selectProductModal_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left; }

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

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

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

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

.selectProductModal_text {
  color: #101010;
  font-weight: 400;
  letter-spacing: 0.08em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .selectProductModal_text {
      font-size: 11px;
      line-height: 1.5; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .selectProductModal_text {
      font-size: 14px;
      line-height: 2; } }

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

  モーダル (２、つくり方を選択してください。)

==============================================*/
.selectProductBox {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 24px 16px; }
  .selectProductBox + .selectProductBox {
    margin-top: 14px; }

.selectProductBox_title {
  margin-bottom: 15px;
  font-size: 12px;
  text-align: center; }

.selectProductBox_description {
  color: #42ABB2;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 22px;
  font-size: 16px; }

/* ▼ selectProductBox_appDownload */
.selectProductBox_appDownload {
  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;
  margin-bottom: 18px;
  margin-top: 23px; }
  .selectProductBox_appDownload img {
    width: 68px;
    margin-right: 16px; }
  .selectProductBox_appDownload figcaption {
    font-size: 16px;
    line-height: 1.5;
    color: #42ABB2; }

.selectProductApp_areaTitle {
  font-size: 14px;
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000; }

.selectProductApp_areaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .selectProductApp_areaList {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      gap: 16px;
      margin-top: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .selectProductApp_areaList {
      gap: 20px;
      margin-top: 48px; } }

.selectProductApp_areaStore_ruby {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 13px; }

.selectProductApp_areaStore_img img {
  height: 36px; }

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

  c-inview

==============================================*/
.c-inview {
  will-change: filter;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transition: opacity 0.9s, -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.9s, -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.9s, transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), filter 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.9s, transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), filter 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.9s, transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), filter 2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .c-inview.is-hide {
    opacity: 0;
    -webkit-filter: brightness(140%);
    filter: brightness(140%); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-inview.is-hide {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-inview.is-hide {
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0); } }

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

  追従バナー

==============================================*/
.fixedBanner {
  position: fixed;
  margin: auto;
  -webkit-transition: .3s .2s;
  -o-transition: .3s .2s;
  transition: .3s .2s;
  z-index: 7777;
  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) {
    .fixedBanner {
      width: 136px;
      bottom: 40px;
      right: 5px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fixedBanner {
      width: 203px;
      bottom: 40px;
      right: 40px; } }
  .fixedBanner.is-show {
    opacity: 1;
    visibility: visible; }

.fixedBanner_inner {
  position: relative; }

.fixedBanner_closeButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #101010;
  z-index: 2; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fixedBanner_closeButton {
      cursor: pointer; } }
  @media (hover: hover) {
    .fixedBanner_closeButton {
      -webkit-transition: -webkit-transform .35s ease;
      transition: -webkit-transform .35s ease;
      -o-transition: transform .35s ease;
      transition: transform .35s ease;
      transition: transform .35s ease, -webkit-transform .35s ease; }
      .fixedBanner_closeButton:hover {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); } }

.fixedBanner_closeButton_inner {
  position: relative;
  width: 30px;
  height: 30px; }

.fixedBanner_closeButton_bar {
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  .fixedBanner_closeButton_bar:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .fixedBanner_closeButton_bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

@media (hover: hover) {
  .fixedBannerLink {
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease; }
    .fixedBannerLink:hover {
      opacity: .7; } }

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

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

.fixedBannerLink_img img {
  width: 100%; }
