@charset "UTF-8";
/*  update 2022-09-02
-----------------------------------*/
/*=============================================
【目次】
 ###　基本構成
 ### 共通設定
  ## フォント指定 英字　Tenor Sans
  ## original 商品リスト
  　# スライド無し 商品リスト
  　# スライド有　商品リスト
  ## サイトロゴ
  ## 商品リスト
  ## 検索メニュー
 ### header
  ## サブナビ
  ## header-top_bar
  ## header-container
  ## header-top_bar
  ## 検索トグルエリア SP
  ## ドロワーメニュー PC/SP
  ## STORE INFORMATION
 ### 共通フッターコンテンツ
 ### フッター
  ## フッターメニュー　
  ## フッターメニュー　CATEGORY
  ## フッターメニュー　GUIDE
  ## フッターメニュー　BRAND
  ## フッター　サブメニュー
  ## フッター　コピーライト
 ### パンくずリスト　original
 ###　スライダー共通設定
 ### RANKING
 ### RECENTRY CHECKED ITEM
 ###　各メディア限定コンテンツメディアクエリ
 ### 下層ページ　レイアウト
=============================================*/
/* =============================================
 ###　基本構成
============================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
html {
  font-size: 62.5%;
}

body {
  color: #452B22;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  background-color: transparent;
  width: 100%;
}
@media screen and (min-width: 600px) {
  body {
    font-size: 1.3rem;
  }
}

a {
  color: #452B22;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  /* 追加 */
  backface-visibility: hidden;
  /* 追加 */
}
a:hover {
  text-decoration: none;
  color: #000;
}
a img {
  transition: opacity .2s;
}
.ctm-footer a:hover {
  color: #452B22;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.image img {
  width: 100%;
}

svg {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  input[type="text"],
  input[type="password"],
  input[type="tel"] {
    font-size: 16px;
  }
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

button.btn_type01,
input[type="submit"].btn_type01 {
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 50%;
  padding: 10px 0;
  font-size: 1.5rem;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 600px) {
  button.btn_type01,
  input[type="submit"].btn_type01 {
    padding: 10px 20px;
    margin: 0;
    width: auto;
  }
}

/* ==============================================
 ### 共通設定
=================================================*/
.wrap1 {
  /*最大幅*/
  max-width: 100%;
}
@media screen and (min-width: 1241px) {
  .wrap1 {
    max-width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .wrap1 {
    padding-left: 2.6%;
    padding-right: 2.6%;
  }
}

.hidden {
  display: none;
}

.ttl1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  letter-spacing: .12em;
}
@media screen and (min-width: 600px) {
  .ttl1 {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}
.ttl1 .tx_s {
  font-size: 1.1rem;
  display: block;
}

.linkTx a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.linkTx a::after {
  display: block;
  content: '';
  border-right: 1px solid #452B22;
  border-top: 1px solid #452B22;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  margin-left: 2px;
  margin-top: 2px;
}

.c_rd1 {
  color: #ff4545;
}

/* =============================================
  ## facein
============================================= */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* ==============================================
  ## 商品リスト
=================================================*/
.item .productImg {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 600px) {
  .item .productImg {
    margin-bottom: 20px;
  }
}
.item .productImg img {
  width: 100%;
}
.item .productCopy {
  margin-bottom: 10px;
  font-size: 1rem;
  display: block;
}
.item .productName {
  display: block;
  color: #452B22;
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .item .productName {
    font-size: 1.3rem;
  }
}
.item .productPrice {
  display: block;
  color: #452B22;
  font-size: 1.3rem;
}
@media screen and (min-width: 600px) {
  .item .productPrice {
    font-size: 1.3rem;
  }
}
.item .productPrice_addon__label {
  font-size: 1.3rem;
}

/* ==============================================
  ## ランキングリスト
=================================================*/
.ctm_rankList .item a {
  position: relative;
}
.ctm_rankList .item a:before {
  text-align: center;
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 21px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
@media screen and (min-width: 1241px) {
  .ctm_rankList .item a:before {
    width: 42px;
    height: 37px;
  }
}
.ctm_rankList .item.rank1 a:before {
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/rank_01.png);
}
.ctm_rankList .item.rank2 a:before {
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/rank_02.png);
}
.ctm_rankList .item.rank3 a:before {
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/rank_03.png);
}
.ctm_rankList .item.rank4 a:before {
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/rank_04.png);
}
.ctm_rankList .item.rank5 a:before {
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/rank_05.png);
}
.ctm_rankList .item.rank6 a:before {
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/rank_06.png);
}
.ctm_rankList .item.rank7 a:before {
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/rank_07.png);
}
.ctm_rankList .item.rank8 a:before {
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/rank_08.png);
}
.ctm_rankList .item.rank9 a:before {
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/rank_09.png);
}
.ctm_rankList .item.rank10 a:before {
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/rank_10.png);
}

