<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 
 * feature.css
*/
/*
	File Name   : feature.scss
	Description : 新特集ページ

	[Parts] 共通


	**.TITLE

*/
#feature, .fs-feature {
  /*-------------------------------------------------------------------
  [Parts] 共通
  -------------------------------------------------------------------*/
  /* 見出しへの罫線 */
  /* SP */
  /* SP */
  /*-------------------------------------------------------------------
  [Parts] ファーストビュー
  -------------------------------------------------------------------*/
  /* SP */
  /*-------------------------------------------------------------------
  [Parts] 目次
  -------------------------------------------------------------------*/
  /* SP */
  /*-------------------------------------------------------------------
  [Parts] カテゴリ
  -------------------------------------------------------------------*/
  /* SP */
  /*-------------------------------------------------------------------
  [Parts] 任意商品ラインナップ（FS機能）
  -------------------------------------------------------------------*/
  /* SP */
  /*-------------------------------------------------------------------
  [Parts] 任意商品ラインナップ（新機能）
  -------------------------------------------------------------------*/
  /* SP */
  /*-------------------------------------------------------------------
  [Parts] 人気ランキング
  -------------------------------------------------------------------*/
  /* SP */
  /*-------------------------------------------------------------------
  [Parts] 閲覧履歴
  -------------------------------------------------------------------*/
  /* SP */
  /*-------------------------------------------------------------------
  [Parts] レビュー
  -------------------------------------------------------------------*/
  /* SP */
  /*-------------------------------------------------------------------
  [Parts] 関連ブログ記事
  -------------------------------------------------------------------*/
  /* SP */
  /* SP */ }
  #feature .btmLine-title, .fs-feature .btmLine-title {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 26px; }
    #feature .btmLine-title span, .fs-feature .btmLine-title span {
      position: relative;
      display: inline-block;
      padding: 0 10px .5rem; }
      #feature .btmLine-title span::after, .fs-feature .btmLine-title span::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 242px;
        height: 5px;
        transform: translateX(-50%);
        background: url(/item/img/common/ttl_btm_line.png) repeat-x 0 100%; }
      #feature .btmLine-title span.mokuji::after, .fs-feature .btmLine-title span.mokuji::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 171px;
        height: 5px;
        transform: translateX(-50%);
        background: url(/item/img/common/ttl_btm_line.png) repeat-x 0 100%; }
  @media screen and (max-width: 768px) {
    #feature .btmLine-title, .fs-feature .btmLine-title {
      margin-bottom: 2rem;
      font-size: 18px; }
      #feature .btmLine-title span, .fs-feature .btmLine-title span {
        position: relative;
        display: inline-block;
        padding: 0 10px .5rem; }
        #feature .btmLine-title span::after, .fs-feature .btmLine-title span::after {
          width: calc(171/750*100vw);
          height: 5px; }
        #feature .btmLine-title span.mokuji::after, .fs-feature .btmLine-title span.mokuji::after {
          width: calc(171/750*100vw); } }
  #feature .btn-more-arrow, .fs-feature .btn-more-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 279px;
    height: 51px;
    margin: .5rem auto 200px;
    box-sizing: border-box;
    color: #453E3C !important;
    background: white url(/item/img/common/btn_bg_more.png) no-repeat 0 50%;
    background-size: contain;
    text-decoration: none;
    font-weight: 600;
    position: relative; }
    #feature .btn-more-arrow::before, .fs-feature .btn-more-arrow::before {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 14px;
      width: 6px;
      height: 6px;
      margin: auto;
      border-right: 2px solid #453e3c;
      border-bottom: 2px solid #453e3c;
      transform: rotate(-45deg);
      content: ""; }
  @media screen and (min-width: 769px) {
    #feature, .fs-feature {
      /* for PC */ }
      #feature .btn-more-arrow:hover, .fs-feature .btn-more-arrow:hover {
        background: #9F9083 url(/item/img/common/btn_bg_more.png) no-repeat 0 50%;
        background-size: contain;
        color: #fff !important; }
        #feature .btn-more-arrow:hover::before, .fs-feature .btn-more-arrow:hover::before {
          border-right: 2px solid #fff;
          border-bottom: 2px solid #fff; } }
  @media screen and (max-width: 768px) {
    #feature .btn-more-arrow, .fs-feature .btn-more-arrow {
      margin: .5rem auto 10em; } }
  #feature .page-header, .fs-feature .page-header {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    #feature .page-header .page-header__title, .fs-feature .page-header .page-header__title {
      font-size: 26px;
      line-height: 1.53;
      letter-spacing: .15em; }
      #feature .page-header .page-header__title small, .fs-feature .page-header .page-header__title small {
        display: block;
        font-weight: normal;
        font-size: 1.57rem; }
  #feature #slider.feature .slick-slide, .fs-feature #slider.feature .slick-slide {
    width: 900px; }
    #feature #slider.feature .slick-slide a img, .fs-feature #slider.feature .slick-slide a img {
      width: 100%; }
  #feature .youtube-frame, .fs-feature .youtube-frame {
    position: relative;
    width: 900px;
    margin: 0 auto 2em; }
    #feature .youtube-frame::before, .fs-feature .youtube-frame::before {
      content: "";
      display: block;
      padding-top: 56.25%; }
    #feature .youtube-frame iframe, .fs-feature .youtube-frame iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 2;
      width: 100%;
      height: 100%; }

       /* 説明テキスト左ぞろえ　（北追記／211020 */

      #feature .page-outline-left, .fs-feature .page-outline-left {
        margin: 55px auto 100px;
        text-align: left;
        font-size: 16px;
        line-height: 1.875; }


  #feature .page-outline, .fs-feature .page-outline {
    margin: 55px auto 100px;
    text-align: center;
    font-size: 16px;
    line-height: 1.875; }
    #feature .page-outline p + p, .fs-feature .page-outline p + p {
      margin-top: 1.5em; }
  @media screen and (max-width: 768px) {
    #feature .page-header, .fs-feature .page-header {
      margin-bottom: 1.5em; }
      #feature .page-header .page-header__title, .fs-feature .page-header .page-header__title {
        font-size: 18px; }
    #feature #slider.feature .slick-slide, .fs-feature #slider.feature .slick-slide {
      width: 100%; }
    #feature .youtube-frame, .fs-feature .youtube-frame {
      width: 100%; }
    #feature .page-outline, .fs-feature .page-outline {
      margin: 2em auto 3em;
      font-size: 14px; }
      #feature .page-outline p + p, .fs-feature .page-outline p + p {
        margin-top: 1.2em; } }
  #feature .anchorList, .fs-feature .anchorList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 760px;
    margin: 0 auto; }
    #feature .anchorList li, .fs-feature .anchorList li {
      margin-right: 10px;
      margin-bottom: 10px; }
      #feature .anchorList li a, .fs-feature .anchorList li a {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        width: 180px;
        height: 46px;
        text-decoration: none;
        color: #453e3c;
        font-size: 12px;
        position: relative;
        padding-left: 20px;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-image: url(/item/img/common/btn_anchor.png);
        background-color: #fff;
        background-size: contain; }
        #feature .anchorList li a::before, .fs-feature .anchorList li a::before {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 14px;
          width: 6px;
          height: 6px;
          margin: auto;
          border-right: 2px solid #453e3c;
          border-bottom: 2px solid #453e3c;
          transform: rotate(-45deg);
          content: ""; }
    #feature .anchorList .anchorList__item, .fs-feature .anchorList .anchorList__item {
      flex-basis: auto;
      margin-left: 0;
      margin-top: 0; }
    #feature .anchorList .anchorList__link::after, .fs-feature .anchorList .anchorList__link::after {
      content: none; }
    #feature .anchorList.column3, .fs-feature .anchorList.column3 {
      width: 560px;
      justify-content: flex-start; }
      #feature .anchorList.column3 li:nth-child(3n), .fs-feature .anchorList.column3 li:nth-child(3n) {
        margin-right: 0; }
    #feature .anchorList.column4, .fs-feature .anchorList.column4 {
      width: 750px;
      justify-content: flex-start; }
      #feature .anchorList.column4 li:nth-child(4n), .fs-feature .anchorList.column4 li:nth-child(4n) {
        margin-right: 0; }
  @media screen and (min-width: 769px) {
    #feature, .fs-feature {
      /* for PC */ }
      #feature .anchorList li a:hover, .fs-feature .anchorList li a:hover {
        background-color: #9F9083;
        color: #fff !important; }
        #feature .anchorList li a:hover::before, .fs-feature .anchorList li a:hover::before {
          border-right: 2px solid #fff;
          border-bottom: 2px solid #fff; } }
  @media screen and (max-width: 768px) {
    #feature .anchorList, .fs-feature .anchorList {
      justify-content: space-between;
      width: 100%;
      padding: 0 calc(35/750*100vw); }
      #feature .anchorList li, .fs-feature .anchorList li {
        width: calc(50% - 3px);
        margin-right: 0;
        margin-bottom: calc(10/750*100vw); }
        #feature .anchorList li a, .fs-feature .anchorList li a {
          width: 100%;
          height: calc(96/750*100vw);
          font-size: 11px;
          padding-left: calc(30/750*100vw);
          letter-spacing: -.1em;
          background-image: url(/item/img/common/btn_anchor_sp.svg);
          background-size: 100% calc(96/750*100vw); }
      #feature .anchorList.column3, .fs-feature .anchorList.column3 {
        width: 100%;
        justify-content: space-between; }
        #feature .anchorList.column3 li:nth-child(2n), .fs-feature .anchorList.column3 li:nth-child(2n) {
          margin-right: 0; }
      #feature .anchorList.column4, .fs-feature .anchorList.column4 {
        width: 100%;
        justify-content: space-between; }
        #feature .anchorList.column4 li:nth-child(2n), .fs-feature .anchorList.column4 li:nth-child(2n) {
          margin-right: 0; } }
  #feature .page-category, .fs-feature .page-category {
    width: 500px;
    margin: 0 auto 60px; }
    #feature .page-category + .contents, .fs-feature .page-category + .contents {
      margin-top: 180px; }
    #feature .page-category .page-category__title, .fs-feature .page-category .page-category__title {
      font-size: 24px;
      letter-spacing: .15em;
      margin-bottom: 1em;
      position: relative;
      padding-left: 50px; }
      #feature .page-category .page-category__title::before, .fs-feature .page-category .page-category__title::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 27px;
        height: 27px;
        border-radius: 4px;
        background: #B4D7CB; }
    #feature .page-category .page-category__img, .fs-feature .page-category .page-category__img {
      width: 100%;
      margin: 0 0 1.5em; }
    #feature .page-category .page-category__outline, .fs-feature .page-category .page-category__outline {
      font-size: 16px;
      line-height: 1.875; }
      #feature .page-category .page-category__outline p + p, .fs-feature .page-category .page-category__outline p + p {
        margin-top: 1.5em; }
  @media screen and (max-width: 768px) {
    #feature .page-category, .fs-feature .page-category {
      width: calc(580/750*100vw);
      margin: 0 auto 8em; }
      #feature .page-category + .contents, .fs-feature .page-category + .contents {
        margin-top: 4em; }
      #feature .page-category .page-category__title, .fs-feature .page-category .page-category__title {
        font-size: 20px;
        padding-left: 30px;
        margin-bottom: .6em; }
        #feature .page-category .page-category__title::before, .fs-feature .page-category .page-category__title::before {
          width: 15px;
          height: 15px;
          border-radius: 2px; }
      #feature .page-category .page-category__outline, .fs-feature .page-category .page-category__outline {
        font-size: 14px; }
        #feature .page-category .page-category__outline p + p, .fs-feature .page-category .page-category__outline p + p {
          margin-top: 1.5em; } }
  #feature .fs-lineupList, .fs-feature .fs-lineupList {
    margin: 0 auto 60px; }
  @media screen and (max-width: 768px) {
    #feature .fs-lineupList, .fs-feature .fs-lineupList {
      padding: 0 calc(20/750*100vw);
      margin: 0 auto 8em; } }
  #feature .lineupList, .fs-feature .lineupList {
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    margin: 0 auto 60px; }
    #feature .lineupList.flex-center, .fs-feature .lineupList.flex-center {
      justify-content: center; }
    #feature .lineupList .lineupList-item, .fs-feature .lineupList .lineupList-item {
      width: 210px;
      padding: 20px 22px;
      background: #fff;
      margin-right: 20px; }
      #feature .lineupList .lineupList-item:nth-child(4n), .fs-feature .lineupList .lineupList-item:nth-child(4n) {
        margin-right: 0; }
      #feature .lineupList .lineupList-item:nth-child(n + 5), .fs-feature .lineupList .lineupList-item:nth-child(n + 5) {
        margin-top: 20px; }
      #feature .lineupList .lineupList-item figure, .fs-feature .lineupList .lineupList-item figure {
        width: 165px;
        height: 165px;
        margin: 0 auto .8em;
        overflow: hidden; }
        #feature .lineupList .lineupList-item figure img, .fs-feature .lineupList .lineupList-item figure img {
          width: 100%; }
      #feature .lineupList .lineupList-item dl dt, .fs-feature .lineupList .lineupList-item dl dt {
        margin-bottom: 1.8em; }
        #feature .lineupList .lineupList-item dl dt a, .fs-feature .lineupList .lineupList-item dl dt a {
          color: #254294;
          font-weight: bold; }
          #feature .lineupList .lineupList-item dl dt a:hover, .fs-feature .lineupList .lineupList-item dl dt a:hover {
            color: #3790e8; }
      #feature .lineupList .lineupList-item dl dd, .fs-feature .lineupList .lineupList-item dl dd {
        padding-bottom: 20px; }
  @media screen and (max-width: 768px) {
    #feature .lineupList, .fs-feature .lineupList {
      width: 100%;
      padding: 0 calc(20/750*100vw);
      box-sizing: border-box;
      margin: 0 auto 4em;
      flex-wrap: wrap;
      justify-content: space-between; }
      #feature .lineupList .lineupList-item, .fs-feature .lineupList .lineupList-item {
        width: calc(50% - (10/750*100vw));
        padding: calc(27/750*100vw) calc(25/750*100vw);
        margin-bottom: calc(18/750*100vw);
        margin-right: calc(18/750*100vw); }
        #feature .lineupList .lineupList-item + .lineupList-item, .fs-feature .lineupList .lineupList-item + .lineupList-item {
          margin-left: 0; }
        #feature .lineupList .lineupList-item:nth-child(2n), .fs-feature .lineupList .lineupList-item:nth-child(2n) {
          margin-right: 0; }
        #feature .lineupList .lineupList-item figure, .fs-feature .lineupList .lineupList-item figure {
          width: calc(250/750*100vw);
          height: calc(250/750*100vw); }
        #feature .lineupList .lineupList-item dl dt, .fs-feature .lineupList .lineupList-item dl dt {
          margin-bottom: 1.2em; }
        #feature .lineupList .lineupList-item dl dd, .fs-feature .lineupList .lineupList-item dl dd {
          padding-bottom: calc(18/750*100vw); } }
  #feature .rankingList, .fs-feature .rankingList {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    #feature .rankingList .rankingList-item, .fs-feature .rankingList .rankingList-item {
      display: block;
      width: 242px;
      margin: 0 auto 60px;
      color: #254294;
      font-weight: bold;
      position: relative; }
      #feature .rankingList .rankingList-item .iconNo1-3, .fs-feature .rankingList .rankingList-item .iconNo1-3 {
        position: absolute;
        top: -34px;
        left: 0;
        z-index: 10; }
      #feature .rankingList .rankingList-item figure, .fs-feature .rankingList .rankingList-item figure {
        margin: 0 0 .4em; }
      #feature .rankingList .rankingList-item:hover, .fs-feature .rankingList .rankingList-item:hover {
        color: #3790e8; }
    #feature .rankingList .rankingList__inner, .fs-feature .rankingList .rankingList__inner {
      display: flex;
      justify-content: center;
      margin: 0 auto 40px; }
      #feature .rankingList .rankingList__inner .rankingList-item, .fs-feature .rankingList .rankingList__inner .rankingList-item {
        margin: 0; }
        #feature .rankingList .rankingList__inner .rankingList-item:first-child, .fs-feature .rankingList .rankingList__inner .rankingList-item:first-child {
          margin-right: 14px; }
  @media screen and (max-width: 768px) {
    #feature .rankingList, .fs-feature .rankingList {
      display: flex;
      justify-content: center;
      flex-direction: column; }
      #feature .rankingList .rankingList-item, .fs-feature .rankingList .rankingList-item {
        width: calc(320/750*100vw);
        margin: 0 auto 3em; }
        #feature .rankingList .rankingList-item .iconNo1-3, .fs-feature .rankingList .rankingList-item .iconNo1-3 {
          top: calc(-34/750*100vw);
          width: calc(54/750*100vw); }
          #feature .rankingList .rankingList-item .iconNo1-3 img, .fs-feature .rankingList .rankingList-item .iconNo1-3 img {
            width: 100%; }
      #feature .rankingList .rankingList__inner, .fs-feature .rankingList .rankingList__inner {
        margin: 0 auto 1.5em; }
        #feature .rankingList .rankingList__inner .rankingList-item, .fs-feature .rankingList .rankingList__inner .rankingList-item {
          margin: 0; }
          #feature .rankingList .rankingList__inner .rankingList-item:first-child, .fs-feature .rankingList .rankingList__inner .rankingList-item:first-child {
            margin-right: calc(18/750*100vw); } }
  #feature #recommend, .fs-feature #recommend {
    margin-bottom: 200px; }
  #feature .recommend-inbox, .fs-feature .recommend-inbox {
    margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    #feature #recommend, .fs-feature #recommend {
      margin-bottom: 10em; }
    #feature .recommend-inbox, .fs-feature .recommend-inbox {
      padding: 0 calc(20/750*100vw);
      margin-bottom: 3em; } }
  #feature .reviewList, .fs-feature .reviewList {
    width: 860px;
    margin: 0 auto 200px; }
    #feature .reviewList .reviewList__comment, .fs-feature .reviewList .reviewList__comment {
      display: flex;
      justify-content: flex-start; }
      #feature .reviewList .reviewList__comment + .reviewList__comment, .fs-feature .reviewList .reviewList__comment + .reviewList__comment {
        margin-top: 60px; }
      #feature .reviewList .reviewList__comment .reviewList__user, .fs-feature .reviewList .reviewList__comment .reviewList__user {
        text-align: center;
        margin-right: 40px; }
        #feature .reviewList .reviewList__comment .reviewList__user figure, .fs-feature .reviewList .reviewList__comment .reviewList__user figure {
          width: 80px;
          height: 80px;
          margin: 0;
          border-radius: 50%;
          border: 5px solid #f5c5bc; }
        #feature .reviewList .reviewList__comment .reviewList__user p, .fs-feature .reviewList .reviewList__comment .reviewList__user p {
          margin-top: 5px;
          font-size: 17px;
          font-weight: bold;
          color: #453e3c; }
      #feature .reviewList .reviewList__comment .reviewList__balloon, .fs-feature .reviewList .reviewList__comment .reviewList__balloon {
        width: 530px;
        padding: 35px 60px;
        box-sizing: border-box;
        border-radius: 80px;
        background: #f5c5bc;
        font-size: 17px;
        font-weight: bold;
        line-height: 1.2;
        color: #453e3c;
        position: relative; }
        #feature .reviewList .reviewList__comment .reviewList__balloon::before, .fs-feature .reviewList .reviewList__comment .reviewList__balloon::before {
          content: "";
          position: absolute;
          top: 22px;
          left: -25px;
          transform: rotate(92deg);
          width: 0;
          height: 0;
          border-bottom: 20px solid transparent;
          border-right: 22px solid transparent;
          border-top: 38px solid #f5c5bc; }
      #feature .reviewList .reviewList__comment.reverse, .fs-feature .reviewList .reviewList__comment.reverse {
        flex-direction: row-reverse; }
        #feature .reviewList .reviewList__comment.reverse .reviewList__user, .fs-feature .reviewList .reviewList__comment.reverse .reviewList__user {
          margin-left: 40px;
          margin-right: 0; }
          #feature .reviewList .reviewList__comment.reverse .reviewList__user figure, .fs-feature .reviewList .reviewList__comment.reverse .reviewList__user figure {
            border: 5px solid #bfded4; }
        #feature .reviewList .reviewList__comment.reverse .reviewList__balloon, .fs-feature .reviewList .reviewList__comment.reverse .reviewList__balloon {
          background: #bfded4; }
          #feature .reviewList .reviewList__comment.reverse .reviewList__balloon::before, .fs-feature .reviewList .reviewList__comment.reverse .reviewList__balloon::before {
            top: 26px;
            left: inherit;
            right: -22px;
            transform: rotate(83deg);
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-right: 22px solid transparent;
            border-bottom: 38px solid #bfded4; }
  @media screen and (max-width: 768px) {
    #feature .reviewList, .fs-feature .reviewList {
      width: 100%;
      padding: 0 calc(20/750*100vw);
      margin: 0 auto 6em; }
      #feature .reviewList .reviewList__comment, .fs-feature .reviewList .reviewList__comment {
        display: flex;
        justify-content: flex-start;
        flex-direction: column; }
        #feature .reviewList .reviewList__comment + .reviewList__comment, .fs-feature .reviewList .reviewList__comment + .reviewList__comment {
          margin-top: calc(60/750*100vw); }
        #feature .reviewList .reviewList__comment .reviewList__user, .fs-feature .reviewList .reviewList__comment .reviewList__user {
          display: flex;
          align-items: center;
          margin-right: 0;
          margin-bottom: 10px; }
          #feature .reviewList .reviewList__comment .reviewList__user figure, .fs-feature .reviewList .reviewList__comment .reviewList__user figure {
            width: calc(80/750*100vw);
            height: calc(80/750*100vw);
            border: calc(5/750*100vw) solid #f5c5bc; }
          #feature .reviewList .reviewList__comment .reviewList__user p, .fs-feature .reviewList .reviewList__comment .reviewList__user p {
            margin-top: 0;
            margin-left: 10px;
            font-size: calc(18/750*100vw); }
        #feature .reviewList .reviewList__comment .reviewList__balloon, .fs-feature .reviewList .reviewList__comment .reviewList__balloon {
          width: calc(600/750*100vw);
          padding: calc(35/750*100vw) calc(60/750*100vw);
          border-radius: calc(80/750*100vw);
          font-size: 13px;
          line-height: 1.2;
          margin-right: auto;
          margin-left: 10px; }
          #feature .reviewList .reviewList__comment .reviewList__balloon::before, .fs-feature .reviewList .reviewList__comment .reviewList__balloon::before {
            content: "";
            position: absolute;
            top: -19px;
            left: 28px;
            transform: rotate(133deg);
            width: 0;
            height: 0;
            border-bottom: 10px solid transparent;
            border-right: 12px solid transparent;
            border-top: 18px solid #f5c5bc; }
        #feature .reviewList .reviewList__comment.reverse, .fs-feature .reviewList .reviewList__comment.reverse {
          flex-direction: column; }
          #feature .reviewList .reviewList__comment.reverse .reviewList__user, .fs-feature .reviewList .reviewList__comment.reverse .reviewList__user {
            flex-direction: row-reverse;
            margin-left: auto;
            margin-right: 0; }
            #feature .reviewList .reviewList__comment.reverse .reviewList__user figure, .fs-feature .reviewList .reviewList__comment.reverse .reviewList__user figure {
              border: calc(5/750*100vw) solid #bfded4; }
            #feature .reviewList .reviewList__comment.reverse .reviewList__user p, .fs-feature .reviewList .reviewList__comment.reverse .reviewList__user p {
              margin-left: 0;
              margin-right: 10px; }
          #feature .reviewList .reviewList__comment.reverse .reviewList__balloon, .fs-feature .reviewList .reviewList__comment.reverse .reviewList__balloon {
            background: #bfded4;
            margin-left: auto;
            margin-right: 10px; }
            #feature .reviewList .reviewList__comment.reverse .reviewList__balloon::before, .fs-feature .reviewList .reviewList__comment.reverse .reviewList__balloon::before {
              top: -20px;
              left: inherit;
              right: 23px;
              transform: rotate(43deg);
              width: 0;
              height: 0;
              border-top: 10px solid transparent;
              border-right: 12px solid transparent;
              border-bottom: 18px solid #bfded4; } }
  #feature .blog-list, .fs-feature .blog-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 900px;
    margin: 0 auto 40px; }
    #feature .blog-list .blog-link, .fs-feature .blog-list .blog-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: calc(50% - 20px);
      font-size: 14px;
      font-weight: bold;
      line-height: 1.4;
      color: #254294; }
      #feature .blog-list .blog-link:hover, .fs-feature .blog-list .blog-link:hover {
        color: #3790e8; }
      #feature .blog-list .blog-link figure, .fs-feature .blog-list .blog-link figure {
        width: 150px;
        height: 150px;
        overflow: hidden;
        flex-shrink: 0; }
        #feature .blog-list .blog-link figure img, .fs-feature .blog-list .blog-link figure img {
          width: 100%; }
      #feature .blog-list .blog-link p, .fs-feature .blog-list .blog-link p {
        width: 233px;
        flex-shrink: 0;
        letter-spacing: -.02em; }
  @media screen and (max-width: 768px) {
    #feature .blog-list, .fs-feature .blog-list {
      width: 100%;
      padding: 0 calc(20/750*100vw);
      margin: 0 auto 6em; }
      #feature .blog-list .blog-link, .fs-feature .blog-list .blog-link {
        width: 100%;
        font-size: 1em;
        margin-bottom: 1em; }
        #feature .blog-list .blog-link figure, .fs-feature .blog-list .blog-link figure {
          width: calc(200/750*100vw);
          height: calc(200/750*100vw);
          margin: 0; }
          #feature .blog-list .blog-link figure img, .fs-feature .blog-list .blog-link figure img {
            width: 100%; }
        #feature .blog-list .blog-link p, .fs-feature .blog-list .blog-link p {
          width: calc(420/750*100vw);
          flex-shrink: 0;
          letter-spacing: -.02em; } }
  #feature .page-top, .fs-feature .page-top {
    position: fixed;
    bottom: 20px;
    right: 20px; }
  @media screen and (max-width: 768px) {
    #feature .page-top, .fs-feature .page-top {
      width: calc(47/750*100vw);
      height: calc(47/750*100vw);
      bottom: calc(20/750*100vw);
      right: calc(20/750*100vw); }
      #feature .page-top img, .fs-feature .page-top img {
        width: 100%; } }


