@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: 'oswaldregular';
  src: url("font/oswald-regular-webfont.eot");
  src: url("font/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/oswald-regular-webfont.woff") format("woff"), url("font/oswald-regular-webfont.ttf") format("truetype"), url("font/oswald-regular-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oswaldlight';
  src: url("font/oswald-light-webfont.eot");
  src: url("font/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/oswald-light-webfont.woff") format("woff"), url("font/oswald-light-webfont.ttf") format("truetype"), url("font/oswald-light-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oswaldlight';
  src: url("font/oswald-light-webfont.eot");
  src: url("font/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/oswald-light-webfont.woff") format("woff"), url("font/oswald-light-webfont.ttf") format("truetype"), url("font/oswald-light-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NotoSansJP-Bold';
  src: url("../font/NotoSansJP-Bold.eot");
  src: url("../font/NotoSansJP-Bold.eot?iefix") format("eot"), url("../font/NotoSansJP-Bold.woff") format("woff"); }

@font-face {
  font-family: 'NotoSansJP-Medium';
  src: url("../font/NotoSansJP-Medium.eot");
  src: url("../font/NotoSansJP-Medium.eot?iefix") format("eot"), url("../font/NotoSansJP-Medium.woff") format("woff"); }

@font-face {
  font-family: 'NotoSansJP-Regular';
  src: url("../font/NotoSansJP-Regular.eot");
  src: url("../font/NotoSansJP-Regular.eot?iefix") format("eot"), url("../font/NotoSansJP-Regular.woff") format("woff"); }

@font-face {
  font-family: 'NotoSansJP-DemiLight';
  src: url("../font/NotoSansJP-DemiLight.eot");
  src: url("../font/NotoSansJP-DemiLight.eot?iefix") format("eot"), url("../font/NotoSansJP-DemiLight.woff") format("woff"); }

@font-face {
  font-family: 'NotoSansJP-Light';
  src: url("../font/NotoSansJP-Light.eot");
  src: url("../font/NotoSansJP-Light.eot?iefix") format("eot"), url("../font/NotoSansJP-Light.woff") format("woff"); }

@font-face {
  font-family: 'NotoSansJP-Thin-Windows';
  src: url("../font/NotoSansJP-Thin-Windows.eot");
  src: url("../font/NotoSansJP-Thin-Windows.eot?iefix") format("eot"), url("../font/NotoSansJP-Thin-Windows.woff") format("woff"); }

/* 変数
-----------------------------------------------------------------*/
body, div, p, form, input, textarea, select, option, button, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, address, button, figure, figcaption {
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#header {
  display: none !important; }

/* PC / SP 表示分け
-----------------------------------------------------------------*/
@media only screen and (min-width: 861px) {
  .dn-pc {
    display: none !important; } }

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

@media only screen and (max-width: 861px) {
  .dn-tab-sp {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab-sp {
    display: none !important; } }

@media only screen and (min-width: 861px) {
  .dn-tab-pc {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab-pc {
    display: none !important; } }

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #5c5c5c !important; }
  body.no-scroll {
    overflow: hidden; }
  body .container {
    max-width: inherit;
    padding: 0 !important; }
    @media only screen and (max-width: 861px) {
      body .container {
        padding: 0 !important; } }
  body .breadcrumbs {
    display: none !important; }
  @media only screen and (max-width: 861px) {
    body .classic_style .isPc {
      display: block !important; } }
  body a {
    text-decoration: none;
    color: #5c5c5c; }

/* コンテンツ
-----------------------------------------------------------------*/
.classic_style {
  width: auto; }

.contents {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif; }

/* メインビジュアル
-----------------------------------------------------------------*/
.fv {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 861px) {
    .fv {
      height: 100svh; } }
  @media only screen and (min-width: 861px) {
    .fv {
      height: 100vh; } }

.fv_list {
  width: 100%;
  height: 100%; }
  .fv_list img {
    display: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.fv_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2; }

.fv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }
  .fv_title img {
    width: 100%;
    height: auto; }

.fv_icon {
  opacity: 0;
  position: absolute;
  bottom: 37px;
  right: 37px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease; }
  @media only screen and (max-width: 861px) {
    .fv_icon {
      width: 144px;
      height: auto;
      bottom: 30px;
      right: 10px; } }
  .fv_icon img {
    width: 100%;
    height: auto; }

.fv_scrollArea {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }
  @media only screen and (max-width: 861px) {
    .fv_scrollArea {
      gap: 8px; } }

.fv_title.is-visible {
  opacity: 1; }

.fv_icon.is-visible,
.fv_scrollArea.is-visible {
  opacity: 1; }

.fv_icon.is-visible {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.fv_scrollText {
  font-family: "Span", sans-serif;
  font-size: 20px;
  font-style: italic;
  color: #fff;
  letter-spacing: .1em;
  margin: 0; }
  @media only screen and (max-width: 861px) {
    .fv_scrollText {
      font-size: 16px; } }

.fv_scrollLine {
  position: relative;
  width: 1px;
  height: 36px;
  background-color: #fff;
  overflow: hidden; }
  @media only screen and (max-width: 861px) {
    .fv_scrollLine {
      height: 30px; } }
  .fv_scrollLine::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 36px;
    background-color: #707070;
    -webkit-animation: scrolldown 4s ease infinite 1s;
    animation: scrolldown 4s ease infinite 1s; }
    @media only screen and (max-width: 861px) {
      .fv_scrollLine::after {
        height: 40px; } }

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

/*.リード
---------------------*/
.read {
  background-color: #5EB0D1;
  z-index: 1;
  position: relative; }

.read_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 120px 0; }
  @media only screen and (min-width: 861px) {
    .read_inner {
      width: 1020px;
      margin: 0 auto;
      gap: 230px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media only screen and (max-width: 861px) {
    .read_inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 64px 40px; } }

.read_catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  letter-spacing: .11em;
  line-height: 1.82; }
  @media only screen and (max-width: 861px) {
    .read_catch {
      text-align: left;
      font-size: 17px;
      letter-spacing: .16em;
      line-height: 1.5; } }

.read_textArea {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media only screen and (min-width: 861px) {
    .read_textArea {
      width: 470px; } }

.read_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: .08em;
  line-height: 2.50; }
  @media only screen and (max-width: 861px) {
    .read_text {
      margin-top: 24px;
      font-size: 13px;
      letter-spacing: .12em;
      line-height: 1.5; } }

.read_note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  letter-spacing: .08em;
  margin: 0; }
  @media only screen and (max-width: 861px) {
    .read_note {
      margin-top: 16px;
      font-size: 11px; } }
  @media only screen and (min-width: 861px) {
    .read_note {
      margin-top: 27px; } }

/*.function
---------------------*/
.function {
  position: relative;
  width: 100%; }

.function_grid {
  width: 100%; }
  @media only screen and (min-width: 861px) {
    .function_grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (minmax(0, 1fr))[6];
      grid-template-columns: repeat(6, minmax(0, 1fr));
      -ms-grid-rows: (minmax(0, 1fr))[2];
      grid-template-rows: repeat(2, minmax(0, 1fr));
      aspect-ratio: 1280 / 720;
      height: auto; } }
  @media only screen and (max-width: 861px) {
    .function_grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.function_item {
  cursor: pointer;
  position: relative; }
  @media only screen and (max-width: 861px) {
    .function_item {
      width: 33.33333333333333%; }
      .function_item:nth-child(1) {
        width: 100%;
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99; } }
  @media only screen and (min-width: 861px) {
    .function_item {
      min-height: 0;
      min-width: 0;
      overflow: hidden; }
      .function_item:hover .function_itemImg img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); } }
  .function_item .function_moreBtn {
    opacity: 0;
    visibility: hidden; }
  .function_item:nth-child(1) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4 / 7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    width: 100%;
    height: 100%; }
    .function_item:nth-child(1) .function_itemContent {
      display: none; }
    .function_item:nth-child(1) .function_moreBtn {
      opacity: 1;
      visibility: visible; }
  .function_item:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }
  .function_item:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1; }
  .function_item:nth-child(4) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1; }
  .function_item:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2; }
  .function_item:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2; }
  .function_item:nth-child(7) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2; }

