@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/* Color
============================================================= */
/* Font
============================================================= */
/* VW
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* 数値から単位を除外
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* map-get
============================================================= */
/* color */
/*
  layoutGap
  @include layoutGap($col: 3, $gapX: 24, $gapY: 16, $wrap:nowrap);
  column - 3
  gapX - 24
  gapY - 16
  wrap - nowrap

  @include layoutGap($col: 2, $gap: 24);
  column - 3
  gap - 24
  wrap - wrap

  ※gapの単位について
  ・数値のみの場合は rem で出力
  ・数値がある場合は ○px, ○em, ○% などで出力
*/
/**
 * Common Styles
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
/* ==========================================================================
   02. Base
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.4154589372vw;
  }
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.75;
    font-size: 1.4rem;
  }
}

/* link
   ========================================================================== */
/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
}

table th img,
table td img {
  vertical-align: middle;
}

/* form
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* display
   ========================================================================== */
.block {
  display: block !important;
}

.-spItem {
  display: none !important;
}

.pc-block {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .-spItem {
    display: block !important;
  }

  .-pcItem {
    display: none !important;
  }

  .pc-block {
    display: inline;
  }

  .sp-block {
    display: block;
  }
}
/* margin
   ========================================================================== */
.-mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mt0 {
    margin-top: 0rem !important;
  }
}

.-mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mt5 {
    margin-top: 0.5rem !important;
  }
}

.-mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mt10 {
    margin-top: 1rem !important;
  }
}

.-mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mt15 {
    margin-top: 1.5rem !important;
  }
}

.-mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mt20 {
    margin-top: 2rem !important;
  }
}

.-mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .-mt25 {
    margin-top: 2.5rem !important;
  }
}

.-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .-mt30 {
    margin-top: 3rem !important;
  }
}

.-mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .-mt35 {
    margin-top: 3.5rem !important;
  }
}

.-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .-mt40 {
    margin-top: 4rem !important;
  }
}

.-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .-mt45 {
    margin-top: 4.5rem !important;
  }
}

.-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .-mt50 {
    margin-top: 5rem !important;
  }
}

.-mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .-mt55 {
    margin-top: 5.5rem !important;
  }
}

.-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .-mt60 {
    margin-top: 6rem !important;
  }
}

.-mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mb0 {
    margin-bottom: 0rem !important;
  }
}

.-mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mb5 {
    margin-bottom: 0.5rem !important;
  }
}

.-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mb10 {
    margin-bottom: 1rem !important;
  }
}

.-mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mb15 {
    margin-bottom: 1.5rem !important;
  }
}

.-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mb20 {
    margin-bottom: 2rem !important;
  }
}

.-mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .-mb25 {
    margin-bottom: 2.5rem !important;
  }
}

.-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .-mb30 {
    margin-bottom: 3rem !important;
  }
}

.-mr0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mr0 {
    margin-right: 0rem !important;
  }
}

.-mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mr5 {
    margin-right: 0.5rem !important;
  }
}

.-mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mr10 {
    margin-right: 1rem !important;
  }
}

.-mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mr15 {
    margin-right: 1.5rem !important;
  }
}

.-mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mr20 {
    margin-right: 2rem !important;
  }
}

.-ml0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .-ml0 {
    margin-left: 0rem !important;
  }
}

.-ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .-ml5 {
    margin-left: 0.5rem !important;
  }
}

.-ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .-ml10 {
    margin-left: 1rem !important;
  }
}

.-ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .-ml15 {
    margin-left: 1.5rem !important;
  }
}

.-ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .-ml20 {
    margin-left: 2rem !important;
  }
}

/* padding
   ========================================================================== */
.-pt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .-pt0 {
    margin-top: 0rem !important;
  }
}

.-pt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .-pt5 {
    margin-top: 0.5rem !important;
  }
}

.-pt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .-pt10 {
    margin-top: 1rem !important;
  }
}

.-pt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .-pt15 {
    margin-top: 1.5rem !important;
  }
}

.-pt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .-pt20 {
    margin-top: 2rem !important;
  }
}

.-pt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .-pt25 {
    margin-top: 2.5rem !important;
  }
}

.-pt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .-pt30 {
    margin-top: 3rem !important;
  }
}

.-pt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .-pt35 {
    margin-top: 3.5rem !important;
  }
}

.-pt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .-pt40 {
    margin-top: 4rem !important;
  }
}

.-pt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .-pt45 {
    margin-top: 4.5rem !important;
  }
}

.-pt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .-pt50 {
    margin-top: 5rem !important;
  }
}

.-pt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .-pt55 {
    margin-top: 5.5rem !important;
  }
}

.-pt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .-pt60 {
    margin-top: 6rem !important;
  }
}

.-pb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .-pb0 {
    margin-bottom: 0rem !important;
  }
}

.-pb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .-pb5 {
    margin-bottom: 0.5rem !important;
  }
}

.-pb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .-pb10 {
    margin-bottom: 1rem !important;
  }
}

.-pb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .-pb15 {
    margin-bottom: 1.5rem !important;
  }
}

.-pb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .-pb20 {
    margin-bottom: 2rem !important;
  }
}

.-pb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .-pb25 {
    margin-bottom: 2.5rem !important;
  }
}

.-pb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .-pb30 {
    margin-bottom: 3rem !important;
  }
}

.-pr0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .-pr0 {
    margin-right: 0rem !important;
  }
}

.-pr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .-pr5 {
    margin-right: 0.5rem !important;
  }
}

.-pr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .-pr10 {
    margin-right: 1rem !important;
  }
}

.-pr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .-pr15 {
    margin-right: 1.5rem !important;
  }
}

.-pr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .-pr20 {
    margin-right: 2rem !important;
  }
}

.-pl0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .-pl0 {
    margin-left: 0rem !important;
  }
}

.-pl5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .-pl5 {
    margin-left: 0.5rem !important;
  }
}

.-pl10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .-pl10 {
    margin-left: 1rem !important;
  }
}

.-pl15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .-pl15 {
    margin-left: 1.5rem !important;
  }
}

.-pl20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .-pl20 {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 768px), print {
  .-pcPdg {
    padding-left: 83px;
    padding-right: 83px;
  }
}
@media screen and (max-width: 767px) {
  .-spPdg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* text-align
   ========================================================================== */
.txt-right {
  text-align: right !important;
}

.txt-center,
table.txt-center th,
table.txt-center td,
table.th-c th {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.-pink {
  color: #FF6666 !important;
}

.-brown {
  color: #341E00 !important;
}

.-red {
  color: #d93714 !important;
}

.-blue {
  color: #141eb4 !important;
}

.-bold {
  font-weight: bold !important;
}

.-fullScontents {
  margin-inline: calc(50% - 50cqw);
}
@media screen and (min-width: 768px), print {
  .-fullScontentsPc {
    margin-inline: calc(50% - 50cqw);
  }
}
@media screen and (max-width: 767px) {
  .-fullScontentsSp {
    margin-inline: calc(50% - 50cqw);
  }
}

.number-list-min {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* base
   ========================================================================== */
html {
  height: 100%;
}

body {
  margin-right: auto;
  margin-left: auto;
}
#contents {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #contents {
    padding-top: 12.08vw;
  }
}

@media screen and (max-width: 767px) {
  img, picture {
    height: auto;
  }
}

/* header
   ========================================================================== */
@media screen and (min-width: 768px), print {
  body:not(.page-top) #header {
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 767px) {
  #header .contact-tel a {
    color: #fff;
    text-decoration: none;
  }
}

/* HEADER
============================================================= */
.item-list-goodslist .block-globalnav-menu {
  height: auto;
  padding: 30px 8px 10px 15px;
}

/* グローバルメニュー：商品一覧 */
.item-list-goodslist .block-globalnav-menu .block-globalnav-menu-body {
  width: 892px;
  height: auto;
  overflow: visible;
}

.item-list-goodslist .block-globalnav-menu-body ul li {
  margin-bottom: 16px;
  margin-right: 28px;
}

.block-globalnav .block-globalnav--item-list .item-category-icon-group {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
}

.block-globalnav .block-globalnav--item-list .item-category-icon-group .item-category-icon {
  position: relative;
  flex-shrink: 0;
}

.block-globalnav .block-globalnav--item-list .item-category-icon,
li.block-header-menu-list--navi-main ul li ul li a .sub-icon.-free,
.block-globalnav-menu ul li a .sub-icon.-free {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.block-globalnav .block-globalnav--item-list .item-category-icon.-free,
li.block-header-menu-list--navi-main ul li ul li a .sub-icon.-free.-free,
.block-globalnav-menu ul li a .sub-icon.-free.-free {
  color: #fff;
  background-color: #FF6666;
}

.item-list-goodslist .block-globalnav-menu-body ul li a span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  li.block-header-menu-list--navi-main ul li ul li a .sub-icon,
.block-globalnav-menu ul li a .sub-icon {
    flex-shrink: 0;
    height: auto;
    text-align: center;
    line-height: 1.4;
    padding: 2px 2px;
    margin-left: 1vw;
  }
  li.block-header-menu-list--navi-main ul li ul li a .sub-icon.-free,
.block-globalnav-menu ul li a .sub-icon.-free {
    padding: 2px 2px;
  }
}

@media screen and (max-width: 767px) {
  .block-globalnav-menu ul li a > span {
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px), print {
  .pane-header-body .block-globalnav {
    width: 746px;
  }

  .pane-header-body .block-headernav {
    width: 190px;
  }

  .block-headernav--item-list > li.headernav--item-list-login {
    width: 110px !important;
  }

  .block-globalnav .block-globalnav--item-list {
    padding-left: 40px !important;
  }

  .block-globalnav .block-globalnav--item-list > li {
    margin-right: 25px !important;
  }

  .block-globalnav .block-globalnav--item-list > li:last-child {
    margin-right: 0 !important;
  }

  .block-globalnav .block-globalnav--item-list .business_btn a {
    font-size: 19px !important;
    font-feature-settings: "palt";
    letter-spacing: 0.18em !important;
    text-indent: 0.18em;
    display: block;
    background-color: #ededed;
    text-align: center;
    padding: 7px 12px 20px;
    margin-top: -20px;
    margin-bottom: 11px;
  }
  .block-globalnav .block-globalnav--item-list .business_btn a span {
    display: block;
    border-top: 1px solid #000;
    letter-spacing: 0.04em !important;
    padding-top: 3px;
    margin-top: 2px;
  }

  .block-globalnav .block-globalnav--item-list .business_btn a:hover,
.block-globalnav .block-globalnav--item-list .business_btn a.active {
    background: #ccc;
    text-decoration: none;
  }
}
/* =============================================================
navigation
============================================================= */
@media screen and (max-width: 767px) {
  .block-globalnav {
    border-bottom: 1px solid #ddd;
  }
}

/* main
   ========================================================================== */
/* Side
   ========================================================================== */
.pane-left-menu {
  width: 250px;
  margin-top: 69px;
  margin-right: 50px;
}
.pane-left-menu .block-category-tree--header {
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .pane-left-menu .block-category-tree--header {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 38px;
  }
}

.pane-left-menu ul a {
  display: flex;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  align-items: center;
}
.pane-left-menu ul a:hover {
  text-decoration: none;
}
.pane-left-menu ul a:hover::before {
  transform: translateX(3px) rotate(45deg);
}
.pane-left-menu ul a::before {
  content: "";
  display: block;
  transition: transform 0.2s ease-out;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
  transform: rotate(45deg);
  margin-right: 8px;
}
.pane-left-menu li {
  border-top: 1px solid #ddd;
}
.pane-left-menu li:last-of-type {
  border-bottom: 1px solid #ddd;
}

html[data-browse-mode=P] .block-freepage .terms-menu h2,
html[data-browse-mode=S] .block-freepage .terms-menu h2 {
  font-weight: 500 !important;
}

/* footer
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .block-footernav--logo-img {
    width: 249px;
  }
}

@media screen and (min-width: 768px), print {
  .block-footernav--bottom-inner .block-footernav--bottom-right {
    width: auto;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 767px) {
  .block-footernav--item-list {
    flex-wrap: wrap;
    margin-top: 1.2rem;
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
  .block-footernav--item-list li {
    margin-top: 1.2rem;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .block-footernav--item-list + .block-footernav--item-list {
    margin-top: 0;
  }
  .block-footernav--item-list:first-of-type li {
    width: 50%;
  }
  .block-footernav--item-list:first-of-type li:nth-of-type(odd) {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  #footernav .contact-tel a {
    text-decoration: none;
  }
}

/* ==========================================================================
   04. Parts
   ========================================================================== */
/* Arrow
   ========================================================================== */
/* ////////// text-arrow-before ////////// */
.text-arrow-before {
  position: relative;
  padding-left: 1em;
}
.text-arrow-before::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
}
.text-arrow-before.arrow--bottom::before {
  transform: rotate(135deg);
}

/* Block
   ========================================================================== */