/* 追加テンプレート（2023.9.8） */
.contents.s-slider {
  width: 1020px; }
  .contents.s-slider .slick-track {
    height: 100%; }
  .contents.s-slider .slick-initialized .slick-slide {
    display: flex; }

@media screen and (max-width: 768px) {
  .contents.s-slider {
    width: 100%;
    margin: 0 auto;
    padding: 0 calc(30/750*100vw);
    box-sizing: border-box; } }
.productCarousel {
  display: flex;
  justify-content: center; }
  .productCarousel__list {
    display: flex;
    flex-direction: column;
    flex-basis: 250px;
    max-width: 250px;
    min-width: 250px;
    margin: 0 8px;
    text-decoration: none; }
  .productCarousel__image {
    text-decoration: none;
    display: block;
    margin-bottom: .5em; }
  .productCarousel__productName {
    text-decoration: underline; }
  .productCarousel__prices {
    margin-top: auto; }
  .productCarousel .productPrice {
    margin-bottom: .5em;
    color: #453e3c; }
    .productCarousel .productPrice__main__price {
      text-decoration: none; }
    .productCarousel .productPrice__main__value {
      font-size: 1.57em;
      font-weight: 600; }
  .productCarousel__control {
    display: flex; }
  .productCarousel .slick-prev, .productCarousel .slick-next {
    top: 40%;
    width: 11px;
    height: auto; }
    .productCarousel .slick-prev::before, .productCarousel .slick-next::before {
      content: "";
      background-color: #fff;
      width: 32px;
      height: 44px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 10; }
    .productCarousel .slick-prev img, .productCarousel .slick-next img {
      position: relative;
      z-index: 15; }
  .productCarousel:hover .productCarousel__productName {
    text-decoration: none; }

@media screen and (max-width: 768px) {
  .productCarousel {
    display: flex;
    justify-content: center; }
    .productCarousel__list {
      display: flex;
      flex-direction: column;
      flex-basis: calc(340/750*100vw);
      max-width: calc(340/750*100vw);
      min-width: calc(340/750*100vw);
      margin: 0 4px;
      text-decoration: none; }
    .productCarousel__image {
      text-decoration: none;
      display: block;
      margin-bottom: .5em; }
    .productCarousel .productPrice__main__value {
      font-size: 1.57em;
      font-weight: 600; }
    .productCarousel .slick-prev, .productCarousel .slick-next {
      top: 35%;
      width: 8px; }
      .productCarousel .slick-prev::before, .productCarousel .slick-next::before {
        width: calc(60/750*100vw);
        height: calc(80/750*100vw);
        border: 1px solid rgba(0, 0, 0, 0.2); }
    .productCarousel .slick-prev {
      left: 0; }
    .productCarousel .slick-next {
      right: 0; } }
.page-category__slider .page-category__img {
  width: 500px !important; }
  .page-category__slider .page-category__img img {
    width: 100%; }
.page-category__slider .slick-dots {
  bottom: 40px; }
  .page-category__slider .slick-dots li button {
    border-radius: 50%; }
    .page-category__slider .slick-dots li button::before {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(0, 0, 0, 0.2);
      background: rgba(0, 0, 0, 0.1); }
  .page-category__slider .slick-dots li.slick-active button::before {
    background: #fff; }

@media screen and (max-width: 768px) {
  .page-category__slider .page-category__img {
    width: calc(595/750*100vw) !important; }
  .page-category__slider .slick-dots {
    bottom: 40px; } }
.photoGallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em 1em; }
  .photoGallery__image a {
    display: block; }

@media screen and (max-width: 768px) {
  .photoGallery {
    grid-template-columns: repeat(2, 1fr); } }
.modal.modalItemGallery {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%); }
.modal__contents {
  background-color: #fff;
  width: 900px; }