/*----------------------------------------------
  　# スライド無し 商品リスト
-------------------------------------------------*/
.product-defaltlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-defaltlist .item {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .product-defaltlist .item {
    width: 16%;
  }
}
@media screen and (min-width: 600px) {
  .product-defaltlist a .productImg {
    position: relative;
    display: block;
  }
  .product-defaltlist a .productImg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
  }
  .product-defaltlist a:hover .productImg::after {
    opacity: .05;
    background-color: #3c3c43;
  }
}

/*----------------------------------------------
  　# スライド有　商品リスト
-------------------------------------------------*/
@media screen and (min-width: 600px) {
  .product-slicklist a .productImg {
    position: relative;
    display: block;
  }
  .product-slicklist a .productImg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
  }
  .product-slicklist a:hover .productImg::after {
    opacity: .1;
    background-color: #3c3c43;
  }
}

/* ==============================================
  ## サイトロゴ
=================================================*/
header .sitelogo {
  width: 83px;
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  header .sitelogo {
    width: 88px;
    margin-right: 10px;
  }
}
header .sitelogo a {
  display: block;
  line-height: 0;
}
footer .sitelogo {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  order: 0;
}
@media screen and (min-width: 600px) {
  footer .sitelogo {
    margin-bottom: 35px;
    width: 100%;
    text-align: center;
  }
  footer .sitelogo a {
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==============================================
  ## 商品リスト
=================================================*/
.product-pricing {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
}
.product-pricing .product-price {
  color: silver;
}
.product-pricing .product-standard-price {
  color: silver;
  margin-right: 10px;
  text-decoration: line-through;
}
.product-pricing .product-sales-price {
  color: #ff0000;
  font-weight: bold;
}

/* ==============================================
 ### 基本レイアウト要素
=================================================*/
.column {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .column {
    margin-bottom: 60px;
  }
}
.column:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .column:last-of-type {
    margin-bottom: 0;
  }
}
.column h2.ttl {
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .column h2.ttl {
    font-size: 1.8rem;
  }
}
.column h3.ttl {
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .column h3.ttl {
    width: 100%;
    font-size: 1.5rem;
  }
}
.column .column-inner .txBlock {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .column .column-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .column .column-inner .txBlock {
    width: 54.8%;
  }
  .column .column-inner .image {
    width: 39%;
  }
  .column .column-inner .text {
    width: 100%;
  }
}
.column .column-inner:last-of-type {
  margin-bottom: 0;
}
.column .text {
  margin-bottom: 20px;
}
.column .text:last-of-type {
  margin-bottom: 0;
}
.column .text a {
  text-decoration: underline;
}
.column .link {
  width: 100%;
}
.column .link a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: auto;
  margin-right: 2px;
}
.column.complete-text {
  text-align: center;
}

/* ==============================================
 ### ctm_btn-container
=================================================*/
.ctm_btn-container a {
  margin-left: auto;
  margin-right: auto;
}

/* ==============================================
 ### header
=================================================*/
header {
  z-index: 100;
}
@media screen and (min-width: 600px) {
  header {
    width: 100%;
  }
}
header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  margin-top: 0;
  z-index: 100;
}

/* ==============================================
  ## header-top_bar
=================================================*/
.header-top_bar {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  border-bottom: 1px solid #cccccc;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .header-top_bar {
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* ==============================================
  ## header-container
=================================================*/
.header-container {
  z-index: 100;
  background-color: #fff;
  padding: 12px 10px;
  box-sizing: border-box;
}
.header-container.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: calc(100vw - calc(100vw - 100%));
  transition: all 0.3s ease 0s;
}