.block-common-border {
  border-top: 1px solid #848484;
}
@media screen and (min-width: 768px), print {
  .block-common-border {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .block-common-border > *:first-child {
    margin-top: 1.6em;
  }
  .block-common-border > *:first-child[class^=table] {
    margin-top: 40px;
  }
  .block-common-border > * {
    margin-top: 20px;
  }
  .block-common-border > *.list-notice {
    margin-top: 8px;
  }
  .block-common-border + .block-common-border {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .block-common-border {
    font-size: 1.6rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .block-common-border > *:first-child {
    margin-top: 1em;
  }
  .block-common-border > *:first-child[class^=table] {
    margin-top: 3rem;
  }
  .block-common-border > *.heading-simple__small {
    margin-top: 2.4rem;
  }
  .block-common-border > * {
    margin-top: 1rem;
  }
  .block-common-border + .block-common-border {
    margin-top: 4.9rem;
  }
}

/* ////////// block-common-border--txt ////////// */
@media screen and (min-width: 768px), print {
  .block-common-border--txt {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .block-common-border--txt {
    line-height: 1.75;
  }
}

/* ////////// block-common-border--subject ////////// */
.block-common-border--subject .subject {
  font-weight: bold;
}
.block-common-border--subject + .block-common-border--subject {
  margin-top: 8px;
}
@media screen and (min-width: 768px), print {
  .block-common-border--subject {
    display: flex;
  }
  .block-common-border--subject .subject {
    flex-shrink: 0;
  }
  .block-common-border--subject + .block-common-border--subject {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .block-common-border--subject + .block-common-border--subject {
    margin-top: 0.8rem;
  }
}

/* ////////// block-common--img ////////// */
.block-common--img {
  width: 100%;
}
.block-common--img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block-common--img {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .block-common--img-full {
    width: auto;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

/* ////////// block-common--info ////////// */
@media screen and (min-width: 768px), print {
  .block-common--info {
    display: flex;
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px), print {
  .block-common--info-txtblock {
    width: 100%;
  }
  .block-common--info-txtblock > *:not(.list-disc) {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .block-common--info-txtblock .list-disc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .block-common--info-txtblock > *:not(.list-disc) {
    font-size: 1.6rem;
  }
  .block-common--info-txtblock .list-disc {
    margin-top: 1rem;
  }
}

.block-common--info-image {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .block-common--info-image {
    flex-shrink: 0;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .block-common--info-image {
    margin-top: 3rem;
  }
}

/* ////////// block-common-btn ////////// */
.block-common-btn {
  margin-top: 38px;
}

/* Board
   ========================================================================== */
/* ////////// board--gray ////////// */
.board__gray {
  background-color: #F2F2F2;
}

/* ////////// creedBoard ////////// */
@media screen and (min-width: 768px), print {
  .creedBoard {
    padding: 58px 40px;
  }
  * + .creedBoard {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .creedBoard {
    padding: 3rem 1.5rem;
  }
}

.creedBoard--title {
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .creedBoard--title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .creedBoard--title {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

@media screen and (min-width: 768px), print {
  .creedBoard-list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .creedBoard-list {
    margin-top: 1.5rem;
  }
}

.creedBoard-list-item {
  line-height: 2;
}
.list-number .creedBoard-list-item:before {
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .creedBoard-list-item + .creedBoard-list-item {
    margin-top: 14px;
  }
  .list-number .creedBoard-list-item:before {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .creedBoard-list-item {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .creedBoard-list-item + .creedBoard-list-item {
    margin-top: 1rem;
  }
  .list-number .creedBoard-list-item:before {
    margin-right: 2rem;
  }
}

/* =============================================================
Box
============================================================= */
/* ////////// box-center ////////// */
.box-center {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .box-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    padding-left: 83px;
    padding-right: 83px;
  }
}

/* 横並びボックス */
@media screen and (min-width: 768px), print {
  .box-col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px;
  }
  .box-col2 > * {
    margin: 40px 20px 0 0;
    width: 50%;
  }
  .box-col2 > *:nth-child(2n) {
    margin-right: -20px;
  }
  .box-col2 > *:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .box-col2 > * + * {
    margin-top: 3.62vw;
  }
}

@media screen and (min-width: 768px), print {
  .box-col3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 40px;
  }
  .box-col3 > * {
    margin: 40px 20px 0 0;
    width: 33.3333333333%;
  }
  .box-col3 > *:nth-child(3n) {
    margin-right: -40px;
  }
  .box-col3 > *:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .box-col3 > * + * {
    margin-top: 3.62vw;
  }
}

@media screen and (min-width: 768px), print {
  .box-col4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 60px;
  }
  .box-col4 > * {
    margin: 40px 20px 0 0;
    width: 25%;
  }
  .box-col4 > *:nth-child(4n) {
    margin-right: -60px;
  }
  .box-col4 > *:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .box-col4 > * + * {
    margin-top: 3.62vw;
  }
}

/* 画像・テキスト 横配置 */
@media screen and (min-width: 768px), print {
  .box-img-l,
.box-img-r {
    display: -ms-flexbox;
    display: flex;
  }
  .box-img-l .box-text,
.box-img-r .box-text {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .box-img-l.row-reverse,
.box-img-r.row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .box-img-l .box-img + .box-text,
.box-img-l .box-text + .box-img,
.box-img-r .box-img + .box-text,
.box-img-r .box-text + .box-img {
    margin-top: 2rem;
  }
  .box-img-l .box-img img,
.box-img-r .box-img img {
    height: auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .box-img-l .box-img {
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .box-img-r .box-img {
    padding-left: 40px;
  }
}

/* ////////// border-box ////////// */
.border-box {
  border-width: 1px;
  border-style: solid;
}
.border-box.-gray {
  border-color: #ddd;
}

.border-box-image {
  text-align: center;
  padding: 40px 40px 32px;
  border-width: 1px;
  border-style: solid;
}
.border-box-image.-gray {
  border-color: #ddd;
}

/* ////////// account-box ////////// */
@media screen and (min-width: 768px), print {
  .account-box {
    margin-top: 40px;
    display: flex;
    align-items: baseline;
    padding: 32px 40px;
  }
}
@media screen and (max-width: 767px) {
  .account-box {
    margin-top: 3rem;
    padding: 3rem;
  }
}

.account-box--title {
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .account-box--title {
    font-size: 16px;
    font-size: 1.6rem;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .account-box--title {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .account-box--txt {
    margin-left: 40px;
    line-height: 2;
  }
  .account-box--txt > * + * {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .account-box--txt {
    line-height: 1.75;
    margin-top: 0.5rem;
  }
  .account-box--txt .btn-initial {
    margin-bottom: 2rem;
  }
  .account-box--txt > * + * {
    margin-top: 0.5rem;
  }
}

/* ボタン
   ========================================================================== */
.btn-initial {
  display: inline-block;
  line-height: 1.2;
  outline: none;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.btn-initial {
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  justify-content: center;
}

/* ////////// arrow ////////// */
.btn-arrow-bottom::after, .btn-arrow-right::after, .btn-arrow-left::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
}

.btn-arrow-left {
  display: inline-flex;
  align-items: center;
}
.btn-arrow-left::before {
  transform: rotate(45deg);
  margin-right: 8px;
  transition: transform 0.2s ease-out;
}
.btn-arrow-left:hover {
  opacity: 0.6;
}
.btn-arrow-left:hover::before {
  transform: translateX(0.2em) rotate(45deg);
}
.block-category-list--promotion-freespace a.btn-arrow-left,
.block-category-list--freespace4 a.btn-arrow-left {
  display: inline-flex;
}
.block-category-list--promotion-freespace a.btn-arrow-left::before, .block-category-list--promotion-freespace a.btn-arrow-left::after,
.block-category-list--freespace4 a.btn-arrow-left::before,
.block-category-list--freespace4 a.btn-arrow-left::after {
  transition: transform 0.2s ease-out;
}

.btn-arrow-right {
  display: inline-flex;
  align-items: center;
}
.btn-arrow-right::after {
  transform: rotate(45deg);
  margin-left: 8px;
  transition: transform 0.2s ease-out;
}
.btn-arrow-right:hover {
  opacity: 0.6;
}
.btn-arrow-right:hover::after {
  transform: translateX(0.2em) rotate(45deg);
}
.block-category-list--promotion-freespace a.btn-arrow-right,
.block-category-list--freespace4 a.btn-arrow-right {
  display: inline-flex;
}
.block-category-list--promotion-freespace a.btn-arrow-right::before, .block-category-list--promotion-freespace a.btn-arrow-right::after,
.block-category-list--freespace4 a.btn-arrow-right::before,
.block-category-list--freespace4 a.btn-arrow-right::after {
  transition: transform 0.2s ease-out;
}

.btn-arrow-bottom {
  display: inline-flex;
  align-items: center;
}
.btn-arrow-bottom::after {
  transform: rotate(135deg);
  margin-left: 8px;
}
.btn-arrow-bottom:hover {
  opacity: 0.6;
}
.btn-arrow-bottom:hover::after {
  transform: translateY(0.2em) rotate(135deg);
}
.block-category-list--promotion-freespace a.btn-arrow-bottom,
.block-category-list--freespace4 a.btn-arrow-bottom {
  display: inline-flex;
}
.block-category-list--promotion-freespace a.btn-arrow-bottom::before, .block-category-list--promotion-freespace a.btn-arrow-bottom::after,
.block-category-list--freespace4 a.btn-arrow-bottom::before,
.block-category-list--freespace4 a.btn-arrow-bottom::after {
  transition: transform 0.2s ease-out;
}

/* ////////// text ////////// */
.btn-text-left {
  justify-content: flex-start;
}

/* ////////// size ////////// */
@media screen and (min-width: 768px), print {
  .btn-small {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 13.5px 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn-small {
    font-size: 1.3rem;
    padding: 1.4rem 1rem;
  }
}

@media screen and (min-width: 768px), print {
  .btn-medium {
    font-size: 16px;
    font-size: 1.6rem;
    width: 282px;
    padding: 29px 10px 29px 24px;
  }
}
@media screen and (max-width: 767px) {
  .btn-medium {
    font-size: 1.6rem;
    width: 28.2rem;
    padding: 2.9rem 1rem 2.9rem 2.4rem;
  }
}

@media screen and (min-width: 768px), print {
  .btn-large {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 19.5px 10px 19.5px 24px;
  }
}
@media screen and (max-width: 767px) {
  .btn-large {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

/* ////////// color ////////// */
.btn-color-primary {
  color: #fff;
  background-color: #FF6666;
  border: none;
}

.btn-simple {
  border: 1px solid #1A1A1A;
  border-radius: 0px;
}
.btn-simple.btn-medium {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 13.5px 70.5px;
  width: auto;
}

/* ////////// foot-btn ////////// */
@media screen and (min-width: 768px), print {
  .foot-btn-wrap {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .foot-btn-wrap {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px), print {
  .foot-btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot-btn-list .btn-large {
    width: 526px;
  }
}
@media screen and (max-width: 767px) {
  .foot-btn-list {
    text-align: center;
  }
  .foot-btn-list .btn-initial {
    width: 100%;
  }
}

/* ////////// btn-initial-lsit ////////// */
.btn-initial-lsit {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .btn-initial-lsit {
    margin-right: -4px;
    margin-right: -4px;
  }
  .btn-initial-lsit li {
    padding-right: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .btn-initial-lsit {
    margin-right: -0.4rem;
    margin-right: -0.4rem;
  }
  .btn-initial-lsit .btn-initial {
    width: 100%;
  }
  .btn-initial-lsit li {
    width: 100%;
    margin-top: 0.5rem;
    padding-right: 0.4rem;
    padding-right: 0.4rem;
  }
  .btn-initial-lsit.-spHalf li {
    width: 50%;
  }
}

/* Card
   ========================================================================== */
/* size
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .card-list {
    display: flex;
    flex-wrap: wrap;
  }
  .card-list .card-list-text {
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .card-list-column2 .card-list {
    margin-right: -20px;
    margin-left: -20px;
  }
  .card-list-column2 .card-list > * {
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .card-list-column2 .card-list > *:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .card-list-column2 .card-list.min-width {
    width: 60%;
    margin: 0 auto;
  }
  .card-list.-column3 {
    margin-right: 0px;
    margin-left: -4px;
  }
  .card-list.-column3 > * {
    width: 33.3333333333%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .card-list.-column3 > *:nth-of-type(n+4) {
    margin-top: 24px;
  }
  .card-list.-column4 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .card-list.-column4 li {
    width: 25%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .card-list.-column4 li:nth-of-type(n+5) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .card-list .card-list-text {
    font-weight: 500;
    font-size: 1.15rem;
    line-height: 1.4;
    margin-top: 0.4rem;
  }
  .card-list.-column3, .card-list.-column4 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;
  }
  .card-list.-column3 > *, .card-list.-column4 > * {
    width: 50%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .card-list.-column3 > *:nth-of-type(2), .card-list.-column4 > *:nth-of-type(2) {
    margin-top: 0;
  }
  .card-list.-column3 > *:nth-of-type(n+3), .card-list.-column4 > *:nth-of-type(n+3) {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .card-list-item + .card-list-item {
    margin-top: 3rem;
  }
}

/* block
   ========================================================================== */
.card-list-title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
}
@media screen and (min-width: 768px), print {
  .card-list-title {
    font-size: 21px;
    font-size: 2.1rem;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .card-list-title {
    font-size: 2.1rem;
    margin-top: 0.5rem;
  }
}

/* cardDetail
   ========================================================================== */
.cardDetail-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .cardDetail-list.-column4 {
    padding-right: 56px;
  }
}
@media screen and (max-width: 767px) {
  .cardDetail-list {
    margin-top: 3rem;
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

@media screen and (min-width: 768px), print {
  .-column4 .cardDetail-item {
    width: calc(25% - 28px);
    margin-right: 56px;
  }
  .-column4 .cardDetail-item:nth-of-type(4n) {
    margin-right: -56px;
  }
}
@media screen and (max-width: 767px) {
  .cardDetail-item {
    width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cardDetail-item:nth-of-type(n+3) {
    margin-top: 2rem;
  }
}

.cardDetail-image {
  font-size: 0;
}
.cardDetail-image img {
  width: 100%;
}
.cardDetail-image ~ * {
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .cardDetail-image + * {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cardDetail-image + * {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px), print {
  .cardDetail--title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cardDetail--title {
    font-size: 1.6rem;
  }
}

.cardDetail--notice {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px), print {
  .cardDetail--notice {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .cardDetail--notice {
    font-size: 1.3rem;
    margin-top: 0.3rem;
  }
}

.cardDetail--sub-txt {
  text-align: right;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px), print {
  .cardDetail--sub-txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
    padding-top: 13px;
  }
  .cardDetail--sub-txt span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .cardDetail--sub-txt {
    font-size: 1.6rem;
    margin-top: 1rem;
    padding-top: 0.5rem;
  }
  .cardDetail--sub-txt span {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .cardDetail-info {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .cardDetail-info {
    margin-top: 3rem;
  }
}

.-right .cardDetail-info--list li {
  justify-content: flex-end;
}
@media screen and (min-width: 768px), print {
  .cardDetail-info--list li + li {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .cardDetail-info--list li + li {
    margin-top: 0.5rem;
  }
}

.cardDetail--button-cart .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardDetail--button-cart .btn::before {
  content: "";
  display: block;
  background: url(/img/usr/common/ico_btn_cart.png) center center no-repeat;
}
.cardDetail--button-cart .btn:hover::before {
  background: url(/img/usr/common/ico_btn_cart_hover.png) center center no-repeat;
  background-size: 20px 21px;
}
@media screen and (min-width: 768px), print {
  .cardDetail--button-cart {
    margin-top: 8px;
  }
  .cardDetail--button-cart .btn {
    font-size: 15px;
    padding: 8px;
  }
  .cardDetail--button-cart .btn::before {
    width: 20px;
    height: 21px;
    margin-right: 14px;
    margin-bottom: 2px;
    background-size: 20px 21px;
  }
}
@media screen and (max-width: 767px) {
  .cardDetail--button-cart {
    margin-top: 0.8rem;
  }
  .cardDetail--button-cart .btn {
    font-size: 1.2rem;
    padding: 1rem;
  }
  .cardDetail--button-cart .btn::before {
    width: 1.6rem;
    height: 1.7rem;
    margin-right: 0.9rem;
    background-size: 1.6rem 1.7rem;
  }
}

.cardDetail--button-schedule .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .cardDetail--button-schedule {
    margin-top: 8px;
  }
  .cardDetail--button-schedule .btn {
    font-size: 15px;
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .cardDetail--button-schedule {
    margin-top: 0.8rem;
  }
  .cardDetail--button-schedule .btn {
    font-size: 1.2rem;
    padding: 1rem;
  }
}

/* cardVarious
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .cardVarious-wrap {
    margin-top: 58px;
  }
}
@media screen and (max-width: 767px) {
  .cardVarious-wrap {
    margin-top: 3rem;
  }
}

.cardVarious-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cardVarious-list {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.cardVarious-item {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .cardVarious-item {
    padding-right: 68px;
    padding-left: 68px;
  }
}
@media screen and (max-width: 767px) {
  .cardVarious-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.cardVarious--title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  font-weight: normal;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px), print {
  .cardVarious--title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .cardVarious--title {
    font-size: 1.6rem;
    padding: 0;
  }
}

.cardVarious--image {
  flex-shrink: 0;
  line-height: 0;
}
@media screen and (min-width: 768px), print {
  .cardVarious--image {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cardVarious--image {
    margin-top: 1.5rem;
    height: 13rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cardVarious--image img {
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .cardVarious--txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cardVarious--txt {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    text-align: left;
  }
}

.cardVarious--comment {
  line-height: 1.4;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px), print {
  .cardVarious--comment {
    font-size: 15px;
    font-size: 1.5rem;
    width: 704px;
    margin-top: 30px;
    padding: 8.5px;
  }
}
@media screen and (max-width: 767px) {
  .cardVarious--comment {
    font-size: 1.5rem;
    margin-top: 2rem;
    padding: 0.8rem;
  }
}

/* cardLink-list
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .cardLink-list {
    display: flex;
    flex-wrap: wrap;
  }
  .cardLink-list.-column3 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cardLink-list {
    margin-top: 4.9rem;
  }
}

.cardLink-list-item a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .cardLink-list-item a {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
  .cardLink-list-item a:hover {
    opacity: 0.6;
  }
  .-column3 .cardLink-list-item {
    width: calc(33.3333333333% - 10px);
    margin-right: 30px;
  }
  .-column3 .cardLink-list-item:nth-of-type(3n) {
    margin-right: -30px;
  }
  .-column3 .cardLink-list-item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cardLink-list-item + .cardLink-list-item {
    margin-top: 2.5rem;
  }
}

.cardLink-list-image {
  line-height: 0;
}

.cardLink-list--title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  line-height: 1.2272727273;
}
a .cardLink-list--title {
  display: flex;
  align-items: center;
}
a .cardLink-list--title::before {
  content: "";
  display: block;
  border-top: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: transform 0.2s ease-out;
}
@media screen and (min-width: 768px), print {
  .cardLink-list--title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 10px;
  }
  a .cardLink-list--title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  a .cardLink-list--title::before {
    width: 5px;
    height: 5px;
    transition: transform 0.2s ease-out;
    margin-right: 8px;
  }
  a:hover .cardLink-list--title::before {
    transform: translateX(0.1em) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .cardLink-list--title {
    font-size: 2.1rem;
    margin-top: 1.3rem;
  }
  a .cardLink-list--title {
    font-size: 2.1rem;
  }
  a .cardLink-list--title::before {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.8rem;
  }
}

@media screen and (min-width: 768px), print {
  .cardLink-list-txt {
    line-height: 1.75;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .cardLink-list-txt {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-top: 0.5rem;
  }
}

/* Card
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .cardPanel.-column4 {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem;
  }
  .cardPanel.-column4 > * {
    width: calc((100/4*1%) - 2.4rem);
  }
  .cardPanel.-column4 > *:not(#__) {
    margin: 0;
  }
  * + .cardPanel {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .cardPanel.-column4 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .cardPanel.-column4 > * {
    width: calc((100/2*1%) - 0.4rem);
  }
  .cardPanel.-column4 > *:not(#__) {
    margin: 0;
  }
  * + .cardPanel {
    margin-top: 3.2rem;
  }
}

.cardPanel-item {
  text-align: center;
}
.cardPanel-item > * + * {
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px), print {
  .cardPanel-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cardPanel-item {
    font-size: 1.3rem;
  }
}

.cardPanel--title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  line-height: 1.4;
}
.cardPanel--title + * {
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px), print {
  .cardPanel--title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .cardPanel--title {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  .cardPanel--txt {
    margin-top: 0.4rem;
  }
}

/* CardThumb
   ========================================================================== */
* + .cardThumb-list {
  margin-top: 5rem;
}
@media screen and (min-width: 768px), print {
  .cardThumb-list {
    display: flex;
    flex-wrap: wrap;
    padding-right: 6rem;
  }
}

.cardThumb a {
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .cardThumb {
    width: 33.3333333333%;
    margin-right: 3rem;
  }
  .cardThumb:nth-of-type(3n) {
    margin-right: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .cardThumb + .cardThumb {
    margin-top: 3rem;
  }
}

.cardThumb-inner {
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 768px), print {
  .cardThumb-inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cardThumb-inner {
    display: flex;
    align-items: flex-start;
  }
}

.cardThumb-image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cardThumb-image {
    width: 19.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .cardThumb-txt--wrap {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cardThumb-txt--wrap {
    flex: 1;
    margin-left: 1.5rem;
  }
}

.cardThumb-title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  display: flex;
  align-items: flex-start;
}
.cardThumb-title::before {
  content: ">";
  display: block;
  position: relative;
  top: 0.3em;
  margin-right: 1rem;
}
@media screen and (min-width: 768px), print {
  .cardThumb-title {
    font-size: 2.1rem;
  }
  .cardThumb-title::before {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .cardThumb-title {
    font-size: 1.8rem;
    font-feature-settings: "palt";
  }
  .cardThumb-title::before {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .cardThumb-txt {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cardThumb-txt {
    font-size: 1.25rem;
    font-feature-settings: "palt";
  }
}

/* CompareBox
   ========================================================================== */
@media screen and (max-width: 767px) {
  .compareBox {
    margin-top: 3rem;
  }
}

/* ////////// compareBox-item-wrap ////////// */
@media screen and (min-width: 768px), print {
  .compareBox-item-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .compareBox-item-wrap {
    display: block;
    margin-right: -1.2rem;
    margin-left: -1.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .compareBox-item {
    width: 50%;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .compareBox-item {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 3rem;
  }
}

.compareBox-item--image img {
  width: 100%;
}

.compareBox-item--price-wrap {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
}
@media screen and (min-width: 768px), print {
  .compareBox-item--price-wrap {
    margin-top: 5px;
  }
  .compareBox-item--price-wrap > * + * {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .compareBox-item--price-wrap {
    margin-top: 0.8rem;
  }
  .compareBox-item--price-wrap > * + * {
    margin-left: 0.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .compareBox-item--name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .compareBox-item--name {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px), print {
  .compareBox-item--price {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .compareBox-item--price {
    font-size: 1.8rem;
  }
}

.compareBox-item--info {
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px), print {
  .compareBox-item--info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-top: 13px;
  }
  .compareBox-item--info li {
    font-size: 13px;
    font-size: 1.3rem;
    /*width: (10/3)*10%;*/
    width: 50%;
  }
  .compareBox-item--info li:nth-of-type(n+3) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .compareBox-item--info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    padding-top: 0.8rem;
    padding-right: 0.5rem;
  }
  .compareBox-item--info li {
    font-size: 1.1rem;
    /*margin-right: rem(5);*/
    width: 50%;
  }
  .compareBox-item--info li + li {
    margin-top: 0.3rem;
  }
}

/* ////////// compareBox-list ////////// */
@media screen and (min-width: 768px), print {
  .compareBox-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 64px;
    padding-right: 36px;
  }
  .compareBox-item-wrap + .compareBox-list {
    margin-top: 37px;
  }
}
@media screen and (max-width: 767px) {
  .compareBox-list {
    margin-top: 2rem;
  }
}

.compareBox-list-item {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px), print {
  .compareBox-list-item {
    width: 50%;
    margin-right: 36px;
    padding: 35px 0 15px;
  }
  .compareBox-list-item:nth-of-type(even) {
    margin-right: -36px;
  }
}
@media screen and (max-width: 767px) {
  .compareBox-list-item {
    padding: 2rem 0 1.5rem;
  }
}

.compareBox-list--image {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .compareBox-list--image {
    min-width: 215px;
  }
}
@media screen and (max-width: 767px) {
  .compareBox-list--image {
    width: 10rem;
    flex-shrink: 0;
    padding: 0 2rem 0 0;
  }
}

.compareBox-list--txt-wrap {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .compareBox-list--txt-wrap {
    padding-bottom: 33px;
  }
}
@media screen and (max-width: 767px) {
  .compareBox-list--txt-wrap {
    text-align: left;
  }
}

.compareBox-list--title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
}
.compareBox-list--title span {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .compareBox-list--title {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .compareBox-list--title span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .compareBox-list--title {
    font-size: 2.2rem;
  }
  .compareBox-list--title span {
    font-size: 1rem;
  }
}

.compareBox-list--txt {
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px), print {
  .compareBox-list--txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 14px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .compareBox-list--txt {
    font-size: 1.4rem;
    margin-top: 0rem;
    padding-right: 0.8rem;
  }
}

.compareBox-list--sub-txt {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px), print {
  .compareBox-list--sub-txt {
    right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .compareBox-list--sub-txt {
    right: 0.8rem;
  }
}

/* Faq
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .block-common-border--title + .faq-group {
    margin-top: 53px;
  }
  .faq-group + .faq-group {
    margin-top: 54px;
  }
  .faq-group ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .faq-group .list-disc li::before {
    top: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .block-common-border--title + .faq-group {
    margin-top: 2rem;
  }
  .faq-group + .faq-group {
    margin-top: 5rem;
  }
}

.faq-group-question {
  font-weight: 600;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.faq-group-question::before {
  content: "Q.";
  color: #FF6666;
}
@media screen and (min-width: 768px), print {
  .faq-group-question {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
  .faq-group-question::before {
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .faq-group-question {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
  .faq-group-question::before {
    margin-right: 0.6rem;
  }
}

.faq-group-answer a {
  text-decoration: underline;
}
.faq-group-answer a:hover {
  text-decoration: none;
}

.faq-group-answer--title {
  position: relative;
  padding-left: 1.3em;
}
.faq-group-answer--title::before {
  content: "A.";
  color: #FF6666;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .faq-group-answer--title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 16px;
    line-height: 2;
  }
  .faq-group-answer--title::before {
    content: "A.";
    color: #FF6666;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .faq-group-answer--title {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 1.5rem;
  }
  .faq-group-answer--title::before {
    margin-right: 0.3rem;
  }
}

@media screen and (min-width: 768px), print {
  .faq-group-answer--txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
}

/* PC */
/* ////////// faq-spread-box ////////// */
.faq-spread-box.-verTop {
  align-items: flex-start;
}
.faq-spread-box.-verCenter {
  align-items: center;
}
.faq-spread-box.-verBottom {
  align-items: flex-end;
}
@media screen and (min-width: 768px), print {
  .faq-spread-box {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
  }
  .faq-spread-box + * {
    margin-top: 3rem;
  }
  .faq-spread-box > * {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .faq-spread-box {
    margin-top: 2rem;
  }
  .faq-spread-box + * {
    margin-top: 2rem;
  }
  .faq-spread-box > * + * {
    margin-top: 3rem;
  }
}

.faq-thumb-list {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}
@media screen and (min-width: 768px), print {
  .faq-thumb-list {
    width: 100%;
  }
  .faq-thumb-list + * {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .faq-thumb-list {
    flex-wrap: wrap;
  }
}

.faq-thumb-list-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .faq-thumb-list-item {
    width: 49%;
  }
  .faq-thumb-list-item:nth-of-type(n+3) {
    margin-top: 3rem;
  }
  .faq-thumb-list-item a > * {
    margin-bottom: 0rem;
  }
  .faq-thumb-list-item a > * + * {
    margin-top: 0rem;
  }
  .faq-thumb-list-item img {
    width: 100%;
  }
}

/* リスト
   ========================================================================== */
/* ////////// page-anchor ////////// */
.page-anchor li {
  display: inline-block;
  margin-right: 24px;
}

/* ////////// list-disc ////////// */
.list-disc {
  list-style-type: none;
  margin-left: 0.4em;
}
.list-disc li {
  display: flex;
  line-height: 1.5;
}
.list-disc li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #1A1A1A;
  position: relative;
  top: 0.6em;
  margin-right: 0.5em;
}
.list-disc li + li {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px), print {
  .list-disc li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .list-disc li {
    font-size: 1.4rem;
  }
  html[data-browse-mode=S] .block-freepage .mainarea .list-disc li {
    text-indent: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .block-common-border .list-disc {
    font-size: 1.4rem;
  }
}

/* ////////// list-decimal ////////// */
.list-decimal {
  margin-left: 1.5em;
}
.list-decimal li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.list-decimal li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list-decimal li {
    margin-bottom: 1rem;
  }
}

/* ////////// list-notice ////////// */
.list-notice li {
  display: flex;
}
.list-notice li::before {
  content: "※";
  flex-shrink: 0;
}
@media screen and (min-width: 768px), print {
  .list-notice li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .list-notice li {
    font-size: 1.4rem;
  }
}

.-notice {
  color: #888;
}
@media screen and (min-width: 768px), print {
  .-notice {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .-notice {
    font-size: 1.2rem;
  }
}

/* ////////// link-list--arrow ////////// */
.link-list--arrow {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .link-list--arrow {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .block-common-border--title + .link-list--arrow {
    margin-top: 28px;
  }
  .block-common-border > .link-list--arrow:first-child {
    margin-top: 0;
  }
  .link-list--arrow.-column4 {
    padding-right: 8px;
  }
  .link-list--arrow.-column4 li {
    width: calc(25% - 4px);
    margin-right: 8px;
    max-height: 64px;
  }
  .link-list--arrow.-column4 li:nth-of-type(4n) {
    margin-right: -8px;
  }
  .link-list--arrow.-column4 li:nth-of-type(-n+4) a {
    border-top: 1px solid #ddd;
  }
  .link-list--arrow.-column4.-peak li:nth-of-type(-n+4) a {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .link-list--arrow {
    font-size: 1.4rem;
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  .link-list--arrow li {
    width: 50%;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
.link-list--arrow a {
  display: flex;
  height: 100%;
  align-items: center;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 1;
}
.link-list--arrow a::before {
  content: "";
  display: block;
  flex-shrink: 0;
  border-top: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
  transform: rotate(45deg);
  transition: transform 0.2s ease-out;
}
@media screen and (min-width: 768px), print {
  .link-list--arrow a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 20px 8px;
  }
  .link-list--arrow a::before {
    width: 5px;
    height: 5px;
    margin-right: 8px;
  }
  .link-list--arrow a:hover {
    opacity: 0.6;
  }
  .link-list--arrow a:hover::before {
    transform: translateX(0.2em) rotate(45deg);
  }
  .link-list--arrow.-arrowBottom li a::before {
    transform: rotate(135deg);
  }
  .link-list--arrow.-arrowBottom li a:hover::before {
    transform: translateY(0.1em) rotate(135deg);
  }
}
@media screen and (max-width: 767px) {
  .link-list--arrow a {
    font-size: 1.4rem;
    padding: 1.35rem 0;
  }
  .link-list--arrow a::before {
    width: 5px;
    height: 5px;
    margin-right: 8px;
  }
}

/* ////////// list-number ////////// */
.list-number {
  counter-reset: listNumber;
}
.list-number > li {
  counter-increment: listNumber;
  display: flex;
}
.list-number > li::before {
  content: counter(listNumber);
  flex-shrink: 0;
}
.list-number.-includeList > li {
  display: block;
  position: relative;
  padding-left: 1.2em;
}
.list-number.-includeList > li::before {
  position: absolute;
  left: 0;
}
.list-number.-includeList > li > ul {
  width: 100%;
  margin-left: -1.2em;
}
.list-number.-dots {
  line-height: 2;
}
.list-number.-dots > li::before {
  content: counter(listNumber) ".";
  margin-right: 0.4em;
}
.list-number.-brackets {
  line-height: 2;
}
.list-number.-brackets > li::before {
  content: counter(listNumber) "）";
}

/* Table
   ========================================================================== */
/* ////////// table-common ////////// */
.table-common {
  border-bottom: 1px solid #ccc;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .table-common {
    table-layout: fixed;
  }
}
.table-common thead th {
  font-weight: 500;
  text-align: center;
  border-top: none;
}
@media screen and (min-width: 768px), print {
  .table-common thead th {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .table-common thead th {
    padding-top: 1.55rem;
    padding-bottom: 1.55rem;
  }
}
.table-common th, .table-common td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-common th:first-of-type, .table-common td:first-of-type {
  border-left: none;
}
@media screen and (min-width: 768px), print {
  .table-common th, .table-common td {
    padding: 22px 40px;
  }
}
@media screen and (max-width: 767px) {
  .table-common th, .table-common td {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 1.55rem 1rem 1.7rem;
    width: auto;
  }
}
.table-common th {
  background-color: #f5f5f5;
}
.table-common th[scope=row] {
  width: 33.33%;
}
@media screen and (min-width: 768px), print {
  .table-common td {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/* ////////// table-noborder ////////// */
@media screen and (min-width: 768px), print {
  * + .table-noborder-wrap {
    margin-top: 54px;
  }
  .block-common-border--title + .table-noborder-wrap {
    margin-top: 21.5px;
  }
}

.table-noborder {
  width: 100%;
  border-top: 1px solid #ddd;
}
.table-noborder th {
  vertical-align: baseline;
  line-height: 2.2857142857;
}
@media screen and (min-width: 768px), print {
  .table-noborder th, .table-noborder td {
    border-bottom: 1px solid #ddd;
    padding: 7.5px 24px;
  }
  .table-noborder th {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .table-noborder td {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .table-noborder.sp-vertical th, .table-noborder.sp-vertical td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .table-noborder.sp-vertical th {
    padding-top: 0.7rem;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .table-noborder.sp-vertical td {
    font-size: 1.5rem;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.7rem;
  }
}

/* ////////// table-common--subtext ////////// */
.table-common--subtext.text-separate {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px), print {
  .table-common--subtext {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .table-common--subtext.text-separate {
    margin-top: 12.5px;
  }
}
@media screen and (max-width: 767px) {
  .table-common--subtext {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .table-common--subtext-wrap {
    margin-top: 12.5px;
  }
}
@media screen and (max-width: 767px) {
  .table-common--subtext-wrap {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .table-common--subtext-wrap .list-disc {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .table-common--subtext-wrap .list-disc {
    margin-top: 0.8rem;
  }
}
.table-common--subtext-wrap .list-disc li + li {
  margin-top: 0;
}
@media screen and (min-width: 768px), print {
  .table-common--subtext-wrap .list-notice {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .table-common--subtext-wrap .list-notice {
    margin-top: 0.8rem;
  }
}

.table-common--subtext-title {
  font-weight: bold;
}

/* ////////// sp-scroll ////////// */
@media screen and (min-width: 768px), print {
  .sp-scroll-navigation {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-scroll-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .sp-scroll-navigation::before, .sp-scroll-navigation::after {
    content: "→";
    display: block;
    margin-right: 1em;
    margin-left: 1em;
  }
  .sp-scroll-navigation::before {
    transform: scale(-1, 1);
  }
}

@media screen and (max-width: 767px) {
  .sp-scroll {
    transform: scale(1, -1);
    padding-bottom: 20px;
    overflow-x: scroll;
  }

  .sp-scroll::-webkit-scrollbar {
    height: 8px;
  }

  .sp-scroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }

  .sp-scroll::-webkit-scrollbar-track-piece {
    background: #efefef;
    border-radius: 5px;
  }

  .sp-scroll-contents {
    transform: scale(1, -1);
  }
  .sp-scroll-contents th, .sp-scroll-contents td {
    white-space: nowrap;
  }
}
/* Text
   ========================================================================== */
.txt-primary {
  color: #FF6666;
}

/* ////////// txt-bg__primary ////////// */
.txt-bg {
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .txt-bg {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 5.5px 5px;
    letter-spacing: 0.08em;
  }
  * + .txt-bg {
    margin-top: 27px;
  }
}
@media screen and (max-width: 767px) {
  .txt-bg {
    font-size: 1.5rem;
    font-feature-settings: "palt" 1;
    padding: 1.1rem 1.3rem;
  }
}

.txt-bg__primary {
  background-color: #FF6666;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .txt-bg__primary {
    line-height: 1.8823529412;
  }
}
@media screen and (max-width: 767px) {
  .txt-bg__primary {
    line-height: 1.4666666667;
  }
  .table-common-wrap + .txt-bg__primary {
    margin-top: 1.5rem;
  }
}

/* Thumbnail
   ========================================================================== */
/* ////////// thumbnail-group ////////// */
.thumbnail-group {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .block-common-border--title + .thumbnail-group {
    margin-top: 15px;
  }
  .thumbnail-group.-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .thumbnail-group {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px), print {
  .thumbnail-group-txtWrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .thumbnail-group-txtWrap {
    margin-top: 1.5rem;
  }
}

.thumbnail-group--txt {
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .thumbnail-group-list {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 15px;
  }
  .thumbnail-group--txt + .thumbnail-group-list {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .thumbnail-group-list {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.thumbnail-group--image-wrap figcaption {
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .thumbnail-group--image-wrap {
    flex-shrink: 0;
    margin-left: 40px;
    padding-right: 57px;
    padding-left: 57px;
  }
  .thumbnail-group--image-wrap > * + * {
    margin-top: 18px;
  }
  .thumbnail-group--image-wrap figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .thumbnail-group--image-wrap > * + * {
    margin-top: 18px;
  }
  .thumbnail-group--image-wrap figcaption {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}

.thumbnail-group--image figcaption {
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .thumbnail-group--image {
    flex-shrink: 0;
    margin-left: 40px;
  }
  .-reverse .thumbnail-group--image {
    margin-right: 40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .thumbnail-group--image {
    text-align: center;
  }
}

/* ////////// thumbnail-address ////////// */
.thumbnail-address {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .thumbnail-address {
    border: 1px solid #ddd;
    padding: 15px 15px 15px 40px;
  }
  .thumbnail-address + .thumbnail-address {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .thumbnail-address {
    border-bottom: 1px solid #ddd;
    flex-direction: row-reverse;
    margin-top: 2rem;
    padding: 2rem 1rem 2rem 0;
  }
  .thumbnail-address:first-of-type {
    border-top: 1px solid #ddd;
  }
}

@media screen and (min-width: 768px), print {
  .thumbnail-address-txtWrap {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .thumbnail-address-txtWrap {
    width: calc(100% - 14rem);
  }
}

@media screen and (min-width: 768px), print {
  .thumbnail-address-name, .thumbnail-address-detail {
    padding-top: 20px;
  }
}

.thumbnail-address-name {
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .thumbnail-address-name {
    width: 120px;
    padding-right: 10px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .thumbnail-address-name {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .thumbnail-address-detail {
    line-height: 2;
    width: 100%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .thumbnail-address-detail {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.thumbnail-address-image {
  flex-shrink: 0;
  line-height: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px), print {
  .thumbnail-address-image {
    width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .thumbnail-address-image {
    width: 14rem;
    margin-right: 1.5rem;
  }
}

/* ////////// thumbnail-group ////////// */
@media screen and (min-width: 768px), print {
  .thumbnail-group {
    border: 1px solid #ddd;
    padding: 15px 130px;
  }
}
@media screen and (max-width: 767px) {
  .thumbnail-group {
    padding: 0.5rem 0.5rem;
  }
  .thumbnail-group p {
    width: 60%;
  }
}

/* Title
   ========================================================================== */
/* ////////// heading-simple ////////// */
.heading-simple {
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .heading-simple {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .heading-simple .sub-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .heading-simple {
    font-size: 2rem;
  }
}

.heading-simple__small {
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .heading-simple__small {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .heading-simple__small {
    font-size: 1.8rem;
  }
}

.heading-simple__min {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .heading-simple__min {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.14em;
  }
}
@media screen and (max-width: 767px) {
  .heading-simple__min {
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }
}

/* ////////// page-main--title ////////// */
.block-category-list--header,
.page-category .block-category-list--header {
  text-align: center;
  letter-spacing: 0.15em;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .block-category-list--header,
.page-category .block-category-list--header {
    font-size: 41px;
    font-size: 4.1rem;
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .block-category-list--header,
.page-category .block-category-list--header {
    font-size: 2.9rem;
    letter-spacing: 0.1em;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 1.4rem;
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }
}
.page-cebikara1 .block-category-list--header, .page-cebikara2 .block-category-list--header, .page-cebikara3 .block-category-list--header,
.page-cebikara1 .page-category .block-category-list--header,
.page-cebikara2 .page-category .block-category-list--header,
.page-cebikara3 .page-category .block-category-list--header {
  display: none;
}

.block-category-list--comment,
.page-category .block-category-list--comment,
.block-event-page--comment,
.page-event .block-event-page--comment {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  text-align: center;
  width: auto;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .block-category-list--comment,
.page-category .block-category-list--comment,
.block-event-page--comment,
.page-event .block-event-page--comment {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.65;
    margin-top: 26px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .block-category-list--comment,
.page-category .block-category-list--comment,
.block-event-page--comment,
.page-event .block-event-page--comment {
    font-size: 1.6rem;
    margin-top: 1.3rem;
    padding: 0 5vw;
    line-height: 1.75;
    text-align: left;
  }
  .page-c8010 .block-category-list--comment, .page-c8010_rn .block-category-list--comment,
.page-c8010 .page-category .block-category-list--comment,
.page-c8010_rn .page-category .block-category-list--comment,
.page-c8010 .block-event-page--comment,
.page-c8010_rn .block-event-page--comment,
.page-c8010 .page-event .block-event-page--comment,
.page-c8010_rn .page-event .block-event-page--comment {
    margin-right: 0;
    margin-left: 0;
  }
}

/* TopicPath
   ========================================================================== */
.pane-topic-path .-unLink {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pane-topic-path {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .page-goods .pane-topic-path,
.page-contentspages .pane-topic-path,
.pane-topic-path {
    margin-top: 26px;
  }
}
@media screen and (min-width: 768px), print {
  .page-mainvisual + .page-goods .pane-topic-path,
.page-mainvisual + .page-contentspages .pane-topic-path,
.page-mainvisual + .pane-topic-path {
    margin-top: 14px;
  }
}

/* Webフォント
   ========================================================================== */
/* その他パーツ
   ========================================================================== */
/* 電話番号リンク */
@media screen and (min-width: 768px), print {
  .tel-linktext {
    pointer-events: none !important;
    text-decoration: none !important;
  }
}
/* 画像を幅100%にする */
img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* object fit image */
img.img-ofi-cover,
img.img-ofi-contain {
  width: 100%;
  height: 100%;
}

img.img-ofi-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

img.img-ofi-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

/* sticky */
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sticky.sticky-fixed.is-sticky:not([style*=margin-top]) {
  margin-top: 0 !important;
}
.sticky.sticky-fixed.is-sticky:not([style*=margin-bottom]) {
  margin-bottom: 0 !important;
}
.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

.label-item-wrap {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .label-item-wrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .label-item-wrap {
    margin-bottom: 2rem;
  }
}

.label-item {
  display: inline-block;
  border: 1px solid #FF6666;
  color: #FF6666;
}
.label-item.-free {
  background-color: #FF6666;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .label-item {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 1px 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .label-item {
    font-size: 1.3rem;
    padding: 0.2rem 0.8rem 0;
  }
}

@media screen and (max-width: 767px) {
  #agreement {
    margin-top: -30px;
    padding-top: 30px;
  }
}

.scroll {
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px), print {
  .scroll {
    margin: 50px auto 0;
    padding: 0 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .scroll {
    margin: 50px auto 30px;
    padding: 0 10px 20px;
  }
}

.border-none {
  border: none;
}

.-noEvent {
  pointer-events: none;
}

.category-comment-substitute {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  letter-spacing: 0.1em;
  width: auto;
}
@media screen and (min-width: 768px), print {
  .category-comment-substitute {
    line-height: 1.65;
    text-align: center;
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .category-comment-substitute {
    text-align: left;
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-right: 1rem;
    margin-left: 0.5rem;
    line-height: 1.75;
  }
}

h1.category-list--header-substitute {
  text-align: center;
  letter-spacing: 0.15em;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  h1.category-list--header-substitute {
    font-size: 41px;
    font-size: 4.1rem;
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  h1.category-list--header-substitute {
    font-size: 2.9rem;
    letter-spacing: 0.1em;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .page-genre .freespace4-inner {
    padding-right: 3.62vw;
    padding-left: 3.62vw;
  }
}

a.-linkUnderline {
  text-decoration: underline;
}
a.-linkUnderline:hover {
  text-decoration: none;
}

/* event
============================================================= */
.page-event .block-event-page--freespace3 {
  display: block;
}
.page-event .block-event-page--freespace3 img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .page-event .block-event-page--freespace3 .main {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px), print {
  _::-webkit-full-page-media, _:future, :root .block-category-list--freespace3 img {
    height: 100%;
  }
}

/* ページ固有の特別処理
============================================================= */
/* ////////// /shop/e/edanjuro/ ////////// */
.page-event .block-event-page--freespace3 + .block-event-page--header,
.page-event .block-event-page--header-freespace + .block-event-page--header {
  display: none;
}
.page-event .block-event-page--header {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .page-event .block-event-page--header {
    font-size: 2.8rem;
  }
}

/* 商品購入規約
============================================================= */
.block-goods-agree--item img.attention_img {
  width: 50%;
}

[data-limited]:not(.-limited) {
  display: none;
}

/* Mainvisual
   ========================================================================== */
/* ////////// page-mainvisual--image ////////// */
.page-mainvisual--image img {
  width: 100%;
}

/* ////////// page-mainvisual__make ////////// */
.page-mainvisual-make {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .page-mainvisual-make {
    align-items: center;
    justify-content: space-between;
    padding-top: 66px;
    padding-bottom: 46px;
  }
}
@media screen and (max-width: 767px) {
  .page-mainvisual-make {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 3rem;
  }
}

.page-mainvisual-make--title {
  background: none;
}
@media screen and (min-width: 768px), print {
  .page-mainvisual-make--title {
    order: 2;
    margin-right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .page-mainvisual-make--title {
    width: 32rem;
    margin-top: 1rem;
  }
}

.page-mainvisual-make--image img {
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px), print {
  .page-mainvisual-make--image {
    order: 1;
    margin-left: 42px;
  }
  .page-mainvisual-make--image + .page-mainvisual-make--image {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .page-mainvisual-make--image {
    width: 22rem;
  }
}

/* =============================================================
MakeFlow
============================================================= */
@media screen and (min-width: 768px), print {
  .makeFlow-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
    padding-right: 27.5px;
  }
}
@media screen and (max-width: 767px) {
  .makeFlow-wrap {
    margin-top: 7rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media screen and (min-width: 768px), print {
  .makeFlow {
    width: calc(33.3333333333% - 13.75px);
    margin-right: 27.5px;
  }
  .makeFlow:nth-of-type(3n) {
    margin-right: -27.5px;
  }
  .makeFlow:nth-of-type(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .makeFlow + .makeFlow {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px), print {
  .makeFlow--image {
    min-height: 399px;
  }
}
.makeFlow--image img {
  mix-blend-mode: multiply;
}

.makeFlow--txt {
  color: #763A3B;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .makeFlow--txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .makeFlow--txt {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

/* MediaContents
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .mediaContents {
    display: flex;
    align-items: center;
  }
  * + .mediaContents {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  * + .mediaContents {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px), print {
  .mediaContents--image {
    flex-shrink: 0;
  }
}

@media screen and (min-width: 768px), print {
  .mediaContents-txt--wrap {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mediaContents-txt--wrap {
    margin-top: 2rem;
  }
}

.mediaContents--title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
}
@media screen and (min-width: 768px), print {
  .mediaContents--title {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .mediaContents--title {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}

@media screen and (min-width: 768px), print {
  .mediaContents--txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .mediaContents--txt {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}

.mediaContents--button .btn-initial {
  border-color: #1A1A1A;
  border-radius: 0px;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .mediaContents--button {
    margin-top: 10px;
  }
  .mediaContents--button .btn-initial {
    width: 376px;
  }
}
@media screen and (max-width: 767px) {
  .mediaContents--button {
    margin-top: 1rem;
  }
  .mediaContents--button .btn-initial {
    width: 100%;
  }
}

/* Modal
   ========================================================================== */
.modaal-container .modaal-close::before, .modaal-container .modaal-close::after {
  background-color: #FF6666;
  width: 1px;
  height: 40px;
  transition: background 0.2s ease-out;
}
.modaal-container .modaal-close:hover::before, .modaal-container .modaal-close:hover::after {
  background-color: rgba(255, 102, 102, 0.5);
}

@media screen and (min-width: 768px), print {
  .page-top .modaal-image .modaal-container, .page-contentspages .modaal-image .modaal-container {
    height: 80vh;
  }
  .page-top .modaal-image .modaal-container img, .page-contentspages .modaal-image .modaal-container img {
    width: auto !important;
    height: 100%;
  }
  .page-top .modaal-content, .page-top .modaal-gallery-item, .page-contentspages .modaal-content, .page-contentspages .modaal-gallery-item {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-top .modaal-image .modaal-container, .page-contentspages .modaal-image .modaal-container {
    max-width: 100%;
  }
}

/* ////////// videoModal ////////// */
@media screen and (min-width: 768px), print {
  .iconVideoModal-container .modaal-video-wrap {
    margin: auto;
    max-width: 900px;
  }
  .iconVideoModal-container .modaal-video-wrap .modaal-video-container {
    max-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .iconVideoModal-container .modaal-video-wrap {
    margin: 0;
  }
}

/* ////////// iconInfo ////////// */
@media screen and (max-width: 767px) {
  .iconInfo-wrap {
    margin-bottom: 4rem;
  }
}

.btn-iconInfo {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .btn-iconInfo {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .iconInfoModal-container .modaal-container {
    min-width: 1000px;
  }
}

.iconInfo-list li {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .iconInfo-list {
    display: flex;
  }
  .iconInfo-list li {
    width: 33%;
    display: flex;
  }
  .iconInfo-list li .txt {
    width: 70%;
    padding-left: 15px;
  }
  .iconInfo-list li .txt h4 {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .iconInfo-list li {
    display: flex;
    align-items: center;
    padding-left: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.3rem;
  }
  .iconInfo-list li:before {
    display: none;
  }
  .iconInfo-list li span.txt {
    padding-left: 1.3rem;
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
  }
  .iconInfo-list li span.txt h4 {
    line-height: 1.4;
  }
  .iconInfo-list li + li {
    margin-top: 1.3rem;
  }
}

/* =============================================================
Prize
============================================================= */
.prize-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .prize-list {
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .prize-item + .prize-item {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .prize-item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .prize-item:nth-of-type(n+3) {
    margin-top: 1rem;
  }
}

/* Panle
   ========================================================================== */
/* ////////// panel-board ////////// */
.panel-board {
  border-radius: 4px;
  background-color: #F2F2F2;
  text-align: center;
}
.panel-board.-ghost {
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 768px), print {
  .panel-board {
    padding: 38px 40px 40px;
  }
  *:not(.section-steady--heading) + .panel-board {
    margin-top: 55px;
  }
  .panel-board.-ghost {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .panel-board {
    margin-top: 2.6rem;
    padding: 2.8rem 1.5rem 1.5rem;
  }
  .panel-board.-ghost {
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px), print {
  .panel-board--notice-box {
    display: inline-flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px), print {
  .panel-board--notice {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .panel-board--notice {
    font-size: 1.4rem;
    margin-top: 1rem;
    text-align: left;
  }
}

.panel-board-notice-list {
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .panel-board-notice-list {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .panel-board-notice-list {
    font-size: 1.3rem;
    margin-top: 8px;
    text-align: left;
  }
}

@media screen and (min-width: 768px), print {
  .panel-board-list {
    display: flex;
    flex-wrap: wrap;
    padding-right: 24px;
  }
  * + .panel-board-list {
    margin-top: 35px;
  }
  .panel-board--notice-box + .panel-board-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .panel-board-list {
    margin-top: 2.5rem;
  }
}

.panel-board-list--item {
  background-color: #fff;
  border-radius: 4px;
}
.-ghost .panel-board-list--item {
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px), print {
  .panel-board-list--item {
    width: 50%;
    margin-right: 24px;
    padding: 20px 15px;
  }
  .panel-board-list--item:nth-of-type(even) {
    margin-right: -24px;
  }
  .panel-board-list--item:nth-of-type(n+3) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .panel-board-list--item {
    padding: 1.8rem 3rem 1.5rem;
  }
  .panel-board-list--item + .panel-board-list--item {
    margin-top: 0.8rem;
  }
}

.panel-board-list--title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
}
@media screen and (min-width: 768px), print {
  .panel-board-list--title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .panel-board-list--title {
    font-size: 2.1rem;
    font-weight: normal;
    line-height: 1.2857142857;
    font-feature-settings: "palt" 1;
  }
}

@media screen and (min-width: 768px), print {
  .panel-board-list--txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .panel-board-list--txt {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-top: 3px;
    text-align: left;
  }
}

/* ProfileList
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .profileList {
    display: flex;
    flex-wrap: wrap;
    padding-right: 60px;
  }
  .heading-simple__min + .profileList {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .heading-simple__min + .profileList {
    margin-top: 1.8rem;
  }
}

.profileList-item {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .profileList-item {
    width: 50%;
    margin-right: 60px;
  }
  .profileList-item:nth-of-type(even) {
    margin-right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .profileList-item + .profileList-item {
    margin-top: 3rem;
  }
}

.profileList--image {
  flex-shrink: 0;
  line-height: 0;
}
.profileList--image img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .profileList--image {
    width: 255px;
  }
}
@media screen and (max-width: 767px) {
  .profileList--image {
    width: 14rem;
    margin-top: 0.7rem;
  }
}

@media screen and (min-width: 768px), print {
  .profileList-txt-wrap {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .profileList-txt-wrap {
    margin-left: 1.5rem;
  }
}

.profileList--title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
}
@media screen and (min-width: 768px), print {
  .profileList--title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .profileList--title {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 768px), print {
  .profileList--txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .profileList--txt {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

/* PhotoBook
   ========================================================================== */
/* ////////// photoBook ////////// */
.photoBook-wrap.-gray {
  background-color: #F2F2F2;
  border-radius: 4px;
}
@media screen and (min-width: 768px), print {
  .page-category .photoBook-wrap {
    margin-top: 55px;
    padding: 58px 64px 54px;
  }
}
@media screen and (max-width: 767px) {
  .page-category .photoBook-wrap {
    margin-top: 3.15rem;
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .freespace4-inner > .photoBook-wrap:first-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px), print {
  .pane-contents-quality .photoBook-wrap {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pane-contents-quality .photoBook-wrap {
    margin-top: 3.15rem;
  }
}
@media screen and (min-width: 768px), print {
  .freespace4-inner > .itemProfile + .photoBook-wrap {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .freespace4-inner > .itemProfile + .photoBook-wrap {
    margin-top: 3.15rem;
  }
}

@media screen and (min-width: 768px), print {
  .photoBook {
    display: flex;
    align-items: center;
  }
  .photoBook + .photoBook {
    margin-top: 64px;
  }
  .-reverse .photoBook:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .photoBook + .photoBook {
    margin-top: 4.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .page-category .photoBook:first-of-type {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .page-category .photoBook:first-of-type {
    margin-top: 3.15rem;
  }
}

.photoBook-heading {
  text-align: center;
}

.photoBook-heading--memo {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .photoBook-heading--memo {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0px 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .photoBook-heading--memo {
    font-size: 1.3rem;
    margin: 0;
  }
}

.photoBook-image--wrap {
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .photoBook-image--wrap {
    width: 44%;
  }
}

.photoBook-image img {
  width: 100%;
}

.photoBook-title__vertical {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  position: absolute;
  writing-mode: tb-rl;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.photoBook-title__vertical span {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #1A1A1A;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px), print {
  .photoBook-title__vertical {
    font-size: 24px;
    font-size: 2.4rem;
    top: -12px;
    left: 12px;
  }
  .photoBook-title__vertical span {
    padding: 8px 0;
    margin-right: 8px;
  }
  .-reverse .photoBook:nth-of-type(even) .photoBook-title__vertical {
    right: 24px;
    left: inherit;
  }
  .-reverse .photoBook:nth-of-type(even) .photoBook-title__vertical span {
    margin-right: 0;
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .photoBook-title__vertical {
    font-size: 1.8rem;
    top: -1.6rem;
    left: 1.6rem;
  }
  .photoBook-title__vertical span {
    line-height: 1.5;
    margin-right: 0.5rem;
    padding: 0.8rem 0 1rem;
  }
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .photoBook-txt--wrap {
  width: calc(100% - 580px);
}

@media screen and (min-width: 768px), print {
  .photoBook-txt--wrap {
    margin-left: 58px;
  }
  .-reverse .photoBook:nth-of-type(even) .photoBook-txt--wrap {
    margin-right: 58px;
    margin-left: 0;
  }
  .page-category .photoBook-txt--wrap {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .photoBook-txt--wrap {
    margin-top: 1.5rem;
  }
}

.photoBook-title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
}
@media screen and (min-width: 768px), print {
  .photoBook-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .photoBook-title {
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.3;
  }
}

.photoBook-title__sub {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  color: #777;
}
@media screen and (min-width: 768px), print {
  .photoBook-title__sub {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .photoBook-title__sub {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px), print {
  .photoBook-copy {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 13px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .photoBook-copy {
    line-height: 1.75;
    margin-top: 1rem;
    text-align: left;
  }
}

.photoBook-info {
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px), print {
  .photoBook-info {
    display: flex;
    align-items: baseline;
    margin-top: 28px;
    padding-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .photoBook-info {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}

.photoBook-info--title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
}
@media screen and (min-width: 768px), print {
  .photoBook-info--title {
    font-size: 16px;
    font-size: 1.6rem;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .photoBook-info--title {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px), print {
  .photoBook-info--txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .photoBook-info--txt {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.photoBook-foot {
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px), print {
  .photoBook-foot {
    display: flex;
    flex-wrap: wrap;
    margin-top: 57px;
    padding-top: 62px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .photoBook-foot {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}

@media screen and (min-width: 768px), print {
  .photoBook-foot--item {
    margin-right: 80px;
    width: 50%;
  }
  .photoBook-foot--item:nth-of-type(even) {
    margin-right: -80px;
  }
}
@media screen and (max-width: 767px) {
  .photoBook-foot--item + .photoBook-foot--item {
    margin-top: 1.5rem;
  }
}

.photoBook-foot--title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  display: flex;
  align-items: center;
}
.photoBook-foot--title > * {
  display: block;
}
.photoBook-foot--title .main-txt {
  line-height: 1.2272727273;
  flex-shrink: 0;
}
.photoBook-foot--title .sub-txt {
  color: #777;
}
@media screen and (min-width: 768px), print {
  .photoBook-foot--title .main-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .photoBook-foot--title .sub-txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 9px;
  }
}
@media screen and (max-width: 767px) {
  .photoBook-foot--title {
    margin-top: 1.6rem;
  }
  .photoBook-foot--title .main-txt {
    font-size: 1.8rem;
  }
  .photoBook-foot--title .sub-txt {
    font-size: 1.2rem;
    margin-left: 0.9rem;
  }
}

@media screen and (min-width: 768px), print {
  .photoBook-foot--txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .photoBook-foot--txt {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-top: 1.2rem;
    text-align: left;
  }
}

/* =============================================================
PointData
============================================================= */
.pointData-wrap {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .pointData-wrap {
    align-items: center;
    justify-content: center;
  }
  .pointData-wrap > * {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pointData-wrap {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px), print {
  .pointData--image {
    flex-shrink: 0;
    order: 2;
    margin-right: 60px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pointData--image {
    width: 35%;
    margin-right: auto;
    margin-left: auto;
    order: 1;
    text-align: center;
  }
}

/* ////////// pointData--group ////////// */
@media screen and (min-width: 768px), print {
  .pointData-group-wrap {
    width: 50%;
    order: 1;
  }
  .pointData-group-wrap + .pointData-group-wrap {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .pointData-group-wrap {
    margin-top: 1.5rem;
    order: 2;
  }
  .pointData-group-wrap + .pointData-group-wrap {
    margin-top: 0.8rem;
  }
}

@media screen and (min-width: 768px), print {
  .pointData--group + .pointData--group {
    border-top: 1px solid #ddd;
    margin-top: 36px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pointData--group + .pointData--group {
    margin-top: 0.8rem;
  }
}

.pointData--title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  color: #FF6666;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .pointData--title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pointData--title {
    font-size: 1.8rem;
    text-align: left;
  }
}

@media screen and (min-width: 768px), print {
  .pointData--txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .pointData--txt {
    font-size: 1.3rem;
    text-align: left;
  }
}

/* top-recommend
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .top-recommend {
    width: 1200px;
    margin: 60px auto 0;
    overflow: hidden;
  }
  .block-pages-body .top-recommend .block-pages-body--header {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-recommend {
    width: auto;
  }
}
@media screen and (min-width: 768px), print {
  .top-recommend ul {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .top-recommend ul {
    width: 100%;
  }
}
.top-recommend ul li {
  text-align: center;
  box-sizing: border-box;
}
.top-recommend ul li a {
  display: block;
  font-size: 0;
  transition: opacity 0.2s ease-out;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .top-recommend ul li {
    width: 420px !important;
    margin-top: 35px !important;
    margin-right: 0;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .top-recommend ul li img {
    width: 100%;
  }
  .top-recommend ul li + li {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-recommend img {
    width: 100%;
  }
}

.top-recommend-title {
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .top-recommend-title {
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 15px;
  }

  .top-recommend-txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .top-recommend-title {
    font-size: 1.6rem;
    margin-top: 0.4rem;
  }

  .top-recommend-txt {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-top: 0.2rem;
  }
}
/* Rack
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .rack-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .rack-wrap.-gap {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rack-wrap {
    margin-top: 3rem;
  }
}

.-gap .rack {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .-gap .rack {
    width: 50%;
    margin-right: 40px;
    padding: 35px 10px 26px;
    border-top: 1px solid #ddd;
  }
  .-gap .rack:nth-of-type(even) {
    margin-right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .-gap .rack {
    padding: 3rem 1rem 2rem;
  }
  .-gap .rack:first-of-type {
    border-top: 1px solid #ddd;
  }
}

.rack--title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
}
@media screen and (min-width: 768px), print {
  .rack--title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .rack--title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px), print {
  .-gap .rack--image {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .-gap .rack--image {
    margin-top: 1rem;
  }
}

/* LeadBox
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .product-leadBox {
    margin-top: 64px;
    padding-right: 110px;
    padding-left: 110px;
  }
}
@media screen and (max-width: 767px) {
  .product-leadBox {
    margin-top: 5rem;
  }
}

/* ////////// product-leadBox-main ////////// */
@media screen and (min-width: 768px), print {
  .product-leadBox-history {
    display: flex;
  }
}

.product-leadBox-history--image {
  flex-shrink: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .product-leadBox-history--image {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.product-leadBox-history--txt {
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .product-leadBox-history--txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-leadBox-history--txt {
    margin-top: 1.5rem;
  }
}

/* ////////// product-leadBox-message ////////// */
.product-leadBox-message {
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px), print {
  .product-leadBox-message {
    display: flex;
    align-items: center;
    padding: 40px;
  }
  .product-leadBox-history + .product-leadBox-message {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .product-leadBox-message {
    padding: 2rem;
  }
  .product-leadBox-history + .product-leadBox-message {
    margin-top: 1.5rem;
  }
}

.product-leadBox-message--image {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .product-leadBox-message--image {
    width: 80%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px), print {
  .product-leadBox-message--txt-wrap {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .product-leadBox-message--txt-wrap {
    margin-top: 1.5rem;
  }
}

.product-leadBox-message--title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
}
@media screen and (min-width: 768px), print {
  .product-leadBox-message--title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .product-leadBox-message--title {
    font-size: 1.8rem;
  }
}

.product-leadBox-message--txt {
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .product-leadBox-message--txt {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .product-leadBox-message--txt {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}

/* Section
   ========================================================================== */
/* section-steady
============================================================= */
.section-steady {
  border-top: 1px solid #1A1A1A;
}
@media screen and (min-width: 768px), print {
  .section-steady {
    margin-top: 62px;
  }
}
@media screen and (max-width: 767px) {
  .section-steady {
    margin-top: 4.9rem;
  }
}

@media screen and (min-width: 768px), print {
  .section-steady-inner {
    padding-right: 148px;
    padding-left: 148px;
  }
}

.section-steady--heading {
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px), print {
  .section-steady--heading {
    padding-top: 55.5px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .section-steady--heading {
    padding-top: 2.8rem;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 768px), print {
  .section-steady--heading-copy {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section-steady--heading-copy {
    margin-top: 1rem;
  }
}

.section-steady--number-list > li {
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .section-steady--number-list {
    margin-top: 35px;
  }
  .section-steady--number-list > li {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .section-steady--number-list > li ul {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 8px;
    padding-bottom: 10px;
  }
  .section-steady--number-list > li ul > li {
    line-height: 1.8;
  }
  .section-steady--number-list > li + li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-steady--number-list {
    margin-top: 3.5rem;
  }
  .section-steady--number-list > li {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .section-steady--number-list > li ul {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
  .section-steady--number-list > li + li {
    margin-top: 1rem;
  }
}

/* section-ebikaraMirai
============================================================= */
.section-ebikaraMirai {
  background-color: #d7e6ff;
  display: flex;
  flex-direction: column;
}
.section-ebikaraMirai::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.section-ebikaraMirai.-story {
  padding-bottom: 0;
}
.section-ebikaraMirai.-story::after {
  content: "";
  display: block;
  background-image: url(/img/page_category_n/ebikara_mirai/bg_ebikara_mirai_story.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
@media screen and (min-width: 768px), print {
  .section-ebikaraMirai {
    margin-top: 18.2rem;
    padding-right: 7rem;
    padding-bottom: 10rem;
    padding-left: 7rem;
  }
  .section-ebikaraMirai::before {
    width: calc(100% + 14rem);
    height: 13rem;
    margin-right: -7rem;
    margin-left: -7rem;
    margin-top: -13rem;
    background-image: url(/img/page_category_n/ebikara_mirai/bg_ebikara_mirai.png);
  }
  .section-ebikaraMirai.-story::after {
    width: calc(100% + 14rem);
    height: 35rem;
    margin-top: 1.2rem;
    margin-right: -7rem;
    margin-left: -7rem;
  }
}
@media screen and (max-width: 767px) {
  .section-ebikaraMirai {
    margin-top: 9rem;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
  }
  .section-ebikaraMirai::before {
    width: calc(100% + 3rem);
    height: 5.75rem;
    margin-top: -5.75rem;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    background-image: url(/img/page_category_n/ebikara_mirai/bg_ebikara_mirai@sp.png);
  }
  .section-ebikaraMirai.-story::after {
    width: calc(100% + 3rem);
    height: 12.1rem;
    margin-top: 0.6rem;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

.section-ebikaraMirai-lead {
  text-align: center;
  color: #141eb4;
  margin-top: -1rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px), print {
  .section-ebikaraMirai-lead {
    font-size: 1.75rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .section-ebikaraMirai-lead {
    font-size: 1.6rem;
    line-height: 1.92;
  }
}

.section-ebikaraMirai-heading {
  text-align: center;
}
.block-category-list--freespace4 .section-ebikaraMirai-heading img {
  display: inline;
}

@media screen and (min-width: 768px), print {
  .section-ebikaraMirai-heading {
    margin-top: -12.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-ebikaraMirai-heading {
    background-color: rgba(255, 255, 255, 0);
    width: 34rem;
    margin-top: -5.5rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}

/* ////////// section-child-ebikaraMirai ////////// */
.section-child-ebikaraMirai::before {
  content: "";
  display: block;
  width: 100%;
  background-image: url(/img/page_category_n/ebikara_mirai/bg_wave.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
@media screen and (min-width: 768px), print {
  .section-child-ebikaraMirai {
    margin-top: 4.3rem;
  }
  .section-child-ebikaraMirai::before {
    height: 2.8rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-child-ebikaraMirai {
    margin-top: 3rem;
  }
  .section-child-ebikaraMirai::before {
    height: 1.7rem;
    margin-bottom: 1.3rem;
    background-size: 150%;
  }
}

.section-child-ebikaraMirai-title {
  font-size: 2.65rem;
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  color: #141eb4;
  text-align: center;
}

.section-child-ebikaraMirai-lead {
  color: #141eb4;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .section-child-ebikaraMirai-lead {
    font-size: 1.75rem;
    margin-top: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .section-child-ebikaraMirai-lead {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

.section-ebikaraMirai-step > * + * {
  display: flex;
  align-items: center;
}
.section-ebikaraMirai-step > * + *::before {
  content: "";
  display: block;
}
@media screen and (min-width: 768px), print {
  .section-ebikaraMirai-step {
    display: flex;
    justify-content: center;
    margin-top: 4.5rem;
  }
  .section-ebikaraMirai-step > * + *::before {
    border-top: 0.6rem solid rgba(255, 255, 255, 0);
    border-bottom: 0.6rem solid rgba(255, 255, 255, 0);
    border-left: 1.2rem solid #141eb4;
    margin-right: 1.7rem;
    margin-left: 2.1rem;
    position: relative;
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-ebikaraMirai-step {
    margin-top: 2rem;
    text-align: center;
  }
  .section-ebikaraMirai-step img {
    width: 22.5rem;
  }
  .section-ebikaraMirai-step > * + * {
    flex-direction: column;
  }
  .section-ebikaraMirai-step > * + *::before {
    border-top: 1.2rem solid #141eb4;
    border-right: 0.6rem solid rgba(255, 255, 255, 0);
    border-left: 0.6rem solid rgba(255, 255, 255, 0);
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
  }
}

@media screen and (min-width: 768px), print {
  .section-ebikaraMirai-comment {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
  }
  .section-ebikaraMirai-comment > * {
    margin-right: 5rem;
  }
  .section-ebikaraMirai-comment > *:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-ebikaraMirai-comment {
    margin-top: 3rem;
  }
  .section-ebikaraMirai-comment > * + * {
    margin-top: 2.4rem;
  }
}

/* section-yukaricoChoco
============================================================= */
.section-yukaricoChoco {
  position: relative;
}
.section-yukaricoChoco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/page_category_n/yukarico-choco/base.png);
  background-repeat: repeat;
  background-size: 100%;
  z-index: -1;
  opacity: 0.95;
}
@media screen and (min-width: 768px), print {
  .section-yukaricoChoco {
    padding: 4.2rem 21.5rem 5.5rem;
  }
  .category-movie-link + .section-yukaricoChoco {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-yukaricoChoco {
    padding: 4.2rem 2.8rem;
  }
}

.section-yukaricoChoco-copy {
  text-align: center;
  font-weight: 600;
  color: #e3b39b;
}
@media screen and (min-width: 768px), print {
  .section-yukaricoChoco-copy {
    width: 67rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1.8rem;
    font-size: 4rem;
    line-height: 1.9;
    letter-spacing: 0.27em;
  }
  .section-yukaricoChoco-copy .en {
    letter-spacing: 0.22ex;
  }
}
@media screen and (max-width: 767px) {
  .section-yukaricoChoco-copy {
    width: 29.8rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.7rem;
    line-height: 2;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    font-feature-settings: "palt" 1;
    letter-spacing: 0.38em;
  }
  .section-yukaricoChoco-copy .en {
    letter-spacing: 0.35ex;
  }
}

/* ////////// section-yukaricoChocoChild ////////// */
@media screen and (min-width: 768px), print {
  .section-yukaricoChocoChild {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  .section-yukaricoChocoChild + .section-yukaricoChocoChild {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-yukaricoChocoChild {
    margin-top: 2.8rem;
  }
  .section-yukaricoChocoChild + .section-yukaricoChocoChild {
    margin-top: 3.8rem;
  }
}

.section-yukaricoChocoChild-heading {
  font-weight: bolder;
  font-feature-settings: "palt" 1;
  width: 100%;
  text-align: center;
  line-height: 0.8;
}
.section-yukaricoChocoChild-heading span {
  font-size: 85%;
}
@media screen and (min-width: 768px), print {
  .section-yukaricoChocoChild-heading {
    font-size: 4.5rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .section-yukaricoChocoChild-heading {
    font-size: 2rem;
    padding: 0;
    letter-spacing: 0.05em;
  }
}

.section-yukaricoChocoChild-text {
  color: #e3b39b;
  line-height: 1.8;
  font-weight: bold;
  flex-grow: 1;
}
@media screen and (min-width: 768px), print {
  .section-yukaricoChocoChild-text {
    font-size: 2.2rem;
    margin-top: 2.5rem;
    letter-spacing: 0.13em;
    font-feature-settings: "palt" 1;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .section-yukaricoChocoChild-text {
    margin-top: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.section-yukaricoChocoChild-thumb {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .section-yukaricoChocoChild-thumb {
    width: 20rem;
  }
  .section-yukaricoChocoChild-thumb img {
    width: 19rem;
    margin-top: 2.6rem;
  }
  .section-yukaricoChocoChild-thumb img.-logo {
    width: 14.8rem;
    margin-top: 3.3rem;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-yukaricoChocoChild-thumb {
    margin-top: 2rem;
  }
  .section-yukaricoChocoChild-thumb img {
    width: 15.3rem;
  }
  .section-yukaricoChocoChild-thumb img.-logo {
    width: 10.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .section-yukaricoChoco-visual {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-yukaricoChoco-visual {
    margin-top: 2rem;
  }
}

/* ////////// section-ochazuke ////////// */
.section-ochazuke {
  background-color: rgba(198, 212, 124, 0.15);
}
@media screen and (min-width: 768px), print {
  .section-ochazuke {
    width: 110.7rem;
    padding-block: 3.3rem 12.8rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-ochazuke {
    margin-top: 1.8rem;
    margin-inline: -1.5rem;
    padding-top: 3rem;
  }
}

.section-ochazuke-heading {
  margin-inline: auto;
  background-color: rgba(255, 255, 255, 0);
}
.section-ochazuke-heading img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .section-ochazuke-heading {
    transform: translateX(-1.8rem);
    width: 75rem;
  }
}
@media screen and (max-width: 767px) {
  .section-ochazuke-heading {
    width: 38rem;
  }
}

.section-ochazuke-feature {
  text-align: center;
}
.section-ochazuke-feature img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .section-ochazuke-feature {
    width: 75rem;
    margin-inline: auto;
    transform: translateX(-1.3rem);
  }
  .section-ochazuke-feature + * {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .section-ochazuke-feature {
    padding-inline: 3.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .section-ochazuke-story {
    display: flex;
    justify-content: center;
    column-gap: 7rem;
    padding-inline: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .section-ochazuke-story {
    margin-top: 4.5rem;
    padding-inline: 1.5rem;
  }
}

.section-ochazuke-story-title img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .section-ochazuke-story-title {
    width: 20.6rem;
    flex-shrink: 0;
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-ochazuke-story-title {
    padding: 0;
  }
}

.section-ochazuke-story-info {
  font-size: 1.5rem;
  flex: 1;
}
.section-ochazuke-story-info .text {
  line-height: 2.15;
}
.section-ochazuke-story-info .text + .text {
  margin-top: 3.3rem;
}
@media screen and (min-width: 768px), print {
  .section-ochazuke-story-info {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-ochazuke-story-info {
    margin-top: 1.8rem;
    padding-inline: 0.4rem;
  }
}

.section-ochazuke-story-copy {
  color: #56A735;
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  line-height: 1.6;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .section-ochazuke-story-copy {
    font-size: 2.5rem;
  }
  .section-ochazuke-story-copy + * {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-ochazuke-story-copy {
    font-size: 2.35rem;
    text-align: center;
  }
  .section-ochazuke-story-copy + * {
    margin-top: 1.4rem;
  }
}

.section-ochazuke-info {
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .section-ochazuke-info {
    width: 88.9rem;
    margin-top: 9rem;
    transform: translateX(1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .section-ochazuke-info {
    width: 100%;
    margin-top: 5rem;
  }
  .section-ochazuke-info img {
    width: 100%;
  }
}

/* section-hatsune
============================================================= */
@media screen and (min-width: 768px), print {
  .section-hatsune {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .section-hatsune {
    margin-inline: -3.62vw;
  }
}

.section-hatsune--head {
  background-image: linear-gradient(rgba(250, 46, 56, 0) 20rem, #FA2E38 20rem);
}
.section-hatsune--head img {
  width: 100%;
  height: auto;
  display: block;
}

.section-hatsune--body {
  position: relative;
  background-color: #FA2E38;
}
.section-hatsune--body .visual {
  margin-inline: auto;
}
.section-hatsune--body .visual img {
  width: 100%;
}
.section-hatsune--body::before, .section-hatsune--body::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.section-hatsune--body::before {
  background: url(/img/page_category_n/hatsune/cloud01.png) no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .section-hatsune--body {
    padding-top: 0.6rem;
    padding-inline: 9rem;
  }
  .section-hatsune--body::before, .section-hatsune--body::after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
  }
  .section-hatsune--body::before {
    width: 32.8rem;
    height: 8.8rem;
    top: 0;
    left: -8.5rem;
  }
  .section-hatsune--body::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/page_category_n/hatsune/bg_foot.png) no-repeat center bottom/contain;
  }
  .section-hatsune--body .visual {
    width: 95.1rem;
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-hatsune--body {
    padding: 4.83vw 6.28vw 7.25vw;
    overflow: hidden;
  }
  .section-hatsune--body::before {
    width: 41.55vw;
    height: 11.11vw;
    top: 24.15vw;
    left: -7.25vw;
  }
  .section-hatsune--body .visual {
    position: relative;
    left: -2.42vw;
    margin-inline: -1.69vw;
    position: relative;
  }
  .section-hatsune--body .visual::before {
    content: "";
    display: block;
    background: url(/img/page_category_n/hatsune/cloud02.png) no-repeat center/contain;
    position: absolute;
    width: 39.86vw;
    height: 12.08vw;
    top: 67.63vw;
    right: -12.08vw;
    pointer-events: none;
  }
}

.section-hatsune--body-contents {
  background-color: #FFFBC9;
  margin-top: -3rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .section-hatsune--body-contents {
    border-radius: 5rem 5rem 0 0;
    padding: 3.6rem 6rem 18.5rem 6rem;
  }
  .section-hatsune--body-contents::after {
    content: "";
    display: block;
    background: url(/img/page_category_n/hatsune/cloud02.png) no-repeat center/contain;
    position: absolute;
    width: 28.5rem;
    height: 8.7rem;
    bottom: 21.6rem;
    right: -11rem;
  }
}
@media screen and (max-width: 767px) {
  .section-hatsune--body-contents {
    border-radius: 8.45vw;
    margin-top: -3.62vw;
    padding: 4.35vw 6.04vw 11.59vw;
  }
}

.section-hatsune--body-contents--block .title, .section-hatsune--body-contents--block .text {
  color: #FA2E38;
}
.section-hatsune--body-contents--block .title {
  grid-row: title;
  font-weight: 700;
}
.section-hatsune--body-contents--block .title img {
  display: block;
  width: auto;
}
.section-hatsune--body-contents--block .text {
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .section-hatsune--body-contents--block {
    display: grid;
    grid-template-columns: [thumb] 42rem [contents] 1fr;
    grid-template-rows: [title] auto [text] 1fr;
    gap: 0.5em 5.4rem;
  }
  .section-hatsune--body-contents--block:nth-of-type(even) {
    grid-template-columns: [contents] 42rem [thumb] 1fr;
  }
  .section-hatsune--body-contents--block .thumb {
    grid-column: thumb;
    grid-row: 1/-1;
    display: flex;
    justify-content: center;
  }
  .section-hatsune--body-contents--block .thumb img {
    flex-shrink: 0;
    max-width: initial;
  }
  .section-hatsune--body-contents--block .title, .section-hatsune--body-contents--block .text {
    grid-column: contents;
  }
  .section-hatsune--body-contents--block .title {
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    padding-top: 1rem;
    grid-row: title;
  }
  .section-hatsune--body-contents--block .title img {
    height: 3.6rem;
  }
  .section-hatsune--body-contents--block .title + * {
    margin-top: 1.5rem;
  }
  .section-hatsune--body-contents--block .text {
    font-size: 1.6rem;
    line-height: 2;
    grid-row: text;
  }
  .section-hatsune--body-contents--block:nth-of-type(1) .thumb img {
    width: 45rem;
    position: relative;
    left: -1.4rem;
  }
  .section-hatsune--body-contents--block:nth-of-type(2) .thumb {
    padding-top: 2rem;
  }
  .section-hatsune--body-contents--block + .section-hatsune--body-contents--block {
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-hatsune--body-contents--block .thumb + * {
    margin-top: 3.14vw;
  }
  .section-hatsune--body-contents--block:nth-of-type(1) .thumb {
    padding-left: 2.9vw;
  }
  .section-hatsune--body-contents--block:nth-of-type(2) .thumb {
    margin-inline: auto;
    width: 66.67vw;
  }
  .section-hatsune--body-contents--block .title {
    font-size: 4.35vw;
    text-align: center;
    text-underline-offset: 1.93vw;
  }
  .section-hatsune--body-contents--block .title img {
    margin-inline: auto;
    height: 5.8vw;
  }
  .section-hatsune--body-contents--block .text {
    font-size: 3.38vw;
    margin-top: 3.14vw;
    line-height: 1.7;
  }
  .section-hatsune--body-contents--block + .section-hatsune--body-contents--block {
    margin-top: 2rem;
  }
}

/* ////////// section-ebicurry ////////// */
.section-ebicurry {
  background-color: #fffae6;
}
@media screen and (min-width: 768px), print {
  .section-ebicurry {
    width: 120rem;
    padding-block: 6rem 6rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-ebicurry {
    margin-top: 1.8rem;
    margin-inline: -1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.section-ebicurry-heading {
  margin-inline: auto;
  background-color: rgba(255, 255, 255, 0);
  transform: translateX(-1.8rem);
}
.section-ebicurry-heading img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .section-ebicurry-heading {
    width: 56rem;
  }
}
@media screen and (max-width: 767px) {
  .section-ebicurry-heading {
    width: 42rem;
    transform: translateX(0rem);
  }
}

.section-ebicurry-feature {
  text-align: center;
}
.section-ebicurry-feature img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .section-ebicurry-feature {
    width: 107rem;
    margin-top: -66.5rem;
    margin-inline: auto;
    transform: translateX(-1.3rem);
  }
  .section-ebicurry-feature + * {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px), print {
  .section-ebicurry-story {
    display: flex;
    justify-content: center;
    column-gap: 9rem;
    padding-inline: 34rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .section-ebicurry-story {
    margin-top: 4.5rem;
    padding-inline: 1.5rem;
  }
}

.section-ebicurry-story-info {
  flex: 1;
}
.section-ebicurry-story-info .text {
  line-height: 2.15;
}
@media screen and (min-width: 768px), print {
  .section-ebicurry-story-info {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-ebicurry-story-info {
    font-size: 1.4rem;
    margin-top: 1.8rem;
    padding-inline: 0.4rem;
  }
}

.section-ebicurry-info {
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .section-ebicurry-info {
    width: 88.9rem;
    margin-top: 9rem;
    transform: translateX(1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .section-ebicurry-info {
    width: 100%;
    margin-top: 5rem;
  }
  .section-ebicurry-info img {
    width: 100%;
  }
}

/* section-bsable　サブレ
============================================================= */
@media screen and (max-width: 767px) {
  .section-bsable {
    margin-right: -3.62vw;
    margin-left: -3.62vw;
  }
}

.section-bsable--head {
  position: relative;
  background-color: #fcf7e3;
}
@media screen and (min-width: 768px), print {
  .section-bsable--head {
    height: 750px;
  }
}
.section-bsable--head img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}
.section-bsable--head .text {
  position: absolute;
  color: #a0640a;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .section-bsable--head .text {
    width: 66rem;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: 0.25em;
    top: 6rem;
    left: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .section-bsable--head .text {
    padding: 0vw 4.83vw;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.2;
    letter-spacing: 0.03em;
    top: 4rem;
    left: 1.5rem;
  }
}

.section-bsable--body {
  position: relative;
  background-color: #fcf7e3;
}
.section-bsable--body .plane {
  color: #1bb6ba;
}
.section-bsable--body .onion {
  color: #f0a500;
}
@media screen and (min-width: 768px), print {
  .section-bsable--body {
    background: url(/img/page_category_n/b-sable/bg.png) no-repeat top;
    background-size: 1200px;
    padding: 0rem 7rem;
  }
  .section-bsable--body .plane {
    margin-left: 7rem;
  }
  .section-bsable--body .onion {
    margin-right: 7rem;
  }
  .section-bsable--body .plane .title, .section-bsable--body .onion .title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 2rem 0rem 1rem;
  }
  .section-bsable--body .plane .text, .section-bsable--body .onion .text {
    /*font-size: rem(16);
    letter-spacing: .18em;
    line-height: 1.9;*/
    font-size: 1.5rem;
    line-height: 2.2;
    grid-row: text;
    text-align: left;
    padding: 0rem 1.5rem;
  }
  .section-bsable--body::before, .section-bsable--body::after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .section-bsable--body {
    background: url(/img/page_category_n/b-sable/bg@sp.png) repeat-y top;
    background-size: 100%;
    padding: 0vw 3.62vw;
  }
  .section-bsable--body .plane .title, .section-bsable--body .onion .title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0rem;
  }
  .section-bsable--body .plane .text, .section-bsable--body .onion .text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 2;
    grid-row: text;
    text-align: left;
    padding: 0vw 1.21vw;
  }
  .section-bsable--body::before, .section-bsable--body::after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
  }
}

.section-bsable--body-contents {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .section-bsable--body-contents {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .section-bsable--body-contents {
    padding: 0vw 3.62vw 11.59vw;
    margin-top: 13.29vw;
    border-top: 1px solid #0a0a0a;
  }
}

.section-bsable--body-contents--block .title, .section-bsable--body-contents--block .text {
  color: #0a0a0a;
  text-align: left;
}
.section-bsable--body-contents--block .title {
  grid-row: title;
  font-weight: normal !important;
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
}
@media screen and (min-width: 768px), print {
  .section-bsable--body-contents--block {
    padding-bottom: 6.5rem;
    display: grid;
    grid-template-columns: [thumb] 58rem [contents] 1fr;
    grid-template-rows: [title] auto [text] 1fr;
    gap: 0.5em 6rem;
  }
  .section-bsable--body-contents--block .thumb {
    grid-column: thumb;
    grid-row: 1/-1;
    display: flex;
    justify-content: center;
  }
  .section-bsable--body-contents--block .thumb img {
    flex-shrink: 0;
    max-width: initial;
  }
  .section-bsable--body-contents--block .title, .section-bsable--body-contents--block .text {
    grid-column: contents;
  }
  .section-bsable--body-contents--block .title {
    font-size: 3rem;
    letter-spacing: 0.09em;
    grid-row: title;
  }
  .section-bsable--body-contents--block .title img {
    height: 3.6rem;
  }
  .section-bsable--body-contents--block .title + * {
    margin-top: 1.5rem;
  }
  .section-bsable--body-contents--block .text {
    /*font-size: rem(16);
    letter-spacing: .24em;
    line-height:  2.1;*/
    font-size: 1.5rem;
    line-height: 2.2;
    grid-row: text;
  }
  .section-bsable--body-contents--block:nth-of-type(1) .thumb img {
    width: 58rem;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .section-bsable--body-contents--block:nth-of-type(2) .thumb {
    margin-inline: auto;
    width: 62.8vw;
  }
  .section-bsable--body-contents--block .title {
    font-size: 6.28vw;
    text-align: left;
    letter-spacing: 0.1em;
    margin-top: 13.29vw;
  }
  .section-bsable--body-contents--block .text {
    font-size: 3.38vw;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-top: 2.42vw;
    margin-bottom: 4.83vw;
  }
}

/* Various
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .Various-list {
    display: flex;
    justify-content: center;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .Various-list {
    display: block;
  }
}

.Various-item {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .Various-item {
    padding-right: 68px;
    padding-left: 68px;
  }
}
@media screen and (max-width: 767px) {
  .Various-item {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 3rem;
  }
}

.Various--image {
  flex-shrink: 0;
  line-height: 0;
}
@media screen and (min-width: 768px), print {
  .Various--image {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .Various--image {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Various--image img {
    width: auto;
    height: 100%;
  }
}

.section-recipe {
  display: grid;
  background-color: #FFFAE6;
}
.section-recipe + .section-recipe:nth-of-type(even) {
  background-color: #FFEBAA;
}
.section-recipe.-ochazuke {
  background-color: #F1F5DF;
}
.section-recipe.-ochazuke + .section-recipe.-ochazuke:nth-of-type(even) {
  background-color: #C6D47C;
}
@media screen and (min-width: 768px), print {
  .section-recipe {
    grid-template-columns: [detail] 1fr [thumb] 58rem;
    gap: 7.2rem;
    padding: 4.7rem 7.4rem;
  }
  .section-recipe.-ochazuke {
    grid-template-columns: [detail] 1fr [thumb] 66rem;
  }
  .section-recipe > * {
    grid-row: 1/-1;
  }
  .section-recipe.-ochazuke {
    padding: 4.7rem 0rem 4.7rem 4.7rem;
  }
  .section-recipe + .section-recipe:nth-of-type(even) {
    grid-template-columns: [thumb] 58rem [detail] 1fr;
  }
  .section-recipe + .section-recipe:nth-of-type(even).-ochazuke {
    grid-template-columns: [thumb] 66rem [detail] 1fr;
    padding: 4.7rem 4.7rem 4.7rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  .section-recipe {
    margin-inline: calc(50% - 50cqw);
    margin-top: 1.8rem;
    padding: 2.4rem 1.5rem 4.5rem;
  }
  .section-recipe + .section-recipe {
    margin-top: 0;
  }
}

.section-recipe-heading {
  font-size: 3rem;
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  letter-spacing: 0.04em;
  font-weight: 500;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section-recipe-heading {
    order: 0;
    text-align: center;
  }
}

.section-recipe-detail {
  font-size: 1.5rem;
  display: grid;
  row-gap: 1.8rem;
  align-items: start;
  align-content: start;
  line-height: 1.5;
}
.section-recipe-detail ul, .section-recipe-detail ol {
  list-style-type: none;
  display: grid;
}
.section-recipe-detail ul > li, .section-recipe-detail ol > li {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
.section-recipe-detail ul > li::before, .section-recipe-detail ol > li::before {
  display: block;
}
.section-recipe-detail ul > li::before {
  content: "";
  background-color: #0A0A0A;
  border-radius: 50%;
}
.section-recipe-detail ol {
  counter-reset: number;
}
.section-recipe-detail ol > li {
  counter-increment: number;
}
.section-recipe-detail ol > li::before {
  content: counter(number) " .";
  font-size: 2rem;
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  flex-shrink: 0;
}
.section-recipe-detail > *:not([class]) {
  display: grid;
  row-gap: 1.8rem;
}
.section-recipe-detail > *:not([class]):not(:has(.section-recipe-title)) {
  border-top: 1px solid #FDCD00;
  padding-top: 1.8rem;
}
.-ochazuke .section-recipe-detail > *:not([class]):not(:has(.section-recipe-title)) {
  border-top: 1px solid #56A935;
}
@media screen and (min-width: 768px), print {
  .section-recipe-detail {
    grid-column: detail;
  }
  .section-recipe-detail ul, .section-recipe-detail ol {
    row-gap: 1rem;
  }
  .section-recipe-detail ul > li::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-recipe-detail {
    display: contents;
  }
  .section-recipe-detail > *:not(.section-recipe-heading) {
    order: 10;
    margin-top: 2.5rem;
  }
  .section-recipe-detail ul, .section-recipe-detail ol {
    row-gap: 1rem;
    padding-left: 0.3em;
    font-feature-settings: "palt" 1;
  }
  .section-recipe-detail ul > li::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.section-recipe-title {
  font-size: 1.5rem;
  background-color: #FDCD00;
  padding: 0.1rem 1.2rem;
}
.-ochazuke .section-recipe-title {
  background-color: #fff;
}

.section-recipe-thumb img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .section-recipe-thumb {
    grid-column: thumb;
  }
}
@media screen and (max-width: 767px) {
  .section-recipe-thumb {
    order: 5;
    margin-top: 2rem;
  }
}

/* Shelf
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .pane-contents-quality .shelf-wrap {
    margin-top: 138px;
  }
}
@media screen and (max-width: 767px) {
  .pane-contents-quality .shelf-wrap {
    margin-top: 4.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .pane-contents-process .shelf-wrap {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pane-contents-process .shelf-wrap {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .shelf {
    display: flex;
    flex-wrap: wrap;
    padding-right: 60px;
  }
  .shelf > * {
    width: 50%;
    margin-right: 60px;
  }
  .shelf > *:nth-of-type(even) {
    margin-right: -60px;
  }
  .shelf > *:nth-of-type(n+3) {
    margin-top: 54px;
  }
  .shelf.-column3 {
    padding-right: 60px;
  }
  .shelf.-column3 > * {
    width: calc(33.3333333333% - 20px);
    margin-top: 0;
    margin-right: 60px;
  }
  .shelf.-column3 > *:nth-of-type(3n) {
    margin-right: -60px;
  }
  .shelf.-column3 > *:nth-of-type(n+4) {
    margin-top: 17px;
  }
}

@media screen and (max-width: 767px) {
  .shelf-item + .shelf-item {
    margin-top: 4.9rem;
  }
}

.shelf--image {
  line-height: 0;
}
.shelf--image img {
  width: 100%;
}

.shelf--title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  display: flex;
  align-items: center;
}
.shelf--title > * {
  display: block;
}
.shelf--title .main-txt {
  line-height: 1.2272727273;
  flex-shrink: 0;
}
.shelf--title .sub-txt {
  color: #777;
}
@media screen and (min-width: 768px), print {
  .shelf--title {
    margin-top: 22px;
  }
  .-column3 .shelf--title {
    margin-top: 12px;
  }
  .shelf--title .main-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .shelf--title .sub-txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 9px;
  }
}
@media screen and (max-width: 767px) {
  .shelf--title {
    margin-top: 1.6rem;
  }
  .-column3 .shelf--title {
    margin-top: 1rem;
  }
  .shelf--title .main-txt {
    font-size: 2.2rem;
  }
  .shelf--title .sub-txt {
    font-size: 1.4rem;
    margin-left: 0.9rem;
  }
}

.shelf--txt {
  line-height: 1.75;
}
@media screen and (min-width: 768px), print {
  .shelf--txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
    line-height: 2;
  }
  .-column3 .shelf--txt {
    margin-top: 3px;
    line-height: 1.75;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .shelf--txt {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-top: 1.2rem;
  }
  .-column3 .shelf--txt {
    margin-top: 0.8rem;
  }
}

.shelf-info {
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px), print {
  .shelf-info {
    display: flex;
    align-items: baseline;
    margin-top: 18px;
    padding-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .shelf-info {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}

.shelf-info--title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
}
@media screen and (min-width: 768px), print {
  .shelf-info--title {
    font-size: 14px;
    font-size: 1.4rem;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .shelf-info--title {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px), print {
  .shelf-info--txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .shelf-info--txt {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.shelf-info-link-list a {
  display: flex;
  align-items: baseline;
}
.shelf-info-link-list a::before {
  content: "";
  display: block;
  flex-shrink: 0;
  border-top: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  transition: transform 0.2s ease-out;
}
.shelf-info-link-list a:hover::before {
  transform: translateX(0.2em) rotate(45deg);
}
@media screen and (min-width: 768px), print {
  .shelf-info-link-list {
    padding-left: 5px;
  }
  .shelf-info-link-list a::before {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .shelf-info-link-list {
    padding-left: 0.5rem;
  }
  .shelf-info-link-list a::before {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.8rem;
  }
}

/* Shipping
========================================================================== */
.shipping-board {
  background-color: #F2F2F2;
  border-radius: 4px;
}
@media screen and (min-width: 768px), print {
  .shipping-board {
    display: flex;
    align-items: center;
    margin-top: 60px;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .shipping-board {
    margin-top: 2.5rem;
    padding: 1.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .shipping-board--image {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px), print {
  .shipping-board-txt-wrap {
    margin-top: -10px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .shipping-board-txt-wrap {
    margin-top: 1.5rem;
  }
}

.shipping-board--title {
  line-height: 1.5;
  color: #FF6666;
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  letter-spacing: 0.015em;
}
@media screen and (min-width: 768px), print {
  .shipping-board--title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .shipping-board--title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px), print {
  .shipping-board--txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 14px;
    line-height: 2;
  }
  .shipping-board--txt + .shipping-board--txt {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .shipping-board--txt {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .shipping-board-notice li {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .shipping-board-notice {
    margin-top: 0.5rem;
  }
  .shipping-board-notice li {
    font-size: 1.2rem;
  }
}

/* =============================================================
ThumbnailList
============================================================= */
@media screen and (min-width: 768px), print {
  .thumbnailList {
    display: flex;
    flex-wrap: wrap;
    padding-right: 46px;
  }
}

@media screen and (min-width: 768px), print {
  .thumbnailList-item {
    width: 50%;
    margin-right: 46px;
  }
  .thumbnailList-item:nth-of-type(even) {
    margin-right: -46px;
  }
  .thumbnailList-item:nth-of-type(n+3) {
    border-top: 1px solid #ddd;
    margin-top: 24px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .thumbnailList-item + .thumbnailList-item {
    margin-top: 1rem;
  }
}

.thumbnailList-item--inner {
  display: flex;
  align-items: center;
}

.thumbnailList--image {
  flex-shrink: 0;
  line-height: 0;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .thumbnailList--image {
    width: 35%;
  }
}

@media screen and (min-width: 768px), print {
  .thumbnailList-txt-wrap {
    margin-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .thumbnailList-txt-wrap {
    margin-left: 2rem;
    text-align: left !important;
  }
}

.thumbnailList--title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
}
@media screen and (min-width: 768px), print {
  .thumbnailList--title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .thumbnailList--title {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.thumbnailList--txt {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .thumbnailList--txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .thumbnailList--txt {
    font-size: 1.3rem;
    margin-top: 0.5rem;
    text-align: left;
  }
}

@media screen and (min-width: 768px), print {
  .thumbnailList-info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .thumbnailList-info {
    margin-top: 0.8rem;
  }
}

.thumbnailList-info--list-item span {
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px), print {
  .thumbnailList-info--list-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .thumbnailList-info--list-item + .thumbnailList-info--list-item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .thumbnailList-info--list-item {
    font-size: 1.3rem;
  }
  .thumbnailList-info--list-item + .thumbnailList-info--list-item {
    margin-top: 0.8rem;
  }
}

/* CollectionBox
   ========================================================================== */
@media screen and (min-width: 768px), print {
  * + .collectionBox-wrap {
    margin-top: 27px;
  }
}
@media screen and (max-width: 767px) {
  * + .collectionBox-wrap {
    margin-top: 3rem;
  }
}

.collectionBox-list {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .collectionBox-list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .collectionBox-list {
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .collectionBox-item {
    text-align: center;
    flex: 1;
    padding: 20px 0 27px;
    border-left: 1px solid #ddd;
  }
  .collectionBox-item:first-of-type {
    border-left-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .collectionBox-item {
    width: 50%;
    padding: 1rem 0;
    position: relative;
  }
  .collectionBox-item::before {
    content: "";
    display: block;
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 1px;
    background-color: #ddd;
  }
  .collectionBox-item:nth-of-type(even) {
    border-left: 1px solid #ddd;
  }
  .collectionBox-item:nth-of-type(n+3) {
    margin-top: 2rem;
  }
  .collectionBox-item:nth-of-type(-n+2)::before {
    display: none;
  }
  .collectionBox-item.-spFull {
    width: 100%;
  }
  .collectionBox-item:nth-last-of-type(even):nth-of-type(even)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 1px;
    background-color: #ddd;
  }
}

.pane-contents-original .collectionBox--image {
  min-height: 136px;
}
@media screen and (max-width: 767px) {
  .collectionBox--image {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .collectionBox--txt {
    font-size: 1.2rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .collectionBox-info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .collectionBox-info {
    margin-top: 2rem;
    padding-top: 2rem;
    position: relative;
  }
  .collectionBox-info::before {
    content: "";
    display: block;
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 1px;
    background-color: #ddd;
  }
}

.collectionBox-info--list li + li {
  margin-top: 0;
}

/* ebikaraMiraiPhotoBook
   ========================================================================== */
.ebikaraMiraiPhotoBook {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .ebikaraMiraiPhotoBook {
    justify-content: space-between;
    margin-top: 2.5rem;
  }
  .ebikaraMiraiPhotoBook + .ebikaraMiraiPhotoBook {
    margin-top: 9rem;
  }
  .ebikaraMiraiPhotoBook:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .section-ebikaraMirai-lead + .ebikaraMiraiPhotoBook {
    margin-top: 8.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ebikaraMiraiPhotoBook {
    flex-direction: column-reverse;
  }
  .ebikaraMiraiPhotoBook + .ebikaraMiraiPhotoBook {
    margin-top: 3.5rem;
  }
  .section-ebikaraMirai-lead + .ebikaraMiraiPhotoBook {
    margin-top: 4rem;
  }
}

.ebikaraMiraiPhotoBook-txt--wrap {
  color: #141eb4;
}
@media screen and (min-width: 768px), print {
  .ebikaraMiraiPhotoBook-txt--wrap {
    width: 39.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ebikaraMiraiPhotoBook-txt--wrap {
    margin-top: 2.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.ebikaraMiraiPhotoBook-copy {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  font-size: 2.65rem;
}
@media screen and (max-width: 767px) {
  .ebikaraMiraiPhotoBook-copy {
    line-height: 1.6;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
}

.ebikaraMiraiPhotoBook-txt {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px), print {
  .ebikaraMiraiPhotoBook-txt {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ebikaraMiraiPhotoBook-txt {
    margin-top: 1.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .-story .ebikaraMiraiPhotoBook-image {
    margin-top: -4.3rem;
  }
}

/* ebikaraMirai-about
   ========================================================================== */
.ebikaraMirai-about-list {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .ebikaraMirai-about-list {
    justify-content: center;
    margin-top: 4rem;
  }
  .ebikaraMirai-about-list > * {
    margin-right: 2rem;
  }
  .ebikaraMirai-about-list > *:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .ebikaraMirai-about-list {
    flex-wrap: wrap;
    margin-top: 2rem;
    padding-right: 1.8rem;
  }
  .ebikaraMirai-about-list > * {
    width: 50%;
    margin-right: 1.8rem;
    margin-bottom: 1.8rem;
  }
  .ebikaraMirai-about-list > *:nth-of-type(even) {
    margin-right: -1.8rem;
  }
  .ebikaraMirai-about-list > *:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

.ebikaraMirai-about-image {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .ebikaraMirai-about-image {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .ebikaraMirai-about-image {
    margin-top: 3rem;
  }
}
.block-category-list--freespace4 .ebikaraMirai-about-image img {
  display: inline;
}

/* photoBookSakusaku
   ========================================================================== */
/* ////////// photoBookSakusaku-section ////////// */
.photoBookSakusaku-section {
  position: relative;
  background-color: #eddcda;
}
.photoBookSakusaku-section::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-image: url(/img/page_category_n/sakusaku/sakusaku_bgtop.png);
  background-repeat: repeat-x;
  background-position: left -0.5rem top;
}
@media screen and (min-width: 768px), print {
  .photoBookSakusaku-section {
    margin-top: 10rem;
    padding-top: 2rem;
  }
  .photoBookSakusaku-section::before {
    top: -4.8rem;
    height: 5.1rem;
    background-size: 10.2rem 5.1rem;
  }
}
@media screen and (max-width: 767px) {
  .photoBookSakusaku-section {
    margin-top: 6rem;
  }
  .photoBookSakusaku-section::before {
    top: -3.6rem;
    height: 4rem;
    background-size: 8rem;
  }
}

/* ////////// photoBookSakusaku ////////// */
@media screen and (min-width: 768px), print {
  .photoBookSakusaku-wrap {
    margin-top: 30px;
    padding: 0 40px 54px;
  }
}
@media screen and (max-width: 767px) {
  .photoBookSakusaku-wrap {
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .freespace4-inner > .photoBookSakusaku-wrap:first-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px), print {
  .pane-contents-quality .photoBookSakusaku-wrap {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pane-contents-quality .photoBookSakusaku-wrap {
    margin-top: 3.15rem;
  }
}

@media screen and (min-width: 768px), print {
  .photoBookSakusaku {
    display: flex;
    align-items: center;
  }
  .photoBookSakusaku + .photoBookSakusaku {
    margin-top: 2.5rem;
  }
  .-reverse .photoBookSakusaku:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .photoBookSakusaku + .photoBookSakusaku {
    margin-top: 3rem;
  }
}

.photoBookSakusaku-heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .photoBookSakusaku-heading {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.photoBookSakusaku-heading--memo {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .photoBookSakusaku-heading--memo {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0px 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .photoBookSakusaku-heading--memo {
    font-size: 1.3rem;
    margin: 0;
  }
}

.photoBookSakusaku-image--wrap {
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .photoBookSakusaku-image--wrap {
    width: 49%;
    min-width: 55rem;
  }
}

.photoBookSakusaku-image img {
  width: 100%;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .photoBookSakusaku-txt--wrap {
  width: calc(100% - 580px);
}

.-sub .photoBookSakusaku-txt--wrap {
  color: #029069;
}
.-main .photoBookSakusaku-txt--wrap {
  color: #fa343f;
}
@media screen and (min-width: 768px), print {
  .photoBookSakusaku-txt--wrap {
    margin-top: auto;
    margin-bottom: 3rem;
    margin-left: auto;
  }
  .-reverse .photoBookSakusaku:nth-of-type(odd) .photoBookSakusaku-txt--wrap {
    margin-right: auto;
    margin-left: 0;
  }
  .page-category .photoBookSakusaku-txt--wrap {
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .photoBookSakusaku-txt--wrap {
    text-align: left;
    margin-top: 1.5rem;
  }
}

.photoBookSakusaku-title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
}
@media screen and (min-width: 768px), print {
  .photoBookSakusaku-title {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .photoBookSakusaku-title {
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.3;
  }
}

@media screen and (min-width: 768px), print {
  .photoBookSakusaku-copy {
    font-size: 19px;
    font-size: 1.9rem;
    margin-top: 3rem;
    line-height: 2;
    letter-spacing: 0.25em;
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .photoBookSakusaku-copy {
    line-height: 1.75;
    margin-top: 1rem;
    text-align: left;
  }
}

/* ItemProfile
   ========================================================================== */
/* 春さくら
============================================================= */
@media screen and (min-width: 768px), print {
  .itemProfile {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .itemProfile {
    margin-top: 4rem;
  }
}
.itemProfile.-harusakura {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
.itemProfile.-harusakura::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-image: url(/img/page_category_n/harusakura/bg_pattern.png);
  background-position: bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.itemProfile.-harusakura .illust {
  position: absolute;
  z-index: 5;
}
@media screen and (min-width: 768px), print {
  .itemProfile.-harusakura {
    padding-top: 9rem;
    background-image: url(/img/page_category_n/harusakura/bg.png);
  }
  .itemProfile.-harusakura .illust {
    top: 1.4rem;
    right: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .itemProfile.-harusakura {
    padding: 4.6rem 3.8rem;
    background-image: url(/img/page_category_n/harusakura/bg@sp.png);
  }
  .itemProfile.-harusakura .illust {
    top: 0.6rem;
    right: 2rem;
    width: 11rem;
  }
}

.itemProfile-heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .-harusakura .itemProfile-heading {
    width: 20.1rem;
  }
}

/* ////////// itemProfile-harusakura-content ////////// */
.itemProfile-harusakura-content {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .itemProfile-harusakura-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem 45.5rem;
    padding: 6.5rem 3.8rem 7.5rem 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .itemProfile-harusakura-content {
    padding-top: 1.5rem;
    text-align: left;
  }
}

.itemProfile-harusakura-infoInner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .itemProfile-harusakura-infoInner {
    flex: 1;
    gap: 3.6rem;
    letter-spacing: 0.2em;
  }
  .itemProfile-harusakura-infoInner + .itemProfile-harusakura-infoInner {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .itemProfile-harusakura-infoInner {
    margin-top: 2.6rem;
    padding-right: 1rem;
    padding-left: 1rem;
    gap: 2rem;
  }
}

.itemProfile-harusakura-infoTitle {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  color: #E62E8B;
}
@media screen and (min-width: 768px), print {
  .itemProfile-harusakura-infoTitle {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .itemProfile-harusakura-infoTitle {
    font-size: 2.5rem;
    letter-spacing: 0.15em;
  }
}

.itemProfile-harusakura-infoText {
  color: #4C4C4C;
}
@media screen and (min-width: 768px), print {
  .itemProfile-harusakura-infoText {
    font-size: 1.7rem;
    margin-top: 1rem;
    line-height: 1.85;
  }
}
@media screen and (max-width: 767px) {
  .itemProfile-harusakura-infoText {
    margin-top: 0.4rem;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

@media screen and (min-width: 768px), print {
  .itemProfile-harusakura-visual {
    width: 43.8rem;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .itemProfile-harusakura-visual {
    width: 29rem;
    margin: 0 auto;
  }
}

/* iitemDetail8012
   ========================================================================== */
.iitemDetail8012 {
  position: relative;
}
:root .iitemDetail8012 {
  margin-top: 10.4rem;
}
@media screen and (max-width: 767px) {
  .iitemDetail8012 {
    display: grid;
  }
}

.iitemDetail8012__copy {
  position: absolute;
  margin: auto;
}
.iitemDetail8012__copy img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .iitemDetail8012__copy {
    width: 68.3rem;
    top: 5.2rem;
    right: 1.5rem;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .iitemDetail8012__copy {
    width: 21.9rem;
    top: 5.8rem;
    right: 0;
    left: 0.5rem;
  }
}

.iitemDetail8012__illust {
  top: -6rem;
  right: 4.5rem;
  position: absolute;
  width: 25rem;
}
.iitemDetail8012__illust img {
  width: 100%;
}

.iitemDetail8012__info {
  color: #F7C2B4;
  position: absolute;
  z-index: 5;
}
.iitemDetail8012__info .title {
  font-family: TsukuOldMinPro-R, "FOT-筑紫オールド明朝 Pro R";
  letter-spacing: 0.085em;
}
.iitemDetail8012__info .text {
  letter-spacing: 0.12em;
}
.iitemDetail8012__info .number {
  font-family: serif;
}
@media screen and (min-width: 768px), print {
  .iitemDetail8012__info .title {
    font-size: 2.65rem;
    text-indent: -1em;
  }
  .iitemDetail8012__info .text {
    line-height: 1.8;
    margin-top: 0.5rem;
    font-size: 1.75rem;
  }
  .iitemDetail8012__info.-info1 {
    top: 18.6rem;
    left: 8.5rem;
  }
  .iitemDetail8012__info.-info2 {
    top: 12.6rem;
    left: 42.2rem;
  }
  .iitemDetail8012__info.-info3 {
    top: 12.6rem;
    right: 9.5rem;
  }
  .iitemDetail8012__info.-info4 {
    bottom: 7.6rem;
    right: 7.6rem;
  }
  .iitemDetail8012__info.-info5 {
    bottom: 5.2rem;
    left: 35.4rem;
  }
}
@media screen and (max-width: 767px) {
  .iitemDetail8012__info {
    padding-left: 5.8rem;
    text-align: left;
  }
  .iitemDetail8012__info .title {
    font-size: 2.6rem;
  }
  .iitemDetail8012__info .text {
    line-height: 1.6;
    font-size: 1.6rem;
  }
  .iitemDetail8012__info.-info1 {
    top: 30.6rem;
  }
  .iitemDetail8012__info.-info2 {
    top: 42.8rem;
  }
  .iitemDetail8012__info.-info3 {
    top: 54.6rem;
  }
  .iitemDetail8012__info.-info4 {
    top: 66.5rem;
  }
  .iitemDetail8012__info.-info5 {
    top: 78.6rem;
  }
}

/* Cart
   ========================================================================== */
/* size
   ========================================================================== */
.page-cart .block-cart-order-ku {
  text-align: center;
  margin-bottom: 5px;
}
.page-cart .block-cart-order-ku span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2;
  border-bottom: 2px solid #f66;
}
@media screen and (max-width: 767px) {
  .page-cart .block-cart-order-ku {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .page-cart .block-cart-order-ku span {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 10px;
  }
}
.page-cart .block-cart-order-kb {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 20px;
  color: #f66;
}
@media screen and (max-width: 767px) {
  .page-cart .block-cart-order-kb {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
.page-cart .block-cart-order-gu {
  border-top: 1px solid #9f9c97;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 15px;
}
.page-cart .block-cart-order-gu span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2;
  border-bottom: 2px solid #f66;
}
@media screen and (max-width: 767px) {
  .page-cart .block-cart-order-gu {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .page-cart .block-cart-order-gu span {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-cart .order-btn-design .main_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .page-cart .block-cart--order-btn-gift {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*
.card-list {
  @include mq-pc {
    display: flex;
    flex-wrap: wrap;

    .card-list-text{
      font-weight: 500;
      @include fontsize(12);
    }

    // card-list-column2
    .card-list-column2 & {
      margin-right: -20px;
      margin-left: -20px;
      & > * {
        width: 50%;
        padding-right: 20px;
        padding-left: 20px;
        &:nth-of-type(n+3) {
          margin-top: 20px;
        }
      }

      &.min-width{
        width: 60%;
        margin: 0 auto;
      }
    }

    &.-column3 {
      margin-right: -0px;
      margin-left: -4px;
      & > * {
        width: (10/3)*10%;
        padding-right: 4px;
        padding-left: 4px;
        &:nth-of-type(n+4) {
          margin-top: 24px;
        }
      }
    }

    &.-column4 {
      margin-right: 0px;
      margin-left: 0px;
      li {
        width: 25%;
        padding-right: 0px;
        padding-left: 0px;
        &:nth-of-type(n+5) {
          margin-top: 24px;
        }
      }
    }


  }
  @include mq-sp {

    .card-list-text{
      font-weight: 500;
      font-size: rem(11.5);
      line-height: 1.4;
      margin-top: rem(4);
    }
    &.-column3,
    &.-column4 {
      display: flex;
      flex-wrap: wrap;
      margin-right: -4px;
      margin-left: -4px;
      & > * {
        width:50%;
        padding-right: 4px;
        padding-left: 4px;
        &:nth-of-type(2) {
          margin-top: 0;
        }
        &:nth-of-type(n+3) {
          margin-top: rem(16);
        }
      }
    }

  }
}
.card-list-item {
  @include mq-sp {
    & + & {
      margin-top: rem(30);
    }
  }
}


/* block
   ========================================================================== */
/*.card-list-mixed {

}
.card-list-title {
  font-family: $font-tsuku-min;
  @include mq-pc {
    @include fontsize(21);
    margin-top: 3px;
  }
  @include mq-sp {
    font-size: rem(21);
    margin-top: rem(5);
  }
}
*/