.modal__header {
  font-size: 1.5rem;
  padding: 0.6em 0.8em; }
.modal__inbox {
  display: flex; }
.modal__image {
  width: 57%; }
  .modal__image img {
    width: 100%; }
.modal__item {
  width: 40%;
  margin: 0 auto; }
  .modal__item .btmLine {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1em; }
.modal__itemList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5em 1em;
  padding: 0 1em 1em 1em; }
  .modal__itemList .relatedItems {
    display: flex;
    flex-direction: column;
    text-decoration: none; }
    .modal__itemList .relatedItems__image {
      text-decoration: none;
      display: block;
      margin-bottom: .5em; }
    .modal__itemList .relatedItems__productName {
      font-size: .8rem;
      line-height: 1.4; }

@media screen and (max-width: 768px) {
  .modal.modalItemGallery {
    width: 90% !important; }
    .modal.modalItemGallery .btn-close {
      top: calc(-60/750*100vw);
      width: calc(50/750*100vw);
      height: calc(50/750*100vw); }
      .modal.modalItemGallery .btn-close::before {
        width: calc(50/750*100vw); }
      .modal.modalItemGallery .btn-close::after {
        width: calc(50/750*100vw); }
  .modal__contents {
    width: 100%;
    height: 86vh;
    overflow-y: scroll; }
  .modal__header {
    font-size: 1.2rem;
    padding: 0.5em 0.6em; }
  .modal__inbox {
    flex-direction: column; }
  .modal__image {
    width: 100%; }
  .modal__item {
    width: 100%;
    margin: 1.5em auto 0; }
    .modal__item .btmLine {
      font-size: 1rem; }
  .modal__itemList {
    padding: 0 1em 1.5em 1em; } }
</pre></body></html>