.header-content {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1290px) {
  .header-content {
    width: 1180px;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==============================================
   # サイトリード
=================================================*/
.sitelead {
  font-size: 1rem;
  padding-top: 8px;
}
@media screen and (min-width: 600px) {
  .sitelead {
    font-size: 1.2rem;
  }
}

/* ==============================================
   # ドロワーメニューボタン
=================================================*/
.drawer-menu-btn {
  width: 20px;
  margin-right: 10px;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .drawer-menu-btn {
    width: 40px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1290px) {
  .drawer-menu-btn {
    margin-left: -50px;
  }
}
.drawer-menu-btn img {
  width: 100%;
}

/* ==============================================
   # ヘッダー　メニュー
=================================================*/
.h_menu {
  margin-left: auto;
}
.h_menu ul {
  display: flex;
}
.h_menu ul li {
  margin-left: 2em;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

/* ==============================================
   # ヘッダー　サブメニュー　1
=================================================*/
.h_sub-menu {
  margin-left: auto;
  min-width: 48px;
}
@media screen and (min-width: 1290px) {
  .h_sub-menu {
    margin-right: -50px;
  }
}

/* ==============================================
  ## サブナビ
=================================================*/
.sub-menu-list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.sub-menu-list a {
  display: block;
}
.sub-menu-list .icon {
  width: 24px;
  display: block;
  padding: 0 3px;
}
@media screen and (min-width: 600px) {
  .sub-menu-list .icon {
    width: 32px;
    padding: 0 6px;
  }
}
.sub-menu-list .btn_cart {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
@media screen and (min-width: 600px) {
  .sub-menu-list .btn_cart {
    margin-left: 0;
  }
}
.sub-menu-list .btn_cart .ctm_cart-count {
  background-color: #89D2AD;
  color: #452B22;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 1.2rem;
}

/* ==============================================
  ## 検索エリア　○
=================================================*/
.ctm_search-block {
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  z-index: 11;
}
@media screen and (min-width: 1241px) {
  .ctm_search-block {
    padding: 15px 0 10px;
    display: none;
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .ctm_search-block.active {
    display: block;
  }
  .fixed + .ctm_search-block {
    top: 100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .ctm_search-block {
    padding: 15px 0 10px;
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .ctm_search-block.active {
    display: block;
  }
  .fixed + .ctm_search-block {
    top: 60px;
  }
}
.ctm_search-block .ctm_search-container-wrap {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .ctm_search-block form {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.ctm_search-block input[type=text] {
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  border: none;
}
@media screen and (min-width: 600px) {
  .ctm_search-block input[type=text] {
    padding: 15px 40px;
  }
}
.ctm_search-block .ctm_search-keyword {
  position: relative;
  margin-bottom: 10px;
  background-color: #f8f8f8;
}
@media screen and (min-width: 600px) {
  .ctm_search-block .ctm_search-keyword {
    width: 100%;
  }
}
.ctm_search-block .ctm_search-submit {
  width: 18px;
  position: absolute;
  /* z-index: 0; */
  top: 50%;
  left: 5px;
  margin-top: -9px;
}
@media screen and (min-width: 600px) {
  .ctm_search-block .ctm_search-submit {
    left: 10px;
    margin-top: -11px;
  }
}
.ctm_search-block .ctm_search-submit button {
  width: 18px;
}
.ctm_search-block .btn_close {
  cursor: pointer;
  width: 18px;
  position: absolute;
  /* z-index: 0; */
  top: 50%;
  right: 5px;
  margin-top: -9px;
}
@media screen and (min-width: 600px) {
  .ctm_search-block .btn_close {
    right: 10px;
    margin-top: -11px;
  }
}

/* ==============================================
  ## ドロワーメニュー 内 PC/SP　○
=================================================*/
body.drawer-open {
  overflow: hidden;
}

.drawer-overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  transition: opacity .5s;
}
.drawer-overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.drawer-nav {
  width: 85%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 1001;
  transition: .5s;
  overflow-y: auto;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .drawer-nav {
    width: 350px;
  }
  .drawer-nav:-webkit-scrollbar {
    width: 5px;
  }
  .drawer-nav::-webkit-scrollbar-track {
    background-color: #f8f8f8;
  }
  .drawer-nav::-webkit-scrollbar-thumb {
    background-color: #452B22;
  }
}
.drawer-nav.open {
  left: 0;
}

.drawer-close-btn {
  padding: 6px;
  z-index: 1001;
  cursor: pointer;
  left: -100%;
  position: fixed;
  z-index: 1001;
  transition: .5s;
}
.drawer-close-btn.open {
  transition: .5s;
  top: 0;
  right: 5px;
  left: auto;
}
@media screen and (min-width: 600px) {
  .drawer-close-btn.open {
    right: auto;
    left: 350px;
  }
}
.drawer-close-btn img {
  width: 18px;
}
@media screen and (min-width: 600px) {
  .drawer-close-btn img {
    width: 20px;
  }
}

/* ==============================================
 ### ナビゲーション コンテンツ
=================================================*/
.ctm_nav_header {
  padding: 10px 0;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 600px) {
  .ctm_nav_header {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.ctm_nav_header .fs-clientInfo .true {
  display: block;
}
.ctm_nav_header .fs-clientInfo .false {
  display: none;
}

.ctm_nav-wrap {
  padding-bottom: 30px;
  background-color: #fff;
}
.ctm_nav-wrap .link-favorite {
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .ctm_nav-wrap .link-favorite {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 25px;
  }
}
.ctm_nav-wrap .link-favorite a {
  display: block;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  line-height: 1em;
  padding: 13px 0;
}
@media screen and (min-width: 600px) {
  .ctm_nav-wrap .link-favorite a {
    font-size: 1.3rem;
  }
}
.ctm_nav-wrap .link-favorite a::before {
  content: '';
  display: block;
  width: 16px;
  height: 13px;
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/heart.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.ctm_nav-wrap .link-favorite a::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #452B22;
  border-right: 1px solid #452B22;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: auto;
  margin-right: 2px;
}
.ctm_nav-wrap .ctm_nav-mainmenu .nav-mainmenu-ttl {
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 1.3rem;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_nav-wrap .ctm_nav-mainmenu .nav-mainmenu-ttl {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.ctm_nav-wrap .ctm_nav-mainmenu .nav-mainmenu-list {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .ctm_nav-wrap .ctm_nav-mainmenu .nav-mainmenu-list {
    margin-bottom: 30px;
  }
}
.ctm_nav-wrap .ctm_nav-mainmenu .nav-mainmenu-list li a {
  display: block;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  line-height: 1em;
  padding: 13px 10px 13px 22px;
}
@media screen and (min-width: 600px) {
  .ctm_nav-wrap .ctm_nav-mainmenu .nav-mainmenu-list li a {
    font-size: 1.3rem;
  }
}
.ctm_nav-wrap .ctm_nav-mainmenu .nav-mainmenu-list li a::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #452B22;
  border-right: 1px solid #452B22;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: auto;
  margin-right: 2px;
}
@media screen and (min-width: 600px) {
  .ctm_nav-wrap .ctm_nav-mainmenu .nav-mainmenu-list li a:hover {
    background-color: #f5f5f5;
    opacity: 1;
  }
}
.ctm_nav-wrap .ctm_nav-mainmenu .nav-mainmenu-bnr-list {
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 600px) {
  .ctm_nav-wrap .ctm_nav-mainmenu .nav-mainmenu-bnr-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.ctm_nav-wrap .ctm_nav-mainmenu .nav-mainmenu-bnr-list .item {
  margin-bottom: 20px;
}
.ctm_nav-wrap .ctm_guide-menu .guide-menu-ttl {
  display: block;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  line-height: 1em;
  padding: 13px 10px;
}
@media screen and (min-width: 600px) {
  .ctm_nav-wrap .ctm_guide-menu .guide-menu-ttl {
    padding: 13px 20px;
    font-size: 1.3rem;
  }
}
.ctm_nav-wrap .ctm_guide-menu .guide-menu-ttl::after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
}
.ctm_nav-wrap .ctm_guide-menu .guide-menu-ttl.active::after {
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/minus.svg);
}
.ctm_nav-wrap .ctm_guide-menu .guide-menu-list {
  margin-bottom: 20px;
  display: none;
}
.ctm_nav-wrap .ctm_guide-menu .guide-menu-list li a {
  display: block;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  line-height: 1em;
  padding: 13px 10px 13px 22px;
}
@media screen and (min-width: 600px) {
  .ctm_nav-wrap .ctm_guide-menu .guide-menu-list li a {
    padding: 13px 20px 13px 32px;
    font-size: 1.3rem;
  }
}
.ctm_nav-wrap .ctm_guide-menu .guide-menu-list li a::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #452B22;
  border-right: 1px solid #452B22;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: auto;
  margin-right: 2px;
}

/* ==============================================
 ### コンタクト
=================================================*/
.ctm_contact-block {
  padding-top: 20px;
}
.ctm_nav-wrap .ctm_contact-block {
  border-top: 1px solid #cccccc;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_nav-wrap .ctm_contact-block {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.ctm_contact-block .ctm_tel-block {
  margin-bottom: 10px;
}
.ctm_contact-block .ctm_tel-block .tel {
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_contact-block .ctm_tel-block .tel {
    font-size: 2.4rem;
  }
}
.ctm_contact-block .link_contact {
  margin-bottom: 10px;
}
.ctm_contact-block .link_contact a {
  display: block;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  line-height: 1em;
  padding: 13px 0;
}
.ctm_contact-block .link_contact a::before {
  content: '';
  display: block;
  width: 15px;
  height: 12px;
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
  margin-top: 2px;
}
@media screen and (min-width: 600px) {
  .ctm_contact-block .link_contact a::before {
    width: 20px;
    height: 16px;
    margin-right: 10px;
    margin-top: 0;
  }
}

.link_about {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  .link_about {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.link_about a {
  display: block;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  line-height: 1em;
}

/* ==============================================
 ### SNS メニュー
=================================================*/
.ctm_nav-wrap .ctm_sns-menu {
  padding-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_nav-wrap .ctm_sns-menu {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.ctm_sns-menu .sns-menu-ttl {
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .ctm_sns-menu .sns-menu-ttl {
    font-size: 1.5rem;
  }
}
.ctm_sns-menu .sns-menu-list {
  display: flex;
  align-items: center;
}
.ctm_sns-menu .sns-menu-list li {
  width: 32px;
  margin-right: 16px;
}
@media screen and (min-width: 600px) {
  .ctm_sns-menu .sns-menu-list li {
    width: 32px;
    margin-right: 16px;
  }
}

/* ==============================================
 ### メインナビゲーション
=================================================*/
/* ==============================================
 ### 共通フッターコンテンツ
=================================================*/
.ctm-footer {
  background-color: #f8f8f8;
  padding: 60px 0 20px;
}
@media screen and (min-width: 600px) {
  .ctm-footer {
    padding: 90px 50px 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .ctm-footer {
    padding: 90px 0 60px;
  }
}

.footer-container {
  width: 94.4%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .footer-container {
    max-width: 1180px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* ==============================================
 ### フッター
=================================================*/
footer {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .ctm-footer-item {
    width: 25%;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 600px) {
  .f_sns-menu {
    order: 5;
    width: 100%;
    text-align: center;
  }
  .f_sns-menu ul {
    justify-content: center;
  }
}

@media screen and (min-width: 600px) {
  .f_contact {
    order: 4;
  }
}

/* ==============================================
  ## フッター 　メニュー
=================================================*/
.f_menu {
  margin-bottom: 25px;
}
.f_menu .f_menu-ttl {
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .f_menu .f_menu-ttl {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.f_menu .f_menu-list li {
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 600px) {
  .f_menu .f_menu-list li {
    border-bottom: none;
  }
}
.f_menu .f_menu-list li a {
  display: block;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  line-height: 1em;
  padding: 10px 2px 10px 0;
}
@media screen and (min-width: 600px) {
  .f_menu .f_menu-list li a {
    font-size: 1.3rem;
  }
}
.f_menu .f_menu-list li a::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #452B22;
  border-right: 1px solid #452B22;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: auto;
  margin-right: 2px;
}
@media screen and (min-width: 600px) {
  .f_menu .f_menu-list li a::after {
    display: none;
  }
}
.f_menu .f_menu-list .icon_other-site img {
  width: 15px;
}

/* ==============================================
  ## フッターメニュー　
=================================================*/
.f_submenu {
  margin-bottom: 25px;
}
@media screen and (min-width: 600px) {
  .f_submenu {
    order: 3;
  }
}
.f_submenu ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .f_submenu ul {
    display: block;
    margin-top: 45px;
  }
}
.f_submenu ul li {
  margin-right: 1em;
}
@media screen and (min-width: 600px) {
  .f_submenu ul li a {
    line-height: 1em;
    padding: 10px 2px 10px 0;
    display: block;
  }
}

/* ==============================================
  ## フッターメニュー　
=================================================*/
.f_contact {
  margin-bottom: 10px;
}
.f_contact .link_contact a {
  background-color: #fff;
  justify-content: center;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 600px) {
  .f_contact .link_contact a {
    justify-content: flex-start;
    border: none;
    background-color: transparent;
  }
}

/* ==============================================
   # フッター　コピーライト
=================================================*/
.copyright {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .copyright {
    order: 6;
    margin-top: 30px;
  }
}
.copyright small {
  font-size: 1rem;
  color: #fff;
  letter-spacing: .1em;
}

/* ==============================================
 ### パンくずリスト
=================================================*/
.fs-c-breadcrumb {
  padding-left: 2.6%;
  padding-right: 2.6%;
  background-color: #fff;
  margin-bottom: 50px;
  padding-top: 10px;
  display: none;
}
@media screen and (min-width: 1241px) {
  .fs-c-breadcrumb {
    padding: 0 50px;
    max-width: 1280px;
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .fs-c-breadcrumb {
    display: block;
    margin-bottom: 0;
  }
}
.fs-l-main + .fs-c-breadcrumb {
  display: block;
}
@media screen and (min-width: 600px) {
  .fs-l-main + .fs-c-breadcrumb {
    display: none;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list {
    padding: 0;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list li {
  font-size: 1.3rem;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list li a {
  color: #452B22;
}
@media screen and (min-width: 600px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__listItem {
    vertical-align: top;
  }
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " > ";
}
@media screen and (min-width: 600px) {
  .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    content: " > ";
  }
}

/* ==============================================
 ###　スライダー共通設定
=================================================*/
.ctm-slider {
  /* Arrows */
  /* Dots */
}
.ctm-slider .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1241px) {
  .ctm-slider .slick-arrow {
    width: 22px;
    height: 22px;
  }
}
.ctm-slider .slick-arrow:before {
  content: '';
  display: inline-block;
  border: solid #9e9e9e;
  border-width: 0 0 1px 1px;
  padding: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 8px;
}
@media screen and (min-width: 1241px) {
  .ctm-slider .slick-arrow:before {
    top: 9px;
  }
}
.ctm-slider .slick-arrow.slick-next:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 8px;
}
@media screen and (min-width: 1241px) {
  .ctm-slider .slick-arrow.slick-next:before {
    right: 9px;
  }
}
.ctm-slider .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
@media screen and (min-width: 1241px) {
  .ctm-slider .slick-arrow.slick-prev:before {
    left: 9px;
  }
}
.ctm-slider .slick-prev:hover, .ctm-slider .slick-prev:focus,
.ctm-slider .slick-next:hover,
.ctm-slider .slick-next:focus {
  outline: none;
  opacity: 1;
}
.ctm-slider .slick-prev {
  left: 0;
  right: auto;
}
@media screen and (min-width: 1241px) {
  .ctm-slider .slick-prev {
    left: 0;
  }
}
[dir="rtl"] .ctm-slider .slick-prev {
  left: auto;
  right: 0;
}
.ctm-slider .slick-next {
  right: 0;
  left: auto;
}
@media screen and (min-width: 1241px) {
  .ctm-slider .slick-next {
    right: 0;
  }
}
[dir="rtl"] .ctm-slider .slick-next {
  left: 0;
  right: auto;
}
.ctm-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.ctm-slider .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 30px;
}
.ctm-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.ctm-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background-color: #3f3f3f;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.ctm-slider .slick-dots li.slick-active button {
  background-color: #ff0000;
}

/* ==============================================
 ### A 【ctm】(共通)フルーツギフト売上ランキング
=================================================*/
.ctm_sales-raning {
  padding-left: 2.6%;
  margin-bottom: 45px;
}
@media screen and (min-width: 600px) {
  .ctm_sales-raning {
    width: 100%;
    padding: 0;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1241px) {
  .ctm_sales-raning .inner-wrap {
    max-width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .ctm_sales-raning .inner-wrap {
    padding-left: 2.6%;
    padding-right: 2.6%;
  }
}
.ctm_sales-raning .note {
  margin-bottom: 20px;
  text-align: center;
}
.ctm_sales-raning .item {
  margin-right: .5%;
}
@media screen and (min-width: 1241px) {
  .ctm_sales-raning .item {
    margin-right: 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .ctm_sales-raning .item {
    margin-right: 10px;
  }
}
.ctm_sales-raning .slick-list {
  padding: 0 10% 0 0 !important;
}
@media screen and (min-width: 600px) {
  .ctm_sales-raning .slick-list {
    padding: 0 !important;
  }
}

/* ==============================================
 ### A 【ctm】(共通)最近見たフルーツ
=================================================*/
.ctm_history-section {
  padding-left: 2.6%;
  margin-bottom: 45px;
}
@media screen and (min-width: 600px) {
  .ctm_history-section {
    width: 100%;
    padding: 0;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 600px) {
  .ctm_history-section {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .ctm_history-section .product-slicklist {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ctm_history-section .product-slicklist .item {
  margin-right: .5%;
}
@media screen and (min-width: 600px) {
  .ctm_history-section .product-slicklist .item {
    margin-right: 25px;
  }
}
.ctm_history-section .product-slicklist .slick-list {
  padding: 0 10% 0 0 !important;
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .ctm_history-section .product-slicklist .slick-list {
    margin-left: 13px;
  }
}
@media screen and (min-width: 600px) {
  .ctm_history-section .product-slicklist .slick-list {
    padding: 0 !important;
  }
}

/* ==============================================
 ### A 【ctm】(共通)サービス
=================================================*/
.ctm_service-block {
  margin-bottom: 45px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .ctm_service-block {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 600px) {
  .ctm_service-block .inner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .ctm_service-block .inner-wrap {
    padding-left: 2.6%;
    padding-right: 2.6%;
  }
}
.ctm_service-block .item {
  margin-left: 2.6%;
  margin-right: 2.6%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .ctm_service-block .item {
    margin: 0;
  }
}
.ctm_service-block .item a {
  position: relative;
  display: block;
}
.ctm_service-block .item a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.ctm_service-block .item a:hover:after {
  opacity: .05;
  background-color: #3c3c43;
}
.ctm_service-block .item .ttl {
  font-size: 1.3rem;
  text-align: center;
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_service-block .item .ttl {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.ctm_service-block .item .text {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_service-block .item .text {
    margin-bottom: 25px;
  }
}
.ctm_service-block .item .link {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctm_service-block .item .link::after {
  display: block;
  content: '';
  border-right: 1px solid #452B22;
  border-top: 1px solid #452B22;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  margin-left: 2px;
  margin-top: 2px;
}
@media screen and (min-width: 600px) {
  .ctm_service-block .item .link {
    margin-bottom: 25px;
  }
}
.ctm_service-block .fruit-gift-concierge {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .ctm_service-block .fruit-gift-concierge {
    width: 48%;
    margin-bottom: 60px;
  }
}
.ctm_service-block .subscription {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .ctm_service-block .subscription {
    width: 48%;
    margin-bottom: 60px;
  }
}
.ctm_service-block .marketing-menu-sp {
  background-color: #f8f8f8;
  margin-left: 2.6%;
  margin-right: 2.6%;
  padding: 30px;
}
@media screen and (min-width: 600px) {
  .ctm_service-block .marketing-menu-sp {
    width: 100%;
    margin: 0;
  }
}
.ctm_service-block .marketing-menu-sp .text {
  text-align: center;
  margin-bottom: 15px;
}
.ctm_service-block .marketing-menu-sp .list {
  display: flex;
  justify-content: space-between;
}
.ctm_service-block .marketing-menu-sp .list .inner {
  width: 49%;
}
.ctm_service-block .marketing-menu-sp .list .inner a {
  width: 100%;
  display: flex;
  border: 1px solid #cccccc;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.ctm_service-block .marketing-menu-sp .list .inner a::before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
}
.ctm_service-block .marketing-menu-sp .list .inner.ico_line a::before {
  background-image: url(https://seika.itembox.design//item/libs/img/common/icon/line.png);
  width: 18px;
  height: 18px;
}
.ctm_service-block .marketing-menu-sp .list .inner.ico_mail a::before {
  background-image: url(https://seika.itembox.design//item/libs/img/common/icon/mail.png);
  width: 18px;
  height: 13px;
}
@media screen and (min-width: 1241px) {
  .ctm_service-block .marketing-menu-desk {
    background-color: #f8f8f8;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
  }
  .ctm_service-block .marketing-menu-desk > div {
    width: 50%;
    padding: 0;
    box-sizing: border-box;
  }
  .ctm_service-block .marketing-menu-desk > div.mailmagazine {
    padding-right: 40px;
  }
  .ctm_service-block .marketing-menu-desk > div.line {
    padding-left: 40px;
  }
  .ctm_service-block .marketing-menu-desk .ttl {
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
    margin-bottom: 10px;
  }
  .ctm_service-block .marketing-menu-desk .mailmagazine {
    display: flex;
    border-right: 1px solid #cccccc;
    flex-wrap: wrap;
  }
  .ctm_service-block .marketing-menu-desk .mailmagazine::before {
    content: '';
    width: 40px;
    height: 30px;
    background-image: url(https://seika.itembox.design//item/libs/img/common/icon/mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-right: 20px;
  }
  .ctm_service-block .marketing-menu-desk .mailmagazine .inner {
    width: 250px;
  }
  .ctm_service-block .marketing-menu-desk .mailmagazine .link {
    text-align: right;
    width: 180px;
    margin-left: auto;
    align-self: flex-end;
  }
  .ctm_service-block .marketing-menu-desk .mailmagazine .link a {
    display: inline-block;
    border: 1px solid #666;
    text-align: center;
    padding: 15px 30px;
  }
  .ctm_service-block .marketing-menu-desk .mailmagazine .link a:hover {
    background-color: #f5f5f5;
  }
  .ctm_service-block .marketing-menu-desk .line {
    display: flex;
  }
  .ctm_service-block .marketing-menu-desk .line::before {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(https://seika.itembox.design//item/libs/img/common/icon/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-right: 20px;
  }
  .ctm_service-block .marketing-menu-desk .line .inner {
    width: 250px;
  }
  .ctm_service-block .marketing-menu-desk .line .link {
    width: 180px;
    margin-left: auto;
    align-self: flex-end;
  }
  .ctm_service-block .marketing-menu-desk .line .link a {
    border: 1px solid #666;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    display: flex;
    border: 1px solid #666;
    justify-content: center;
    align-items: center;
  }
  .ctm_service-block .marketing-menu-desk .line .link a:hover {
    background-color: #f5f5f5;
  }
  .ctm_service-block .marketing-menu-desk .line .qr {
    width: 120px;
    margin-left: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .ctm_service-block .marketing-menu-desk {
    background-color: #f8f8f8;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
  }
  .ctm_service-block .marketing-menu-desk > div {
    width: 50%;
    padding: 0;
    box-sizing: border-box;
  }
  .ctm_service-block .marketing-menu-desk > div.mailmagazine {
    padding-right: 40px;
  }
  .ctm_service-block .marketing-menu-desk > div.line {
    padding-left: 40px;
  }
  .ctm_service-block .marketing-menu-desk .ttl {
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
    margin-bottom: 10px;
  }
  .ctm_service-block .marketing-menu-desk .mailmagazine {
    display: flex;
    border-right: 1px solid #cccccc;
    flex-wrap: wrap;
  }
  .ctm_service-block .marketing-menu-desk .mailmagazine::before {
    content: '';
    width: 40px;
    height: 30px;
    background-image: url(https://seika.itembox.design//item/libs/img/common/icon/mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .ctm_service-block .marketing-menu-desk .mailmagazine .inner {
    width: calc(100% - 50px);
  }
  .ctm_service-block .marketing-menu-desk .mailmagazine .link {
    text-align: right;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    align-self: flex-end;
  }
  .ctm_service-block .marketing-menu-desk .mailmagazine .link a {
    display: inline-block;
    border: 1px solid #666;
    text-align: center;
    padding: 15px 30px;
  }
  .ctm_service-block .marketing-menu-desk .mailmagazine .link a:hover {
    background-color: #f5f5f5;
  }
  .ctm_service-block .marketing-menu-desk .line {
    display: flex;
    flex-wrap: wrap;
  }
  .ctm_service-block .marketing-menu-desk .line::before {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(https://seika.itembox.design//item/libs/img/common/icon/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .ctm_service-block .marketing-menu-desk .line .inner {
    width: calc(100% - 50px);
  }
  .ctm_service-block .marketing-menu-desk .line .link {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    align-self: flex-end;
  }
  .ctm_service-block .marketing-menu-desk .line .link a {
    border: 1px solid #666;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    display: flex;
    border: 1px solid #666;
    justify-content: center;
    align-items: center;
  }
  .ctm_service-block .marketing-menu-desk .line .link a:hover {
    background-color: #f5f5f5;
  }
  .ctm_service-block .marketing-menu-desk .line .qr {
    width: 120px;
    margin-left: auto;
  }
}

/* ==============================================
 ### A 【ctm】(共通)Seikaの特徴
=================================================*/
.ctm_characteristic {
  margin-bottom: 45px;
  padding: 0 2.6%;
}
@media screen and (min-width: 600px) {
  .ctm_characteristic {
    margin-bottom: 90px;
    padding: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .ctm_characteristic {
    padding: 0 2.6%;
  }
}
@media screen and (min-width: 600px) {
  .ctm_characteristic .list {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.ctm_characteristic .list .item {
  margin-bottom: 25px;
}
.ctm_characteristic .list .item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .ctm_characteristic .list .item {
    width: 31%;
  }
}
.ctm_characteristic .list .item .image {
  width: 49%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_characteristic .list .item .image {
    width: 100%;
    margin-bottom: 25px;
  }
}
.ctm_characteristic .list .item .ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .ctm_characteristic .list .item .ttl {
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
    margin-bottom: 20px;
  }
}
.ctm_characteristic .list .item .text {
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .ctm_characteristic .list .item .text {
    min-height: 10em;
  }
}
@media screen and (min-width: 1241px) {
  .ctm_characteristic .list .item .text {
    min-height: 7em;
  }
}
.ctm_characteristic .list .item .link a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctm_characteristic .list .item .link a::after {
  display: block;
  content: '';
  border-right: 1px solid #452B22;
  border-top: 1px solid #452B22;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  margin-left: 2px;
  margin-top: 2px;
}

/* ==============================================
 ###　各メディア限定コンテンツメディアクエリ
=================================================*/
@media screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .tab-only {
    display: block !important;
  }
}

@media screen and (max-width: 1240px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .tab-desktop {
    display: none !important;
  }
}

.hide-content {
  display: none !important;
}

/* ==============================================
 ### コンテンツエリア
=================================================*/
.fs-l-main {
  margin-bottom: 0;
  width: 100%;
  padding-top: 40px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1241px) {
  .fs-l-main {
    padding-top: 100px;
    max-width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}
.fs-body-top .fs-l-main {
  padding-top: 0;
}
@media screen and (min-width: 1241px) {
  .fs-body-top .fs-l-main {
    max-width: inherit;
    padding: 0;
  }
}
.fs-body-product .fs-l-main {
  padding-top: 0;
}
@media screen and (min-width: 1241px) {
  .fs-body-product .fs-l-main {
    padding-top: 20px;
  }
}

/* ==============================================
 ### 下層ページ　レイアウト
=================================================*/
/* ２カラムレイアウト*/
.ctm_cart-container {
  padding: 0 2.6%;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .ctm_cart-container {
    min-width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}

.ctm_checkout-container {
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .ctm_checkout-container {
    min-width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
}

.ctm_mypage-container {
  padding: 0 2.6%;
}
@media screen and (min-width: 600px) {
  .ctm_mypage-container {
    min-width: 600px;
    width: 740px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.ctm_login-container {
  padding: 0 2.6%;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .ctm_login-container {
    width: 80%;
    max-width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) {
  .ctm_login-container .fs-c-inputTable tr {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  .ctm_login-container .fs-c-inputTable__headerCell {
    width: 11em;
  }
}
@media screen and (min-width: 600px) {
  .ctm_login-container .fs-c-inputTable__dataCell {
    width: calc(100% - 12em);
  }
}
@media screen and (min-width: 600px) {
  .ctm_login-container .fs-c-inputTable__dataCell .fs-c-inputField__field {
    max-width: 380px;
  }
}

.ctm_regist-container {
  padding: 0 40px;
}
@media screen and (min-width: 600px) {
  .ctm_regist-container {
    min-width: 600px;
    width: 620px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.ctm_system-container {
  padding: 0 2.6%;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .ctm_system-container {
    width: 80%;
    min-width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}

.ctm_freepage-container {
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .ctm_freepage-container {
    min-width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}
.ctm_freepage-container .fs-c-productList {
  display: none;
}
.ctm_freepage-container .category-mainInfo {
  width: 100%;
}

.ctm_review-container {
  padding: 0 2.6%;
}
@media screen and (min-width: 600px) {
  .ctm_review-container {
    min-width: 600px;
    width: 740px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==============================================
 ###　タブレット用
=================================================*/
/* ==============================================
 ###　画像　マウスオーバーエフェクト
=================================================*/
.fs-pt-column__image,
.effectimg {
  position: relative;
  display: block;
}
.fs-pt-column__image:after,
.effectimg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.fs-pt-column__image:hover:after,
.effectimg:hover:after {
  opacity: .05;
  background-color: #3c3c43;
}

a .image {
  position: relative;
  display: block;
}
a .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
a:hover .image:after {
  opacity: .05;
  background-color: #3c3c43;
}

.no-display {
  display: none;
}

/* ==============================================
 ### A 【ctm】モーダルコンテンツ
=================================================*/
.modal-content .add-text {
  margin-bottom: 20px;
}
.modal-content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-content .list::after {
  content: '';
  width: 32%;
}
.modal-content .list .item {
  width: 32%;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .modal-content .list .item {
    margin-bottom: 20px;
  }
}
.modal-content.noshi .image {
  width: 100%;
  display: block;
}
.modal-content.noshi .image img {
  width: auto;
  height: 100px;
}