#design {
  position: relative; }
  @media only screen and (min-width: 861px) {
    #design {
      overflow: visible; } }
  #design .function_itemImg {
    position: relative;
    z-index: 0; }
  #design:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/bizpolo_2604/function-decoration.png);
    width: 867.98px;
    height: 114.38px;
    background-size: 867.98px 114.38px;
    z-index: 1;
    pointer-events: none;
    left: -452px; }
    @media only screen and (max-width: 861px) {
      #design:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -220px;
        width: 212.75px;
        height: 400px;
        background-size: 212.75px 400px;
        background-image: url(../images/bizpolo_2604/function-decoration-sp.png); } }
  #design .function_itemContent,
  #design .function_moreBtn {
    z-index: 2; }

.function_itemImg {
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden; }
  @media only screen and (min-width: 861px) {
    .function_itemImg {
      min-width: 0; } }
  .function_itemImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media only screen and (min-width: 861px) {
      .function_itemImg img {
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; } }

.function_itemContent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 180px; }
  @media only screen and (max-width: 861px) {
    .function_itemContent {
      width: 100%; } }

.function_itemTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  letter-spacing: .11em;
  margin: 0;
  text-align: center; }
  @media only screen and (max-width: 861px) {
    .function_itemTitle {
      font-size: 16px; } }

