@charset "UTF-8";
body.body main {
  overflow: hidden;
}
body.body.home-category-page .common-home-child-top-box {
  margin-top: 6.2222222222vh;
}
body.body.home-category-page .common-home-child-top-box .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.body.home-category-page .common-home-child-top-box .inner:after {
  content: "";
  display: block;
  width: 46.8571428571%;
  padding-top: 25.7142857143%;
  margin-top: 6.3333333333vh;
}
body.body.home-category-page .common-home-child-top-box .inner .text-box {
  width: 460px;
  margin-right: 72px;
  max-width: 32.8571428571%;
}
@media (max-width: 1400px) {
  body.body.home-category-page .common-home-child-top-box .inner .text-box {
    margin-right: 5.1428571429%;
  }
}
body.body.home-category-page .common-home-child-top-box .inner .text-box .image-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 46.8571428571%;
  margin-top: 6.3333333333vh;
}
body.body.home-category-page .common-home-child-top-box .inner .text-box .image-box img {
  width: 100%;
  display: block;
}
body.body.home-category-page .common-home-child-top-box .inner .text-box .text-inner {
  margin-top: 3vw;
}
body.body.home-category-page .common-home-child-top-box .inner .text-box .text-inner .common-text {
  margin-top: 3.3333333333vh;
}
body.body.home-category-page .common-changes .change-nav {
  width: 980px;
  max-width: 80%;
  margin: 8.5555555556vh auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.body.home-category-page .common-changes .change-nav .common-change-button {
  width: 189px;
  margin-right: 33px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  border-bottom: 1px solid #1e277e;
  color: #1e277e;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
  position: relative;
  margin-top: 10px;
  max-width: 100%;
  font-weight: 500;
}
@media (min-width: 769px) {
  body.body.home-category-page .common-changes .change-nav .common-change-button.big {
    width: 235px;
  }
  body.body.home-category-page .common-changes .change-nav .common-change-button.big2 {
    width: 263px;
  }
}
body.body.home-category-page .common-changes .change-nav .common-change-button .arrow {
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 7px;
}
body.body.home-category-page .common-changes .change-nav .common-change-button .arrow:before {
  content: "く";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
}
body.body.home-category-page .common-changes .change-nav .common-change-button:last-of-type {
  margin-right: 0;
}
body.body.home-category-page .common-changes .change-nav .common-change-button.current, body.body.home-category-page .common-changes .change-nav .common-change-button:hover {
  cursor: pointer;
  color: #00afec;
  border-color: #00afec;
}
body.body.home-category-page .common-changes .change-base {
  position: relative;
}
body.body.home-category-page .common-changes .change-base .change-contents {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.2s, z-index 0s ease 0.2s;
  transition: opacity 0.2s, z-index 0s ease 0.2s;
}
body.body.home-category-page .common-changes .change-base .change-contents.current {
  position: relative;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s, z-index 0s;
  transition: opacity 0.2s, z-index 0s;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav {
  width: 980px;
  max-width: 80%;
  margin: 7.7777777778vh auto 0;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li {
  line-height: 34px;
  color: #fff;
  padding: 0 45px 0 15px;
  border-radius: 17px;
  font-size: 0.9375rem;
  letter-spacing: 0.0753333333em;
  background: #00afec;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  position: relative;
  margin-top: 10px;
  margin-right: 24px;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li.big {
  line-height: 38px;
  background: #1e277e;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li.big:hover {
  background: #00afec;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li .arrow {
  position: absolute;
  top: 50%;
  display: block;
  right: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li .arrow:after {
  content: "く";
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li:last-of-type {
  margin-right: 0;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li:hover {
  cursor: pointer;
  background: #1e277e;
}
body.body.home-category-page .common-home-title {
  line-height: 1.5;
  padding-bottom: 1.4444444444vh;
  border-bottom: 1px solid #1e277e;
}
body.body.home-category-page .common-home-title .jp {
  font-size: 1.375rem;
  font-weight: 500;
  color: #1e277e;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-right: 8px;
}
body.body.home-category-page .common-home-title .en {
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  font-size: 0.9375rem;
  color: #989898;
  letter-spacing: 0.1em;
}
body.body.home-category-page .common-home-sikaku-text {
  font-weight: 500;
  font-size: 1rem;
  color: #1e277e;
  letter-spacing: 0.05em;
  padding-left: 1.1em;
  text-indent: -1.1em;
  line-height: 1.5em;
}
body.body.home-category-page .common-home-sikaku-text .d {
  text-indent: 0;
}
body.body.home-category-page .common-home-sikaku-text:before {
  content: "■";
  color: #00afec;
}
body.body.home-category-page .common-home-line-title {
  font-size: 1.0625rem;
  color: #1e277e;
  border-bottom: 1px solid #00afec;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  padding-bottom: 4px;
  font-weight: 500;
}
body.body.business-category-page .common-changes .change-nav {
  width: 980px;
  max-width: 80%;
  margin: 8.5555555556vh auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.body.business-category-page .common-changes .change-nav .common-change-button {
  width: 189px;
  margin-right: 33px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  border-bottom: 1px solid #1e277e;
  color: #1e277e;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
  position: relative;
  margin-top: 10px;
  max-width: 100%;
  font-weight: 500;
}
@media (min-width: 769px) {
  body.body.business-category-page .common-changes .change-nav .common-change-button.big {
    width: 235px;
  }
  body.body.business-category-page .common-changes .change-nav .common-change-button.big2 {
    width: 263px;
  }
}
body.body.business-category-page .common-changes .change-nav .common-change-button .arrow {
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 7px;
}
body.body.business-category-page .common-changes .change-nav .common-change-button .arrow:before {
  content: "く";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
}
body.body.business-category-page .common-changes .change-nav .common-change-button:last-of-type {
  margin-right: 0;
}
body.body.business-category-page .common-changes .change-nav .common-change-button.current, body.body.business-category-page .common-changes .change-nav .common-change-button:hover {
  cursor: pointer;
  color: #00afec;
  border-color: #00afec;
}
body.body.business-category-page .common-changes .change-base {
  position: relative;
}
body.body.business-category-page .common-changes .change-base .change-contents {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.2s, z-index 0s ease 0.2s;
  transition: opacity 0.2s, z-index 0s ease 0.2s;
}
body.body.business-category-page .common-changes .change-base .change-contents.current {
  position: relative;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s, z-index 0s;
  transition: opacity 0.2s, z-index 0s;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav {
  width: 980px;
  max-width: 80%;
  margin: 7.7777777778vh auto 0;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li {
  line-height: 34px;
  color: #fff;
  padding: 0 45px 0 15px;
  border-radius: 17px;
  font-size: 0.9375rem;
  letter-spacing: 0.0753333333em;
  background: #00afec;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  position: relative;
  margin-top: 10px;
  margin-right: 24px;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li.big {
  line-height: 38px;
  background: #1e277e;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li.big:hover {
  background: #00afec;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li .arrow {
  position: absolute;
  top: 50%;
  display: block;
  right: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li .arrow:after {
  content: "く";
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li:last-of-type {
  margin-right: 0;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li:hover {
  cursor: pointer;
  background: #1e277e;
}
body.body.business-category-page .common-home-title {
  line-height: 1.5;
  padding-bottom: 1.4444444444vh;
  border-bottom: 1px solid #1e277e;
}
body.body.business-category-page .common-home-title .jp {
  font-size: 1.375rem;
  font-weight: 500;
  color: #1e277e;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-right: 8px;
}
body.body.business-category-page .common-home-title .en {
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  font-size: 0.9375rem;
  color: #989898;
  letter-spacing: 0.1em;
}
body.body.business-category-page .common-home-sikaku-text {
  font-weight: 500;
  font-size: 1rem;
  color: #1e277e;
  letter-spacing: 0.05em;
  padding-left: 1.1em;
  text-indent: -1.1em;
  line-height: 1.5em;
}
body.body.business-category-page .common-home-sikaku-text .d {
  text-indent: 0;
}
body.body.business-category-page .common-home-sikaku-text:before {
  content: "■";
  color: #00afec;
}
body.body.business-category-page .common-home-line-title {
  font-size: 1.0625rem;
  color: #1e277e;
  border-bottom: 1px solid #00afec;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  padding-bottom: 4px;
  font-weight: 500;
}

@media (max-width: 768px) {
  body.body.home-category-page .common-home-child-top-box .inner {
    display: block;
  }
  body.body.home-category-page .common-home-child-top-box .inner:after {
    display: none;
  }
  body.body.home-category-page .common-home-child-top-box .inner .text-box {
    max-width: none;
    width: 100%;
  }
  body.body.home-category-page .common-home-child-top-box .inner .text-box .common-title2 {
    width: 80%;
    margin: 0 auto;
  }
  body.body.home-category-page .common-home-child-top-box .inner .text-box .image-box {
    width: 100%;
    position: static;
    margin-top: 40px;
  }
  body.body.home-category-page .common-home-child-top-box .inner .text-box .text-inner {
    width: 80%;
    margin: 40px auto 0;
  }
  body.body.home-category-page .common-changes {
    margin-top: 80px;
  }
  body.body.home-category-page .common-changes .top-sikaku-text {
    width: 80%;
    margin: 0 auto;
    color: #1e277e;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4em;
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
  body.body.home-category-page .common-changes .top-sikaku-text .d {
    text-indent: 0;
  }
  body.body.home-category-page .common-changes .top-sikaku-text:before {
    content: "■";
    color: #00afec;
  }
  body.body.home-category-page .common-changes .change-nav {
    margin-top: 7px;
    background: rgba(0, 175, 236, 0.12);
    display: block;
    padding: 1px 0 18px;
  }
  body.body.home-category-page .common-changes .change-nav .common-change-button {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto !important;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav {
    position: relative;
    z-index: 5;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button {
    text-align: center;
    line-height: 44px;
    background: #00afec;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.2em;
    position: relative;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button .arrow {
    position: absolute;
    display: block;
    right: 18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: none;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button .arrow:after {
    content: "く";
    display: block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
    overflow: hidden;
    background: #f0f5f5;
    width: 100%;
    height: auto !important;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden ul {
    padding: 10px 0 11px;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden ul li {
    text-align: center;
    color: #1e277e;
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
    padding: 9px;
  }
  body.body.home-category-page .common-home-title .jp {
    font-size: 1.0625rem;
  }
  body.body.home-category-page .common-home-title .en {
    font-size: 0.8125rem;
    display: block;
  }
  body.body.business-category-page .common-changes {
    margin-top: 80px;
  }
  body.body.business-category-page .common-changes .top-sikaku-text {
    width: 80%;
    margin: 0 auto;
    color: #1e277e;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4em;
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
  body.body.business-category-page .common-changes .top-sikaku-text .d {
    text-indent: 0;
  }
  body.body.business-category-page .common-changes .top-sikaku-text:before {
    content: "■";
    color: #00afec;
  }
  body.body.business-category-page .common-changes .change-nav {
    margin-top: 7px;
    background: rgba(0, 175, 236, 0.12);
    display: block;
    padding: 1px 0 18px;
  }
  body.body.business-category-page .common-changes .change-nav .common-change-button {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto !important;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav {
    position: relative;
    z-index: 5;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button {
    text-align: center;
    line-height: 44px;
    background: #00afec;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.2em;
    position: relative;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button .arrow {
    position: absolute;
    display: block;
    right: 18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: none;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button .arrow:after {
    content: "く";
    display: block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
    overflow: hidden;
    background: #f0f5f5;
    width: 100%;
    top: 100%;
    left: 0;
    height: auto !important;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden ul {
    padding: 10px 0 11px;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden ul li {
    text-align: center;
    color: #1e277e;
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
    padding: 9px;
  }
  body.body.business-category-page .common-home-title .jp {
    font-size: 1.0625rem;
  }
  body.body.business-category-page .common-home-title .en {
    font-size: 0.8125rem;
    display: block;
  }
}
/**
 * 単位なしの値には px を付与する
 */
/**
 * Illustrator の出力するCSSを rem ベース + em ベースに変換し、
 * さらに line-height により生じる上下の余白を調整する（Illustrator に合わせる）
 *
 * @param int $font-size      px単位での文字サイズ
 * @param int $line-height    px単位での行の高さ ※0にすると無視
 * @param int $letter-spacing px単位での字間 ※0にすると無視
 * @param bool $is_center     中央揃えで使用する際の調整をするか
 * @require $font-size-root
 * @example1 @font-rem(14px, 28px, 0.4px, true);
 * @example2 @font-rem(14, 28, 0.4, true);
 * @see https://coliss.com/articles/build-websites/operation/css/simple-css-remove-top-space.html
 */
/**
 * min が名前がかぶるので代用
 * @see https://note.com/takamoso/n/n82cdb89f024f
 */
.pc-block {
  display: block !important;
}
@media (max-width: 768px) {
  .pc-block {
    display: none !important;
  }
}

.sp-block {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-block {
    display: block !important;
  }
}

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 768px) {
  .pc-flex {
    display: none !important;
  }
}

.sp-flex {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.bl-contents__inner1, body.body .page-clubsunhot .top-box .inner {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
}

.bl-contents__inner2 {
  width: 906px;
  max-width: 100%;
  margin: 0 auto;
}

.bl-contents__mt7vh {
  margin: 7.7777777778vh auto 0;
}

body.body.home-category-page .common-changes .change-nav__wrap {
  width: 980px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
body.body.home-category-page .common-changes .change-nav__wrap .change-nav {
  width: 906px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  body.body.home-category-page .common-changes {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  body.body.home-category-page .common-changes .change-nav__wrap .top-sikaku-text {
    width: 100%;
  }
  body.body.home-category-page .common-changes .change-nav__wrap .change-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  body.body.home-category-page .common-changes .change-nav__wrap .change-nav .common-change-button {
    display: block;
    width: 93.75%;
    padding: 0;
  }
  body.body.home-category-page .common-changes .change-nav__wrap .change-nav.mod_stackable {
    position: relative;
    padding: 5px 8px 10px;
  }
  body.body.home-category-page .common-changes .change-nav__wrap .change-nav.mod_stackable .common-change-button {
    margin: auto;
    width: 100%;
  }
  body.body.home-category-page .common-changes .change-nav__wrap .change-nav.mod_stackable .common-change-button.current {
    display: block;
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    z-index: 10;
  }
  body.body.home-category-page .common-changes .change-nav__wrap .change-nav.mod_stackable.open .common-change-button {
    display: block;
    position: relative;
  }
  body.body.home-category-page .common-changes .common-change-button {
    display: block;
    width: 93.75%;
    padding: 0;
  }
  body.body.home-category-page .common-changes .common-change-button.current {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.bl-contents {
  margin-top: 8.6666666667vh;
}
.bl-contents__flows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5vh;
}
.bl-contents__flows.column3 .bl-contents__flow {
  width: 31.6326530612%;
}
.bl-contents__flow {
  width: 44.1758241758%;
  margin-top: 8.8888888889vh;
}
.bl-contents__flow .nth-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl-contents__flow .nth-text .nth {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #00afec;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-family: "Roboto Slab", serif;
  margin-right: 3px;
}
.bl-contents__flow .nth-text .text {
  color: #1e277e;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 2px;
}
.bl-contents__flow .image {
  margin-top: 2.2222222222vh;
}
.bl-contents__flow .image img {
  width: 100%;
}
.bl-contents__flow .common-text {
  margin-top: 1.3333333333vh;
  white-space: pre-line;
}
.bl-contents__flow .common-text .red {
  color: #de2a2a;
}
.bl-contents__description {
  margin-top: 1.7333333333em;
  font-size: 0.9375rem;
  line-height: 2;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  letter-spacing: 0.05em;
}
.bl-contents__description:before, .bl-contents__description:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.bl-contents__description:before {
  margin-top: -0.5em;
}
.bl-contents__description:after {
  margin-bottom: -0.5em;
}
.bl-contents__description strong {
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  color: #de2a2a;
  font-weight: 500;
}
.bl-contents__buttonitems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.bl-contents__buttonitem {
  margin-top: 1.375rem;
  margin-right: 1.6em;
}
.bl-contents__buttonitem .common-link {
  margin-top: 0 !important;
}
.bl-contents .common-link {
  margin-top: 3.8888888889vh;
  padding: 0 11px !important;
  width: auto !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.bl-contents .common-link .arrow {
  margin-left: 4px;
}
@media (max-width: 768px) {
  .bl-contents__flows .bl-contents__flow {
    width: 100%;
  }
  .bl-contents__flows.column3 .bl-contents__flow {
    width: 100%;
  }
  .bl-contents__flow .nth-text .nth {
    font-size: min(5vw, 20px);
  }
  .bl-contents__flow .nth-text .text {
    font-size: min(3.75vw, 15px);
  }
  .bl-contents__buttonitem {
    display: block;
    margin-right: 0;
  }
  .bl-contents .common-link.jp {
    font-size: min(4.25vw, 16px) !important;
  }
}

/*
▼justify
  両端揃えの設定がされる。IEも対応。
    用例: @include justify();

▼aspect-ratio
  ブロックの縦横比を指定する。
    用例1: @include aspect-ratio(1024,768); // 縦横比のみ指定
    用例2: @include aspect-ratio(1024,768,'../images/test.jpg');  // 縦横比を指定した上で背景画像を指定

*/
/*
@include margin-vh($top: 50px, $bottom: 60px);
*/
/**
 * 単位なしの値には px を付与する
 */
/**
 * Illustrator の出力するCSSを rem ベース + em ベースに変換し、
 * さらに line-height により生じる上下の余白を調整する（Illustrator に合わせる）
 *
 * @param int $font-size      px単位での文字サイズ
 * @param int $line-height    px単位での行の高さ ※0にすると無視
 * @param int $letter-spacing px単位での字間 ※0にすると無視
 * @param bool $is_center     中央揃えで使用する際の調整をするか
 * @require $font-size-root
 * @example1 @font-rem(14px, 28px, 0.4px, true);
 * @example2 @font-rem(14, 28, 0.4, true);
 * @see https://coliss.com/articles/build-websites/operation/css/simple-css-remove-top-space.html
 */
body.body.home-category-page .common-changes .change-nav__wrap .change-nav {
  width: auto;
}
body.body.home-category-page .common-changes .change-nav__wrap .change-nav .common-change-button {
  width: auto;
  padding-right: 2em;
}

.bl-single {
  margin: 51px auto 167px;
}
.bl-single__title {
  color: #fff;
  background: #1e277e;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  letter-spacing: 0.075em;
  padding: 0.5555555556em;
}
.bl-single__title:before, .bl-single__title:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.bl-single__title:before {
  margin-top: -0.1666666667em;
}
.bl-single__title:after {
  margin-bottom: -0.1666666667em;
}
.bl-single__titleinner {
  text-indent: -1em;
  margin-left: 1em;
}
.bl-single__title .square {
  color: #00afec;
}
.bl-single__title .word_unit {
  display: inline-block;
  margin-right: 0.5em;
  text-indent: 0;
}
.bl-single__columns {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl-single__columnimages {
  width: 42.3469387755%;
}
.bl-single__columnspecify {
  width: 55.1020408163%;
}
.bl-single__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl-single__images.mod_double .bl-single__image {
  width: 100% !important;
}
.bl-single__images img {
  display: block;
  max-width: 100%;
}
.bl-single__image:nth-of-type(n+2) {
  margin-top: 18px;
  width: 47.7108433735%;
}
.bl-single__backbutton.common-link.jp {
  margin-top: 0;
  padding-right: 1.4em !important;
  padding-left: 1.4em !important;
  width: 270px !important;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  background-color: #1e277e;
  font-size: 1.375rem;
  letter-spacing: 0.075em;
  text-indent: 0.075em;
}
.bl-single__backbutton.common-link.jp .arrow {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  margin-left: 0;
  margin-right: 4px;
}
.bl-single__backbutton.common-link.jp:hover {
  background-color: #00afec;
}
.bl-single__backwrap {
  margin-top: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .bl-single__title {
    font-size: min(3.75vw, 15px);
  }
  .bl-single__columns {
    display: block;
  }
  .bl-single__columnimages, .bl-single__columnspecify {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .bl-single__backwrap {
    margin-top: 5vw;
  }
  .bl-single__backbutton.common-link.jp {
    font-size: min(5.5vw, 22px) !important;
  }
}

.bl-specify__catchcopy {
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  letter-spacing: 0.1em;
  color: #00afec;
  font-weight: 500;
}
.bl-specify__catchcopy:before, .bl-specify__catchcopy:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.bl-specify__catchcopy:before {
  margin-top: -0.2058823529em;
}
.bl-specify__catchcopy:after {
  margin-bottom: -0.2058823529em;
}
.bl-specify__description {
  margin: 1.4em 0;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  letter-spacing: 0.05em;
}
.bl-specify__description:before, .bl-specify__description:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.bl-specify__description:before {
  margin-top: -0.2666666667em;
}
.bl-specify__description:after {
  margin-bottom: -0.2666666667em;
}
.bl-specify__datasheet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.bl-specify__type, .bl-specify__data {
  background: #e0f5fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 11px;
  border-bottom: solid 2px #fff;
}
.bl-specify__type:nth-of-type(2n), .bl-specify__data:nth-of-type(2n) {
  background: #f0f5f5;
}
.bl-specify__type {
  width: 10em;
  color: #1e277e;
  font-weight: 500;
  border-right: solid 2px #fff;
}
.bl-specify__type .word {
  display: inline-block;
  white-space: nowrap;
}
.bl-specify__data {
  width: calc(100% - 10em);
  white-space: pre-line;
  word-break: break-word;
}
.bl-specify__data.field-おすすめメニュー, .bl-specify__data.field-ご優待特典, .bl-specify__data.field-テイクアウトメニュー {
  -webkit-font-feature-settings: "fwid";
          font-feature-settings: "fwid";
}
.bl-specify__data table {
  width: 100%;
}
.bl-specify__data table tr > td {
  vertical-align: middle;
}
.bl-specify__data table tr > td:nth-child(2) {
  text-align: right;
  padding-right: 1em;
  padding-left: 0.5em;
  white-space: nowrap;
}
.bl-specify__data table tr > td.mod_kara {
  position: relative;
  margin-right: -1em;
}
.bl-specify__data table tr > td.mod_kara:after {
  content: "～";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.bl-specify__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.bl-specify__link:last-of-type .bl-specify__button.common-link.jp {
  margin-right: 0;
}
.bl-specify__button.common-link.jp {
  margin-top: 15px;
  margin-right: 15px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.bl-specify__button.common-link.jp .cl-text {
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .bl-specify__catchcopy {
    margin: 1.5882352941em auto;
    font-size: min(4.25vw, 17px);
  }
  .bl-specify__description {
    font-size: min(3.75vw, 15px);
    text-align: justify;
  }
  .bl-specify__datasheet {
    font-size: min(3.5vw, 14px);
  }
  .bl-specify__type, .bl-specify__data {
    padding: 0.616em;
  }
  .bl-specify__type {
    width: 6em;
  }
  .bl-specify__type.field-テイクアウトメニュー .word-w {
    line-height: 1.3;
  }
  .bl-specify__data {
    width: calc(100% - 6em);
  }
  .bl-specify__links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl-specify__link {
    max-width: 48%;
  }
  .bl-specify__button.common-link.jp {
    margin-right: 0;
  }
  .bl-specify__button.common-link.jp .cl-text {
    font-size: min(3.5vw, 14px);
    white-space: nowrap;
  }
}