.function_itemLine {
  width: 100%;
  height: 1px;
  background-color: #fff; }
  @media only screen and (max-width: 861px) {
    .function_itemLine {
      width: 88px; } }

.function_itemIcon {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 861px) {
    .function_itemIcon {
      width: 22px;
      height: 22px; } }

.function_itemIconPlus {
  position: relative;
  width: 20px;
  height: 20px; }
  @media only screen and (max-width: 861px) {
    .function_itemIconPlus {
      width: 12px;
      height: 12px; } }
  .function_itemIconPlus:before, .function_itemIconPlus:after {
    content: '';
    position: absolute;
    background-color: #fff; }
  .function_itemIconPlus:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .function_itemIconPlus:after {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.function_decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 876px;
  z-index: 1;
  pointer-events: none; }
  @media only screen and (max-width: 861px) {
    .function_decoration {
      width: 212.75px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .function_decoration {
      width: 400px; } }
  .function_decoration img {
    width: 100%;
    height: auto; }

.function_moreBtn {
  position: absolute;
  bottom: 11px;
  right: 20px;
  width: 52px;
  height: 52px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1; }
  @media only screen and (max-width: 861px) {
    .function_moreBtn {
      bottom: 10px;
      right: 10px;
      width: 22px;
      height: 22px; } }

.function_moreBtnIcon {
  position: relative;
  width: 30px;
  height: 30px; }
  @media only screen and (max-width: 861px) {
    .function_moreBtnIcon {
      width: 12px;
      height: 12px; } }
  .function_moreBtnIcon:before, .function_moreBtnIcon:after {
    content: '';
    position: absolute;
    background-color: #fff; }
  .function_moreBtnIcon:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .function_moreBtnIcon:after {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

/*.レコメンド
---------------------*/
.recommender {
  background-color: #EAE9E5;
  padding: 120px 0; }
  @media only screen and (max-width: 861px) {
    .recommender {
      padding: 64px 0; } }

.recommender_title {
  text-align: center;
  font-family: "Span", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  color: #549FBE;
  letter-spacing: .1em; }
  @media only screen and (max-width: 861px) {
    .recommender_title {
      font-size: 30px; } }

.recommender_list {
  background-color: #fff;
  margin-top: 24px;
  height: 96.5px;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 861px) {
    .recommender_list {
      height: 73.5px; }
      .recommender_list + .recommender_list {
        margin-top: 4px; } }

.recommender_listInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-animation: recommender-scroll 15s linear infinite;
  animation: recommender-scroll 15s linear infinite; }
  @media only screen and (max-width: 861px) {
    .recommender_listInner {
      gap: 16px;
      -webkit-animation-duration: 25s;
      animation-duration: 25s; } }

.recommender_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .modalRecommend_listDetail .recommender_item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 27px; }
    @media only screen and (max-width: 861px) {
      .modalRecommend_listDetail .recommender_item {
        margin-top: 19px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (min-width: 861px) {
      .modalRecommend_listDetail .recommender_item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.recommender_itemImg {
  width: 45px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media only screen and (max-width: 861px) {
    .recommender_itemImg {
      width: 41px;
      height: 41px; } }
  @media only screen and (min-width: 861px) {
    .modalRecommend_listDetail .recommender_itemImg {
      width: 38px;
      height: 40px; } }
  .recommender_itemImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.recommender_itemInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px; }
  @media only screen and (max-width: 861px) {
    .recommender_itemInfo {
      gap: 8px; } }
  @media only screen and (min-width: 861px) {
    .modalRecommend_listDetail .recommender_itemInfo {
      -webkit-box-orient: initial;
      -webkit-box-direction: initial;
      -ms-flex-direction: initial;
      flex-direction: initial;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 16px; } }

.recommender_itemRole {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #549FBE;
  letter-spacing: .1em;
  margin: 0; }
  @media only screen and (max-width: 861px) {
    .recommender_itemRole {
      font-size: 12px; } }

.recommender_itemName {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #549FBE;
  letter-spacing: .1em;
  white-space: nowrap; }
  @media only screen and (max-width: 861px) {
    .recommender_itemName {
      font-size: 16px; } }

@-webkit-keyframes recommender-scroll {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } }

@keyframes recommender-scroll {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } }

@media only screen and (max-width: 861px) {
  .recommender_list + .recommender_list .recommender_listInner {
    animation-direction: reverse; } }

.recommender_divider {
  width: 1px;
  height: 48px;
  background-color: #549FBE;
  margin: 0 16px; }
  .modalRecommend_listDetail .recommender_divider {
    width: 1px;
    height: 40px;
    margin: 0 20px; }
    @media only screen and (max-width: 861px) {
      .modalRecommend_listDetail .recommender_divider {
        margin: 0 16px; } }

.recommenderItem {
  margin-top: 80px; }
  @media only screen and (max-width: 861px) {
    .recommenderItem {
      margin-top: 56px; } }

.recommenderItem_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_header {
      gap: 24px;
      padding: 0 40px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .recommenderItem_header {
      padding: 0;
      width: 524px;
      margin: 0 auto; } }

@media only screen and (max-width: 861px) {
  .recommenderItem_headerCatch {
    -webkit-box-flex: 138;
    -ms-flex: 138 1 0%;
    flex: 138 1 0%;
    min-width: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recommenderItem_headerCatch {
    max-width: 220px;
    width: 100%; } }

.recommenderItem_headerCatch img {
  width: 100%;
  height: auto; }

.recommenderItem_headerText {
  width: 419px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: .08em;
  line-height: 2.50; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_headerText {
      -webkit-box-flex: 173;
      -ms-flex: 173 1 0%;
      flex: 173 1 0%;
      min-width: 0;
      font-size: 12px;
      letter-spacing: .12em;
      line-height: 1.8; } }

.recommenderItem_list {
  margin-top: 104.5px; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_list {
      margin-top: 80px;
      padding: 0 40px; } }
  @media only screen and (min-width: 861px) {
    .recommenderItem_list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (420px)[2];
      grid-template-columns: repeat(2, 420px);
      gap: 104px 120px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.recommenderItem_card {
  position: relative; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_card + .recommenderItem_card {
      margin-top: 56px; } }
  @media only screen and (min-width: 861px) {
    .recommenderItem_card {
      -webkit-transition: .3s ease;
      transition: .3s ease;
      cursor: pointer; }
      .recommenderItem_card:hover .recommenderItem_cardImage,
      .recommenderItem_card:hover .recommenderItem_cardContent > *:not(.recommenderItem_cardBtn) {
        opacity: 0.9; }
      .recommenderItem_card:hover .recommenderItem_cardBtn {
        background-color: #fff;
        color: #5c5c5c; } }

.recommenderItem_cardCatch {
  position: absolute;
  top: -25px;
  left: -60px;
  width: 92px;
  height: auto;
  z-index: 1;
  white-space: nowrap; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_cardCatch {
      left: -50px; } }

.recommenderItem_cardCatchInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 4px; }

.recommenderItem_cardCatchText {
  width: 44px;
  height: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .11em;
  line-height: 1.20;
  margin: 0;
  padding: 12px 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_cardCatchText {
      font-size: 14px;
      width: 30px;
      padding: 8px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .recommenderItem_cardCatchText {
      font-size: 22px;
      width: 50px;
      padding: 13px 0; } }
  @media only screen and (min-width: 861px) {
    .recommenderItem_cardCatchText {
      -webkit-transition: .3s ease;
      transition: .3s ease; } }

.ten {
  padding: 12px 0;
  position: relative; }
  @media only screen and (max-width: 861px) {
    .ten {
      padding: 10px 0; } }
  .ten:before, .ten:after {
    content: '“';
    display: block;
    position: relative; }
  .ten:before {
    content: '”';
    bottom: -200px;
    right: 14px; }
    @media only screen and (max-width: 861px) {
      .ten:before {
        bottom: -140px;
        right: 11px; } }
  .ten:after {
    top: -13px;
    left: 14px; }
    @media only screen and (max-width: 861px) {
      .ten:after {
        top: -9px;
        left: 11px; } }

.ten2 {
  background-color: #fff;
  padding: 0 10px 5px; }
  @media only screen and (max-width: 861px) {
    .ten2 {
      padding: 0 7px 5px; } }

.recommenderItem_cardImage {
  width: 420px; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_cardImage {
      width: 100%; } }
  @media only screen and (min-width: 861px) {
    .recommenderItem_cardImage {
      -webkit-transition: .3s ease;
      transition: .3s ease; } }
  .recommenderItem_cardImage img {
    width: 100%;
    height: auto; }

.recommenderItem_cardContent {
  margin-top: 24px; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_cardContent {
      margin-top: 16px; } }

.recommenderItem_cardTitle {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  letter-spacing: .1em; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_cardTitle {
      line-height: 2.2;
      font-size: 20px; } }
  @media only screen and (min-width: 861px) {
    .recommenderItem_cardTitle {
      -webkit-transition: .3s ease;
      transition: .3s ease; } }

.recommenderItem_cardLine {
  position: relative;
  margin-top: 24px;
  border-top: 1px solid #5C5C5C; }
  .recommenderItem_cardLine::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #5C5C5C;
    position: relative;
    top: 3px; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_cardLine {
      margin-top: 8px; } }
  .recommenderItem_cardLine img {
    width: 100%; }

.recommenderItem_cardStaff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 0 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_cardStaff {
      padding: 15px 0 12px; } }
  @media only screen and (min-width: 861px) {
    .recommenderItem_cardStaff {
      margin-left: 24px; } }

.recommenderItem_cardStaffImg {
  width: 54px;
  height: 57px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_cardStaffImg {
      width: 38px;
      height: 41px; } }
  .recommenderItem_cardStaffImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.recommenderItem_cardStaffDivider {
  width: 1px;
  height: 40px;
  background-color: #549FBE;
  margin: 0 20px; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_cardStaffDivider {
      margin: 0 16px; } }

.recommenderItem_cardStaffInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_cardStaffInfo {
      gap: 6px; } }

.recommenderItem_cardStaffRole {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #549FBE;
  letter-spacing: .1em;
  white-space: nowrap; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_cardStaffRole {
      font-size: 12px; } }

.recommenderItem_cardStaffName {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #549FBE;
  letter-spacing: .1em;
  white-space: nowrap; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_cardStaffName {
      font-size: 16px; } }

.recommenderItem_cardDivider {
  width: 100%;
  height: 1px;
  background-color: #5c5c5c; }

.recommenderItem_cardBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 177px;
  padding: 13px 0 11px;
  background-color: #5c5c5c;
  border-radius: 25px;
  font-family: "Span", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #eae9e5;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  margin: 24px auto 0;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_cardBtn {
      width: 140px;
      margin-top: 16px;
      font-size: 12px;
      padding: 12px 0 10px; } }

.recommenderItem_footer,
.variation_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_footer,
    .variation_footer {
      margin-top: 40px; } }
  @media only screen and (min-width: 861px) {
    .recommenderItem_footer,
    .variation_footer {
      margin-top: 80px; } }

.recommenderItem_footerBtn,
.variation_footerBtn,
.modalNav_listNode_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 358px;
  height: 72px;
  background-color: #5EB0D1;
  border: 1px solid transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: .11em;
  text-decoration: none; }
  @media only screen and (max-width: 861px) {
    .recommenderItem_footerBtn,
    .variation_footerBtn,
    .modalNav_listNode_link {
      padding: 0 40px;
      width: initial;
      height: 66px;
      font-size: 18px; } }
  @media only screen and (min-width: 861px) {
    .recommenderItem_footerBtn,
    .variation_footerBtn,
    .modalNav_listNode_link {
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .recommenderItem_footerBtn:hover,
      .variation_footerBtn:hover,
      .modalNav_listNode_link:hover {
        background-color: #fff;
        color: #5EB0D1;
        border: 1px solid #5EB0D1; } }

/*.バリエーション
---------------------*/
.variation {
  background-color: #fff;
  padding: 120px 0 0; }
  @media only screen and (max-width: 861px) {
    .variation {
      padding: 64px 0 0; } }
  .variation .slick-next,
  .variation .slick-prev {
    position: absolute;
    top: 19svh;
    width: 35px;
    height: 35px;
    border-top: 1px solid #5C5C5C;
    border-left: 1px solid #5C5C5C;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .variation .slick-next,
      .variation .slick-prev {
        top: 32svh; } }
    .variation .slick-next:before,
    .variation .slick-prev:before {
      display: none !important; }
  .variation .slick-prev {
    left: 25px; }
  .variation .slick-next {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 25px; }

.variation_inner {
  width: 959px;
  margin: 0 auto; }
  @media only screen and (max-width: 861px) {
    .variation_inner {
      width: 100%; } }

.variation_title {
  font-family: "Span", sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 400;
  color: #549FBE;
  letter-spacing: .1em;
  text-align: center; }
  @media only screen and (max-width: 861px) {
    .variation_title {
      font-size: 30px; } }

.variation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 861px) {
    .variation_list {
      margin-top: 32px;
      padding: 0 40px; } }
  @media only screen and (min-width: 861px) {
    .variation_list {
      gap: 110px;
      margin-top: 80px; } }

@media only screen and (min-width: 861px) {
  .variation_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 53px; } }

.variation_itemImage {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media only screen and (min-width: 861px) {
    .variation_itemImage {
      width: 416px; } }
  .variation_itemImage img {
    width: 100%;
    height: auto; }

.variation_itemThumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.variation_itemThumb {
  width: 43px;
  -webkit-transition: border-color .2s ease, -webkit-box-shadow .2s ease;
  transition: border-color .2s ease, -webkit-box-shadow .2s ease;
  transition: border-color .2s ease, box-shadow .2s ease;
  transition: border-color .2s ease, box-shadow .2s ease, -webkit-box-shadow .2s ease;
  border: 1px solid transparent; }
  .variation_itemThumb.is-active {
    border: 1px solid #549FBE; }
  .variation_itemThumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.variation_itemInfo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media only screen and (max-width: 861px) {
    .variation_itemInfo {
      margin: 32px 5px 0; } }
  @media only screen and (min-width: 861px) {
    .variation_itemInfo {
      width: 490px; } }

.variation_itemCategory {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #549FBE;
  letter-spacing: .1em;
  line-height: 1.4; }
  @media only screen and (max-width: 861px) {
    .variation_itemCategory {
      text-align: center;
      font-size: 24px; } }

.variation_itemCatch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .11em;
  margin-top: 16px;
  line-height: 1.5; }
  @media only screen and (max-width: 861px) {
    .variation_itemCatch {
      font-size: 17px;
      letter-spacing: .16em; } }

.variation_itemCaption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.80;
  margin-top: 16px; }
  @media only screen and (max-width: 861px) {
    .variation_itemCaption {
      font-size: 12px;
      letter-spacing: .12em; } }

.variation_itemProducts {
  margin-top: 40px; }
  @media only screen and (max-width: 861px) {
    .variation_itemProducts {
      margin-top: 32px; } }

.variation_itemProducts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 861px) {
    .variation_itemProducts_inner {
      border-bottom: 1px solid #ddd;
      padding-bottom: 8px; } }
  @media only screen and (min-width: 861px) {
    .variation_itemProducts_inner {
      gap: 16px; } }

.variation_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 861px) {
    .variation_product + .variation_product {
      padding-top: 8px;
      margin-top: 8px;
      border-top: 1px solid #ddd; } }
  @media only screen and (min-width: 861px) {
    .variation_product {
      cursor: pointer;
      position: relative; }
      .variation_product:hover .variation_productBtn {
        background-color: #5c5c5c;
        color: #fff; }
      .variation_product::before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 100%;
        height: 1px;
        background-color: #ddd;
        opacity: 0.5; } }

.variation_productName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  background: #fff;
  z-index: 1; }
  @media only screen and (min-width: 861px) {
    .variation_productName {
      padding-right: 16px; } }

.variation_productNameText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5c5c5c;
  letter-spacing: .08em;
  text-transform: uppercase; }
  @media only screen and (max-width: 861px) {
    .variation_productNameText {
      font-size: 14px; } }

.variation_productCode {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #5c5c5c;
  letter-spacing: .12em;
  text-transform: uppercase; }
  @media only screen and (max-width: 861px) {
    .variation_productCode {
      letter-spacing: .12em; } }

.variation_productDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  background: #fff;
  z-index: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 861px) {
    .variation_productDetail {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media only screen and (min-width: 861px) {
    .variation_productDetail {
      padding-left: 16px; } }

.variation_productPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px; }
  @media only screen and (max-width: 861px) {
    .variation_productPrice {
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (min-width: 861px) {
    .variation_productPrice {
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; } }

.variation_productPriceValue {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .08em; }
  @media only screen and (max-width: 861px) {
    .variation_productPriceValue {
      font-size: 13px; } }

.variation_productTax {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .1em; }

.variation_productBtn {
  width: 60px;
  padding: 7px 0 5px;
  border: 1px solid #5c5c5c;
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Span", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #5c5c5c;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none; }
  @media only screen and (max-width: 861px) {
    .variation_productBtn {
      width: 46px;
      font-size: 11px;
      padding: 6.5px 0 4.5px;
      letter-spacing: .04em; } }
  @media only screen and (min-width: 861px) {
    .variation_productBtn {
      -webkit-transition: .3s ease;
      transition: .3s ease; } }

.variation_itemIcons {
  display: -ms-grid;
  display: grid;
  margin-top: 24px; }
  @media only screen and (max-width: 861px) {
    .variation_itemIcons {
      margin-top: 32px;
      gap: 16px 8px;
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (min-width: 861px) {
    .variation_itemIcons {
      gap: 24px 18px;
      -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr); } }

.variation_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (min-width: 861px) {
    .variation_icon {
      width: 68.5px; } }

.variation_iconImage img {
  width: 100%;
  height: auto; }

.variation_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px; }
  @media only screen and (max-width: 861px) {
    .variation_footer {
      margin-top: 40px; } }

.variation_itemProducts_btn {
  display: block;
  text-align: center;
  border-radius: 25px;
  border: 1px solid transparent;
  margin-top: 40px;
  padding: 14px 24px;
  background-color: #5EB0D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: .11em;
  text-decoration: none; }
  @media only screen and (max-width: 861px) {
    .variation_itemProducts_btn {
      border-radius: 80px;
      font-size: 16px;
      line-height: 1.4;
      white-space: nowrap; } }
  @media only screen and (min-width: 861px) {
    .variation_itemProducts_btn {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .variation_itemProducts_btn:hover {
        background-color: #fff;
        color: #5EB0D1;
        border: 1px solid #5EB0D1; } }

.variation_footerBtn {
  width: 358px;
  height: 74px;
  background-color: #5EB0D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: .11em;
  text-decoration: none; }
  @media only screen and (max-width: 861px) {
    .variation_footerBtn {
      width: 100%;
      margin: 0 40px;
      height: 66px; } }

/*.セクション
---------------------*/
.sliderNum_line {
  position: relative;
  margin: 0 20px; }
  .sliderNum_line:before {
    content: "";
    position: absolute;
    top: -4px;
    width: 1px;
    height: 10px;
    background: #000;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg); }
  @media only screen and (max-width: 861px) {
    .sliderNum_line {
      top: 1px; } }

.currentNum, .maxNum {
  font-family: "Noto Serif JP", sans-serif !important;
  font-size: 14px; }

@media only screen and (max-width: 861px) {
  .modalNav_imgList_wrap {
    margin-top: 24px; } }

@media only screen and (min-width: 861px) {
  .modalNav_imgList_wrap {
    margin-top: 32px;
    width: 1280px;
    margin: 32px auto 0; } }

@media only screen and (min-width: 861px) {
  .modalNav_imgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.modalNav_imgList_node {
  position: relative; }
  @media only screen and (min-width: 861px) {
    .modalNav_imgList_node {
      cursor: pointer;
      width: 640px; } }
  @media only screen and (max-width: 861px) {
    .modalNav_imgList_inner .modalNav_imgList_node {
      width: 50%; } }
  @media only screen and (min-width: 861px) {
    .modalNav_imgList_inner .modalNav_imgList_node {
      width: 320px; } }
  @media only screen and (min-width: 861px) {
    .modalNav_imgList_node:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.4);
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      opacity: 0; } }
  @media only screen and (min-width: 861px) {
    .modalNav_imgList_node:hover:after {
      opacity: 1; }
    .modalNav_imgList_node:hover .hoverText, .modalNav_imgList_node:hover .modalClick_buttonWrap {
      opacity: 1; } }

.hoverText {
  opacity: 0;
  position: absolute;
  color: #fff;
  z-index: 1000;
  top: 20px;
  right: 20px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 16px;
  letter-spacing: .2em; }

.modalClick_buttonWrap {
  position: absolute;
  z-index: 1000;
  bottom: 20px;
  right: 20px; }
  @media only screen and (max-width: 861px) {
    .modalClick_buttonWrap {
      bottom: 18px;
      right: 14px; } }
  @media only screen and (min-width: 861px) {
    .modalClick_buttonWrap {
      opacity: 0; } }

.modalClick_button {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  width: 16px; }
  .modalClick_button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.modalNav_imgList_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 861px) {
    .modalNav_imgList_inner {
      width: 640px; } }

/* モーダル
----------------------------*/
.modalNav_listWrapper {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000000; }
  @media only screen and (max-width: 861px) {
    .modalNav_listWrapper {
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; } }
  .modalNav_listWrapper.is-open {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
    visibility: visible; }
  .modalNav_listWrapper .slick-dotted.slick-slider {
    margin-bottom: 0 !important; }

.modalNav_listWrapper_inner {
  position: relative;
  min-height: 100%; }

.modalNav_bg {
  position: absolute;
  left: 50%;
  width: 100%; }
  @media only screen and (max-width: 861px) {
    .modalNav_bg {
      top: 65px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: calc(100% - 80px);
      padding-bottom: 40px; } }
  @media only screen and (min-width: 861px) {
    .modalNav_bg {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

.modalNav_list {
  margin: 0 auto;
  z-index: 5000; }
  @media only screen and (max-width: 861px) {
    .modalNav_list {
      margin: 0 auto 30px; } }
  @media only screen and (min-width: 861px) {
    .modalNav_list {
      width: 816px; } }

@media only screen and (min-width: 861px) {
  .modalNav_listNode_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 82px; } }

.modalNav_listNode {
  position: relative; }
  @media only screen and (min-width: 861px) {
    .modalNav_listNode {
      width: 816px; } }
  .modalNav_listNode#modal1 .modalNav_listNode_title {
    font-style: italic;
    font-family: "Span", sans-serif; }

@media only screen and (max-width: 861px) {
  .modalNav_listNode_image {
    position: relative; } }

@media only screen and (min-width: 861px) {
  .modalNav_listNode_image {
    position: relative;
    width: 494px; } }

.modalNav_listDetail {
  text-align: center; }
  @media only screen and (max-width: 861px) {
    .modalNav_listDetail {
      margin-top: 70px; } }
  @media only screen and (min-width: 861px) {
    .modalNav_listDetail {
      max-width: 240px; } }

.modalNav_listNode_title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .1em; }
  @media only screen and (max-width: 861px) {
    .modalNav_listNode_title {
      font-weight: 600;
      font-size: 22px;
      letter-spacing: .11em; } }
  @media only screen and (min-width: 861px) {
    .modalNav_listNode_title {
      font-size: 30px; } }

.modalNav_listNode_text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 1;
  border-top: 1px solid #fff;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  margin-top: 25px;
  padding-top: 25px;
  letter-spacing: .1em; }
  @media only screen and (max-width: 861px) {
    .modalNav_listNode_text {
      padding-top: 32px;
      margin-top: 18px;
      font-size: 12px;
      letter-spacing: .12em; } }

.smallText {
  display: block;
  font-size: 12px;
  margin-top: 16px;
  letter-spacing: .08em; }
  @media only screen and (max-width: 861px) {
    .smallText {
      font-size: 11px; } }

.modalNav_listNode_link {
  height: 72px;
  letter-spacing: .11em;
  margin: 80px auto; }
  @media only screen and (max-width: 861px) {
    .modalNav_listNode_link {
      font-size: 18px;
      width: initial;
      margin: 32px 40px;
      height: 64px; } }

.modalNav_close {
  cursor: pointer;
  position: absolute;
  top: 42px;
  right: 50px;
  width: 35px;
  height: 35px;
  z-index: 5001;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .modalNav_close:hover {
    opacity: .7; }
  @media only screen and (max-width: 861px) {
    .modalNav_close {
      position: fixed;
      top: 10px;
      right: 10px;
      width: 30px;
      height: 30px; } }

.modalNav_dots {
  position: relative;
  z-index: 9999; }
  @media only screen and (min-width: 861px) {
    .modalNav_dots {
      position: absolute;
      right: -30px;
      bottom: 0;
      width: 25px; } }
  @media only screen and (max-width: 861px) {
    .modalNav_dots {
      position: absolute;
      bottom: -12px;
      top: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%; } }
  .modalNav_dots .slick-dots {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
    @media only screen and (max-width: 861px) {
      .modalNav_dots .slick-dots {
        bottom: initial !important;
        left: initial !important;
        -webkit-transform: initial !important;
        -ms-transform: initial !important;
        transform: initial !important; } }
    @media only screen and (min-width: 861px) {
      .modalNav_dots .slick-dots {
        position: static;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: auto; } }
    .modalNav_dots .slick-dots li {
      width: 6px !important;
      height: 6px !important;
      margin: 0 6px !important; }
      .modalNav_dots .slick-dots li.slick-active button {
        background-color: #fff !important; }
    .modalNav_dots .slick-dots button {
      width: 6px !important;
      height: 6px !important;
      border-radius: 50% !important;
      background-color: rgba(255, 255, 255, 0.3) !important;
      padding: 0 !important; }
      .modalNav_dots .slick-dots button::before {
        content: none !important; }

.modalNav_arrow {
  position: absolute;
  width: 100%; }
  @media only screen and (max-width: 861px) {
    .modalNav_arrow {
      top: 20svh; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .modalNav_arrow {
      top: 32svh; } }
  @media only screen and (min-width: 861px) {
    .modalNav_arrow {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.modalNav_next,
.modalNav_prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 9999; }
  @media only screen and (min-width: 861px) {
    .modalNav_next,
    .modalNav_prev {
      margin-top: -15px;
      cursor: pointer; }
      .modalNav_next:hover,
      .modalNav_prev:hover {
        opacity: .7; } }

.modalNav_prev {
  left: 50px; }
  @media only screen and (max-width: 861px) {
    .modalNav_prev {
      left: -10px; } }

.modalNav_next {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 50px; }
  @media only screen and (max-width: 861px) {
    .modalNav_next {
      right: -10px; } }

.tryOnButton {
  display: block; }
  @media only screen and (max-width: 861px) {
    .tryOnButton {
      padding: 0 10px;
      margin-top: 95px; } }
  @media only screen and (min-width: 861px) {
    .tryOnButton {
      width: 410px;
      margin: 60px auto 0;
      -webkit-transition: ease .4s;
      transition: ease .4s; }
      .tryOnButton:hover {
        opacity: .7; } }
  .tryOnButton img {
    width: 100%;
    height: auto; }

.shopButton {
  display: block; }
  @media only screen and (max-width: 861px) {
    .shopButton {
      padding: 0 10px;
      margin: 35px 0 60px; } }
  @media only screen and (min-width: 861px) {
    .shopButton {
      width: 410px;
      margin: 30px auto 80px;
      -webkit-transition: ease .4s;
      transition: ease .4s; }
      .shopButton:hover {
        opacity: .7; } }
  .shopButton img {
    width: 100%;
    height: auto; }

.slick-slide {
  height: initial !important; }
  .slick-slide img {
    width: 100%;
    height: auto; }

/* モーダルレコメンド
----------------------------*/
.modalRecommend_listWrapper {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000000;
  -webkit-transition: opacity 0.5s ease, visibility 0s linear 0.5s;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s; }
  @media only screen and (max-width: 861px) {
    .modalRecommend_listWrapper {
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; } }
  .modalRecommend_listWrapper.is-open {
    -webkit-transition: opacity 0.5s ease, visibility 0s linear 0s;
    transition: opacity 0.5s ease, visibility 0s linear 0s;
    opacity: 1;
    visibility: visible; }
  @media only screen and (min-width: 861px) {
    .modalRecommend_listWrapper .slick-dots {
      bottom: 10px !important;
      right: -30px !important;
      width: 20px !important; } }
  @media only screen and (max-width: 861px) {
    .modalRecommend_listWrapper .slick-dots {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -29px !important; } }
  @media only screen and (min-width: 861px) {
    .modalRecommend_listWrapper .slick-dots li {
      height: 12px;
      width: 12px; } }
  @media only screen and (max-width: 861px) {
    .modalRecommend_listWrapper .slick-dots li {
      margin: 0 !important; }
      .modalRecommend_listWrapper .slick-dots li button {
        padding: 0 !important; } }
  .modalRecommend_listWrapper .slick-dots button {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #D1D1D1 !important;
    padding: 0 !important; }
    .modalRecommend_listWrapper .slick-dots button::before {
      content: none !important; }
  .modalRecommend_listWrapper .slick-dots .slick-active button {
    background: #5C5C5C !important; }
  .modalRecommend_listWrapper .slick-dotted.slick-slider {
    margin-bottom: 0 !important; }
  .modalRecommend_listWrapper .slick-next,
  .modalRecommend_listWrapper .slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-top: 1px solid #5c5c5c;
    border-left: 1px solid #5c5c5c;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1; }
    @media only screen and (min-width: 861px) {
      .modalRecommend_listWrapper .slick-next,
      .modalRecommend_listWrapper .slick-prev {
        cursor: pointer; }
        .modalRecommend_listWrapper .slick-next:hover,
        .modalRecommend_listWrapper .slick-prev:hover {
          opacity: .7; } }
    .modalRecommend_listWrapper .slick-next:before,
    .modalRecommend_listWrapper .slick-prev:before {
      display: none !important; }
  .modalRecommend_listWrapper .slick-prev {
    left: -10px; }
    @media only screen and (max-width: 861px) {
      .modalRecommend_listWrapper .slick-prev {
        left: 20px; } }
  .modalRecommend_listWrapper .slick-next {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -10px; }
    @media only screen and (max-width: 861px) {
      .modalRecommend_listWrapper .slick-next {
        right: 20px; } }

.modalRecommend_listWrapper_inner {
  position: relative;
  background-color: #ffffff; }
  @media only screen and (min-width: 861px) {
    .modalRecommend_listWrapper_inner {
      width: 1200px;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 620px;
      overflow: hidden; } }
  @media only screen and (max-width: 861px) {
    .modalRecommend_listWrapper_inner {
      margin: 20px;
      min-height: 100%; } }

.modalRecommend_bg {
  width: 100%;
  height: 100%; }

.modalRecommend_list {
  margin: 0 auto;
  z-index: 5000;
  background: #fff; }
  @media only screen and (max-width: 861px) {
    .modalRecommend_list {
      padding: 65px 0 25px; } }
  @media only screen and (min-width: 861px) {
    .modalRecommend_list {
      width: 1200px;
      height: 620px; } }

.modalRecommend_listInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 67.5px;
  width: 1035px;
  margin: 0 auto; }
  @media only screen and (max-width: 861px) {
    .modalRecommend_listInner {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 46px; } }
  @media only screen and (min-width: 861px) {
    .modalRecommend_listInner#modalitem3 {
      height: 100%;
      min-height: 0;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .modalRecommend_listInner#modalitem3 .modalRecommend_listNode_title {
        padding-top: 62px; }
      .modalRecommend_listInner#modalitem3 .modalOtherItem_list {
        padding-bottom: 62px; } }

@media only screen and (min-width: 861px) {
  .modalRecommend_listNode_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #fff; } }

.modalRecommend_listNode {
  position: relative; }

@media only screen and (max-width: 861px) {
  .modalRecommend_listSlider {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (min-width: 861px) {
  .modalRecommend_listSlider {
    width: 496px; } }

@media only screen and (max-width: 861px) {
  .modalRecommend_listSlider .slick-list,
  .modalRecommend_listSlider .slick-track {
    width: 100%; }
  .modalRecommend_listNode_image img {
    display: block;
    height: auto;
    width: 100%; } }

@media only screen and (min-width: 861px) {
  .modalRecommend_listNode_image {
    width: 496px; } }

.modalRecommend_listNode_image img {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 861px) {
  .modalRecommend_listDetail {
    padding: 0 20px; } }

@media only screen and (min-width: 861px) {
  .modalRecommend_listDetail {
    width: 471px; }
    #modalitem3 .modalRecommend_listDetail {
      height: 100%;
      max-height: 100%;
      min-height: 0;
      overflow-y: auto;
      overflow-x: hidden;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      #modalitem3 .modalRecommend_listDetail::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none; } }

.modalRecommend_listNode_title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .1em;
  font-weight: 500; }
  @media only screen and (max-width: 861px) {
    .modalRecommend_listNode_title {
      font-size: 20px;
      line-height: 2.2; } }
  @media only screen and (min-width: 861px) {
    .modalRecommend_listNode_title {
      font-size: 24px; } }

.modalRecommend_listNode_text {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 40.5px; }
  @media only screen and (max-width: 861px) {
    .modalRecommend_listNode_text {
      margin-top: 24px;
      font-size: 12px;
      letter-spacing: .12em;
      line-height: 1.8; } }
  @media only screen and (min-width: 861px) {
    .modalRecommend_listNode_text {
      font-size: 14px;
      letter-spacing: .1em;
      line-height: 1.8; } }

.modalMainItem_title {
  color: #549FBE;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.2; }
  @media only screen and (max-width: 861px) {
    .modalMainItem_title {
      margin-top: 32px; } }
  @media only screen and (min-width: 861px) {
    .modalMainItem_title {
      margin-top: 48px; } }

.modalMainItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (min-width: 861px) {
    .modalMainItem {
      position: relative;
      cursor: pointer;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .modalMainItem:hover .modalRecommend_button {
        background-color: #5c5c5c;
        color: #fff; }
      .modalMainItem::before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 100%;
        height: 1px;
        background-color: #ddd;
        opacity: 0.5; } }
  @media only screen and (max-width: 861px) {
    #modalitem3 .modalMainItem:last-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #modalitem3 .modalMainItem:last-of-type .modalMainItem_priceButton {
        margin-top: 0; }
    #modalitem3 .modalMainItem {
      display: block; }
      #modalitem3 .modalMainItem .modalMainItem_priceButton {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end; } }
  .modalMainItem + .modalMainItem {
    margin-top: 16px; }
    @media only screen and (max-width: 861px) {
      .modalMainItem + .modalMainItem {
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid #ddd; } }

.mainItem_color {
  font-size: 13px;
  letter-spacing: .08em;
  margin-left: 4px; }

.modalMainItem_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  z-index: 1; }
  @media only screen and (max-width: 861px) {
    #modalitem3 .modalMainItem_detail {
      gap: 10px; } }
  @media only screen and (min-width: 861px) {
    .modalMainItem_detail {
      padding-right: 16px; } }
  .modalMainItem_detail.modalMainItem_detailArrival {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .modalMainItem_detail.modalMainItem_detailArrival .modalMainItem_itemCode {
      margin-top: 2px; }

.modalMainItem_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  gap: 4px; }
  @media only screen and (max-width: 861px) {
    .modalMainItem_name {
      font-size: 16px; }
      #modalitem3 .modalMainItem_name {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px; } }
  @media only screen and (min-width: 861px) {
    .modalMainItem_name {
      font-size: 16px; } }

.modalMainItem_itemCode {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  letter-spacing: .12em; }

.modalMainItem_itemText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  letter-spacing: .08em;
  margin-top: 4px;
  display: block; }
  @media only screen and (max-width: 861px) {
    .modalMainItem_itemText {
      letter-spacing: .12em; } }

.modalMainItem_priceButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  z-index: 1;
  gap: 8px; }
  @media only screen and (max-width: 861px) {
    .modalMainItem_priceButton {
      gap: 16px; }
      #modalitem3 .modalMainItem_priceButton {
        margin-top: -23px; } }
  @media only screen and (min-width: 861px) {
    .modalMainItem_priceButton {
      padding-left: 16px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.modalMainItem_price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: .1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 861px) {
    .modalMainItem_price {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 15px;
      letter-spacing: .08em; } }

.tax {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .1em;
  font-size: 10px; }

.modalOtherItem_title {
  color: #549FBE;
  font-family: "Noto Serif JP", sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .1em;
  margin-top: 32px;
  line-height: 1.2; }
  @media only screen and (max-width: 861px) {
    .modalOtherItem_title {
      margin-top: 32px; } }

.modalOtherItem_list {
  margin-top: 8px; }
  @media only screen and (max-width: 861px) {
    .modalOtherItem_list {
      margin-top: 10px; } }

.modalOtherItem_listNode {
  display: block; }
  @media only screen and (min-width: 861px) {
    .modalOtherItem_listNode {
      cursor: pointer; }
      .modalOtherItem_listNode:hover .modalRecommend_button {
        background-color: #5c5c5c;
        color: #fff; } }
  .modalOtherItem_listNode + .modalOtherItem_listNode {
    margin-top: 10px; }
    @media only screen and (max-width: 861px) {
      .modalOtherItem_listNode + .modalOtherItem_listNode {
        border-top: 1px solid #ddd;
        margin-top: 8px;
        padding-top: 8px; } }

.modalOtherItem_detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (min-width: 861px) {
    .modalOtherItem_detail {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .modalOtherItem_detail:before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 100%;
        height: 1px;
        background-color: #ddd;
        opacity: 0.5; } }

.modalOtherItem_name {
  background: #fff;
  z-index: 1; }
  @media only screen and (min-width: 861px) {
    .modalOtherItem_name {
      padding-right: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 5px; } }

.itemName {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  gap: 4px; }
  @media only screen and (max-width: 861px) {
    .itemName {
      font-size: 14px; } }
  @media only screen and (min-width: 861px) {
    .itemName {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 14px; } }

.itemCode {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  letter-spacing: .12em; }
  @media only screen and (max-width: 861px) {
    .itemCode {
      margin-top: 6px; } }

.modalOtherItem_priceButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  z-index: 1;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 861px) {
    .modalOtherItem_priceButton {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 20px;
      gap: 16px; } }
  @media only screen and (min-width: 861px) {
    .modalOtherItem_priceButton {
      padding-left: 16px; } }

.modalOtherItem_price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 861px) {
    .modalOtherItem_price {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 13px;
      gap: 4px; } }

.modalRecommend_close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1); }
  @media only screen and (max-width: 861px) {
    .modalRecommend_close {
      position: fixed;
      top: 25px;
      right: 25px;
      width: 35px;
      height: 35px; } }
  @media only screen and (min-width: 861px) {
    .modalRecommend_close {
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .modalRecommend_close:hover {
        -webkit-filter: brightness(0.5) invert(1);
        filter: brightness(0.5) invert(1); } }

.modalRecommend_button {
  width: 60px;
  padding: 7px 0 5px;
  border: 1px solid #5c5c5c;
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Span", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none; }
  @media only screen and (max-width: 861px) {
    .modalRecommend_button {
      width: 46px;
      font-size: 11px;
      padding: 6.5px 0 4.5px;
      letter-spacing: .04em; } }
  @media only screen and (min-width: 861px) {
    .modalRecommend_button {
      -webkit-transition: .3s ease;
      transition: .3s ease; } }

.arrival {
  font-family: "Noto Serif JP", sans-serif !important;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 500;
  margin-right: auto; }
